* {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body {
  font-family: "Mulish", serif;
  scroll-behavior: smooth;
  background: #fff;
  color: #181818;
  /* Firefox */
}
body.modal-open {
  padding-right: 0 !important;
}
body.modal-open header {
  z-index: 9;
}
body.fix-menu {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1500px;
  }
}
@media (max-width: 991.98px) {
  body .container br {
    display: none;
  }
}
body .container a {
  text-decoration: none !important;
}
body .container a:hover {
  text-decoration: none;
}
body .container img {
  display: initial;
}
body textarea {
  resize: none;
}
body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body button:focus-visible,
body a:focus-visible {
  outline: none !important;
}
body button:focus,
body a:focus {
  box-shadow: none !important;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body ol {
  padding: 0 0.5rem;
}
body p {
  margin-bottom: 0;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .primary-btn {
  padding: 10px 16px;
  background: #ffc737;
  color: #181818;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  border: 2px solid #ffc737;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
body .primary-btn.white-btn {
  color: #344054;
  border: 1px solid #d0d5dd;
  background: #ffffff;
}
body .blue-text {
  color: #317ff4;
  font-weight: 700;
}
body .cta {
  background: #edfdf3;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  body .cta {
    padding: 60px 0;
  }
}
body .cta .heading {
  max-width: 999px;
  margin: 0px auto 3rem auto;
}
body .cta .cta-buttons {
  min-height: 33px;
}

.typo-1 {
  font-size: calc(34px + 30 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 700;
}

.typo-2 {
  font-size: calc(32px + 24 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 700;
}

.typo-3 {
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 700;
}

.typo-4 {
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 700;
}

.typo-5 {
  font-size: calc(22px + 10 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
}

.typo-6 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
}

.typo-7 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
}

.typo-8 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 400;
}

.text-1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.text-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.text-3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.admLp-ads {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 1199.98px) {
  .header {
    height: unset;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-head {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .header .setmenu .finance-now-btn a {
    padding: 10px 8px;
    font-size: 14px;
  }
}

.heading {
  color: #181818;
  font-weight: 700;
}

.check_wrap {
  gap: 0;
}
.check_wrap .trim_cont a {
  color: #656b73;
  pointer-events: none;
  text-decoration: none;
}

.phone-field input#phone {
  padding: 0 0 0 90px !important;
}
.phone-field .phone_input {
  padding-right: 0;
  padding-left: 0;
}
.phone-field .dropdown {
  top: 0px;
  max-width: 80px;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.phone-field .dropdown .form-group {
  margin-bottom: 0 !important;
  border-right: 1px solid #cbd1d9 !important;
}
.phone-field .dropdown .form-group .country-select-button {
  border: 0 !important;
  background: transparent !important;
}

.banner {
  background: linear-gradient(348.45deg, #070f05 9.89%, #183813 54.19%, #183813 86.78%);
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner {
    padding: 80px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .banner {
    background: #183813;
  }
}
.banner:after {
  position: absolute;
  content: "";
  background: url(/assets/images/banner-after.png) no-repeat;
  right: 0;
  top: -100px;
  width: 939px;
  height: 558px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .banner:after {
    display: none;
  }
}
.banner .banner_row {
  align-items: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner .banner_row {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner .banner_row .button_wrapper {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 479.98px) {
  .banner .banner_row .button_wrapper .primary-btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
}
.banner .banner_row .button_wrapper .primary-btn.white-btn {
  margin-left: 1rem;
}
@media (max-width: 479.98px) {
  .banner .banner_row .button_wrapper .primary-btn.white-btn {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}
.banner .banner_row .banner-left .blue-text {
  font-weight: 700;
  color: #fce0b1;
}
.banner .banner_row .banner-left .text-2 {
  max-width: 570px;
}
.banner .banner_row .banner-left .heading {
  margin: 1rem 0;
  line-height: 1;
  color: #fff;
}
.banner .banner_row .banner-left .heading span {
  color: #ffc737;
}
@media (max-width: 767.98px) {
  .banner .banner_row .banner-left .heading {
    line-height: 1.2;
  }
}
.banner .banner_row .banner-left .text-2 {
  color: #fff;
}
.banner .banner_row .banner-left .text-3 {
  max-width: 200px;
  color: #e4e4e4;
  font-weight: 800;
}
@media (max-width: 479.98px) {
  .banner .banner_row .banner-left .text-3 {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.banner .banner_row .banner-left .box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 32px 0 42px 0;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .banner .banner_row .banner-left .box {
    gap: 15px;
  }
}
.banner .banner_row .banner-left .box .text-2 {
  color: #414141;
}
.banner .banner_row .banner-left .box .text-3 {
  font-weight: 600;
  position: relative;
  padding-left: 50px;
}
.banner .banner_row .banner-left .box .text-3:before {
  position: absolute;
  content: "";
  background: url(/assets/images/tick.png) no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: -4px;
}
@media (max-width: 1199.98px) {
  .banner .banner_row .banner-left .box .text-3:before {
    scale: 0.7;
  }
}
@media (max-width: 479.98px) {
  .banner .banner_row .banner-left .box .text-3:before {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .banner .banner_row .banner-left .banner-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .banner .banner_row .banner-left .banner-buttons a {
    width: 100%;
    text-align: center;
  }
}
.banner .banner_row .banner-left .banner-buttons .primary-btn {
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .banner .banner_row .banner-left .banner-buttons .primary-btn {
    margin-right: 0px;
    margin-bottom: 1rem;
  }
}
.banner .banner_row .banner-form {
  background: #ffffff;
  border-radius: 8px;
  padding: 38px;
}
@media (max-width: 991.98px) {
  .banner .banner_row .banner-form {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner .banner_row .banner-form {
    padding: 30px 20px;
  }
}
.banner .banner_row .banner-form .form-group label {
  display: none;
}
.banner .banner_row .banner-form .form-group .error {
  text-align: left;
  width: 100%;
}
.banner .banner_row .banner-form .typo-6 {
  max-width: 375px;
  margin: 0 auto 2rem auto;
}
.banner .banner_row .banner-form .pra-field p {
  text-align: left;
}
.banner .banner_row .banner-form .btn-wrap {
  margin-top: 1.5rem;
}
.banner .banner_row .banner-form .thank-you {
  box-shadow: none;
  border: none;
}

.benefits {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .benefits {
    padding: 60px 0;
  }
}
.benefits .heading {
  max-width: 1038px;
  margin: 0 auto 56px auto;
}
.benefits .benefits-accordion {
  max-width: 1000px;
  margin: auto;
}
.benefits .benefits-accordion .card {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 14px;
  margin-top: 24px;
}
.benefits .benefits-accordion .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 25px 42px;
}
@media (max-width: 576px) {
  .benefits .benefits-accordion .card .card-header {
    padding: 18px;
  }
}
.benefits .benefits-accordion .card .card-header a {
  color: #181818;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
}
.benefits .benefits-accordion .card .card-header a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid #292d32;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  margin: 5px;
  right: 43px;
  transition: transform 0.8s;
  top: 30px;
}
@media (max-width: 767px) {
  .benefits .benefits-accordion .card .card-header a:after {
    right: 22px;
    top: 24px;
  }
}
.benefits .benefits-accordion .card .card-header a.collapsed:after {
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.benefits .benefits-accordion .card .card-body {
  padding: 0 42px 25px 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .benefits .benefits-accordion .card .card-body {
    padding: 0 25px 25px 25px;
  }
}
.benefits .benefits-accordion .card .card-body li {
  padding: 17px 17px 17px 52px;
  background: #edf4fd;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 49.2%;
  color: #414141;
  font-weight: 600;
  position: relative;
}
@media (max-width: 576px) {
  .benefits .benefits-accordion .card .card-body li {
    width: 100%;
  }
}
.benefits .benefits-accordion .card .card-body li:before {
  position: absolute;
  content: "";
  background: url(/assets/images/list-tick.png) no-repeat;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 18px;
}
@media (max-width: 992px) {
  .benefits .benefits-accordion .card .card-body li:before {
    scale: 0.8;
  }
}
.benefits .benefits-accordion .card .card-body li.list-2 {
  background: #fdf0d8;
}
.benefits .benefits-accordion .card .card-body li.list-3 {
  background: #c9f8dc;
}
.benefits .benefits-accordion .card .card-body li.list-4 {
  background: #b8dab4;
}
.benefits .benefits-accordion .card .card-body li.list-5 {
  background: #fde8c4;
}
.benefits .benefits-accordion .card .card-body li.list-6 {
  background: #d7e6ff;
}
.benefits .buttons {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 479.98px) {
  .benefits .buttons .primary-btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 2rem auto 0;
  }
}
.benefits .buttons .primary-btn.white-btn {
  margin-left: 1rem;
}
@media (max-width: 479.98px) {
  .benefits .buttons .primary-btn.white-btn {
    margin-left: auto;
    margin-top: 1rem;
  }
}

.growth {
  background: #f7faf7;
  padding: 73px 0;
}
@media (max-width: 991.98px) {
  .growth {
    padding: 60px 0;
  }
}
.growth .heading {
  max-width: 660px;
  margin: auto;
}
.growth .growth-outer {
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
.growth .growth-outer .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.growth .growth-outer .box .box-inner {
  background: #fff;
  border: 1px solid #ececec;
  padding: 42px;
  border-radius: 14px;
  margin-top: 60px;
  max-width: 588px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .growth .growth-outer .box .box-inner {
    padding: 20px;
    margin-top: 40px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .growth .growth-outer .box .box-inner .content-box {
    margin-top: 40px;
  }
}
.growth .growth-outer .box .box-inner .content-box .text-2 {
  max-width: 439px;
}
.growth .growth-outer .box .box-inner .content-box .typo-8 {
  font-weight: 700;
  margin-bottom: 8px;
}
.growth .growth-outer .box .box-inner .content-box .growth-btn {
  margin-top: 32px;
}
.growth .growth-outer .box .box-inner .content-box .growth-btn a {
  position: relative;
  font-weight: 700;
}
.growth .growth-outer .box .box-inner .content-box .growth-btn a:after {
  content: "";
  position: absolute;
  background: url(../images/icons/arrow.svg) no-repeat;
  width: 24px;
  height: 24px;
  right: -32px;
  top: -1px;
}

.results {
  padding: 100px 0;
  background: url(/assets/images/results-bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .results {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .results .row {
    justify-content: center;
  }
}
.results .row .heading {
  color: #ffffff;
}
.results .row .text-2 {
  color: #414141;
}
.results .row .typo-8 {
  max-width: 338px;
  margin: 0;
}
.results .row .repeaterbox {
  padding: 24px;
  background: #edf4fd;
  border-radius: 14px;
  max-width: 600px;
  margin-top: 40px;
  min-height: 275px;
}
@media (max-width: 1199.98px) {
  .results .row .repeaterbox {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .results .row .repeaterbox {
    min-height: auto;
  }
}
.results .row .repeaterbox .contentwrapper {
  margin-top: 24px;
}
.results .row .repeaterbox .contentwrapper .typo-8 {
  font-weight: 700;
}
.results .row .repeaterbox .contentwrapper .text-2 {
  margin-top: 8px;
  font-weight: 400;
}
.results .row .repeaterbox.color-2 {
  background: #fdf0d8;
}
.results .row .repeaterbox.color-3 {
  background: #c9f8dc;
}

.financing {
  padding-top: 78px;
  background: #f7faf7;
}
@media (max-width: 991.98px) {
  .financing {
    padding-top: 60px;
  }
}
.financing .heading {
  max-width: 665px;
  margin: 0 auto 84px auto;
}
@media (max-width: 767.98px) {
  .financing .heading {
    margin: 0 auto 40px auto;
  }
}
.financing .box {
  display: flex;
  gap: 16px;
  margin-bottom: 2rem;
  max-width: 585px;
}
.financing .box .content {
  width: 100%;
}
.financing .box .content .title {
  font-weight: 700;
}
.financing .box .content .desc {
  color: #414141;
}

.testimonial {
  padding: 100px 0 0;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .testimonial {
    padding: 60px 0;
  }
}
.testimonial .row {
  position: relative;
}
.testimonial .row .typo-4 {
  max-width: 815px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .testimonial .row .testimonial-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .testimonial .row .testimonial-wrapper .slick-list {
    width: 100%;
  }
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track {
  gap: 20px;
  display: flex !important;
  align-items: stretch !important;
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track .box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-top: 0;
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  background: #fff;
  box-shadow: none;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .testimonial .row .testimonial-wrapper .slick-list .slick-track .box {
    padding: 25px 8px;
    margin-top: 20px;
  }
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track .box .image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 18px auto;
  display: block;
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track .box .title {
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track .box .content {
  text-align: center;
  margin-bottom: 18px;
}
.testimonial .row .testimonial-wrapper .slick-list .slick-track .box .name {
  font-weight: 700;
  color: #01081b;
  margin-top: 12px;
  text-align: center;
}
.testimonial .testimonial-arrows {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}
.testimonial .testimonial-arrows .slide-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  font-size: 22px;
}
.testimonial .testimonial-arrows .slide-arrow:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.testimonial .testimonial-arrows .slide-arrow img,
.testimonial .testimonial-arrows .slide-arrow svg {
  width: 22px;
  height: 22px;
}

/* Hide default slick arrows */
.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  display: none !important;
}

/* Override Slick Slider constraints */
.slick-track {
  height: auto !important;
  display: flex !important;
  align-items: stretch !important;
}

.slick-slide {
  height: auto !important;
}

.testimonial-wrapper.slick-slider .slick-list {
  height: auto !important;
}
.testimonial-wrapper.slick-slider .slick-track {
  height: auto !important;
  overflow: visible !important;
}
.testimonial-wrapper.slick-slider .box {
  height: auto !important;
  min-height: 360px !important;
  max-height: none !important;
  overflow: visible !important;
}

.cta-sec {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .cta-sec {
    padding: 20px 0;
  }
}
.cta-sec .cta-row {
  background: url(/assets/images/adm-cta.png) no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 63px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .cta-sec .cta-row {
    padding: 40px 20px;
  }
}
.cta-sec .cta-row .inner {
  max-width: 620px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.cta-sec .cta-row .inner .heading {
  color: #ffffff;
}
.cta-sec .cta-row .inner .text-1 {
  margin: 1rem auto 2rem auto;
}

.faq {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq {
    padding: 60px 0;
  }
}
.faq .heading {
  color: #181818;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}

.faq-accordion {
  max-width: 892px;
  z-index: 1;
  position: relative;
  margin: auto;
}
.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion-header {
  border: 0;
  padding: 18px 0;
  background: transparent;
  border-radius: 0;
}
.faq-accordion .accordion-button {
  color: #181818;
  padding-left: 0;
  padding-right: 30px;
  transition: all 0.3s ease;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 18px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #181818;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq-accordion .accordion-button::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 28px;
  font-weight: bold;
  color: #414141;
  transition: transform 0.3s, color 0.3s;
  background: none;
  border: none;
  width: auto;
  height: auto;
  transform: none;
}
.faq-accordion .accordion-button.collapsed::after {
  content: "+";
  color: #dfdfdf;
}
.faq-accordion .accordion-body {
  color: #414141;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  max-width: 802px;
  padding-bottom: 20px;
  background: transparent;
}
@media (max-width: 575.98px) {
  .faq-accordion .accordion-body {
    padding-bottom: 35px;
  }
}
.faq-accordion .accordion-collapse {
  border: none;
}

.footer {
  padding: 22px 0;
  background-color: #181818;
}
.footer .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer .row .navbar-brand {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer .row .logo_wrap {
    text-align: center;
  }
}
.footer .row .copy_right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer .row .copy_right {
    text-align: center;
    padding: 16px 0px 0;
  }
}
.footer .row .copy_right .text-3 {
  color: #ffffff;
}

@media (max-width: 399.98px) {
  .popup-box .modal {
    left: -6px;
  }
}
.popup-box #demoModal .modal-dialog {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .popup-box #demoModal .modal-dialog {
    padding: 17px 17px 17px 0;
  }
}
@media (max-width: 399.98px) {
  .popup-box #demoModal .modal-dialog {
    padding: 20px;
  }
}
.popup-box #demoModal .close-btn {
  position: relative;
}
.popup-box #demoModal .close-btn .close {
  border: 2px solid #7e7e7f;
  background-color: white;
  position: absolute;
  top: -20px;
  border-radius: 50px;
  right: -18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .popup-box #demoModal .close-btn .close {
    right: -4px;
  }
}
@media (max-width: 399.98px) {
  .popup-box #demoModal .close-btn .close {
    top: -15px;
    right: -8px;
  }
}
.popup-box #demoModal .modal-body {
  padding: 0;
}
.popup-box #demoModal .modal-body .form-group label {
  display: none;
}
.popup-box #demoModal .modal-body .form-group .error {
  text-align: left;
  width: 100%;
}
.popup-box #demoModal .modal-body .btn-wrap {
  margin-top: 1.5rem;
}
.popup-box #demoModal .modal-body .typo-6 {
  max-width: 375px;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.popup-box #demoModal .modal-body .contact-form-wrapper {
  padding: 0;
}
.popup-box #demoModal .modal-body .contact-form-wrapper .contact_form {
  margin: 0;
}
.popup-box .thank-you {
  box-shadow: none;
  border: none;
}

.contact-form-wrapper {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding-top: 20px;
  }
}
.contact-form-wrapper .title {
  text-align: center;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2rem;
}
.contact-form-wrapper .thank-you {
  text-align: center;
  color: #30aa47;
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 600;
}
.contact-form-wrapper .thank-youu {
  text-align: center;
  color: #30aa47;
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 600;
}
.contact-form-wrapper .contact_form {
  max-width: 700px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 36px;
}
@media only screen and (max-width: 991px) {
  .contact-form-wrapper .contact_form {
    padding: 24px 16px;
    margin-top: 0;
  }
}
.contact-form-wrapper .contact_form .field_wrapper .input_field {
  margin-bottom: 1rem;
  position: relative;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field.phone-field .dropdown {
  top: 0;
  max-width: 70px;
  width: 100%;
  position: absolute;
  z-index: 2;
  border-right: 1px solid #cbd1d9 !important;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field.phone-field .dropdown .dropdown-toggle {
  border-radius: 8px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 1px 2px 0 rgba(24, 24, 28, 0.04), 0 3px 4px -5px rgba(24, 24, 28, 0.03);
  color: #414141;
  text-align: center;
  padding: 0.75rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  min-height: 54px;
  width: 100%;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field.phone-field .dropdown .dropdown-toggle::after {
  display: none;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field.phone-field input {
  padding-left: 90px !important;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field input,
.contact-form-wrapper .contact_form .field_wrapper .input_field textarea {
  background: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 1px 2px 0 rgba(24, 24, 28, 0.04), 0 3px 4px -5px rgba(24, 24, 28, 0.03);
  border: 1px solid #e5eaf0;
  outline: none;
  display: flex;
  height: 55px;
  padding: 10px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  color: #000;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field input:focus, .contact-form-wrapper .contact_form .field_wrapper .input_field input:focus-visible,
.contact-form-wrapper .contact_form .field_wrapper .input_field textarea:focus,
.contact-form-wrapper .contact_form .field_wrapper .input_field textarea:focus-visible {
  background-color: #fff;
  border-color: #aacafa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(49, 127, 244, 0.25);
}
.contact-form-wrapper .contact_form .field_wrapper .input_field textarea {
  resize: none;
}
.contact-form-wrapper .contact_form .field_wrapper .input_field label.error {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  font-family: "Mulish";
}
.contact-form-wrapper .contact_form .btn_wrapper {
  margin-top: 1.5rem;
}
.contact-form-wrapper .contact_form .btn_wrapper .sendbtn {
  display: inline-flex;
}
.contact-form-wrapper .contact_form .btn_wrapper .sendbtn.wait {
  position: relative;
}
.contact-form-wrapper .contact_form .btn_wrapper .sendbtn.wait::after {
  animation: trigger 1s infinite ease;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -5px;
  margin-top: -64px;
  position: absolute;
  bottom: 46px;
  width: 10px;
}
.contact-form-wrapper .contact_form .btn_wrapper .sendbtn .primary_button {
  width: 135px;
}
@keyframes trigger {
  0%, 100% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  30% {
    box-shadow: -30px 30px 0 5px #fff, -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  40% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 5px #fff, 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 5px #fff, 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  60% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 5px #fff, 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 5px #fff;
  }
  80% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
}
.contact-form-wrapper .contact_form .pra-field {
  position: relative;
  margin-bottom: 1rem;
}
.contact-form-wrapper .contact_form .pra-field p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #656b73;
  text-align: left;
}
.contact-form-wrapper .primary_button {
  padding: 10px 16px;
  background: #ffc737;
  color: #181818 !important;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  border: 2px solid #ffc737;
  line-height: 28px;
  text-transform: capitalize;
}
.contact-form-wrapper .primary_button.yellow_btn {
  background: #ffb800;
  box-shadow: 0px 4px 3px 0px rgba(255, 255, 255, 0.3019607843) inset;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: #000100;
}
.contact-form-wrapper .primary_button.yellow_btn:hover {
  color: #000100;
}
.contact-form-wrapper .primary_button:hover {
  color: #ffffff;
}

#demoModal .modal-dialog {
  max-width: 700px;
  width: 100%;
}
#demoModal .modal-body .form-group label {
  display: none;
}
#demoModal .modal-body .form-group .error {
  text-align: left;
  width: 100%;
}
#demoModal .modal-body .btn-wrap {
  margin-top: 1.5rem;
}
#demoModal .modal-body .typo-6 {
  max-width: 375px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.thank-you {
  box-shadow: none;
  border: none;
}

.close-btn {
  position: relative;
}
.close-btn .close {
  border: 2px solid #7e7e7f;
  background-color: white;
  position: absolute;
  top: -20px;
  border-radius: 50px;
  right: -18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */