@media only screen and (max-width:1367px) {
    .img-gvr {
        margin-top: 30px !important;
    }
}
@media only screen and (max-width:600px) {
    .home-banner{
        height: auto;
        padding-top: 2vh;
    }
    .testimonial .description{
        padding: 20px 35px;
        height: auto;
    }
    .banner-content{
        text-align: center;
    }
    .banner-content h1{
        font-size: 24px;
        padding-top: 8vh;
    }
    .banner-content p{

        text-align-last: center;
    }
    .banner-form{
        margin-top: 3vh;
        margin-bottom: 25px;
    }
    .navbar-brand img{
        width: 85px;
    }
    .nav-tabs .nav-link{
        line-height: 1.4;
    }
    .last-tab{
        padding: 10px 0px!important;
    }
}