#google_translate_element select {
  display: none;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.lang-dropdown .arrow {
    font-size: 12px;
    margin-left: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.lang-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
      left: -75px !important;
    min-width: 0px!important;
    text-align: center!important;
  padding: 5px 0;
  display: none;
  z-index: 9999;
}
.lang-menu li {
  padding: 5px 15px;
}
.lang-menu li:hover {
  background: #f0f0f0;
}
.skiptranslate{
    display: none;
}
#st-2 {
   
    top: 290px !important;
}
.st-toggle{
    display:none!important;
}


.demo_btn button {
    padding: 8px 0;
    width: 180px;
    border-radius: 36px;
    background: white;
    margin-right: 30px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.demo_btn button:hover {
    background-color: goldenrod;
    color: white;
    transform: scale(1.1);
}