#loginform fieldset label {
  display: none !important;
}
#user_profile fieldset label.error {
  display: none !important;
}
input.error {
  border: 1px solid red !important;
}
#submitOtp {
  display: none;
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#infowindow-content .title {
  font-weight: 700;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
  z-index: 999999 !important;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  width: 100%;
  border: 1px solid #bd3935;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 12px;
  -webkit-appearance: none;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.disabled {
  touch-action: none;
  background-color: #a39e9e !important;
  cursor: not-allowed;
}
.disabled-btn h6 {
  touch-action: none;
  background-color: #a39e9e;
}
.ven_min_height {
  min-height: 45px;
}
.shopcards h6 {
  min-height: 40px;
}
.how_to_work_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 95%;
  height: 17rem;
  -webkit-box-shadow: #63636333 0px 2px 8px 0px;
  box-shadow: #63636333 0px 2px 8px 0px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 7px;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 1rem;
}
.how_to_work_img_div {
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .how_to_work_img {
    width: 95% !important;
    height: 21rem !important;
  }
}

@media (min-width: 1024px) {
  .how_to_work_img {
    width: 90% !important;
    height: 19rem !important;
  }
}

@media (min-width: 1440px) {
  .how_to_work_img {
    width: 16rem !important;
    height: 16rem !important;
  }
}
/* suuny */
.float2 {
  bottom: 80px !important;
  cursor: pointer;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 14px;
  background-color: #bd3935;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 1s ease-in-out infinite coccoc-alo-circle-img-anim;
}
.float2 img {
  width: 30px;
  height: 30px;
}
.float:focus {
  background-color: #4d90fe;
}
.float:hover {
  background-color: #75eb50;
}
.my-float {
  font-size: 27px;
  color: white;
}
/* sunny end */
