*{
  margin: 0;
}

.head-top-lang-prof-outer {
  display: flex;
  justify-content: center;
  min-height: 71px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;

}


#dropdown-menu{
  position: absolute;
  Z-index: 1;
  padding: 20px;
  top: 54px;
  right: 20px;
  border: 0.5px solid #0086bf9c;
  border-radius: 15px;
  max-width: 350px;
  width: max-content;
  height: auto;
  padding: 3px 0 3px 0;
  background-color: #fff;

}

#dropdown-menu .lang-dorp-down-cone{
  right: 15px !important;
}


.rightIcon {
position: relative;

}


.ddContent{
display: flex;
margin: 10% 0;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.ddContent > * {
  flex-basis: calc(33.33% - 10px);

  justify-content: space-between;
  flex-direction: column;
  display: flex;
  gap: 10;
  align-items: center; 
}

.ddImg{
  width: 40px;
  height: 40px;
  padding: 5px;


}
.ddTitle{
  display: flex;
  text-align: center;
  color: #606060;
  gap: 10px;
  font-size: 13px;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
}

.ddTitle:hover{
  color: #0086bf;
}


.rightIcon.active .Dropdown {
  display: block;
}




.rightIcon {
position: relative;

}

.Dropdown{

position: absolute;
Z-index: 1;
padding: 20px;
top: 45px;
right: 0;
max-width: 350px;
width: max-content;
height: auto;
box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2);
padding: 3px 0 3px 0;
background-color: #fff;
border: .9px solid #c5c5c5;
display: none

}

.ddimgContainer{
  background: #f2f2f2;
  background-size: cover;
  padding: 10px;
  border-radius: 50%;
}
.ddContent{
display: flex;
margin: 10% 0;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.ddContent > * {
  flex-basis: calc(33.33% - 10px); 

}


.rightIcon.active .Dropdown {
  display: block;
  border: 0.5px solid #0086bf9c;
  /* border-radius: 15px; */
  border-radius: 8px;
}

.ddApp{
  gap: 10px;
  width: 100px;
  height: 100px;
  padding: 10px 0px;
  border-radius: 13px;
}
.ddApp:hover {
  background: #ebf9ff;
  color: #fff;
}

.ddApp:hover .ddimgContainer {

  background: #fff;
}


.head-top-lang-prof-cont {
 /* height: 50px; */
display: flex;
position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
background-color: #f6f7f8;
box-shadow: 0px 10px 20px rgba(0,0,0,0.15);

  padding: 5px 30px;
  transition: all 0.3s ease; 
}


.lang-icon-box {
width: 25px;
height: 25px;
margin: 3px 0px 3px 0;
position: relative;
/*display:none;*/
}


.rightIcon2{
display: none;
}

.dots {

  width: 95%;
  height: 95%;
  cursor: pointer;
fill: #606060;
  transition: fill 0.3s;
}

.dots:hover {
  fill: #0086bf; 
}
.au2logo-cont .au2logo-link {
  align-self: center;
}


.menuRight{

display: flex;
align-items: center;
  gap: 20px;

}
.au2logo{
  width: 150px;
}

.menu{
display: none;
}
.menu ul{
list-style: none;
display: flex;


}
.menu ul li{
display: inline-block;
padding: 0 10px;

}
.menu ul li a {
color: #606060;
font-size: 13px;
font-weight: 100;
vertical-align: middle;
font-family: "YouTube Sans","Roboto",sans-serif;
}

.menu ul li a:hover{
color: #0086bf;
}
.rightIcon1{
display: flex;
}

.rightIcon{
padding: 0px;
}

.lang-icon {

width: 100%;
height: 100%;
cursor: pointer
}



.lang-drop-down-box {
  position: absolute; 
  border: 0.5px solid #0086bf9c;
  background: #fff;
  margin: -1px 0 0 0;
  /* border-top: 0 none; */
  box-sizing: border-box;
  padding: 10px 0px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  position: absolute;
  Z-index: 1;
  top: 45px;
  right: 0;
  width: 160px;
  padding: 3px 0 3px 0;
  background-color: #fff;
  /* border: 0.9px solid #c5c5c5; */
  display: none;
}


/* Initially hide the dropdown */





.lang-drop-down-box:focus {
outline: 0
}

.show-lang-drop-down-box {
display: block
}

.lang-drop-down-cone-box {
position: relative
}

.lang-dorp-down-cone {
position: absolute;
z-index: -1;
top: -11px;
right: 10px;
width: 14px;
height: 14px;
background-color: #fff;
border-left: 0.5px solid #0086bf9c;
border-top: 0.5px solid #0086bf9c;
transform: rotate(45deg)
}

.lang-selectitem {
display: flex;
align-items: center;
padding: 5px 20px;
}

.lang-selectitem:hover {
background-color: #F5FAFD;
}

.lang-select-icon {
width: 25px;
height: 25px;
padding: 0 10px 0 5px
}

.lang-select-text {
font-size: 15px;
color: #606060;
margin: 0;
padding: 3px 5px 3px 5px
}

.profile-icon-box {
width: 35px;
height: 35px;
margin: 0;
position: relative;
display:none;
}

.profile-icon {
width: 100%;
height: 100%;
border-radius: 50%;
cursor: pointer
}

.profile-drop-down-box {
position: absolute;
z-index: 1;
top: 50px;
right: 0;
width: 200px;
padding: 3px 0 3px 0;
background-color: #fff;
border: .9px solid #dbdbdb;
display: none
}

.profile-drop-down-box:focus {
outline: 0
}

.show-profile-drop-down-box {
display: block
}

.profile-drop-down-cone-box {
position: relative
}

.profile-dorp-down-cone {
position: absolute;
z-index: -1;
top: -11px;
right: 9px;
width: 14px;
height: 14px;
background-color: #fff;
border-left: .9px solid #bdbdbd;
border-top: .9px solid #bdbdbd;
transform: rotate(45deg)
}

.profile-selectitem {
display: flex;
padding: 5px 10px 5px 10px
}

.profile-selectitem:hover {
background-color: #eee
}

.profile-select-icon {
width: 15px;
height: 15px;
padding: 5px 10px 5px 5px
}

.profile-select-text {
font-size: 15px;
color: #606060;
padding: 3px 5px 3px 5px
}
.lang-drop-down-box {
top: 33px;
width: max-content;
}


@media (max-width:603px){

  
.head-top-lang-prof-cont{


display: flex;
flex-direction: row-reverse;
}
.rightIcon{
padding: 0px;
}

.rightIcon2{
display: flex;
}
.au2logo{

  height: auto;

}
.menu{
display: none;
}
.rightIcon1{
display: none !important;
}

.lang-drop-down-box {
position: relative;

  left: 0%;
top: 15px ;
  width: 125px;

}



/* Style for the icon container */
.lang-icon-box {
  position: relative;
}




.menuRight{
  gap: 0px !important;
}
.lang-dorp-down-cone {
  top: -9px;
  right: 107px !important;
  width: 10px;
  height: 10px;
}

.lang-icon{
  margin-left: 0px;
}
.dots{
  margin: 0;
  padding: 0;
}
.Dropdown{
  display: none;
}
.rightIcon.active .Dropdown{
  display: none;
}

}
@media (max-width:400px) {
  #dropdown-menu{
    max-width: 90vw;
  }
}


@media (max-width:950px) {
  .lang-icon-box {
  width: 22px;
  height: 22px;

}
  .au2logo {
  height: 40px;
  width: 125px;
}
  .menu ul{
      display: none;
  }
  
.lang-dorp-down-cone {
  top: -9px;
  right: 8px;
  width: 10px;
  height: 10px
}
  .lang-selectitem {
  padding: 7px 8px 7px 8px
}
  
.lang-select-icon {
  width: 19px;
  height: 19px;
  padding: 2px 6px 2px 5px
}
.lang-select-text {
  font-size: 14px;
  padding: 3px 4px 3px 5px
}
.profile-icon-box {
  width: 30px;
  height: 30px;
  margin: 0
}
.profile-drop-down-box {
  top: 42px;
  width: 150px
}
.profile-dorp-down-cone {
  top: -9px;
  right: 11px;
  width: 10px;
  height: 10px
}
.profile-selectitem {
  padding: 7px 8px 7px 8px
}
.profile-select-icon {
  width: 13px;
  height: 13px;
  padding: 4px 7px 4px 6px
}
.profile-select-text {
  font-size: 14px;
  padding: 3px 4px 3px 5px
}
}

.modal-all-container {
  position: relative;
  /* display: none; */
}