:root {
    --whiteBg: #fff;
    --whiteColor: #fff;
    --whiteBorder: #fff;

    --blackColor: #2F2F2F;
    --blackBg: #2F2F2F;
    --blackborder: #2F2F2F;

    --brandColor: #047C9E;
    --brandBg: #047C9E;
    --brandborder: #047C9E;

    --greyBg: #F5F5F7;
    --greyBorder: #F5F5F7;
    --greyColor: #F5F5F7;

    --light_pinkBg: #FFF4F4;
    --light_pinkBorder: #FFF4F4;
    --light_pinkColor: #FFF4F4;


}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    color: #4A4A4A;
    background-color: var(--whiteBg);
    position: relative;
    font-family: "Figtree", 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: "Figtree", sans-serif;
}

button:focus {
    outline: none;
}

picture {
    display: block;
    line-height: 0px;
}

textarea {
    resize: none;
    display: block;
    padding: 15px;
    width: 100%;
    font-family: "Figtree", sans-serif;
}

input:focus,
button,
input[type="submit"],
input {
    outline: none;
    font-family: "Figtree", sans-serif;
}

select {
    display: block;
    width: 100%;
    font-family: "Figtree", sans-serif;
}

input {
    display: block;
    padding: 12px 15px;
    width: 100%;
}

input::placeholder {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

input::-ms-input-placeholder {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

input::-ms-input-placeholder {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

textarea::placeholder {
    font-size: 14px;
    font-family: "Figtree", sans-serif;
}

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;
}

main.form-leads .col-sm-2 {
    width: 16.66666667%;
    padding: 0px 15px;
}

main.form-leads .col-sm-3 {
    width: 25%;
    padding: 0px 15px;
}

main.form-leads .col-sm-4 {
    width: 33.33333333%;
    padding: 0px 15px;
}

main.form-leads .col-sm-5 {
    width: 41.66666667%;
    padding: 0px 15px;
}

main.form-leads .col-sm-6 {
    width: 50%;
    padding: 0px 15px;
}

main.form-leads .col-sm-7 {
    width: 58.33333333%;
    padding: 0px 15px;
}

main.form-leads .col-sm-8 {
    width: 66.666667%;
    padding: 0px 15px;
}

main.form-leads .col-sm-9 {
    width: 75%;
    padding: 0px 15px;
}

main.form-leads .col-sm-10 {
    width: 83.33333333%;
    padding: 0px 15px;
}

main.form-leads .col-sm-11 {
    width: 91.66666667%;
    padding: 0px 15px;
}

main.form-leads .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: 40px 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: 500;
    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: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.section_title_box {
    margin-bottom: 10px;
}



.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);
    }
}





/*---apollo--top---section---start---here---*/
.apolo_proton_top_section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.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_banner_title {
    color: #FDB931;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
}

.apolo_proton_banner_desc {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 25px;
    color: #fff;
    padding-right: 15%;
}

.btn_golden_apollo {
    background: linear-gradient(90deg, #FFD000 0%, #FFAB00 100%);
    color: #000;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 16px;
}

.btn_golden_apollo svg,
.btn_golden_apollo img {
    width: 30px;
    height: initial;
    margin-right: 4px;
}

.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;
    padding: 30px;
    padding-top: 22px;
    margin-top: 18px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.apollo_proton_top_form_title {
    color: rgb(0 0 0 / 80%);
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.apollo_proton_top_form_title span {
    color: #FDB931;
}

.apollo_proton_top_form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.apollo_proton_top_form_colm {
    width: 50%;
    padding: 0px 10px;
}

.apollo_proton_input_box {
    margin-bottom: 15px;
}

.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: 0px;
    padding: 16px 15px;
    font-size: 14px;
    color: #000;
    height: initial;
}

.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: #000;
    width: 100%;
    /* border-radius: 6px; */
    padding: 12px 5px;
    cursor: pointer;
    transition: all 0.3s;
    height: 50px;
}

.apollo_top_form_submit_btn:hover {
    background: var(--brandBg);
    color: #fff;
}

.apolo_proton_top_content {
    margin-top: 50px;
}

.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: 14px;
}

.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%);
}

.captcha_cancer_box {
    width: 70%;
}

.apollo_cancer_submit_colm {
    width: 30%;
    padding: 0px 10px;
}

.apolo_proton_top_form_box .section_title {
    color: #047C9E;
}

.apolo_proton_top_form_box .section_title span {
    color: #FFD000;
}

.cancer_center_top_row {
    display: flex;
    margin: 0px -15px;
}

.cancer_center_left_colm {
    width: 60%;
    padding: 0px 15px;
}

.cancer_center_right_colm {
    width: 30%;
    padding: 0px 15px;
}

.logo_wrapper_top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 888;
    padding: 20px 0px;
}

.logo_link {
    width: 200px;
    margin-left: auto;
    display: block;
}

.logo_link img {
    width: 100%;
    height: initial;
}

.overview_description_box,
.how-it-works-count p {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}


.why-screening {
    background: #f2f2f2;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 19%);
    padding: 40px 0px;
}

.image_left_screening img {
    width: 100%;
    height: initial;
    display: block;
}

.why-screening .row {
    align-items: center;
}

.benifit_content ul {
    padding: 0px;
    margin: 0px;
}

.benifit_content ul li,
.content-howit-works li {
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 30px;
    color: #000;
}

.benifit_content ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 19px;
    height: 20px;
    background: url(../images/icon/Benefit-icons.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.benifit_content ul li:last-child {
    margin-bottom: 0px;
}

.benifit_section .row {
    align-items: center;
}

.how-it-works-count {
    padding-left: 50px;
}

.content-howit-works li {
    list-style: circle;
    padding-left: 0px;
}

.content-howit-works ul {
    padding-left: 15px;
}

.how-it-works {
    position: relative;
}

.how-it-works .container_apollo {
    position: relative;
    z-index: 5;
}

.faq-list {
    margin-bottom: 20px;
    background: #f2f2f2;
}

.faq_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 3px 10px;
    background: #ccc;
    color: #000;
}

.faq_desc {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 10px 10px 10px;
    color: #000;
}

.faq_section_c {
    padding-bottom: 50px;
}

.bottom-img-bg {
    width: 100%;
    height: inherit;
}

.bottom_section {
    position: relative;
}

.bottom_btn_box {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 20%;
    transform: translate(0px, -50%);
}

.content_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.click-here {
    font-size: 18px;
    font-weight: bold;
}

.bottom_btn_box .apollo_top_form_submit_btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
    background: #047c9e;
    color: #fff;
}

.bottom_btn_box .apollo_top_form_submit_btn:hover {
    background: #FFD000;
    color: #000;
}










@media only screen and (max-width: 1400px) {

    .section_title {
        font-size: 32px;
    }

    .cancer_center_left_colm {
        width: 60%;
    }

    .apolo_proton_top_right_colm {
        width: 40%;
    }

    .apolo_proton_top_section {
        padding: 150px 0px;
    }

    .overview_description_box,
    .benifit_content ul li,
    .content-howit-works li,
    .how-it-works-count,
    .how-it-works-count p {
        font-size: 16px;
    }

    .faq_title {
        font-size: 20px;
    }

    .faq_desc,
    .click-here {
        font-size: 16px;
    }



}


@media only screen and (max-width: 1060px) {
    .container_apollo {
        padding: 0px 30px;
    }

}

@media only screen and (max-width: 1060px) {}

@media only screen and (max-width: 991px) {
    .cancer_center_left_colm {
        width: 100%;
    }

    .apolo_proton_top_right_colm {
        width: 100%;
    }

    .apolo_proton_top_section {
        padding-top: 80px;
    }

    .why-screening .col-sm-8 {
        width: 100%;
        margin-top: 20px;
    }
}



@media only screen and (max-width: 767px) {

    main.form-leads .col-sm-2,
    main.form-leads .col-sm-3,
    main.form-leads .col-sm-4,
    main.form-leads .col-sm-5,
    main.form-leads .col-sm-6,
    main.form-leads .col-sm-7,
    main.form-leads .col-sm-8,
    main.form-leads .col-sm-9,
    main.form-leads .col-sm-10,
    main.form-leads .col-sm-11,
    main.form-leads .col-sm-12 {
        width: 100%;
    }

    .common_gap_apolo_proton {
        padding: 20px 0px;
    }

    .custom-swiper-button-prev,
    .custom-swiper-button-next {
        width: 28px;
    }

    .logo_link {
        width: 140px;
        margin: 0px auto;
    }

    .container_apollo {
        padding: 0px 15px;
    }

    .apolo_proton_top_content {
        padding-top: 0px;
    }

    .apolo_proton_banner_title {
        font-size: 24px;
    }

    .apolo_proton_banner_desc {
        margin-top: 20px;
    }

    .apollo_proton_top_form_colm {
        width: 100%;
    }

    .apollo_proton_form_card {
        padding: 20px;
    }

    .apolo_proton_top_content {
        position: relative;
        z-index: 1;
    }

    .apolo_proton_top_section {
        padding: 110px 0px 60px 0px;
    }

    .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-radius: 0px;
        border: 1px solid #41536B;
    }

    .apollo_top_form_submit_btn {
        display: block;
        width: 100%;
    }

    .apollo_cancer_submit_colm {
        width: 100%;
    }

    .apollo_proton_top_form_title {
        font-size: 22px;
    }

    .why-screening .col-sm-8 {
        order: 1;
    }

    .why-screening .col-sm-2 {
        order: 2;
    }

    .benifit_section .col-sm-4 {
        margin-top: 20px;
    }

    .how-it-works-count {
        padding-left: 0px;
    }

    .content_bottom {
        display: block;
    }

    .bottom_btn_box .apollo_top_form_submit_btn {
        margin-left: 0px;
    }

    .click-here {
        margin-bottom: 15px;
        display: block;
    }

    .bottom-img-bg {
        height: 250px;
        object-fit: cover;
    }


}

.faq_title {
    position: relative;
    padding: 12px;
    cursor: pointer;
    padding-right: 40px;
    font-weight: 500;
}

.faq_title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 25px;
    height: 25px;
    background: url(../images/icon/dropdowen.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.faq-list.active .faq_title:after {
    transform: translate(0px, -50%)rotate(180deg);
}

.faq_desc {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .faq_title:after {
        width: 22px;
        height: 22px;
    }
}