
@media(min-width: 769px){
    .container{
        max-width: 80%;
    }

}

@media(max-width:769px){
    .topbar .left{
        display: none;
    }
    .topbar{
        border-radius: 0;
        border:none;
        justify-content: center;
    }
    .header-logo{
        display: none;
    }

    .navbar-brand{
        display: block;
    }
    .hero-section .content{
        width: 100%;
    }

    .hero-section .content .title{
        font-size: 40px;
    }
    .hero-section .content .description{
        font-size: 14px;
    }
    .quote-form{
        transform: translateY(-25px) !important;
        padding: 10px 20px !important;
    }
    .quote-form .form-title {
        font-size: 1rem !important;
        padding-bottom:10px !important;
    }
    .about-us-img-area{
        margin-bottom: 20px;
    }
    .about-us-img-area .layer-image{
        width: 200px;
        height: 200px;
        right:0;
        bottom: -40px;
    }
    .section-header .title{
        font-size: 1.6rem;
    }
    p{
        font-size: 15px;
    }
    .fleet-thumb{
        margin: 20px 5px !important;
    }
    .fleetSliderNav .fleet-thumb img{
        width: 100%;
    }
    .fleet-thumb .thumb-content{
        display: none !important;
    }
    .fleetSliderNav .slide.slick-active.slick-center .fleet-thumb:before{
        bottom:-30px;
    }
}