.fs-14 {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.fs-16 {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.fs-18 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.fs-20 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
}

.fs-25 {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem) !important;
}

.fs-30 {
  font-size: clamp(1.2rem, 2vw, 1.9rem) !important;
}

.fs-35 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.fs-40 {
  font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
}

.fs-45 {
  font-size: clamp(1.5rem, 3vw, 3rem) !important;
}

.fs-50 {
  font-size: clamp(1.8rem, 3.2vw, 3.5rem) !important;
}

.fs-60 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem) !important;
}

.help-content {
  width: 90%;
}

@media screen and (max-width: 991px) {
  .help-content {
    width: 100%;
  }
}

.help-box {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #CBD6E2;
  border-radius: 20px;
  padding: 40px;
}

.help-box .help-send-img {
  width: 30px;
  height: 30px;
}

.our-office-bg {
  background-color: #F4F4FA;
  padding: 70px 0;
}

.our-office-bg .our-office-img {
  width: 95%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .our-office-bg .our-office-img {
    width: 100%;
    height: 330px;
  }
}

.our-office-bg .our-office-img img {
  border-radius: 20px;
}

.contactusform-main .form-box {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 40px #00000014;
  border-radius: 30px;
  padding: 60px;
}

@media screen and (max-width: 576px) {
  .contactusform-main .form-box {
    padding: 30px;
  }
}

.contactusform-main .form-box .txt-area-div .form-control {
  height: auto;
}

.contactusform-main.application-form-main .form-main {
  width: 100%;
}

