.contact-us-section {
  background: linear-gradient(to right, #F7F5F0 40%, #fff 30%) !important;
}

@media screen and (max-width: 992px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #F7F5F0 40%, #fff 30%) !important;
  }
}
.contact-us-section {
  position: relative;
  background: linear-gradient(to right, #fff9eb 40%, #fff 30%);
}
.contact-us-section .left-box {
  flex-basis: 35%;
  position: relative;
  z-index: 1;
}
.contact-us-section .left-box .soc-box {
  margin: 20px 0 0;
  color: rgba(5, 22, 77, 0.8);
  font-size: 14px;
  font-weight: 500;
}
.contact-us-section .left-box .soc-box a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  color: rgba(5, 22, 77, 0.8);
  line-height: initial;
}
.contact-us-section .left-box .soc-box a:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: -2px;
  background: rgba(65, 65, 65, 0.3);
}
.contact-us-section .left-box .soc-box a:hover {
  color: #05164d;
}
.contact-us-section .left-box .soc-box a:first-child {
  padding: 0;
}
.contact-us-section .left-box .soc-box a:first-child:before {
  display: none;
}
.contact-us-section .left-box .soc-box a i {
  margin-right: 10px;
}
.contact-us-section .left-box .soc-box a i img {
  vertical-align: middle;
}
.contact-us-section .left-box .soc-box a:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: -2px;
  background: rgba(65, 65, 65, 0.3);
}
.contact-us-section .left-box .soc-box a span {
  position: relative;
}
.contact-us-section .left-box .soc-box a span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../images/soc-border.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 1 !important;
}
.contact-us-section .left-box .award-box {
  width: 100%;
  padding: 30px 0 0;
}
.contact-us-section .left-box .award-box p {
  color: #05164D;
  font-weight: 500;
  font-size: 18px;
}
.contact-us-section .left-box .award-box p strong {
  font-weight: 700;
}
.contact-us-section .left-box .award-box p a {
  color: #05164D;
  text-decoration: underline;
}
.contact-us-section .left-box .award-box .row-box .col-box {
  margin: 30px 0 0;
  align-items: self-start;
}
.contact-us-section .left-box .award-box .row-box .col-box .icon {
  flex-basis: 10%;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp {
  flex-basis: 90%;
  padding-left: 0;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
  color: #6f6f6f;
  font-weight: 500;
}
.contact-us-section .left-box .award-box .row-box .col-box .desp p {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 24px;
  color: #4B5563;
  font-weight: 400;
}
.contact-us-section .left-box .award-box .client-stack {
  margin: 30px 0 0;
}
.contact-us-section .left-box .award-box .client-stack ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.contact-us-section .right-box {
  width: 58%;
  background: #ffffff;
  padding: 0;
}
.contact-us-section .right-box h2 {
  margin: 0 0 10px;
}
.contact-us-section .right-box .top-section {
  margin: 0 0 50px;
}
.contact-us-section .form-text-cont {
  flex-basis: 50%;
  margin-bottom: 30px;
  position: relative;
}
.contact-us-section .form-text-cont:nth-child(2n-1) {
  padding-right: 20px;
}
.contact-us-section .form-text-cont.verror label {
  color: #dc0019;
}
.contact-us-section .input-field {
  border: 1.5px solid #d4e0ed;
  padding: 0 15px;
  height: 54px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  outline: 0;
  color: #6B7280;
}
.contact-us-section .user-input {
  position: relative;
}
.contact-us-section .user-input label {
  position: absolute;
  top: -15px;
  left: 8px;
  font-size: 13px;
  background: #fff;
  padding: 0 8px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
}
.contact-us-section .user-input:focus-within label {
  color: rgb(51, 51, 51);
}
.contact-us-section .user-input:focus-within .input-field {
  border-color: rgb(5, 22, 77);
}
.contact-us-section .form-control small,
.contact-us-section .user-input small {
  display: none;
  font-size: 13px;
  margin-top: 5px;
}
.contact-us-section .width-full .user-input {
  border: 1.5px solid #d4e0ed;
  padding: 20px 15px;
  background: transparent;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
  height: 180px;
  margin-bottom: 0;
  padding-right: 50px;
}
.contact-us-section .width-full .user-input small {
  display: block;
  opacity: 0;
}
.contact-us-section .width-full .user-input.form-control.verror {
  border-color: red;
}
.contact-us-section .width-full .user-input.success::after {
  top: 27px;
}
.contact-us-section .width-full.verror .user-input {
  border-color: #dc0019 !important;
}
.contact-us-section .comment-input {
  height: 70px;
  resize: none;
  background: none;
  outline: 0;
  border: none;
  overflow-y: auto;
  padding: 0;
}
.contact-us-section .drop-input {
  position: relative;
  bottom: 0;
  left: 0;
}
.contact-us-section .drop-box {
  text-decoration: none;
  padding: 5px 10px;
  border: 0.5px solid #ffffff;
  font-size: 12px;
}
.contact-us-section .btn-container {
  margin-top: 0;
}
.contact-us-section .btn-container .cta-button {
  background: #ffad00 url(../../images/home-images/white-cta.svg) no-repeat right 15px center;
  border: none;
  padding: 16px 50px 16px 20px;
}
.contact-us-section .btn-container .cta-button:hover {
  background: #05164d url(../../images/home-images/yellow-cta.svg) no-repeat right 15px center;
  color: #ffffff;
}
.contact-us-section .arrow-wrap {
  right: 50px;
  top: 9px;
}
.contact-us-section .user-input.checkout {
  text-align: right;
}
.contact-us-section .user-input.success {
  position: relative;
}
.contact-us-section .user-input.success::after {
  content: "";
  background: url(../../images/success-icon.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  z-index: 1;
}
.contact-us-section .error {
  color: #dc0019 !important;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.contact-us-section .form-text-cont.width-full {
  flex-basis: 100%;
  padding-right: 0;
}
.contact-us-section #drop-area {
  border: none;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  bottom: 0;
  padding: 0;
}
.contact-us-section #drop-area .button {
  background: rgba(217, 217, 217, 0.2);
  color: rgb(65, 64, 64);
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #d1d1e1;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
}
.contact-us-section #drop-area .button:hover {
  background: rgba(217, 217, 217, 0.8);
  opacity: 1;
}
.contact-us-section #drop-area .button:focus {
  background: rgba(76, 76, 76, 0.7);
  color: #ffffff;
}
.contact-us-section #gallery {
  margin-bottom: 8px;
}
.contact-us-section #gallery div {
  display: inline-flex;
  margin-right: 10px;
  vertical-align: baseline;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contact-us-section #gallery div button,
.contact-us-section #gallery div a {
  text-decoration: none;
  background: #FFAD00;
  padding: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  cursor: pointer;
  border: 0;
}
.contact-us-section #gallery div button:focus,
.contact-us-section #gallery div a:focus {
  background: #f30909;
}
.contact-us-section #file-type-error {
  font-size: 13px;
  color: #dc0019;
  margin-bottom: 10px;
}
.contact-us-section .loader {
  border: 5px solid #9f9f9f;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 50%;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-us-section .gal-loader {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  display: none;
}
.contact-us-section .gal-loader.active {
  background: rgba(0, 0, 0, 0.1);
}
.contact-us-section .gal-loader.active .loader {
  display: block;
}
.contact-us-section .gal-loader.show-me {
  display: block;
  min-height: 100px;
}
.contact-us-section .autocomplete-items {
  display: none;
}
.contact-us-section .autocomplete-items.has-data {
  display: block;
  height: 170px;
  overflow-y: auto;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
  background: #1d1c39;
  border-radius: 5px;
  z-index: 2;
}
.contact-us-section .autocomplete-items.has-data div {
  color: #fff;
  border-bottom: 1px solid #05142b;
  background-color: #1d1c39;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  padding: 15px 20px;
}
.contact-us-section .autocomplete-items.has-data div.autocomplete-active, .contact-us-section .autocomplete-items.has-data div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.contact-us-section .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-us-section .form-group ::placeholder {
  opacity: 0.5;
}
.contact-us-section .quizQ {
  background: url(../../images/line-image.png) 5px center no-repeat;
  border: 1px dashed #e0e0e0;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.contact-us-section .quizQ span {
  font-size: 20px;
  color: rgb(65, 65, 65);
  font-weight: 600;
  letter-spacing: 3px;
}
.contact-us-section .refreshbtn {
  background: url(../../images/home-images/refresh-button.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-left: 35px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.contact-us-section .refreshbtn:active {
  transform: rotate(360deg);
}
.contact-us-section .equal {
  margin: 0 18px;
  font-size: 25px;
}
.contact-us-section .quizAns {
  position: relative;
}
.contact-us-section .quizAns input {
  border: 1px solid rgb(133, 129, 129);
  border-radius: 8px;
  height: 50px;
  max-width: 60px;
  text-align: center;
  padding: 10px;
  color: rgb(65, 65, 65);
  font-size: 20px;
}
.contact-us-section .quizAns .error {
  margin-left: 10px;
  color: #dc0019;
  font-size: 13px;
}
.contact-us-section .verror small,
.contact-us-section .verror label {
  color: #dc0019 !important;
  display: block;
}
.contact-us-section .verror .input-field,
.contact-us-section .verror .nice-select {
  border-color: #dc0019 !important;
}
.contact-us-section .qz-captcha {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us-section .qz-captcha .qz-wrap {
  display: flex;
  align-items: center;
}
.contact-us-section .qz-captcha input[type=number] {
  color: #414141;
}

@media screen and (min-width: 2500px) {
  .contact-us-section .left-box .award-logo .logo-box img {
    width: 150px;
  }
}
@media only screen and (max-width: 1680px) {
  .contact-us-section .left-box p {
    margin: 0 0 15px;
  }
  .contact-us-section .left-box .side-dash1:after {
    top: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .contact-us-section .qz-captcha {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-us-section {
    background: linear-gradient(to right, #fff9eb 38%, #fff 30%);
  }
  .contact-us-section .quizQ {
    padding: 0 15px;
  }
  .contact-us-section .equal {
    margin: 0 10px;
  }
  .contact-us-section .right-box {
    width: 60%;
  }
  .contact-us-section .left-box {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 45%, #fff 30%);
  }
  .contact-us-section .left-box {
    flex-basis: 100%;
  }
  .contact-us-section .right-box {
    width: 100%;
    margin-top: 70px;
    padding: 50px 20px 0;
  }
  .contact-us-section .qz-captcha {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-section {
    background: linear-gradient(to bottom, #fff9eb 36%, #fff 30%);
  }
  .contact-us-section .left-box .soc-box {
    margin: 0;
  }
  .contact-us-section .left-box .award-box p {
    font-size: 15px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box {
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .icon {
    flex-basis: 13%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp {
    flex-basis: 80%;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
    font-size: 16px;
  }
  .contact-us-section .left-box .award-box .row-box .col-box .desp p {
    margin: 4px 0 0;
  }
  .contact-us-section .form-group {
    margin-bottom: 0;
  }
  .contact-us-section .right-box {
    margin-top: 60px;
    padding: 40px 0 0;
  }
  .contact-us-section .right-box .top-section {
    text-align: center;
  }
  .contact-us-section .form-text-cont {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .contact-us-section .form-text-cont:nth-child(2n-1) {
    padding-right: 0;
  }
  .contact-us-section .btn-container {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .contact-us-section .input-field {
    height: 50px;
    font-size: 14px;
  }
  .contact-us-section .form-control small,
  .contact-us-section .user-input small {
    display: none;
    font-size: 13px;
    margin-top: 5px;
  }
  .contact-us-section .width-full .user-input {
    padding: 15px 20px;
    font-size: 14px;
    height: 180px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  .contact-us-section .width-full .user-input small {
    display: block;
    opacity: 0;
  }
  .contact-us-section .width-full .user-input.form-control.verror {
    border-color: red;
  }
  .contact-us-section .width-full .user-input.success::after {
    top: 27px;
  }
  .contact-us-section .width-full.verror .user-input {
    border-color: #dc0019 !important;
  }
  .contact-us-section .comment-input {
    height: 70px;
    resize: none;
    background: none;
    outline: 0;
    border: none;
    overflow-y: auto;
    padding: 0;
  }
  .contact-us-section .drop-input {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .contact-us-section .drop-box {
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #ffffff;
    font-size: 12px;
  }
  .contact-us-section .checkout-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .contact-us-section .user-input.checkout {
    text-align: center;
  }
  .contact-us-section .user-input.success {
    position: relative;
  }
  .contact-us-section .user-input.success::after {
    content: "";
    background: url(../../images/success-icon.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .contact-us-section .error {
    color: #dc0019 !important;
    opacity: 0.9;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    display: block;
  }
  .contact-us-section .form-text-cont.width-full {
    flex-basis: 100%;
    padding-right: 0;
  }
  .contact-us-section #drop-area {
    border: none;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .contact-us-section #drop-area .button {
    background: rgba(217, 217, 217, 0.32);
    color: #9b9b9b;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #d1d1e1;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.4;
    opacity: 0.5;
  }
  .contact-us-section #gallery {
    margin-bottom: 15px;
  }
  .contact-us-section #gallery div {
    display: inline-flex;
    margin-right: 10px;
    vertical-align: baseline;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .contact-us-section #gallery div button,
  .contact-us-section #gallery div a {
    text-decoration: none;
    background: #FFAD00;
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 0;
  }
  .contact-us-section #gallery div button:focus,
  .contact-us-section #gallery div a:focus {
    background: #f30909;
  }
  .contact-us-section #file-type-error {
    font-size: 13px;
    color: #dc0019;
    margin-bottom: 10px;
  }
  .contact-us-section .loader {
    border: 5px solid #9f9f9f;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 50%;
    display: none;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .contact-us-section .gal-loader {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    display: none;
  }
  .contact-us-section .gal-loader.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .contact-us-section .gal-loader.active .loader {
    display: block;
  }
  .contact-us-section .gal-loader.show-me {
    display: block;
    min-height: 100px;
  }
  .contact-us-section .autocomplete-items {
    display: none;
  }
  .contact-us-section .autocomplete-items.has-data {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
    background: #1d1c39;
    border-radius: 5px;
    z-index: 2;
  }
  .contact-us-section .autocomplete-items.has-data div {
    color: #fff;
    border-bottom: 1px solid #05142b;
    background-color: #1d1c39;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 20px;
  }
  .contact-us-section .autocomplete-items.has-data div.autocomplete-active, .contact-us-section .autocomplete-items.has-data div:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .contact-us-section .qz-captcha .qz-wrap {
    flex-basis: 100%;
    align-items: flex-start;
  }
  .contact-us-section .qz-captcha .checkout {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .contact-us-section .equal {
    margin: 15px 20px 0;
  }
  .contact-us-section .quizQ {
    font-size: 16px;
    padding: 0 15px;
  }
  .contact-us-section .refreshbtn {
    margin-left: 20px;
  }
  .contact-us-section .btn-sec .btn {
    font-size: 16px;
  }
  .contact-us-section .btn-sec .btn .checkout-submit {
    font-size: 16px;
    padding: 10px 60px 10px 25px;
  }
  .contact-us-section .btn-sec .btn::before {
    width: 41px;
    height: 41px;
    top: 3px;
    right: 4px;
  }
}

/*# sourceMappingURL=footer-form.css.map */
