/*YOUR CUSTOM STYLES*/



/* The container <div> - needed to position the dropdown content */
.dropdownMenu {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdownMenu-content {
    display: none;
    position: static;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:9999
}

/* Links inside the dropdown */
.dropdownMenu-content div {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdownMenu-content li:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdownMenu:hover .dropdownMenu-content {
    display: block;
}

.dropdownMenu:hover .dropdownMenu-content {
    display: block;
}

@media  (max-width: 991px) and (min-width: 320px) {
    .pageWidth {
        width: 100%;
    }
    .wiwidh2 {
          width: 100%;
    }
     .wiwidh5 {
          width: 100%;
    }
    .wiwidh12 {
        width: 100%;
        min-height:70px;
    }
}

@media (min-width: 992px) {
    .pageWidth {
        width: 50%;
    }
     .wiwidh5 {
          width: 41%;
          float:left;
    }
      .wiwidh2 {
          margin-left:-10px;
          width: 10%;
    }
       .wiwidh12 {
        width: 100%;
        padding:10px;
        min-height:55px;
    }
}