: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: 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;
}

.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;
}

.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;
    color: #fff;
    padding-bottom: 80px;
}

.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;
}

.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;
}

.colm_apolo_porton {
    width: 50%;
    /* padding: 0px 15px; */
    margin: 10px 0px;
}

.card_apolo_proton_common {
    background: #ecf5f5;
    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;
}







@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: 32px;
    }

    .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_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;
    }

}

@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;}
}




/* angio */
.angio-section {
    background: radial-gradient(65.28% 65.28% at 18.08% 39.36%, rgba(255, 255, 255, 0) 0%, rgba(0, 124, 157, 0) 58.85%, rgba(0, 124, 157, 0.1) 100%);
}

.cancer-we-slide .card_apolo_proton_common{height: 72px;}

.bau-sub-heading{
    padding: 20px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #2F2F2F;
    text-align: center;
}
.angio-wrapper {
    margin-top: 50px;
    display: flex;
    gap: 60px;
}

.angio-left {
    width: 60%;
}

.angio-wrapper .bau-common-para p {
    margin-bottom: 15px;
}

.angio-wrapper .bau-common-para p:last-child {
    margin-bottom: 0;
}

.angio-right {
    width: 40%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.angio-img {
    height: 100%;
    border-radius: 12px;
}

.angio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width:1099px) {

    .angio-left {
        width: 50%;
    }

    .angio-right {
        width: 50%;
    }
}

@media screen and (max-width:767px) {

    .angio-wrapper {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .angio-left {
        width: 100%;
    }

    .angio-right {
        width: 100%;
    }

    .angio-section .bau-common-heading span {
        display: block;
    }
}



/* 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: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    padding: 0 10px;
}

.choose-item-desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #4A4A4A;
    padding: 25px 10px 0 10px;
}


@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: #16181B;
    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: 18px;}
}

/* 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:767px) {

    .treat-expert-text {
        font-size: 24px;
    }

    .treat-expert-btn .btn-text{font-size: 21px;}
    .treat-expert-btn{width: 293px; gap: 10px;}
}

/* faq */

.AthenaaFaq-section {background: linear-gradient(180deg, rgba(184, 218, 228, 0.3) 0%, rgba(184, 218, 228, 0.093) 100%);}
.AthenaaFaq-section h2 {font-size: 40px; font-weight: 600; text-align: center; margin-bottom: 50px; color: #002D39;} 
.AthenaaFaq-section .accordion-item {border: 1.2px solid #b8dae4; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); background: #fff; margin-bottom: 30px; padding: 20px; transition: all 0.3s ease;}
.AthenaaFaq-section .accordion-item:first-of-type,
.AthenaaFaq-section .accordion-item:last-of-type {
    border-radius: 10px;
}
.AthenaaFaq-section .accordion-button {background: #fff; box-shadow: none; font-weight: 500; font-size: 16px; display: flex; justify-content: space-between; align-items: center; width: 100%; cursor: pointer; gap: 30px;} 
.AthenaaFaq-section .accordion-button span{font-size: 20px; font-weight: 400; color: #4A4A4A; line-height: 1.5; color: #2F2F2F;}
.AthenaaFaq-section .accordion-button::after {display: none;}
.AthenaaFaq-section .faq-icon{display: block; width: 32px; height: 32px;}
.AthenaaFaq-section .faq-icon svg{ width: 32px; height: 32px; transition: all 0.3s ease; flex-shrink: 0; }
.AthenaaFaq-section .faq-icon svg.close-icon{display: none;}
.accordion-item.active-accordion .faq-icon svg.close-icon{display: block;}
.accordion-item.active-accordion .faq-icon svg.plus-icon{display: none;}
.accordion-item .accordion-collapse {visibility: hidden; max-height: 0; opacity: 0; overflow: hidden; transform: translateY(20px); transition: max-height 0.5s ease-in-out, opacity 0.3s ease, transform 0.5s ease, visibility 0s linear 0.3s;}
.accordion-item.active-accordion .accordion-collapse {max-height: 1000px; opacity: 1; visibility: visible; transform: translateY(0); transition: max-height 0.5s ease-in-out, opacity 0.3s ease, transform 0.5s ease, visibility 0s linear 0s;}
.accordion-item.active-accordion{box-shadow: 0px 10px 40px 0px #0000001A;}
.AthenaaFaq-section .accordion-button:not(.collapsed) {background: #f9f9f9;color: #000; border-bottom: 1px solid #ddd; border-bottom-right-radius: 18px; border-bottom-left-radius: 18px;}
.AthenaaFaq-section .accordion-header {font-weight: bold; line-height: 1.6;}
.AthenaaFaq-section .accordion-body {font-size: 16px; font-weight: 400; line-height: 1.6; background: #fff; padding: 20px 60px 0 26px; font-family: "Figtree", sans-serif; color: #4A4A4A;}

.faq-que-text{padding-left: 25px; position: relative; text-align: left;}
.faq-num{position: absolute; left: 0; top: 0;}

@media screen and (max-width: 768px) {

    .AthenaaFaq-section h2 {font-size: 24px; text-align: center; margin-bottom: 30px;}
    .AthenaaFaq-section .accordion-body {font-size: 14px; padding: 10px 30px 0 16px;}

    .AthenaaFaq-section .accordion-item{padding: 17px 15px;}
    .AthenaaFaq-section .accordion-button span{font-size: 14px; font-weight: 600;}
    .AthenaaFaq-section .faq-icon, .AthenaaFaq-section .faq-icon svg{width: 28px; height: 28px;}
    .faq-que-text{padding-left: 17px;}
    

}



/* 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: 326px;}
}



/* footer */
.footer-section{padding: 16px 0; background-color: #007C9D; margin-top: 100px;}
.footer-wrapper{display: flex; align-items: center; justify-content: space-between;}
.footer-section .left-footer{font-size: 12px; font-weight: 400; color: #fff; line-height: 1; font-family: "Figtree", sans-serif;}
.footer-section .right-footer{display: flex; gap: 70px;}
.footer-section .right-footer a{font-size: 12px; font-weight: 400; color: #fff; line-height: 1; font-family: "Figtree", sans-serif;}


@media screen and (max-width:767px) {

    .footer-wrapper{flex-direction: column; gap: 14px;}
    .footer-section .right-footer{gap: 20px;}
    .footer-section{margin-top:0px;}
    .footer-section{padding:30px 0}
    .bau-common-padding{padding:30px 0;}

}

/* Bottom Sticky Button */
.bottom_strip_btn_wrapper {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bottom_strip_btn_wrapper {
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
  }

  .bottom_strip_btn_wrapper {
    display: block;
  }

  .btn_bottom_row {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: space-around;
    box-shadow: 0px 0px 28px rgb(0 0 0 / 29%);
  }

  .btn_bottom_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 50%;
    text-align: center;
  }

  .btn_bottom_list:first-child {
    background: #ffc107;
  }

  .btn_bottom_list:last-child {
    background: #f47920;
  }

  .btn_bottom_item {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 13px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .btn_bottom_item img {
    width: 17px;
    margin-right: 5px;
  }
}

/* Bottom Sticky Button */
/*---meeet---our---doctors---start---here---*/
        /* .meet-doctor-section {
            padding-top: 0 !important;
        } */

        .meet-doctor-section .section_title_wrapper {
            padding-bottom: 30px;
        }

        .meet-doctor-section .section_title_wrapper .pg-title {
            padding-bottom: 10px;
        }

        .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 {
            /* background: linear-gradient(219.11deg, #ACABB5 0.84%, #E4E3EA 84.94%); */
            border-radius: 12px;
            overflow: hidden;
            line-height: 0px;
            max-height: 320px;
        }

        .btn_link {
            color: #047c9e;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
            font-size: 14px;
            text-decoration: none;
        }

        .btn_link:hover {
            color: #047c9e;
        }

        .btn_link svg {
            margin-left: 10px;
        }

        .meet_doctors_card {
            padding: 10px 10px 0px 10px;
            background: rgb(0 124 157 / 5%);
            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;
        }

        .meet_doctors_dec {
            font-size: 14px;
            line-height: 1.4;
            margin-top: 5px;
            color: #4A4A4A;
        }

        .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;
            object-fit: cover;
            width: 100%;
            object-position: top;
            aspect-ratio: 1/1.5;
        }

        .meet_doctors_wrapper .slider_arrow_with_dot {
            margin-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;
        }

        .btn_link img {
            width: 24px;
            height: initial;
            margin-left: 10px;
        }

        .btn_link img:last-child {
            display: none;
        }

        .btn_link:hover img:first-child {
            display: none;
        }

        .btn_link:hover img:last-child {
            display: block;
        }

        .title_lg {
            font-size: 16px;
            font-weight: 600;
            color: #2F2F2F;
            line-height: 24px;
            text-transform: capitalize;
        }

        .meet_doctors_dec {
            font-size: 14px;
            line-height: 1.4;
            margin-top: 5px;
            color: #4A4A4A;
        }

        /* button arrow */
        .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: #047C9E;
            stroke: #047C9E;
        }

        .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: #047C9E;
            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%;
            object-fit: contain;
        }

        .custom-swiper-button-next .back_img_arrow_blue,
        .custom-swiper-button-prev .back_img_arrow_blue {
            width: 100%;
            display: none;
            object-fit: contain;
        }
@media screen and (min-width:1600px) {
            
            .meet_doctors_image_card{max-height: 430px;}
        }

        @media screen and (max-width:767px) {
            .meet_doctors_wrapper {
                margin-right: -15px;
            }
                  .meet_doctors_image_card{max-height: 400px;}
        

            .meet_doctors_wrapper .custom-swiper-button-prev,
            .meet_doctors_wrapper .custom-swiper-button-next,
            .meet_doctors_wrapper .custom-swiper-pagination {
                margin-top: 30px;
            }
        }
        @media screen and (max-width:480px) {
            .meet_doctors_image_card{max-height: 320px;}
        }


        /* akash yadav css changes */
        .meet-doctor-section .bau-common-para{
            padding-top: 30px;
            text-align: center;
        }
        .caner_we_treat_slider{
            overflow: hidden;
            margin-bottom: 30px;
        }

        .angio-section .bau-common-para{
            text-align: center;
        }

        .angio-section .colm_apolo_porton {width: 100%;}

@media screen and (max-width: 1099px) {

}

@media only screen and (max-width: 767px) {

     .caner_we_treat_slider .slider_arrow_with_dot{
            display:flex;
        }
       
}