    .custom-header{
       margin-top: -18px;
    }
.flex-direction-nav
{
    display: none;
}
.menu-icon{
    display: none;
}
.close-icon{
    display: none;
}
.lang-text{
    display: none;
}
.sf-menu > li > a:hover + ul{
    display: block !important;
}
@media (max-width: 640px) {
    .port-like {
        display: none;
    }
    .lang-text{
        display: inline;
    }
    .menu-icon{
        display: block;
    }
    .display{
        display: block !important;
    }
    .tinynav{
        display: none;
    }
    .menu_box_header .box_item {
        min-width: 99px;
        width: 99px;
        margin-left: 7px;
        height: 100px;
    }
    .menu-icon {
        position: absolute;
        top: 1px;
        left: 6px;
        z-index: 99;
    }
    .close-icon {
        position: absolute;
        top: 6px;
        left: 200px;
        display: none;
        z-index: 9999999999;
    }
    .menu_box_header {
        margin-top: -15px;
    }
    .service-wrap {
        margin-top: 15px;
    }
    #nav, .styleswitcher {
        background: #00ac4e;
        top: -40px;
        position: absolute;
        width: 245px;
        left: 0px;
        
    }
    .sf-menu > li {
        width: 100%;

    }
    .sf-menu ul {
        position: relative;
        left: 2px;
        float: left;
        width: 100%;
        display: none;
        top: 0px;
        -webkit-box-shadow: none !important;
        background: none;
        border-bottom: none !important;
        border-top: none !important;
    }

    .sf-menu > li > a{
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-left: 10px;
    }
    .sf-menu ul li {
        width: 100%;
        border-bottom: none;
    }
    .sf-menu ul a {        
        font-size: 16px;
        line-height: 34px;
        margin-left: 20px;
        padding: 0px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .sf-menu > li.current > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current > a{
        background: #00ac4e;
        text-shadow: none;
        width: 94%;

    }
    .sf-menu ul li a:hover, .sf-menu ul li.sfHover > a{
        background: #00ac4e;
        text-shadow: none;
        font-size: 16px;
        color: #fff;
        padding: 0px;
        width: 93%;

    }
    .menu-first{
        padding-top: 31px !important;
    }
    /*menu icon clicked*/
    .menu_box_header {
        z-index: 0;
    }
    /*    .sf-menu ul{
            border-bottom: 1px solid #fff !important;
        }*/
    .custom-logo{
        height: 30px;
    }    
    .custom-container{
        width: 100%;
    }
    .custom-header{
        margin-top: -18px;
    }
}