@media screen and (max-width: 1250px) {
    .menu-pc{display: none!important;}
    .menu-mobile{display: flex!important;position: absolute;left: 10px;top: 50%;transform: translate(0,-50%);}
    .container{max-width: 100%;}
    .form-search{display: none!important;}
    .map_footer iframe{margin-top: 3rem;}
    #arcontactus{display: block;}
    .widget-desktop,.header::before{display: none;}
    .logo{position: relative;}
    .header{background: #202544;}
    .header .col-lg-5{justify-content: start!important;}
    .menu .container{justify-content: center!important;}
    .product__grid{gap: 10px;}
}

@media screen and (max-width:992px) {
    .table-wishlist{min-width: 900px;}
    .product__grid{grid-template-columns: repeat(3,1fr);}
    .menu.fixed.show .logo{max-width: 50px;}
    .desc{font-size: 15px;}
    .fs-20{font-size: 18px;}
    .fs-32{font-size: 28px;}
    .fs-28{font-size: 22px;}
}

@media screen and (max-width:900px) {
    .news__grid{grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width:768px) {
    .img-call{max-width: 18px;}
    .content-pr{font-size: 13px;}
    .price::before{left: 96%;}
    .banner_full .background{height: 250px;}
    .fs-28{font-size: 18px;}
    .fs-32{font-size: 25px;}
    .fs-24{font-size: 20px;}
}

@media screen and (max-width:700px) {
    .product__grid{grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .breadcrumb-item{font-size: 12px;}
    body{font-size: 15px;}
    .content-pr .call{padding-right: .3rem!important;}
    .desc{font-size: 14px;}
    .news__grid{gap: 10px;}
    
}

@media screen and (max-width:450px) {
   .banner_full .background{height: 180px;}
   body{font-size: 14px;}
   .fs-24{font-size: 16px;}
   .fs-32{font-size: 20px;}
   .fs-20{font-size: 16px;}
   .fs-28{font-size: 15px;}
   .price{padding: 10px 15px !important;}
   .price::before{background-size: 100% 100%;height: 28px;left: 94%;}
   .owl-about{max-width: 140px;}
   /* .product__grid{grid-template-columns: 100%;} */
   .news__grid{grid-template-columns: 100%;}
   .content-pr{flex-direction: column-reverse;}
   .price{position: relative; border-radius: 2rem;text-align: center;}
   .content-pr .call{justify-content: center;padding: 5px 10px!important;}
}

@media screen and (max-width:320px) {
    .breadcrumb-item{font-size: 9px;}
    .logo{max-width: 110px;}
    body{font-size: 13px;}
}