.pro-margin{
    margin-top:10px;
    margin-left:10px;
 }
 
 .lan-dropdown {
     position: absolute;
     left: -150px;
     right: 0;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 .profile-dropdown {
     position: absolute;
     left: -100px;
     right: 0;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 .profile-wrap ul li:last-child {
     border-top: 1px solid #ebebf5;
 }
 .profile-wrap ul li:hover {
     background-color: #f5f5f9;
 }
 .profile-wrap ul li a {
     /*text-align: left;*/
     font-size: 17px;
     font-weight: 500;
     padding: 5px 10px 5px 20px;
 }
 
 
 /**
  *  rtl styles
  */
 
  .pro-margin-rtl{
     margin-top:10px;
     margin-right:10px;
  }
 
  /* .profile-wrap-rtl ul {
      position: absolute;
      right: -110px;
      left: 0;
      width: 12rem;
      top: 100%;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
      -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
      box-shadow: 6px 7px 26px -8px #cccc ;
      display: none;
  } */
 
  .lan-dropdown-rtl {
     position: absolute;
     left: 0;
     right: -150px;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 .profile-dropdown-rtl {
     position: absolute;
     left: 0;
     right: -60px;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 
  .profile-wrap-rtl ul li:last-child {
      border-top: 1px solid #ebebf5;
  }
  .profile-wrap-rtl ul li:hover {
      background-color: #f5f5f9;
  }
  .profile-wrap-rtl ul li a {
      text-align: right;
      font-size: 17px;
      font-weight: 500;
      padding: 5px 20px 5px 10px;
  }
 
  @media only screen and (max-width: 900px) {
 
     .profile-wrap ul {
         left: -120px;
     }
 }
 
 .pro-margin-rtl{
     margin-top:10px;
     margin-right:10px;
 }
 
 .lan-dropdown-rtl {
     position: absolute;
     left: 100px;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 .profile-dropdown-rtl {
     position: absolute;
     left: 0px;
     width: 12rem;
     top: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 6px;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(170,170,170,1);
     box-shadow: -6px 7px 26px -8px #cccc ;
     display: none;
 }
 
 .profile-wrap-rtl ul li:last-child {
  border-top: 1px solid #ebebf5;
 }
 .profile-wrap-rtl ul li:hover {
  background-color: #f5f5f9;
 }
 .profile-wrap-rtl ul li a {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 20px 5px 10px;
  display: block;
  color: #000;
 }
 
 @media only screen and (max-width: 900px) {
      .profile-wrap-rtl ul {
      right: -120px;
      }
 }
 
 .profile-wrap-rtl {
     position: relative;
     float: left;
     /* margin-right: 35px; */
     cursor: pointer;
     display: flex;
     flex-direction: row-reverse;
 }
 
 .profile-wrap-rtl figure {
     display: inline-block;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     overflow: hidden;
     vertical-align: middle;
     width: 40px;
     margin-right: 6px;
     height: 40px;
 }
 
 .lan-dropdown a.disabled {
     color: #A4A4A4;
     cursor: not-allowed;
     pointer-events: none;
 }
 
 .profile-wrap-rtl .lan-dropdown-rtl a.disabled {
     color: #A4A4A4;
     cursor: not-allowed;
     pointer-events: none;
 }
 