: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;
}

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% - 540px);
    padding: 0px 15px;
}

.apolo_proton_top_right_colm {
    width: 540px;
    padding: 0px 15px;
}

.apolo_proton_banner_title {
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 650px;
}

.apolo_proton_banner_title span{color: #FFCB08;}

.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: 20px;
    line-height: 1.5;
    color: #fff;
    padding: 30px 0;
    font-weight: 400;
    max-width: 550px;
}

.insurance-support{display: flex; align-items: center; gap: 10px; background: linear-gradient(90deg, #F0FDF4 0%, #F0FDF4 100%); border: 1px solid #008000; padding: 15px 30px; border-radius: 90px; width: max-content;}
.insurance-support img{width: 24px; height: 24px; display: block;}
.insurance-support span{display: block; font-size: 18px; font-weight: 400; color: #008000; line-height: 1.1;}

.btn_golden_apollo {
    background: #F1A902;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 16px;
    transition: all 0.3s;
}

.btn_golden_apollo:hover {
    background: #047C9E;
}

.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: 40px 35px;
}

.apollo_proton_top_form_title {
    color: #2F2F2F;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    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: 16px;
    color: #000;
}

.apollo_proton_input_box input::placeholder,
.apollo_proton_input_box textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.apollo_top_form_submit_btn {
    background: #F1A902;
    font-weight: 500;
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 17px 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.apollo_top_form_submit_box {
    margin-top: 15px;
}

.apollo_top_form_submit_btn:hover {
    background: #047C9E;
    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;}

.apcc_phone_number {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.apcc_phone_number .btn_golden_apollo {
    background: var(--brandBg);
    cursor: pointer;
    padding: 18px 25px;
    font-size: 14px;
    width: 100%; 
    text-align: center;
    justify-content: center;
}

.btn_otp_apcc .btn_golden_apollo:hover {
    background: #F1A902;
}

.btn_otp_apcc {
    width: 100%;
}


.section_bg_color {
    background: rgb(0 124 157 / 5%);
}

.Patient_Story {
    background: #fff;
    padding-top: 0px !important;
}

.row_apolo_proton {
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.colm_apolo_porton {
    width: 50%;
    padding: 0px 15px;
    margin: 10px 0px;
}

.card_apolo_proton_common {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    transition: all 0.4s;
    align-items: center;
    border: 1px solid transparent;
}

.apolo-banner-icon-area {display: flex; gap: 20px; padding: 50px 0;}
.apolo-banner-icon-item {text-align: center; padding: 15px 15px 20px; background-color: #fff; border-radius: 16px; width: 225px; transition: all 0.3s;}
.apolo-banner-icon-item:hover{transform: translateY(-10px);}

.banner-icon img {
    width: 60px;
    height: auto;
    display: block;
    margin: auto;
}

.banner-icon-text {
    font-size: 19px;
    font-weight: 400;
    color: #747474;
    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: 42px;
        max-width: 550px;
        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: 18px;
        max-width: 500px;
    }
    .insurance-support span{font-size: 16px;}
    .apollo_proton_form_card{padding: 25px;}
    .apollo_top_form_submit_btn {font-size: 16px;}
    .apollo_proton_top_form_title{font-size: 24px; margin-bottom: 20px;}

    .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 screen and (max-width:1199px) {

    .apolo_proton_top_right_colm{width: 450px;}
    .apolo_proton_top_left_colm{width: calc(100% - 450px);}
    .apollo_proton_top_form_title{font-size: 20px;}
    .apollo_top_form_submit_box{margin-top: 0;}
    .apolo_proton_banner_desc{padding: 20px 0;}
    .apolo_proton_banner_title{font-size: 36px; max-width: 450px;}
    .apolo-banner-icon-area{padding: 35px 0;}
}

@media only screen and (max-width: 1060px) {

    .apolo_proton_top_right_colm{width: 400px;}
    .apolo_proton_top_left_colm{width: calc(100% - 400px);}
    .apolo-banner-icon-item:hover{transform: translateY(0px);}
    .container_apollo {
        padding: 0px 30px;
    }

    .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-banner-icon-area{padding-bottom: 0;}
    .insurance-support span{font-size: 14px;}
    .insurance-support img{width: 20px; height: 20px;}
    .insurance-support{padding: 10px 20px; width: fit-content;}

    .apolo_proton_top_left_colm {
        width: 100%;
    }

    .apolo_proton_top_right_colm {
        width: 100%;
        margin-top: 30px;
    }

    .why_choose_apolo_proton_colm {
        width: 100%;
    }

    .why_choose_apolo_proton_colm:nth-of-type(1) {
        display: none;
    }

    .tab_output_apolo_proton {
        display: block;
    }

    .slider_arrow_with_dot {
        margin-top: 20px;
    }

    .tab_why_choose_mobile_title {
        display: block;
        color: #FDB931;
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 1.3;
        font-weight: 600;
        margin-top: 10px;
    }

    .why_choose_apolo_proton_colm .slider_arrow_with_dot {
        display: flex;
    }

    .caner_we_treat_apolo_proto .colm_apolo_porton {
        width: 50%;
    }

    .what_we_except_inner_box {
        padding: 15px;
        padding-top: 0px;
    }

    .video-popup-content {
        width: 80%;
    }

    .apolo_proton_tab_content_box {
        margin-top: 8px;
    }


    .toggle_btn {
        display: block;
        width: 30px;
        margin-left: 15px;
    }

    .toggle_btn img {
        width: 100%;
        height: initial;
    }

    .header_inner_wrapper {
        position: relative;
    }

    .apollo_navbar_wrapper:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0px;
        right: 0px;
        height: 1px;
        background-color: rgb(0 0 0 / 15%);
    }

    .apollo_navbar_wrapper {
        position: absolute;
        top: 91%;
        left: 0px;
        right: 0px;
        background-color: #fff;
        padding-top: 15px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: none;
    }

    .apollo_navbar_wrapper.active {
        display: block;
        box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 4%);
    }

    .navaber_list_apollo_proton {
        display: block;
        padding: 30px;
        padding-top: 5px;
        padding-top: 15px;
    }

    .nav_item_apollo_proton {
        display: block;
        margin: 10px 0px;
    }

    .nav_link_apollo_proton {
        font-size: 16px;
    }

    .header_apollo_proton.fixed-header .header_inner_wrapper {
        position: static;
    }

    .section_colm_row {
        align-items: initial;
    }

    .image_full_section {
        height: 100%;
        object-fit: cover;
    }

    .chip-apcci {
        margin: 15px 0px;
    }

    .inner_content_list {
        margin-top: 15px;
    }

    .content_card_box_section {
        padding: 30px 15px 30px 15px;
    }

    .why_choose_apolo_proton_colm:nth-of-type(2) {
        width: 100%;
    }

    .why_choose_apolo_proton_colm:nth-of-type(2) {
        padding-left: 15px;
    }

    .journey_pci .row {
        align-items: initial;
    }

    .pci_image_box {
        height: 100%;
    }

    .pci_image_box img {
        height: 100%;
        object-fit: cover;
    }

    .journy_content {
        padding-left: 0px;
    }

    .take_action_content {
        width: 50%;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 767px) {

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        width: 100%;
    }

    .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_desc{font-size: 16px; max-width: 410px;}
    .apolo_proton_banner_title{font-size: 28px; max-width: 350px;}
    .banner-icon-text{font-size: 12px;}
    .banner-icon img{width: 40px;}
    .apolo-banner-icon-area{gap: 10px;}
    .apolo-banner-icon-item{padding: 10px;}

    .apolo_proton_banner_sub_title {
        font-size: 22px;
        padding: 20px 0 30px;
    }

    .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;
        font-size: 14px;
    }

    .apollo_proton_input_box input::placeholder,
    .apollo_proton_input_box textarea::placeholder {
        font-size: 14px;
    }

    .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: 10px;
    }

    .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;}
    .bau-common-padding{padding: 40px 0;}
}



/* waiting time skip section css start */
.waiting-title{font-size: 40px; font-weight: 500; color: #2F2F2F; line-height: 1.3; text-align: center;}
.waiting-title span{color: #007C9D;}
.waiting-title-wrapper p{padding: 30px 0 50px; font-size: 20px; font-weight: 400; color: #747474; line-height: 1.5; max-width: 820px; text-align: center; margin: auto;}
.waiting-time-wrapper{display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;}
.waiting-time-point{border: 1px solid #E8E8E8; box-shadow: 0px 19px 60px 0px #00000014; padding: 40px; position: relative; border-radius: 16px; transition: all 0.3s;}
.waiting-time-point:hover{transform: translateY(-10px);}
.waiting-point-num{font-size: 16px; font-weight: 400; color: #2F2F2F; line-height: 1.1; position: absolute; right: 20px; top: 20px;}
.waiting-point-inner-wrapper{display: flex; gap: 20px; align-items: center;}
.waiting-point-icon{width: 60px;}
.waiting-point-icon img{width: 100%; height: 100%; display: block;}
.waiting-point-title{font-size: 20px; font-weight: 400; color: #2F2F2F; line-height: 1.5; width: calc(100% - 80px);}
.waiting-point-des p{font-size: 16px; font-weight: 400; color: #747474; line-height: 1.5; padding-left: 80px; padding-top: 15px;}

.journey-btn{display: flex; gap: 15px; align-items: center; justify-content: center; padding: 10px; width: 294px; height: 56px; margin: auto; color: #fff; font-size: 16px; font-weight: 400; background: linear-gradient(90deg, #0963F5 0%, #009492 100%); border-radius: 90px; transition: all 0.3s;}
.journey-btn:hover{transform: translateY(-10px); background: linear-gradient(90deg, #009492 0%,  #0963F5 100%);}
.waiting-time-btn{margin-top: 50px;}

@media screen and (max-width:1400px) {

    .waiting-title{font-size: 36px;}
    .waiting-title-wrapper p{font-size: 18px; padding: 25px 0 40px;}
}

@media screen and (max-width:1099px) {

    .waiting-time-point{padding: 30px;}
    .waiting-point-inner-wrapper{gap: 15px;}
    .waiting-point-icon{width: 50px;}
    .waiting-point-title{width: calc(100% - 65px); font-size: 18px;}
    .waiting-point-des p{padding-left: 65px; padding-top: 10px;}
    .waiting-point-num{top: 15px; right: 15px;}
    .waiting-title{font-size: 32px;}
    .waiting-title-wrapper p{font-size: 16px; padding: 20px 0 40px;}
}

@media screen and (max-width:1024px) {

    .waiting-time-point:hover{transform: translateY(0px);}
    .journey-btn:hover{transform: translateY(0px); background: linear-gradient(90deg, #0963F5 0%, #009492 100%);}
    .waiting-time-btn{margin-top: 30px;}
}

@media screen and (max-width:991px) {

    .waiting-time-wrapper{gap: 20px; grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width:767px) {

    .waiting-point-title{font-size: 16px; width: calc(100% - 55px);}
    .waiting-point-des p{font-size: 14px; padding-left: 55px;}
    .waiting-point-num{font-size: 14px;}
    .waiting-time-point{padding: 30px 20px;}
    .waiting-point-icon{width: 40px;}
    .waiting-title{font-size: 28px;}
    .waiting-title-wrapper p{font-size: 14px; padding: 15px 0 30px;}
    .waiting-time-btn{margin-top: 20px;}
    .journey-btn{font-size: 14px; width: 245px; height: 45px;}
}


/* waiting time skip section css end */


/* faq */

.AthenaaFaq-section {padding-top: 0;}
.AthenaaFaq-section h2 {font-size: 36px; font-weight: 600; text-align: center; margin-bottom: 50px; color: #2F2F2F;} 
.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: 25px; 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: 500; 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:1099px) {

    .AthenaaFaq-section h2{font-size: 32px;}
}

@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;}
    

}

/* footer */
.footer-section{padding: 16px 0; background-color: #007C9D;}
.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;}

}
/* ============= 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: #F1A902;}
    .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;}
}
