.main-contact {
  background-color: #f5f5f5;
  padding: 1rem;
}
.contact-us {
  display: flex;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  margin: 0 0 1rem 0;
}
.contact {
  color: #0578c4;
  padding: 2.5rem 0rem 2rem;
}
.name-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.name-phone input {
  width: calc(50% - 1rem);
  border: 1px solid #d1d1d1;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
}
/* .name-phone .name {
  width: 49%;
  border: 1px solid #d1d1d1;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  float: left;
  margin: 0px 1rem 0 0;
}
.name-phone .phone {
  width: 49%;
  border: 1px solid #d1d1d1;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
} */
.form-contact-us {
  width: 50%;
  float: left;
  margin: 0 2rem 0px 0;
}
.form-contact-us .email {
  border: 1px solid #d1d1d1;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  width: 100%;
  margin: 1rem 0rem;
}
.modal-fade .modal-dialog {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.modal-fade .modal-content {
  width: 500px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message-content {
  border: 1px solid #d1d1d1;
  padding: 2rem 2rem 20rem;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
.btn-send {
  background-color: #0578c4;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 1.5rem;
  font-family: "lb";
  font-size: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
/* .form-contact-time {
  width: 50%;
  margin-top: 2.5rem;
}
.icon-calendar {
  width: 5.5rem;
  height: 6rem;
  float: left;
  margin-top: 4rem;
}
.time {
  font-size: 2.5rem;
  font-family: "lb";
  padding: 0.5rem 0;
}
.day {
  font-size: 1.5rem;
  font-family: "l5";
}
.calendar-timeday {
  padding: 4rem 0 0 7rem;
}
.icon-address-title {
  padding: 2rem 0 0 7rem;
}
.form-contact-address {
  height: 5rem;
  margin-top: 1.5rem;
}

.icon-email-title {
  padding: 2rem 0 3rem 7rem;
}
.icon-call-title {
  padding: 2rem 0 0 7rem;
}
.fa-location-dot {
  width: 3.5rem;
  height: 4rem;
  float: left;
  color: #0578c4;
  margin-left: 0.6rem;
}
.contact-us .fa-envelope {
  width: 3rem;
  height: 3rem;
  float: left;
  color: #0578c4;
  margin-left: 0.6rem;
  margin-top: 1rem;
}
.fa-phone-volume {
  width: 3rem;
  height: 3rem;
  float: left;
  color: #0578c4;
  margin-left: 0.6rem;
  margin-top: 1rem;
}

.form-contact-us .form-contact-us-customer {
  margin: 0 3rem;
}
.form-contact-email {
  height: 5rem;
}
.form-contact-call {
  height: 6rem;
} */

.form-contact-time {
  width: 50%;
}

.form-contact-time .form-contact-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.form-contact-time .icon-calendar {
  width: 5.5rem;
}

.time {
  font-size: 2.5rem;
  font-family: "lb";
  padding: 0.5rem 0;
}

.day {
  font-size: 1.5rem;
  font-family: "l5";
}

.form-contact-item svg {
  width: 3rem;
  height: 3rem;
  color: #0578c4;
  display: inline-block;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .contact-us {
    flex-direction: column;
  }

  .form-contact-us,
  .form-contact-time {
    width: 100%;
  }

  .form-contact-us {
    margin: 0;
  }
}
