﻿.vp-contact-image-bg-contact {
  background: url(../media/images/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 572px;
}
.vp-contact-image-bg-contact .green-container {
  --bg-opacity: .8;
  height: 202px;
  width: 480px;
  border-radius: 0px 10px 10px 0px;
}

.vp-contact-divider {
  width: 80px;
  color: var(--vp-green);
  border: 5px solid var(--vp-green);
}

.contact-info-container {
  width: 300px;
}

.vp-contact-team-card .green-container {
  --rgb: 7,115,100;
  --bg-opacity: .2;
  padding: 30px;
  max-width: 500px;
}
.vp-contact-team-card .green-container .image-container {
  height: 71px;
  width: 71px;
  border-radius: 10px;
  background-color: var(--vp-green);
}
.vp-contact-team-card .green-container .image-container .image {
  width: 40px;
}
.vp-contact-team-card .green-container .title {
  padding-top: 50px;
  height: 150px;
  padding-bottom: 10px;
}

.vp-contact-colored-input {
  border: 2px solid;
  border-radius: 5px !important;
  --bg-opacity: .2;
  --rgb: 7,115,100;
  border-color: rgba(var(--rgb), var(--bg-opacity)) !important;
  font-size: 18px;
  padding-left: 20px;
}
.vp-contact-colored-input::placeholder {
  font-size: 22px;
  font-weight: 400;
}
.vp-contact-colored-input.textarea-form {
  height: 303px !important;
  padding-top: 20px;
}

.vp-contact-gmaps-iframe {
  border: 0;
  width: 100%;
  height: 540px;
}

@media (max-width: 991.98px) {
  .vp-contact-image-bg-contact .green-container {
    border-radius: 10px;
  }
  .get-in-touch-padding {
    padding: 0px 0px 50px 0px;
  }
  .get-in-touch-padding .contact-info-container {
    width: auto;
  }
  .get-in-touch-padding .input-fields-container {
    width: auto;
  }
  .vp-contact-colored-input {
    font-size: 18px;
    padding-left: 20px;
  }
  .vp-contact-colored-input::placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .vp-contact-colored-input.textarea-form {
    height: 303px !important;
    padding-top: 15px;
  }
  .vp-contact-team-card {
    padding: 15px;
  }
  .vp-contact-team-card .green-container {
    height: auto;
  }
  .vp-contact-team-card .green-container .title {
    padding-top: 20px;
    height: auto;
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .vp-contact-image-bg-contact {
    height: 288px;
  }
  .vp-contact-image-bg-contact .green-container {
    height: 122px;
    width: 247px;
  }
  .vp-contact-colored-input {
    font-size: 14px;
    padding-left: 10px;
  }
  .vp-contact-colored-input::placeholder {
    font-size: 14px;
  }
  .vp-contact-colored-input.textarea-form {
    height: 200px !important;
    padding-top: 10px;
  }
}
.main-text {
  font-size: 45px;
  font-weight: bolder;
  line-height: 135%;
}

.sub-main-text {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
}

.bigger-regular-text {
  font-size: 28px;
  font-weight: bold;
}

.regular-text-semibold {
  font-size: 20px;
  font-weight: 600;
}

.regular-text {
  font-size: 20px;
}

.spacing-text-1 {
  line-height: 180%;
}
