@media only screen and (min-width:1200px) {
  .pe-xl-90 {
    padding-right: 90px;
  }

}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lpt_footer{
    margin-left: -10px;
  }
}
@media only screen and (max-width:1580px) {
    .pt-150,
    .pt-140{
      padding-top: 80px;
    }
    .pb-120,
    .pb-150{
      padding-bottom: 80px;
    }
    footer .footer-widget .contact-area .hotline-area .content h6 a,
    footer .footer-widget .menu-container ul li a{
      font-size: 14px;
    }
    footer .footer-btm .copyright-area p {
        margin-bottom: 0;
    }
    .tp-about-big-text h6{
        font-size: 100px;
    }
}

@media only screen and (max-width:1366px){
  #slider {
    height: auto !important;
  }
}

@media only screen and (max-width:1200px) {
  .floating-counters {
    display: none;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }
  .tp-header-logo{
    max-width: 225px;
  }
  .about-us.mvv_sec {
    padding: 60px 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  body{
    font-size: 14px;
  }
  .pt-150,
    .pt-140{
      padding-top: 50px;
    }
    .pb-120,
    .pb-150{
      padding-bottom: 50px;
    }
  .about-style-two .image-box-two {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #slider {
    height: auto !important;
    margin-top: 70px;
  }
  .h_pro_sec .grid .grid-item:nth-child(2){
    margin-top: 0;
  }
  .h_pro_sec .gx-80{
    margin: 0;
    --bs-gutter-x: 30px;
  }
  .tp-project-style-2 .tp-project-content {
    padding: 20px 5px;
  }
  footer .footer-btm .copyright-area{
    text-align: center;
  }
  .tp-header-area.tp-header-pinned{
    transform: translateY(0px);
    width: 100vw;
  }
}

@media only screen and (max-width: 767px){
    .about-us.mvv_sec {
        padding: 20px 0 20px;
      }
}

@media only screen and (max-width:575px){
  .d-n-small{
    display: none;
  }
  footer{
    padding-top: 50px;
  }
  footer .footer-widget .contact-area .hotline-area .content h6 a, footer .footer-widget .menu-container ul li a {
    font-size: 12px;
  }
  .breadcrumb__height {
    height: 250px;
  }
  .about-us.mvv_sec {
    background: #fafafa;
  }
}
