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

}

@media (max-width: 575.98px) {



    .pl85 {
        margin: 0px;
    }
    .care {
        width: 100%;
        margin: 0px;
    }
    .contact-form-box {
        padding: 0px;
    }

    .mb--100 {
        margin-bottom: 200px;
    }

    .before-bg-bottom-2:before {
        position: relative;
        content: "";
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;

    }

    .ltn__blog-title-10 {
        margin-left: 96px;
    }

    .ltn__blog-title-1 {
        margin-left: 136px;
    }

    .ltn__blog-title-3 {
        margin-left: 124px;
    }
    .ltn__blog-title-4 {
        margin-left: 108px;
    }
    .pees-7 {
        font-size: 30px;
    }

    .section-subtitle-2{
        margin-top: 5px;
    }
    .ltn__slide-item-2 .slide-title {
        font-size: 20px;
    }

    .ltn__header-5 .top-bar-right, .ltn__header-4 .top-bar-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -25px;
        float: right;
    }

    .ltn__top-bar-menu .ltn__currency-menu .active-currency, .ltn__top-bar-menu>ul>li {
        font-size: 11px;
    }

    .mobile-menu-toggle svg {
        margin-top: -50px;
        width: 70px;
        margin-left: -5px;
    }

    ._top-bar-menu1 {
        margin-left: 36px;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
        margin-right: 0px;
        margin-left: 0px;
}


.ltn__header-top-area {
    padding: 5px 0;
    


}

.slick-dots {
    margin: 0 0 15px;
    margin-left: 145px;
}

.carousel-item img {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-dots {
    margin-left: 0px !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 38px;
}
.carousel-caption__1 h1 {
    font-size: 20px;
}
.carousel-caption__1 p {
    font-size: 12px;
}
.clearfix p {
    text-align: center;
}


}







@media (max-width: 720px) {

    .pl85 {
        margin: 0px;
    }
    .care {
        width: 100%;
        margin: 0px;
    }
    .contact-form-box {
        padding: 0px;
    }

    .mb--100 {
        margin-bottom: 200px;
    }

    .before-bg-bottom-2:before {
        position: relative;
        content: "";
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        /* background-color: var(--section-bg-1); */
    }

    .ltn__blog-title-10 {
        margin-left: 96px;
    }

    .ltn__blog-title-1 {
        margin-left: 136px;
    }

    .ltn__blog-title-3 {
        margin-left: 124px;
    }
    .ltn__blog-title-4 {
        margin-left: 108px;
    }
    .pees-7 {
        font-size: 30px;
    }

    .section-subtitle-2{
        margin-top: 5px;
    }
    .ltn__slide-item-2 .slide-title {
        font-size: 20px;
    }

    .ltn__header-5 .top-bar-right, .ltn__header-4 .top-bar-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -25px;
        float: right;
    }

    .ltn__top-bar-menu .ltn__currency-menu .active-currency, .ltn__top-bar-menu>ul>li {
        font-size: 11px;
    }

    .mobile-menu-toggle svg {
        margin-top: -50px;
        width: 70px;
        margin-left: -5px;
    }


}