@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
:root {
  --default-green:#97B500;
}

@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.badge-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.badge-container.show {
  display: block;
}
.badge-container .badge-holder {
  position: relative;
  height: 100%;
}
.badge-container .badge-holder .bg-fade {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
}
.badge-container .badge-holder .submit-badge {
  background-color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .badge-container .badge-holder .submit-badge {
    width: 650px;
  }
}
.badge-container .badge-holder .submit-badge h3 {
  text-transform: uppercase;
  font-size: 30px;
}
.badge-container .badge-holder .submit-badge p {
  text-align: center;
  font-size: 12px;
}
.badge-container .badge-holder .submit-badge a {
  padding: 0 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.badge-container .badge-holder .submit-badge a i {
  background: rgb(36, 146, 255);
  background: -o-linear-gradient(349deg, rgb(36, 146, 255) 0%, rgb(0, 67, 174) 70%);
  background: linear-gradient(101deg, rgb(36, 146, 255) 0%, rgb(0, 67, 174) 70%);
  padding: 6px;
  color: #fff;
  border-radius: 100%;
  width: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.section-three {
  margin: 100px auto;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .section-three {
    width: 90%;
    border-radius: 20px;
    padding: 20px;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .section-three {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-three:before {
    margin: 0 auto;
    border-radius: 20px;
    width: 90%;
    position: unset;
  }
}
.section-three .absolute-content {
  background: rgb(42, 42, 47);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(42, 42, 47, 0.7343312325)), to(rgba(0, 0, 0, 0.001)));
  background: -o-linear-gradient(bottom, rgba(42, 42, 47, 0.7343312325) 16%, rgba(0, 0, 0, 0.001) 100%);
  background: linear-gradient(0deg, rgba(42, 42, 47, 0.7343312325) 16%, rgba(0, 0, 0, 0.001) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  color: #fff;
}
.section-three .absolute-content a {
  color: #fff !important;
  border-color: #fff;
}
.section-three .absolute-content p {
  color: #fff;
}
.section-three .section-three-holder .heading-holder {
  position: relative;
  z-index: 1;
  padding: 5px 60px 30px 60px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder {
    margin-top: -100px;
    padding: 5px 20px 15px 20px;
  }
}
.section-three .section-three-holder .heading-holder h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #222;
  text-transform: capitalize;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-three .section-three-holder .heading-holder h2 {
    margin-left: 0px;
  }
}
.section-three .section-three-holder .heading-holder h2 strong {
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder h2 strong {
    display: block;
    font-size: 35px;
  }
}
.section-three .section-three-holder .heading-holder small {
  font-size: 15px;
  color: #999999;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder small {
    margin-top: 50px;
    display: block;
    font-size: 15px;
    line-height: 29px;
  }
}
.section-three .section-three-holder .heading-holder p {
  text-align: center;
  font-size: 22px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder p {
    font-size: 22px;
    letter-spacing: 0px;
  }
}
.section-three .section-three-holder .form-holder {
  padding: 50px;
  margin: 0 auto;
  height: auto;
  width: 62.5%;
  background-color: rgba(238, 239, 238, 0.78);
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .section-three .section-three-holder .form-holder {
    width: 60%;
    margin: 100px auto 0 auto;
  }
}
.section-three .section-three-holder .form-holder .form > .row {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-three .section-three-holder .form-holder .form > .row .search_list.error {
  background-color: rgba(253, 186, 207, 0.271) !important;
}
.section-three .section-three-holder .form-holder .form > .row .col-md-6:has(.search_list.success) .message {
  display: none;
}
.section-three .section-three-holder .form-holder .form > .row .col-md-6:has(.holder-answer input[type=radio]:checked) .message {
  display: none;
}
.section-three .section-three-holder .form-holder .form > .row .search_list.success {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form > .row .message {
  color: rgba(253, 186, 207, 0.8) !important;
  font-size: 12px;
  position: absolute;
  right: 24px;
  top: 18px;
}
.section-three .section-three-holder .form-holder .form > .row input {
  font-size: 13px;
  color: #000;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 20px;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio]:checked ~ label:after {
  visibility: visible;
  opacity: 1;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label:after {
  background-color: #accc02;
  border-radius: 10px;
  content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: 10px;
  visibility: hidden;
  width: 11px;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label:before {
  border: 1px solid hsla(0, 0%, 44%, 0.141);
  border-radius: 10px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 15px;
}
.section-three .section-three-holder .form-holder .form > .row input::-webkit-input-placeholder {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row select {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row select::-webkit-input-placeholder {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row small {
  font-size: 15px;
  color: #000;
}
.section-three .section-three-holder .form-holder .form > .row label {
  font-family: Open Sans, serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 4px 0;
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder .form > .row label {
    margin: 0 0 0px 0;
    padding: 5px 20px;
  }
}
.section-three .section-three-holder .form-holder .form .chekbox-place {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder .form .chekbox-place {
    padding-left: 0rem;
  }
}
.section-three .section-three-holder .form-holder .form .chekbox-place p {
  font-size: 13px;
  font-weight: 300;
}
.section-three .section-three-holder .form-holder .form .btn-hdr-form button {
  width: 50%;
  margin: 0px auto;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder .form .btn-hdr-form button {
    width: 80%;
  }
}
.section-three .section-three-holder .form-holder .form .holder-answer {
  padding: 0 27px 0 20px;
  border-radius: 15px;
}
.section-three .section-three-holder .form-holder .form .holder-answer.error {
  background-color: rgba(253, 186, 207, 0.271) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer.success {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer:has(input[type=radio]:checked) {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer label {
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder {
    margin-top: 15px;
    border-radius: 27px;
  }
  .section-three .section-three-holder .form-holder .action-holder {
    margin-top: -21px !important;
  }
  .section-three .section-three-holder .form-holder button {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    position: relative;
    width: 90%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 30px auto;
  }
  .section-three .section-three-holder .form-holder .col-md-6 {
    margin: 0px 0 0 0;
  }
}

/*# sourceMappingURL=support-form-request.min.css.map*/