/* Header */

header {
  /*padding: 0 80px;*/

  /*position: fixed;*/

  /*z-index: 111;*/
}

.header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  /*position: fixed;*/

  /*top: 0;*/

  /*left: 0;*/

  width: 100%;

  background-color: #fff;

  color: #fff;

  height: 80px;

  /*padding: 0 80px;*/

  box-sizing: border-box;
}

ul.menu_list {
  display: flex;

  gap: 24px;

  list-style: none;
}

.book_btn a,
.book_btn button {
  cursor: pointer;

  border-radius: 8px;

  background: var(--primary, #0d4142);

  padding: 8px 16px;
  border: none;
}

.burger_menu {
  display: none;
}

.call_optiskin_inner button,
.single_service_links button,
.accepted_insurance_hero a,
.single_service_links a,
.doctor_hero_links button {
  border: none;
}

#forms_submit:hover,
.filter-btn:hover,
.single_service_links button:hover,
.book_btn a:hover,
.accepted_insurance_hero a:hover,
.news_archive .single_page a:hover,
.book_btn button:hover,
.single_service_links a:hover,
.form_btn p input:hover,
.map_btn a:hover {
  background: #345c5e;
}

/* Home Hero Section  */

#section1.home_hero {
  height: calc(100vh - 80px) !important;

  /* min-height: 900px; */

  display: flex;

  align-items: end;

  justify-content: end;
}

.home_hero_text {
  margin: 0 0 60px 0;

  text-align: right;
}

/* Home Services  */

.home_services {
  height: calc(100vh - 158px);

  background-color: #0d4142;

  padding: 80px;
}

.home_single_service {
  max-width: 225px;

  min-height: 100px;

  padding: 95px 65px;

  display: flex;

  align-items: center;

  position: relative;
}

.home_single_service:hover .home_service_link {
  display: block;
}

.home_service_link {
  display: none;

  position: absolute;

  top: 12px;

  right: 12px;
}

.home_single_service h5 {
  max-width: 225px;

  color: #fff;
}

.service_img {
  max-width: 740px;

  gap: 40px 25px;
}

.home_service_info {
  max-width: 100%;
}

.services_main {
  margin: 40px 0;

  gap: 0 40px;

  align-items: center;
}

.home_service_info p {
  margin-bottom: 40px;
}

.service_btn a {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 12px;
}

.next_arrow_svg {
  align-items: center;
}

/* Awards Home  */

.home_awards {
  height: calc(100vh - 100px);

  padding: 100px 0 0;
}

.awards_logos {
  margin-top: 60px;

  justify-content: space-around;
}

.awards_container_background {
  min-height: 500px;

  margin-top: 60px;

  align-items: end;
}

.awards_title_before {
  font-style: italic;
  font-weight: bold !important;
}

.awards_content_background {
  padding: 16px 32px;

  background: rgba(255, 255, 255, 0.5);
}

.awards_content {
  margin-left: 75px;

  margin-bottom: 95px;

  max-width: 675px;
}

.awards_content p {
  margin: 12px 0 28px;
}

/* Doctors Home  */

.home_doctors {
  height: calc(100vh);

  padding: 100px 80px 0;

  background: var(--primary, #0d4142);
}

.doctors_box {
  margin-top: 40px;

  gap: 24px;
}

.single_doctor_box {
  min-height: 490px;
  align-items: end;
  border-radius: 8px;
}

.doctor_profile {
  display: inline-flex;
  padding: 16px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: rgba(32, 32, 32, 0.7);
  width: 100%;
  margin-left: 24px;

  margin-bottom: 48px;
}

.doctor_main_container {
  align-items: end;
}

.doctor_main_container_background {
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* Adwice Home  */

.home_adwice {
  height: calc(100vh + 5px);

  padding: 100px 80px 0;

  background-color: #ebebeb;

  flex-direction: column;

  align-items: center;
}

.home_adwice .section_title p {
  max-width: 700px;

  margin-top: 16px;
}

.home_adwice_info {
  flex-direction: column;

  justify-content: center;

  padding: 0 70px;
}

.home_adwice_content {
  margin-top: 40px;

  gap: 94px;
}

.adwice_btn a {
  display: flex;

  align-items: center;

  gap: 12px;
}

.adwice_title h3 {
  margin: 24px 0;
}

.date_cat_info {
  gap: 18px;
}

/* Patient Home  */

.home_patient {
  height: calc(100vh - 225px);
}

.for_patient {
  background-color: #0d4142;
}

.patient_container {
  /* background-color: #0D4142; */

  padding: 100px 0px 0px;
}

.patients_box h5,
.patients_box p {
  color: #fff;
}

.featured_home {
  padding: 30px 80px 100px;

  margin: 0;
}

/* COme On Home  */

.come_on_home {
  height: calc(100vh + 60px);

  padding: 73px 0 0;
}

.come_on_home .section_title p {
  margin-top: 16px;
}

.come_on_img_container {
  margin-top: 40px;

  min-height: 700px;

  display: flex;

  align-items: end;

  justify-content: end;
}

.come_on_img_container .awards_content {
  max-width: 700px;

  margin-bottom: 200px;

  display: inline-flex;

  padding: 32px 24px;

  flex-direction: column;

  justify-content: flex-end;

  align-items: flex-end;

  gap: 16px;

  background: rgba(13, 65, 66, 0.7);
}

.book_btn a.come_on_btn {
  background: var(--bg-white, #fafafa);
}

.come_on_img_container .awards_content h3 {
  margin-bottom: 28px;
}

/* Contact Us  */

.contact_us {
  padding: 100px 0 0;
}

.contact_us_form_container {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home section.home_contact_us {
  height: calc(100vh - 100px) !important;
}

.home section.contact_us {
  height: calc(100vh - 300px) !important;
}

.contact_us .section_title {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.contact_us .section_title p {
  max-width: 1100px;

  margin-top: 28px;
}

#contact_us_form {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-top: 40px;
}

.form_control {
  margin-top: 20px;

  display: flex;

  flex-direction: column;

  max-width: 400px;
}

.form_control label {
  margin-bottom: 8px;
  font-weight: 600;
}

.form_control input {
  padding: 10px;
}

.form_control input,
.form_control textarea,
div#clinical_trial textarea {
  border: 1px solid #e6e5eb;
  margin-top: 7px;
  border-radius: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #202020;
  padding: 10px;
}

.form_btn input {
  border-radius: 8px;

  background: var(--primary, #0d4142);

  padding: 8px 16px;
}

/* footer styles */

footer {
  padding: 40px 0 14px;

  background-color: #0d4142;
}

.footer_social_container {
  justify-content: space-between;
}

.footer_socials {
  gap: 16px;
}

.contact_info {
  gap: 45px;
}

/*Contact Us*/

.contact_us_hero {
  min-height: 720px;

  align-items: end;
}

.contact_us_hero_text .page_title {
  display: inline-flex;

  padding: 32px 56px;

  margin-bottom: 120px;

  /* margin-left: 80px; */

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;

  gap: 24px;

  background: rgba(255, 255, 255, 0.8);

  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
}

section.contact_us .conatct_us_desc {
  max-width: 765px;
}

.contact_us_page_form_section {
  max-width: 766px;

  margin: 120px auto;

  padding: 40px 50px;

  justify-content: center;

  align-items: center;

  border-radius: 16px;

  background: var(--bg-white, #fff);

  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
}
select.wpcf7-form-control.wpcf7-select.w_100 {
  text-transform: capitalize !important;
}
.pagination_services.w_100 {
  margin-bottom: 50px !important;
}
/*Map Section*/

.map_text.address {
  position: relative;

  top: 200px;

  left: 200px;

  height: 130px;

  min-height: 130px;

  display: flex;

  max-width: 523px;

  padding: 32px;

  flex-direction: column;

  align-items: flex-start;

  gap: 24px;

  border-radius: 8px;

  background: var(--neutral-light-n-0, #fff);

  box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.15),
    0px 0px 1px 0px rgba(9, 30, 66, 0.31);
}

.map_info {
  margin: 80px 0 120px;

  justify-content: center;
}

.map_link {
  display: flex;

  padding: 8px 16px;

  justify-content: center;

  align-items: center;

  gap: 8px;

  background: var(--primary, #0d4142);
}

.contact_us_page_form_section .contact_us_form_container {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-top: 40px;
}

.contact_us_page_form_section .contact_us_form_container .form_btn {
  display: flex;

  align-items: center;
}

.form_control.form_btn
  input.wpcf7-form-control.wpcf7-submit.has-spinner.text_style_16.text_white {
  color: #fff;
}

.contact_us_page_form_section
  .contact_us_form_container
  .form_btn
  .wpcf7-spinner {
  display: none;
}

/*Doctor Main*/

.doctor_main_hero {
  min-height: 720px;
}

.doctor_hero_links {
  flex-direction: column;

  align-items: end;
}

.doctor_container {
  max-width: 685px;

  margin: auto 0px;
}

.for_header {
  min-height: 80px;
}

.doctor_hero_info {
  padding-top: 80px;
}

.single_doctor_hero {
  align-items: end;
}

.single_doctor_hero .doctor_hero_info {
  padding-bottom: 80px;
  width: 100%;
}

.doctor_hero_links button {
  padding: 8px 16px;

  border-radius: 8px;

  background: var(--bg-white, #fff);
}

.doctor_hero_links a {
  font-style: italic;
}

.doctor_first_section .center_container {
  max-width: 1280px;
}

.doctor_first_section {
  margin: 120px 0;
}

.doctor_first_section h3 {
  margin-bottom: 40px;
}

.medical_section_info {
  justify-content: space-around;

  min-height: 600px;
}

.medical_section_info img,
.medical_section_info p {
  max-width: 550px;
}

.medical_section_info p {
  margin: auto 0;
}

.text_image_section h3 {
  margin-bottom: 60px;
}

.doctor_page_slider {
  margin-top: 60px !important;
}

/*Single Service*/

.single_servie {
  /* max-width: 1440px; */
  flex-direction: column;
  justify-content: end;
  /* margin-bottom: 130px; */
  /* margin-left: 80px; */
  margin: 130px auto;
}

.single_service_links {
  justify-content: space-between;
}

.single_service_links button {
  padding: 8px 16px;

  gap: 8px;

  border-radius: 8px;

  background: var(--primary, #0d4142);
}

.service_cost {
  align-items: center;

  justify-content: center;

  gap: 16px;
}

.service_time_cost {
  display: flex;

  padding: 8px 0;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  gap: 16px;

  border-radius: 8px;

  background: var(--primary, #0d4142);
  /* max-width: 170px; */
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  z-index: 22222;
}

.government_hero_section {
  margin-top: 140px;
}

.description_inner {
  margin: 60px 0 120px;

  align-items: center;

  justify-content: space-around;
}

.description_text {
  max-width: 550px;
}

.pre_treatment_btn {
  display: flex;

  padding: 16px;

  justify-content: center;

  align-items: center;

  gap: 8px;

  border-radius: 8px;

  color: var(--black, #202020);

  text-align: center;

  /* H3 */

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

.pre_treatment_btn.active {
  display: flex;

  padding: 16px;

  justify-content: center;

  align-items: center;

  gap: 8px;

  border-radius: 8px;

  background: var(--primary, #0d4142);

  color: white;

  text-align: center;

  /* H3 */

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

.pre_treatment_btns {
  justify-content: center;

  align-items: center;

  gap: 120px;
}

.single_service_slider {
  margin: 0 auto;
}

.call_optiskin {
  padding: 44px 0;
}

.call_optiskin_inner p {
  margin-top: 16px;

  margin-bottom: 24px;
}

.call_optiskin_inner button {
  padding: 8px 16px;

  border-radius: 8px;

  background: var(--bg-white, #fff);
}

.faqs {
  max-width: 1260px;

  margin: 60px auto 0;
}

.skins {
  margin: 60px auto 0;
}

.single_faq {
  justify-content: space-between;
}

.single_skin {
  justify-content: space-between;
}

.faq_line hr {
  margin: 16px 0;
}

.related_posts {
  margin-top: 120px;
}

.related_service_image {
  width: 410px;

  height: 200px;
}

.slider_related_posts {
  max-width: 1280px;
}

.service_info {
  justify-content: space-between;

  margin-top: 24px;
}

.service_info span {
  font-weight: 500;
}

.service_link {
  justify-content: end;

  margin-top: 16px;
}

.related_service_title {
  margin: 16px 0;
}

/*Services Page*/

/* .all_services{

    max-width: 640px;

} */

.search_filter_container {
  margin: 80px 0;

  justify-content: space-between;

  /* width: 100%;

      max-width: 1250px; */
}

.search {
  max-width: 900px;
}

.search_form_input {
  width: 900px;

  height: 48px;

  padding: 0 8px;

  border-radius: 8px;
}

.search_input {
  gap: 24px;
}

.search_input::placeholder {
  color: var(--primary, #0d4142);

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;
}

.filter {
  display: flex;

  flex-direction: column;

  align-items: end;
}

.filter_info_item {
  font-weight: 500;

  margin: 0 10px;
}

.filter_info_list {
  gap: 8px;

  margin-top: 18px;
}

.filter_info_list li:first-child {
}

.filter-btn {
  display: flex;

  padding: 8px 16px;

  justify-content: center;

  align-items: center;

  gap: 8px;

  border-radius: 8px;

  background: var(--primary, #0d4142);
}

.filter-section {
  display: none; /* Hidden by default */

  position: absolute;

  z-index: 22;

  margin-top: 50px;

  padding: 32px;

  border-radius: 16px 0px 0px 16px;

  background: var(--bg-white, #fff);

  /* small */

  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group h3 {
  margin: 0 0 10px 0;

  cursor: pointer;
}

.filter-list {
  list-style: none;

  padding: 0;

  display: none; /* Hidden by default */
}

.filter-list li {
  margin-bottom: 5px;
}

.filter-list label {
  font-weight: 400;
}

.services_item_container {
  margin: 40px auto;

  gap: 40px;

  justify-content: center;
}

.service_card {
  max-width: 355px;

  min-height: 575px;

  border-radius: 16px;

  padding: 24px 16px 0;

  position: relative;
}

.service_title_tag {
  justify-content: space-between;
}

.service_tag_main {
  padding: 4px 12px;

  border-radius: 6px;

  background: var(--primary, #0d4142);
}

.service_content_main p {
  margin-top: 16px;

  font-weight: 400;
}

.service_card {
  flex-direction: column;

  justify-content: space-between;
}

.service_card:hover {
  transition: transform 0.5s ease;

  transform: scale(1.1);
}

.card_read_more {
  display: flex;

  justify-content: end;

  margin: 0 12px 16px 0;
}

.card_read_more a {
  display: flex;

  align-items: center;
}

.services_item_container {
  /* max-width: 1280px; */

  flex-wrap: wrap;
}

.card_read_more {
  position: absolute;

  bottom: 16px;

  right: -100px;

  opacity: 0;
}

.service_card:hover .card_read_more {
  -webkit-animation: slide 0.5s forwards;

  /*-webkit-animation-delay: 1s;*/

  animation: slide 0.5s forwards;

  /*animation-delay: 1s;*/

  opacity: 1;
}

@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}

@keyframes slide {
  100% {
    right: 0;
  }
}

.pagination_links {
  justify-content: center;

  gap: 8px;

  align-items: center;

  list-style: none;
}

.paginate_numbers {
  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 4px;

  border: 1px solid var(--primary, #e2e2e2);

  background: var(--bg-white, #fff);
}

.filter-group h3 {
  display: flex;

  justify-content: space-between;
}

#forms_submit {
  max-width: 170px;
}

.slider_awards .slick-slide {
  height: 150px;
}

/* Blog Page */

.blog_posts {
  max-width: 850px;
  width: 100%;
}

.posts_row {
  display: flex;

  /*padding: 80px;*/

  gap: 24px;
}

.blog_date {
  justify-content: space-between;
  align-items: center;
}

.post_row,
.posts_row .post_column {
  max-width: 628px;

  display: flex;

  flex-direction: column;

  position: relative;

  border-radius: 8px;

  background: var(--white, #fff);

  background: var(--white, color(display-p3 1 1 1));

  box-shadow: 0px 2px 2px -2px rgba(32, 27, 46, 0.08),
    0px 4px 12px 0px rgba(32, 27, 46, 0.08);

  box-shadow: 0px 2px 2px -2px color(display-p3 0.1216 0.1059 0.1765 / 0.08),
    0px 4px 12px 0px color(display-p3 0.1216 0.1059 0.1765 / 0.08);
}

.posts_row .post_column {
  padding-right: 0;
}

.posts_row .post_column img {
  width: 100%;
}

span.post_tip {
  position: absolute;

  right: 20px;

  top: 16px;
  border-radius: 4px;
  background: var(--primary, #0d4142);

  display: flex;

  padding: 4px 12px;

  justify-content: center;

  align-items: center;

  color: var(--text-white, #ebebeb);
  text-align: center;
  /* text/12/m */
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.15px;
}

.post_info {
  padding: 36px;
}

/* .post_info span{

    color: var(--light-grey, color(display-p3 0.7882 0.7882 0.7882));

    font-family: Poppins;

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: 16px;

    letter-spacing: 0.15px;

} */

.post_info .title_style {
  text-align: left;
}

.single_page {
  display: flex;

  justify-content: end;
}

a.single_link,
a.single_link_news {
  padding: 8px 16px;

  border-radius: 8px;

  background: var(--primary, #0d4142);
}

.post_column {
  display: flex;

  max-width: 1224px;

  min-height: 214px;

  padding-right: 52px;

  flex-shrink: 0;

  border-radius: 8px;

  background: var(--white, color(display-p3 1 1 1));

  box-shadow: 0px 2px 2px -2px color(display-p3 0.1216 0.1059 0.1765 / 0.08),
    0px 4px 12px 0px color(display-p3 0.1216 0.1059 0.1765 / 0.08);

  margin-top: 24px;
}

.for_tip {
  position: relative;

  display: flex;

  width: 100%;
}

/* .posts_column .for_tip{

    width: 35%;

} */

img.post_img {
  width: 100%;
}

.posts_column .post_info {
  width: 65%;
}

.blog_page {
  display: flex;

  justify-content: space-around;
}

.categories h3.title_style {
  text-align: left;
}

span.cat_name {
  display: inline-flex;

  padding: 8px 16px;

  justify-content: center;

  align-items: center;

  gap: 8px;

  border-radius: 8px;

  border: 1px solid var(--accent, #ffb800);

  border: 1px solid var(--accent, color(display-p3 1 0.749 0));

  margin-right: 16px;

  margin-top: 16px;

  color: var(--accent, color(display-p3 1 0.749 0));

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;

  font-style: normal;

  font-weight: 500;

  line-height: 16px; /* 133.333% */

  letter-spacing: 0.15px;
}

.recent_post {
  display: flex;

  justify-content: space-around;

  align-items: center;
}

.blog_sidebar {
  max-width: 350px;

  width: 100%;
}

h3.post_title {
  color: var(--primary-grey, #3e4750);

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 14px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  letter-spacing: 0.5px;
}

.recent_post_info {
  color: var(--light-grey, color(display-p3 0.7882 0.7882 0.7882));

  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;

  font-style: normal;

  font-weight: 400;

  line-height: 16px;

  letter-spacing: 0.15px;
}

.cat_names {
  display: flex;

  flex-wrap: wrap;
}

/* .post_info span.date{

    padding: 4px 8px;

    border-radius: 4px;

    background: var(--primary, #0D4142);

} */

.contact_us_footer {
  flex-direction: column;

  align-items: center;
}

.skin_main_content {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Blog Page */
.posts_row {
  max-width: 908px;
  display: flex;
  justify-content: space-between;
}

.post_row,
.posts_row .post_column {
  display: flex;
  flex-direction: column;
  max-width: 416px;
  position: relative;
  border-radius: 8px;
  background: var(--white, #fff);
  background: var(--white, color(display-p3 1 1 1));
  box-shadow: 0px 2px 2px -2px rgba(32, 27, 46, 0.08),
    0px 4px 12px 0px rgba(32, 27, 46, 0.08);
  box-shadow: 0px 2px 2px -2px color(display-p3 0.1216 0.1059 0.1765 / 0.08),
    0px 4px 12px 0px color(display-p3 0.1216 0.1059 0.1765 / 0.08);
}

.posts_row .post_column {
  padding-right: 0;
}

.posts_row .post_column img {
  width: 100%;
}

.post_info {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

/* .post_info span{
    color: var(--light-grey, color(display-p3 0.7882 0.7882 0.7882));
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.15px;
} */
.post_info .title_style {
  text-align: left;
}

.single_page {
  display: flex;
  justify-content: end;
}

a.single_link {
  color: white;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.post_column {
  display: flex;
  /*max-width: 856px;*/
  min-height: 214px;
  padding-right: 52px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--white, color(display-p3 1 1 1));
  box-shadow: 0px 2px 2px -2px color(display-p3 0.1216 0.1059 0.1765 / 0.08),
    0px 4px 12px 0px color(display-p3 0.1216 0.1059 0.1765 / 0.08);
  margin-top: 24px;
}

.for_tip {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 416px;
}

/* .posts_column .for_tip{
    width: 35%;
} */
img.post_img {
  width: 100%;
}

.posts_column .post_info {
  width: 65%;
}

.blog_page {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}

.categories h3.title_style {
  text-align: left;
}

#search_post_input {
  display: flex;
  padding: 6px 182px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--grey-2, #adb5bd);
}

#post_search {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.checked_cat {
  background: var(--primary, #0d4142);
  color: white !important;
}

.cat_name:hover {
  background: var(--primary, #0d4142);
  color: white !important;
}

span.cat_name {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--primary, #0d4142);
  margin-right: 16px;
  margin-top: 16px;
  color: var(--primary, #0d4142);
  /* text/12/m */
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.15px;
}

.recent_post {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.blog_sidebar {
  max-width: 350px;
  width: 100%;
}

h3.post_title {
  color: var(--primary-grey, #3e4750);
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

.recent_post_info {
  color: var(--light-grey, color(display-p3 0.7882 0.7882 0.7882));
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}

.cat_names {
  display: flex;
  flex-wrap: wrap;
}

/*single*/

.single_post {
  width: 875px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}

.post_image img {
  width: 100%;
}

.text-alignt-left {
  text-align: left;
}

.single_post_info {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.single_blog_post .blog_sidebar {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.single_blog_post .recent_post .post_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.single_blog_post .recent_post img {
  max-width: 58px;
  width: 100%;
  height: 56px;
}

.single_blog_post .recent_post {
  gap: 12px;
}

.share_social h3 {
  margin-bottom: 14px;
}

.similar_posts h3 {
  margin-bottom: 60px;
}

.single_post_title {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.single_post_info span {
  color: var(--light-grey, #c9c9c9);
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-right: 24px;
}

.single_post_line {
  width: 100%;
  max-width: 873px;
  height: 1px;
  background: rgba(201, 201, 201, 0.2);
  border: 1px;
  margin: 24px 0;
}

.single_post_content {
  color: var(--secondary-grey, #596166);
  /* text/16/r */
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.5px;
}

.share_social {
  margin: 40px 0 80px 0;
}

.w-30 {
  width: 30%;
}

.single_social_title {
  color: var(--primary-grey, #3e4750);
  font-feature-settings: "clig" off, "liga" off;
  /* header/H4 */
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.social_icon {
  margin-right: 12px;
}

.single_post_row {
  max-width: none;
}

.recent_posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.insurance_plans_container {
  gap: 16px;
}

.accepted_insurance_hero a {
  padding: 8px 16px;
  gap: 8px;
  border-radius: 8px;
  background: var(--primary, #0d4142);
}

.insurance_plan {
  max-width: 49%;
  width: 100%;
  height: 124px;
  flex-shrink: 0;
  background: var(--primary, #0d4142);
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance_logos .featured_home {
  padding: unset;
  /*height: 150px;*/
}

.insurance_logo .slick-track {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.insurance_logo .slick-list {
  width: 100%;
}

.insurance_logo {
  justify-content: center;
  gap: 80px;
}

.about_first_section_content {
  background: var(--primary, #0d4142);
  padding: 24px 32px;
}

.about_hero {
  align-items: end;
}

.one_stop_shop_image {
  align-items: center;
}

.one_stop_shop_image_content {
  position: relative;
  left: 64px;
  max-width: 440px;
}

.one_stop_shop_image_content p {
  padding: 32px;
  background: var(--primary, #0d4142);
}

.one_stop_shop_image_content_second {
  max-width: 560px;
  right: 120px;
  left: unset;
}

.visit_section_text {
  max-width: 700px;
}

.visit_section_background {
  margin: 40px 0 0 0;
}

#footer_form {
  align-items: end;
  gap: 120px;
}

.footer_fotm_btn {
  align-items: end;
  max-width: unset;
}

/* .news_archive .container{
    padding: 0 80px;
} */
.news_archive .blog_posts,
.news_archive .posts_row,
.news_archive .posts_row .for_tip {
  max-width: unset;
}

.news_archive .posts_row .post_column {
  max-width: 628px;
}

.footer_fotm_btn p {
  display: inline-grid;
}

/*.one_stop_shop_content{*/
/*    max-width: 1120px;*/
/*}*/
.clinical_trial_steps {
  gap: 24px;
  justify-content: center;
}

.clinical_trial_step {
  display: inline-flex;
  padding: 52px 32px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: var(--bg-white, #fff);

  /* small */
  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
  max-width: 564px;
}

.clinical_trial_steps_main {
  /* display: inline-flex; */
  margin: 40px auto 0;
  padding: 52px 32px;
  /* flex-direction: column; */
  align-items: center;
  gap: 40px;
  background: var(--bg-white, #fff);
  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
  max-width: 1216px;
}

.clinical_trial_step_main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}

.clinical_trial_step_main ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 564px;
  list-style-position: inside;
}

.single-clinical_trials .page_title .text_green {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 40px;
  font-weight: 400;
}

.trials_info {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-top: 40px;
}

.trial_tooltip {
  max-width: 1360px;
  text-align: right;
}

#clinical_trial .form_control input,
#clinical_trial .form_control textarea {
  border-radius: 6px;
  border: 1px solid var(--grey, #e6e5eb);
  background: var(--bg-white, #fff);
}

#clinical_trial .form_btn input {
  border-radius: 8px;
  background: var(--primary, #0d4142);
  padding: 8px 16px;
}

#clicnical_trial {
  border-radius: 16px;
  background: var(--bg-white, #fff);
  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
}

.clinical_trial_forms {
  max-width: unset;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.clinical_trial_forms .contact_us_form_container {
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 24px 0px;
  border-radius: 16px;
  background: var(--bg-white, #fff);
  box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
    0px 2px 2px 0px rgba(31, 27, 45, 0.08);
}

.form_block {
  gap: 16px;
}

.clinical_trial_forms.contact_us_page_form_section
  .contact_us_form_container
  .form_btn {
  align-items: center;
  max-width: unset;
}

/* test  */

nav ul li {
  position: relative;
}

.home footer {
  margin-top: 50px;
}

nav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  background: #0d4142;
  float: left;
}

nav ul li ul a {
  width: 100%;
  color: white !important;
}

nav ul li:hover ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sub-menu {
  width: max-content;
  /* display: flex; */
  list-style: none;
}

.sub-menu li {
  padding: 8px 16px;
}

.sub-menu li:hover {
  background: #125659;
}

.sub-menu li:hover a {
  color: #ebebeb !important;
}

.sub-menu li {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.menu_list li a {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0d4142;
}

.doctor_page_slider .slick-prev,
.doctor_page_slider .slick-next {
  top: 50% !important;
}

.blog_categories {
  display: none;
  margin-bottom: 0 !important;
}

.doctor_main_hero.hero.background_style.d_flex {
  background-position: top;
}

.doctor_first_section .doctor_page_slider {
  max-height: unset;
}

.single_doctor_hero .doctor_hero_info {
  padding-top: 16px;
  padding-bottom: 16px;
}

.description_text ul li {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: black;
}

.news_post_column {
  max-width: unset;
}

.news_date {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  /* align-items: center; */
  /* gap: 8px; */
  border-radius: 4px;
  background: var(--primary, #0d4142);
  color: var(--text-white, #ebebeb);
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.15px;
  max-width: 75px;
}

.service_tag_main {
  height: min-content;
}

.service_card_layer {
  border-radius: 16px;
  background: var(--black-50, rgba(32, 32, 32, 0.5));
  min-height: inherit;
  padding: 24px 16px 0;
}

.service_card_all {
  padding: unset;
}

.faq_answer p {
  transform: scaleY(0);
  transition: transform 400ms ease 0ms;
  height: 0;
}

.showing p {
  transform: scaleY(1);
  transition: transform 400ms ease 0ms;
  min-height: min-content;
}

.awards_content_logos .slick-track {
  height: 60px;
  padding: 20px 0;
  /*text-align: center;*/
}

.awards_container_background {
  margin-top: unset;
}

.slider-nav-test img {
  object-fit: contain;
  height: 70px !important;
  padding-bottom: 40px;
}

.single_doctor_box h5.title_style_20.text_white {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

.single_doctor_box p.text_style_12.text_white {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  min-height: 20px !important;
}
#general-services-filter > .main_container,
.search_filter > .main_container {
  max-width: 1140px !important;
  margin: 80px auto !important;
}
.filter {
  width: 100% !important;
}
button.filter-btn.text_style_16.text_white {
  width: 100% !important;
  max-width: 170px !important;
  height: 47px;
}
.clinical_trial_post .for_tip {
  max-width: unset;
  width: 50%;
}

.news_date {
  max-width: max-content;
}

.pagination_news {
  margin-top: 20px;
}

.pagination_news .active_page {
  color: white;
  background: #0d4142;
}

.pagination_news li:hover {
  color: white;
  background: #0d4142;
}

.accept_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

/* General Menu Styling */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.mobile-menu-list .menu-item-has-children > a.active::after {
  transform: rotate(180deg); /* Rotates the arrow 180 degrees */
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.menu-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.mobile-menu-list {
  flex-grow: 1;
  list-style: none;
  padding: 1rem;
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 10px;
  padding: unset;
}

.mobile-menu-list a {
  text-decoration: none;
  color: #003f3c;
  font-size: 1.2rem;
}

.mobile-menu-list .menu-item-has-children > a::after {
  content: "▼";
  float: right;
  font-size: 0.8rem;
}

.mobile-menu-list .menu-item-has-children ul {
  display: none;
  padding-left: 1rem;
  list-style: none;
}

.mobile-menu-list .menu-item-has-children.active ul {
  display: block;
}

.menu-footer {
  text-align: center;
  padding: 1rem;
}

.menu-appointment-btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #003f3c;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
}

/* Hamburger Icon */
.menu-toggle-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #003f3c;
}

.mobile_menu_parent a {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  color: #0d4142;
}

#menu-mobile-menu {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}

ul#menu-mobile-menu li ul {
  right: 0;
  left: unset;
  position: unset;
  float: unset;
}

.mobile_menu_parent ul {
  background: unset;
  text-align: right;
}

.mobile_menu_parent > a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.mobile_menu_child a {
  color: #0d4142 !important;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;
}

li.mobile_menu_child :hover {
  background: inherit;
}

.home_awards.awards .main_container {
  max-width: 100% !important;
}

.map_link {
  border-radius: 10px !important;
}

.doctor_main_hero {
  min-height: 600px !important;
}

.doctor_first_section.f3 {
  height: 100% !important;
  max-height: 500px !important;
}

.doctor_first_section.f3 .slide img {
  object-fit: contain !important;
}

.featured_home.new {
  padding: 0 !important;
}

h3.title_style_40.text_black.text_align_center {
  margin-top: 30px !important;
}

.awards_logos .slick-track img {
  height: 60px !important;
  object-fit: contain !important;
}

.text_style_16.text_white {
  padding: 8px 8px !important;
}

.single-doctors .slider {
  max-width: 700px !important;
}

.single-doctors .slick-initialized .slick-slide {
  display: flex !important;
}

.text_style_16.text_green {
  cursor: pointer !important;
}

.page-template-main-doctor table {
  width: 68% !important;
  text-align: center;
  margin: 0 auto !important;
  margin-top: 100px !important;
}

.slide img {
  scale: 0.9 !important;
  zoom: normal;
}

.doc_img img {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-top: 3px;
}

.doc_img {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.book_btn .text_style_16.text_white button.text_style_16.text_white{
  background-color: transparent !important;
}
.map_text.address .text_style_24.text_green{
  font-size: 16px !important;
}
.map_text.address .map_btn{
  position: relative;
    top: -10px;
}
.home_service_info p{
  text-align: center !important;
}
@media (max-width: 720px) {
  .search_form_input {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .d_flex {
    display: block !important;
  }

  .service_card_layer {
    margin: 10px 0px !important;
  }

  .footer_social_container .d_flex {
    display: flex !important;
  }

  .footer_social_container .contact_info.d_flex {
    display: block !important;
  }

  .home_single_service {
    padding: unset;
    max-width: 100% !important;
    min-height: 250px;
    margin-bottom: 30px !important;
  }

  a.w_100 {
    width: 100% !important;
    margin-bottom: 30px !important;
    display: block;
  }

  .home_adwice_img {
    display: none !important;
  }

  .home_adwice_info.d_flex {
    padding: 0;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
  }

  .home .awards_container_background {
    background-position: -1000px 0;
    opacity: 1 !important;
  }

  .home .doctor_profile {
    display: block !important;
    padding: 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: var(--black-70, rgba(32, 32, 32, 0.7));
    width: auto;
    margin-left: 0 !important;
    margin-bottom: 0;
    position: relative;
    top: 233px;
  }

  .home .awards_content_background {
    padding: 16px 32px;
    background: rgba(0, 0, 0, 0.5) !important;
    width: auto !important;
  }

  .contact_us_hero {
    min-height: 300px !important;
  }

  .hero_text.contact_us_hero_text {
    margin: 0;
    padding: 0;
    margin-right: 0;
    width: auto;
  }

  .contact_us_hero_text .page_title {
    padding: 110px 56px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .insurance_plan {
    max-width: 100% !important;
    margin-top: 10px !important;
  }

  .main_container {
    margin: 0 !important;
  }

  .page-template-accepted_insurance img.slick-slide.ls-is-cached.lazyloaded {
    max-width: 100%;
    margin-top: 10px;
  }

  .page-template-accepted_insurance .awards_logos .slick-track img {
    height: 40px !important;
    width: 150px !important;
    margin-right: 20px;
  }

  .page-template-accepted_insurance .mtb_120 {
    margin: 50px auto !important;
  }

  .title_style_40 {
    font-size: 24px !important;
  }

  #section1.home_hero {
    height: 100% !important;
    display: flex;
    align-items: end;
    justify-content: end;
    min-height: 0;
    max-height: 500px !important;
    background-size: cover;
    margin: 0;
  }

  .home .awards_container_background.background_style.d_flex.lazyloaded {
    display: none !important;
  }

  section#section5 {
    padding: 10px 30px !important;
    margin: 0;
    margin-right: 0;
  }

  .form_control input,
  .form_control textarea {
    width: 100% !important;
  }

  .form_control {
    max-width: 100% !important;
  }

  form.wpcf7-form.init {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer_social_container.d_flex {
    text-align: center;
  }

  .footer_social_container .d_flex {
    display: flex !important;
    justify-content: center;
    margin-bottom: 10px;
  }

  .doc_img {
    margin-top: 10px;
    display: block;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }

  .doc_img {
    margin-top: 10px;
    display: block;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }

  .home .awards_logos .slick-track img {
    max-width: 180px;
    margin-right: 20px !important;
  }

  .awards_logos {
    margin-top: 0 !important;
  }

  .contact_us {
    padding: 0 !important;
  }

  .description_image {
    display: none !important;
  }

  .service_card {
    min-height: 300px !important;
  }

  .d_none {
    display: none !important;
  }

  .single-service .description_text.w_100.text_align_left,
  .single-service .description_text.w_100 {
    text-align: left !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .service_card:hover {
    transition: unset;
    transform: unset;
  }
}

.new_reasearch h3 {
  text-align: center;
}

.row_green {
  background-color: #0d4142;
  margin-right: 10px;
  height: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  width: 100%;
  max-width: 220px;
  text-align: center;
}

section.service_description.w_100 {
  background-color: #c3fdfe;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.five_row {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.category {
  background-color: #0d4142 !important;
}

.text_style_24.text_black span {
  display: block !important;
}

.single-service p.text_style_24.text_black b {
  float: left !important;
}

.single-service p.text_style_24.text_black span {
  display: block !important;
}

.page-template-research .description_text p,
.page-template-research .post_info p {
  font-size: 21px !important;
}

.main_container.insurance_logos,
.slides {
  width: 100% !important;
  max-width: 100% !important;
}

.page-id-887 div.main_container {
  font-size: 22px;
  line-height: 30px;
}

.title_style_32.text_white.text_align_center {
  text-align: left;
}

.page-id-232 .background_style {
  background-position: 0 50px !important;
}

.page-id-232 .call_optiskin {
  background-position: 0 0px !important;
}

.postid-742 .slide img,
.postid-535 .slide img,
.postid-540 .slide img,
.postid-712 .slide img,
.postid-651 .slide img,
.postid-657 .slide img,
.postid-642 .slide img,
.postid-1018 .slide img,
.postid-881 .slide img,
.postid-1028 .slide img {
  display: block;
  width: 50% !important;
  margin: auto;
}

.page-id-923 .study-card img {
  width: 100% !important;
  height: 100%;
  max-height: 300px;
}

.img_stext {
  width: 50%;
}

.page-id-923 #section8 .section_title,
.page-id-923 #section8 .contact_us_form_container {
  display: none;
}

.page-id-923 .form_control.form_btn {
  width: 100%;
  max-width: 100% !important;
  align-items: center;
}

.page-id-923
  input.wpcf7-form-control.wpcf7-submit.has-spinner.text_style_16.text_white {
  position: relative;
  left: 40px;
}

.page-template-research .description_text p,
.page-template-research .post_info p {
  font-size: 22px !important;
  line-height: 30px;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

.page-id-550 .single_page a {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
}

.page-id-550 h3.title_style_20.text_green.mtb_8 {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 40px;
}

.wptb-text-container div p {
  color: #fff;
}

.wptb-row .wptb-cell {
  background-color: #0d4142 !important;
  color: #fff;
}

.d_flex.form_block {
  align-items: center;
  justify-content: center;
}

.postid-705 .slide img,
.postid-530 .slide img,
.postid-876 .slide img,
.single-service .slider_service .slide img {
  height: 100%;
  max-height: 350px;
  width: 100%;
  object-fit: contain;
}

.single-service .description_image img {
  max-width: 500px !important;
}

.study-content .btn {
  background-color: #0d4142 !important;
  display: block;
  max-width: 150px;
  text-align: center;
  float: right;
  margin-top: 50px;
}

.study-content h3 {
  color: #0d4142;
  font-weight: 400;
  margin-bottom: 18px;
}

button.slick-prev.slick-arrow {
  top: 84% !important;
  left: 45% !important;
}

button.slick-next.slick-arrow {
  right: 45% !important;
  top: 84% !important;
}

.home section.about_first_section {
  height: unset !important;
  padding-bottom: 100px;
}

.about_first_section_content p {
  color: #ebebeb;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.about-page-link {
  text-align: center;
  padding: 40px 0 0;
}

.about-page-link a {
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-news-php .for_tip img{
  object-fit: contain;
  max-width: 350px;
}
.page-template-news-php .text_style_16.text_black.mtb_8{
  min-height: 0 !important;
}
@media (max-width: 782px) {
  section.all_sercice_hero.hero.background_style.d_flex.lazyloaded,
  section.single_servie_hero.hero.background_style.d_flex.lazyloaded {
    height: 100%;
    min-height: 200px;
    margin-top: -70px;
  }

  section.all_sercice_hero.hero h3.title_style_56.text_green.m_t_24 {
    padding-top: 10px;
    text-align: center;
  }

  .single_servie_info h3 {
    font-size: 18px !important;
  }

  .single_servie_hero .title_style_32 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .single_servie.w_100.d_flex {
    margin: 0 !important;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    top: -40px;
    padding-left: 10px;
    width: 100%;
    max-width: 450px;
  }

  .single_service_links.d_flex {
    display: flex !important;
  }

  .single-service .text_style_24 {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
  }

  .service_time_cost {
    max-width: 35% !important;
  }

  .main_container.d_flex.w_100.flex_gap_24 {
    display: flex !important;
    justify-content: center !important;
  }

  .home section#section5 {
    display: none !important;
  }

  .pre_treatment_btns.d_flex.mt_60 {
    display: flex !important;
  }

  .pre_treatment_btn.active.cursor_pointer {
    width: 30% !important;
    position: relative;
    left: -30px;
    font-size: 18px !important;
  }

  .pre_treatment_btn.cursor_pointer {
    width: 30% !important;
    position: relative;
    left: 30px;
    font-size: 18px !important;
  }

  .single_service_links.d_flex {
    display: flex !important;
    align-items: flex-end;
    position: relative;
    left: -20px;
  }

  .service-template-default.single .description_text ul li {
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: black;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }

  .single_faq.d_flex {
    display: flex !important;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
  }

  .postid-705 .slide img,
  .postid-530 .slide img,
  .postid-876 .slide img,
  .postid-657 img {
    max-height: 450px !important;
  }

  .slide img {
    scale: 1.1 !important;
    zoom: normal;
  }

  .slider_service.slick-slider {
    height: 100% !important;
    max-height: 210px;
  }

  .service-template-default.single .description_image img {
    height: 100%;
    min-height: 100px;
    max-height: 420px;
    object-fit: cover;
  }

  .pre_treatment_btns.d_flex.mt_60 {
    white-space: nowrap;
  }

  .pre_treatment_btns.d_flex.mt_60 {
    display: flex !important;
  }

  .single.single-service .mtb_120 {
    margin: 30px auto !important;
  }

  section.service_description.w_100 .main_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.service_description.w_100 .description_image {
    margin-top: 10px !important;
  }

  .single_skin.d_flex {
    display: flex !important;
  }

  .skins {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .postid-742 .slide img,
  .postid-535 .slide img,
  .postid-540 .slide img,
  .postid-712 .slide img,
  .postid-651 .slide img {
    width: 100% !important;
  }

  button.slick-prev.slick-arrow {
    top: 120% !important;
    left: 40% !important;
  }

  button.slick-next.slick-arrow {
    right: 40% !important;
    top: 120% !important;
  }

  .doctor_page_slider {
    margin: 0 !important;
  }

  section.doctor_first_section.single_service_slider {
    padding: 40px 0;
  }

  .doctor_first_section h3 {
    margin-bottom: 20px;
  }

  .pre_treatment_btns {
    gap: 40px !important;
  }

  .pre_treatment_btn {
    width: 100% !important;
    position: unset !important;
  }

  .five_row {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .page-template-research-php .title_style_40 {
    font-size: 24px !important;
  }

  .page-template-research-php .contact_us_hero_text .page_title {
    padding: 110px 10px !important;
  }

  .row_green {
    background-color: #0d4142;
    margin-right: 0;
    height: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
  }

  .row_green p {
    padding-right: 20px;
  }

  scetion.new_reasearch {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    position: relative;
    left: 10px;
  }

  .five_row {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-service-cosmetic section#section8,
  .page-template-service-skin-cancer section#section8,
  .page-template-service-hair section#section8,
  .page-template-service-medical section#section8,
  .page-template-service-men section#section8,
  .page-template-service section#section8 {
    margin-top: 130px !important;
  }
  .single-post .title_style_40 {
    font-size: 24px !important;
  }
}

@media (max-width: 470px) {
  .pre_treatment_btn {
    width: 100% !important;
    position: unset !important;
  }

  .single_servie {
    position: unset !important;
    padding: 0 0 40px !important;
    display: unset !important;
  }

  section.single_servie_hero {
    padding: 40px 22px;
    height: 450px !important;
  }

  .single_service_links {
    position: unset !important;
  }
}

.slider_related_posts img.related_service_image {
  width: 100% !important;
}

.posts_row .post_column img {
  width: 100%;
  height: 100%;
  max-height: 210px !important;
  object-fit: cover;
}

.slider_related_posts img.related_service_image {
  width: 100%;
  height: 100%;
  max-height: 180px;
  object-fit: cover;
  scale: 1 !important;
}

@media (max-width: 1201px) {
  .slider_related_posts img.related_service_image {
    max-height: 130px;
  }
}

.blog_page.single_blog_post .text_style_16.text_grey {
  line-height: 25px !important;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-size: 17px !important;
}

.blog_page.single_blog_post .category {
  display: none !important;
}

.card .related_service_title,
.post_info h3.title_style_24.text_green {
  min-height: 50px;
  font-size: 20px !important;
}

.card-content p.post-excerpt.text_style_16.text_black,
.post_info p.text_style_16 {
  min-height: 150px !important;
}

span.category.text_style_16.text_green {
  display: none !important;
}

.img_booj {
  max-width: 220px !important;
  object-fit: contain !important;
}

p.text_style_24.text_black.w_100 {
  margin: 0;
}

.page-id-40 .medical_section_info {
  min-height: unset !important;
}

.page-id-40 .medical_section_info p {
  margin: 0 !important;
}

.swiper-slide img {
  object-fit: contain !important;
}

@media (max-width: 620px) {
  .single_doctor_box {
    background-position: top;
    min-height: 400px !important;
  }

  /*.home .doctor_profile {*/
  /*    top: -130px !important;*/
  /*}*/

  ul.pagination_links.d_flex.center_container {
    display: flex !important;
    margin-bottom: 50px !important;
  }

  #section7 .awards_content.w_100 {
    margin-left: 25px !important;
    margin-right: 25px !important;
    max-width: 100% !important;
  }

  .come_on_img_container {
    min-height: 100px !important;
  }

  .come_on_img_container .awards_content {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
}

@media (max-width: 426px) {
  .home .come_on_home {
    height: 100% !important;
    min-height: 60px !important;
    max-height: 510px;
  }
}
.medical_section_info p {
  margin-bottom: 20px !important;
}
.medical_section_info img {
  object-fit: contain !important;
}
.service_img {
  max-width: 35% !important;
  gap: 10px 10px !important;
  justify-content: space-around !important;
}
.home section#section2 {
  height: 80vh !important;
}
.home_awards.awards  .text_white{
  color: #0D4142 !important;
}
.home_awards.awards .book_btn a{
  color: #fff !important
}
.page-template-about-php .page_title{
  display: none !important;
}
@media (max-width: 720px) {
  footer{
    margin-top:80px !important
  }
  .home section#section2 {
    height: 80vh !important;
  }
  .postid-261 .text_image_section img {
    display: none !important;
  }
  .footer_social_container.d_flex .text_style_16.text_white {
    width: 100% !important;
    max-width: 100% !important;
  }
  .home .awards_logos .slick-track img {
    object-fit: contain !important;
  }
  .home .form_control.form_btn.accept_checkbox {
    display: block !important;
  }
  .home .form_control.form_btn.accept_checkbox label {
    display: flex !important;
  }
  .home .form_control.form_btn.accept_checkbox input[type="checkbox"] {
    width: 100px !important;
    margin-left: -15px;
    margin-right: 5px;
  }

  .all_sercice_hero {
    max-height: 400px !important;
  }

  .search_filter_container.d_flex {
    display: flex !important;
    flex-direction: column !important;
  }
  section.search_filter .search_filter_container {
    margin-bottom: -50px !important;
  }
  #forms_submit {
    display: block !important;
  }
  #forms_submit {
    max-width: 100px !important;
  }
  #forms_submit {
    position: relative;
    left: 163px;
  }
  .d_flex {
    flex-direction: column !important;
  }
  .filter {
    position: relative;
    top: -78px;
    left: 0;
  }
  .search_filter_container.d_flex {
    margin: 30px !important;
  }

  .text_style_16.text_white {
    padding: 11px 25px !important;
  }

  .service_card {
    min-height: 330px !important;
  }
  .page-template-service-skin-cancer .main_container {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .d_flex {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
  }

  .text_style_12 {
    font-size: 10px;
    max-width: 50px;
    position: relative;
    left: 22px;
  }

  .pagination_links {
    margin-bottom: 50px !important;
    white-space: nowrap;
    flex-direction: row !important;
  }

  .footer_social_container .d_flex {
    flex-direction: row !important;
  }

  .copyriright_text p {
    width: 100%;
    max-width: 100%;
  }

  .single_servie_info {
    margin-top: 250px;
  }

  .page-template-service-cosmetic .main_container,
  .page-template-service-skin-cancer .main_container,
  .page-template-service-hair .main_container,
  .page-template-service-medical .main_container,
  .page-template-service-men .main_container,
  .about_first_section .main_container,
  section.pre_treatment_section.w_100 .main_container,
  .n_m .main_container {
    max-width: 520px !important;
    margin: 0 auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .page-template-service-cosmetic .all_sercice_hero .main_container,
  .page-template-service-skin-cancer .all_sercice_hero .main_container,
  .page-template-service-hair .main_container,
  .page-template-service-medical .main_container,
  .page-template-service-men .main_container,
  .about_first_section .main_container {
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .doctor_main_hero {
    min-height: 480px !important;
    background-position: right !important;
    background-size: cover;
    padding-left: 20px;
  }

  .text_style_12 {
    left: 0 !important;
  }

  section.blog_archive.news_archive.w_100 .posts_row.posts_row_test {
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .news_archive .posts_row .post_column {
    max-width: 100% !important;
  }

  .page-template-about .title_style_40 {
    font-size: 24px !important;
  }
  .page-template-about
    p.title_style_32.text_white.visit_section_text.w_100.mtb_24 {
    font-size: 14px !important;
  }
  .page-id-40 p.text_style_24.text_white.m_t_24 {
    position: relative;
    top: 20px;
  }
  .text_style_12 {
    max-width: 100% !important;
  }

  .blog_sidebar {
    display: none !important;
  }

  section.home_hero_section.section.government_hero_section .main_container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .blog_archive.news_archive.w_100 .main_container {
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service_card_layer {
    margin: 0px 0px !important;
  }

  .mt_120 {
    margin-top: 20px !important;
  }

  .home footer {
    margin-top: 80px !important;
  }

  .main_container.d_flex.w_100.flex_gap_24,
  .pre_treatment_btns.d_flex.mt_60 {
    flex-direction: row !important;
  }

  .single-service .text_style_24,
  .service-template-default.single .description_text ul li {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: left;
  }

  .single_faq.d_flex {
    flex-direction: revert !important;
    justify-content: start !important;
  }

  section.single_service_faqs.w_100.mt_100 .main_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_answer.showing p.text_style_20.text_black {
    height: 0;
    display: block;
    overflow: auto;
    position: relative;
    height: 35%;
  }

  .title_style_32 {
    width: 100% !important;
  }

  .main_container.d_flex.w_100.flex_gap_24,
  .pre_treatment_btns.d_flex.mt_60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer_form .text_style_12 {
    font-size: 14px !important;
  }
  .page-template-service-skin-cancer .main_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single.single-service p.title_style_32.text_white {
    white-space: nowrap !important;
  }
  .single.single-service h3.title_style_40.text_green.text_align_center {
    margin-top: -10px !important;
  }
  .page-template-service-cosmetic section#section8,
  .page-template-service-skin-cancer section#section8,
  .page-template-service-hair section#section8,
  .page-template-service-medical section#section8,
  .page-template-service-men section#section8,
  .page-template-service section#section8 {
    margin-top: 100px !important;
  }
  .page-template-accepted_insurance .mtb_120 {
    margin: -30px auto !important;
  }
  .home .about_first_section_content .title_style_40 {
    color: #fff !important;
    font-size: 24px !important;
  }
  .about_first_section_content p {
    font-size: 16px !important;
  }
  .about-page-link {
    padding: 40px 0 !important;
  }
  .home section.about_first_section {
    height: unset !important;
    padding-bottom: 20px;
  }
  section.about_first_section.w_100.mt_120 .main_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-id-11 input[type="checkbox"] {
    display: block !important;
    width: 20px !important;
    margin-right: 4px !important;
  }
  .page-id-11 .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px !important;
  }
  .about_first_section_content p {
    font-size: 14px !important;
  }
  .sub-menu li {
    margin-bottom: 0 !important;
  }
  .sub-menu li a {
    line-height: 25px !important;
  }
  .doctor_profile h5 {
    font-size: 24px !important;
  }
  .awards_content h3 {
    font-size: 14px !important;
  }
  #section7 h3.title_style_40.text_green.text_align_center {
    margin-top: 0px !important;
  }
}
.insurance_plan {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  height: 50px;
}
.insurance_plan .text_white {
  color: #0d4142 !important;
  font-size: 22px;
}
.page-id-550 section#section8 {
  display: none !important;
}
.n_m {
  margin-bottom: 100px;
}
/*html, body{*/
/*  overflow-x: hidden !important ;*/
/*}*/
.submenu-toggle {
  background-color: transparent !important;
  border: unset !important;
}
.postid-261 section.doctor_main_hero.hero.background_style.d_flex.lazyloaded {
  background-position: 0px -500px !important;
}
.postid-261 .doctor_first_section.f3 {
  display: none !important;
}
.service_content_main p {
  margin-top: 210px !important;
}
.page-id-325
  section.single_servie_hero.visit_section_background.hero.background_style.d_flex.lazyloaded {
  display: none !important;
}
.page-id-325 .mt_120 {
  margin-bottom: 100px !important;
}
h3.service_title_main {
  height: 100% !important;
  max-height: 100px !important;
}
.page-template-news-php .doctor_main_hero.hero.background_style {
  background-position: 0 80px !important;
}
.contact_us_hero .page_title {
  display: none !important;
}
.page-template-main-doctor-php section.doctor_main_hero {
  background-position: 0 50px !important;
}
.single-doctors .title_style_40 {
  font-size: 30px !important;
  margin-top: 0 !important;
}
.single-doctors .mtb_24 {
  margin: 10px 0 !important;
}
.single-doctors .text_style_24 {
  margin-top: 0 !important;
  font-size: 18px !important;
}
.postid-268 section.doctor_main_hero.hero.background_style.d_flex.lazyloaded, .postid-267 section.doctor_main_hero.hero.background_style.d_flex.lazyloaded{
  background-position: center !important;
}
@media (max-width: 720px) {
  .service_content_main p {
    margin-top: 30px !important;
  }
  nav ul li ul a {
    color: #0d4142 !important;
  }
  .postid-261 section.doctor_main_hero.hero.background_style.d_flex.lazyloaded {
    background-position: 0px 0px !important;
  }
  #menu-mobile-menu {
    align-items: first baseline !important;
  }
  .menu-items li {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 0px;
  }
  .main_container.hgt {
    padding-left: 0 !important;
  }
  .page-id-40 .doctor_hero_info h3.title_style_40.text_white {
    font-size: 24px !important;
  }
  .page-template-about
    p.title_style_32.text_white.visit_section_text.w_100.mtb_24 {
    font-size: 20px !important;
    line-height: 27px !important;
    margin-top: -40px;
  }
  .service_title_tag.d_flex span.service_tag_main {
    font-size: 10px !important;
  }
  .single_service_slider .slick-arrow {
    display: none !important;
  }
  .slick-dots li button:before {
    font-size: 10px;
    color: #004d43;
  }
  .slick-dots li.slick-active button:before {
    color: #004d43;
  }
  .slick-dots li {
    margin: 0 !important;
  }
  #forms_submit {
    width: 170px !important;
    max-width: 170px !important;
    text-align: center !important;
    height: 47px;
    line-height: 20px;
    left: 0 !important;
    z-index: 999999999999 !important;
  }
  .n_m .description {
    font-size: 24px !important;
  }
  .menu-items a {
    justify-content: flex-start !important;
  }
  .menu-items .submenu-toggle {
    font-size: 24px !important;
  }
  .menu-items .sub-menu {
    padding-left: 0 !important;
    background-color: transparent !important;
  }
  .menu-items a {
    color: #fff !important;
    font-size: 18px !important;
  }
  .sub-menu li a {
    line-height: 20px !important;
    font-size: 18px !important;
    font-weight: 400;
  }
}
.pre_treatment_btn {
  background-color: #345c5e !important;
  color: #fff !important;
}
.pre_treatment_btn.active {
  background-color: #0d4142 !important;
}
.study-content h3 {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif !important;
}
.service_img {
  display: none !important;
}
