/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1{
        font-size: 28px !important;
        line-height: 34px !important;
    }
    h2{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    h3{
        font-size: 22px !important;
        line-height: 28px !important;
    }
    h4{
        font-size: 18px !important;
        line-height: 23px !important;
    }
    p{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .common-padding{
        padding: 40px 0 !important;
    }
    /* Common CSS End */

    .logo{
        width: 100px !important;
    }
    .banner-bg{
        height: 500px !important;
    }
    .brand-section{
        margin-top: -90px !important;
    }
    .single-service{
        margin: 10px !important;
    }
    .service-icon i{
        font-size: 50px !important;
    }
    .our-fleets img{
        height: 200px !important;
    }
    .client-bg {
        padding: 10px 0 20px 0 !important;
    }
    .client-item{
        width: 90% !important;
    }
     .service-icon img{
        width: 50px !important;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    h1{
        font-size: 32px !important;
        line-height: 42px !important;
    }
    h2{
        font-size: 27px !important;
        line-height: 37px !important;
    }
    h3{
        font-size: 23px !important;
        line-height: 32px !important;
    }
    h4{
        font-size: 20px !important;
    }
    p{
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .common-padding{
        padding: 50px 0 !important;
    }
    /* Common CSS End */

    .logo{
        width: 150px !important;
    }
    .banner-bg{
        height: 480px !important;
    }
    .brand-section{
        margin-top: -90px !important;
    }
    .single-service{
        margin: 10px !important;
    }
    .client-bg {
        padding: 10px 0 30px 0 !important;
    }
    .client-item{
        width: 80% !important;
    }
 }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    h1{
        font-size: 35px !important;
        line-height: 42px !important;
    }
    h2{
        font-size: 30px !important;
        line-height: 37px !important;
    }
    h3{
        font-size: 26px !important;
        line-height: 32px !important;
    }
    h4{
        font-size: 22px !important;
    }
    p{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    /* Common CSS End */

    .logo{
        width: 150px !important;
    }
    .banner-bg{
        height: 550px !important;
    }
    .brand-section{
        margin-top: -100px !important;
    }
    .single-service{
        margin: 10px !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }