/* CSS Document */

.site-form .formg .form-group input[type="text"] {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .banner-section .left-col .form-box{
        padding: 20px 30px 100px 30px;
    }
    .site-form .formg .f-btn{
        width: 100%;
    }
    
    .inner-banner .image-layer{
        background-image: url(../../assets/images/fleet/mobile.jpg) !important;
    }
}
 .inner-banner .image-layer{
        background-image: url(../../assets/images/fleet/background.jpg);
    }
