.contact-form .container h2 {
  font-family: "Rubik", sans-serif;
  color: #00C1DE;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 29px;
}

.contact-form .container h3 {
  font-family: "Rubik", sans-serif;
  color: #002A40;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 49px;
}

.contact-form {
  background-color: #002A40;
  padding-top: 100px;
  padding-bottom: 60px;
}
.contact-form .container h3 {
  color: #FFF;
}
.contact-form .contact-details {
  margin: 0 auto;
  max-width: 70%;
}
.contact-form .contact-details p {
  font-size: 20px;
  font-weight: 300;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}
.contact-form .form-contents .form-control,
.contact-form .form-contents .form-select {
  margin-bottom: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00C1DE;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #FFF;
}
.contact-form .form-contents .form-control:focus,
.contact-form .form-contents .form-select:focus  {
  box-shadow: none;
  outline: none;
}
.contact-form .form-contents .form-control::placeholder,
.contact-form .form-contents .form-select::placeholder {
  color: #FFF;
}
.contact-form .form-contents .form-select {
  background-image: url('../images/cheveron-down.svg');
  background-repeat: no-repeat;
  background-size: 10px 12px;
}
.contact-form .action-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.contact-form .action-button .custom-main-button {
  min-width: 240px;
  height: 65px;
  border-radius: 35px;
  border: none;
  background-color: #00C1DE;
  color: #FFF;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
}
.testimonial-block .carousel-cover .clients-carousel .owl-nav button {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
#more-fields, #privacy-text {
  display: none;
}
#more-fields-row {
  padding-top: 6px;
}
.form-check-label,
.more-fields-anchor,
.contact-form .form-contents .privacy-text {
  color: white;
}
.contact-form {
  padding-top: 30px;
  padding-bottom: 0;
}
.contact-form .form-contents {
  padding-top: 10px;
}
.contact-form  .privacy-text-block {
  line-height: 1.5;
}