.wrapper-dropdown-5 p {
  margin: 0px 0;
  display: inline-block;
  top: -2px;
  position: relative;
}
.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    max-width: 230px;
    margin: 8px auto;
    padding: 8px 11px;

    /* Styles */
   
    /* box-shadow: 0 1px 0 rgba(0,0,0,1.2); */
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    border: 1px solid #d9d9d9;
    font-weight: 300;
    vertical-align: text-top;
}

/*.wrapper-dropdown-5:after { /* Little arrow */
  /*  content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}*/
.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
    z-index: 99;
}
.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}
/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
    border: 1px #fff solid;
}
.wrapper-dropdown-5.active a{
	color:#fff;
}
.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
#dd .icon {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 19px;
    margin: 0px 10px 2px 0;
    background: url(../../img/phone.png);
}
#dd .vodafone {
    background-position: 0 -40px;
    top: 0px;
}
#dd .life {
    background-position: 0 -20px;
    top: 0px;
}
#dd .vb {
    background-position: 0px -99px;
    margin: 0 1px;
    height: 21px;
    top: 0px;
}
#dd .va {
    background-position: 0px -79px;
    margin: 0;
    height: 20px;
    top: 0px;
}







div#header_links_new {
    float: left;
}
div#header_links_new>div {
    display: block;
    float: left;
}

.wrapper-dropdown-5 {
    position: relative;
    min-width: 150px;
    margin: 0 auto;
    padding: 0;
    padding-left: 5px;
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 1); */
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    border: 1px solid #f8f8f8;
    font-weight: 300;
    vertical-align: text-top;
    font-size: 13px;
    margin-right: 25px;
}
.wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 5px 5px;
    border: 2px solid #f8f8f8;
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    z-index: 99;
}
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    max-height: 400px;
}
.wrapper-dropdown-5 .dropdown li {
    padding: 5px;
}
.wrapper-dropdown-5.active {
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    border-bottom: none;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.45);
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 2px 0px;
    text-align: center;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
 div#dd i.icon-chevron-down {
    margin-left: 10px;
}
.wrapper-dropdown-5.active {
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    border-bottom: none;
    color: #333333;
    border: 1px solid rgb(248, 248, 248);
    padding-bottom: 9px;
}
div#dd a {
    text-decoration: underline;
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 2px 0px;
    text-align: center;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
div#header_links_new_but {
    
    font-size: 13px;
}
div#header_links_new_but span {
    text-decoration: underline;
  
}
li.hide_mob {
    display: none;
}


@media (max-width: 999px){
header .mobile-condensed-header.mobile-search-expanded .not-sticked .mh-search {
    opacity: 1 !important;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    visibility: visible !important;
}
.mh-dropdowns {
    display: none;
}
.mh-dropdowns.active {
    display: block;
}
}

  @media (max-width: 480px) {
  
  header .mobile-condensed-header.mobile-search-expanded .not-sticked .mh-search {
    opacity: 1 !important;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    visibility: visible !important;
}
.mh-dropdowns {
    display: none;
}
.mh-dropdowns.active {
    display: block;
}
  div#header_links_new_but {
        font-size: 13px;
}
.wrapper-dropdown-5 {
    font-size: 13px;
    margin-right: 20px;
    min-width: inherit;
}
li.hide_mob {
    display: block;
}
a.view_mob {
    display: none;
}
.wrapper-dropdown-5.active {
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    border-bottom: none;
    color: #333333;
    border: 1px solid rgb(248, 248, 248);
    padding-bottom: 5px;
}
.wrapper-dropdown-5 .dropdown {
   
    width: 110px;
}
 }