/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1750px) {

    .hero-sheap-containt {
        left: 15px;
      }
      .hero-sheap-containt h3 {
        font-size: 61px;
      }
      .hero-sheap-containt p {
        font-size: 28px;
      }
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    .header-logo a img {
        max-width: 500px;
        z-index: 99;
        position: relative;
        margin-bottom: -56px;
      }
      .hero-area {
        height: 411px;
      }
      .hero-sheap-containt {
        left: 15px;
      }
      .hero-sheap-containt h3 {
        font-size: 52px;
      }
      .hero-sheap-containt p {
        font-size: 24px;
      }
      .hero-sheap {
        height: 189px;
      }
      .price-title h3 {
        font-size: 30px;
      }

}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .header-logo a img {
        max-width: 362px;
        z-index: 99;
        position: relative;
        margin-bottom: -39px;
      }
      .hero-area {
        height: 368px;
      }
      .hero-sheap-containt {
        left: 15px;
      }
      .hero-sheap-containt h3 {
        font-size: 52px;
      }
      .hero-sheap-containt p {
        font-size: 24px;
      }
      .hero-sheap {
        height: 189px;
        width: 86%;
      }
      .price-title h3 {
        font-size: 30px;
      }


.price-fl {
  flex-wrap: wrap;
}
.single-price {
  width: 48%;
  margin-bottom: 27px;
}
.eine-fl {
  flex-wrap: wrap;
}
.single-box {
  width: 48%;
  margin-bottom: 25px;
}






}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .header-logo a img {
        max-width: 163px;
        z-index: 99;
        position: relative;
        margin-bottom: 0;
      }
      .hero-area {
        height: 245px;
      }
      .hero-sheap-containt {
        left: 15px;
      }
      .hero-sheap-containt h3 {
        font-size: 33px;
      }
      .hero-sheap-containt p {
        font-size: 15px;
      }
      .hero-sheap {
        height: 123px;
        width: 100%;
        bottom: -32px;
      }
      .price-title h3 {
        font-size: 30px;
      }


.price-fl {
  flex-wrap: wrap;
}
.single-price {
  width: 100%;
  margin-bottom: 27px;
}
.eine-fl {
  flex-wrap: wrap;
}
.single-box {
  width: 100%;
  margin-bottom: 25px;
}

.header-fl {
  /*! flex-wrap: wrap; */
}
.header-menu {
  width: 100%;
  text-align: center;
}
.header-logo {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.header-menu li {
  margin: 0 10px;
}
.header-menu li a {
  font-size: 13px;
}

}





/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}