@media only screen and (max-width:1400px){
    header .navbar ul li{

        font-size: .75rem;
        font-weight: 500;
        list-style: none;

    
    }
}   
@media only screen and (max-width:990px){
    h2{
        font-size: 1.9rem !important;
        /* text-align: center; */
        font-weight: 600;
        /* margin-top: 2%; */
    }
    /*  starts from here  */
    .top-line{
        display: none;
    }

    /* header starts from here  */
    .navbar-nav{
        align-items: end !important;
        width: 50% !important;
        height: 25rem !important;
        /* background-color: white; */
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        /* padding: 10%  10%; */
        
     
    }
    .nav-link{
        /* padding: 8% 0; */
        /* color: black !important; */
        /* margin-right: 1rem; */

    }
    
    form{
        margin: 5% 0;
    }
    
}
@media only screen and (max-width:769px){
    .btn-anchor{
        width: 2.5rem;
        height: 2.5rem;
    }
    .btn-anchor i{
        font-size: 2rem;
    }
    h2{
        font-size: 1.8rem !important;
        text-align: center;
        font-weight: 600;
        margin-top: 2%;
    }
    h2::after{
        left: 45% !important;

    }
    .sub-p{
        font-size: 1rem;
        
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1rem;
}
    /* banner starts from here  */
    .banner .ban .title{
        font-size: 3rem;
        line-height: 3rem;
    }
        .banner .ban .p{
        font-size: 1rem;
    }
    /* banner ends from here  */
    /* about starts from here     */
    
    .about .img-box{
        display: none;
    }

    /* about starts from here     */
    /* features starts from here  */
    .features .box{


    }
    /* features ends from here  */
    /* .products starts from here     */
    .products .box {
        height: 29rem !important;

    }
    .products .box .img-box{
        height: 15rem;

    }
    /* .products ends from here     */
    .vision h2{
        margin-top: 10%;
    }

}

@media only screen and (max-width:550px){
    .btn-anchor i {
        font-size: 2.2rem !important;
    }
    h2::after{
        left: 40% !important;

    }

    /* banner starts from here  */
    .banner .ban{
        padding: 5% 2%;
        padding-top: 40%;
        
    }   
    .banner .ban .title{
        font-size: 2.3rem;
        line-height: 3rem;
        /* color: black; */
    }
    .banner .ban .p{
        font-size: .8rem;
        /* color: black ; */
    }
    /* banner ends from here  */

    /* about start from here  */

    /* about ends from here  */

    .banp{
        font-size: 1rem !important;
        margin-bottom: 4rem;

    } 
    .navbar-nav{
        width: 80%;

    }
    .navbar-brand img{
        width: 5.5rem;
    }
    .navbar-toggler .fas{
        font-size: 1.3rem;
    }
    .navbar-nav{
        width: 70% !important;
        height:80vh;
        padding: 10%  5%;
        
     
    } 
    .navbar-light .navbar-nav .nav-link {
            font-size: 1rem;
    }
        /* .products starts from here     */
    .products .box {
        height: 31rem !important;

    }
    .products .box .img-box{
        height: 18rem;

    }
    /* .products ends from here     */
 
    footer h4{
        margin-top: 5%;
    }
    footer .fas{
        margin-top: .2rem;
        margin-right: .5rem;
    }

}
@media only screen and (max-width:375px){
    .features .box{
        padding: 8% 10% 2%;
        height: auto;
    }
 

}
