li.nav-item.dropdown.language-plus {
    border: 0;
    padding: 5px 15px 0px 15px;
    border-radius: 30px;
    float: left;
    cursor: pointer;
    background-image: url(../img/language-img.png);
    background-position: 18px 3px;
    background-repeat: no-repeat;
    /*text-indent: 40px;*/
    color: #333;
    font-family: 'Roboto-Regular';
    background-color: #fff;
    line-height: 20px;
    height: 44px;
    padding-left: 40px;
}
li.nav-item.dropdown.language-plus a.dropdown-item {
    text-align: left;
    text-indent: 0;
}
li.nav-item.dropdown.language-plus .dropdown-menu {
    padding: 0;
}
nav.navbar.fixed-top.custom-nav li.nav-item.dropdown.language-plus .dropdown-menu a:hover {
    background: #764c9e;
    color: #fff !important;
    text-decoration: none;
}
nav.navbar.fixed-top.custom-nav li.nav-item.dropdown.language-plus .dropdown-menu {
    top: 95%;
}
a.nav-link.disabled.cus-line {
    border-right: 1px solid #bcc8cc;
}
.cus-line-2:after {
    content: "/";
    position: absolute;
    padding: 0 0 0 11px;
}
nav.navbar.fixed-top.custom-nav li.nav-item.login-sep a{color: #42c1c6;}
nav.navbar.fixed-top.custom-nav li.nav-item.login-sep a:hover,
nav.navbar.fixed-top.custom-nav li.nav-item.login-sep a:focus {color: #42c1c6;}

.login-inner .login a {
    color: #42c1c6;
}
/*li.nav-item.dropdown.language-plus a:after {
  display: none;
}*/
li.nav-item.dropdown.language-plus a.dropdown-toggle {
    padding-top: 14px !important;
}
li.nav-item.dropdown.language-plus a.dropdown-toggle {
    padding-top: 14px !important;
    min-width: 140px;
}
@media only screen and (max-width: 900px) {

  .cus-line-2:after {
      content: "/";
      position: absolute;
      padding: 0 0 0 5px;
  }
  .industry-btm p {
    margin: 7px 10px 7px 0;
 }
 li.nav-item.dropdown.language-plus {
      background-position: 5px 2px;
  }
}
@media only screen and (max-width: 767px) {
  .mdl-btn {
      max-width: 100%;
  }
    li.nav-item.dropdown.language-plus a.dropdown-toggle {
      padding-top: 0 !important;
  }
    li.nav-item.dropdown.language-plus a.dropdown-toggle {
      min-width: 100%;
  }
    li.nav-item.dropdown.language-plus a.dropdown-toggle {
      text-indent: 0;
  }
  li.nav-item.dropdown.language-plus {
      padding: 0px 0px 0px 0px;
      border-radius: 0;
      background-position: 10px 3px;
      line-height: 28px;
      height: auto;
  }
  nav.navbar.fixed-top.custom-nav li.nav-item a.dropdown-toggle {
    padding: 5px 10px !important;
  }
  nav.navbar.fixed-top.custom-nav.nav-dash li.nav-item a.dropdown-toggle {
    padding: 2px 10px !important;
  }
  div#navbarCollapse.show li.nav-item.dropdown.language-plus.show a#dropdown01 {
    background: #764c9e;
    color: #fff !important;
  }
  div#navbarCollapse li.nav-item.dropdown.language-plus.show .dropdown-menu.show a:hover {
    color: #fff !important;
  }
  div#navbarCollapse li.nav-item.dropdown.language-plus.show .dropdown-menu.show a {
    color: #764b9e;padding: 1px 8px;
 }
  div#navbarCollapse.show li.nav-item.dropdown.language-plus.show {
    background: transparent;
    text-indent: 0;
     }
     .cus-line-2:after {
        display: none;
     }
 a.nav-link.disabled.cus-line {
    border-right: none;
 }
 li.nav-item.dropdown.language-plus {
    background: none;
 }
 li.nav-item.dropdown.language-plus a#dropdown01 {
    background: transparent;
    color: #333 !important;
    text-indent: 0;
    padding: 1px 0px 1px 5px;
 }
 li.nav-item.dropdown.language-plus a#dropdown01:hover {
    background: #764c9e;
    color: #fff !important;
    text-indent: 0;
 }
}

/*sssssss*/

li.nav-item.dropdown.account {

}
li.nav-item.dropdown.account a.dropdown-item {
    text-align: left;
    text-indent: 0;
}
li.nav-item.dropdown.account .dropdown-menu {
    padding: 0;
}
nav.navbar.fixed-top.custom-nav li.nav-item.dropdown.account .dropdown-menu a:hover {
    background: #764c9e;
    color: #fff !important;
    text-decoration: none;
}
nav.navbar.fixed-top.custom-nav li.nav-item.dropdown.account .dropdown-menu {
    top: 95%;
}
nav.navbar.fixed-top.custom-nav li.nav-item.dropdown.account .dropdown-item.active {
    background: #764c9e !important;
    color: #fff !important;
    text-decoration: none;
}



