@media only screen and (max-width: 768px) {
  p {
      font-size: 13px;
      text-align: justify;
      line-height: 25px;
      font-weight: 400 !important;
      font-family: 'Poppins';
  }
  .header-logo a img {
      /* max-width: 100%; */
      width: 143px;
  }
  
  .clasic-service-image{
      display: none;
  }
  .clasic-service-content {
      padding-left: 53px;
      padding-top: 16px;
  }

/* Header Search */
.nav-search {
  position: relative;
  margin-right: 40px;
  margin-left: 25px; }
  .nav-search button {
    background: transparent; }
  .nav-search form {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    z-index: 777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 375px) {
      .nav-search form {
        width: 275px; } }
    .nav-search form.hide {
      display: none; }
    .nav-search form input {
      border: none;
      padding: 15px 5px 15px 25px; }
    .nav-search form button {
      padding: 15px 20px 15px 0; }


      .purchase-info .shop-btn {
        color: white;
        background: #000;
        padding: 6px 24px;
        text-align: center;
        border-radius: 10px;
        margin-left: 15px;
    }  
}

@media only screen and (max-width: 992px) {

  .wrap {
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    position: initial;
    /* margin: 20px auto; */
    left: 0;
    transform: translate(15%, 50%) !important;
    min-width: 263px;
}
.side_details {
  /* background-color: #c0c0c0; */
  position: relative;
  top: 16%;
  /* padding: 40px; */
  width: 100%;
  z-index: 9;
}
.none-display{
  display: none;
} 
.flx-rv{
  display: flex !important;
  flex-direction: column-reverse !important;
}
}


@media only screen and (min-width: 992px) {
.display-none{
  display: none;
}}



