@media (min-width: 600px) and (max-width: 850px) {

   .display-100px{
    font-size: 50px;
   }


        .cus-linear-bg-2{
            width:unset !important;
            margin: 0px !important;
        }
        .cus-linear-bg{
           width: unset !important;
        }
    
    .footerbanner{
        display: none;
    }
    .footerbannermob{
        display: unset;
        
    }
    .footerbannermob .container{
    
        background-color: #0093DD;
        border-radius: 30px;
      
        margin-bottom: -178px;
        z-index: 99999;
        position: relative;
        padding-top: 60px !important;
    }
    .footer .cusfootermob{
        padding-top: 18% !important;
    }
    .py-5{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .cuswhatwedoinner h2{
        font-size: 20px;
    }
    .cus-carousel{
        margin-top: -100px;
    }
    .cusmobslider{
        padding-top: 100px;
    }
    .navbar-light .navbar-toggler-icon{
        background-image:url(../img/mobnav.png);
    }
    .navbar-collapse {
        background: #000000;
        padding-bottom: 30px;
    }
    .navbar-collapse .btn{
        margin-left: 20px;
    }
    .cus-navbar img{
        padding-left: 10px;
    }
    .topbar{
        display: none;
    }
    



}
@media (min-width: 1000px) and (max-width: 1400px) {
.cus-navbar{
    max-width: 1140px;
}
.container.about{
    max-width: 1140px !important;
}
.cuswhatwedotop {
    max-width: 1140px !important;
}
.footerbanner{
    max-width: 1140px !important;
}
.about-text{
    max-width: 1140px !important;
}
a.nav-item.nav-link.active:after{
    width: 55px;
}
}