:root {
    --whiteBg: #fff;
    --whiteColor: #fff;
    --whiteBorder: #fff;

    --blackColor: #2F2F2F;
    --blackBg: #2F2F2F;
    --blackborder: #2F2F2F;

    --brandColor: #047C9E;
    --brandBg: #047C9E;
    --brandborder: #047C9E;

    --greyBg: #F5F5F7;
    --greyBorder: #F5F5F7;
    --greyColor: #F5F5F7;

    --light_pinkBg: #FFF4F4;
    --light_pinkBorder: #FFF4F4;
    --light_pinkColor: #FFF4F4;


}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.font-unna {
    font-family: "Unna", serif;
}

html,
body {
    color: #4A4A4A;
    background-color: var(--whiteBg);
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 23px;
    color: #4A4A4A;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: initial;
    display: inline-block;
    line-height: 0px;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

button {
    background: none;
    border: none;
}

button:focus {
    outline: none;
}

picture {
    display: block;
    line-height: 0px;
}

textarea {
    resize: none;
    display: block;
    padding: 15px;
    width: 100%;
}

input:focus,
button,
input[type="submit"],
input {
    outline: none;
}

select {
    display: block;
    width: 100%;
}

input {
    display: block;
    padding: 12px 15px;
    width: 100%;
}

input::placeholder {
    font-size: 14px;
}

input::-ms-input-placeholder {
    font-size: 14px;
}

input::-ms-input-placeholder {
    font-size: 14px;
}

textarea::placeholder {
    font-size: 14px;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.w-100 {
    width: 100% !important;
    display: block;
}

.text-center {
    text-align: center;
}

.row {
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.col-sm-2 {
    width: 16.66666667%;
    padding: 0px 15px;
}

.col-sm-3 {
    width: 25%;
    padding: 0px 15px;
}

.col-sm-4 {
    width: 33.33333333%;
    padding: 0px 15px;
}

.col-sm-5 {
    width: 41.66666667%;
    padding: 0px 15px;
}

.col-sm-6 {
    width: 50%;
    padding: 0px 15px;
}

.col-sm-7 {
    width: 58.33333333%;
    padding: 0px 15px;
}

.col-sm-8 {
    width: 66.666667%;
    padding: 0px 15px;
}

.col-sm-9 {
    width: 75%;
    padding: 0px 15px;
}

.col-sm-10 {
    width: 83.33333333%;
    padding: 0px 15px;
}

.col-sm-11 {
    width: 91.66666667%;
    padding: 0px 15px;
}

.col-sm-12 {
    width: 100%;
    padding: 0px 15px;
}

.container_apollo {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 60px;
}

.overflow_hidden {
    overflow: hidden;
}

.section-padding-top {
    padding-top: 60px;
}

.section-padding-bottom {
    padding-bottom: 60px;
}

.section-padding {
    padding: 60px 0px;
}

.mr_top_box {
    margin-top: 32px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.common_gap_apolo_proton {
    padding: 60px 0px;
}

.section_title span {
    font-weight: 700;
    font-style: italic;
}

.section_common_description {
    font-size: 14px;
    line-height: 23px;
    color: #4A4A4A;
}

.section_common_description strong {
    font-weight: 600;
}

.title_lg {
    font-size: 16px;
    font-weight: 600;
    color: #2F2F2F;
    line-height: 24px;
    text-transform: capitalize;
}

.btn_link {
    color: var(--brandColor);
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    font-size: 14px;
}

.btn_link svg {
    margin-left: 10px;
}

.white_btn {
    color: #fff;
}

.btn_rounded {
    border-radius: 30px;
    padding: 15px 32px;
    border: 1px solid var(--brandborder);
    background: var(--brandBg);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
}

.section_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.section_title_box {
    margin-bottom: 20px;
}



.slider_arrow_with_dot {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-swiper-pagination {
    display: inline-flex;
    width: auto !important;
    max-width: calc(100% - 75px);
    padding: 0px 20px;
    min-width: 30px;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    width: 32px;
    line-height: 0px;
    cursor: pointer;
}

.custom-swiper-button-prev.swiper-button-disabled,
.custom-swiper-button-next.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.custom-swiper-button-prev svg,
.custom-swiper-button-next svg {
    width: 100%;
    height: initial;
}

.custom-swiper-button-prev:hover svg rect,
.custom-swiper-button-next:hover svg rect {
    fill: var(--brandBg);
    stroke: var(--brandBg);
}

.custom-swiper-button-prev:hover svg path,
.custom-swiper-button-next:hover svg path {
    stroke: #fff;
}

.custom-swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #B6B6B6;
    opacity: 1;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: var(--brandBg);
    border-radius: 3px;
}

.custom-swiper-button-next:hover .back_img_arrow_gray,
.custom-swiper-button-prev:hover .back_img_arrow_gray {
    display: none;
}

.custom-swiper-button-next:hover .back_img_arrow_blue,
.custom-swiper-button-prev:hover .back_img_arrow_blue {
    display: block;
}

.back_img_arrow_gray {
    width: 100%;
}

.custom-swiper-button-next .back_img_arrow_blue,
.custom-swiper-button-prev .back_img_arrow_blue {
    width: 100%;
    display: none;
}


@media only screen and (min-width: 1025px) {
    .btn_link:hover svg rect {
        fill: var(--brandBg);
        stroke: var(--brandColor);
    }

    .btn_link:hover svg path {
        stroke: #fff;
    }

    .white_btn:hover svg rect {
        fill: var(--brandBg);
        stroke: var(--brandColor);
    }

    .white_btn:hover svg path {
        stroke: #fff;
    }

    .btn_rounded:hover {
        background: var(--light_pinkBg);
        color: var(--brandColor);
    }
}


/*---header---start---here---*/
.header_row_apollo_proton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_row_left_colm_apollo_proton {
    width: 141px;
}

.logo_apollo_proton_link {
    display: block;
    width: 100%;
}

.logo_apollo_proton_link img {
    width: 100%;
    height: initial;
    display: block;
}

.header_row_right_colm_apollo_proton {
    width: calc(100% - 141px);
    padding-left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navaber_list_apollo_proton {
    display: inline-block;
    padding: 0px;
}

.nav_item_apollo_proton {
    display: inline-block;
    margin: 0px 7px;
    list-style: none;
    padding: 0px;
}

.nav_item_apollo_proton:first-child {
    margin-left: 0px;
}

.nav_item_apollo_proton:first-child:last-child {
    margin-right: 0px;
}

.nav_link_apollo_proton {
    color: #000;
    transition: all 0.3s;
    font-size: 16px;
}

.nav_link_apollo_proton:hover,
.nav_link_apollo_proton.active {
    color: #FDB931;
}

.header_inner_wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 5px 20px;
}

.header_apollo_proton {
    position: fixed;
    top: 15px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: none;
    z-index: 999;
    transition: all 0.5;
}

.language_box_apollo_proton {
    width: 72px;
    margin-left: 20px;
}

.language_box_apollo_proton_btn {
    width: 100%;
    position: relative;
}

.language_box_apollo_proton_btn select {
    width: 100%;
    position: relative;
    padding-left: 24px;
    position: absolute;
    top: -4px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.globe_image {
    width: 24px;
    height: initial;
    pointer-events: none;
}

.fixed-header {
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 17%);
}

.fixed-header .header_inner_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.toggle_btn {
    display: none;
}


.top_wrapper_apc {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    padding: 30px 0px;
}

.top_wrapper_apc .row {
    align-items: center;
}

.top_btn_box {
    text-align: right;
}

.top_btn_box .btn_golden_apollo {
    background: var(--brandBg);
}

.top_btn_box .btn_golden_apollo:hover {
    opacity: 0.9;
}

.logo_box_apc {
    width: 120px;
    display: block;
}

.logo_box_apc img {
    display: block;
    width: 100%;
    height: initial;
}


/*---apollo--top---section---start---here---*/
.apolo_proton_top_section {
    position: relative;
    padding-top: 145px;
    padding-bottom: 60px;
}

.apolo_proton_banner_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.apolo_proton_top_section .container_apollo {
    position: relative;
    z-index: 2;
}

.apolo_proton_top_row {
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.apolo_proton_top_left_colm {
    width: calc(100% - 565px);
    padding: 0px 15px;
}

.apolo_proton_top_right_colm {
    width: 565px;
    padding: 0px 15px;
}

.apolo_proton_banner_title {
    color: #FDB931;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.44px;
}

.apolo_proton_banner_sub_title {
    font-size: 42px;
    font-weight: 700;
    color: #047C9E;
    line-height: 1.2;
    padding: 22px 0 30px 0;
}

.apolo_proton_banner_desc {
    font-size: 36px;
    line-height: 1.4;
    color: rgb(0 0 0 / 80%);
    padding-bottom: 80px;
    font-family: "Unna", serif;
}

.btn_golden_apollo {
    background: #F1A902;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 11px 25px;
    font-size: 16px;
}

.btn_golden_apollo:hover {
    background: var(--brandBg);
}

.btn_golden_apollo svg,
.btn_golden_apollo img {
    width: 23px;
    height: initial;
    margin-right: -5px;
}

.btn_contact_inner {
    margin-left: 5px;
    font-weight: 500;
    white-space: nowrap;
}

.apollo_proton_top_button_box {
    text-align: center;
}

.apolo_proton_top_left_colm .apolo_proton_banner_bg {
    display: none;
}

.apollo_proton_form_card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 35px 35px;
}

.apollo_proton_top_form_title {
    color: rgb(0 0 0 / 80%);
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.apollo_proton_top_form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.apollo_proton_top_form_colm {
    width: 100%;
    padding: 0px 10px;
}

.apollo_proton_input_box {
    margin-bottom: 20px;
}

.apollo_proton_input_box input,
.apollo_proton_input_box select,
.apollo_proton_input_box textarea {
    width: 100%;
    display: block;
    border: 1px solid rgb(65 83 107 / 50%);
    border-radius: 4px;
    padding: 17px 15px;
    font-size: 14px;
    color: #000;
}

.apollo_proton_input_box input::placeholder,
.apollo_proton_input_box textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.apollo_top_form_submit_btn {
    background: var(--brandBg);
    font-weight: 400;
    display: block;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 15px 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.apollo_top_form_submit_box {
    margin-top: 15px;
}

.apollo_top_form_submit_btn:hover {
    opacity: 0.9;
}

.captcha_img {
    width: 100%;
}

.apollo_proton_phone_number_input .apollo_proton_country_code_box {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 67px;
    bottom: 1px;
}

.apollo_proton_phone_number_input {
    position: relative;
}

.apollo_proton_phone_number_input .apollo_proton_country_code_box select {
    border: none;
    padding-right: 0px;
    padding-bottom: 10px;
}

.apollo_proton_phone_number_input input {
    padding-left: 74px;
}

.apollo_proton_country_code_box:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -1px;
    width: 1px;
    background: rgb(0 0 0 / 40%);
}

.apolo_proton_top_section {
    padding-bottom: 50px;
}

.apolo_proton_top_content {
    margin-top: 15px;
}

.apcc_phone_number {
    padding-right: 135px;
    position: relative;
}

.apcc_phone_number .btn_golden_apollo {
    background: var(--brandBg);
    cursor: pointer;
    padding: 15px 25px;
    font-size: 14px;
}

.btn_otp_apcc .btn_golden_apollo:hover {
    background: #FDB931;
}

.btn_otp_apcc {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 7;
}


.section_bg_color {
    background: rgb(0 124 157 / 5%);
}

.Patient_Story {
    background: #fff;
    padding-top: 0px !important;
}

.row_apolo_proton {
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.colm_apolo_porton {
    width: 50%;
    padding: 0px 15px;
    margin: 10px 0px;
}

.card_apolo_proton_common {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    transition: all 0.4s;
    align-items: center;
    border: 1px solid transparent;
}

.apolo-banner-icon-area {
    display: flex;
    gap: 33px;
    padding-bottom: 40px;
}

.apolo-banner-icon-item {
    text-align: center;
    padding-left: 33px;
    border-left: 1px solid rgb(0 45 57 / 90%);
}

.apolo-banner-icon-item:first-child {
    padding-left: 0;
    border: 0;
}

.banner-icon img {
    width: 70px;
    height: auto;
    display: block;
    margin: auto;
}

.banner-icon-text {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 45 57 / 90%);
    letter-spacing: 0.18px;
    line-height: 1.5;
    padding-top: 20px;
}







@media only screen and (max-width: 1400px) {

    /*----header---start---here---*/
    .nav_link_apollo_proton {
        font-size: 14px;
    }

    .globe_image {
        width: 20px;
    }

    .language_box_apollo_proton_btn select {
        padding-left: 19px;
    }

    .language_box_apollo_proton {
        width: 63px;
    }

    .language_box_apollo_proton {
        margin-left: 10px;
    }

    .language_box_apollo_proton_btn select {
        font-size: 14px;
    }

    .header_row_left_colm_apollo_proton {
        width: 120px;
    }

    .header_row_right_colm_apollo_proton {
        width: calc(100% - 120px);
    }

    .apolo_proton_banner_title {
        font-size: 36px;
        line-height: 1.2;
    }

    .apolo_proton_banner_sub_title {
        font-size: 36px;
        padding: 0px 0 30px 0;
    }


    .apolo-banner-icon-item {
        padding-left: 20px;
    }

    .apolo-banner-icon-area{gap: 20px;}

    .banner-icon img {
        width: 60px;
    }



    .btn_golden_apollo {
        font-size: 14px;
    }

    .title_card_common {
        font-size: 16px;
    }

    .icon_card {
        width: 60px;
    }

    .title_card_common {
        width: calc(100% - 60px);
    }

    .about_pcc_content_box p,
    .apolo_proton_tab_content_box p,
    .why_choose_tab_title {
        font-size: 14px;
    }

    .section_title {
        font-size: 26px;
    }

    .why_choose_tab_title_list {
        padding: 25px 0px;
        padding-right: 30px;
    }

    .cancer_we_treat_desc {
        font-size: 14px;
    }

    .title_card_common {
        font-size: 16px;
    }

    .what_we_except_desc_inner,
    .post_arrival_content p {
        font-size: 14px;
    }

    .pci_journey_title,
    .pci_journry_inner_box span {
        font-size: 18px;
    }

    .apolo_proton_banner_desc{font-size: 36px;}

}

@media only screen and (max-width: 1060px) {
    .container_apollo {
        padding: 0px 30px;
    }

    .apolo_proton_top_left_colm {
        width: 50%;
    }

    .apolo_proton_top_right_colm {
        width: 50%;
    }

    .apolo_proton_banner_desc {
        padding-right: 0px;
    }

    .what_we_except_desc_inner {
        padding: 55px 0% 0px 0%;
    }

    .chip-apcci {
        margin: 8px 0px;
    }

    .inner_content_list {
        margin-top: 10px;
    }

    .content_card_box_section {
        padding: 5px 10px 5px 10px;
    }

    .why_choose_tab_title_list {
        padding: 16px 0px;
    }

    .section_desc {
        width: 100%;
    }

    .take_action_content {
        width: 40%;
    }
}

@media only screen and (max-width: 1060px) {

    .nav_link_apollo_proton {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {

    .apolo_proton_banner_bg {
        object-position: 20% top;
    }

    .apolo_proton_top_left_colm {
        width: 100%;
    }

    .apolo_proton_top_right_colm {
        width: 100%;
        margin-top: 30px;
    }

    .why_choose_apolo_proton_colm {
        width: 100%;
    }

    .why_choose_apolo_proton_colm:nth-of-type(1) {
        display: none;
    }

    .tab_output_apolo_proton {
        display: block;
    }

    .slider_arrow_with_dot {
        margin-top: 20px;
    }

    .tab_why_choose_mobile_title {
        display: block;
        color: #FDB931;
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 1.3;
        font-weight: 600;
        margin-top: 10px;
    }

    .why_choose_apolo_proton_colm .slider_arrow_with_dot {
        display: flex;
    }

    .caner_we_treat_apolo_proto .colm_apolo_porton {
        width: 50%;
    }

    .what_we_except_inner_box {
        padding: 15px;
        padding-top: 0px;
    }

    .video-popup-content {
        width: 80%;
    }

    .apolo_proton_tab_content_box {
        margin-top: 8px;
    }


    .toggle_btn {
        display: block;
        width: 30px;
        margin-left: 15px;
    }

    .toggle_btn img {
        width: 100%;
        height: initial;
    }

    .header_inner_wrapper {
        position: relative;
    }

    .apollo_navbar_wrapper:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0px;
        right: 0px;
        height: 1px;
        background-color: rgb(0 0 0 / 15%);
    }

    .apollo_navbar_wrapper {
        position: absolute;
        top: 91%;
        left: 0px;
        right: 0px;
        background-color: #fff;
        padding-top: 15px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: none;
    }

    .apollo_navbar_wrapper.active {
        display: block;
        box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 4%);
    }

    .navaber_list_apollo_proton {
        display: block;
        padding: 30px;
        padding-top: 5px;
        padding-top: 15px;
    }

    .nav_item_apollo_proton {
        display: block;
        margin: 10px 0px;
    }

    .nav_link_apollo_proton {
        font-size: 16px;
    }

    .header_apollo_proton.fixed-header .header_inner_wrapper {
        position: static;
    }

    .section_colm_row {
        align-items: initial;
    }

    .image_full_section {
        height: 100%;
        object-fit: cover;
    }

    .chip-apcci {
        margin: 15px 0px;
    }

    .inner_content_list {
        margin-top: 15px;
    }

    .content_card_box_section {
        padding: 30px 15px 30px 15px;
    }

    .why_choose_apolo_proton_colm:nth-of-type(2) {
        width: 100%;
    }

    .why_choose_apolo_proton_colm:nth-of-type(2) {
        padding-left: 15px;
    }

    .journey_pci .row {
        align-items: initial;
    }

    .pci_image_box {
        height: 100%;
    }

    .pci_image_box img {
        height: 100%;
        object-fit: cover;
    }

    .journy_content {
        padding-left: 0px;
    }

    .take_action_content {
        width: 50%;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 767px) {

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        width: 100%;
    }

    .Why-Choose-s {
        background: rgb(246 245 247 / 80%);
    }

    .common_gap_apolo_proton {
        padding: 40px 0px;
    }

    .custom-swiper-button-prev,
    .custom-swiper-button-next {
        width: 28px;
    }

    .container_apollo {
        padding: 0px 15px;
    }

    .apolo_proton_top_content {
        padding-top: 0px;
    }

    .apolo_proton_banner_title {
        font-size: 32px;
    }

    .apolo_proton_banner_sub_title {
        font-size: 32px;
        padding: 0px 0 20px;
    }

    .apolo-banner-icon-area {
        gap: 15px;
        justify-content: center;
    }

    .apolo_proton_banner_desc {
        font-size: 28px;
        margin-top: 0 !important;
        padding-bottom: 50px;
        color: rgb(0 0 0 / 70%);
    }

    .banner-icon-text {
        font-size: 14px;
    }

    .banner-icon-text br{display: none;}

    .banner-icon img {
        width: 50px;
    }

    .apolo_proton_banner_desc {
        margin-top: 20px;
    }

    .apolo_proton_top_right_colm {
        margin-top: 0;
        position: relative;
        z-index: 2;

    }

    .apollo_proton_top_form_colm {
        width: 100%;
    }

    .apollo_proton_form_card {
        padding: 20px;
    }

    .apolo_proton_top_left_colm {
        position: relative;
    }

    .apolo_proton_top_left_colm .apolo_proton_banner_bg {
        display: block;
    }

    .apolo_proton_top_content {
        position: relative;
        z-index: 1;
    }

    .apolo_proton_top_section {
        padding-top: 20px;
    }

    .apolo_proton_top_content {
        margin-top: 100px;
        /* padding-bottom: 115px; */
    }

    .btn_golden_apollo svg,
    .btn_golden_apollo img {
        width: 25px;
    }

    .apollo_proton_form_card {
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
    }

    .apollo_proton_input_box input,
    .apollo_proton_input_box select,
    .apollo_proton_input_box textarea {
        border: 1px solid #41536B;
    }

    .navaber_list_apollo_proton {
        padding: 15px;
        padding-top: 5px;
    }

    .top_wrapper_apc .col-sm-6 {
        width: 50%;
    }

    .logo_box_apc {
        width: 87px;
    }

    .top_wrapper_apc {
        padding: 10px 0px;
    }

    .colm_apolo_porton {
        width: 100%;
    }

    .title_card_common {
        font-size: 18px;
    }

    .apolo-banner-icon-item{flex: 1;}

}

@media screen and (max-width:430px) {

    .apolo-banner-icon-item {
        padding-left: 12px;
    }

    .banner-icon-text{font-size: 12px;}

    .apolo-banner-icon-area {
        gap: 12px;
    }
}


@media only screen and (max-width: 991px) {
    .header_apollo_proton {
        position: absolute !important;
    }
}


/* page common */

.bau-common-padding {
    padding: 80px 0;
}

.bau-common-heading {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #2F2F2F;
    text-align: center;
}

.bau-common-heading span {
    font-weight: 700;
}

.bau-common-para,
.bau-common-para p {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 1.6;
}


@media screen and (max-width:1400px) {

    .bau-common-padding {
        padding: 60px 0;
    }

    .bau-common-heading {
        font-size: 36px;
    }
}

@media screen and (max-width:767px) {

    .bau-common-heading {
        font-size: 32px;
    }

    .bau-common-para,
    .bau-common-para p {
        font-size: 14px;
    }

    /* .bau-common-heading span{display: block;} */
}

@media screen and (max-width:430px) {

    .bau-common-heading {
        font-size: 28px;
    }
}



/* cosmetic section */

.cosmetic-desktop {
    margin-top: 50px;
}

.cosmetic-tabbing-area {
    display: flex;
    gap: 20px;
}

.cosmetic-section .bau-common-para {
    padding-top: 30px;
    text-align: center;
}

.cosmetic-section .bau-common-para .sub-common-text {
    font-size: 20px;
    font-weight: 500;
    color: #007C9D;
    line-height: 1;
    padding-bottom: 5px;
}

.cosmetic-tab-list {
    width: 50%;
}

.cosmetic-tab-item {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 15%;
    cursor: pointer;
    gap: 20px;
}

.cosmetic-tab-item::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    border-bottom: 1px solid #DBDBDB;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cosmetic-tab-text {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 1.5;
}

.cosmetic-tab-icon svg {
    width: 100%;
    height: 100%;
}

.cosmetic-tab-icon {
    width: 12px;
    height: auto;
    display: block;
}

.cosmetic-tab-item.active::after {
    border-bottom: 1px solid #047C9E;
}

.cosmetic-tab-item.active .cosmetic-tab-text {
    color: #047C9E;
    font-weight: 500;
}

.cosmetic-tab-item.active .cosmetic-tab-icon svg path {
    stroke: #047C9E;
}

.tab-content-area {
    width: 50%;
}

.cosmetic-tab-content {
    display: none;
}

.cosmetic-tab-content.active {
    display: block;
}

.cosmetic-tab-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.cosmetic-content-text .tab-content-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #047C9E;
    padding: 20px 0 15px 0;
}

.cosmetic-content-text p {
    font-size: 22px;
    padding-top: 30px;
    letter-spacing: 0.24px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 1.5;
}

.cosmetic-mobile {
    display: none;
}

@media screen and (max-width:1280px) {

    .cosmetic-tab-item {
        padding-right: 10%;
    }

    .cosmetic-tab-item::after {
        width: 80%;
    }
}

@media screen and (max-width:1099px) {

    .cosmetic-content-text p {
        font-size: 18px;
    }

    .cosmetic-tab-text {
        font-size: 16px;
    }

    .cosmetic-tab-list {
        width: 45%;
    }

    .tab-content-area {
        width: 55%;
    }
}

@media screen and (max-width:991px) {

    .cosmetic-section {
        background-color: #EDF2ED;
    }

    .cosmetic-mobile {
        display: block;
        margin-top: 30px;
    }

    .cosmetic-desktop {
        display: none;
    }

    .cosmetic-tab-content {
        display: block;
        padding: 10px;
        background-color: #fff;
        border-radius: 20px;
        height: auto;
    }

    .cosmetic-content-text p {
        padding: 0;
    }


}

@media screen and (max-width:767px) {

    .cosmetic-content-text p {
        font-size: 14px;
    }

    .cosmetic-content-text .tab-content-title {
        padding: 10px 0 7px 0;
    }
}



/* why choose */
.why-choose-section {
    background-image: url("../images/why-choose-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-section .bau-common-para {
    padding-top: 30px;
    text-align: center;
}

.choose-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    position: relative;
}

.choose-wrapper::after {
    content: "";
    display: block;
    background-image: url("../images/choose-border-b.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.choose-item-a {
    text-align: center;
    position: relative;
    padding: 20px 0 30px;
    margin: 20px 0;
}

.choose-item-a::after {
    content: "";
    display: block;
    background-image: url("../images/choose-border-a.png");
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.choose-item-a:nth-child(even)::after {
    display: none;
}

.choose-item-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}

.choose-item-desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #4A4A4A;
    padding-top: 25px;
}


@media screen and (max-width:1024px) {

    .choose-item-title {
        font-size: 28px;
    }

    .choose-item-desc {
        font-size: 16px;
        padding-top: 15px;
    }

    .choose-item-a {
        padding: 20px 10px 30px;
    }
}

@media screen and (max-width:767px) {

    .choose-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-item-a::after {
        background-image: url("../images/choose-border-b.png");
        background-repeat: repeat-x;
        width: 100%;
        height: 2px;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
    }

    .choose-item-a:first-child {
        padding-top: 0;
    }

    .choose-item-a:last-child {
        padding-bottom: 0;
    }

    .choose-item-a:first-child::after {
        display: none;
    }

    .choose-item-a:nth-child(even)::after {
        display: block;
    }

    .choose-wrapper::after {
        display: none;
    }

    .choose-item-a {
        margin: 0;
        padding: 35px 0;
    }
}


/* treatment */
.treatment-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.treatment-img {
    position: relative;
    width: max-content;
    margin: auto
}

.treatment-item-a {
    width: 100%;
}

.treatment-img img {
    width: 150px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.treatment-num {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Figtree", sans-serif;
    padding: 10px;
    border-radius: 50%;
    background-color: #007C9D;
    position: absolute;
    top: -6px;
    right: 14px;
}

.treatment-border {
    width: 100%;
    height: auto;
    position: absolute;
    right: -90%;
    top: 40%;
    z-index: 0;
}

.treatment-border img.border-m {
    display: none;
}

.treatment-border img {
    width: 100%;
    height: auto;
    display: block;
}

.treatment-text {
    font-size: 22px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 1.3;
    text-align: center;
    padding-top: 23px;
}

@media screen and (min-width:1699px) {

    .treatment-img img {
        width: 190px;
    }
}

@media screen and (max-width:1300px) {

    .treatment-img img {
        width: 120px;
    }

    .treatment-num {
        top: -13px;
        right: 3px;
    }

    .treatment-text {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {

    .treatment-img img {
        width: 100px;
    }

    .treatment-num {
        font-size: 12px;
        width: 25px;
        height: 25px;
        padding: 5px;
        top: -10px;
    }

    .treatment-text {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {

    .treatment-wrapper {
        flex-wrap: wrap;
        max-width: 410px;
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .treatment-img img {
        width: 149px;
    }

    .treatment-num {
        top: -6px;
        right: 10px;
    }

    .treatment-item-a:nth-child(even) .treatment-border {
        display: none;
    }

    .treatment-item-a {
        width: max-content;
        padding-bottom: 40px;
    }

    .treatment-border img.border-m {
        display: block;
    }

    .treatment-border img.border-d {
        display: none;
    }

    .treatment-text {
        font-size: 20px;
    }
}

@media screen and (max-width:430px) {

    .treatment-border {
        right: -80%;
    }
}

@media screen and (max-width:400px) {

    .treatment-border {
        right: -70%;
    }
}

/* treat-expert */
.treat-expert-section {
    padding-top: 0;
}

.treat-expert-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("../images/treat-expert-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.treat-expert-text {
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.44px;
    text-align: center;
}

.treat-expert-btn {
    background-color: #F1A902;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 324px;
    height: 71px;
    border-radius: 90px;
    gap: 15px;
    padding: 6px;
    text-decoration: none;
    margin: 50px auto 0;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.treat-expert-btn:hover {
    background-color: #047C9E;
}

.btn-arrow svg {
    height: 59px;
    width: 59px;
    display: block;
}

.treat-expert-btn .btn-text {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.288px;
}


@media screen and (max-width:1400px) {

    .treat-expert-text {
        font-size: 40px;
    }
}

@media screen and (max-width:1024px) {

    .treat-expert-text {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {

    .treat-expert-text {
        font-size: 24px;
    }

    .treat-expert-btn {
        width: 293px;
        gap: 10px;
    }

    .btn-arrow svg {
        width: 45px;
        height: 45px;
    }

    .treat-expert-btn .btn-text {
        font-size: 20px;
    }

}

@media screen and (max-width:430px) {

    .treat-expert-btn .btn-text {
        font-size: 16px;
    }
}


/* faq */

.faq_section {
    background: linear-gradient(0deg, rgba(184, 218, 228, 0.3) 0%, rgba(184, 218, 228, 0.093) 100%);
}

.faq_wrapper {
    margin-top: 50px;
}

.faq_box {
    border: 1px solid #B8DAE4;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 30px;
}

.faq_box:last-child {
    margin-bottom: 0px;
}

.faq_title_box {
    position: relative;
    padding: 30px 70px 30px 60px;
    cursor: pointer;
}

.faq_count {
    position: absolute;
    top: 30px;
    left: 30px;
}

.faq_icon {
    position: absolute;
    right: 30px;
    width: 30px;
    top: 26px;
}

.faq_icon svg {
    display: block;
    width: 100%;
    height: initial;
}

.faq_icon svg:last-child {
    display: none;
}

.faq_count,
.faq_title {
    font-size: 20px;
    color: #002D39;
    line-height: 1.2;
    font-weight: 500;
}

.faq_detail_box {
    padding: 30px 30px;
    padding-bottom: 30px;
    border-top: 1px solid #B8DAE4;
    display: none;
}

.faq_detail_box p {
    font-size: 14px;
}

.faq_title_box.active .faq_icon svg:last-child {
    display: block;
}

.faq_title_box.active .faq_icon svg:first-child {
    display: none;
}

@media screen and (max-width:767px) {

    .faq_count,
    .faq_title {
        font-size: 18px;
    }

    .faq_title_box {
        padding: 13px 40px 15px 40px;
    }

    .faq_count {
        top: 13px;
        left: 15px;
    }

    .faq_icon {
        right: 12px;
        width: 22px;
        top: 13px;
    }

    .faq_detail_box {
        padding: 13px 15px;
    }

    .faq_box {
        margin-bottom: 20px;
    }

    .faq_wrapper {
        margin-top: 30px;
    }

    .our_expert {
        padding-bottom: 10px;
    }
}



/* first step */
.first-step-section {
    background-color: #047C9E;
}

.first-step-text {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.first-step-wrapper .treat-expert-btn {
    background-color: #F1A902;
}

.first-step-wrapper .treat-expert-btn:hover {
    background-color: #047C9E;
    border: 1px solid #fff;
}

.first-step-section .treat-expert-btn {
    width: 365px;
}

@media screen and (max-width: 1400px) {

    .first-step-text {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {

    .first-step-text {
        font-size: 32px;
    }

    .first-step-section .treat-expert-btn {
        width: 296px;
        height: 55px;
    }
}

@media screen and (max-width: 430px) {

    .first-step-section .treat-expert-btn {
        width: 266px;
        height: 55px;
    }
}


/* footer */
.footer-section {
    padding: 16px 0;
    background-color: #007C9D;
}

.left-footer {
    text-align: center;
    color: #fff;
    font-size: 13px;
}




/*---Fertility---Care---start---here---*/

.fertility-container {
    margin: auto;
    background: #007C9D0A;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
    border-radius: 12px;
    overflow: hidden;
}

.fertility-content {
    width: 50%;
    padding: 10px 40px;
}

.fertility-content h2 span {
    font-weight: 700;
}

.fertility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fertility-list li {
    position: relative;
    padding: 18px 0;
    padding-left: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
}

.fertility-list li:last-child {
    border-bottom: none;
}

.icon_choose_apollo {
    width: 46px;
    display: block;
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}

.icon_choose_apollo img {
    width: 100%;
    height: initial;
    display: block;
}

.fertility-list h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2F2F2F;
}

.fertility-list p {
    font-size: 14px;
    margin: 0;
}

.fertility-image {
    width: 50%;
}

.fertility-image img {
    width: 100%;
    height: initial;
    display: block;
}

@media screen and (max-width:1199px) {
    .fertility-container {
        align-items: initial;
    }

    .fertility-image img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width:991px) {
    .fertility-content {
        width: 100%;
        order: 2;
    }

    .fertility-image {
        width: 100%;
        order: 1;
    }

    .fertility-list {
        padding-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .fertility-container {
        margin: 0px -15px;
        margin-top: 30px;
        background: #F6F5F7CC;
    }

    .fertility-content {
        padding: 0px 15px;
    }

    .icon_choose_apollo {
        width: 40px;
    }

    .fertility-list li {
        padding-left: 45px;
    }

    .fertility-list h4 {
        margin-bottom: 7px;
    }

    .fertility-list p {
        line-height: 1.2;
    }

    .icon_choose_apollo {
        top: 21px;
    }
}



/*---condition--treatment---start---here---*/
/* .condition_treatment {
    padding-top: 0px;
} */

.condition_row {
    display: flex;
    margin: 0px -15px;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.condition_colm {
    width: 50%;
    padding: 0px 15px;
}

.condition_img {
    border-radius: 12px;
    overflow: hidden;
}

.condition_img img {
    display: block;
    width: 100%;
    height: initial;
}

.title_condition {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #2F2F2F;
    margin-bottom: 8px;
}

.list_content_c {
    margin-top: 15px;
}

.list_content_c ul {
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.list_content_c ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}

@media screen and (max-width:1199px) {
    .condition_row {
        align-items: initial;
    }
}

@media screen and (max-width:991px) {
    .condition_colm {
        width: 100%;
    }

    .condition_img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .condition_treatment {
        padding-top: 40px;
    }

    .condition_row {
        margin-top: 30px;
    }
}



/*----treatment---option---start---here---*/
.treatment_option {
    background: rgb(237 242 237 / 40%);
}

.treatment_wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.treatment_wrapper .swiper-slide {
    height: initial;
}

.treatment_option_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    min-height: 320px;
}

.treatment_icon {
    width: 60px;
}

.treatment_icon img {
    width: 100%;
    height: initial;
    display: block;
    margin-bottom: 30px;
}

.treatment_card_title {
    font-size: 18px;
    font-weight: 700;
    color: #2F2F2F;
    line-height: 1.2;
    margin-bottom: 15px;
}

.treatment_option_card_content ul {
    padding-left: 15px;
}

.treatment_option_card_content li {
    font-size: 14px;
    margin-top: 5px;
    color: #2F2F2F;
}

.card_treatment_box {
    padding-bottom: 8px;
    background: linear-gradient(120.07deg, #057697 0.79%, #0B2341 100%);
    border-radius: 14px;
    height: 100%;
}

@media screen and (max-width:767px) {
    .treatment_wrapper {
        margin-top: 30px;
    }

    .treatment_wrapper .swiper-slide {
        height: auto;
    }
}




/*---meeet---our---doctors---start---here---*/
.meet_doctors_section .title_row .title_wraper {
    width: 180px;
}

.meet_doctors_section .title_desc_colm {
    width: calc(100% - 180px);
}

.meet_doctors_section .title_row {
    width: 585px;
}

.meet_doctors_slider {
    overflow: hidden;
}

.meet_doctors_image_card {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0px;
}

.meet_doctors_card {
    padding: 10px 10px 0px 10px;
    background: rgb(0 124 157 / 6%);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 62px;
    position: relative;
}

.meet_doctors_image {
    aspect-ratio: 113 / 113;
    object-fit: contain;
}

.meet_doctors_content {
    padding: 15px 0px;
    text-align:center;
}

.meet_doctors_dec {
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    text-align:center;
}

.meet_doctors_slider .swiper-slide {
    height: initial;
}

.meet_doctors_link {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    padding: 13px 0px;
    z-index: 2;
}

.meet_doctors_wrapper {
    position: relative;
}

.desc_meet_doctors {
    text-align: center;
    width: 60%;
    margin: 0px auto;
    margin-top: 15px;
}

.meet_doctors_wrapper {
    margin-top: 50px;
}

.our_expert {
    background: #fff;
}


.common_btn {
    background: var(--brandBg);
    border-radius: 30px;
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    padding: 13px 30px;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}

.common_btn:hover {
    opacity: 0.9;
}



@media screen and (min-width:992px) {
    .justify-center .swiper-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .desc_meet_doctors {
        width: 100%;
    }

    .meet_doctors_wrapper {
        margin-top: 30px;
        margin-right: -15px;
    }

    .meet_doctors_slider {
        padding-right: 15px;
    }
}


/*----step---row---start---here---*/
.step_row {
    display: flex;
    align-items: center;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.step_colm {
    width: 50%;
    padding: 0px 15px;
}

.step_title {
    font-size: 28px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.step_img {
    border: 1px solid #007C9D;
    border-radius: 40px;
    padding: 15px;
}

.step_img img {
    width: 100%;
    height: initial;
    display: block;
    border-radius: 30px;
}

.step_button_box .common_btn {
    display: inline-flex;
    width: initial;
}

.step_button_box .common_btn span {
    width: 20px;
    display: inline-block;
}

.step_button_box .common_btn span img {
    width: 100%;
    height: initial;
    display: block;
}

.step_button_box .common_btn:first-child {
    margin-right: 15px;
}

.step_button_box .common_btn:first-child span {
    width: 14px;
    margin-right: 8px;
}

@media screen and (max-width:991px) {
    .step_colm {
        width: 100%;
    }

    .step_img {
        margin-top: 30px;
    }


}

@media screen and (max-width:767px) {
    .step_title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .step_button_box .common_btn {
        display: flex;
        width: 75%;
        justify-content: center;
        margin: 15px auto !important;
    }
}

@media screen and (max-width:375px) {
    .step_button_box .common_btn {
        width: 90%;
    }
}

/*WHENTOSEEK*/
.whentoseek {
    padding: 0px 0 60px;
}

.whentoseek-heading {
    font-size: 36px;
    font-weight: 700;
    color: #2F2F2F;
    font-family: "Unna", serif;
}

.when-details {
    margin-bottom: 20px;
}

.when-details p {
    font-size: 20px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0px;
    margin-top: 15px;

}

.whentoseek ul.fertility-list li {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    line-height: 28px;
    padding-left: 0;
    padding: 0px 0;
    border-bottom: 0;

}

.whentoseek ul.fertility-list li:first-child {
    padding-top: 0;
}

.when-details p:last-child {
    color: #000000;
}

.whentoseek .fertility-container {
    border-radius: 20px;
    margin-top: 0;
}

.whentoseek .fertility-content {
    padding: 30px 40px;
}

@media screen and (max-width: 1400px) {

    .whentoseek-heading {
        font-size: 32px;
    }

    .when-details p {
        font-size: 18px;
    }

}

@media screen and (max-width: 1280px) {
    .whentoseek-heading {
        font-size: 24px;
    }

    .when-details p {
        font-size: 14px;
    }

    .whentoseek ul.fertility-list li {
        font-size: 14px;
    }

}

@media screen and (max-width: 1199px) {
    .whentoseek .fertility-image img {
        border-radius: 12px 12px 0 0;
    }

    .whentoseek .fertility-content {
        padding: 15px 15px;
    }

    .when-details p {
        margin-top: 10px;
    }

    .whentoseek .fertility-list {
        padding-top: 10px !important;
    }

    .when-details {
        margin-bottom: 0px;
    }

    .whentoseek {
        padding-left: 15px;
        padding-right: 15px;

    }

}

@media screen and (max-width: 767px) {
    .whentoseek {
        padding-bottom: 0px;
    }

}

/*SERVICE_SECTION*/

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.service-card {
    border: 1px solid #047C9E;
    border-radius: 14px;
    padding: 22px 20px;
    background: #fff;
    min-height: 140px;
    transition: 0.3s ease;
}

.service-icon {
    margin-bottom: 18px;
}

.service-icon img {
    width: 66px;
    height: auto;
}

.service-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #4C4C4C;
}

/* Tablet */
@media (max-width: 1400px) {
    .service-text {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        ;
    }

    .services-grid {
        margin-top: 30px;
    }

    .services-section {
        padding: 40px 0px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-title {
        font-size: 28px;
    }

    .service-card {
        padding: 20px 16px;
    }

    .service-text {
        font-size: 16px;
    }
}

/*Other treatment*/
.other-treat {
    background-color: #EDF2ED66;
}

.other-filter {
    margin-top: 50px;
}

.other-filter ul {
    padding-left: 25px;
}

.other-filter ul li {
    list-style: disc;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
}

.services-section.bau-common-padding.padding-t {
    padding-top: 0;
}

.condition_treatment {
    padding-top: 0;
}

@media (max-width: 767px) {
    .other-filter ul li {
        font-size: 14px;
    }

    .other-treat {
        padding: 40px 0;
    }

    .condition_treatment {
        padding-top: 40px;
    }

    .other-filter {
        margin-top: 30px;
    }
}

.treatment_option {
    display: none;
}