.contact__form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545!important;
  }

.contact__form input
{
  border: 1px solid #ccc;
  font-size: 13px;
  outline: 0;
  padding: 0 15px;
  color: #878787;
  border-radius: 0;
  max-width: 100%;
}
/* .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} */
.input-group-text {
  line-height: 0.5 !important;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;

  -ms-flex-align: center;
  align-items: center;
  padding: .375rem 1.75rem;

  margin-bottom: 0;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  line-height: 26px !important;

}
.form-group--block input {
    height: 35px!important;
    min-height: 20px;
    /* font-size: 14px; */
  }

  /* input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    border: 1px solid #ccc;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #878787;
    border-radius: 0;
    max-width: 100%;
  } */

  /* ===============================
   Contact - Follow Us (Social)
   =============================== */

.contact__social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

/* Base icon style */
.contact__social .icon_social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Platform colors */
.contact__social .facebook {
  background-color: #1877f2;
}

.contact__social .instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.contact__social .twitter {
  background-color: #000000;
}

.contact__social .youtube {
  background-color: #ff0000;
}

/* Hover effect */
.contact__social .icon_social:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* Icon alignment */
.contact__social .icon_social i {
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-form-section{
      margin-top: 50px;
  }
}
@media (max-width: 991px) {
 .address-section {
      margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .address-section{
      margin-top: 40px;
  }
}
.address-section{
  margin-top: 20px!important;
}
.social-icon-section{
  margin-top: 20px!important;
}
.address-section .contact__info p {
  margin-bottom: 6px;
}
.contact__map iframe{
  border: 1px solid #9da4ab!important;
}