/* =====================================
   DENTAL CARE VARIABLES
===================================== */
/* =====================================
   DENTAL CARE VARIABLES
===================================== */
/* =====================================
   LOAD COMMON SCSS
===================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  font-family: "Lexend Deca", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #767676;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #767676;
  font-weight: 400;
  transition: color 0.3s ease;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #a55abc !important;
  background: #fff;
  box-shadow: none;
  outline: none;
}
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active,
select:active {
  border-color: #a55abc !important;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 1320px !important;
}

a {
  text-decoration: none;
  color: #a55abc;
}

/* =====================================
   GLOBAL STYLES
===================================== */
/* =====================================
   SPACING UTILITIES
===================================== */
.mt-60 {
  margin-top: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

/* =====================================
   SLIDER PAGINATION
===================================== */
.swiper-pagination-bullet-active {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  width: 1.3rem;
  border-radius: 1.25rem;
}

/* =====================================
   COMMON SECTION HEADING
===================================== */
.section_heading {
  margin-bottom: 2.5rem;
}
.section_heading.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 64.375rem;
}
.section_heading.text-center .desc {
  margin-left: auto;
  margin-right: auto;
}
.section_heading .sub_title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.section_heading .section_title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #000;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #a55abc;
}
.section_heading .desc {
  font-size: 1rem;
  color: #878787;
  line-height: 1.6875rem;
}

/* =====================================
   LOAD OTHER PAGES SCSS
===================================== */
.page_banner_section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
.page_banner_section .banner_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.page_banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}
.page_banner_section .banner_content {
  position: relative;
  z-index: 1;
}
.page_banner_section .banner_content .page_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page_banner_section .banner_content .meta_info .meta_item {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page_banner_section .banner_content .meta_info .meta_item i {
  font-size: 1rem;
}
.page_banner_section .banner_content .meta_info .separator {
  font-size: 1rem;
  opacity: 0.8;
}

/* =====================================
   ABOUT SECTION STYLES
===================================== */
.about_page_section .about_images {
  position: relative;
}
.about_page_section .about_images .img_1 {
  width: 85%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.25);
}
.about_page_section .about_images .img_1 img {
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 34rem;
}
.about_page_section .about_images .img_2 {
  position: absolute;
  bottom: 40px;
  right: 0;
  border: 9px solid rgba(165, 90, 188, 0.25);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about_page_section .about_images .img_2 img {
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  width: 13.6875rem;
  height: 16.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_page_section .about_content .section_heading .desc {
  color: rgba(14, 12, 12, 0.7);
  margin-bottom: 0.4rem;
}

/* =====================================
   ABOUT OFFER SECTION STYLES
===================================== */
.about_offer_section {
  background-color: rgba(165, 90, 188, 0.09);
}
.about_offer_section .offer_card {
  padding: 0 0.9375rem;
}
.about_offer_section .offer_card .icon_wrapper {
  width: 6.25rem;
  height: 6.25rem;
  background-color: rgba(165, 90, 188, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.875rem;
}
.about_offer_section .offer_card .icon_wrapper img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_offer_section .offer_card h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: #000;
}
.about_offer_section .offer_card p {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 0;
}

.our_process_section .treatment_content .section_heading {
  margin-bottom: 1.25rem;
}
.our_process_section .treatment_content .treatment_list {
  padding: 0;
  margin: 0;
}
.our_process_section .treatment_content .treatment_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(14, 12, 12, 0.7);
}
.our_process_section .treatment_content .treatment_list li .icon,
.our_process_section .treatment_content .treatment_list li i {
  width: 1.25rem;
  display: flex;
  justify-content: center;
  color: #a55abc;
  font-size: 1rem;
  flex-shrink: 0;
}
.our_process_section .treatment_content .btn-primary {
  margin-top: 1.25rem;
}
.our_process_section .treatment_image img {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 90%;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* =====================================
   OUR TEAM SECTION STYLES
===================================== */
.our_team_section {
  background-color: #f8f8f8;
}
.our_team_section .swiper-wrapper {
  padding-bottom: 1.7rem;
}
.our_team_section .swiper-slide {
  height: auto;
}
.our_team_section .team_card {
  background: #fff;
  border: 1px solid rgba(165, 90, 188, 0.29);
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our_team_section .team_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.our_team_section .team_card .team_img {
  width: 8.125rem;
  height: 8.125rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #a55abc;
  position: relative;
}
.our_team_section .team_card .team_img img {
  width: 7.7rem;
  height: 7.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our_team_section .team_card .team_content .name {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.25rem;
}
.our_team_section .team_card .team_content .specialty {
  font-size: 1rem;
  font-weight: 400;
  color: #a55abc;
  margin-bottom: 0.5rem;
}
.our_team_section .team_card .team_content .desc {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our_team_section .team_card .social_links {
  margin-top: auto;
}
.our_team_section .team_card .social_links li a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #878787;
  color: #878787;
  transition: 0.3s;
  font-size: 1rem;
}
.our_team_section .team_card .social_links li a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}

/* =====================================
   CONTACT INFO SECTION STYLES
===================================== */
.contact_info_section .contact_card {
  background: #fff;
  border: 1px solid #ced7e0;
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: 0.3s;
  height: 100%;
}
.contact_info_section .contact_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact_info_section .contact_card .icon_wrapper {
  width: 5rem;
  height: 5rem;
  background-color: rgba(165, 90, 188, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.contact_info_section .contact_card .icon_wrapper i {
  font-size: 1.7rem;
  color: #a55abc;
}
.contact_info_section .contact_card h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.5rem;
}
.contact_info_section .contact_card .content p,
.contact_info_section .contact_card .content a {
  font-size: 1rem;
  color: #878787;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  line-height: 1.7;
}
.contact_info_section .contact_card .content .link {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  margin-top: 0.5rem;
  transition: 0.3s;
}
.contact_info_section .contact_card .content .link:hover {
  color: #a55abc;
}
.contact_info_section .contact_card .content a {
  transition: 0.3s;
}
.contact_info_section .contact_card .content a:hover {
  color: #a55abc;
}

.contact_page_section {
  background: #f8f8f8;
}

/* =====================================
   TREATMENTS GRID SECTION STYLES
===================================== */
.treatments_grid_section {
  background: #f8f8f8;
}
.treatments_grid_section .treatment_card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.9375rem;
  padding: 1.25rem;
  height: 100%;
  transition: 0.3s;
}
.treatments_grid_section .treatment_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.treatments_grid_section .treatment_card h5 {
  color: #a55abc;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.treatments_grid_section .treatment_card p {
  color: #878787;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* =====================================
   DERMATOLOGY CARE SECTION STYLES
===================================== */
.care_section .care_content .section_heading {
  margin-bottom: 1.5rem;
}
.care_section .care_content .care_list li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.care_section .care_content .care_list li .icon {
  flex-shrink: 0;
}
.care_section .care_content .care_list li .icon i {
  font-size: 1.5rem;
  color: #a55abc;
  margin-top: 0.2rem;
}
.care_section .care_content .care_list li .text h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #a55abc;
  margin-bottom: 0.25rem;
}
.care_section .care_content .care_list li .text p {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 0;
}
.care_section .care_images {
  padding-left: 2rem;
}
.care_section .care_images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.care_section .care_images .img_top {
  margin-bottom: 1rem;
}
.care_section .care_images .img_top img {
  height: 22.875rem;
}
.care_section .care_images .img_bottom img {
  height: 13.4375rem;
}

/* =====================================
   PURPOSE DRIVEN CARE SECTION STYLES
===================================== */
.purpose_care_section {
  background: #f8f8f8;
}
.purpose_care_section .section_heading {
  margin-bottom: 1.875rem;
}
.purpose_care_section .images_row {
  margin-bottom: 1.875rem;
}
.purpose_care_section .images_row img {
  height: 18.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.purpose_care_section .dedicated_care_content .title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.purpose_care_section .dedicated_care_content .title .highlight {
  color: #a55abc;
}
.purpose_care_section .dedicated_care_content .desc {
  color: #878787;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li {
  margin-bottom: 1rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon {
  flex-shrink: 0;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon i {
  font-size: 1.25rem;
  color: #a55abc;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .text {
  font-size: 1rem;
  font-weight: 400;
  color: #878787;
}

/* =====================================
   BLOG DETAIL SECTION STYLES
===================================== */
.blog_detail_section .blog_details_wrapper .blog_main_img img {
  height: 29.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .blog_title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.blog_detail_section .blog_details_wrapper .blog_subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog_detail_section .blog_details_wrapper .blog_small_title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}
.blog_detail_section .blog_details_wrapper .desc {
  color: #878787;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .blog_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_detail_section .blog_details_wrapper .blog_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.blog_detail_section .blog_details_wrapper .blog_list li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_detail_section .blog_details_wrapper .blog_list li i {
  color: #a55abc;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .tags_card,
.blog_detail_section .blog_details_wrapper .share_card,
.blog_detail_section .blog_details_wrapper .author_box,
.blog_detail_section .blog_details_wrapper .nav_btn {
  border: 1px solid #ced7e0;
  border-radius: 0.875rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
}
.blog_detail_section .blog_details_wrapper .tags_card {
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .tags_card .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link {
  border: 1px solid #bfbfbf;
  color: #000;
  padding: 0.375rem 1rem;
  display: inline-block;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s;
  background: transparent;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}
.blog_detail_section .blog_details_wrapper .share_card {
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  border-color: #a55abc;
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #a55abc;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .name {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.2rem;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .role {
  color: #a55abc;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .post_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_detail_section .blog_details_wrapper .post_navigation .nav_btn {
  padding: 0.3rem 1.2rem;
  border-radius: 4rem;
  font-weight: 400;
  color: #000;
}
.blog_detail_section .blog_details_wrapper .post_navigation .nav_btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.blog_detail_section .blog_details_wrapper .comments_area {
  margin-bottom: 1.875rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comments_title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item {
  border: 1px solid #ced7e0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 0.875rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item:last-child {
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_info .user_name {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_info .date {
  font-size: 0.875rem;
  color: #878787;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #a55abc;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .text {
  color: #878787;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .reply_title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area {
  border: 1px solid #ced7e0;
  padding: 1rem;
  border-radius: 0.875rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #565656;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6.25rem;
  padding: 0.8rem 1rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control:focus,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea:focus {
  border-color: #a55abc;
  box-shadow: none;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border-radius: 1rem;
  width: 100%;
  resize: none;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-check-label {
  font-size: 0.9rem;
  color: #878787;
}

/* =====================================
   BLOG SIDEBAR STYLES
===================================== */
.sidebar_area {
  position: sticky;
  top: 8rem;
  z-index: 10;
}

.sidebar_widget {
  padding: 1rem;
  border: 1px solid #ced7e0;
  border-radius: 0.875rem;
  background: #fff;
}
.sidebar_widget .widget_title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.25rem;
}
.sidebar_widget.search_widget .search_form input {
  width: 100%;
  border: 1px solid #ced7e0;
  border-radius: 2rem;
  padding: 0.7rem 1.25rem;
  outline: none;
}
.sidebar_widget.search_widget .search_form input:focus {
  border-color: #a55abc;
}
.sidebar_widget.search_widget .search_form .search_btn {
  white-space: nowrap;
}
.sidebar_widget.recent_post_widget .recent_post_list li {
  margin-bottom: 1rem;
}
.sidebar_widget.recent_post_widget .recent_post_list li:last-child {
  margin-bottom: 0;
}
.sidebar_widget.recent_post_widget .recent_post_list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sidebar_widget.recent_post_widget .recent_post_list li a img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  flex-shrink: 0;
}
.sidebar_widget.recent_post_widget .recent_post_list li a .post_info .title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  transition: 0.3s;
}
.sidebar_widget.recent_post_widget .recent_post_list li a .post_info .date {
  font-size: 0.875rem;
  color: #878787;
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #a55abc;
}
.sidebar_widget.categories_widget .category_list li {
  margin-bottom: 0.75rem;
}
.sidebar_widget.categories_widget .category_list li:last-child {
  margin-bottom: 0;
}
.sidebar_widget.categories_widget .category_list li a {
  background: #f3f3f3;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  transition: 0.3s;
  border: 1px solid transparent;
}
.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
}
.sidebar_widget.tags_widget .tag_cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sidebar_widget.tags_widget .tag_cloud a {
  border: 1px solid #bfbfbf;
  color: #000;
  padding: 0.375rem 1rem;
  display: inline-block;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s;
  background: transparent;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}

/* =====================================
   BLOG PAGE SECTION STYLES
===================================== */
.blog_page_section {
  background: #f8f8f8;
}

.pagination_area .page_link {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgba(165, 90, 188, 0.25);
}
.pagination_area .page_link:hover {
  border-color: #a55abc;
  color: #a55abc;
}
.pagination_area .page_link.active {
  background: #a55abc;
  color: #fff;
  border-color: #a55abc;
}

@media (max-width: 991px) {
  .section_heading .section_title {
    font-size: 2rem;
  }
  .pt-50 {
    padding-top: 2.5rem !important;
  }
  .pb-50 {
    padding-bottom: 2.5rem !important;
  }
  .mb-60 {
    margin-bottom: 2.5rem !important;
  }
  .mt-60 {
    margin-top: 2.5rem !important;
  }
  .our_process_section .treatment_image img {
    max-width: 100%;
  }
  .care_section .care_images {
    padding-left: 0;
  }
  .purpose_care_section .section_heading {
    margin-bottom: 0;
  }
  .purpose_care_section .purpose_img {
    margin-top: 1.875rem;
  }
  .purpose_care_section .dedicated_care_content .title {
    font-size: 1.6rem;
  }
  .blog_detail_section .blog_details_wrapper .blog_title {
    font-size: 1.5rem;
  }
  .blog_detail_section .sidebar_area {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 2rem !important;
  }
  .mt-60 {
    margin-top: 2rem !important;
  }
  .pt-50 {
    padding-top: 2.2rem !important;
  }
  .pb-50 {
    padding-bottom: 2.2rem !important;
  }
  .section_heading {
    margin-bottom: 1.7rem;
  }
  .section_heading .section_title {
    font-size: 1.8rem;
  }
  .top_header {
    display: none;
    padding: 0.5rem 0;
  }
  .top_header .contact_info {
    gap: 1rem;
    justify-content: end;
  }
  .top_header .contact_info li {
    border: 0;
    padding: 0;
  }
  .top_header .contact_info li a span {
    display: none;
  }
  .top_header .contact_info li a i {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hero_section .availability_wrapper {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
  .hero_section .availability_wrapper .availability_box .info_item {
    border: 0;
  }
  .hero_section .availability_wrapper .availability_box .app-quick-btn {
    justify-content: start;
  }
  .services_section .service_card {
    padding: 0.7rem;
  }
  .blog_card {
    padding: 0.6rem;
  }
  .blog_card .image_container {
    height: 14.875rem;
  }
  .page_banner_section {
    padding: 5rem 0;
  }
  .page_banner_section .banner_content .page_title {
    font-size: 2rem;
  }
  .page_banner_section .banner_content .meta_info {
    flex-wrap: wrap;
    gap: 8px !important;
  }
  .contact_info_section .contact_card {
    padding: 0.8rem;
  }
  .contact_info_section .contact_card h5 {
    margin-bottom: 0.5rem;
  }
  .blog_detail_section .blog_details_wrapper .tags_card,
  .blog_detail_section .blog_details_wrapper .share_card {
    flex-direction: column;
    align-items: start !important;
    gap: 0.5rem !important;
  }
  .blog_detail_section .blog_details_wrapper .author_box .author_img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 567px) {
  .about_page_section .about_images .img_1 img {
    min-height: 28rem;
  }
  .about_page_section .about_images .img_2 {
    bottom: 20px;
  }
  .about_page_section .about_images .img_2 img {
    width: 12.6875rem;
    height: 13.375rem;
  }
  .services_about_section .about_images .img_1 img {
    min-height: 28rem;
  }
  .services_about_section .about_images .img_2 {
    bottom: 20px;
  }
  .services_about_section .about_images .img_2 img {
    width: 12.6875rem;
    height: 13.375rem;
  }
  .blog_detail_section .blog_details_wrapper .blog_main_img img {
    height: 20.375rem;
  }
}
/* =====================================
   LOAD OTHER PAGES SCSS
===================================== */
/* =====================================
  DENTAL CARE SCSS
===================================== */
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Light.woff2") format("woff2"), url("../fonts/Catamaran-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Thin.woff2") format("woff2"), url("../fonts/Catamaran-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Black.woff2") format("woff2"), url("../fonts/Catamaran-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-ExtraLight.woff2") format("woff2"), url("../fonts/Catamaran-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Regular.woff2") format("woff2"), url("../fonts/Catamaran-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-SemiBold.woff2") format("woff2"), url("../fonts/Catamaran-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Medium.woff2") format("woff2"), url("../fonts/Catamaran-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-ExtraBold.woff2") format("woff2"), url("../fonts/Catamaran-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran";
  src: url("../fonts/Catamaran-Bold.woff2") format("woff2"), url("../fonts/Catamaran-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Italic.woff2") format("woff2"), url("../fonts/inter/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Black.woff2") format("woff2"), url("../fonts/inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/inter/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../fonts/inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* =====================================
   OVERRIDES CSS
===================================== */
body {
  font-family: "Inter", sans-serif;
}

a {
  color: #4a7cd2;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #767676;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #767676;
  font-weight: 400;
  transition: color 0.3s ease;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #4a7cd2 !important;
  background: #fff;
  box-shadow: none;
  outline: none;
}
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active,
select:active {
  border-color: #4a7cd2 !important;
  box-shadow: none;
  outline: none;
}

.section_heading .sub_title {
  color: #4a7cd2;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #4a7cd2;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
}

.blog_section {
  background: #f8f8ff;
}

.about_page_section .about_images .img_2 {
  border-color: rgba(74, 124, 210, 0.3);
}

.about_offer_section {
  background: #edf2fa;
}
.about_offer_section .offer_card .icon_wrapper {
  background: rgba(74, 124, 210, 0.1);
}

.our_team_section .team_card {
  border-color: rgba(74, 124, 210, 0.4);
}
.our_team_section .team_card .team_img {
  border-color: #4a7cd2;
}
.our_team_section .team_card .team_content .specialty {
  color: #4a7cd2;
}
.our_team_section .team_card .team_content .social_links a {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
}

.treatments_grid_section .treatment_card h5 {
  color: #4a7cd2;
}

.care_section .care_content .care_list li .text h5 {
  color: #4a7cd2;
}

.purpose_care_section .dedicated_care_content .title .highlight {
  color: #4a7cd2;
}

.pagination_area .page_link.active {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
  border-color: #4a7cd2;
}
.pagination_area .page_link.prev, .pagination_area .page_link.next {
  background: #fff;
  color: #4a7cd2;
  border: 1px solid rgba(74, 124, 210, 0.3);
}
.pagination_area .page_link:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
  border-color: #4a7cd2;
}

.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-color: #4a7cd2;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-color: #4a7cd2;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  border-color: #4a7cd2;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .role {
  color: #4a7cd2;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #4a7cd2;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border-radius: 0.625rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control:focus,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea:focus {
  border-color: #4a7cd2 !important;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .btn-primary {
  justify-content: center;
  padding: 0.6875rem;
}

.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #4a7cd2;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-color: #4a7cd2;
}
.sidebar_widget input {
  border-radius: 0.625rem;
}
.sidebar_widget.search_widget .search_form input {
  border-radius: 0.625rem;
}
.sidebar_widget.search_widget .search_form .search_btn {
  justify-content: center;
  padding: 0.4rem 1.5rem 0.4rem 1.5rem;
}

.contact_info_section .contact_card .icon_wrapper {
  background: rgba(74, 124, 210, 0.1);
}
.contact_info_section .contact_card .icon_wrapper i {
  color: #4a7cd2;
}
.contact_info_section .contact_card .content a:hover {
  color: #4a7cd2;
}
.contact_info_section .contact_card .content .link:hover {
  color: #4a7cd2;
}

/* =====================================
  BLOG CARD
===================================== */
.blog_card {
  display: flex;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0.75rem;
  height: 100%;
}
.blog_card:hover .blog_image img {
  transform: scale(1.05);
}
.blog_card .blog_image {
  width: 19.5rem;
  height: 19.125rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  flex-shrink: 0;
}
.blog_card .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 1.25rem;
}
.blog_card .blog_image .date_badge {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
}
.blog_card .blog_image .date_badge i {
  color: #000;
}
.blog_card .blog_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.875rem;
}
.blog_card .blog_content .blog_meta {
  margin-bottom: 1rem;
}
.blog_card .blog_content .blog_meta .tag {
  display: inline-block;
  border: 1px solid #4a7cd2;
  color: #4a7cd2;
  padding: 0.125rem 0.625rem;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(74, 124, 210, 0.04);
  transition: 0.3s;
}
.blog_card .blog_content .blog_meta .tag:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
}
.blog_card .blog_content .blog_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.blog_card .blog_content .blog_title a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .blog_content .blog_title a:hover {
  color: #4a7cd2;
}
.blog_card .blog_content .blog_text {
  font-size: 1rem;
  color: #7d8188;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .blog_content .btn-primary {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5rem 1.5rem;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff !important;
  background-color: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%) !important;
  border-color: #4a7cd2 !important;
}

.btn-primary {
  cursor: pointer;
  position: relative;
  padding: 0.4rem 0.4rem 0.4rem 1.1rem;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  font-weight: 500;
  transition: all 0.4s ease;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(74, 124, 210, 0.25);
  flex-direction: row-reverse;
}
.btn-primary i {
  background: #fff;
  color: #4a7cd2;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: 0.5s;
  z-index: 0;
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(74, 124, 210, 0.4);
}
.btn-primary:hover::before {
  left: 100%;
}
.btn-primary:hover i {
  transform: scale(1.1);
  color: #0645b2;
}
.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(74, 124, 210, 0.3);
}

.top_header {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
  font-size: 0.875rem;
}
.top_header .contact_info {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.top_header .contact_info li {
  padding: 0.9375rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.top_header .contact_info li:first-child {
  padding-left: 0;
}
.top_header .contact_info li:last-child {
  padding-right: 0;
  border-right: none;
}
.top_header .contact_info li a,
.top_header .contact_info li span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}
.top_header .contact_info li a:hover,
.top_header .contact_info li span:hover {
  opacity: 0.8;
}
.top_header .contact_info li a i,
.top_header .contact_info li span i {
  font-size: 0.9375rem;
}
.top_header .social_icons {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
}
.top_header .social_icons li a {
  color: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.top_header .social_icons li a:hover {
  background: #fff;
  color: #4a7cd2;
}

.main_header {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}
.main_header .navbar {
  padding: 1.5rem 0;
}
.main_header .navbar .navbar-nav {
  align-items: center;
}
.main_header .navbar .navbar-brand {
  margin: 0;
}
.main_header .navbar .navbar-brand .main-logo {
  width: 100%;
  max-width: 9.375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_header .navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.main_header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.main_header .navbar .nav-item {
  margin: 0 0.7rem;
}
.main_header .navbar .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
}
.main_header .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 2px;
}
.main_header .navbar .nav-item .nav-link:hover, .main_header .navbar .nav-item .nav-link.active, .main_header .navbar .nav-item .nav-link.show {
  color: #4a7cd2;
}
.main_header .navbar .nav-item .nav-link:hover::before, .main_header .navbar .nav-item .nav-link.active::before, .main_header .navbar .nav-item .nav-link.show::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main_header .navbar .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.625rem;
  background: #fff;
}
.main_header .navbar .nav-item .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  transition: 0.3s;
  font-weight: 500;
  color: #7d8188;
}
.main_header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(74, 124, 210, 0.08);
  color: #4a7cd2;
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .main_header .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInUp 0.3s ease forwards;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-zoom.active {
  opacity: 1;
  transform: scale(1);
}

.hero_slider .swiper-slide .hero_content h1,
.hero_slider .swiper-slide .hero_content p,
.hero_slider .swiper-slide .hero_content .btn-primary {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}
.hero_slider .swiper-slide.swiper-slide-active .hero_content h1 {
  animation: heroFadeInUp 0.8s 0.3s forwards;
}
.hero_slider .swiper-slide.swiper-slide-active .hero_content p {
  animation: heroFadeInUp 0.8s 0.5s forwards;
}
.hero_slider .swiper-slide.swiper-slide-active .hero_content .btn-primary {
  animation: heroFadeInUp 0.8s 0.7s forwards;
}

@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.hero_section {
  position: relative;
  background: #edf2fa;
  padding-top: 4.6rem;
  overflow: visible;
  padding-bottom: 3.125rem;
}
.hero_section .hero_content h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hero_section .hero_content p {
  font-size: 1rem;
  color: #7d8188;
  margin-bottom: 1.875rem;
  line-height: 1.6;
  max-width: 90%;
}
.hero_section .hero_content .google_rating {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero_section .hero_content .google_rating .text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.hero_section .hero_content .google_rating .stars {
  font-size: 0.875rem;
}
.hero_section .hero_content .google_rating .reviews {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.hero_section .hero_image_wrapper {
  position: relative;
  display: inline-block;
}
.hero_section .hero_image_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 32rem;
  height: 95%;
  background: #4a7cd2;
  opacity: 0.2;
  border-radius: 3.125rem 3.125rem 0 0;
  z-index: -1;
}
.hero_section .hero_image_wrapper .doctor_img {
  max-height: 38rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero_section .hero_image_wrapper .floating_card {
  position: absolute;
  background: #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
.hero_section .hero_image_wrapper .floating_card.tooth_icon {
  top: 3%;
  left: -11%;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_section .hero_image_wrapper .floating_card.tooth_icon img {
  width: 100%;
  height: auto;
}
.hero_section .hero_image_wrapper .floating_card.call_card {
  bottom: 10%;
  left: -28%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.hero_section .hero_image_wrapper .floating_card.call_card .icon {
  width: 3rem;
  height: 3rem;
  background: #edf2fa;
  color: #4a7cd2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.hero_section .hero_image_wrapper .floating_card.call_card .label {
  font-size: 1rem;
  font-weight: 500;
}
.hero_section .hero_image_wrapper .floating_card.call_card .value {
  font-size: 0.9375rem;
  color: #7d8188;
  font-weight: 400;
}
.hero_section .hero_image_wrapper .floating_card.hours_card {
  top: 50%;
  right: -25%;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 14rem;
}
.hero_section .hero_image_wrapper .floating_card.hours_card .icon {
  background: #fff;
  color: #4a7cd2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.hero_section .hero_image_wrapper .floating_card.hours_card .label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.hero_section .hero_image_wrapper .floating_card.hours_card .value {
  font-size: 0.9375rem;
  color: #fff;
}

.hero_features_bar {
  position: relative;
  z-index: 5;
  margin-top: -3.75rem;
}
.hero_features_bar .features_wrapper {
  background: #fff;
  border-radius: 6.25rem;
  box-shadow: 0px 0px 2.125rem rgba(0, 0, 0, 0.14);
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.hero_features_bar .features_wrapper .feature_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.hero_features_bar .features_wrapper .feature_item:nth-child(2) .icon {
  background: #0a52cc;
}
.hero_features_bar .features_wrapper .feature_item:nth-child(3) .icon {
  background: #009bb6;
}
.hero_features_bar .features_wrapper .feature_item .icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #4a7cd2, rgb(46.3938053097, 97.9424778761, 186.6061946903));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  flex-shrink: 0;
}
.hero_features_bar .features_wrapper .feature_item .text h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #4a7cd2;
}
.hero_features_bar .features_wrapper .feature_item .text p {
  font-size: 1rem;
  color: #7d8188;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.hero_features_bar .features_wrapper .feature_item:not(:last-child) {
  border-right: 1px solid #eee;
  padding-right: 2rem;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about_section {
  position: relative;
}
.about_section .about_images_grid .img_box {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about_section .about_images_grid .img_box .about_1_img {
  height: 38.875rem;
}
.about_section .about_images_grid .img_box .about_2_img {
  height: 18.8125rem;
}
.about_section .about_images_grid .img_box img {
  transition: all 0.5s ease;
}
.about_section .about_images_grid .img_box img:hover {
  transform: scale(1.05);
}
.about_section .about_images_grid .experience_badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: pulse-badge 3s infinite;
}
.about_section .about_images_grid .experience_badge .badge_content .years {
  font-size: 3rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.about_section .about_images_grid .experience_badge .badge_content .text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.25rem;
}
.about_section .about_content .section_heading {
  margin-bottom: 1.875rem;
}
.about_section .about_content .section_heading .section_title {
  font-size: 3rem;
}
.about_section .about_content .check_item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.about_section .about_content .check_item i {
  font-size: 1.25rem;
  color: #4a7cd2;
}
.about_section .about_content .btn-primary {
  margin-top: 1.875rem;
}

@keyframes pulse-badge {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(74, 124, 210, 0.4);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 0 20px rgba(74, 124, 210, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(74, 124, 210, 0);
  }
}
.services_section {
  position: relative;
  background: #f8f8ff;
}
.services_section .section_heading .sub_title {
  color: #4a7cd2;
}
.services_section .section_heading .sub_title i {
  font-size: 1.25rem;
  font-weight: 900;
}
.services_section .service_card {
  position: relative;
  height: 26.625rem;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}
.services_section .service_card .service_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.services_section .service_card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(74, 124, 210, 0) 54.55%, #4a7cd2 104%);
  z-index: 1;
  transition: background 0.4s ease;
}
.services_section .service_card .content {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 2;
  color: #fff;
}
.services_section .service_card .content .title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
  transition: all 0.4s ease;
  transform: translateY(1rem);
}
.services_section .service_card .content .description {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  text-align: center;
}
.services_section .service_card:hover .service_bg {
  transform: scale(1.1);
}
.services_section .service_card:hover .overlay {
  background: linear-gradient(to top, rgba(74, 124, 210, 0.9) 9%, rgba(74, 124, 210, 0.4) 40%);
}
.services_section .service_card:hover .content .title {
  transform: translateY(0);
}
.services_section .service_card:hover .content .description {
  height: auto;
  opacity: 1;
  margin-top: 0.5rem;
}
.services_section .slider_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.875rem;
}
.services_section .slider_nav .swiper-button-disabled {
  background: #e3e3e3 !important;
  color: #7d8188 !important;
}
.services_section .slider_nav .swiper-button-prev-custom,
.services_section .slider_nav .swiper-button-next-custom {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services_section .slider_nav .swiper-button-prev-custom:hover,
.services_section .slider_nav .swiper-button-next-custom:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  color: #fff;
}

.why_choose_section {
  position: relative;
}
.why_choose_section .choose_content .section_heading {
  margin-bottom: 1.875rem;
}
.why_choose_section .choose_content .choose_features .feature_box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.875rem;
}
.why_choose_section .choose_content .choose_features .feature_box:last-child {
  margin-bottom: 0;
}
.why_choose_section .choose_content .choose_features .feature_box .icon {
  width: 4.375rem;
  height: 4.375rem;
  background: #4a7cd2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.why_choose_section .choose_content .choose_features .feature_box .text h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4a7cd2;
  margin-bottom: 0.25rem;
}
.why_choose_section .choose_content .choose_features .feature_box .text p {
  font-size: 1rem;
  color: #7d8188;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.why_choose_section .choose_images .img_wrapper {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.why_choose_section .choose_images .img_wrapper img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.why_choose_section .choose_images .img_wrapper .why-choose-img-1 {
  height: 22.875rem;
}
.why_choose_section .choose_images .img_wrapper .why-choose-img-2 {
  height: 13.4375rem;
}
.why_choose_section .choose_images .img_wrapper:hover {
  transform: translateY(-5px);
}

.expertise_section {
  position: relative;
  background: #f8f8ff;
  padding: 6.25rem 0 !important;
}
.expertise_section .section_heading {
  margin-bottom: 1.5rem;
}
.expertise_section .expertise_image_wrapper {
  position: relative;
  width: 100%;
}
.expertise_section .expertise_image_wrapper .shape_bg {
  max-width: 32.3125rem;
  height: 27.375rem;
  background: #4a7cd2;
  border-radius: 2rem;
  z-index: 0;
  overflow: hidden;
}
.expertise_section .expertise_image_wrapper .shape_bg .shape_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expertise_section .expertise_image_wrapper .img_1_holder {
  top: -15%;
  left: 4%;
}
.expertise_section .expertise_image_wrapper .img_2_holder {
  right: -2%;
  bottom: -14%;
}
.expertise_section .expertise_image_wrapper .image_wrapper {
  z-index: 1;
  position: absolute;
}
.expertise_section .expertise_image_wrapper .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  width: 18rem;
  height: 25rem;
}
.expertise_section .expertise_image_wrapper .call_us_card {
  position: absolute;
  bottom: -44px;
  left: 4%;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 3;
  max-width: 15.625rem;
}
.expertise_section .expertise_image_wrapper .call_us_card .icon_box {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}
.expertise_section .expertise_image_wrapper .call_us_card .text_box {
  display: flex;
  flex-direction: column;
}
.expertise_section .expertise_image_wrapper .call_us_card .text_box .label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.expertise_section .expertise_image_wrapper .call_us_card .text_box .value {
  font-size: 1rem;
  color: #7d8188;
  font-family: Arial, Helvetica, sans-serif;
}
.expertise_section .expertise_content .expertise_list .list_item {
  margin-bottom: 1.875rem;
}
.expertise_section .expertise_content .expertise_list .list_item:last-child {
  margin-bottom: 0;
}
.expertise_section .expertise_content .expertise_list .list_item .icon_heading {
  display: flex;
  align-content: start;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}
.expertise_section .expertise_content .expertise_list .list_item .icon_heading i {
  font-size: 1.25rem;
  color: #4a7cd2;
}
.expertise_section .expertise_content .expertise_list .list_item .icon_heading h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
.expertise_section .expertise_content .expertise_list .list_item p {
  font-size: 1rem;
  color: #7d8188;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.gallery_section {
  overflow: hidden;
}
.gallery_section .gallery_marquee_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.gallery_section .gallery_marquee_wrapper .marquee_row {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gallery_section .gallery_marquee_wrapper .marquee_row .marquee_content {
  display: flex;
  gap: 1.25rem;
  flex-shrink: 0;
}
.gallery_section .gallery_marquee_wrapper .marquee_row .marquee_content.scroll_left {
  animation: scrollLeft 50s linear infinite;
}
.gallery_section .gallery_marquee_wrapper .marquee_row .marquee_content.scroll_right {
  animation: scrollRight 50s linear infinite;
}
.gallery_section .gallery_marquee_wrapper .marquee_row .gallery_img {
  width: 26.1875rem;
  height: 14.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.125rem;
  flex-shrink: 0;
  pointer-events: none;
}
.gallery_section .gallery_marquee_wrapper .marquee_row:hover .marquee_content {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1.25rem));
  }
}
@keyframes scrollRight {
  from {
    transform: translateX(calc(-100% - 1.25rem));
  }
  to {
    transform: translateX(0);
  }
}
.testimonial_section {
  background: #4a7cd2;
  position: relative;
}
.testimonial_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/testimonial-shape-bg.svg") center/cover no-repeat;
  z-index: 0;
}
.testimonial_section .section_heading .section_title,
.testimonial_section .section_heading .desc,
.testimonial_section .section_heading .sub_title,
.testimonial_section .section_heading i {
  color: #fff;
}
.testimonial_section .swiper-wrapper {
  padding-bottom: 3.125rem;
}
.testimonial_section .swiper-wrapper .swiper-slide {
  height: auto;
}
.testimonial_section .testimonial_card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.25rem;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.testimonial_section .testimonial_card:hover {
  background: rgba(255, 255, 255, 0.15);
}
.testimonial_section .testimonial_card .quote_icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
.testimonial_section .testimonial_card .user_info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.testimonial_section .testimonial_card .user_info .img_box {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}
.testimonial_section .testimonial_card .user_info .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_section .testimonial_card .user_info .text_box {
  text-align: center;
}
.testimonial_section .testimonial_card .user_info .text_box h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.1rem;
}
.testimonial_section .testimonial_card .user_info .text_box span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.testimonial_section .testimonial_card .review_text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  margin-top: auto;
}
.testimonial_section .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.testimonial_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 25px;
  border-radius: 5px;
}

.contact_section {
  position: relative;
}
.contact_section .section_heading .section_title {
  font-size: 1.75rem;
}
.contact_section .map_wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
}
.contact_section .map_wrapper iframe {
  height: 32.25rem;
  filter: grayscale(10%) contrast(1.1);
  transition: all 0.3s ease;
}
.contact_section .map_wrapper iframe:hover {
  filter: grayscale(0%);
}
.contact_section .contact_form_wrapper {
  background: #fff;
  box-shadow: 0px 0px 1.375rem -4px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 1.25rem;
}
.contact_section .contact_form_wrapper .form-control {
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 1rem;
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
}
.contact_section .contact_form_wrapper .form-control:focus {
  box-shadow: none;
  border-color: #4a7cd2;
  background: #fff;
}
.contact_section .contact_form_wrapper .form-control::-moz-placeholder {
  color: #7d8188;
  font-size: 1rem;
}
.contact_section .contact_form_wrapper .form-control::placeholder {
  color: #7d8188;
  font-size: 1rem;
}
.contact_section .contact_form_wrapper .form-select {
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e6e6e6;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact_section .contact_form_wrapper .form-select:focus {
  box-shadow: none;
  border-color: #4a7cd2;
}
.contact_section .contact_form_wrapper .form-select::-moz-placeholder {
  color: #7d8188;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact_section .contact_form_wrapper .form-select::placeholder {
  color: #7d8188;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact_section .contact_form_wrapper .form-label {
  font-size: 0.875rem;
  color: #565656;
  margin-bottom: 0.4rem;
}
.contact_section .contact_form_wrapper .btn-primary {
  justify-content: center;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.blog_section {
  position: relative;
  background: #f8f8ff;
}
.blog_section .section_heading {
  margin-bottom: 0;
}
.blog_section .blog_slider {
  padding: 20px 10px 50px 10px !important;
}
.blog_section .blog_slider .swiper-slide {
  height: auto;
}

.faq_section {
  position: relative;
}
.faq_section .custom_accordion .accordion-item {
  border: none;
  background: #fff;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 18px 1px rgba(34, 40, 30, 0.08);
  overflow: hidden;
}
.faq_section .custom_accordion .accordion-item:first-of-type, .faq_section .custom_accordion .accordion-item:last-of-type {
  border-radius: 0.625rem;
}
.faq_section .custom_accordion .accordion-button {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  border: none;
}
.faq_section .custom_accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq_section .custom_accordion .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #7d8188;
  font-size: 1rem;
  line-height: 1.6;
  border-top: none;
}

.footer_section {
  background: #000814;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer_section .blur_shape {
  position: absolute;
  width: 293px;
  height: 293px;
  background: #4a7cd2;
  filter: blur(17.3125rem);
  z-index: 1;
  border-radius: 50%;
}
.footer_section .blur_left {
  top: -3.125rem;
  left: -6.25rem;
}
.footer_section .blur_right {
  bottom: -3.125rem;
  right: -6.25rem;
}
.footer_section .container {
  position: relative;
  z-index: 2;
}
.footer_section .footer_top {
  position: relative;
  z-index: 4;
}
.footer_section .footer_top .footer_widget .logo_footer {
  max-width: 12rem;
  height: auto;
}
.footer_section .footer_top .footer_widget .footer_desc {
  color: #b9b9b9;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.footer_section .footer_top .footer_widget .social_links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_section .footer_top .footer_widget .social_links li a {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
  font-size: 1rem;
}
.footer_section .footer_top .footer_widget .social_links li a:hover {
  background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  border-color: #4a7cd2;
  transform: translateY(-3px);
}
.footer_section .footer_top .footer_widget .footer_title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
  color: #fff;
}
.footer_section .footer_top .footer_widget .footer_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_section .footer_top .footer_widget .footer_list li {
  margin-bottom: 0.875rem;
}
.footer_section .footer_top .footer_widget .footer_list li a {
  color: #b9b9b9;
  font-size: 1rem;
  transition: 0.3s;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer_section .footer_top .footer_widget .footer_list li a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: 0.3s;
}
.footer_section .footer_top .footer_widget .footer_list li a:hover {
  color: #4a7cd2;
  padding-left: 0.3125rem;
}
.footer_section .footer_top .footer_widget .footer_list li a:hover::before {
  color: #4a7cd2;
}
.footer_section .footer_top .footer_widget .contact_info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_section .footer_top .footer_widget .contact_info li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: #b9b9b9;
  font-size: 1rem;
}
.footer_section .footer_top .footer_widget .contact_info li i {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.2rem;
}
.footer_section .footer_top .footer_widget .contact_info li a {
  color: #b9b9b9;
  transition: 0.3s;
}
.footer_section .footer_top .footer_widget .contact_info li a:hover {
  color: #4a7cd2;
}
.footer_section .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 0;
  position: relative;
  z-index: 4;
}
.footer_section .footer_bottom p {
  color: #7d8188;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .blog_card .blog_image {
    width: 17.5rem;
    height: 17.125rem;
  }
}
@media (max-width: 991px) {
  .section_heading .section_title {
    font-size: 2rem;
  }
  .pt-50 {
    padding-top: 2.5rem !important;
  }
  .pb-50 {
    padding-bottom: 2.5rem !important;
  }
  .mb-60 {
    margin-bottom: 2.5rem !important;
  }
  .mt-60 {
    margin-top: 2.5rem !important;
  }
  .main_header .navbar {
    padding: 1rem 0;
  }
  .main_header .offcanvas .offcanvas-header {
    background: linear-gradient(172.5deg, #4a7cd2 20.96%, #0645b2 82.91%);
  }
  .main_header .offcanvas .offcanvas-header .offcanvas-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .main_header .offcanvas .offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 1;
  }
  .main_header .offcanvas .offcanvas-body {
    padding: 1.25rem;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav {
    margin-bottom: 1.25rem !important;
    align-items: start;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .main_header .offcanvas .offcanvas-body .header_btn {
    width: 100%;
  }
  .main_header .offcanvas .offcanvas-body .header_btn .btn {
    width: 100%;
    justify-content: center;
  }
  .hero_section {
    padding-top: 2.8rem;
    padding-bottom: 0;
  }
  .hero_section .hero_content {
    text-align: center;
    margin-bottom: 3rem;
  }
  .hero_section .hero_content h1 {
    font-size: 2.5rem;
  }
  .hero_section .hero_content p {
    margin: 0 auto 2rem;
  }
  .hero_section .hero_content .justify-content-start {
    justify-content: center !important;
  }
  .hero_section .hero_content .google_rating {
    justify-content: center;
  }
  .hero_section .hero_content .d-flex {
    justify-content: center;
  }
  .hero_section .hero_image_wrapper .floating_card.hours_card {
    top: 60%;
    right: -31%;
  }
  .hero_features_bar {
    margin-top: 2.5rem;
  }
  .hero_features_bar .features_wrapper {
    border-radius: 1.875rem;
    flex-direction: column;
    padding: 1rem;
  }
  .hero_features_bar .features_wrapper .feature_item {
    border-right: none !important;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
  }
  .hero_features_bar .features_wrapper .feature_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .why_choose_section .choose_content {
    margin-bottom: 1.875rem;
  }
  .expertise_section .expertise_row {
    flex-direction: column-reverse;
  }
  .expertise_section .expertise_image_wrapper {
    display: flex;
    justify-content: center;
  }
  .expertise_section .expertise_image_wrapper .img_1_holder {
    top: -8%;
    left: 7%;
  }
  .expertise_section .expertise_image_wrapper .img_2_holder {
    right: 16%;
    bottom: -10%;
  }
  .expertise_section .expertise_content {
    margin-bottom: 4rem;
  }
  .contact_section .map_wrapper {
    margin-bottom: 1.875rem;
  }
  .blog_card {
    flex-direction: column;
  }
  .blog_card .blog_image {
    width: 100%;
    height: 17.125rem;
  }
  .blog_card .blog_content {
    margin-top: 1.125rem;
  }
  .blog_card .blog_content .blog_meta {
    margin-bottom: 0.4rem;
  }
  .blog_card .blog_content .blog_text {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 2rem !important;
  }
  .mt-60 {
    margin-top: 2rem !important;
  }
  .pt-50 {
    padding-top: 2.2rem !important;
  }
  .pb-50 {
    padding-bottom: 2.2rem !important;
  }
  .section_heading {
    margin-bottom: 1.7rem;
  }
  .section_heading .section_title {
    font-size: 1.7rem;
  }
  .top_header {
    display: none;
    padding: 0.5rem 0;
  }
  .top_header .contact_info {
    gap: 1rem;
    justify-content: end;
  }
  .top_header .contact_info li {
    border: 0;
    padding: 0;
  }
  .top_header .contact_info li a span {
    display: none;
  }
  .top_header .contact_info li a i {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .main_header .navbar {
    padding: 0.8rem 0;
  }
  .faq_section .custom_accordion .accordion-button {
    font-size: 1rem;
    padding: 1rem;
  }
  .faq_section .custom_accordion .accordion-body {
    padding: 0 1rem 1rem 1rem;
  }
  .faq_section .custom_accordion .faq_section .section_title {
    font-size: 1.75rem;
  }
  .hero_section .hero_image_wrapper .floating_card.tooth_icon {
    top: 1%;
    left: 1%;
  }
  .hero_section .hero_image_wrapper .floating_card.call_card {
    bottom: 6%;
    left: -10%;
  }
  .hero_section .hero_image_wrapper .floating_card.hours_card {
    right: -10%;
  }
  .hero_features_bar .features_wrapper {
    gap: 1rem;
  }
  .hero_features_bar .features_wrapper .feature_item:not(:last-child) {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .hero_features_bar .features_wrapper .feature_item .icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  .hero_section .hero_content .google_rating {
    gap: 0.75rem;
  }
  .hero_section .hero_content h1 {
    font-size: 2rem;
  }
  .hero_section .hero_image_wrapper .floating_card {
    border-radius: 0.75rem;
    padding: 0.625rem !important;
  }
  .hero_section .hero_image_wrapper .floating_card.call_card {
    bottom: 4%;
    left: 0;
  }
  .hero_section .hero_image_wrapper .floating_card.hours_card {
    right: 0;
  }
  .hero_section .hero_image_wrapper .floating_card .label {
    font-size: 0.875rem !important;
    margin-bottom: 0 !important;
  }
  .about_section .about_images_grid .img_box .about_1_img {
    height: 29.875rem;
  }
  .about_section .about_images_grid .img_box .about_2_img {
    height: 14.4rem;
  }
  .about_section .about_images_grid .experience_badge {
    width: 9rem;
    height: 9rem;
  }
  .about_section .about_images_grid .experience_badge .badge_content .years {
    font-size: 2rem;
  }
  .about_section .about_images_grid .experience_badge .badge_content .text {
    font-size: 0.7rem;
  }
  .services_section .service_card {
    height: 23.625rem;
  }
  .expertise_section .expertise_content {
    margin-bottom: 2rem;
  }
  .expertise_section .expertise_image_wrapper .call_us_card {
    display: none;
  }
  .expertise_section .expertise_image_wrapper .img_1_holder {
    padding-right: 1rem;
  }
  .expertise_section .expertise_image_wrapper .image_wrapper {
    position: static;
  }
  .expertise_section .expertise_image_wrapper .shape_bg {
    display: none;
  }
  .gallery_section .gallery_marquee_wrapper .marquee_row .gallery_img {
    width: 21.1875rem;
    height: 12.8125rem;
  }
  .hero_features_bar {
    margin-top: 2rem;
  }
  .hero_features_bar .features_wrapper {
    border-radius: 1rem;
  }
  .hero_features_bar .features_wrapper .feature_item .icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }
  .hero_features_bar .features_wrapper .feature_item .text h5 {
    font-size: 1rem;
  }
  .hero_features_bar .features_wrapper .feature_item .text p {
    font-size: 0.9rem;
  }
  .hero_section .hero_image_wrapper .floating_card.tooth_icon {
    width: 4.2rem;
    height: 4.2rem;
  }
  .hero_section .hero_image_wrapper .floating_card.tooth_icon img {
    width: 2.625rem;
  }
  .footer_section .footer_bottom {
    padding: 1rem 0;
  }
}/*# sourceMappingURL=dentalcare.css.map */