body {
    margin: 0;
    padding: 0;
    /* Make the background image cover the entire viewport 
    background-image: url('../images/Banner-Orange2.webp');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.banner-1 {
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.check-my-eligibilty {
    color: #E43D39;
    font-size: 34px;
    border-radius: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.want-to-discuss {
    color: #E43D39;
    font-size: 24px;
    border-radius: 10px;
    border: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 2px;
}

/* Container */
.gray-bg-2 {
    background-color: #EBEBEB;
    margin-top: -9px;
}

.gray-bg {
    background-color: #EBEBEB;
    margin-top: -9px;
}

.affilite-images {
    width: 200px !important;
}

.affilite-image {
    width: 110px !important;
}

.check-my-availability,
.check-my-availability-2 {
    background-color: #F58C47;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 24px;
    box-shadow: rgb(169, 160, 160) 1px 1px 11px 1px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.lh-para {
    line-height: 1.9;
}

.lh2-para {
    line-height: 1.9;
}

.row-main {
    margin-top: -10% !important;
    border-radius: 15px;
    box-shadow: 0px 5px 5px -2px gray;
    position: relative;
}

.bg-img {
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.meet-advisor,
.queries,
.queries-2,
.arrange-call-back {
    background-color: #F58C47;
    color: white;
    border: none;
    font-size: 28px;
    margin-bottom: 35px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 23px 0px rgba(98, 106, 115, 0.2) !important;
}

.bg-blue {
    background-color: #27ACF1;

}

.bg-contact {
    background-image: url(../images/main.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-orange {
    background-color: #F58C47;
}

.blog-img {
    box-shadow: 0 10px 6px -6px #777;
}

.bg-testimonial {
    background-image: url(../images/bg-last.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.video {
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 10px solid red;
    border-radius: 4px;
    box-shadow: 0 10px 6px -6px #777;
}

.bg-dark {
    margin-top: -9px;
}

.arrange-call-back,
.queries-2 {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.main-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "section1"
        "section2";
}

.section1 {
    grid-area: section1;
}

.section2 {
    grid-area: section2;
}

/* Media Queries */
@media (min-width:900px) {
    .want-to-discuss {
        display: none;
    }

    .arrange-call-back {
        display: none;
    }

    .queries-2 {
        display: none;
    }
}

@media (max-width:800px) {
    body {
        background-attachment: scroll;
    }

    .banner-1 {
        background-image: url(../images/mobile-main-banner2.webp);
        background-repeat: no-repeat;
        background-attachment: scroll;
        padding-bottom: 0px !important;
    }

    .main-section-text {
        text-align: center !important;
    }

    .banner-text p {
        font-size: 24px;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    }

    .banner-text h2 {
        text-align: center;
        font-size: 34px;
        margin-top: 0px !important;
    }

    .check-my-eligibilty {
        margin-left: auto;
        margin-right: auto;
        display: block;
        border: none;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        font-size: 28px;
        border-radius: 2px;
        margin-bottom: 0px !important;
    }

    .fa-angle-right {
        display: none;

    }

    .row-main {
        margin-top: 0px;
    }

    .container-top {
        border-radius: 29px;
    }

    .check-my-availability {
        display: none;
    }

    .age-factor {
        margin-top: -55px !important;
    }

    .meet-advisor {
        background-color: white;
        color: red;
        font-size: 24px;
        border-radius: 10px;
        border: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border-radius: 2px;
        margin-bottom: 30px;
        padding: 10px !important;
    }

    .gray-bg {
        background-color: white;
    }

    .want-to-discuss {
        color: #E43D39;
        background-color: white;
        box-shadow: 0px 14px 23px 0px rgba(98, 106, 115, 0.2) !important;
    }

    .queries {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .bg-contact {
        display: none;
    }

    .blog-img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .card {
        text-align: center;
    }

    .bg-blue {
        display: none;
    }

    .modal-dialog {
        max-width: 100% !important;
        margin-top: 20px;
    }

    .btnclose {
        top: -33px !important;
        right: -17px !important;
    }

    .main-container {
        grid-template-areas:
            "section2"
            "section1";
    }

    .video {
        width: 100% !important;
        height: 100 !important;
    }
}

@media (max-width: 500px) {
    .banner-1 {
        background-image: url(../images/mobie_banner.jpeg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        padding-bottom: 0px !important;
    }

    .banner-text p {
        margin-top: 50% !important;
        font-size: 27px;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    }

    .banner-text h2 {
        text-align: center;
        font-size: 24px;
        margin-top: 0px !important;
    }
}

/* Modal */
.modal-content {
    background-color: #2D2D2D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.b-round {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btnclose {
    border-radius: 100%;
    border: 3px solid white;
    background-color: black;
    position: absolute;
    top: -28px;
    right: -30px;
    margin: 10px;
}

.modal-header {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.btn-submit {
    background-color: #F27043;
    font-size: 24px;
}

.form-text {
    color: #C9C9C9;
    font-size: 20px;
}

.lh3-para {
    line-height: 1.5;
}