﻿   
        html, body,p {
         font-family: 'Hind Siliguri', sans-serif;
        }
        h1, h2, h3, h4, h5 {
            font-weight:600;
           font-family: 'Hind Siliguri', sans-serif;
        }

        /*.w3-theme-l5 {color:#000 !important; background-color:#f5f7f8 !important}*/
.w3-theme-l4 {color:#000 !important; background-color:#dfe5e8 !important}
.w3-theme-l3 {color:#000 !important; background-color:#becbd2 !important}
.w3-theme-l2 {color:#000 !important; background-color:#9eb1bb !important}
.w3-theme-l1 {color:#fff !important; background-color:#7d97a5 !important}
.w3-theme-d1 {color:#fff !important; background-color:#57707d !important}
.w3-theme-d2 {color:#fff !important; background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%);box-shadow: -2px -2px 10px #000;}
.w3-theme-d3 {color:#fff !important; background-color:#435761 !important}
.w3-theme-d4 {color:#fff !important; background-color:#0556c5 !important}
.w3-theme-d5 {color:#fff !important; background-color:#303e45 !important}

.w3-theme-light {color:#000 !important; background-color:#f5f7f8 !important}
.w3-theme-dark {color:#fff !important; background-color:#303e45 !important}
.w3-theme-action {color:#fff !important; background-color:#303e45 !important}

.w3-theme {color:#fff !important; background-color:#607d8b !important}
.w3-text-theme {color:#607d8b !important}
.w3-border-theme {border-color:#607d8b !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#607d8b !important}
.w3-hover-text-theme:hover {color:#607d8b !important}
.w3-hover-border-theme:hover {border-color:#607d8b !important}
a:hover {
    text-decoration:none !important;
}
.green-button {
    color: #fff;
background-color: #28a745;
background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
border: 1px solid rgba(27,31,35,0.2);
border-radius: 0.25em;
padding: 11px 31px;
font-size: 16px;
}
.blue-button {
        color: #fff;
    background-color: #0361cc;
    background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%);
    border: 1px solid rgba(27,31,35,0.2);
border-radius: 0.25em;
padding: 11px 31px;
font-size: 16px;
}
.no-pm {
    padding:0 !important;
    margin:0 !important;
}
.menu-login {

}
.menu-login input {
    padding: 6px 14px;
font-size: 13px;
margin: 8px;
border: 0;
box-shadow: inset 0px 0px 2px #000;
}
.menu-login button {
    font-size: 13px;
margin: 7px;
}
.font-light {
    font-weight:300;
}
.w3-input {
        border: 0 !important;
    background: #f2f2f2;
}