ul.conatct-details-menu {
    float: right;
	position: relative;
	padding: 10px 10px;
	 margin-bottom: 0;

}
.home-megamenus div#myNavbar, a.navbar-brand {
    padding: 0 0px 21px;
}
ul.conatct-details-menu  li{
 list-style:none;
 display:inline-block;
 position: relative;
 padding: 0px 20px;
}
ul.conatct-details-menu  li a:hover{
    color: #26b3fa;
}

.home-contacts {
    position: absolute;
    width: 400px;
    float: left;
    background-color: white;
    right: -50%;
}
.home-contacts {
    position: absolute;
    width: 400px;
    float: left;
    background-color: white;
    right: -50%;
    z-index: 999;
}
.home-contacts {
    position: absolute;
    width: 360px;
    float: left;
    background-color: white;
    right: 11%;
    z-index: 999;
    border-radius: 4px;
	opacity:0;
	top: 20px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	
}
li.hover-details:hover .home-contacts{
   opacity:1;
       transition: all 0.6s cubic-bezier(0.52, 0.26, 0.79, 1.31);
	   -webkit-transition:all 0.6s cubic-bezier(0.52, 0.26, 0.79, 1.31);
	   -moz-transform:all 0.6s cubic-bezier(0.52, 0.26, 0.79, 1.31);
       transform:scale(1);
	   -webkit-transform:scale(1);
	   -moz-transform:scale(1);
}
.info-conatcts {
    width: 100%;
    float: left;
    padding: 0;
}
.info-conatcts h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 12px 20px;
    margin: 0;
    border-bottom: 1px solid #dddd;
    color: #000;
	font-family: 'Open-Sans-Semibold';
}
.cont-middle-level {
    width: 100%;
    float: left;
    padding: 0px 20px 20px 20px;
}
.cont-middle-level .left-contact {
    width: 25%;
    float: left;
	position: relative;
}
.cont-middle-level .right-contact {
    width: 75%;
    float: left;
}
.right-contact h5 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #4a4a4a;
    padding: 0 0 12px;
    margin: 0;
	    font-family: 'Open-Sans-Bold';
}
ul.country-codes {
    width: 100%;
    float: left;
    padding: 0;
}
ul.country-codes li {
    width: 100%;
    float: left;
    padding: 0px 0 4px;
	color: #575252;
	font-size: 13px;
}
ul.country-codes li a{
   color: #0a5176 !important;
}
ul.country-codes li a:hover, ul.country-codes li a:focus{
   color: #0a5176 !important;
   text-decoration:none;
}
.left-mem {
    width: 20%;
    float: left;
}
.right-mem {
    width: 80%;
    float: left;
}
.right-mem span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0a5176;
    font-family: 'Open-Sans-Bold';
    padding: 3px 0;
    padding-bottom: 10px;
}
.acc-covering{
 width:100%;
 border-bottom: 1px solid #ddd;
 padding: 12px 0;
 float:left;
}
.abl-gal {
    width: 100%;
    float: left;
    transform: translateY(100%);
}
.home-contacts:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 10%;
    width: 20px;
    height: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.home-megamenus .navbar-brand>img{
     width: 240px;
	 padding: 40px 15px;
}

@media screen and (max-width: 1050px){
.menu-uppers{
 display:none;
}
}
.left-mem img {
    width: 26px;
}
/* .nav.navbar-nav {
    z-index: 9999;
} */