* {box-sizing: border-box;}
body{font-family: 'Poppins', sans-serif;}
.abour-banner-section img{width: 100%;}
/* .contact-form-box h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: #282828;margin: 0;
  margin-bottom: 30px;
} */
/* .contact-form-fields input, textarea, select {
  border: none;
  font-size: 14px;
  outline: none;
  width: 100%;font-family: 'Poppins', sans-serif;
  background: transparent;
  color: #282828;
} */

/* .form-control{
  background-color: #e1e1e1;
} */

.offer-text {
  margin-top: 5px;
  margin-bottom: 25px;
}

.contact-form-fields {
  position: relative;
  padding: 10px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #cecece;
  padding-left: 0;
  margin-bottom: 25px;
  width: 100%;
}
.contacts-form-fields {
  text-align: center;
}
.contact-form-field-button {
  border: none;
  /* width: 100%; */
  color: #fff;
  border-radius: 10px;
  background-color: #1c8cf7;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  /* font-family: 'Poppins', sans-serif; */
  /* text-decoration: none; */
  cursor: pointer;
  margin-bottom: 20px;
}
.contact-details-box h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;    margin-top: 10px;
  margin-bottom: 10px;
  color: #282828;
}
.contact-details-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7c7c7c;
}
.contact-success-content {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact-success-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 70px;
  padding-right: 0px;
}
.contact-success-text {
  -webkit-box-flex: 1;
  flex: 1 0 calc(100% - 70px);
}
.contact-success-text h4 {
  font-weight: 600;
  font-size: 24px;
  color: #282828;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 28.8px;
}
.contact-success-text p {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  margin-bottom: 30px;
}