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

/* Normal desktop :1366px. (Laptop 15.6") */
@media (min-width: 1200px) and (max-width: 1400px) {}


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

    .ltn__copyright-area .container, .ltn__copyright-area .container-fluid{ height: 100px;}
    .ltn__shop-details-img-gallery{ margin-bottom:10px}
    .ltn__newsletter-inner.text-center h1 {
        padding: 28px 0px;
        font-size: 36px;
      }
      .section-title{ font-size: 36px;}
      .ltn__feature-area.before-bg-bottom-2.mb--30---.plr--5{ padding-top: 30px;}



      .slick-track{background: #fff;}
      .ltn__top-bar-menu{display: none;}
      .top-call{display: inline-block;}
      .mini-cart-icon{display: none;}
      .ltn__header-6 .site-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: left;
      }
      .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 42%;
      }

      .ltn__header-4 .ltn__header-middle-area, .ltn__header-5 .ltn__header-middle-area {
  
        border-bottom: 1px solid #ccc;
      }
      .section-bg-2{ background: #fff;}
      .ltn__copyright-area{ background: #44ad75;}
      .sites-logo img{ width: 70%;}

      .ltn__about-us-area.pb-120 {
        background: #eee; padding: 20px 0px 0 0;
    }
    .ltn__breadcrumb-area{ padding: 40px 0px; }
    .section-title{font-size: 15px;} 
    .ltn__social-media-2 ul li{ margin-right: 4px;}
    h3.pebb{font-size: 30px;}

    .pt-110 {
        padding-top: 42px;
      }
      .section-title.pro {
        font-size: 30px;
      }
      .appro h4 {
        padding: 0px;
        font-size: 18px;
        color: #000;
        margin: 15px 0px;
        line-height: 33px;
      }
}