@media (max-width: 1440px) {
  .main_container {
    margin: 0 80px;
  }

  .doctor_main_container .main_container {
    margin: 0 auto;
  }

  .map_info {
    justify-content: end;
  }

  .home_single_service {
    max-width: 45%;
  }
  .service_img{
    max-width: 50% !important;
  }
  .title_style_20 {
    font-size: 18px;
  }

  .text_style_12 {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .main_container {
    margin: 0 40px;
  }

  .map_text.address {
    height: fit-content;
  }

  .search {
    max-width: unset;
  }

  .search_filter_container {
    flex-direction: column;
  }

  .service_time_cost {
    padding: 8px 140px;
  }

  .slider_service.slick-slider {
    height: 500px;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 50px !important;
  }

  .doctor_page_slider .slick-prev {
    left: 0 !important;
  }

  .doctor_page_slider .slick-next {
    right: 0 !important;
  }

  .doctor_page_slider {
    max-height: 350px;
  }

  .one_stop_shop_image {
    flex-direction: column;
  }

  .one_stop_shop_image_content {
    position: unset;
    left: unset;
    max-width: unset;
  }

  .one_stop_shop_image_content p {
    background: inherit;
    color: black;
  }

  .image_section.text_align_right,
  .image_section.text_align_left {
    text-align: center;
  }

  .md_col_reverse {
    flex-direction: column-reverse;
  }

  .insurance_plan {
    text-align: center;
  }

  .single_blog_post .blog_sidebar {
    align-items: end;
  }

  .blog_page_mobile {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .blog_categories {
    display: block;
  }

  .blog_l_categories {
    display: none;
  }

  #post_search {
    flex-direction: unset;
    align-items: end;
  }

  .page-template-blog .blog_sidebar {
    max-width: unset;
  }

  .blog_page_mobile .posts_row,
  .blog_page_mobile .blog_posts {
    max-width: unset;
  }

  .news_archive .posts_row .post_column {
    max-width: 49%;
  }

  .home_single_service {
    padding: unset;
    max-width: 45%;
    min-height: 250px;
  }

  .single_doctor_box {
    min-height: 300px;
    display: block !important;
  }

  .doctors_box {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .doctors_box a {
    width: 100% !important;
    margin: 0 !important;
  }

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

@media (max-width: 768px) {
  .home section {
    height: min-content !important;
  }

  .services_main {
    flex-direction: column-reverse;
    gap: 24px;
    margin: 24px 0 0;
  }

  .services_main p {
    font-size: 14px;
    text-align: center;
  }

  .service_btn a {
    justify-content: center;
  }

  .service_img {
    flex-wrap: wrap;
    gap: 24px;
  }

  .home_single_service {
    max-width: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }

  .home_single_service h5 {
    max-width: 100%;
    font-size: 24px !important;
  }

  section#section1 {
    margin: 0 20px;
  }

  section.home_services {
    height: unset !important;
    padding: 40px 16px;
  }

  .section_title h3 {
    font-size: 24px;
  }

  .doctors_box a {
    width: 47%;
  }

  .map_info {
    flex-direction: column-reverse;
    align-items: center;
  }

  .map_text.address {
    top: unset;
    bottom: 70px;
    left: unset;
  }

  .map_image img {
    width: 100%;
  }

  header .menu {
    display: none;
  }

  header .book_btn {
    display: none;
  }

  .burger_menu {
    display: block;
  }

  .contact_us_page_form_section {
    padding: 40px 0;
  }

  #footer_form {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }

  .service_card {
    max-width: unset;
    justify-content: end;
  }

  .card_read_more {
    position: unset;
    /* top: 0; */
    opacity: unset;
  }

  .service_time_cost {
    max-width: 40%;
    padding: 8px 24px;
    font-size: 12px;
  }

  .service_time_cost p {
    font-size: 18px;
  }

  .description_inner {
    flex-direction: column;
    gap: 24px;
  }

  .description_text {
    text-align: center;
  }

  .slick-prev {
    top: 30% !important;
  }

  .slick-next {
    top: 30% !important;
  }

  .doctor_main_hero {
    background-position: right;
  }

  .medical_section_info {
    flex-direction: column;
    align-items: center;
  }

  .medical_section_info p {
    text-align: center;
  }

  .doctor_page_slider {
    max-height: 250px;
  }

  .insurance_plan {
    max-width: 48%;
  }

  .treatment_show_1 {
    flex-direction: column-reverse;
  }

  .blog_page_mobile .posts_row {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .blog_page_mobile .post_column,
  .blog_page_mobile .for_tip {
    max-width: unset;
    width: 100%;
  }

  .blog_page_mobile .post_column {
    flex-direction: column;
    padding: unset;
  }

  .blog_page_mobile .posts_column .post_info {
    width: unset;
  }

  .news_archive .post_column {
    flex-direction: column;
    max-width: 100%;
    padding-right: unset;
  }

  .news_archive .for_tip {
    max-width: unset;
  }

  .news_archive .post_info {
    width: unset;
  }

  section#section3 {
    padding: 40px 16px;
  }

  .awards_content.awards_content_background {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .awards_container_background {
    background-image: unset !important;
    min-height: unset !important;
  }

  .title_style_40 {
    color: #0d4142;
    font-size: 24px;
  }

  .awards_title_before {
    font-size: 14px;
    margin: 0 0 16px !important;
  }

  p.text_style_20 {
    color: #202020;
    font-size: 14px;
  }

  .text_style_16.text_white {
    font-size: 12px;
  }

  section#section4 h3.title_style_40 {
    color: #ebebeb;
  }

  section#section4 {
    padding: 40px 50px !important;
  }

  section.all_sercice_hero .d_flex {
    width: 100% !important;
    padding: 0 !important;
  }

  section.search_filter .search_filter_container {
    margin: 40px 0 !important;
    gap: 10px;
    margin-bottom: -50px !important;
  }
  .postid-261 .m_t_24 {
    margin-top: 0 !important;
}
.postid-261 .doctor_main_container.d_flex.w_100{
  position: relative;
  top: 20px;
}

  input#search_input {
    margin: 0;
    border: 1px solid #0d4142;
    padding: 8px 16px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.15px;
    color: #0d4142;
  }

  input#search_input::placeholder {
    color: #0d4142;
  }

  .search_filter button.filter-btn {
    border: 0;
    margin-top: 3px;
    padding: 12px 28px !important;
  }

  .service_card_layer {
    justify-content: space-between !important;
    padding: 16px !important;
    position: relative;
  }

  h3.service_title_main {
    font-size: 20px;
    padding: 0 110px 0 0;
  }

  .service_content_main p {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 30px 0 0 !important;
  }

  span.service_tag_main {
    position: absolute;
    top: 18px;
    right: 18px;
    left: unset !important;
    width: 60px;
    text-align: center;
  }

  .service_content_main,
  #service_content_main-id {
    padding: 0 !important;
  }

  section.all_sercice_hero {
    overflow-x: hidden;
  }

  section#general-services .services_item_container {
    padding: 0 16px;
    width: unset;
  }

  section#general-services-filter {
    padding: 0 16px;
  }

  section.all_sercice_hero.hero h3.title_style_56.text_green.m_t_24 {
    font-size: 24px !important;
  }
}

.service_btn.mobile {
  display: none !important;
}

section.all_sercice_hero.hero.background_style:before {
  background-color: unset !important;
}
.slider-nav-test img {
  height: 120px !important;
  margin-right: 10px !important;
}
@media (max-width: 650px) {
  .card .related_service_title,
  .post_info h3.title_style_24.text_green {
    font-size: 24px !important;
  }
  h3,
  h2,
  h1 {
    font-size: 24px !important;
  }
  p,
  a,
  span {
    font-size: 14px !important;
  }

  .page-template-about p.text_style_24.text_white.text_align_center,
  .page-template-about p.text_style_16.text_black.m_t_24.fw_4,
  .page-template-about p.text_style_24.text_black.mt_60.text_align_center {
    font-size: 14px !important;
  }

  section.home_services {
    padding: 80px 0px;
  }

  .home .come_on_home {
    height: calc(100vh + 60px) !important;
  }

  .awards_content {
    margin-left: unset;
    margin-bottom: unset;
    min-height: inherit;
  }

  .doctors_box a {
    width: 100%;
  }

  .come_on_img_container .awards_content {
    justify-content: center;
    align-items: center;
  }

  .home section.home_doctors {
    height: min-content !important;
    padding: 80px 0;
  }

  .home_single_service {
    max-width: inherit;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .hero {
    justify-content: center;
    align-items: center;
  }

  .contact_us_hero {
    align-items: center;
    justify-content: center;
  }

  .contact_us_page_form_section {
    padding: 40px 0;
  }

  .footer_social_container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 24px;
  }

  footer .contact_info {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .copyriright_text {
    margin-top: 24px;
  }

  .skin_main_content {
    flex-direction: column;
  }

  .doctor_main_hero {
    background-position-x: 90%;
  }

  .doctor_page_slider {
    max-height: 125px;
  }

  .single_doctor_hero_info {
    text-align: center;
  }

  .single_doctor_contaier {
    margin: auto;
  }

  .insurance_plan {
    max-width: unset;
  }

  .single_blog_post .blog_sidebar {
    display: none;
  }

  .single_post_row {
    flex-direction: column;
  }

  .home_hero_section,
  .government_hero_section {
    margin-top: 50px;
  }

  .pre_treatment_btns {
    gap: unset;
  }

  .single_service_links {
    flex-direction: column;
    gap: 8px;
  }

  #post_search {
    flex-wrap: wrap;
  }

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

  .news_archive .posts_row {
    flex-direction: column;
  }

  .hero_text.home_hero_text {
    margin: 0;
  }

  section#section1 {
    background-size: cover !important;
  }

  #section2 .services_main.d_flex {
    flex-direction: column-reverse !important;
  }

  section#section2 {
    padding: 40px 16px;
  }

  section#section2 h3.title_style_40 {
    font-size: 24px !important;
    color: #fff;
  }

  section#section2 p.text_style_20.text_white {
    color: #ebebeb !important;
    font-size: 14px !important;
  }

  .home_single_service {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  section#section2 .service_img {
    /* width: 100%;
        max-width: 270px;
        padding: 10px; */
    display: none !important;
  }

  section#section3 .section_title h3 {
    font-size: 24px !important;
  }

  .home .doctor_profile {
    width: 100%;
    max-width: 300px;
    left: 18px;
    top: 270px;
  }

  section#section4 {
    padding: 40px 16px !important;
  }

  .single_doctor_box {
    position: relative !important;
  }

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

  .doctor_profile p {
    font-size: 12px !important;
    margin: 8px 0 0;
  }

  .patient_container {
    padding: 40px 0px 0px;
  }

  .featured_home.new h3 {
    font-size: 24px !important;
  }

  section#section7 {
    padding: 40px 16px !important;
  }

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

  section#section7 p {
    padding: 16px 0 0;
  }

  .awards_content h3 {
    font-size: 14px !important;
  }

  .awards_content.w_100 {
    align-items: start;
  }

  .come_on_img_container {
    margin: 24px 0 0;
  }

  .patient_container {
    padding: 40px 0px 0px;
  }

  section#section4 h3.title_style_40 {
    font-size: 24px !important;
  }

  .featured_home.new h3 {
    font-size: 24px !important;
  }

  section#section7 {
    padding: 40px 16px !important;
  }

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

  section#section7 p {
    padding: 16px 0 0;
  }

  .awards_content h3 {
    font-size: 14px !important;
  }

  .awards_content.w_100 {
    align-items: start;
  }

  .come_on_img_container {
    margin: 24px 0 0;
  }

  .patient_container h3 {
    color: #fff;
    font-size: 24px !important;
  }

  section#section8 h3.title_style_40 {
    font-size: 24px !important;
    margin: 0 0 24px !important;
  }

  section#section8 {
    height: unset !important;
  }

  .form_control.form_btn.accept_checkbox {
    display: none;
  }

  .single_servie .mtb_24 {
    margin: 8px 0;
    border-color: rgba(255, 255, 255, 0.4);
  }

  .single_servie .single_service_links a button {
    padding: 4px 12px !important;
  }

  section.service_cost {
    padding: 0 16px;
    width: unset;
  }

  section.service_cost .service_time_cost {
    text-align: center;
    gap: 6px;
  }

  section.service_cost .service_time_cost p:nth-child(1) {
    font-size: 12px;
  }

  section.service_cost .service_time_cost p:nth-child(2) {
    font-size: 14px;
  }

  section.service_description {
    padding: 40px 16px 10px !important;
    width: unset;
  }

  section.service_description .description_inner {
    margin: 24px 0 !important;
  }

  section.service_description .description_inner p,
  section.service_description .description_inner ul li span {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  section.service_description .description_inner ul li {
    list-style: inside !important;
  }

  .pre_treatment_btns {
    gap: 34px !important;
    width: unset !important;
  }

  .pre_treatment_btns .pre_treatment_btn {
    padding: 8px 16px !important;
    font-size: 14px !important;
  }

  .pre_treatment_btn.cursor_pointer.active {
    font-size: 14px !important;
  }

  .treatement_show_hide ul li span {
    font-size: 14px;
    line-height: 22px;
  }

  section.single_service_faqs {
    margin-top: 40px;
  }

  section.single_service_faqs p {
    font-size: 14px !important;
    padding: 0 30px 0 0;
  }

  .single_faq svg {
    width: 20px !important;
    height: 20px;
  }

  .call_optiskin_inner p {
    font-size: 14px !important;
    text-align: center !important;
  }

  section.call_optiskin {
    padding: 44px 16px;
    width: unset;
  }

  section.related_posts {
    margin-top: 40px;
  }

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

  .slick-dotted.slick-slider {
    margin-top: 24px !important;
  }

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

  .card .related_service_title {
    font-size: 14px !important;
  }

  .service_link a {
    gap: 8px;
    flex-direction: row !important;
    justify-content: end !important;
    font-size: 12px;
  }

  .faq_answer.showing p {
    height: unset !important;
    padding: 8px 0 0 10px;
  }

  .home_contact_us p.text_style_24 {
    font-size: 14px;
  }

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

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

  .service-template-default.single .description_text ul li {
    font-size: 14px !important;
  }

  .doctor_first_section h3 {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }

  .description_inner.treatment_hide.d_none {
    display: block !important;
  }

  .description_inner.treatment_hide {
    display: none !important;
  }

  .description_inner.treatment_hide {
    padding: 0 16px;
    width: unset;
  }

  .description_inner.treatment_hide li {
    list-style: inside;
  }

  .faqs {
    margin: 60px auto 60px;
  }

  .page-template-research-php .contact_us_hero_text .page_title {
    padding: 16px 0 !important;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
  }

  section.research_hero {
    padding: 58px 8px;
    min-height: 200px !important;
    margin-top: 40px;
  }

  .page-template-research-php
    .contact_us_hero_text
    .page_title
    h3.title_style_40.text_green {
    font-size: 24px !important;
    margin: 0 !important;
  }

  .page-template-research-php
    .contact_us_hero_text
    .page_title
    a.text_style_16.text_white {
    padding: 4px 12px !important;
  }

  .page-template-research section.about_first_section {
    margin: 0 !important;
  }

  .page-template-research section.about_first_section .main_container {
    padding: 0 !important;
  }

  .page-template-research section.about_first_section h3.title_style_40 {
    font-size: 14px !important;
    color: #ebebeb;
    margin-bottom: 24px;
  }

  .page-template-research section.about_first_section p.text_style_24 {
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.15px;
    margin: 0 !important;
    text-align: center;
  }

  .page-template-research section.pre_treatment_section .mtb_120 {
    margin: 40px auto !important;
  }

  .page-template-research section.pre_treatment_section h3.title_style_40 {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }

  .page-template-research section.pre_treatment_section p {
    font-size: 14px !important;
    line-height: 18px;
    text-align: center;
  }

  .page-template-research.about_first_section_content {
    padding: 24px;
  }

  .page-template-research section.n_m h3.title_style_40.text_green {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }

  .page-template-research section.n_m {
    left: 0;
    margin-bottom: 70px;
  }

  .n_m .trial-card h3.title {
    font-size: 24px !important;
    font-weight: 400;
    line-height: normal;
  }

  .page-template-research .home_contact_us .main_container {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(31, 27, 45, 0.08),
      0px 2px 2px 0px rgba(31, 27, 45, 0.08);
    padding: 24px 16px;
    margin: 0 16px 40px !important;
  }

  section.all_sercice_hero.hero.background_style:before {
    height: calc(100% - 440px);
  }

  body.home section#section7 {
    padding: 40px 16px 0 !important;
    max-height: 460px;
  }

  .doctor_hero_info h3.title_style_40.text_white {
    color: #ebebeb !important;
    font-size: 14px !important;
  }

  .doctor_hero_info p.text_style_24 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
  }

  section.doctor_main_hero {
    padding: 0 16px 28px !important;
    justify-content: end !important;
    min-height: 340px !important;
    background-position: center 90px !important;
  }

  .doctor_hero_info button.text_style_16 {
  }

  .doctor_hero_links button {
    padding: 4px 12px;
    font-size: 12px;
  }

  .doctor_hero_links a.text_style_24 {
    font-size: 12px;
    margin-top: 8px;
  }

  section.doctor_first_section {
    margin: 40px 16px;
  }

  .page-template-main-doctor h3.title_style_40.text_green {
    margin-bottom: 24px;
  }

  section.doctor_first_section p.text_style_24 {
    font-size: 14px;
    line-height: 22px;
  }

  .page-template-main-doctor section.text_image_section {
    padding: 0 16px;
  }

  .page-template-main-doctor section.text_image_section p.text_style_24 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px !important;
  }

  .page-template-main-doctor .swiper.mySwiper {
    box-shadow: unset !important;
  }

  .single.single-doctors .single_doctor_contaier {
    padding: 0;
    background: unset;
  }

  .single.single-doctors .single_doctor_contaier hr.mtb_24.w_100 {
    display: none;
  }

  .single.single-doctors .single_doctor_contaier .title_style_40 {
    text-align: left;
    color: #ebebeb;
    font-size: 14px;
  }

  .single.single-doctors .single_doctor_contaier p.text_style_24 {
    text-align: left;
    color: #ebebeb;
  }

  .single.single-doctors .text_image_section h3 {
    font-size: 24px !important;
    margin-bottom: 24px;
  }

  .single.single-doctors .text_image_section .medical_section_info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .single.single-doctors section.text_image_section {
    padding: 0 16px;
  }

  .single.single-doctors.slick-initialized .slick-slide {
    height: 400px;
  }

  .single.single-doctors section.doctor_first_section.f3 {
    max-height: 400px !important;
  }

  .single.single-doctors button.slick-next.slick-arrow,
  .single.single-doctors button.slick-prev.slick-arrow {
    top: 100% !important;
  }

  .copyriright_text.text_align_center p.text_style_12.text_white {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .contact_info.d_flex .text_style_16.text_white {
    padding: 5px 25px !important;
  }

  .footer_social_container {
    gap: 3px !important;
  }

  .footer_social_container .d_flex {
    margin-bottom: 0 !important;
  }

  .call_optiskin_inner.center.main_container h3.title_style_40.text_white {
    color: #ebebeb !important;
    font-size: 24px !important;
  }

  .call_optiskin_inner.center.main_container p.text_style_24.text_white {
    color: #ebebeb;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  section.single_servie_hero {
    padding: 40px 0px !important;
  }

  section.single_servie_hero.hero.background_style.d_flex.lazyloaded {
    justify-content: flex-end !important;
  }

  .new_sec_today {
    background: rgba(32, 32, 32, 0.8);
    padding: 10px 15px !important;
  }

  .new_sec_today .single_servie_info h3 {
    color: #fff !important;
  }

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

  section.single_servie_hero {
    padding: 40px 0px 0 0 !important;
  }

  .single_servie {
    padding: 0px 0px 0 0 !important;
  }

  section.all_sercice_hero.hero.background_style:before {
    height: unset !important;
  }

  section.all_sercice_hero.hero.background_style.d_flex.lazyloaded {
    justify-content: flex-end !important;
  }

  .all_services.single_servie.w_100.d_flex {
    padding-bottom: 30px !important;
    background: rgba(32, 32, 32, 0.8) !important;
  }

  section.all_sercice_hero.hero h3.title_style_56.text_green.m_t_24 {
    color: #fff !important;
  }

  .single_service_links.d_flex {
    padding-bottom: 10px !important;
  }

  .page-id-40 section.doctor_main_hero {
    background-position: -150px 40px !important;
  }

  section.doctor_main_hero {
    background-position: center 30px !important;
  }

  section.doctor_main_hero > div {
    background-color: rgba(32, 32, 32, 0.8);
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-id-40 section.doctor_main_hero > div {
    background-color: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .home_single_service {
    border-radius: 12px !important;
  }

  .page-id-40 .medical_section_info.w_100.d_flex > div a img {
    width: 180px !important;
  }

  #section1.home_hero {
    max-height: 370px !important;
  }

  #section1.home_hero {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .service_btn {
    display: none !important;
  }

  .service_btn.mobile {
    display: block !important;
    position: relative;
    top: 10px;
  }

  body.home section#section7 {
    background-color: #ebebeb !important;
    padding: 40px 0px 0 !important;
  }

  .footer_fotm_btn p {
    margin: 0 auto !important;
  }

  .page-id-550 .description_image {
    display: block !important;
  }

  .page-id-550 .mtb_120 .description_inner.w_100.d_flex.mtb_120:nth-child(2) {
    flex-direction: column-reverse !important;
  }

  .contact_us_hero_text .page_title {
    padding: 10px 0px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px !important;
  }

  .single-clinical_trials .page_title .text_green {
    font-size: 24px !important;
  }

  .clinical_trial_steps_main {
    padding: 10px 0 !important;
  }

  .trials_info {
    display: block !important;
    width: 100% !important;
  }

  .clinical_trial_step_main {
    width: 100% !important;
  }

  .postid-983 .mtb_120 {
    margin: 50px auto !important;
  }

  .clinical_trials-template-default section.d_flex {
    justify-content: flex-end !important;
  }

  .form_block {
    gap: 0 !important;
  }

  .page-id-923 .form_control.form_btn p {
    position: relative;
    left: -10%;
    top: 10px;
  }

  .clinical_trials-template-default.single .contact_us_page_form_section {
    margin: 0px auto !important;
  }

  .page-id-164
    section.doctor_main_hero.hero.background_style.d_flex.lazyloaded {
    background-image: url("https://smx.2eb.mytemp.website/wp-content/uploads/2025/03/ghfmhgc.jpg") !important;
  }

  .page-id-164 .doctor_hero_info {
    padding-top: 0;
  }

  .page-id-164 .doctor_hero_info h3.title_style_40.text_white {
    font-size: 24px !important;
  }

  .page-id-164 section.doctor_main_hero > div {
    background-color: unset !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-id-164 h3.title_style_40.text_white.m_t_24 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-id-164 .text_style_12 {
    max-width: 33% !important;
  }

  .page-id-164 footer .text_style_12 {
    max-width: 100% !important;
  }

  .page-id-325
    section.single_servie_hero.hero.background_style.d_flex.lazyloaded {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-bottom: 50px !important;
  }

  .page-id-325 .single_servie_hero .main_container.d_flex {
    background: rgba(32, 32, 32, 0.2) !important;
    height: 100px;
    padding: 40px 12px !important;
    align-items: center;
    width: unset !important;
  }

  .single_servie.w_100.d_flex {
    position: unset;
  }

  .page-id-325 p.title_style_32.text_white.visit_section_text.w_100.mtb_24 {
    text-align: center !important;
  }

  .page-id-325 .text_style_16.text_white {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-id-11 .hero .main_container {
    width: 50%;
  }

  .page-id-11 .contact_us_page_form_section {
    background: white;
    box-shadow: 0px 2px 2px rgba(31, 27, 45, 0.08);
    border-radius: 8px;
    max-width: 80%;
    padding: 20px !important;
    margin: 50px auto;
  }

  .map_image iframe {
    width: 100% !important;
  }

  .page-id-325 h3.title_style_40.text_white.text_align_center {
    color: #fff !important;
  }

  .page-id-325 .mt_60 {
    margin-top: 20px;
  }

  .page-id-325 .text_style_24 {
    font-size: 14px;
  }

  .page-id-325 .one_stop_shop_content .text_style_24 {
    font-size: 14px;
  }

  .contact_us_page_form_section .contact_us_form_container .form_btn {
    align-items: center;
  }

  .postid-362 h3.title_style_40.text_green.text_align_center {
    margin-bottom: -30px !important;
  }

  .postid-362 h3.title_style_40.text_green.text_align_center {
    margin-bottom: 0px !important;
  }

  .clinical_trials-template-default .mtb_120 {
    margin: 50px auto;
  }

  section.service_cost.f_wrap.d_flex.w_100.mtb_120.service_row1 {
    margin-top: -70px !important;
  }

  .trials_info p,
  .trials_info li.text_style_24.text_black {
    max-width: 310px !important;
    margin: 0 auto !important;
  }

  .page-id-7 section#section7 {
    margin-bottom: 150px;
  }

  .page-id-7 .come_on_img_container.w_100.background_style.lazyloaded {
    background-size: cover !important;
    height: 100% !important;
  }

  .page-id-7 #section7 .awards_content.w_100 {
    position: relative;
    top: 40px;
  }

  .map_info.d_flex {
    flex-direction: column-reverse !important;
  }

  .map_text.address {
    bottom: 50px !important;
  }

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

  .map_text.address {
    max-width: 270px;
    text-align: center;
  }

  .map_btn {
    margin: 0 auto !important;
  }

  .map_info {
    margin: 30px 0 30px !important;
  }

  section.contact_us_hero.hero.background_style.d_flex.lazyloaded {
    background-position: center 50px !important;
  }

  .main_container.sdf .page_title {
    position: relative;
    top: 40px;
  }

 

  .main_container.ty {
    position: relative;
    top: 25px;
  }

  .logo img {
    width: 80% !important;
  }

  .home .menu-toggle-btn {
    right: 1rem !important;
  }

  .menu-toggle-btn {
    top: 25px !important;
  }

  section.one_stop_shop.w_100.mt_120 .mt_45 {
    margin-top: 0 !important;
  }

  .page-id-325 .one_stop_shop_content .text_style_24,
  .page-id-325 p.text_style_16.text_black.m_t_24.fw_4 {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: -20px;
  }

  .page-id-325 .image_section.text_align_left img.w_100.lazyloaded {
    margin-top: 20px;
  }

  .page-id-325
    section.single_servie_hero.hero.background_style.d_flex.lazyloaded {
    margin-top: 40px !important;
  }

  .page-id-325 .text_style_16.text_white {
    max-width: 140px !important;
  }

  h3.title_style_40.text_green.text_align_center {
    margin-top: 50px !important;
  }

  .wpcf7-form-control-wrap textarea {
    max-height: 80px !important;
  }

  ul.pagination_links.d_flex.center_container {
    justify-content: center !important;
  }

  ul.pagination_links.d_flex.center_container {
    margin-bottom: -100px !important;
  }

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

    font-size: 12px !important;
  }

  .menu-close-btn {
    color: #003f3c !important;
  }

  .page-id-303 section.contact_us_hero.hero.background_style.d_flex.lazyloaded {
    justify-content: flex-end !important;
  }

  .page-id-325 .text_black {
    color: black !important;
  }

  .page-id-550
    .page-template-research
    section.about_first_section
    p.text_style_24 {
    line-height: 18px !important;
  }

  .page-id-550 .description_text p {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .page-id-923 .study-card {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .page-id-923 .text_style_16.text_white {
    font-size: 12px;
    padding: 4px 12px !important;
  }

  .postid-1003 h3.title_style_40.text_green.text_align_center {
    margin-top: 20px !important;
    font-size: 24px !important;
  }

  .postid-1003 .clinical_trial_step {
    gap: 10px !important;
    padding: 20px 32px;
  }

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

  .postid-1003 .w_100.trial_tooltip p {
    text-align: center;
  }

  .menu-appointment-btn {
    font-size: 12px !important;
  }

  .page-id-11 .form_control.form_btn.accept_checkbox {
    display: block !important;
  }

  .page-id-11 .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
  }

  .page-id-11 .wpcf7-list-item input[type="checkbox"] {
    max-width: 20px !important;
  }

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

  .page-id-232 .single_servie.w_100.d_flex {
    max-width: 370px !important;
    padding-left: 20px !important;
  }

  .page-id-232 .single_servie_hero .title_style_32 {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .page-id-232 section.single_service_faqs p {
    font-size: 18px !important;
  }

  .map_text.address h3.text_style_24.text_green {
    font-size: 14px;
  }

  #clinical-research-title {
    font-size: 24px !important;
  }

  .page-template-research .about_first_section_content {
    padding: 24px;
  }

  .page-template.page-template-main-doctor
    h3.title_style_40.text_green.text_align_center {
    margin-top: 40px !important;
    font-size: 24px !important;
  }

  .page-template-main-doctor .swiper.mySwiper {
    margin: 0 16px;
    width: unset;
  }
  .page-template-blog section.home_hero_section.section.government_hero_section,
  .single-post
    section.home_hero_section.section.government_hero_section.single_blog_archive {
    padding-bottom: 40px;
  }

  .page-template-main-doctor .swiper-button-prev,
  .page-template-main-doctor .swiper-button-next {
    display: none;
  }
  .page-template-contact-us
    section.home_contact_us.contact_us.dnone.contact_us_page_form_section {
    margin: 0 auto 50px;
    width: unset !important;
  }

  .page-template-contact-us
    section.home_contact_us.contact_us.dnone.contact_us_page_form_section
    h3.title_style_40.text_green.text_align_center {
    margin-top: 30px !important;
  }

  .page-template-accepted_insurance .mtb_120 {
    margin: 0 !important;
    padding: 0 0 40px;
  }
  .form_control input,
  .form_control textarea,
  div#clinical_trial textarea,
  .text_style_16.text_white {
    font-size: 14px !important;
  }
  .card_rgb {
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    max-height: 250px !important;
    min-height: 250px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 12px;
    width: 100% !important;
  }
  .page-template-service-skin-cancer section#section8 {
    margin-top: 130px !important;
  }
  .page-id-923 .study-content .category {
    left: 0 !important;
  }
  .filter-group img {
    width: 25px !important;
    height: 25px !important;
  }
  #filter-section h3 {
    font-size: 14px !important;
  }
  #filter-section {
    width: 80% !important;
  }
  section.single_service_faqs.w_100.mt_100
    h3.title_style_40.text_green.text_align_center {
    margin-top: 60px !important;
    margin-bottom: -30px !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: 130px !important;
  }
  .page-template-contact-us-php .title_style_40 {
    font-size: 24px !important;
  }
  .map_text.address .text_style_24.text_green {
    font-size: 16px !important;
  }
  .clinical_trial_step,
  .clinical_trial_steps.clinical_trial_steps_main.w_100.mt_40 {
    border-radius: 10px !important;
  }
  .text_style_24 {
    font-size: 14px !important;
  }
}

@media (max-width: 375px) {
  .doctor_main_hero {
    background-position-x: 88%;
  }

  #search_post_input {
    width: 100%;
  }

  .home .doctor_profile {
    max-width: 228px;
  }

  .doctor_profile h5 {
    font-size: 24px !important;
  }
}
@media(max-width:650px){
   .single.single-doctors .text_image_section .medical_section_info p, section.service_description .description_inner p, section.service_description .description_inner ul li span, section.service_description span, section.service_description span p, .service-template-default span, .service-template-default p, .service-template-default ul li {
    font-size: 18px !important;
  }
    .service-template-default.single .description_text ul li, section.single_service_faqs p, .call_optiskin_inner.center.main_container p.text_style_24.text_white {
    font-size: 18px !important;
  }
  .page-template-about p.text_style_24.text_white.text_align_center, .page-template-about p.text_style_16.text_black.m_t_24.fw_4, .page-template-about p.text_style_24.text_black.mt_60.text_align_center{
    font-size: 18px !important;
  }
}