/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        /* max-width: 1200px; */
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
        /* max-width: 1500px; */
        /* max-width: 1200px; */
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
}

/* 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;
    }
    .top-btn {
        right: 100px;
    }
}

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

    .site-logo-wrap {
        width: 100%;
        justify-content: space-between !important;
        display: flex;
    }

    .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
        margin-top: 0px !important;
    }
    .ltn__header-top-area {
        padding: 0px !important;
    }
    .site-logo-wrap i {
        font-size: 28px;
        color: white;
    }
    span.index-module_type__E-SaG {
        font-size: 2.5em !important;
    }
    .ltn__slide-item-inner {
        overflow: hidden;
    }
    /* .ltn__slide-item-2 {
        padding-top: 150px;
    } */
    .ltn__slide-item-2 .slide-sub-title {
        text-align: center;
        align-self: center;
    }
    .ltn__slide-item-2 .btn-wrapper {
        align-self: center;
    }
    .ltn__slide-item-2 .slide-sub-title {
        width: 80%;
    }
    .top-btn {
        left: 40%;
    }
    ul.menu-ul {
        flex-direction: column;
    }
    .ltn__brand-logo-item2 h3 {
        font-size: 24px;
        font-weight: 600;
    }
    .col-xs-6 {
        width: 49.5%;
    }
    .counter, .counterUp-letter, .counterUp-icon {
        font-size: 22px;
    }
    .latest-project-section .section-title-area {
        flex-direction: column;
        text-align: center;
    }
    .custom-dropdown {
        margin-bottom: 30px;
    }
    .btn-wrapper {
        text-align: center;
    }
    .section-title-area {
        text-align: center;
    }
    .coll-to-info.text-color-white {
        text-align: center;
    }
    .footer-widget {
        text-align: center;
    }
    .site-logo {
        justify-content: center;
    }
    .footer-address ul li .footer-address-icon {
        float: unset;
        margin-bottom: 10px;
    }
    .footer-address i {
        font-size: 23px;
    }
    .ltn__social-media i, .ltn__social-media svg {
        font-size: 18px;
        width: 40px;
        height: 40px;
        padding: 11px !important;
    }
    footer .ltn__social-media a svg {
        margin-bottom: -11px;
    }
    /* .ltn__list-item-half li {
        justify-content: center;
    } */
    .portfolio-section-left > img {
        margin-top: 20px;
        margin-bottom: 20px;
        /* display: none; */
    }
    .portfolio-feature-info {
        padding-bottom: 30px;
        margin-top: 0px;
    }
    .other-portfolio-main-container > div {
        flex-direction: column-reverse;
    }
    .portfolio-left-container {
        order: 1;
        margin-bottom: 15px;
    }
    .section-title-area {
        order: 2;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .flex-xs-column {
        flex-direction: column !important;
    }
    .about-us-img-wrap img {
        margin-bottom: 20px;
    }
    /* .ltn__core-values-section .second-container {
        display: none;
    } */

    .hero-section-title-tag h1 {
        font-size: 70px;
    }
    .page-title-animated h1 {
        font-size: 24px!important;
    }
    .ltn__product-list-view .ltn__product-item-5 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .ltn__product-list-view .ltn__product-item .product-img {
        width: 100%;
    }
    .ltn__product-item-5 .product-badge li {
        display: none;
    }
    .justify-xs-content-center {
        justify-content: center !important;
    }
    .MsoNormal {
        font-size: 18px;
    }
    .ltn__product-item-4 .product-title {
        font-size: 24px;
    }
    .ltn__product-list-view .ltn__product-item-5 .product-info-bottom {
        justify-content: center;
    }
    .flex-xs-column {
        flex-direction: column !important;
    }
    .justify-xs-between {
        justify-content: space-between !important;
    } 
    .w-xs-100 {
        width: 100% !important;
    }
    .mt-xs-25 {
        margin-top: 25px !important;
    }
    .ltn__blog-meta ul {
        display: none;
    }
    .ltn__page-details-inner h1 {
        margin-top: 50px !important;
    }
    .ltn__page-details-inner {
        text-align: center;
    }
    .ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active {
         padding-left: 0px;
    }
    /* .ltn__slide-item-2 {
        padding-top: 60px;
    } */
    .ltn__breadcrumb-inner h1, .ltn__breadcrumb-inner p {
        font-size: 35px;
    }
    .gallery-v2 figure {
        margin-top: 1px;
        width: 150%;
    }
    .gallery-v2 .container {
        column-count: 2;
    }
    .title-2 {
        text-align: center;
    }
    .contact-form-box {
        text-align: -webkit-center;
        text-align: center;
    }
    .contact_item_container {
        background-color: unset !important;
        width: 100%;
    }
    .details_item_container {
        margin-right: 0px;
    }
    .custom-dropdown {
        text-align: left;
    }
    .address-container {
        width: 100%;
    }
    .ltn__breadcrumb-area {
        padding-top: 210px;
    }
    .other-portfolio-container.d-flex {
        border-top: 1px solid black;
        padding-top: 28px;
    }
    /* .justify-xs-content-center {
    } */
    .text-xs-center {
        text-align: center;
        text-align: -webkit-center;
    }
    .details_item_container {
        text-align: left;
    }
    .float {
        right: 25px;
    }
    /* .ltn__slide-item-2.ltn__slide-item-7 {
        padding-top: 140px;
    } */
    .ltn__slider-area.ltn__slider-4 .hero-section-title-tag h1 {
        font-size: 70px;
    }
    .ltn__slider-area.ltn__slider-4.margin-t-header {
        height: 95vh;
        /* height: 100vh; */
    }
    .ltn__breadcrumb-area-about {
        padding-top: 230px;
        height: 95vh;
        /* height: 450px; */
    }
    .ltn__breadcrumb-area > div {
        align-items: center;
        display: flex;
    }
    .latest-cta-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ltn__core-values-section .cards {
        width: 80%;
    }
    .box-cards-container {
        justify-content: center;
    }
    .prod-adv-img img {
        height: 230px;
    }
    .make-in-india-section .row .col-lg-7 {
        order: 2;
    }

    .make-in-india-section .row .col-lg-5 {
        order: 1;
    }
    .ltn__breadcrumb-area-contact {
        height: 790px;
    }
    #scrollUp {
        bottom: 120px;
        right: 40px;
    }

    ul.desc-li {
        display: inline-grid;
    }
    ul.desc-li li {
        width: 100%;
        margin-top: 0px;
        display: block;
    }
 
}

@media only screen and (min-width: 676px) {
    .ltn__blog-item-3.blog-custom .ltn__blog-img img {
        height: 500px;
        width: 100%;
    }
}
