ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
header {
    font-size: 17px;
    background-color: #fff;
    z-index: 1000;
}
ul.mobile-sub.wsmenu-list {
    display: flex;
    justify-content: space-between;
}
.ul.mobile-sub.wsmenu-list>li>a{
    padding-left: 0;
}
.wsmenu-list > li > a{
    color: #fff;
    font-size: 17px;
}
.fixed-nav .wsmenu-list > li > a{
    color: #131313;
}
.wsmenu-list > li > a:hover, .wsmenu-list .active a {
    color: #d2a12a;
}
.wsmenu-list > li > .navtext > span:after{
    color: #d2a12a;
    font-size: 22px;
}
.topnavbar {
    background-color: #d2a12a;
    color: #fff;
}
.topnavbar ul {
    display: flex;
    justify-content: space-between;
}
.topnavbar ul li {
    line-height: 40px;
   
}
.top-header {
    padding: 20px 0;
}
.bottom-header{
    background-color: #134072;
}
.logo {
    width: 260px;
    float: left;
}
.quick-links {
    width: calc(100% - 260px);
    float: right;
}
.quick-links ul:not(.dropdown-menu) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    line-height: 56px;
    
}
.quick-links ul.dropdown-menu {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .top-header .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.quick-links li {
    padding: 0 8px;
    position: relative;
}
span.notification-bell {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 9px;
    background-color: #d2a12a;
    color: #FFF;
    border-radius: 3px;
    padding: 1px 2px;
    height: 17px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wsmenu-list > li > a span.notification-bell {
    top: 4px;
}
.quick-links li a {
    color: #656565;
    font-size: 14px;
    font-weight: 500;
}
.quick-links li a:hover {
    color: #0465ad;
}
.quick-links input[type="text"] {
    border: 1px solid #ccc;
    padding: 10px 20px;
    height: 45px;
    border-radius: 40px;
    max-width: 163px;
    outline: none;
}
.quick-links a.ebank-login {
    background-color: #d2a12a;
    color: #fff;
    padding: 13px 15px;
    border-radius: 40px;
  
}
.quick-links ul li a i {
    margin-right: 8px;
}
.wstliststy01>li>a>span{
    display: block;
    font-size: 60px;
}
@media(min-width:1023px) and (max-width:1199px){
    .wsmenu-list > li > a{
        font-size: 15px
    }
    .quick-links li a {
        color: #656565;
        font-size: 12px !important;
    }
}
@media(min-width:1024px)
{
    .hide-desktop{
        display: none;
    }
    .wstabitem{
        display: flex;
    }
    .wstabitem > li:not(:last-child) > a:after {
        position: absolute;
        content: '';
        height: 14px;
        width: 100%;
        border-right: 2px solid#d2a12a;
        display: block;
        top: 20px;
        z-index: 1;
    }
    .wstabitem > li.wsshoplink-active > a:after{
        content: none;
    }

}
@media(max-width: 1023px){
    
    .hide-mobile{
        display: none;
    }
    
    .logo {
        width: 200px;
    }
    .wsmenu-list > li > .navtext > span:after{
        content: none;
    }
    .top-header{
        margin-left: -5px;
        margin-right: -5px;
    }
    .quick-links{
        width: 100%;
        margin-top: 23px;
    }
    .quick-links>ul {
        justify-content: flex-start !important;
        display: block !important;
    }
    .quick-links li {
        padding: 0 5px;
        margin: 5px 0;
        display: inline-block;
    }
    ul.mobile-sub>li:first-child>a{
        border-top: 1px solid rgba(0,0,0,0.13);
    }
    .quick-links li.padding-right {
        padding-right: 20px;
    }
    .wstabitem > li > a,.wstliststy01 li a{
        text-align: left;
    }
}
@media(max-width: 575px){
    .top-header{
        padding: 20px 0 0;
    }
}

.fixed-nav+a#wsnavtoggle {
    top: 0 !important;
}

.form-error {
    color: #ED1C24;
    font-size: 13px;
    display: inline;
}