@import url(tilyss.css);
@media only screen and (min-width: 268px) and (max-width: 991px){
            
    .hero-area.big_ad {
        position: relative;
        z-index: 1;
        top: 52px;
    }
    .hero-area img{
        width: 100%;
        height: 610px;
    }
    .header-area .alazea-main-menu .classynav ul li a{
        color: white;
    }
}
@media only screen and (min-width: 991px){
    .container{
        max-width: 1700px;
    }
    .hero-area.big_ad{
        position: relative;
        z-index: 1;
        top: 112px;
    }
    .hero-area img{
        width: 100%;
        height: 1000px;
    }

    .section-heading h2{
        margin-top: 40px;
    }
}