	.info-contact {
  background: #f8f8fe;
  border: 2px solid #eff3f5;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 110px 0px 110px 0px;
  border: 1px solid #efefef;
}
.info-contact .sub-title {
  color: #2b8fce;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info-contact .cea-featured-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2b8fce;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto;
  margin-bottom: 20px;
}
.star-rating {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
}
.info-contact .feature-box {
  padding: 43px 35px 38px 35px;
  border: 1px solid #efefef;
  background: #fff;
  text-align: center;
  height: 100%;
}

.info-contact .feature-box p,
.info-contact .feature-box a {
  color: #797979;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#frm-action-102441 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
}
#frm-action-102441 > .bp_form_field:nth-child(1),
#frm-action-102441 > .bp_form_field:nth-child(4) {
  grid-column: span 2;
}
#frm-action-102441 input {
  width: 100%;
  border: dashed 1px #efefef;
  padding: 10px 15px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #797979;
}
#frm-action-102441 textarea {
  width: 100%;
  height: 150px;
  border: dashed 1px #efefef;
  color: #797979;
  padding: 10px 15px;
}
.subtitle-dots {
  color: #2b8fce;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title {
  color: #111e21;
  margin: 0px 0px 0px 0px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -1px;
}
.form {
  background: #f8f8fe;
  padding: 50px 55px;
}
#frm-action-102441 > .bp_form_field:last-child > .bp_form_field {
  margin-top: 30px;
  border: none;
  background-color: #2b8fce;
  color: white;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#frm-action-102441 > .bp_form_field:last-child > .bp_form_field:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgb(44 55 64);
}

.bp-btn-send:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.25s linear;
}
.bp-btn-send:hover:before {
  width: 100%;
}
.bp-btn-send:hover a {
  color: white;
}
.map iframe {
  height: 350px;
}
.map {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .section-title-wrapper h2,.section-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .section-title-wrapper h2,.section-title {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
  .star-rating {
      margin-bottom: 30px;
  }
  .info-contact .feature-box {
      margin-bottom: 20px;
      height: auto;
  }
  .star-rating {
      text-align: center;
  }
  #frm-action-102441 {
    
    grid-template-columns: repeat(1, auto);
    
  }
  #frm-action-102441 > .bp_form_field:nth-child(1), #frm-action-102441 > .bp_form_field:nth-child(4) {
      grid-column: auto;
  }
}

