body, html, .fix-height{scrollbar-color:rgba(0,0,0,.6) rgba(0,0,0,.2);scrollbar-width:thin}
::-webkit-scrollbar {width:6px;height:8px;background-color:rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6)}
::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}


.main-menu > nav > ul > li > ul.mega-menu-style{
    width: 500px;
}



.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
}

.slider-area_custom{
    padding: 25px 0px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-large-device {
        display: none;
    }
    .a_disabled {
        pointer-events: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-large-device {
        display: none;
    }
    .a_disabled {
        pointer-events: none;
    }
    .logo{
        padding-top: 10px
    }
}


























