/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* 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) {
.ltn__category-area.ltn__product-gutter.section-bg-1---.pt-115.pb-90---.mt--65 {
    padding-top: 20px !important;
}

.ltn__about-us-area.pt-90.pb-120 {
    padding-top: 15px !important;
    padding-bottom: 48px;
}

.ltn__feature-area.section-bg-1---.pt-120.pb-90 {
    padding-top: 44px;
    padding-bottom: 20px;
}
.ltn__call-to-action-4 .call-to-action-inner-4 {
    position: relative;
    text-align: center;
    z-index: 99;
}

.slide-item-info-inner.ltn__slide-animation {
    background: #fbfbfb1c;
    padding: 25px 15px;
    border-radius: 14px;
}

.bg-image-right-before {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
}
.phone-hide-22 {display: none;}


.footer-top-area {
    padding-top: 40px;
    padding-bottom: 0px;
}
.ltn__progress-bar-wrap {
    margin-bottom: 0px;
}

.ltn__about-us-area.pt-120---.pb-120 {
    padding-bottom: 0px;
}

.ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 20px;
    padding-top: 58px;
    padding-bottom: 51px;
}

.ltn__right-sidebar {
    margin-top: 35px !important;
} 

.ltn__feature-item-6 {
    height: auto;
}




    
    /* 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;
    }

}
