/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {    
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 20%;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .ltn__slider-11-img-slide-arrow {
        display: none!important;
    }
    .ltn__slide-item {
        padding-bottom: 15px;
    }
    .ltn__slider-11 .ltn__slider-11-inner {
        padding-bottom: 15px;
    }
    .ltn__car-dealer-form-area {
        margin-top: 20px;
    }
    .how-our-intro {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .bg-image-right-before::before {
        position: absolute;
        content: "";
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url(../img/slider/item-5-min.jpg);
        height: 100%;
        width: 100%;
        left: auto;
        right: 0;
        top: 35px;
        display: table-cell;
    }
    .how-our-intro .section-title-area {
        margin-top: 280px;
    }
    .how-our-intro .about-us-info-wrap .ltn__video-play-btn {
        top: -115px;
        right: 0%;
        position: absolute;
    }
    .home-slider .slick-dots {
        position: absolute;
        right: 40%;
        top: 96%;
    }
}