.section {
  margin: 10px 0;
  padding: 30px;
}
.btn-submit {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.75rem 2.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #0c7cff;
  background-color: #0c7cff;
  font-size: 0.875rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.text-right {
  text-align: right !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.office-map-country {
  margin: 30px 0;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.office-map-country .btn-gradient-blue {
  border-radius: 0 !important;
  padding: 6px 20px;
  width: 110px;
  text-transform: uppercase;
}
.office-map-country .btn-gradient-blue {
  width: unset !important;
}
.btn-gradient-blue {
  background-color: #24a8ff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#24a8ff),
    to(#4ad3ff)
  );
  background-image: linear-gradient(left, #24a8ff, #4ad3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#24A8FF',endColorStr='#4AD3FF',gradientType='1');
  color: #fff !important;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-gradient-blue:hover {
  color: #fff;
  -webkit-box-shadow: 2px 4px 20px rgb(36 168 255 / 60%);
  box-shadow: 2px 4px 20px rgb(36 168 255 / 60%);
}

@media (max-width: 767px) {
  .section {
    padding: 0;
  }
  .bap-sent-mail .item-mail .email-info h4 {
    font-size: 18px;
  }
}
