.contactform-form {
  position: relative;
  width: 100%;
}

.contactform-form .invalid-feedback {
  font-size: 12px;
}

.contact-landing-section {
  background-image: url("/images/contact-page-images/compass-mobile.png");
  background-position: center;
  background-size: cover;
  position: relative;
  aspect-ratio: 3 / 4;
}

.contact-landing-section .landing-header-heading {
  position: absolute;
  bottom: 80px;
  color: white;
  font-weight: 600;
  width: 80%;
  font-size: 30px;
  line-height: 45px;
}

@media (min-width: 576px) {
  .contact-landing-section .landing-header-heading {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .contact-landing-section .landing-header-heading {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .contact-landing-section .landing-header-heading {
    line-height: calc(2.31481481vw + 31.66666667px);
  }
}

@media (min-width: 1440px) {
  .contact-landing-section .landing-header-heading {
    line-height: 65px;
  }
}

@media screen and (min-width: 768px) {
  .contact-landing-section {
    background-image: url("/images/contact-page-images/compass-tab.png");
    aspect-ratio: 32 / 13;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contact-landing-section .landing-header-heading {
    font-weight: 700;
    position: relative;
    bottom: 75px;
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .contact-landing-section {
    background-image: url("/images/contact-page-images/compass-web.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-landing-section .landing-header-heading {
    position: static;
    font-weight: 700;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  margin-top: 8rem;
  position: relative;
}

.contact-form .contact-form-h2 {
  font-size: 30px;
  line-height: 40px;
  color: #505050;
}

.contact-form .contact-form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #383838;
  margin-top: 3rem;
  font-size: 18px;
  height: 30px;
}

.contact-form .contact-form-input::-webkit-input-placeholder {
  color: #38383899;
}

.contact-form .contact-form-input::-moz-placeholder {
  color: #38383899;
}

.contact-form .contact-form-input::-ms-input-placeholder {
  color: #38383899;
}

.contact-form .contact-form-input::placeholder {
  color: #38383899;
}

.contact-form .contact-form-input:focus {
  outline: none;
}

.contact-form .contact-form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #383838;
  margin-top: 3rem;
  font-size: 18px;
  height: 30px;
}

.contact-form .contact-form-textarea::-webkit-input-placeholder {
  color: #38383899;
}

.contact-form .contact-form-textarea::-moz-placeholder {
  color: #38383899;
}

.contact-form .contact-form-textarea::-ms-input-placeholder {
  color: #38383899;
}

.contact-form .contact-form-textarea::placeholder {
  color: #38383899;
}

.contact-form .contact-form-textarea:focus {
  outline: none;
}

.contact-form .form-submit-button {
  margin-top: 3rem;
}

.contact-form-captcha {
  margin-top: 3rem;
  width: 100%;
  height: 80px;
}

.contact-address-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.contact-address-heading .address-icon {
  width: 18px;
  height: 27px;
  margin-bottom: 10px;
}

.contact-address-heading .address-heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-left: 1rem;
  color: #505050;
}

.contact-address-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-bottom: 2rem;
  color: #505050;
}

.contact-address-subheading .corporate-img {
  width: 18px;
  padding-bottom: 8px;
}

.contact-address-subheading .address-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-left: 1rem;
}

.contact-address-subheading .address-para {
  font-size: 16px;
  line-height: 26px;
  margin-left: 2.2rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  color: #828282;
}

.wd-50 {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .wd-50 {
    width: 50%;
  }
  .contact-form .contactform-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-form .contactform-form .contact-form-input {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .contact-form {
    margin: 0;
    width: 45%;
  }
  .contact-form .contactform-form .contact-form-input {
    width: 90%;
  }
  .contact-address-container {
    width: 50%;
    border-left: 0.2px solid #828282;
    padding-left: 2rem;
  }
  .address-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
    margin: 10rem auto 6rem;
  }
  .contact-address-heading {
    margin: 0;
    margin-left: 5%;
    margin-bottom: 2rem;
  }
  .contact-address-subheading {
    margin-left: 5%;
  }
}

@media screen and (min-width: 992px) {
  .contact-form {
    width: 55%;
  }
  .contact-form .contactform-form .contact-form-input {
    width: 95%;
  }
  .contact-form .contactform-form .invalid-feedback {
    font-size: 14px;
  }
  .contact-address-container {
    width: 40%;
  }
}

.addresses-section .address-card {
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin: 3rem auto;
}

.addresses-section .address-card .address-card-header {
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1%;
  color: #001A3B;
  margin-bottom: 1rem;
}

.addresses-section .address-card .address-card-para {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1%;
  color: #505050;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 576px) {
  .addresses-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
  }
  .addresses-section .address-card {
    width: 55%;
    margin: 1rem auto;
  }
}

@media screen and (min-width: 992px) {
  .addresses-section .address-card {
    width: 30%;
    margin-top: 3rem;
    height: 400px !important;
  }
  .addresses-section .address-card .address-card-header {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .addresses-section .address-card .address-card-header {
    width: 100%;
  }
}

.map-container {
  margin: 2rem auto 3rem;
}

.map-container .contact-map {
  width: 100%;
  height: 700px;
  margin: 5rem 0;
}

@media screen and (max-width: 992px) {
  .map-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map-container .contact-map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
  }
}

.faq-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  margin-bottom: 6rem;
}

.faq-section .faq-header h2 {
  font-size: 24px;
  line-height: 30px;
  color: #505050;
  font-weight: 500;
  letter-spacing: 1%;
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .faq-section .faq-header h2 {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .faq-section .faq-header h2 {
    line-height: 40px;
  }
}

.faq-section .faq-accord {
  width: 100%;
}

.faq-section .faq-accord .accordion-button {
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 1%;
  font-weight: 600;
  color: #282828;
}

.faq-section .faq-accord .accordion-button::after {
  background-size: 1rem;
}

.faq-section .faq-accord .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-section .faq-accord .accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
}

.faq-section .faq-accord .accordion-body {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .faq-section {
    margin: 4rem auto 8rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-section .faq-header {
    width: 35%;
    margin-bottom: 0;
  }
  .faq-section .faq-accord {
    width: 55%;
  }
}

@media screen and (min-width: 1200px) {
  .faq-section {
    margin: 6rem auto 10rem;
  }
}

@media screen and (min-width: 768px) {
  .landing-section-wrapper > :first-child {
    margin-top: 0;
    width: 50%;
  }
}
