.banner_mobile{
    display: none;
}

.top-nav-social img{
        width: 30px;
    }



.section-2, .section-3, .section-5{
        padding-left: 30px !important;
        padding-right: 30px !important;
}

.campus-overlay {
    width: 100%;
    padding: 25px;
    transform: translateY(0%);
    border-radius: 0px !important;
    background: #f3cfb3;    
}    

.mobile-hide{
        display: none;
}






@media (min-width: 576px) and (max-width: 767px) {
    .banner_mobile{
        display: block;
    }

    .banner_desktop{
        display: none;
    }

    .hero-btn{
        margin-top: 35px !important;
    }

    .section-2 h2, .section-3 h2, .section-5 h2, .campus-overlay h2{
        font-size: 40px !important;
    }

    p{
        font-size: 18px !important;
    }
    

}

/* Mobile */
@media (max-width: 767px) { 
    .term_condition{
        display: flex;    
        justify-content: center;
    }

    .form-section h2{
        font-size: 40px !important;
    }

    .sucess-overlay h1{
        font-size: 35px !important;
    }

    .sucess-overlay{
        width: 100% !important;
        padding: 30px !important;
    }

}

@media (min-width: 767px) and (max-width: 872px) {

    .sucess-overlay{
        width: 85% !important;        
    }
}

@media (max-width: 575px) { 
    .banner_mobile{
        display: block;
    }
    .banner_desktop{
        display: none;
    }

    .hero-btn{
        margin-top: 30px !important;
    }

    .section-2 h2, .section-3 h2, .section-5 h2, .campus-overlay h2{
        font-size: 35px;
    }

    p{
        font-size: 18px !important;
    }

    .form-section h2 {
        font-size: 35px !important;
    }

    footer span, footer .term_condition{
        font-size: 13px;
    }

    .btn-form{
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .textarea-question{
        height: 150px !important;
    }

    .parent_section h5, .child-section h5{
        font-size: 25px !important;
    }

    .sucess-overlay h1 {
        font-size: 32px !important;
    }
    
}

/* Small Mobile */
@media (max-width: 480px) {
    .section-5{
        margin-top: 0px !important;
    }
}


/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    .hero-btn {
        margin-top: 25px;
    }

    .mobile-hide{
        display: contents;
    }



}



/* Mini Laptop to high display */
@media (min-width: 992px) {

    .campus-overlay {
      position: relative;
      inset: 0;
      background: #f3cfb3;
      padding: 50px 40px;
      width: 45%;
      margin: auto;
      transform:translateY(-55%);
    }

    .section-5{
        margin-top: -250px !important;
    }

    .mobile-hide{
        display: contents;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {

    .hero-btn {
        margin-top: 20px;
    }

    .campus-overlay {
      width: 60% !important;
    }

}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399px) {

    .hero-content{
        margin-top: 10px !important;
    }
    .hero-btn{
        margin-top: 40px !important;
    }
}

/* Large Screen */
@media (min-width: 1400px) {

    .hero-content{
        margin-top: 10px !important;
    }
    .hero-btn{
        margin-top: 50px;
    }
    .btn-custom {
        padding: 15px 70px !important;
        font-size: 18px !important;
    }

}    


 
