@media only screen and (max-width:1280px) {
    .owl-nav button.owl-prev, .owl-nav button.owl-next {border-radius:25px}
    .owl-prev {left:-35px}
    .owl-next {right:-35px}
}
@media only screen and (max-width:1200px) {
    .center {margin:0 auto}
    .header, .footer, .promo_section {border-radius:0}
    .content {padding-right:20px}
    .logo {top:16px}
}
@media only screen and (max-width:1024px) {
    .center {margin:150px auto 0; position: relative;}
    .logo {position:absolute;top:-125px;right:45%;left:45%}
    .header_right {flex:1}
    .header {min-height:60px}
    .promo_items {height:285px}
    
    .top_nav {display: none;}
    .search-box {flex:auto}
    .search-box input {width:100%}
   
  }
@media only screen and (max-width:992px) {
    .promo_items {height:220px}
}
@media only screen and (max-width:800px) {
    .logo {left:44%}
}
@media only screen and (max-width:768px) {
    .promo_items {height:265px}
}
@media only screen and (max-width:640px) {
    .logo {left:42%}

}
@media only screen and (max-width:575px) {
    .logo {left:41%
}
@media only screen and (max-width:480px) {
    .logo {left:40%}
   
}
@media only screen and (max-width: 360px) {
 
    .logo {left:36%}
    
}}