.body__overlay { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 120; display: none; }
@media (min-width: 992px) {
 /*.sm__logo__sec { display: none; }*/
}

@media (max-width: 1199px) {
  h1 { font-size: 40px; line-height: 55px;}
  h3 { font-size: 20px;}
/*  .main-banner-slide { min-height: 500px;} */
 .site-nav { padding: 0;}
 .mud-king-products-logo { width: 200px;}
 .site-nav { margin: 20px 0 0; width: 710px;}
 .site-nav .menu li { margin: 0 10px;}
 .site-nav .menu li a { font-size: 14px; }
 .top-search { width: 180px; }
 .banner-slide-details { padding: 140px 0 0;}
 .banner-slide-details h1 { margin-bottom: 40px;}
 .brochure-sec-inner { padding: 0 35px;}
 .brochure-sec-inner h3 { font-size: 32px; line-height: 52px;}
 .slick-prev, .slick-next { width: 20px; height: 38px; background-size: 100% !important;}
 .slick-prev { left: -20px;} 
 .slick-next{ right: -20px;}
 .product-title { font-size: 20px;}
 .footer-tagline h3 { font-size: 36px; line-height: 40px;}
 .copyright-sec { margin-top: 60px;}

 .careers-content { padding: 0;}

 .main-mkp-banner { padding: 100px 0 30px;  background: url(../img/mkp-banner2b2.jpg) 50% 0 no-repeat; background-size: cover; }
.main-mkp-banner .container { position: relative; top:inherit; left:inherit; right:inherit; }
.main-content { padding: 0 0 10px; background: rgba(255,255,255,.60); margin: 0;}
.mkp-home-banner { width: 100%; display: none;}

} 
@media (max-width: 991px) {
/*--Index page--*/
.sm__logo__sec { display: block; background: #fff; padding: 15px;}
.sm__logo__sec a { display: block; max-width: 250px; }
 .menu-icon {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 99999;
  }
  .menu-icon span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #620006;
    top: 50%;
    left:  50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .menu-icon::before {
    position:  absolute;
    content:  "";
    width: 30px;
    height: 2px;
    background: #620006;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -10px) rotate(0deg);
    -moz-transform: translate(-50%, -10px) rotate(0deg);
    -ms-transform: translate(-50%, -10px) rotate(0deg);
    transform: translate(-50%, -10px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    }
  .menu-icon::after {
    position:  absolute;
    content:  "";
    width: 30px;
    height: 2px;
    background: #620006;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, 8px) rotate(0deg);
    -moz-transform: translate(-50%, 8px) rotate(0deg);
    -ms-transform: translate(-50%, 8px) rotate(0deg);
    transform: translate(-50%, 8px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
  .menu-icon.active span{
    display: none;
  }
  .menu-icon.active::before{
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
    -moz-transform: translate(-50%, 0px) rotate(45deg);
    -ms-transform: translate(-50%, 0px) rotate(45deg);
    transform: translate(-50%, 0px) rotate(45deg);
  }
  .menu-icon.active::after{
    -webkit-transform: translate(-50%, 0px) rotate(-45deg);
    -moz-transform: translate(-50%, 0px) rotate(-45deg);
    -ms-transform: translate(-50%, 0px) rotate(-45deg);
    transform: translate(-50%, 0px) rotate(-45deg);
  }
.site-nav{
    position: fixed;
    width: 100%;
    max-width: calc(100% - 60px);
    top: 0%;
    background: #620006;
    text-align: left;
    left: calc(-100% + 60px);
    margin: 0;
    bottom: 0;
    right: 0;
    padding:  0;
    opacity: 0;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
  }
  body.menu-in{
    overflow: hidden;
  }
  .site-nav .menu ul { width: 100%;}
/*  .menu-in .menu-icon  { top: 0;}*/
.site-nav .menu li a:hover, .site-nav .menu li.active a { text-decoration: none;}
body.menu-in .site-nav{
    top: 0;
    left: 0;
    opacity: 1;
    padding-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 1px 10px rgba(0,0,0,.3);
  }
body.menu-in  .body__overlay { display: block; }
 .site-nav .menu {
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
    margin:0;
    vertical-align: top; border-top: 0px solid #2e2118; padding: 0 0 0;
  }
.site-nav .menu:before { 
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 180px 0 0;
    border-color: #7b060d transparent transparent transparent;
}
 .site-nav .menu li{
    display: block;
    width: 100%; margin: 0;
  }
.site-nav .menu li{
    margin: 0 !important;
  }
.site-nav .menu li a{
    display: block;
    font-size: 18px; color: #fff;
    font-weight: 400; position: relative; line-height: 30px;
    text-transform: capitalize;
    padding: 13px 30px;
    padding-left: 40px;
    border-bottom: 0px solid #261d17;
  }
.site-nav .menu li a::before,
.site-nav .menu li a::after{
    display: none;
  }
 .site-nav .menu li a::before{
    display: block;
    content: "-";
    border: none;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ffffff;
    top: 13px;
    height: auto; width: auto !important; 
    left: 15px;
    position: absolute;
  }
.site-nav .menu li.active a{
    color: #fff;
    background: #5d0006;
    border-left: 3px solid #540308;
  }
.site-nav .menu li.active a::before{
    color: #fff;
  }
/*  .menu-icon.active::before , .menu-icon.active::after { background: #fff;} */

 .top-search-details  { float: left; width: 100%; padding: 20px 40px; display: block; position: relative;}
 .top-contact-details li { margin-right: 10px; padding-right: 10px;}
 .top-search-details li { width: 100%; margin: 0 0 15px;}
 .select-language { width: 100%; }
 .top-search { width: 200px;}

 .top-menu-search { float: left; width: 100%; padding: 20px 40px; display: block; position: relative;} 
  .top-search { position: relative; width: 100%;}
  .top-search input { color: #fff; background: none !important; border: 1px solid #fff !important; border-radius: 3px; height: 44px;}
  .search-icon { top: 7px;}
  .select-language select { background: transparent url(../img/select-arrow.png) 98% 50% no-repeat !important; border: 1px solid #fff !important; border-radius: 3px; height: 44px; color: #fff;}

 .main-header  { padding: 15px 0 !important; position: relative !important; top:inherit !important; left:inherit !important; background:#fff !important; }
 .mud-king-products-logo { position: relative; top: inherit; left: inherit; right: inherit; margin:0; display: block; width: 280px;}
  
  body { font-size: 14px; line-height: 24px;}
  h1 { font-size: 30px; line-height: 40px;}
  h2 { font-size: 24px; line-height: 32px;}
  h3 { font-size: 18px;}

 .banner-slide-details { padding: 90px 0 0;}
 .banner-slide-details h1 { margin-bottom: 30px;}
 .main-content-sec { padding: 40px 0;}
 .main-mkp-banner { padding: 20px 0;}
 .main-content p { padding: 15px 20px;}
 .main-content h3 { margin: 10px 0 0; padding: 10px 20px;}
 .brochure-sec-inner { padding: 0 15px;}
 .brochure-sec-inner h3 { font-size:24px; line-height:38px;}
 .slick-prev, .slick-next { z-index: 2; width: 20px; height: 38px; background-size: 100% !important;}
 .slick-prev { left:0px;} 
 .slick-next{ right:0px;}
 .featured-products-sec { padding: 30px 0 50px;}
 .product-title { font-size: 18px;}
 .footer-tagline h3 { font-size: 24px; line-height: 30px;}
 .footer-tagline span img { width: 80px;}
 .main-footer { padding: 35px 0 0;}
 .main-footer h4 { font-size: 20px; margin-bottom: 15px;}
 .socialmedia-icons , .address { margin-bottom: 25px;}
 .address li { margin: 0 0 5px !important;}
 .copyright-sec { margin-top: 40px;}
 #elevator_item { right: 20px; width: 24px; height: 24px; font-size: 24px;}
 #elevator { width: 24px; height: 24px;}

.page-title-banner { padding: 120px 0;}
.about-thumb { margin: 20px 0 10px;}

.catalog-lists { margin: 20px 0 30px;}
.form-group { margin-bottom: 20px;}
/*  .main-banner-slide { min-height: 320px;} */

/*  .fix-banner-slide  .main-banner-slide { min-height: 320px;} */
.banner-slide-details.newcon { padding: 90px 0 0;}
}
@media (max-width: 767px) {
/*--Index page--*/
/* body.menu-in .site-nav { padding-top: 55px;} */
/* .menu-in .menu-icon { top: 0px;} */
.site-nav .menu li a { padding: 10px 30px; padding-left: 40px;}
.site-nav .menu li a::before { top: 8px; left: 18px;}
.sm__logo__sec a { max-width: 200px; }

body { font-size: 15px; line-height: 26px;}
p { margin-bottom: 15px; letter-spacing: 0;}
h1 { font-size: 18px; line-height: 24px;}
h2 { font-size: 18px; line-height: 26px; margin: 0 0 20px;}
h3 { font-size: 16px; line-height: 26px; margin: 0 0 20px;}
textarea { height: 150px;}
.top-header-bar { padding: 2px 0;}
.top-contact-details li { font-size: 12px;}
.mud-king-products-logo { width: 200px ; margin: 0 0;}
.menu-icon { top: 15px;}
.banner-slide-details { padding:45px 0;}
.banner-slide-details h1 { margin: 0 0 10px;}
.btn { padding: 7px; width: 130px;}
.main-content-sec { padding: 30px 0;}

 .main-mkp-banner { padding: 15px 0; background-position: 75% 50%;}
 .main-content p { padding: 10px 15px;}
 .main-content h3 { margin: 5px 0 0; padding: 7px 15px;}

.main-heading { padding: 0 0 15px;}
.main-heading::after { width: 80px;}
.brochure-sec-inner h3 { font-size: 20px; line-height: 32px; text-align: center; margin:15px 0 20px;}
.featured-products-list { padding: 1px;}
.footer-tagline h3 { font-size: 24px; line-height: 34px;}
.footer-tagline span { margin: 0; width: 100%;}
.footer-tagline span img { display: block; margin: 0 auto; width: 70px;}
.main-footer { padding: 25px 0 0;}
.main-footer h4 { float: left; width: 100%;}
.main-footer .col-sm-12 { width: 100%; float: left;}
.socialmedia-icons { width: 100%;}
.socialmedia-icons li a { width: 40px; line-height: 40px; height: 40px; font-size: 18px;}
#elevator_item { right: 10px; width: 25px; height: 25px; font-size: 25px;}
#elevator { width: 25px; height: 25px;}

 
/* .top-menu-search { float: left; width: 100%; padding: 20px 40px; display: block; position: relative;} 
.top-search { position: relative; width: 100%;}
.top-search input { background: none !important; border: 1px solid #4d4d4d !important; border-radius: 3px; height: 44px;}
.search-icon { top: 7px;} */
.menu-languages { display: table; margin: 0 auto 15px;} 
.menu-languages li { float: left; margin: 0 10px;} 
.menu-languages li a { color: #fff; text-transform: uppercase;}

/*About Us css*/
.page-title-banner { padding: 60px 0;}
.about-content-sec h2 { width: 100%;}
.slick-prev, .slick-next { top: 90px;}

.main-product-list .product-title { font-size: 16px; margin: 10px 0 0;}

.catalog-lists { margin: 10px 0 20px; float: left;}
.catalog-lists a{ margin: 0 auto 20px;}
.form-group { margin-bottom: 15px;}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="file"], input[type="number"], select, textarea, .form-control { padding: 10px;}
.top-search input { padding-right: 35px; color: #fff;}
/* .main-banner-slide { min-height: 220px;} 
.fix-banner-slide  .main-banner-slide { min-height: 220px;}*/
.banner-slide-details.newcon { padding:45px 0;}
} 
@media (max-width: 480px) {
}
@media (max-width: 385px) {
}
@media (max-width: 360px) {
/*--Index page--*/
}
@media (max-width: 359px) { 

}