
.toggleMenu {
    display:  none;
    background: transparent;
    padding: 15px 15px;
    color: #fff;
    font-size:17px;
}

.toggleMenu a {
    text-decoration:none;
    color:#FFF;
}

.nav {
    list-style: none;
     
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}

.nav > li:after {
    background: rgba(0, 0, 0, 0) no-repeat scroll;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 35%;
    width: 15px;
}

.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 15em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    display: inline-block;
    margin:0px 10px;
}
.nav > li > .parent {
    background-image:none;
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    font-size: 18px;
    text-transform:uppercase;
    padding: 15px;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
    padding: 0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #949494;
    position: relative;
    z-index:100;
    border-top: 1px solid #ccc;
}

.nav li li a:hover{
    text-decoration:none;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 992px) {
.nav > li::after {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0 / 85% auto;
    right: -15px;
    top: 35%;
}

.nav li li a {
    font-size: 14px;
}

.nav > li {
    margin: 0 10px;
}

}

@media screen and (max-width: 767px) {
      .toggleMenu {
        display: block;
        position: absolute;
        top:5px;
        right : 5px;
        background: #949494;
        width : 50px;
        height : 50px;
        text-align: center;
        z-index: 1000;
    }
    
    .main_menu {
        position: absolute;
        top: 55px;
        width: 100%;
        
    }
    
    .nav {display: none;}
    
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

    .nav > li > .parent {
    background-image: url("../img/downArrow.png");
}

.nav > li {
    display:block;
    margin:0px 5px;
}


.nav > li::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.nav li li a {
    padding-left: 0;
}

}
