/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
.ltn__slider-3{
    padding-bottom: 60px;
}
@media (max-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) {

    /* 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;
    }

}

/* Desktop */
.ltn__section-title-2 .section-title {
    font-size:28px;
}

.section-title {
    margin-bottom: 5px;
    font-size:28px;
    font-weight: 700;
    line-height: 1.2;
}
.ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 24px;
}

    .ltn__slide-item-2 .slide-title {
        font-size:28px;
    }

/* Laptop */
@media (max-width: 1200px) {
    .ltn__section-title-2 .section-title {
        font-size:28px;
    }
     .section-title {
        font-size:28px;
    }
    .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 20px;
}
 .ltn__slide-item-2 .slide-title {
        font-size:28px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .ltn__section-title-2 .section-title {
        font-size: 26px;
    }
    .section-title {
        font-size: 26px;
    }
    .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 20px;
}
 .ltn__slide-item-2 .slide-title {
        font-size: 26px;
    }
    .ltn__slider-3{
    padding-bottom: 40px;
}
}

/* Mobile */
@media (max-width: 768px) {
    .ltn__section-title-2 .section-title {
        font-size: 24px;
    }
       .section-title {
        font-size: 24px;
    }
    .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 18px;
}
 .ltn__slide-item-2 .slide-title {
        font-size: 24px;
    }
    
    .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
     
        justify-content: start;
        margin: 0px;
   
}
.mobile-padding{
    padding: 60px 0px;
}
}

/* Small Mobile */
@media (max-width: 576px) {
    .ltn__section-title-2 .section-title {
        font-size: 20px;
    }
     .section-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 18px;
}
 .ltn__slide-item-2 .slide-title {
        font-size: 20px;
    }
    .mobile-padding{
    padding: 50px 0px;
}
.ltn__slide-item-3-normal {
        padding-top: 50px;
        padding-bottom: 10px;
    }
      .ltn__slider-3{
    padding-bottom: 30px;
}
}


