/* .header-scrollable {
    display:none;
} */




.no_of_children select{margin-top:7px !important}


/* @media only screen and (max-width: 768px) { */

    /* NEW HEADER CSS */

    .header-scrollable ul.menu {
        min-width: 2000px;
    }

    .header-scrollable ul.menu li a {
        color: #FFF;

    }
    
    .header-scrollable ul.menu li {
        width: auto;
        text-align: center;
        float: left;
        z-index: 999;
        position: relative;
        list-style: none;
        color: #FFF;
    }

    .header-scrollable ul.menu li a {
        padding: 0px 12px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .c-page-nav__wrap.js-page-nav-wrap .col-xs-12 {
        padding: 0px;
    }

    
    .header-scroll-inner {
        overflow: hidden;
        padding: 10px 0px;
    }
    
    .header-scrollable {
        position: relative;
        top: 0;
        left: 0px;
        right: 0px;
        background: #323139 !important;
        z-index: 9999;
        display: block;
        touch-action: manipulation;
    }
    
    .header-scrollable ul.menu {
        margin: 0px;
        display: inline-block;
        width: 100%;
        padding: 0px 10px;
    }

    .menu-scrollable-header-container {
        display: flex;
    }
    
    /* .header-scrollable:before, .header-scrollable:after {
     
        position: absolute;
        top: 0px;
        color: #FFF;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        padding: 0px 5px;
        z-index: 9999;
        background: #be7251;
        background: linear-gradient(32deg, #be7251, #be72518a);
        font-family: FontAwesome;
        font-weight: 300;
    }



    .header-scrollable:before {
        content: '\f104';
    }

    .header-scrollable:after {
        content: '\f105';        
    } */

    .scroll-nav.right {
        right: 0px;
        background: linear-gradient(90deg, #323139, #32313980);
        z-index: 99999;
    }

    

    .scroll-nav {
        font-size: 32px;
        color: #FFF;
        display: flex;
        position: absolute;
        top: 0px;
        bottom: 0px;
        align-items: center;
        justify-content: center;
        padding: 0px 5px;
    }

    .scroll-nav.left {
        left: 0px;
        background: linear-gradient(90deg, #323139, #32313980);
        z-index: 99999;
    }

    .scroll-nav:hover, .scroll-nav:focus, .scroll-nav:active {
        color:#FFF;
        text-decoration: none;
    }

    .scroll-nav.disabled i {
        display:none;
    }
    
    /* div#frame {
        width: 2000px;
        transform: translateX(-20px);
    } */
/* } */

.c-page-nav__nav-list.menu {
    position:relative;
}


/* Menu Switching for tablet's Style */


.c-header-bar.whiteHeader.whiteHeaderPad.hidden-menu {
    display: none;
  }
  
  nav.c-page-nav.js-page-nav.inPageFixed.stick-top {
    top: 0px !important;
    transition: all 0.4s ease 0s;
  }


body .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/icons.png) no-repeat 0 2px;
    background-size: 18px;
}


body .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/icons.png) no-repeat 0px -35px;
    background-size: 18px;
}

body .bx-wrapper .bx-next:hover {
    background: url(../images/icons.png) no-repeat 0px -35px;
    background-size: 18px;
}

body .bx-wrapper .bx-prev:hover {
    background: url(../images/icons.png) no-repeat 0 2px;
    background-size: 18px;
}





@media only screen and (min-width: 1200px) {
    .header-scrollable {
        width: 70%;
        float: left;
    }

 
}

@media only screen and (min-width: 992px) {
    .header-scrollable ul.menu .owl-stage {
        width: 100% !important;
    }
}