
nav {
    width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.dropdown {
    position: relative;
    width: 100%;
}

ul.dropdown li {
    font-weight: bold;
    width: 100px;
    height: 50px;
    position: relative;
    background: #ecf0f1;
}

ul.dropdown a:hover {
    color: #000;
}

ul.dropdown li a {
    display: block;
    padding: 12px 8px;
    height: 50px;
    color: #34495e;
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    transition: 0.5s all;
}

ul.dropdown li a:hover, ul.dropdown li a.hover {
    background: #3498db;
    position: relative;
    color: #fff;
}

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 1000;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #f6f6f6;
    color: #000;
    border-bottom: 1px solid #ccc;
}

ul.dropdown ul li a {
    display: block;
    color: #34495e !important;
    background: #eee !important;
}

ul.dropdown ul li a:hover {
    display: block;
    background: #3498db !important;
    color: #fff !important;
}

.drop > a {
    position: relative;
}

.drop > a i:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 45%;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    z-index: 2;
}

.drop > a:hover i:after {
    content: "";
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
}

#c_grid-116273709439191{
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 768px) {
  
.e_categoryB-1 .p_c_title1{
line-height:40px !important;
}
 .e_categoryB-1 .p_c_title2{
line-height:40px !important;
}
  }