.mobil-menu-style-4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-bottom: 10px;
    /* padding-top: 5px; */
    background-color: #fff;
}


@media (min-width: 767px) { 
    .mobil-menu-style-4, 
    .vs-menu-wrapper {
        display: none;
    }
}


@media (max-width: 767px) {
    /* .lines-wrapper {
        margin-top: 15px !important;
    } */

    #zeyelara-main-menu > li > a.mean-expand {
        padding: 15px 0px 15px 0px;
    }

    .mobil-menu-style-4 img:not([draggable]) {
        height: auto;
        max-width: 205px;
        /*max-width: 100%*/
    }
    
    
    .vs-menu-toggle {
        background-color: #0073ca;
        border-radius: 50%;
        border-style: none;
        color: #fff;
        font-size: 24px;
        height: 50px;
        padding: 0;
        width: 50px;
        display: inline-block
    }
    
    .vs-menu-wrapper {
        -webkit-transition: all ease 0.8s;
        background-color: rgba(0,0,0,0.6);
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transition: all ease 0.8s;
        width: 0;
        z-index: 999999
    }
    
    .vs-menu-wrapper .mobile-logo {
        display: inline-block;
        padding-bottom: 25px;
        padding-top: 40px
    }
    
    .vs-menu-wrapper .vs-menu-area {
        -webkit-transition: all ease 1s;
        background-color: #fff;
        border-right: 3px solid #07ccec;
        height: 100%;
        left: -1000px;
        max-width: 310px;
        opacity: 0;
        position: relative;
        transition: all ease 1s;
        visibility: hidden;
        width: 100%;
        z-index: 1
    }
    
    .vs-menu-wrapper .vs-menu-area:before {
        background-color: #07ccec;
        content: "";
        height: 100%;
        left: 0;
        max-height: 122px;
        opacity: 0.1;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
    
    .vs-menu-wrapper .vs-menu-toggle {
        background-color: #0073ca;
        border-radius: 50%;
        border-style: none;
        color: #fff;
        font-size: 18px;
        height: 33px;
        line-height: 33px;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 33px;
        z-index: 1
    }
    
    .vs-menu-wrapper .vs-menu-toggle:hover {
        background-color: #27477d;
        color: #fff
    }
    
    .vs-menu-wrapper.body-visible {
        -webkit-transition: all ease 0.8s;
        opacity: 1;
        transition: all ease 0.8s;
        visibility: visible;
        width: 100%
    }
    
    .vs-menu-wrapper.body-visible .vs-menu-area {
        -webkit-transition: all ease 1s;
        left: 0;
        opacity: 1;
        transition: all ease 1s;
        visibility: visible
    }
    
    .vs-mobile-menu {
        margin-top: 33px;
        max-height: 58vh;
        overflow-y: scroll;
        padding-bottom: 40px;
        text-align: left
    }
    
    .vs-mobile-menu .new-label {
        margin-left: 5px;
        position: absolute;
        text-transform: capitalize;
        top: 50%;
        transform: translateY(-50%)
    }
    
    .vs-mobile-menu ul {
        margin: 0;
        padding: 0
    }
    
    .vs-mobile-menu ul .item-has-children > a:after {
        -webkit-box-shadow: 0 0 20px -8px rgba(7,204,236,0.3);
        background-color: #f3f6f7;
        border-radius: 50%;
        box-shadow: 0 0 20px -8px rgba(7,204,236,0.3);
        color: #27477d;
        content: "\f067";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        font-weight: 400;
        height: 25px;
        line-height: 25px;
        margin-top: -12.5px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        width: 25px
    }
    
    .vs-mobile-menu ul .item-has-children.active > a:after {
        content: "\f068"
    }
    
    .vs-mobile-menu ul .item-has-children>a::after {
        background-color: #f3f6f7;
        border-radius: 50%;
        box-shadow: rgba(7,204,236,.3) 0 0 20px -8px;
        color: #27477d;
        content: "";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        font-weight: 400;
        height: 25px;
        line-height: 25px;
        margin-top: -12.5px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        width: 25px
    }
    
    .vs-mobile-menu ul li {
        border-bottom: 1px solid #fdedf1;
        list-style: none
    }
    
    .vs-mobile-menu ul li a {
        color: #27477d;
        display: block;
        font-size: 16px;
        line-height: 1;
        padding: 12px 0;
        position: relative;
        text-transform: capitalize
    }
    
    .vs-mobile-menu ul li.menu-item-has-children > a::before {
        content: "";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        left: 0;
        margin-right: 10px;
        position: relative;
        top: 0
    }
    
    .vs-mobile-menu ul li li:first-child {
        border-top: 1px solid #fdedf1
    }
    
    .vs-mobile-menu ul li ul li {
        padding-left: 20px
    }
    
    .vs-mobile-menu ul li ul li:last-child {
        border-bottom-color: initial;
        border-bottom-style: none;
        border-bottom-width: initial
    }
    
    .vs-mobile-menu>ul {
        padding: 0 40px
    }
    
    .vs-mobile-menu>ul>li:last-child {
        border-bottom-color: initial;
        border-bottom-style: none;
        border-bottom-width: initial
    }
    
    .mobil-menu-style-4 .mt {
        margin-top: 13px;
        margin-left: 10px;
    }
    
    .mobile-logo img {
        max-width: 185px;
    }
    
    .mobil-menu-style-4 button.vs-menu-toggle {
        margin-top: 20px;
    }
    
    
    .mobile-menu-form {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 230px;
        position: relative;
        width: 100%
    }
    
    .mobile-menu-form button {
        background-color: transparent;
        border-style: none;
        color: #07ccec;
        position: absolute;
        right: 13px;
        top: 5px
    }
    
    .mobile-menu-form input {
        background-color: #fff;
        border-radius: 5px;
        border-style: none;
        box-shadow: rgba(0,0,0,.09) 0 10px 60px 0;
        height: 35px;
        padding-left: 20px;
        padding-right: 40px
    }
    
    .mobile-menu-form input::-webkit-input-placeholder {
        color: #0073ca
    }
    
    .mobile-menu-form input::placeholder {
        color: #0073ca
    }
    
    .mobile-menu-form input:focus {
        box-shadow: rgba(0,0,0,.09) 0 10px 60px 0
    }
    
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        max-width: 270px;
        width: 100%
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}