.dropbtn {
  color: white;
  padding: 16px 10px;
  font-size: 16px;
  border: none;

}

.decoration {
  text-decoration: none;
}

.text-white {
  color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  top: -18px;
  right: 20px;

}

.dropbtn a {
  text-decoration: none;
  color: #444;
  text-transform: capitalize;
}

/* .dropbtn a:hover
  { 
    color: #fff; 
  } */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 22;
}

.dropdown-content a {
  color: #222222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #fff;
}


/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {
  .dropbtn {
    color: white;
    padding: 12px 10px;
    font-size: 16px !important;
    border: none !important;
    width: 100%;
  }

}

/* ================= header group css==================== */
/* .shape .gr-mobile {
    position: absolute;
    left: 40px;
}
.lng {
    position: absolute;
    left: 0;
} */