.sbi_custom a {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 25px 5px 25px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase;
}

.grecaptcha-badge {
  visibility: hidden;
}

.google-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.google-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.bg-color-3 {
  background-color: #596A5A;
}

@media only screen and (max-width: 480px) {
  .menu_side_area .btn-main {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  header .btn-main {
    display: inline-block;
  }
}