@media screen and (min-width: 992px) and (max-width: 1381px){
    /* header .navbar ul li a{
        font-size: 50px !important;
    } */
}

@media screen and (max-width: 355px) {
    .p-special{
        font-size: 14.5px;
    }
    
}

@media screen and (max-width: 768px) {
    .social-container{
        margin-bottom: 40px;
    }
    
}


@media screen and (min-width: 320px) and (max-width: 767px){
    .banner-container{
        height: 500px !important;
        width: 100%;
    } 
}