.dark-light-switcher {
    position: fixed;
    right: 10px;
    top: 25%;
    z-index: 1000;
    border: 0;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 30px;
    word-wrap: nowrap;
    border-radius: 2;
    display: none;
}
header.header-section.header-5 {
    background-color: #1ABC9C;
}
@media (max-width: 767.98px){
.header-section {
    background-color: #FFFDD0
    !important;
}
}
.nav-menu {
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
    background: rgb(0,15,87,0.1);
    box-shadow: 0px 5px 30px 1px #0551a8;;
}
.sticky-header.header-5 {
    background: rgba(0, 59, 94, 0.9)!important;
    border-bottom: 2px solid rgba(0, 70, 87, 0.8);
}
.scrolltop-btn {
    width: 45px;
    height: 45px;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    position: fixed;
    right: 90px;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    border: 0;
    border-radius: 50%;
    display: none;
}