.contact-section {
  padding: 50px 0 50px 0; 
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; 
}
.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; 
}
.dbox p {
  margin-bottom: 0; 
}
.dbox p span {
  font-weight: 500;
  color: #000; 
}
.dbox p a {
  color: var(--primary); 
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  margin: 0 auto;
  margin-bottom: 20px; 
}
.dbox .icon span {
  font-size: 20px;
  color: #fff; 
}
.dbox .text {
  width: 100%; 
}
.no-gutters {
  margin-right: 0;
  margin-left: 0; 
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; 
}
.wrapper {
  width: 100%; 
}
.contact-wrap {
  background: #e8edf0;
  padding: 30px 20px;
}
.contact-title{
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-form .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; 
}
.contact-form .form-control {
  border: none; 
}
.contact-form .form-control {
  font-size: 16px; 
}
.submit-btn {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary); 
}
.action-form-group{
  margin-top: 20px;
}
.google-map {
  height: 438px;
  width: 100%;
}