body {
    /* color: #fff; */
    /* font-family: 'Oswald', sans-serif; */

    font-family: Open Sans;
    /* background: linear-gradient(180deg, #363636 0%, #121212 22%); */
    min-height: 95vh;
}
nav{
    background: white;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: unset;
    height: 80px;
    line-height: unset;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
}
/* .nav-top{
    background: black;
    height: 50px;
} */
.nav-wrapper{
    max-width: 95%;
    margin: auto;
    width: 1350px;
}
nav .sidenav-trigger{
    float: right;
}
nav .brand-logo{
    position: relative;
    display: block;
    float: left;
    margin-right: 3rem;
}
nav .brand-logo img, .img-ft{
    width: 108px;
}
nav ul a{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    /* letter-spacing: 1px;S */
    color: black;
}

/* DOTS */

nav ul#nav-mobile li a:hover {
    background-color: transparent !important;
}

nav ul#nav-mobile li a {
    height: 2rem;
}

nav ul#nav-mobile li a:after {
    content:"\A";
    width:5px;
    height:5px;
    border-radius:50%;
    background: rgba(16, 92, 115, 1);
    display :none;
    position: relative;
    margin:auto;
}

nav ul#nav-mobile li a:hover:after {
    display :block;
}

nav ul#nav-mobile li.cashback{
        background:url('/img/master/tiny-wg.png') no-repeat 0 10px;
        background-position: left top;
        padding-left:10px;
}

/* END OF DOTS */

.nav-dnld a{
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: rgba(232, 220, 77, 0.8);
}
nav ul.nvcs{
    display: block;
    justify-content: right;
    float: right;
    margin-top: 0.7rem;
}
nav ul.nvcs li{
    position: relative;
    width: 100px;
    text-align: center;
    margin-right: 5px;
}
nav ul.nvcs li::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-9deg);
    z-index: 0;
}
nav ul.nvcs li.yelo a{
    color: black;
    z-index: 1;
    position: relative;
}
nav ul.nvcs li.dark a{
    z-index: 1;
    position: relative;
}
nav ul.nvcs li.yelo::after{
    background: #E6E340;
    transition: all .2s;
}
nav ul.nvcs li.dark::after{
    border: 1px solid white
}
nav ul.nvcs li a{
    line-height: 30px
}
span.yelo{
    color: black;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    padding: 0 1rem;
    line-height: 38px;
}
span.yelo::after{
    background: #807E23;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-9deg);
    z-index: -1;
}
.nav-bt{
    display: flex;
    align-items: center;
    padding: 1rem 0;
}
.footer-wr{
    width: 100%;
    margin-top: 3.75rem;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.09);
}
.img-ft{
    display: block;
    margin: auto auto 1rem auto;
}
.footer-up, .footer-bo{
    text-align: center;
}
.footer-up{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 1.75rem 0;
}
.footer-bo{
    font-size: 12px;
    padding-bottom: 1.75rem;
    font-weight: 300;
}
.ft-link{
    margin-top: 1.625rem;
}
.ft-link a{
    font-size: .875rem;
    color: #000000;
    margin: 0 .5rem;
}
#auth-m, #search-mod{
    width: 480px;
    max-width: 95%;
    padding-bottom: 3rem;
    /* background: #332e30; */
    border-radius: 8px;
}
#auth-m .modal-content{
    padding: 0;
    /* background: #332E30; */
}
#auth-m .row{
    margin-bottom: 0
}
#auth-m .col, #search-mod .col{
    padding: 0
}
#auth-m .tabs{
    margin-bottom: 1rem;
    overflow: hidden;
}
#auth-m .tabs .tab a{
    color: #737373;
    background: #121212;
    text-transform: capitalize;
    font-weight: 500;
}
#auth-m .tabs .tab a:focus, #auth-m .tabs .tab a:hover, #auth-m .tabs .tab a:focus.active{
    background-color: #1F1C1D;;
    color: #fff;
    font-weight: bold;
}
/* #auth-m .tabs .tab a:hover, #auth-m .tabs .tab a.active{
    background-color: #000;
    color: #fff;
    font-weight: bold;
} */
/* #auth-m .tabs .indicator{
    background: #E6E340;
    height: 5px
} */
.modal input{
    display: block;
    width: 413px;
    max-width: 95%;
    margin: 1rem auto auto;
    background: #FFFFFF;
    padding: 1rem 1.75rem;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
}
.modal button[type='submit']{
    background: #105C73;
    color: white;
    max-width: 95%;
    border: none;
    padding: 1rem;
    text-align: center;
    width: 413px;
    margin: .5rem auto 0 auto;
    display: block;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.modal label{
    width: 413px;
    display: block;
    margin: 1.125rem auto auto;
    font-weight: 600;
    font-size: 1rem;
    line-height: 18px;
    max-width: 95%;
    color: black;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever)::after{
    background: white
}
.fb-redir{
    background: #146699;
    width: 362px;
    border-radius: 8px;
    position: relative;
    border: none;
    color: white;
    display: block;
    margin: auto;
    padding: 11px;
    max-width: 95%;
}
.fb-redir img{
    position: absolute;
    left: 15px;
}
.form-wr{
    width: 413px;
    max-width: 95%;
    text-align: right;
    margin: .7rem auto 3rem auto;
}
.spanor{
    text-align: center;
    display: block;
    padding: 1rem 0;
    font-family: Source Sans Pro;
}
::placeholder {
    color: #484747;
}
.toast{
    display: block;
    box-shadow: none;
}
.toast-close-button{
    right: 3%;
    top: 42%;
    line-height: 0;
    position: absolute;
}
.sidenav{
    /* background-color: #332E30; */
    width: 100%;
}
.sidenav li > a{
    color: black;
    /* line-height: 1rem; */
    letter-spacing: 0.1em;
    font-weight: normal;
}
.sdnv-v{
    margin-left: 32px;
    display: block;
    border-bottom: 3px solid #E6E6D4;
    width: 125px;
}
/* .vsd{
    background: #332E30;
    height: 371px;
} */
/* .vsd a{
    display: block;
    width: 100%;
    padding: 12px 0 0 7px;
    color: black
}
.vsd a span:not(.in-img){
    border-bottom: 1px dashed #707070;
    padding-bottom: 12px;
    width: calc(100% - 34px);
    display: inline-block;
}
.vsd a span.in-img{
    display: inline-flex;
    width: 20px;
    margin-right: 7px;
    align-items: center
}
a.sos{
    width: 51px;
    height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
} */
/* a.sos:nth-child(1){
    background: #3B5998;
}
a.sos:nth-child(2){
    background: #1DA1F2;
}
a.sos:nth-child(3){
    background: #FFFFFF;
} */
@media screen and (max-width: 991px){
    .nav-bt{
        /* display: block */
        align-items: center
    }
    nav .brand-logo{
        font-size: 0
    }
    nav .brand-logo img, .img-ft{
        width: 95px
    }
    nav .sidenav-trigger{
        position: absolute
    }
}
@media screen and (max-width: 700px){
    body{
        padding-top: 85px!important;
    }
    nav{
        height: 75px;
    }
    /* .nav-top{
        display: none
    } */
}
