.wp-image-5086,
.wp-image-5087{
	min-height: 48px;
    width: auto;
    height: auto;
    max-height: 48px;
}
.menu-item-5722 a::after,
.menu-item-5614 a::after,
.menu-item-5619 a::after{
	content: "\f0d7" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1 !important;
    background: transparent !important;
    position: relative;
    right: 0;
    margin-left: 5px;
}
.menu-item-5722 > a > img,
.menu-item-5619 > a > img,
.menu-item-5614 > a > img{
	margin-right: 3px;
}
.menu-item-5722 ,
.menu-item-5619 ,
.menu-item-5614 {
	background-color: #2D9694;
	border-radius: 10px
}
.menu-item-5722 .sub-arrow,
.menu-item-5619 .sub-arrow,
.menu-item-5614 .sub-arrow{
	display:none
}
.menu-lang-country{
	position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    right: 0;
    font-size: 14px;
    min-width: 300px;
	z-index: 99
} 
.closemenulang{
	font-size: 30px;
	color:#000;
	position: absolute;
	top: 0px;
	right:10px;
	cursor:pointer;
}
.menu-lang-country p{
	margin: 0;
}
.menu-lang-country button{
	background: #FF7345;
	border-radius: 30px;
	margin-top: 10px;
	float: right;
	color: #fff;
	border: 0;
}
.sub-menu li a {
     font-size: 18px !important;
 }

 .sub-menu {
     background: #fff;
 }

 .sub-menu li {
     border: 0 !Important;
 }

 .sub-menu li a:hover {
     background: #fff !important;
     color: #37afad !important;
 }

 .sub-menu li.current-menu-item a {
     background: #fff !important;
     color: #37afad !important;
 }

 @media screen and (max-width:991px) {
     a.highlighted+.sub-menu {
         display: block !important;
         margin: 0 !important;
         position: relative;
         top: auto !important;
         left: auto !important;
         border: 0 !important;
     }
     .menu-item-has-children a .sub-arrow:last-child {
         display: none
     }
	 .menu-item-5768{
		 filter: brightness(0)
	 }
 }