
/*1200px to 1225px*/
@media (min-width: 1200px) and (max-width: 1225px) {
    .client.owl-theme .owl-nav [class*=owl-] {
        top: 0;
        font-size: 40px;
    }
    .client.owl-theme .owl-nav .owl-prev {
      left: -45px;
    }
    .client.owl-theme .owl-nav .owl-next {
      right: -45px;
    }
}
/*1200px to 1225px*/

/*992px to 1199px*/
@media (min-width: 992px) and (max-width: 1199px) {
    .client.owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    #banner img {
        min-height: 600px;
    }
    #banner p {
        font-size: 20px;
    }
    #banner h5 {
        font-size: 40px;
    }
    .social_links a.pl-3 {
        padding-left: 0!important;
    }
}
/*992px to 1199px*/


/*768px to 991px*/
@media (min-width: 768px) and (max-width: 991px) {
    .slide-one-item.home-slider .owl-prev {
      left: -25px !important;
    }
    .slide-one-item.home-slider .owl-next {
      right: -25px !important; 
    }
    .client.owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    .logo-block img {
        max-height: 90px;
    }
    #banner img {
        min-height: 600px;
    }
    #banner p {
        font-size: 18px;
    }
    #banner h5 {
        font-size: 30px;
    }
    #banner .carousel-caption {
        margin-top: 2rem;
    }
    #enquireForm .modal-dialog {
        max-width: 95%;
    }
}
/*768px to 991px*/

/*320px to 767px*/
@media (min-width: 320px) and (max-width: 767px) {
    .logo-block img {
        max-height: 80px;
    }
}
/*320px to 767px*/

/*576px to 767px*/
@media (min-width: 576px) and (max-width: 767px) {
    
     #banner img {
        min-height: 500px;
    }
    #banner p {
        font-size: 16px;
    }
    #banner h5 {
        font-size: 20px;
    }
    #banner .carousel-caption {
        margin-top: 2rem;
    }
    #section-about p.w-60 {
        width: 100%;
    }
    .slide-one-item.home-slider .owl-prev {
      left: -25px !important;
    }
    .slide-one-item.home-slider .owl-next {
      right: -25px !important; 
    }
    .client.owl-theme .owl-nav .owl-prev {
      left: -20px;
    }
    .client.owl-theme .owl-nav .owl-next {
      right: -20px;
    }
    .testimonial-block h2:before {
        left: -20px;
    }
    .container-fluid.prod_menu .container {
        max-width: 100%;
    }
    
}
/*576px to 767px*/


/*320px to 575px*/
@media (min-width: 320px) and (max-width: 575px) {
    .client.owl-theme .owl-nav [class*=owl-],
    .slide-one-item.home-slider .owl-nav [class*=owl-] {
        display: none;
    }
    #banner img {
        min-height: 300px;
    }
    #banner p {
        font-size: 10px;
    }
    #banner h5 {
        font-size: 16px;
    }
    #banner .carousel-caption {
        margin-top: 2rem;
    }
    .site-navbar .site-menu-toggle {
        float: right;
    }
    #section-about p.w-60 {
        width: 100%;
        font-size: 16px;
    }
    .testimonial blockquote p {
        font-size: 1rem;
    }
    .prod_menu li {
        width: 100%;
    }
    .site-blocks-cover.inner-page-cover .container-fluid.prod_menu li a {
        display: inline-block;
    }
    #enquireForm .modal-dialog {
        max-width: 100%;
    }
}
/*320px to 575px*/

#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: all .3s linear;
    text-align: left;
    box-shadow: -9px 0px 20px rgb(0 0 0 / 19%), -6px 0px 6px rgb(0 0 0 / 23%);
}
.sidenav .closebtn {
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 40px;
    margin-left: 50px;
    color: #252161;
}
.sidenav .d {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 625px;
    padding: 1.5rem 0;
}
.sidenav ul {
    /* padding-bottom: 3
rem
; */
    padding-left: 2rem;
}
.sidenav ul li a {
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    color: #343a40;
    line-height: 2.2rem;
}
.sidenav ul li.active a, .sidenav ul li a:hover, .sidenav ul li a:focus {
    color: #f1b222;
}
.site-navbar .site-menu-toggle {
    float: right;
}
.container-fluid.prod_menu .container ul {
    text-align: center;
}
