a#country-link-ar {
    padding: 5px 0px 5px 8px;
}

.phone_list {
     position: relative;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0px -10px 0px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    top: 15px;
    left: unset;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 200px;
}
.phone_list > li > a {
    border-bottom: 1px solid #eee;
    color: #404040;
    display: block;
    font-weight: 400;
    height: 80%;
    padding: 5px 0px 5px 8px;
    white-space: nowrap;
    text-transform: none;
    font-size: .75rem;
}

.phone_list > li > a:hover, .phone_list > li > a:focus {
    background-color:#EBF7FF;
    font-weight: 400;
    text-decoration:none;
}
		