body {
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.book_app {
    background: #FE6601;
    padding: 10px 20px !important;
}

.banner_content h3 {
    font-weight: 800;
    font-size: 36px;
}

.banner_content p {
    font-size: 18px;
}

.banner-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 36px;
    color: #29367D;
    width: auto;
}

.btn-enquire,
.btn-enquire:hover {
    width: 100%;
    background-color: #29367D;
    color: #fff;
    margin: 0 0;
}

.banner-form .form-control,
.banner-form .form-select {
    background-color: transparent;
    margin: 10px 0 0;
    color: #29367D;
    border: 1px solid #29367D;
}

input::placeholder {
    font-size: 14px;
}

.banner-form label,
#popupform label {
    font-size: 12px;
}

/* .banner-form .form-select {
    background-image: url(../images/downarrow.svg);
} */

.banner-form input::placeholder {
    color: #29367D !important;
}

.banner-form select option {
    color: #000;
}

/* yrs_experience */
.yrs_experience {
    background-color: #FE6601;
    padding: 30px 0;
}

.num_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin: auto;
}

.prop_text {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin-left: 12px;
}

/* surgery_sec */
.surgery_sec {
    padding: 60px 0;
    background-color: #F1F1FD;
}

.sur_txt {
    font-size: 16px;
    line-height: 28px;
    width: 86%;
    font-family: 'Poppins', sans-serif;
}

/* program-sec */
.sec-head h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    line-height: 64px;
    color: #29367D;
    font-weight: 700;
}

/* .sec-head h3 span {
    color: #FE6601;
    font-weight: 800;
} */

/* sixsteps_sec */
.sixsteps_sec {
    padding: 60px 0;
}

.step_card_row .col-md-4 {
    margin: 20px 0;
}

.step_card {
    box-shadow: 0px 1px 34px #26262617;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 30px;
    height: 100%;
}

.card_badge {
    margin-top: -16px;
    top: 0;
    background-color: #F1F1FD;
    padding: 4px 14px;
    color: #000;
    border-radius: 4px;
}

.step_card_txt {
    margin-left: 20px;
}

.step_card_txt h4 {
    color: #FE6601;
    font-weight: 600;
    font-size: 24px;
}

.step_card_txt p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* meet-sec */
.meet-bg {
    background-color: #29367D;
    box-shadow: 0px 1px 34px #00000017;
    border-radius: 10px 10px 60px 10px;
    height: 100%;
}

.meet_txt {
    padding: 10px 18px;
    height: 110px;
}

.meet-bg img {
    padding: 8px;
    width: 100%;
}

.meet_txt p {
    font-size: 14px;
}

.meet_back {
    background-color: #FE6601;
    border-radius: 10px 10px 16px 10px;
    width: 96%;
}

.swiper-button-next {
    background-image: url(../images/right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-prev {
    background-image: url(../images/left.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 34px;
    height: 34px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

.swiper-pagination-bullet {
    border: 1px solid #FE6601;
    background-color: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #FE6601;
}

.meet_block {
    padding: 30px 0 0;
}

.meet-bg h5 {
    font-weight: 800;
    font-size: 20px;
}

/* understanding_sec */
.understanding_sec {}

.understanding_sec .container {
    border-radius: 20px;
    background-color: #F1F1FD;
}

/* commomsymptoms_sec */
.commomsymptoms_sec {
    background-color: #F1F1FD;
}

.sym_card h5 {
    font-size: 16px;
    font-weight: 600;
}

/* whynetra_sec */
.whynetra_sec {
    font-size: 18px;
}

.netra_txt p {
    line-height: 30px;
    font-size: 18px;
}

.netra_txt ul li {
    line-height: 44px;
    font-size: 18px;
}

.netra_txt ul li::marker {
    color: #FE6601;
}

.netra_txt .book_app {
    width: fit-content;
}

/* ourloc_sec */
.ourloc_sec {
    background-color: #29367D;
}

.ourloc_sec .sec-head h3 {
    text-align: center;
    color: #fff;
}

.loc_card {
    background-color: #fff;
    border-radius: 18px;
}

.loc_txt {
    padding: 20px;
    height: 200px;
}

/* experience_sec */
.exper_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container {
    position: relative;
    display: inline-block;
}

.play-button {
    display: block;
    overflow: hidden;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.play-icon::before {
    content: '\25B6';
    font-size: 40px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*review_sec  */
.review_sec {
    background-color: #F1F1FD;
}

.review_c {
    background-color: #FFFFFF;
    padding: 8px;
}

.review_txt {
    font-size: 16px;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.review_head {
    font-size: 18px;
    color: #29367D;
    font-weight: 600;
}

.review_card {
    height: 340px;
}

@media (max-width:1199px) {
    .review_card {
        height: 340px;
    }

    .review_txt {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .review_card {
        height: 300px;
    }
}

@media (max-width:991px) {
    .review_card {
        height: 260px;
    }
}

/* cashless_sec */
.understanding_sec.cashless_sec .container {
    background-color: #29367D;
}

.facility_li li {
    padding: 10px 0;
}

.cashless_sec .sec-head h3 {
    color: #fff;
}

/* surgerylens_sec */
.surgerylens_sec .nav-pills .nav-link.active,
.surgerylens_sec .nav-pills .show>.nav-link {
    background-color: #29367D;
    color: #ffff;
}

.surgerylens_sec .nav-pills .nav-link {
    background-color: #F1F1FD;
    border-radius: 16px;
    color: #000;
    margin: 6px 0;
    padding: 16px 22px;
    text-align: left;
}

.surgerylens_sec .nav-pills .nav-link h4 {
    font-size: 22px;
    line-height: 32px;
}

.surgerylens_sec .nav-pills .nav-link p {
    margin-bottom: 0;
    font-size: 16px;
}

.surgery_img {
    background-color: #F1F1FD;
    border-radius: 20px;
}

/* faq */
.FaqAccordion .accordion-item {
    border: 0;
    background: #F1F1FD;
    border-radius: 16px;
    margin: 10px 0px;
}

.faq .accordion-button {
    background-color: #F1F1FD;
    font-weight: 600;
    padding: 30px;
    border-radius: 20px !important;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #F1F1FD;
    font-weight: 600;
    padding: 30px 20px 0;
    box-shadow: none;
}

.FaqAccordion .accordion-button:after {
    background-image: url(../images/pluss.svg);
}

.FaqAccordion .accordion-button:not(.collapsed):after {
    transform: rotate(360deg);
    background-image: url(../images/minuss.svg);
    width: 15px;
}

/* footer */
footer h4 {
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px solid #FE6601;
    width: fit-content;
}

.footer_links a {
    font-size: 16px;
    line-height: 36px;
}

.contactt i {
    font-size: 16px;
    margin-right: 10px;
}

.social i {
    font-size: 22px;
    padding: 0 4px;
}

.footer_bottom {
    border-top: 1px solid #fff;
}

footer {
    background-color: #29367D;
}

footer p {
    font-size: 14px;
}

.foot1 a:hover,
.foot2 a:hover {
    border-bottom: 1px solid #FE6601;
    width: fit-content;
    transition: 0.3s all ease-in-out;
}

/* slider mask */
.img-comp-container {
    position: relative;
    height: 340px;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-image: url(../images/arr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 16px;
}


@media (max-width:1199px) {
    .banner-form {
        padding: 20px;
    }

    .banner-form h5 {
        font-size: 17px;
        font-weight: 600;
    }

    .banner-form label {
        font-size: 14px;
    }

    .loc_txt {
        height: 200px;
    }

    .social i {
        font-size: 19px;
    }
}

@media (max-width:1024px) {
    .surgery_sec .col-md-6 {
        width: 100%;
        margin: auto;
    }

    .btn-enquire,
    .btn-enquire:hover {
        margin: 0;
    }

    .banner-form .form-control,
    .banner-form .form-select {
        margin: 6px 0 0;
    }

    .yrs_experience {
        padding: 16px 0;
    }

    .num_text {
        font-size: 36px;
    }

    .prop_text {
        font-size: 20px;
        line-height: 30px;
    }

    footer h4 {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .banner_content h3 {
        font-size: 26px;
        padding-top: 36px;
        margin-bottom: 20px;
    }

    .banner-form {
        position: relative;
        width: 100%;
        top: 10%;
    }

    .banner_caption {
        position: relative !important;
    }

    .banner_content {
        margin-top: -25%;
    }

    .yrs_experience {
        margin-top: 6%;
    }

    .sec-head h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .step_card_row .col-md-4 {
        width: 50%;
    }

    .surgerylens_sec .row,
    .whynetra_sec .row {
        flex-direction: column-reverse;
    }

    .surgerylens_sec .col-md-6,
    .whynetra_sec .col-md-6 {
        width: 100%;
        margin: 10px 0;
    }

    .commomsymptoms_sec .col-md-2 {
        width: 33%;
    }

    .loc_txt {
        height: 200px;
    }

    .banner-form {
        border: 1px solid #29367D;
    }

    .faq_sec .col-md-10 {
        width: 100%;
    }

    footer .col-md-5,
    footer .col-md-7 {
        width: 100%;
    }

    .sixsteps_sec,
    .understanding_sec,
    .surgerylens_sec,
    .whynetra_sec,
    .ourloc_sec,
    .experience_sec,
    .review_sec {
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .banner_content h3 {
        padding-top: 20px;
    }

    .banner-form {
        top: 0;
    }

    .banner_content {
        margin-top: 0%;
        color: #29367D;
        padding-bottom: 0 !important;
    }

    .step_card_row .col-md-4 {
        width: 98%;
    }

    .navbar-brand img {
        width: 44vw;
    }

    .book_app {
        font-size: 10px;
        padding: 6px 10px !important;
    }

    .yrs_experience .row {
        justify-content: center;
    }

    .yrs_experience {
        margin-top: 0%;
    }

    .yrs_experience .col-md-4 {
        display: block !important;
        padding: 10px !important;
        text-align: center;
    }

    .num_text {
        font-size: 26px;
    }

    .prop_text {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

    .meet_block {
        padding: 20px 0;
    }

    .understanding_sec .col-md-6,
    .commomsymptoms_sec {
        padding: 16px !important;
    }

    .review_card {
        margin: 10px 0;
    }

    .understanding_sec.cashless_sec .container {
        border-radius: 0;
    }

    .footer_links .d-flex {
        display: block !important;
    }

    footer {
        padding: 20px !important;
        margin-bottom: 36px;
    }

    .sur_txt {
        width: 96%;
    }
}

@media (max-width:500px) {
    .commomsymptoms_sec .col-md-2 {
        width: 50%;
    }

    .img-comp-img img {
        width: 90vw !important;
    }
}

.popup-Form {
    background-color: #29367D;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    width: auto;
}

.popup-Form .form-control,
.popup-Form .form-select {
    background-color: transparent;
    margin: 16px 0 0;
    color: #fff;
}

.popup-Form .form-select {
    background-image: url(../images/downarrow.svg);
}

.popup-Form .btn-enquire {
    background-color: #FE6601;
}

.popup-Form input::placeholder {
    color: #fff !important;
}

.popup-Form select option {
    color: #000;
}

.modal-header .btn-close {
    filter: invert(1);
}

.dateWhatsapp .book_app {
    padding: 4px 20px !important;
}

.sticky-mb .book_app {
    font-size: 14px;
    padding: 10px !important;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

@media (max-width:767px) {
    footer {
        padding: 20px 0 50px;
    }

    .foot3,
    .foot1,
    .foot2 {
        width: 100% !important;
    }
}

.foot1 {
    width: 35%;
}

.foot2 {
    width: 40%;
}

.foot3 {
    width: 25%;
}

#privacy_policy .modal-header{background-color: #39529F; border: 0; color: #ffffff;}
#privacy_policy p{font-size: 14px;}
#privacy_policy p strong{font-weight: 600;}