﻿* {
    font-family: "Poppins", sans-serif;
}
@media(max-width:991px){
    nav {
       /* display: none;
        position: fixed;
        top: 0;
        left: 0;*/
        z-index: 100;
       /* height: 100vh;
        background: #ffffff !important;
        padding: 1rem !important;
        width: 19rem !important;*/
    }
    .overly-bg{
        background:rgba(0,0,0,.5);
        position:fixed;
        z-index:9;
        inset:0;
    }
   /* section{
        display:block !important;
    }
    .back-btn{
        display:none !important;
    }
    .helpfull-text{
        display:none !important;
    }*/
}
/*section.scroll-mt-24{
    padding:40px 0;
}*/

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body::-webkit-scrollbar-button {
    background: #ccc
}

body::-webkit-scrollbar-track-piece {
    background: #888
}

body::-webkit-scrollbar-thumb {
    background: #eee
}