.single-product-container .the-content{
    overflow-x:auto;
}


#whole-content{
    position: relative;
    top:0;
    right:0;
    left:0;
    bottom:0;
    transition:300ms;
    transition-timing-function: ease-out;
}

#whole-content:after{
    content:'';
    display: block;
    position: absolute;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.8);
    visibility: hidden;
    transition: 300ms;
}

#responsiveMenuContent{
    position: fixed;
    width:300px;
    z-index:2000;
    top:0;
    bottom:0;
    overflow: auto;
    right:-300px;
    background:#fbca00;
    transition: 300ms;
    transition-timing-function: ease-out;
}

body.responsive-menu-opened{
    overflow: hidden;
}

body.responsive-menu-opened #responsiveMenuContent{
    right:0;
}

body.responsive-menu-opened #whole-content{

}

body.responsive-menu-opened #whole-content:after{
    visibility: visible;
}

body.responsive-menu-opened #whole-content #orderSwitcher{
    display: none;
}

body.responsive-menu-opened #close-responsive-menu{
    right:20px;
}

#close-responsive-menu{
    position: absolute;
    top:20px;
    right:-200px;
    transition: 700ms;
    transition-timing-function: ease-out;
    cursor: pointer;
}


#close-responsive-menu .fa{
    font-size: 30px;
}
#responsive-menu{
    padding:10px;
}

#responsive-menu a{
    color: #012f5d;
    text-align: center;
    display: block;
}

#responsive-menu > li > a{
    font-weight:bold;
    display: block;
}
#responsive-menu > li.menu-item-has-children a{
    margin-bottom:10px;
}
#responsive-menu  li{
    list-style-type: none;
    padding:0;
}

#responsive-menu  > li ul{
    padding:0;
}

#responsive-menu > li{
    border-bottom:solid 1px #000;
    padding:10px 0 !important;
}

#responsive-menu > li:last-child{
    border-bottom:none;
}

#responsive-menu >li >ul > li > ul{
    display: none;
}

/* lg */
@media (min-width: 1200px){

}

/* md */
@media (min-width: 992px) and (max-width: 1199px){
    .mainmenu-holder .nav-footer,.mainmenu-wrapper .search-box{
        display: none;
    }
    
    .clear-md{
        clear: both;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px){
    .second-header-item{
        float: left;
    }

    header.header .header-right {
        float: left!important;
    }

    header.header .logo{
        float: right !important;
    }
}

@media (max-width: 1024px){
    header.header .header-right{
        float: left!important;
    }

    header.header .logo{
        float: right!important;
    }

    .mainmenu-holder .nav-footer{
        display: block;
    }
}

/* xs */
@media (max-width: 767px){
    #Language a.active-lang,.call-to-action,.our-services .single-our-service .img-box .overlay,
    .rev_slider_wrapper,#call-the-action{
        display: none !important; ;
    }

    .top-bar{
        padding-bottom:0;
    }

    .xs-center{
        text-align: center !important;
    }
    #Language{
        margin: 0;
    }
    
    header.header .single-header-right .content-box p{
        text-align: right;
    }
    
    .first-footer-menu, .second-footer-menu{
      width: 49%;
      margin: 20px 0;
    }

    .first-footer-menu> *, .second-footer-menu> *{
        text-align: center;
    }

    header.header .logo{
        float: none!important;
    }

    body header.header .single-header-right{
        float: none !important;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .header.header .header-right{
        width:100%;
        text-align: center;
        margin:auto;
    }

    .our-services .single-our-service h3{
        text-align: center;
    }

    .mainmenu-wrapper .search-box{
        width:220px;
    }

    .section-padding{
        padding: 20px 0;
    }

    .accrodion .accrodion-content{
        padding-right:0;
        clear: both;
    }
    .accrodion .accrodion-content p{
        height:auto;
        float: none;
        margin-top: 10px;
    }


    .accrodion .accrodion-title h4:before{
        margin:0;
    }

    .accrodion .accrodion-title span{
        width:85%;
    }

    .footer-widget .title h2{
        text-align: center;
    }

    .footer-widget .title{
        padding: 0;
    }

    .switcher .switch_menu{
        width: 250px;
    }

    #orderSwitcher{
        right:-250px;
    }

    .page-feature-image{
        float: initial;
        margin:0 0 20px 0;
        width:100%;
    }

    .image-container{
        margin-bottom: 20px;
    }

    .single-project-customer-info.article-detail{
        width:100%;
        float: initial;
    }
}
/* End of xs */
/* bigger than sm (md & lg) */
@media (min-width: 992px){

}

/* bigger than xs (sm & md & lg) */
@media (min-width: 768px){

}

/* smaller than lg (md & sm & xs) */
@media (max-width: 1199px){
    .footer{
        background: none;
    }
    #main-menu>li>ul>li > ul > li >ul{
        display: none !important;
    }

    #main-menu>li>ul>li > ul > li > a:after{
        display: none;
    }

    #footer-logo-link{
        display: block;
        width: 78%;
        margin: auto;
    }

    #footer-logo-link img{
        width: 100%;
        margin:auto;
    }
}

/* smaller than md (sm & xs) */
@media (max-width: 991px){
    .switcher{
        top:5px;
    }

    .search-widget{
        margin-top:0;
        padding-top: 30px;
    }
}

@media (max-width: 500px) {

}
@media (max-width: 420px) {
    .accrodion .accrodion-title h4 span {
        float: right;
        width: 60%;
        line-height: 30px;
        overflow: visible;
        white-space: initial;
    }
}