@media (max-width:1199.98px) {
    .banner::before {
        left: 50px;
    }

    .banner::after {
        right: 50px;
    }
}

@media (max-width:991.98px) {
    h1{
        font-size: 50px !important;
    }
    
    h2{
        font-size: 36px !important;
    }

    h3{
        font-size: 24px !important;
    }

    p{
        font-size: 14px;
    }

    .banner {
        height: 625px;
    }

    .banner::before {
        display: none;
    }

    .banner::after {
        display: none;
    }

    .more-about-section .row-section{
        flex-direction: column;
    }
    .more-about-section .row-section .col-lg-5{
        display:none;
    }

    .area-of-engagement img,
    .more-about-section .row-section img{
        display: none;
    }
    
    .area-of-engagement li {
        position: relative;
        transform: none !important;
        top:0 !important;
        left:0 !important;
        margin-bottom: 16px;
    }
    
    .area-of-engagement img, .area-of-engagement .title {
        margin-bottom: 40px;
    }
}

@media (max-width:565.98px) {
    h1{
        font-size: 40px !important;
        line-height: 55px !important;
    }
    
    h2{
        font-size: 30px !important;
    }

    h3{
        font-size: 24px !important;
    }

    p{
        line-height: 28px !important;
    }

    .primary-btn{
        margin: 8px auto;
    }

    .more-about-section .row,
    .area-of-engagement .row,
    .apply-form-section .row,
    footer .row{
        margin-left: 0;
    }

    .button-text{
        font-size: 16px;
    }
    
    .menu-text{
        font-size: 16px;
        line-height: normal;
    }

    .banner {
        height: 560px;
    }

    .banner .banner-detail .details p::after {
        bottom: -15%;
    }

    .banner .banner-detail{
        margin-left: 0;
    }

    .about-us-section p{
        text-align: justify;
    }

    .apply-form-section .form input {
        margin-bottom: 10px;
    }

    .area-of-engagement .title h2,
    .apply-form-section .title h2 {
        margin-bottom: 40px;
    }

    footer .main-footer i{
        font-size: 14px;
    }
    .detail-section .row{
        margin-left:0;
    }
    
    .detail-section .card .card-left .text-wrapper {
        padding-right: 20px;
    }

    .detail-section .gallery .img-wrapper{
        width: 100%;
    }

    .detail-section .row{
        margin-left: 0;
    }
}