
/*=================== contact banner start ====================*/
.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
    color: #ff0000;
}

.contact-info .media-body p {
    color: #8a8a8a;
}
  /*=================== contact banner end ====================*/
  /*=================== contact form start ====================*/
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
  
.form-contact label {
    font-size: 14px;
}
  
.form-contact .form-group {
    margin-bottom: 30px;
}
  
.form-contact .form-group .btn_1 {
    margin-bottom: -30px;
}
  
.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
  
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
  
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}
  
.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

@media (max-width: 576px) {
    .contact-section .btn_1 {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
   .contact-section .btn_1 {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-section .btn_1 {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section .btn_1 {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }
}
  