/* ====================================================
    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 screen and (min-width: 320px) and (max-width: 480px) {

    .top-bar-right.text-end{display: none;}

    .ltn__header-middle-area {
        z-index: 999;
        background: #fff;
      }
      .site-logo img{ width: 100px;}
      .ltn__logo-right-menu-option .site-logo-wrap, .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin: 0px 0 0px;
      }
      .mobile-menu-toggle {
        margin-right: 14px;
        margin-top: 5px;
      }
      .mobile-menu-toggle svg{top: 70%;}
      .ltn__header-4 .ltn__header-middle-area, .ltn__header-5 .ltn__header-middle-area {
        padding-top:6px;
        padding-bottom: 6px;
      }
      .carousel-caption h3 {
        font-size: 15px;}
        .carousel-caption{width: 62%; left: 12%;}

        .carousel-caption p { display: none;}

      .bg-image {
        background-size:initial;
        background-position: inherit;
        background-repeat: no-repeat;
      }

      .carousel {
        position: relative;
        z-index: 11111;
        top: 0px;
      }

      div#demo {
        display: inline-block;
    }
    .ltn__slider-area.ltn__slider-3.section-bg-1 {
        display: none;
    }

    .ltn__about-us-area {
        padding: 60px 0px;
        background: #0476b2;

        
        margin: 0px 0 0 0;
      }
      .ltn__section-title-2 .section-title {
        font-size: 24px;
        padding: 0px 0px 0 0;
      }

      .ltn__blog-area.ltn__blog-item-3-normal {
        padding: 50px 0px;
      }
      .ltn__call-to-action-area.ltn__call-to-action-4.bg-image.pt-115.pb-120{padding: 40px 0;}
      .btn {
        padding: 10px 13px;
        font-size: 12px;
      }
      .footer-top-area{padding-top: 40px}
}
