
@font-face {
    font-family: 'muli';
    src:url("../fonts/Muli.ttf");
      }

    
body {
    font-family: 'muli';
}
.container-fluid{
    padding: 0;
    margin: 0;
}
.middle-container p{
    text-align: justify;
}
ul{
    margin-left: -15px;
}
p{
    line-height: 25px;
    font-size: 15px;
    color: #000;
    text-align: left;
}
.banner-img-container{
    text-align: center;
}
.banner-bold-text{
    font-size: 32px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.banner-light-text{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    /* margin-left: 30px; */
}
.why-choose-heading{
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    color: #25a6dd;
    text-align: center;
}
.why-choose-container{
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.program-heading,.benefits-heading{
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    color: #25a6dd;
    text-align: center;
}
.program-conatiner,.benefits-container{
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.five-section-container{
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
}
.circle-heading{
    font-size: 20px;
    font-weight: bold;
    color: #e90c6e;
    margin-bottom: 15px;
}
.circle-container{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    margin-bottom: 40px;
}
.five-section-container .img-container img{
    width: 100%;
    height: auto;
}

.logo-container{
    text-align: right;
    margin-bottom: 30px;
}

.submit-btn button{
    background-color: #0a5f99;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    outline: 0;
    box-shadow: unset;
    border: 0;
    border-radius: 7px;
    padding: 5px 20px;
}
.form-heading{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.banner-container{
    /* background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #fff;
    height: 530px;
    margin-bottom: 60px;
    /* box-shadow: 3px 3px 17px 3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 3px 3px 17px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.75); */
}
.logo-container img{
    width: 150px;
    /* position: absolute;
    width: 130px;
    height: auto;
    top: 10px;
    left: 100px; */
}
.banner-img-form-container{
    display: grid;
    grid-template-columns: 68% 30%;
    grid-gap: 2%;
    width: 80%;
    margin: auto;
}
.registation-form-container,.banner-img-container{
    margin-top: 30px;
}
.form-deatils{
    padding: 25px 45px;
    background-color: #f3c615;
    border-radius: 10px;
    box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.75);
}
.banner-img-container img{
    width: 77%;
    height: auto;
    /* margin-left: 30px; */
}
.form-group {
    margin-bottom: 20px !important;
}






.grade-table{
    width: 90%;
    margin: auto;
}
tr,th,td{
    border: 2px solid #000;
}
.table-text{
    font-size: 15px;
    padding: 5px;
    text-align: center;
    color: #000;
}
.bottom-img-container img{
    width: 100%;
    margin: auto;
}

.footer-container{
    background-color: #e4e2e2;
}
.footer-location{
    width: 80%;
    margin: auto;
}
.footer-text-first p a {
    color: #5c5a5b;
    font-size: 13px;
}
.footer-text-first {
    color: #5c5a5b;
    font-weight: bold;
    float: left;
    /* margin: 0 28px; */
    padding: 10px 0;
}
.footer-text-first a{
    color: #c11f21;
}
.bottom-img-container{
    margin-bottom: 60px;
}
.footer-logo-img{
    text-align: center;
    margin-bottom: 25px;
    padding-top: 25px;
}
.bottom-footer-bg{
    background-color: #000;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.benefits-text{
    margin-bottom: 30px;
}
.benefit-bottom-design{
    text-align: center;
}
.why-choose-container ul li{
    margin-bottom: 10px;
}

@media(min-width:100px) and (max-width:575px){
    .banner-container,.five-section-container{
        display: none;
    }
    body{
        font-size: 15px;
    }
    p{
        text-align: left;
    }
    .mobile-logo{
        text-align: center;
    }
    .mobile-logo img{
        width: 125px;
        height: auto;
    }
    .mobile-banner-bold-text{
        width: 95%;
        margin: auto;
        font-size: 20px;
        /* text-align: center; */
        color: #26a9e0;
        margin-bottom: 15px;
    }
    .text-btn-container{
        display: grid;
    grid-template-columns: 50% 35%;
    grid-gap: 4%;
    width: 95%;
    margin: auto;
    align-items: center;
    }
    .mobile-light-text{
        font-size: 15px;
    color: #009345;
    font-weight: bold;
    }
    .mob-know-more-btn button{
        border: 0;
    outline: 0;
    background-color: #e90c6e;
    color: #fff;
    white-space: nowrap;
    }
    .why-choose-heading,.program-heading, .benefits-heading{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .why-choose-container ,.program-conatiner, .benefits-container{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .circle-container {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0;
        margin-bottom: 20px
    }
    .mobile-five-section{
        width: 90%;
    margin: auto;
    }
    .circle-heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .img-container img{
        width: 100%;
        height: auto;
    }
    .circle-container .img-container{
        margin-bottom: 15px;
    }
    .mobile-banner-container{
        margin-bottom: 15px;
    }
    .registation-form-container{
        margin-top: 0px;
    }
    .mobile-banner-img-container img{
        width: 100%;
        height: auto;
    }
    .modal-footer{
        padding: 0 !important;
        border-top: unset !important;
    }
    .modal-footer  button{
        border: 0;
        background-color: unset;
        color: #fff;
    }
    .bottom-img-container {
        margin-bottom: 20px;
    }
    .footer-location {
        width: 90%;
        margin: auto;
    }
    .benefits-text {
        margin-bottom: 0;
    }
}
@media(min-width:100px) and (max-width:340px){
    .text-btn-container {
        display: grid;
        grid-template-columns: 65% 33%;
        grid-gap: 2%;
        width: 90%;
        margin: auto;
        align-items: center;
    }
    .footer-location {
        width: 90%;
        margin: auto;
    }
}
@media(min-width:576px) and (max-width:767px){
    .banner-container,.five-section-container{
        display: none;
    }
    body{
        font-size: 15px;
    }
    p{
        text-align: left;
    }
    .mobile-logo{
        text-align: center;
    }
    .mobile-logo img{
        width: 125px;
        height: auto;
    }
    .mobile-banner-bold-text{
        width: 95%;
        margin: auto;
        font-size: 20px;
        /* text-align: center; */
        color: #26a9e0;
        margin-bottom: 15px;
    }
    .text-btn-container{
        display: grid;
    grid-template-columns: 65% 31%;
    grid-gap: 4%;
    width: 95%;
    margin: auto;
    align-items: center;
    }
    .mobile-light-text{
        font-size: 15px;
        color: #009345;
        font-weight: bold;
    }
    .mob-know-more-btn button{
        border: 0;
    outline: 0;
    background-color: #e90c6e;
    color: #fff;
    white-space: nowrap;
    }
    .why-choose-heading,.program-heading, .benefits-heading{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .why-choose-container ,.program-conatiner, .benefits-container{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .circle-container {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0;
        margin-bottom: 20px
    }
    .mobile-five-section{
        width: 90%;
    margin: auto;
    }
    .circle-heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .img-container img{
        width: 100%;
        height: auto;
    }
    .circle-container .img-container{
        margin-bottom: 15px;
    }
    .mobile-banner-container{
        margin-bottom: 15px;
    }
    .registation-form-container{
        margin-top: 0px;
    }
    .mobile-banner-img-container img{
        width: 100%;
        height: auto;
    }
    .modal-footer{
        padding: 0 !important;
        border-top: unset !important;
    }
    .modal-footer  button{
        border: 0;
        background-color: unset;
        color: #fff;
    }
    .footer-location {
        width: 90%;
        margin: auto;
    }
    .bottom-img-container {
        margin-bottom: 20px;
    }
    .footer-location {
        width: 90%;
        margin: auto;
    }
    .benefits-text {
        margin-bottom: 0;
    }
}


@media(min-width:768px) and (max-width:991px){
    .mobile-banner-container,.mobile-five-section-container{
        display: none;
    }
    .banner-img-form-container {
        display: grid;
        grid-template-columns: 58% 40%;
        grid-gap: 2%;
        width: 80%;
        margin: auto;
    }
    .form-deatils {
        padding: 25px 30px;
        background-color: #f3c615;
        border-radius: 10px;
        box-shadow: 3px 3px 17px 3px rgb(0 0 0 / 75%);
        -webkit-box-shadow: 3px 3px 17px 3px rgb(0 0 0 / 75%);
        -moz-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.75);
    }
    .banner-container{
        height: 500px;
    }
    .circle-container{
        align-items: center;
    }
}

@media(min-width:991px) and (max-width:1199px){
    .mobile-banner-container,.mobile-five-section-container{
        display: none;
    }
    .banner-container{
        height:570px;
    }
}

@media(min-width:1200px){
    .mobile-banner-container,.mobile-five-section-container{
        display: none;
    }
}