/* =====================================
   HOMEOPATHY CLINIC VARIABLES 
===================================== */
/* =====================================
   HOMEOPATHY CLINIC 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;
}

.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;
}

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

.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_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 {
  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 {
  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 .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 {
  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;
}

.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_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 .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;
}

.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 {
  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
===================================== */
/* =====================================
   LOAD COMMON SCSS
===================================== */
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Bold.woff2") format("woff2"), url("../fonts/MonaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Regular.woff2") format("woff2"), url("../fonts/MonaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-ExtraBold.woff2") format("woff2"), url("../fonts/MonaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Medium.woff2") format("woff2"), url("../fonts/MonaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Light.woff2") format("woff2"), url("../fonts/MonaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Black.woff2") format("woff2"), url("../fonts/MonaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-SemiBold.woff2") format("woff2"), url("../fonts/MonaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Mona Sans", sans-serif;
}

.reveal-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}
.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog_card {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.blog_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.blog_card:hover .blog_img img {
  transform: scale(1.05);
}
.blog_card:hover .read_more_btn {
  background: #367c39;
  color: #fff;
  border-color: #367c39;
}
.blog_card .blog_img {
  height: 14.375rem;
  overflow: hidden;
  border-radius: 0.625rem;
  margin: 0.75rem;
}
.blog_card .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  transition: transform 0.5s ease;
}
.blog_card .blog_content {
  padding: 0 0.9375rem 1.5rem 0.9375rem;
}
.blog_card .blog_content .blog_category {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #2E7D32;
}
.blog_card .blog_content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Mona Sans", sans-serif;
}
.blog_card .blog_content p {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .blog_content .btn-primary {
  border-radius: 0.4375rem;
  padding: 0.375rem 0.375rem 0.375rem 0.625rem !important;
}
.blog_card .blog_content .btn-primary span {
  font-size: 0.875rem;
}
.blog_card .blog_content .btn-primary span i {
  width: 1.5625rem;
  height: 1.5625rem;
}
.blog_card .blog_content .btn-primary:hover .btn_text_hover {
  transform: translate(0%, -50%);
}

.btn-primary {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  font-weight: 500;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
}
.btn-primary .btn_text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: all 0.5s ease;
  transform: translate(0%);
}
.btn-primary .btn_text i {
  transition: 0.3s;
  padding: 0.625rem;
  background: #fff;
  color: #2E7D32;
  border-radius: 0.3125rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary .btn_text_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(-150%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
}
.btn-primary .btn_text_hover i {
  transition: 0.3s;
  padding: 0.625rem;
  background: #fff;
  color: #2E7D32;
  border-radius: 0.3125rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  box-shadow: 0 10px 20px rgba(46, 125, 50, 0.4);
}
.btn-primary:hover .btn_text_hover {
  transform: translate(4%, -50%);
  opacity: 1;
  z-index: 1;
}
.btn-primary:hover .btn_text {
  transform: translate(150%);
  opacity: 0;
}
.btn-primary:active {
  transform: scale(0.98);
  box-shadow: 0 5px 15px rgba(46, 125, 50, 0.4);
}

.btn-secondary {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  font-size: 1rem;
  color: #2E7D32;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  background: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 3px 5px 2px rgba(255, 255, 255, 0.07);
}
.btn-secondary .btn_text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: all 0.5s ease;
  transform: translate(0%);
}
.btn-secondary .btn_text i {
  transition: 0.3s;
  padding: 0.625rem;
  background: #2E7D32;
  color: #fff;
  border-radius: 0.3125rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary .btn_text_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(-150%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #2E7D32;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
}
.btn-secondary .btn_text_hover i {
  transition: 0.3s;
  padding: 0.625rem;
  background: #2E7D32;
  color: #fff;
  border-radius: 0.3125rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:hover {
  box-shadow: 0 10px 20px rgba(46, 125, 50, 0.4);
}
.btn-secondary:hover .btn_text_hover {
  transform: translate(4%, -50%);
  opacity: 1;
  z-index: 1;
}
.btn-secondary:hover .btn_text {
  transform: translate(150%);
  opacity: 0;
}
.btn-secondary:active {
  transform: scale(0.98);
  box-shadow: 0 5px 15px rgba(46, 125, 50, 0.4);
}

.top_header {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.625rem 0;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.top_header .row {
  align-items: center;
}
.top_header .contact_info {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.top_header .contact_info li {
  padding: 0rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.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: 1.8125rem;
  height: 1.8125rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
  background: #fff;
  color: #2E7D32;
}
.top_header .social_icons li a:hover {
  background: transparent;
  color: #fff;
}
.top_header .header_social_col {
  display: none;
}

.header_area {
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 0.625rem 0;
  transition: all 0.3s ease;
}
.header_area.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
  padding: 0.75rem 0;
}
.header_area .navbar {
  padding: 0;
  background-color: #fff;
}
.header_area .navbar .navbar-brand {
  color: #2A2A2A;
  font-weight: 700;
  font-size: 2rem;
}
.header_area .navbar .navbar-brand .logo {
  width: 100%;
  max-width: 7.5rem;
}
.header_area .navbar .navbar-brand:hover {
  color: #2E7D32;
}
.header_area .navbar .navbar-nav {
  margin-left: auto;
  margin-bottom: 0.5rem;
  align-items: center;
}
.header_area .navbar .nav-link {
  color: #2A2A2A;
  font-weight: 500;
  padding: 0.75rem 1rem !important;
  transition: all 0.3s ease;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  position: relative;
}
.header_area .navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #2E7D32;
  transition: width 0.3s ease;
}
.header_area .navbar .nav-link:hover, .header_area .navbar .nav-link.active {
  color: #2E7D32;
}
.header_area .navbar .nav-link:hover::after, .header_area .navbar .nav-link.active::after {
  width: 80%;
}
.header_area .navbar .nav-link.dropdown-toggle::after {
  display: none;
}
.header_area .navbar .nav-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.header_area .navbar .nav-link.show i {
  transform: rotate(180deg);
}
.header_area .navbar .dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 0;
  min-width: 16rem;
  animation: fadeIn 0.3s ease-in-out;
  background: #fff;
  overflow: hidden;
}
.header_area .navbar .dropdown-menu::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  width: 100%;
}
.header_area .navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #2A2A2A;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  display: block;
  border-radius: 0;
}
.header_area .navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.header_area .navbar .dropdown-menu .dropdown-item:hover, .header_area .navbar .dropdown-menu .dropdown-item:focus {
  background: #D2FFD4;
  color: #2E7D32;
  padding-left: 1.8rem;
}
.header_area .navbar .dropdown-menu .dropdown-item:hover::before, .header_area .navbar .dropdown-menu .dropdown-item:focus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #2E7D32;
}
@media (min-width: 992px) {
  .header_area .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.header_area .navbar .header_btn {
  display: flex;
  margin-top: 1rem;
}

.badge_pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9375rem;
  background: #fff;
  border: 1px solid #A5D6A7;
  border-radius: 2rem;
  color: #2E7D32;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.badge_pill i {
  color: #2E7D32;
}

.leaf_decoration {
  position: absolute;
  top: 1%;
  left: 7%;
  bottom: auto;
  right: auto;
  z-index: 5;
  animation: sway 5s ease-in-out infinite;
}
.leaf_decoration img {
  height: auto;
  width: 8.125rem;
}

.hero_section {
  position: relative;
  overflow: hidden;
}
.hero_section .swiper {
  width: 100%;
  height: 100%;
}
.hero_section .hero-main {
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
  background: #FFF9F9;
}
.hero_section .swiper-slide {
  background: #fff;
}
.hero_section .hero_content {
  position: relative;
  padding-right: 2rem;
  z-index: 10;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hero_section .hero_content h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #000;
  font-family: "Mona Sans", sans-serif;
}
.hero_section .hero_content p {
  font-size: 1rem;
  color: #2A2A2A;
  margin-bottom: 2.5rem;
  max-width: 500px;
}
.hero_section .hero_image_col {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-bottom-left-radius: 5rem;
  overflow: hidden;
  z-index: 1;
}
.hero_section .hero_image_col .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.hero_section .hero_image {
  display: none;
}
.hero_section .floating_icon {
  position: absolute;
  bottom: 15%;
  right: 48%;
  transform: translateX(50%);
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: float 4s ease-in-out infinite;
  z-index: 20;
}
.hero_section .floating_icon i {
  font-size: 2rem;
  color: #2E7D32;
}

.availability-sec {
  position: relative;
  z-index: 5;
  margin-top: -3.75rem;
}
.availability-sec .container {
  display: flex;
  justify-content: center;
}
.availability-sec .availability_card {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  border-radius: 1.25rem;
  padding: 1.75rem 2.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 62.5rem;
}
.availability-sec .availability_card .info_group {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.availability-sec .availability_card .info_group .info_content h4 i {
  margin-right: 0.625rem;
}
.availability-sec .availability_card .info_group .info_content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
  color: #fff;
}
.availability-sec .availability_card .info_group .info_content p, .availability-sec .availability_card .info_group .info_content span, .availability-sec .availability_card .info_group .info_content a {
  text-decoration: none;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1.5;
}
.availability-sec .availability_card .separator {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.about_section {
  position: relative;
  overflow: hidden;
}
.about_section .about_image_wrapper {
  position: relative;
  text-align: center;
}
.about_section .about_image_wrapper .main_img_wrapper {
  position: relative;
  display: inline-block;
}
.about_section .about_image_wrapper .main_img_wrapper img {
  border-bottom-left-radius: 22.5rem;
  max-width: 100%;
  height: 38.75rem;
  display: block;
  width: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_image_wrapper .main_img_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.875rem;
  border-bottom-left-radius: 360px;
  width: 25rem;
  height: 94%;
  border: 0.125rem solid #2E7D32;
  border-right: none;
  z-index: -1;
}
.about_section .about_image_wrapper .leaf_decoration {
  position: absolute;
  top: auto;
  left: -5rem;
  bottom: -2rem;
  right: auto;
  z-index: 5;
  animation: sway 5s ease-in-out infinite;
}
.about_section .about_image_wrapper .leaf_decoration img {
  height: auto;
  width: 8.125rem;
}
.about_section .about_image_wrapper .leaf_decoration img {
  width: 12.5rem;
  transform: scaleX(-1);
}
.about_section .about_content {
  padding-left: 3rem;
}
.about_section .about_content .about_features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.about_section .about_content .about_features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.about_section .about_content .about_features li img {
  width: 1.5625rem;
  height: 1.5625rem;
}
.about_section .about_content .about_features li span {
  font-size: 1rem;
  color: #2A2A2A;
  font-weight: 500;
}

.services_section {
  position: relative;
  background: #F5FFF0;
}
.services_section .services_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.services_section .services_nav_wrapper .swiper-button-next,
.services_section .services_nav_wrapper .swiper-button-prev {
  position: static !important;
  margin: 0 !important;
  width: 3rem;
  height: 3rem;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 0.5rem;
  color: #2E7D32;
  transition: all 0.3s ease;
}
.services_section .services_nav_wrapper .swiper-button-next::after,
.services_section .services_nav_wrapper .swiper-button-prev::after {
  display: none;
}
.services_section .services_nav_wrapper .swiper-button-next i,
.services_section .services_nav_wrapper .swiper-button-prev i {
  font-size: 1rem;
}
.services_section .services_nav_wrapper .swiper-button-next:hover, .services_section .services_nav_wrapper .swiper-button-next:active, .services_section .services_nav_wrapper .swiper-button-next:focus,
.services_section .services_nav_wrapper .swiper-button-prev:hover,
.services_section .services_nav_wrapper .swiper-button-prev:active,
.services_section .services_nav_wrapper .swiper-button-prev:focus {
  background: #2E7D32;
  color: #fff;
}
.services_section .services_swiper {
  padding: 1rem;
  margin: -1rem;
}
.services_section .services_swiper .service_card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 20rem;
}
.services_section .services_swiper .service_card .service_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.services_section .services_swiper .service_card .service_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem;
  background: linear-gradient(-180deg, rgba(46, 125, 50, 0) 0%, #2E7D32 91%);
  z-index: 2;
  transition: all 0.5s ease;
}
.services_section .services_swiper .service_card .service_content h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-family: "Mona Sans", sans-serif;
  transition: transform 0.5s ease;
}
.services_section .services_swiper .service_card .service_content .service_desc {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.services_section .services_swiper .service_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  z-index: 1;
}
.services_section .services_swiper .service_card:hover .service_img {
  transform: scale(1.05);
}
.services_section .services_swiper .service_card:hover::after {
  background: rgba(46, 125, 50, 0.75);
}
.services_section .services_swiper .service_card:hover .service_content {
  padding-bottom: 1.25rem;
}
.services_section .services_swiper .service_card:hover .service_content h3 {
  transform: translateY(-10px);
}
.services_section .services_swiper .service_card:hover .service_content .service_desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 0.5rem;
  transform: translateY(0);
}

.why_choose_us {
  position: relative;
  overflow: hidden;
}
.why_choose_us .why_choose_content {
  padding-right: 2rem;
}
.why_choose_us .why_choose_content .feature_card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #A5D6A7;
  border-radius: 0.75rem;
  background: #fff;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.why_choose_us .why_choose_content .feature_card:last-child {
  margin-bottom: 0;
}
.why_choose_us .why_choose_content .feature_card .icon_wrapper {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #D2FFD4;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_choose_us .why_choose_content .feature_card .icon_wrapper i {
  font-size: 1.5rem;
  color: #2E7D32;
}
.why_choose_us .why_choose_content .feature_card .icon_wrapper img {
  width: 2rem;
  height: 2rem;
}
.why_choose_us .why_choose_content .feature_card .card_content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E7D32;
  margin-bottom: 0.5rem;
  font-family: "Mona Sans", sans-serif;
}
.why_choose_us .why_choose_content .feature_card .card_content p {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
}
.why_choose_us .why_choose_content .feature_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #2E7D32;
  transform: translateY(-5px);
}
.why_choose_us .why_choose_img_wrapper {
  text-align: right;
  position: relative;
  display: inline-block;
}
.why_choose_us .why_choose_img_wrapper img {
  border-bottom-left-radius: 22.5rem;
  max-width: 100%;
  height: 38.75rem;
  display: block;
  width: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose_us .why_choose_img_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.875rem;
  border-bottom-left-radius: 360px;
  width: 25rem;
  height: 94%;
  border: 0.125rem solid #2E7D32;
  border-right: none;
  z-index: -1;
}
.why_choose_us .why_choose_img_wrapper {
  display: inline-block;
}
.why_choose_us .why_choose_img_wrapper::before {
  top: 0;
  left: -1.875rem;
  border-top-left-radius: 22.5rem;
  border-bottom-left-radius: 0;
}
.why_choose_us .why_choose_img_wrapper img {
  border-top-left-radius: 22.5rem;
  border-bottom-left-radius: 0;
}

.expertise_section {
  background: #F5FFF0;
  position: relative;
  overflow: hidden;
}
.expertise_section .expertise_image_wrapper {
  position: relative;
  padding-left: 2rem;
}
.expertise_section .expertise_image_wrapper .expert_img_1 {
  position: relative;
  margin-top: 1.875rem;
}
.expertise_section .expertise_image_wrapper .expert_img_1 img {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 9.375rem;
  display: block;
  position: relative;
  z-index: 1;
}
.expertise_section .expertise_image_wrapper .expert_img_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  border-top-left-radius: 360px;
  width: 11rem;
  height: 94%;
  border: 0.125rem solid #2E7D32;
  border-right: none;
  z-index: 0;
}
.expertise_section .expertise_image_wrapper .expert_img_2 img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 9.375rem;
  display: block;
}
.expertise_section .expertise_image_wrapper .expert_img_absolute {
  position: absolute;
  bottom: -0.5rem;
  right: -1.25rem;
  z-index: 1;
}
.expertise_section .expertise_image_wrapper .expert_img_absolute img {
  width: 100%;
  height: 10.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.expertise_section .expertise_content {
  padding-left: 2rem;
}
.expertise_section .expertise_content .expertise_features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.expertise_section .expertise_content .expertise_features .expert_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.expertise_section .expertise_content .expertise_features .expert_feature_item .icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.expertise_section .expertise_content .expertise_features .expert_feature_item .icon i {
  font-size: 1.25rem;
  color: #2E7D32;
}
.expertise_section .expertise_content .expertise_features .expert_feature_item .content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2E7D32;
  margin-bottom: 0.5rem;
  font-family: "Mona Sans", sans-serif;
}
.expertise_section .expertise_content .expertise_features .expert_feature_item .content p {
  font-size: 1rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
}

.gallery_section {
  background: #fff;
  overflow: hidden;
}
.gallery_section .gallery_wrapper {
  display: flex;
  gap: 1.5rem;
  height: 800px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.gallery_section .gallery_wrapper .gallery_col {
  flex: 1;
  min-width: 0;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item img {
  width: 100%;
  display: block;
  border-radius: 1.25rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item:hover img {
  transform: scale(1.05);
}
.gallery_section .gallery_wrapper .gallery_col.col_down .gallery_track {
  animation: scrollDown 40s linear infinite;
}
.gallery_section .gallery_wrapper .gallery_col.col_up .gallery_track {
  animation: scrollUp 40s linear infinite;
}
.gallery_section .gallery_wrapper .gallery_col:hover .gallery_track {
  animation-play-state: paused !important;
}

.testimonial_section {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.testimonial_section .section_heading {
  margin-bottom: 0.9375rem;
}
.testimonial_section .testimonial_swiper {
  padding: 1.5rem 0.5rem 3rem 0.5rem;
}
.testimonial_section .testimonial_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.testimonial_section .testimonial_swiper .swiper-pagination {
  bottom: 0;
}
.testimonial_section .testimonial_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #ccc;
  opacity: 0.5;
  margin: 0 0.3125rem;
  transition: all 0.3s ease;
}
.testimonial_section .testimonial_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2E7D32;
  opacity: 1;
  width: 1.5rem;
  border-radius: 6.25rem;
}
.testimonial_section .testimonial_card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  height: 100%;
  min-height: 350px;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E6E3E3;
}
.testimonial_section .testimonial_card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.08);
}
.testimonial_section .testimonial_card .user_info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  border-bottom: 0.0625rem solid #E6E3E3;
  padding-bottom: 0.625rem;
}
.testimonial_section .testimonial_card .user_info .user_img {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}
.testimonial_section .testimonial_card .user_info .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_section .testimonial_card .user_info .user_details h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 0.25rem;
  font-family: "Mona Sans", sans-serif;
}
.testimonial_section .testimonial_card .user_info .user_details .stars {
  display: flex;
  gap: 0.125rem;
}
.testimonial_section .testimonial_card .user_info .user_details .stars i {
  font-size: 0.75rem;
  color: #FFB800;
}
.testimonial_section .testimonial_card .review_text {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
  color: #2A2A2A;
}

.contact_section {
  position: relative;
}
.contact_section .contact_form_wrapper {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E3E3;
}
.contact_section .contact_form_wrapper .form-label {
  font-size: 0.9375rem;
  color: #2A2A2A;
  margin-bottom: 0.5rem;
}
.contact_section .contact_form_wrapper .form-control,
.contact_section .contact_form_wrapper .form-select {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #E6E3E3;
  font-size: 0.9375rem;
  color: #000;
}
.contact_section .contact_form_wrapper .form-control::-moz-placeholder, .contact_section .contact_form_wrapper .form-select::-moz-placeholder {
  color: #E6E3E3;
}
.contact_section .contact_form_wrapper .form-control::placeholder,
.contact_section .contact_form_wrapper .form-select::placeholder {
  color: #E6E3E3;
}
.contact_section .contact_form_wrapper .form-control:focus,
.contact_section .contact_form_wrapper .form-select:focus {
  border-color: #2E7D32;
  box-shadow: none;
}
.contact_section .contact_form_wrapper .btn-primary {
  padding: 0.625rem 0;
}
.contact_section .map_wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 400px;
}
.contact_section .map_wrapper img {
  border-radius: 1.25rem;
}

.blog_section {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.blog_section .blog_swiper {
  padding: 1.5rem 0.5rem 3rem 0.5rem;
}
.blog_section .blog_swiper .swiper-pagination {
  bottom: 0;
}
.blog_section .blog_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #ccc;
  opacity: 0.5;
  margin: 0 0.3125rem;
  transition: all 0.3s ease;
}
.blog_section .blog_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #367c39;
  opacity: 1;
  width: 1.5rem;
  border-radius: 6.25rem;
}

.faq_section {
  background: #fff;
}
.faq_section .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #E6E3E3;
}
.faq_section .accordion-item:last-child {
  border-bottom: none;
}
.faq_section .accordion-item .accordion-header .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 0;
  font-family: "Mona Sans", sans-serif;
}
.faq_section .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  color: #2A2A2A;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #2E7D32;
  background: transparent;
  box-shadow: none;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  color: #2E7D32;
}
.faq_section .accordion-item .accordion-body {
  padding: 0 0 1.5rem 0;
  font-size: 1rem;
  color: #2A2A2A;
  line-height: 1.6;
}

.footer_section {
  background: #2A2A2A;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: #fff;
  margin-top: 2rem;
}
.footer_section .border-secondary {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.footer_section .social_icons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
}
.footer_section .social_icons a {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_section .social_icons a:hover {
  background: #2E7D32;
  color: #fff;
}
.footer_section .footer_heading {
  font-family: "Mona Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #fff;
}
.footer_section ul li {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-start;
}
.footer_section ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer_section ul li a i {
  font-size: 0.75rem;
}
.footer_section ul li a:hover {
  color: #2E7D32;
  padding-left: 5px;
}
.footer_section .hours_list li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}
.footer_section .contact_info li i {
  margin-right: 0.625rem;
  margin-top: 0.25rem;
}
.footer_section .copyright_text {
  font-size: 0.875rem;
  font-family: "Mona Sans", sans-serif;
}

/* =====================================
   overwrite css
===================================== */
.section_heading .section_title {
  color: #2A2A2A;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #2E7D32;
}
.section_heading .desc {
  color: #2A2A2A;
}

p {
  color: #2A2A2A !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
}

.about_page_section .about_images .img_2 {
  border-color: rgba(46, 125, 50, 0.25);
}

.about_offer_section {
  background-color: #F5FFF0;
}
.about_offer_section .offer_card .icon_wrapper {
  background-color: #D2FFD4;
}

.our_team_section {
  background-color: #F5F5F5;
}
.our_team_section .team_card {
  border-color: #E6E3E3;
}
.our_team_section .team_card .team_img {
  border-color: #2E7D32;
}
.our_team_section .team_card .team_content .specialty {
  color: #2E7D32;
}
.our_team_section .team_card .social_links li a {
  color: #2A2A2A;
  border-color: #F5F5F5;
}
.our_team_section .team_card .social_links li a:hover {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
  border-color: #2E7D32;
}

.treatments_grid_section {
  background: #F5F5F5;
}
.treatments_grid_section .treatment_card {
  border-color: #E6E3E3;
}
.treatments_grid_section .treatment_card h5 {
  color: #2E7D32;
}
.treatments_grid_section .treatment_card p {
  color: #2A2A2A;
}

.care_section .care_content .care_list li .text h5 {
  color: #2E7D32;
}

.purpose_care_section .dedicated_care_content .title {
  color: #2A2A2A;
}
.purpose_care_section .dedicated_care_content .title span,
.purpose_care_section .dedicated_care_content .title .highlight {
  color: #2E7D32;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .text {
  color: #2A2A2A;
}

.pagination_area .page_link {
  background: #fff;
  border-color: #E6E3E3;
}
.pagination_area .page_link:hover {
  border-color: #2E7D32;
  color: #2E7D32;
}
.pagination_area .page_link.active {
  background: #2E7D32;
  color: #fff;
  border-color: #2E7D32;
}

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: #2E7D32 !important;
}

.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.5rem;
}

.leave_reply_area .btn-primary {
  padding: 0.625rem 0;
}

.sidebar_widget.search_widget .search_form input {
  border-radius: 0.5rem !important;
}
.sidebar_widget.search_widget .btn-primary {
  width: 30%;
}
.sidebar_widget.search_widget .btn-primary .btn_text {
  transform: translate(-15%);
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #2E7D32;
}
.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
  border-color: #2E7D32;
}

.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
  border-color: #2E7D32;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  background: linear-gradient(134.523deg, #3EAF44 0%, #2E7D32 100%);
  color: #fff;
  border-color: #2E7D32;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  border-color: #2E7D32;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #2E7D32;
}

.contact_info_section .contact_card .icon_wrapper {
  background-color: #D2FFD4;
}
.contact_info_section .contact_card .icon_wrapper i {
  color: #2E7D32;
}
.contact_info_section .contact_card .content a:hover, .contact_info_section .contact_card .content .link:hover {
  color: #2E7D32;
}

.availability-sec .availability_card .info_group .info_content p {
  color: #fff !important;
}

.services_section .services_swiper .service_card .service_content .service_desc, .services_section .services_swiper .service_card .service_content p {
  color: #fff !important;
}

/* =====================================
   overwrite css
===================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes sway {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(15deg) translateY(-15px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .top_header .contact_info {
    justify-content: flex-start;
  }
  .top_header .header_social_col {
    display: block;
  }
  .header_area .navbar .navbar-nav {
    margin-bottom: 0;
  }
  .header_area .navbar .header_btn {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .hero_section .hero-main .hero_content h1 {
    font-size: 2.875rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 1.875rem !important;
  }
  .pb-50 {
    padding-bottom: 1.875rem !important;
  }
  .section_heading {
    margin-bottom: 1.25rem;
  }
  .section_heading .section_title {
    font-size: 2rem;
  }
  .top_header {
    display: none;
  }
  .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;
  }
  .header_area {
    padding: 0;
  }
  .header_area .navbar {
    padding: 0rem 0;
  }
  .header_area .navbar .nav-link {
    padding: 0.625rem 0 !important;
  }
  .header_area .navbar .navbar-nav {
    align-items: start;
  }
  .offcanvas {
    width: 280px !important;
  }
  .offcanvas .offcanvas-header {
    border-bottom: 1px solid #E6E3E3;
  }
  .offcanvas .offcanvas-header .btn-close {
    box-shadow: none;
  }
  .offcanvas .offcanvas-header .btn-close:focus {
    box-shadow: none;
  }
  .offcanvas .offcanvas-body {
    padding: 1.5rem;
  }
  .hero_section .leaf_decoration {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 45%;
    right: 1%;
    z-index: 5;
    animation: sway 5s ease-in-out infinite;
  }
  .hero_section .leaf_decoration img {
    height: auto;
    width: 8.125rem;
  }
  .hero_section .hero_content {
    padding: 0;
  }
  .hero_section .hero_content p {
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .hero_section .hero-main {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
    padding: 1.875rem 0 0 0;
    flex-direction: column;
  }
  .hero_section .hero_image_col {
    position: relative;
    width: 100%;
    height: 31.25rem;
    border-bottom-left-radius: 3rem;
    margin-top: 2rem;
  }
  .hero_section .hero_image_col .main_img {
    min-height: 31.25rem;
  }
  .hero_section .floating_icon {
    right: 10%;
    bottom: 10rem;
    transform: none;
  }
  .availability-sec {
    margin-top: 1.875rem;
  }
  .availability-sec .availability_card {
    position: relative;
    transform: translateY(0);
    bottom: auto;
    right: auto;
    margin: 0;
    gap: 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .availability-sec .availability_card .separator {
    display: none;
  }
  .about_section .row {
    flex-direction: column-reverse;
  }
  .about_section .about_image_wrapper {
    padding-left: 0;
    margin-top: 3rem;
    text-align: center;
  }
  .about_section .about_image_wrapper .main_img_wrapper::before {
    left: 40%;
    transform: translateX(-50%);
    width: 90%;
    border-right: 1px solid #2E7D32;
  }
  .about_section .about_content {
    padding-left: 0;
  }
  .services_section {
    padding: 4rem 0;
  }
  .services_section .services_nav_wrapper {
    justify-content: flex-start;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .why_choose_us .why_choose_content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .why_choose_us .why_choose_img_wrapper {
    text-align: center;
  }
  .why_choose_us .why_choose_img_wrapper::before {
    left: 40%;
    transform: translateX(-50%);
    width: 90%;
    border-right: 1px solid #2E7D32;
  }
  .why_choose_us .why_choose_img_wrapper img {
    width: 31.25rem;
  }
  .expertise_section .expertise_row {
    flex-direction: column-reverse;
  }
  .expertise_section .expertise_image_wrapper {
    padding-left: 0;
    margin-top: 3rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1 {
    width: 85%;
    margin-left: auto;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1 img {
    height: auto;
  }
  .expertise_section .expertise_image_wrapper .expert_img_2 {
    width: 85%;
  }
  .expertise_section .expertise_image_wrapper .expert_img_2 img {
    height: auto;
  }
  .expertise_section .expertise_image_wrapper .expert_img_absolute img {
    height: auto;
  }
  .expertise_section .expertise_content {
    padding-left: 0;
  }
  .gallery_section .gallery_wrapper {
    height: 600px;
    gap: 1rem;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .btn-primary, .btn-secondary {
    padding: 0.375rem 0.375rem 0.375rem 0.9375rem;
  }
  .btn-primary .btn_text i, .btn-primary .btn_text_hover i, .btn-secondary .btn_text i, .btn-secondary .btn_text_hover i {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .gallery_section .gallery_wrapper {
    height: 500px;
  }
  .availability-sec .availability_card {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .badge_pill {
    padding: 0.3125rem 0.625rem;
  }
  .badge_pill img {
    width: 1.125rem;
    height: 1.125rem;
  }
  .section_heading .section_title {
    font-size: 1.75rem;
  }
  .hero_section .leaf_decoration img {
    width: 6.25rem;
  }
  .hero_section .hero-main .hero_content h1 {
    font-size: 2.25rem;
    margin-bottom: 0.625rem;
  }
  .availability-sec .availability_card {
    padding: 1.5625rem;
  }
  .about_section .about_image_wrapper {
    width: 85%;
    margin: 1.875rem auto 0;
  }
  .about_section .about_image_wrapper .main_img_wrapper::before {
    left: 40%;
    transform: translateX(-50%);
    width: 90%;
    border-right: 1px solid #2E7D32;
  }
  .about_section .about_image_wrapper .main_img_wrapper img {
    width: 100%;
  }
  .about_section .about_image_wrapper .leaf_decoration {
    left: -2.125rem;
    bottom: 0;
  }
  .about_section .about_image_wrapper .leaf_decoration img {
    width: 6.25rem;
  }
  .why_choose_us .why_choose_content .feature_card {
    flex-direction: column;
  }
  .why_choose_us .why_choose_img_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .why_choose_us .why_choose_img_wrapper img {
    width: 100%;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1 img {
    height: 25rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_2 img {
    height: 25rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_absolute img {
    width: 75%;
    height: auto;
  }
  .expertise_section .expertise_content .expertise_features .expert_feature_item .content h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .gallery_section .gallery_wrapper {
    gap: 0.625rem;
  }
  .gallery_section .gallery_wrapper .gallery_col:nth-child(1) {
    display: none;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item {
    border-radius: 0.625rem;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item img {
    border-radius: 0.625rem;
  }
  .contact_section .contact_form_wrapper {
    padding: 1.25rem;
  }
}
@media (max-width: 400px) {
  .gallery_section .gallery_wrapper .gallery_col:nth-child(1), .gallery_section .gallery_wrapper .gallery_col:nth-child(2) {
    display: none;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1 {
    width: 100%;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1 img {
    height: 21.875rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_1::before {
    left: -0.625rem;
    width: 100%;
  }
  .expertise_section .expertise_image_wrapper .expert_img_2 {
    width: 100%;
  }
  .expertise_section .expertise_image_wrapper .expert_img_2 img {
    height: 21.875rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_absolute {
    right: -6.25rem;
  }
  .expertise_section .expertise_image_wrapper .expert_img_absolute img {
    width: 75%;
    height: auto;
  }
  .why_choose_us .why_choose_img_wrapper img {
    height: 25rem;
  }
  .about_section .about_image_wrapper .main_img_wrapper img {
    height: 25rem;
  }
}/*# sourceMappingURL=homeopathyclinic.css.map */