.logo_mobil {
    width: 85%;
    float: left;
}

.search-box {
    z-index: 1;
    background: #000;
    position: absolute;
    width: 100%;
    right: auto;
    left: 0;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #fff;
    display: none;
}

    .search-box:before {
        content: "";
        position: absolute;
        top: -28px;
        right: 20%;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid #fff;
    }

    .search-box .form-control {
        width: 75%;
        display: inline-block;
        font-size: 16px;
        padding: 10px;
        outline: none;
        color: #000;
    }

    .search-box .btnAraMobile {
        width: 15%;
        display: inline-block;
        background: #fff;
        color: #000;
        font-size: 16px;
        outline: none;
        cursor: pointer;
        line-height: 33px;
        border: 1px solid #fff;
    }

.logo_mobil img {
    margin: 5px 0;
}

.icon {
    width: 15%;
    float: left;
    padding: 5px 3px;
}

nav {
    position: relative;
}

.mobile_menu {
    position: absolute;
    width: 85%;
    height: auto;
    background: #dc143c;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

    .mobile_menu ul li a {
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        padding: 0 10px;
        display: block;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }

    .mobile_menu ul li.mobil_user {
        background: #4a4a4c;
        border-bottom: 1px solid #ddd;
    }

    .mobile_menu ul li:hover {
        background-color: #122135;
    }

.toggle-wrap {
    padding: 10px 5px;
    position: relative;
    cursor: pointer;
}

    .toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

.toggle-bar {
    width: 30px;
    margin: 10px auto;
    position: relative;
    border-top: 4px solid #fff;
    display: block;
    cursor: pointer;
}

    .toggle-bar::before, .toggle-bar::after {
        content: "";
        display: block;
        background: #fff;
        height: 4px;
        width: 40px;
        position: absolute;
        top: -14px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 13%;
        -webkit-transform-origin: 13%;
        transform-origin: 13%;
        cursor: pointer;
    }

    .toggle-bar::after {
        top: 7px;
    }

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

    .toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media(max-width:767px) {
    

    .mobile_right .right a, .mobile_right .left, .mobile_right .right {
        color: #fff;
    }

    .toggle-bar {
        border-color: #fff;
    }

        .toggle-bar::before, .toggle-bar::after {
            background-color: #fff;
        }

    .mobile_menu ul li.open > .dropdown-menu li a {
        color: #000;
    }

    .mobile_menu ul li.open > .dropdown-menu li:first-child {
        border: none;
    }

    .mobile_menu ul li.open > .dropdown-menu li {
        border-top: 1px solid #000;
    }
}


