: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;


}




.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    color: #4A4A4A;
    background-color: var(--whiteBg);
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

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;
    font-family: 'Helvetica';
}

button:focus {
    outline: none;
}

picture {
    display: block;
    line-height: 0px;
}

textarea {
    resize: none;
    display: block;
    padding: 15px;
    width: 100%;
    font-family: 'Helvetica';
    ;
}

input:focus,
button,
input[type="submit"],
input {
    outline: none;
    font-family: 'Helvetica';
}

select {
    display: block;
    width: 100%;
    font-family: 'Helvetica';
}

input {
    display: block;
    padding: 12px 15px;
    width: 100%;
}

input::placeholder {
    font-size: 14px;
    font-family: 'Helvetica';
}

input::-ms-input-placeholder {
    font-size: 14px;
    font-family: 'Helvetica';
}

input::-ms-input-placeholder {
    font-size: 14px;
    font-family: 'Helvetica';
}

textarea::placeholder {
    font-size: 14px;
    font-family: 'Helvetica';
}

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: 80px 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;
}

.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;
}

.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;
    max-width: 710px;
}

.apolo_proton_banner_title span{display: inline-block;}

.apolo_proton_banner_sub_title {
    font-size: 36px;
    font-weight: 500;
    color: #FDB931;
    line-height: 1.5;
    letter-spacing: 0.36px;
    padding: 22px 0 70px 0;
}

.apolo_proton_banner_desc {
    font-size: 32px;
    line-height: 1.4;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 50px;
}

.btn_golden_apollo {
    background: linear-gradient(90deg, #FFD000 0%, #FFAB00 100%);
    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;
}

.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: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.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: #FDB931;
    font-weight: 500;
    display: block;
    font-size: 18px;
    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 {
    background: var(--brandBg);
    color: #fff;
}

.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;
    max-width: 130px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52.4px;
}

.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: #047c9e;
    padding-top: 0px !important;
}

.colm_apolo_porton {
    width: 50%;
    /* padding: 0px 15px; */
    margin: 10px 0px;
}

.card_apolo_proton_common {
    background: #047c9e;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    transition: all 0.4s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    border: 1px solid transparent;
}

.card_apolo_proton_common:hover{
    border: 1.2px solid #b8dae4;
}

.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 #fff;
}

.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: 18px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.18px;
    line-height: 1.5;
    padding-top: 20px;
}

.title_card_common{color:#ffffff;}





@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: 30px;
        padding: 20px 0 50px 0;
    }

    .apolo-banner-icon-area {
        gap: 20px;
    }

    .apolo-banner-icon-item {
        padding-left: 20px;
    }

    .banner-icon-text {
        font-size: 16px;
    }

    .banner-icon img {
        width: 60px;
    }

    .apolo_proton_banner_desc {
        font-size: 26px;
    }

    .apollo_proton_top_form_title,
    .apollo_top_form_submit_btn {
        font-size: 16px;
    }

    .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;
    }

}

@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_top_left_colm {
        width: 100%;
    }
    .bau-sub-heading{
        font-size: 18px;
    }

    .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%;
    }

    .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: 28px;
    }

    .apolo_proton_banner_sub_title {
        font-size: 22px;
        padding: 20px 0 30px;
    }

    .apolo_proton_banner_desc {
        font-size: 20px;
        margin-top: 0;
        padding-bottom: 50px;
    }

    .banner-icon-text {
        font-size: 14px;
    }

    .banner-icon img {
        width: 50px;
    }

    .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: 16px;
    }
     .section_title {
        font-size: 24px;
    }

    .apolo-banner-icon-item{width: 33.33%;}

}

@media screen and (max-width:430px) {

    .banner-icon-text {
        font-size: 12px;
    }

    .apolo-banner-icon-item {
        padding-left: 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: 40px;
    font-weight: 300;
    line-height: 1.1;
    color: #2F2F2F;
    text-align: center;
}

.bau-common-heading span {
    font-weight: 600;
    font-style: italic;
}

.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;}
}




/* heart value css start */

/* .heart-value-section{background-color: #EDF2ED;} */
.heart-value-card{display: flex; gap: 44px; align-items: center;}
.heart-value-img{width: 50%; height: auto; border-radius: 50px; overflow: hidden; padding: 10px; border: 1px solid #047C9E} 
.heart-value-img img{width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 38px;}
.heart-value-des{width: 50%;}
.heart-value-title{font-size: 28px; line-height: 1.5; font-weight: 600; color: #2F2F2F; padding-bottom: 5px;}
.heart-value-des p{font-size: 16px; font-weight: 400; color: #747474; letter-spacing: 0.18px; line-height: 1.5;}
.heart-value-box{display: flex; flex-direction: column; gap: 50px;}
.skilled-hands{ display: flex; gap: 44px; padding-top: 50px; }
.skilled-hands .heart-value-des{margin-top: 40px;}
 .skilled-hands-img{ width: 45%; display: flex; gap: 50px; justify-content: space-between; }
  .skilled-hands-img img{ width:45% ; height: initial; object-fit: contain; display: block; } 
  .skilled-hands-data{ font-size: 16px; font-weight: 400; color: #747474; letter-spacing: 0.18px; line-height: 1.5; }
   .skilled-hands-list{ padding-left: 20px; } 
   .skilled-hands-list li{ margin: 0; padding: 0; color: #747474; font-size: 16px; font-weight: 400; line-height: 1.5; padding-bottom: 10px;} 
   .heart-value-mobile{ display: none; } 
   .heart-value-card:nth-child(even) { flex-direction: row-reverse; } 
   .heart-value-des{ display: flex; flex-direction: column; gap: 15px; }
    @media screen and (max-width:1400px)
     { .heart-value-des p{font-size: 14px; letter-spacing: 0.16px;} 
     .heart-value-title{font-size: 20px; padding-bottom: 20px;} }
      @media screen and (max-width:991px) { .heart-value-box{gap: 40px;}
       .heart-value-card{gap: 30px} } 
       @media screen and (max-width:767px) { .heart-value-card:nth-child(even){ flex-direction: column; } 
       .heart-value-card { flex-direction: column; align-items: start; } 
       .heart-value-title { margin: 0 auto; text-align: center; } 
       .heart-value-mobile{ display: block; } 
       .heart-value-desktop{ display: none; } 
       .skilled-hands{ flex-direction: column-reverse; align-items: start; gap: 30px; } 
       .skilled-hands-img{ width: 100%; }
       .skilled-hands .heart-value-des{margin-top: 0;}

    .heart-value-des{width: 100%;}
    .heart-value-img{width: 100%;}
    .heart-value-title{font-size: 24px; padding-bottom: 15px;}
    .heart-value-des p{ padding-bottom: 0px; letter-spacing: 0.14px;}
}



.meet_doctors_section{
    padding-bottom: 0;
}
.meet_doctors_slider{overflow: hidden;}
/* .meet_doctors_slider .swiper-wrapper{
    justify-content: center;
} */
/* .meet_doctors_wrapper:has(.swiper-button-lock) .swiper-wrapper{
    justify-content: center;
} */
.meet_doctors_image_card{border-radius: 12px;overflow: hidden;line-height: 0px; }
.meet_doctors_card{padding: 10px 10px 0px 10px; background: #f2f8fa; border-radius: 16px;overflow: hidden;height: 100%;padding-bottom: 62px; position: relative;}
.meet_doctors_card .title_lg{font-weight: 500; font-size: 16px; color: #2F2F2F; line-height: 1.1;}
.meet_doctors_content{padding: 15px 0px; padding-left: 5px;}

.meet_doctors_dec{font-size: 14px; font-weight: 400; line-height: 1.4; margin-top: 5px; color: #4A4A4A; width: 60%;}
.meet_doctors_slider .swiper-slide{height: initial;}
.meet_doctors_link{position: absolute;bottom: 0px;left: 10px; right: 10px;padding: 18px 0px;border-top: 1px solid #D5D5D5;z-index: 2;}
.meet_doctors_wrapper{position: relative;}

.world_class_slider{overflow: hidden;}
.large_image_world_spaces{width: 100%;height: initial;display: block;}
.world_class_section{position: relative;}
.wrold_class_for_wrapper{position: absolute;bottom: 50px;left: 0px;right: 0px;z-index: 3;}
.world_spaces_title{font-size: 28px;line-height: 35px;font-weight: 300;color: #fff;text-transform: capitalize;}
.world_spaces_title span{font-weight: 700;font-style: italic;display: block;}
.world_spaces_desc{color: #fff;font-size: 14px;line-height: 22px;margin-top: 12px;}
.world_spaces_for_card{padding: 30px;cursor: pointer; border: 1px solid rgb(255 255 255 / 27%); border-radius: 12px;overflow: hidden;height: 100%;}
.swiper-slide-thumb-active .world_spaces_for_card{border: 1px solid #fff;}
.world_class_for_slider .swiper-slide{height: initial;}
.wrold_class_for_wrapper .container_apollo{padding-right: 0px;overflow: hidden;}
.world_class_for_slider{padding-right: 30px;}
.meet_doctors_image{border-radius: 16px;display: block; width: 100%; height: auto; object-fit: cover; object-position: top; aspect-ratio: 295 / 296;}
.meet_doctors_wrapper .slider_arrow_with_dot{padding-top: 0px;}
.meet_doctors_wrapper .custom-swiper-button-prev, .meet_doctors_wrapper .custom-swiper-button-next,
.meet_doctors_wrapper .custom-swiper-pagination{margin-top: 50px;}
.meet_doctors_link .btn_link{display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #047C9E; line-height: 1; }
.btn_link img{width: 24px;height: initial;margin-left: 10px; margin-top: -1px;} 

.slider_arrow_with_dot:has(.swiper-button-lock){
    display: none;
}
.meet_doctors_slider .swiper-wrapper.justify-center {
  justify-content: center;
}
.slider_arrow_with_dot {padding-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: #000; stroke: #000;}
.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: #007C9D; 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;}
a {text-decoration: none;}

.meet_doctor_title{
    font-size: 36px;
    color: #2F2F2F;
    font-style: bold;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 45px;
}
@media screen and (max-width:1280px) {
  .meet_doctor_title{
        font-size: 32px;
    }
}
@media screen and (max-width:1024px) {
  .meet_doctor_title{
        font-size:28px;
    }
}
@media screen and (max-width:767px) {
    .meet_doctors_slider{margin-right: -15px; padding-right: 15px;}
    .meet_doctors_section{
        padding: 40px 0;
        padding-bottom: 0;
    }
    .meet_doctor_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .meet_doctors_wrapper .custom-swiper-button-prev, .meet_doctors_wrapper .custom-swiper-button-next, .meet_doctors_wrapper .custom-swiper-pagination { margin-top: 30px;}
}





/* faq section css start */

.faq-item { border: 1px solid #E6E6E6; border-radius: 8px; margin-bottom: 20px; transition: border-color 0.3s ease;}
.faq-header {display: flex; gap: 14px; padding: 18px 50px; cursor: pointer; position: relative;}
.faq-number {color: #2F2F2F; font-weight: 500; font-size: 18px;  line-height: 1.5;position: absolute;
left: 20px; top: 18px;}
.faq-header .faq-heading{ font-weight: 500; font-size: 18px; margin: 0; color: #2F2F2F; line-height: 1.5;}
.faq-icon {width: 30px; padding: 5px; height: 30px; border-radius: 50%; background: #F5F5F7; position: absolute; transition: all 0.3s; top: 18px; right: 20px; display: flex;
 justify-content: center; align-items: center;}
  .faq-icon{transition: all 0.3s}
.faq-item.active .faq-icon {background: #047C9E;border-color: #fff;}
.faq-content {display: none; overflow: hidden; padding: 0 20px; transition: max-height 0.35s ease, padding 0.35s ease;}
.faq-item .faq-content {padding: 0 100px 20px 50px;}
 .faq-icon svg{
        width: 100%;
        display: block;
        object-fit: cover;
    
    transition: all 0.3s ease;
 }
.faq-item.active .faq-icon svg{
    stroke: #FFFFFF;
    transform: rotate(-180deg);
}
.faq-item.active .faq-icon svg path{
    stroke: #FFFFFF;
}
.faq-item.active .faq-content {display: block;}
.faq-content {margin: 0; font-size: 16px; color: #747474; line-height: 1.5; font-weight: 400;}

/* 📱 Responsive */
@media (max-width: 1400px) {

  .faq-header .faq-heading{font-size: 16px;}
  .faq-number{font-size: 16px; min-width: 21px;}
  .faq-content {font-size: 14px;}

}

@media screen and (max-width:1060px) {

    /* .faq-section{padding: 0 0 50px 0;} */
}

@media screen and (max-width:767px) {

    .faq-item .faq-content{padding-right: 20px;}
    .faq-header .faq-heading{font-size: 14px;}
    .faq-number{font-size: 14px; min-width: 18px;}
    .faq-icon{
        width: 20px;
        height: 20px;
        padding: 5px;
        top: 20px;
    }
    
}



/* faq section css end */

/*---why---choose---start---here---*/
  .why_choose_apolo_proton{background: #F7F7F7;}
   .why_choose_apolo_proton .section_title{text-align: center;color:#2F2F2F;}

   .why_choose_apolo_proton_row{display: flex;flex-wrap: wrap;margin: 0px -15px;margin-top: 40px;}
   .why_choose_apolo_proton_colm{width: 50%;padding: 0px 15px;}
    .why_choose_apolo_proton_colm:nth-of-type(1){padding-right: 100px;}

   .why_choose_tab_title_list{display: flex;align-items: center;position: relative;border-bottom: 1px solid #DBDBDB;
  padding: 14px 0px;padding-right: 30px;cursor: pointer;}
  .why_choose_tab_title_list:hover, .why_choose_tab_title_list.active{border-color: #047C9E;}
   .why_choose_tab_title_list_img_box{width: 44px;height: 44px;border-radius: 50%;overflow: hidden;}
   .why_choose_tab_title_list_img_box img{width: 100%; height: 100%;object-fit: cover;}
   .why_choose_tab_title{width: calc(100% - 44px);color: #747474;font-size: 18px;font-weight: 400;}
    .why_choose_tab_title_list.active .why_choose_tab_title, .why_choose_tab_title_list:hover .why_choose_tab_title{color: #047C9E;}
   .icon_arrow_tab_list{line-height: 0px;width: 12px;position: absolute;top: 50%;right: 0px;transform: translate(0px, -50%);}
   .icon_arrow_tab_list svg, .icon_arrow_tab_list img{width: 100%;height: initial;}
   .tab_icon_yellow{display: none;}
   .why_choose_tab_title_list:hover .tab_icon_yellow, .why_choose_tab_title_list.active .tab_icon_yellow{display: block;}
   .why_choose_tab_title_list:hover .tab_icon_white, .why_choose_tab_title_list.active .tab_icon_white{display: none;}
   .why_choose_tab_title_list.active svg circle, .why_choose_tab_title_list:hover svg circle{fill: #FDB931;}
   .why_choose_tab_title_list.active svg path, .why_choose_tab_title_list:hover svg path{stroke: #fff;}
   .why_choose_image_box{border-radius: 12px;overflow: hidden;}
   .why_choose_image_box img{width: 100%;display: block;height: initial; aspect-ratio: 30/12; min-height: 300px; object-fit: cover;}
   .apolo_proton_tab_content_box{margin-top: 15PX;}
   .apolo_proton_tab_content_box p{font-size: 16px;color:#747474;line-height: 1.4; font-weight: 400;}

   .why_choose_tab_output_wrapper{overflow: hidden;}

   

   .tab_output_apolo_proton{display: none;}
.why_choose_apollo_poroton_back svg rect, .why_choose_apollo_poroton_next svg rect,
 .why_choose_apollo_poroton_back:hover svg rect{stroke: #fff !important;}
.why_choose_apollo_poroton_back svg path, 
.why_choose_apollo_poroton_next  svg path, .why_choose_apollo_poroton_next:hover  svg path{stroke: #fff;}
.tab_why_choose_mobile_title, .why_choose_apolo_proton_colm .slider_arrow_with_dot{display: none;}


.caner_we_treat_apolo_proto{background: linear-gradient(180deg, rgba(0, 124, 157, 0.07) 0%, rgba(236, 128, 70, 0.07) 100%);}
.caner_we_treat_apolo_proto .section_title_box, .what-we-except .section_title_box{text-align: center;}
.cancer_we_treat_desc{font-size: 16px;margin-top: 15px;line-height: 1.4;padding-bottom: 15px;color: #000;}

.caner_we_treat_apolo_proto .colm_apolo_porton{width: 33.333%;}

.what-we-except{background: linear-gradient(180deg, rgba(184, 218, 228, 0.3) 0%, rgba(184, 218, 228, 0.165) 102%);}

.what_we_except_inner_box{background: #fff;border-radius: 10px;padding: 40px;padding-top: 0px; height: 100%;position: relative;}
.what_we_except_icon{width: 70px;margin: 0px auto;position: absolute;top: -37px;left: 50%;transform: translate(-50%, 0px);}
.what_we_except_icon img{width: 100%;height: initial;}
.what_we_except_desc_inner{text-align: center;font-size: 16px;color: #000;padding: 60px 15% 0px 15%;line-height: 1.4;}
.what_except_row .swiper-slide{padding-top: 45px;}
.what_except_row .swiper-slide{height: initial;}
.what-we-except .slider_arrow_with_dot{display: none;}

.caner_we_treat_apolo_proto .slider_arrow_with_dot{display: none;}

@media only screen and (max-width: 991px){
  .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;}
.why_choose_tab_output_wrapper .swiper-wrapper{height: auto;}
.why_choose_tab_output_wrapper .tab_output_apolo_proton{height: 100%;}
.tab_output_inner_apolo_proton_box{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.why_choose_tab_output_wrapper {
    margin-right: -30px;
    padding-right: 30px;
}
.apolo_proton_tab_content_box p{
    padding: 15px;
}

.tab_why_choose_mobile_title{display: block;color: #2F2F2F;font-size: 18px;margin-bottom: 15px;line-height: 1.3;font-weight: 500;padding: 15px; padding-bottom:0px ;}
.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%;}  }

@media only screen and (min-width: 768px){
  .what_except_row{flex-wrap: wrap;}
  .what_except_row{margin: 0px -15px;width: initial;}
 .what_we_except_colm{width: 33.333%;padding: 0px 15px;}
 .caner_we_treat_slider .row_apolo_proton{width: initial;}
}


.post_arrival_wrapper{margin-top: 60px;}
.post_arrival_content p{font-size: 16px;position: relative;padding-left: 20px;color: #000;margin-top:20px;}
.post_arrival_content p:after{content: '';position: absolute;top: 5px;left: 0px;background: url(../images/icon/check.png);width: 12px;height: 12px;background-size: 100%;background-repeat: no-repeat;}
.pationt_stories{background: #fff;}
.pationt_stories .section_title{text-align: center;}

.pationt_stories_banner_img{display: block;width: 100%;height: initial;}
.pationt_stories_card{position: relative;border-radius: 12px;overflow: hidden;}
.pationt_stories_slider{overflow: hidden;}

@media only screen and (max-width: 767px){
 

.colm_apolo_porton{width: 100%;}
.title_card_common{font-size: 18px;}
.why_choose_tab_output_wrapper {
    margin-right: -15px;
    padding-right: 15px;
}

.about_apcc_left_colm{width: 100%;order: 2;}
.about_apcc_right_colm{width: 100%;margin-bottom: 15px;order: 1;}
.desktop_hide_title{display: block;}
.about_apcc_left_colm .section_title{display: none;}
.video_thumbnail_apolo_proton img, .video_wrapper_apolo_proton video{height: 240px;}
 .colm_apolo_porton:first-child{margin-top: 0px;}
    .colm_apolo_porton:last-child{margin-bottom: 0px;}
.why_choose_apolo_proton_row{margin-top: 25px;}
.caner_we_treat_apolo_proto .colm_apolo_porton{width: 100%;}
.what_we_except_slider{overflow: hidden;margin-right: -15px;padding-right: 15px;}
.what-we-except .slider_arrow_with_dot{display:flex;}
.post_arrival_wrapper{margin-top: 35px;}

.caner_we_treat_slider .row_apolo_proton{flex-wrap: wrap;}
.caner_we_treat_slider{overflow: hidden;}
.caner_we_treat_slider .colm_apolo_porton{padding: 0px;}
.caner_we_treat_slider .row_apolo_proton{margin: 0px;}
.caner_we_treat_slider.swiper-grid-column>.swiper-wrapper{flex-direction: row;}
.caner_we_treat_apolo_proto .slider_arrow_with_dot{display: flex;}

}


.footer-section{background-color: #007C9D; padding: 15px 0;
margin-top: 20px;}
.footer-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.copy-text, .footer-terms{font-size: 14px; font-weight: 400; color: #fff; line-height: 1; font-family: "Figtree", sans-serif; text-align: center;}

 .footer-terms span{
    padding-left: 40px;
 }
 @media (max-width:767px) {
    .footer-wrapper{
        flex-direction: column;
    }
    .footer-section{
        margin-top: 20px;
        /* margin-bottom: 48px; */
        padding-bottom: 58px;
    }
    
 }



 @media screen and (min-width:1699px) {

    .heart-value-title{font-size: 36px;}
    .heart-value-des p{font-size: 20px;}
    .skilled-hands-data{font-size: 20px;}
    .skilled-hands-list li{font-size: 20px;}
    .why_choose_tab_title{font-size: 24px;}
    .apolo_proton_tab_content_box p{font-size: 20px;}
    .meet_doctors_card .title_lg{font-size: 20px;}
    .meet_doctors_dec{font-size: 18px;}
    .meet_doctors_link .btn_link{font-size: 18px;}
    .faq-number{font-size: 24px;}
    .faq-header{padding-left: 70px;}
    .faq-item .faq-content{padding-left: 70px;}
    .faq-header .faq-heading{font-size: 24px;}
    .faq-content{font-size: 20px;}

 }
 /* ============= sticky call icon ==================== */

.desktop-call-icon{width: 50px; height: 50px; position: fixed; bottom: 50px; right: 50px; z-index: 999;}
.desktop-call-icon .language_box_apollo_proton_btn.call-btn{height: 100%; padding: 10px; animation: pulse 1.5s infinite; box-shadow: 0 0 0 rgba(40, 167, 69, 0.6);}
.desktop-call-icon .globe_image{display: block;}
/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}
.mobile-buttons{display: none;}

@media screen and (max-width:767px) {

    .desktop-call-icon{display: none;}
    .mobile-buttons{display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999;}
    .mobile-buttons a {flex: 1; text-align: center; padding: 15px 0; font-weight: bold; color: white; text-decoration: none;}
    .call-btn {background-color: #429b40;}
    .book-btn {background: linear-gradient(112.45deg, #057B9D 35.38%, #0A2542 161.1%);}
}

@media screen and (max-width:480px) {

    .mobile-buttons a{font-size: 14px;}
}