/* ====================================================
    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;
    }
.ltn__slide-item-3 .slide-item-info {
    left: -20px !important;
}
.ltn__slide-item-2 .slide-title {
    font-size: 40px !important;
    font-family: var(--font_jakarta);
}
.about-title {
    font-size: 1rem !important;
    width: 93% !important;
    text-align: justify ;
}
.pt-60 {
    padding-top: 30px !important;
}
.pb-60 {
    padding-bottom: 30px !important;
}
.custom_button {
    position: relative;
    z-index: 123;
}
.hero-shape3-9 {
    left: -5% !important;
}
.text-content p {
    text-align: justify;
}
.txt_justify{
    text-align: justify !important;
}
.w-90{
    width: 90%;
    margin: auto;
}
ul.wall {
    z-index: 159 !important;
}
.section-space {
    padding-bottom: 30px !important;
}
.services_box1>.card {
    min-height: auto !important;
}
.main-title {
    font-size: 1.2rem !important;
}
.pb-90 {
    padding-bottom: 30px !important;
}
}

