@media only screen and (min-width: 1200px) {
  .mobile-view{
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .desktop-view{
    display: none;
  }
  .rto-txt{
    top: 0px;
    border-bottom-right-radius: 50px;
    bottom: inherit;
  }
  .page-heading{
    font-size: 25px;
  }
  .sml-logo{
    width: 150px;
  }
  .md-available{
    width: 90px;
  }
  .cui img{
    width: 25px;
    filter: brightness(0) invert();
  }
  .call-us-today h4{
    font-size: 15px;
  }
  .site-nav-link li{
    margin-left: 0px;
  }
  .site-card-ve .icon-container{
    width: 70px;
    height: 70px;
  }
  .icon-container img{
    width: 50px;
  }
  .site-card-ve{
    padding: 20px 15px;
  }
  .product-table td{
    font-size: 12px;
  }
    .owl-carousel .owl-stage-outer {
      overflow: hidden;
    }
}
@media only screen and (max-width: 1024px){
  .tab-view{
    display: block;
  }
  .mobile-view{
    display: none;
  }
  .product-par{
    min-height: 70px;
  }
}

@media only screen and (max-width: 767px){
  .mobile-view{
    display: block;
  }
  .tab-view{
    display: none;
  }
  .product-par{
    min-height: 0px;
  }
}
@media only screen and (max-width: 810px){
  .page-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px){
  .site-tab-pills{
    min-width: 90px;
    margin: 0px 3px;
    font-size: 13px;
  }
  .breadcrum-site-ul{
    justify-content: center;
  }
  .sml-logo{
    width: 140px !important;
  }
  .breadcrum-site-ul img{
    width: 100px;
  }
  .page-heading{
    text-align: center;
  }
  .logo{
    width: 200px;
  }
  .page-heading{
    font-size: 20px;
  }
  .site-footer{
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 1000px){
  .site-btn{
    min-width: 150px;
  }

}
