.smallogo {
    padding-top: 9px;
    width: 35%;
    display: block;
    margin: 0 auto;
}
.badge-notify {
    background: #8dc53e;
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -0.7em;
    right: -16px;
    display: none;
}
.smallogo > img {
    margin-top: -6px;
    width: 150px;
    margin-right: 11%;
}

.megamenu {
    width: 169%;
    left: -34%;
    position: absolute;
    top: 45px;
    color: #000;
    z-index: 1000;
    margin: 0;
    padding: 5px 30px;
    font-size: 15px;
    border: solid 1px #eee;
    display: none;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.activemegamenu {

    background: none rgb(241, 241, 241);
}

.activemegamenu .megamenu {
    transform: rotateX(0deg);
    opacity: 1;
    display: block;
}

.activemegamenu .fa-angle-down {
    transform: rotateX(180deg);
}

.megamenu .title {
    color: #666666;
    font-size: 15px !important;
    padding: 10px 8px 10px 0;
}

.megamenu > ul {
    width: 100% !important;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
}

.megamenu > ul > li > a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 13px;
    background-color: #e7e7e7;
    color: #666666;
}

.megamenu > ul > li > a:hover {
    background-color: #000000;
}

.ad-style {
    width: 100%;
}

.megamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0;
    font-size: 15px;
    padding: 7px 13px !important;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.link-list li {
    display: block;
    white-space: nowrap;
}

.link-list li a {
    font-size: 0.85em;
    line-height: 18px;
    padding: 6px 0;
    color: #666666;
    display: block;
}

.link-list li a:hover {
    color: #8dc53e !important;
}

.link-list:hover {
    background-color: #f5f5f5 !important;
}

.link-list .fa {
    font-size: 11px;
}

.wsmenu-list > li > a {
    color: #000;
    padding: 0 18px 0 12px;
    line-height: 47px;
    text-decoration: none;
    position: relative;
    font-size: 1em;
}

.wsmenu-list > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#topmenusearch .btnstyle {
    line-height: 38px;
}

#topmenusearch {
    float: right;
    width: 168px;
    height: 47px;
    position: relative;
    margin: 0;
}

.searchicon {
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

#topmenusearch .btnstyle {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 20px;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

#topmenusearch .btnclosesearch {
    top: 5px;
    position: absolute;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    color: #8dc53e ;
    background-color: transparent;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    display: none;
}

.navbar-fixed-top .headertop1 {
    display: none;
}

.navbar {
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 999;
}

header ul {
    margin: 0;
    padding: 0;
}

.logohomemenu img {
    width: 150px;
    margin-top: -8px;
    margin-left: -15px;
    display: none;
}

.navbar-fixed-top .logohomemenu img {
    display: inline;
}

.navbar-fixed-top .logohomemenu i {
    display: none;
}

.wsmain {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}

#cover {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.tell-head {
    top: 15px;
    position: relative;
    color: #838383;
}

.logohomemenu {
    color: #8dc53e !important;
}

#topmenusearch input {
    display: none;
    font-size: 1em;
    width: 820px;
    position: relative;
    float: right;
    top: 0;
    right: 30px;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 47px;
    outline: none;
    color: #777;
    background-color: #fff;
    -webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.7s ease 0s;
}

#topmenusearch input::-webkit-input-placeholder {
    font-size: 1em;
}

.active #topmenusearch input {
    display: inline-block;
    z-index: 9999;
}

.active .btnclosesearch {
    display: inline-block !important;
    animation: searchanimate 1s;
    left: -835px;

}

@keyframes searchanimate {
    0% {
        display: block;
        opacity: 0;
        left: -630px;

    }
    100% {
        display: block;
        opacity: 1;
        left: -835px;
        color: #8dc53e;
    }
}

/* animated*/
.animated-arrow {
    z-index: 999;
}

.animated-arrow {
    cursor: pointer;
    position: absolute;
    top: 19px;
}

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 22px;
    background: #777;
    position: absolute;
    display: block;
    content: '';
}

.animated-arrow span:before {
    top: 0;
}

.animated-arrow span:after {
    top: 7px;
}

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
}

.animated-arrow span {
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
    top: 7px;
}

.wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.popoverOpener .fa-envelope-o{
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .popover{
        position: fixed;
        top: 6em !important;
        right: inherit !important;
        left: 0 !important;
        width: 100% !important;
    }
    .wsmenu-list > li {
        width: 100%;
    }

    .logo-head {
        max-height: 46px;
    }

    div#btl-panel-login {
        margin: 8px 0 0;
    }

    .headertop1 {
        margin: 0 !important;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        border-bottom: solid 1px #e0e0e0e0;
    }

    .headertop2 {
        position: fixed;
        top: 47px;
        background: #fff;
        border: solid 1px #e0e0e0;
        width: 100%;
        left: -100%;
        transition: all 500ms ease-in-out;
    }

    .wsoffcanvasopener .headertop2 {
        left: 0;
    }

    .megamenu {
        width: 100%;
        position: relative;
        left: inherit;
        right: inherit;
        top: 0;
    }

    .hide-in-max-990 {
        padding: 0 15px;
    }

    #topmenusearch {
        width: inherit;
    }

    .base-search {
        padding: 0 20px;
    }

    .btnclosesearch {
        z-index: 9999 !important;
        right: 0;
        left: inherit !important;
        top: 12px !important;
    }

    .active .searchicon {
        display: none;
    }

    .mobile-sub {
        height: -webkit-fill-available;
        overflow: auto;
        text-align: inherit;
    }

    .user-det {
        display: flex;
        justify-content: space-around;
    }

    .user-det li {
        display: inline-block;
    }

    #topmenusearch input {
        position: absolute;
        left: 0;
    }
}
