/* stylelint-disable */
* {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body {
  font-family: "Outfit", sans-serif !important;
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #F8F8F8 18.65%, #FFFFFF 100%);
}
body header {
  background: #f0f4f6;
  border-bottom: 0px solid #E7E7E7;
}
@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: 1199.98px) {
  body .container br {
    display: none;
  }
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body input:focus-visible {
  outline: none !important;
  border: 0;
  box-shadow: none;
}
body input:focus {
  outline: none !important;
  border: 0;
  box-shadow: none;
}
body .primary-btn {
  padding: 12px 25px;
  background: #0075AB;
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 32px;
  border: 2px solid #0075AB;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
body .primary-btn.arrow-btn {
  position: relative;
  padding-right: 40px;
}
body .primary-btn.arrow-btn:after {
  content: url("../images/arrow-right.svg");
  position: absolute;
  width: 12px;
  right: 18px;
  top: calc(50% - 11px);
  height: 9px;
}
body .primary-btn:hover {
  text-decoration: none;
}
body .primary-btn.white-btn {
  background: #FFFFFF;
  color: #0C0D0E !important;
  border: 2px solid #E8E8E8;
}
body .secondary-btn {
  padding: 12px 25px;
  background: #37CE82;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  border-radius: 32px;
  border: 2px solid #37CE82;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
body .typo-1 {
  font-size: calc(35px + 27 * (100vw - 320px) / 1600);
  line-height: calc(44px + 18 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .heading-2 {
  font-size: calc(32px + 24 * (100vw - 320px) / 1600);
  line-height: calc(42px + 26 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .typo-2 {
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: calc(34px + 24 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-3 {
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: calc(30px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-4 {
  font-size: calc(22px + 10 * (100vw - 320px) / 1600);
  line-height: calc(30px + 10 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-5 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(26px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-6 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .text-1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #42474D;
}
body .text-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
body .text-3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
body .pra-field {
  margin-bottom: 30px;
}
body .pra-field p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
body .ads-header .navbar {
  padding: 25px 0;
}
@media screen and (max-width: 576px) {
  body .ads-header .navbar {
    gap: 5px;
  }
  body .ads-header .navbar .navbar-head img {
    width: 105px;
  }
}
@media screen and (max-width: 576px) {
  body .ads-header .navbar .header-buttons .primary-btn {
    padding: 10px 12px;
    font-size: 14px;
  }
}
body .form-group {
  margin-bottom: 1.5rem;
}
body .form-group .form-control {
  padding: 0.75rem !important;
  background-color: #FFFFFF !important;
  border: 1px solid #e5eaf0 !important;
  height: 48px;
  padding: 0 12px;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(24, 24, 28, 0.04), 0 3px 4px -5px rgba(24, 24, 28, 0.03);
}
body .form-group .form-control .field-control {
  padding: 0 !important;
  border: none;
  width: 100%;
  color: #000;
  font-size: 16px;
}
body .form-group .form-control label.error {
  text-align: left;
  width: 100%;
  color: #ff0909;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
}
body .thank-you,
body .thank-youu {
  text-align: center;
  color: #30aa47;
  font-size: 16px;
  margin-top: 1rem;
}
body .phone-field input#phone {
  padding: 0 0 0 90px !important;
}
body .phone-field .phone_input {
  padding-right: 0;
  padding-left: 0;
}
body .phone-field .dropdown {
  top: 0px;
  max-width: 80px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
}
body .phone-field .dropdown .form-group {
  margin-bottom: 0 !important;
  border-right: 1px solid #CBD1D9 !important;
}
body .phone-field .dropdown .form-group .form-control {
  border: 0 !important;
  background: transparent !important;
}
body .phone-field .dropdown .form-group .form-control::after {
  top: 12px;
}
body .phone-field .dropdown .country-select-button {
  top: -7px;
  position: relative;
}
body .phone-field .dropdown .country-select-button::after {
  display: none !important;
}
body .phone-field .dropdown .show .dropdown-toggle {
  border-radius: 0 !important;
}
body .phone-field .dropdown .show .dropdown-toggle:focus, body .phone-field .dropdown .show .dropdown-toggle:active {
  border: 0 !important;
  font-weight: 400 !important;
}
body .phone-field .dropdown .show ul {
  border: 1px solid #CBD1D9 !important;
  top: -2px !important;
}
body .pra-field .label_button .checkboxWrap input {
  padding: 0 !important;
}
body .pra-field a {
  pointer-events: none;
}
body .btn-wrap .btn-submit {
  padding: 12px 22px;
  max-width: 134px;
  width: 100%;
}
body .btn-wrap .btn-submit:hover {
  color: #FFFFFF;
}
body .banner {
  background: linear-gradient(180deg, rgba(0, 117, 171, 0) -19.74%, rgba(0, 117, 171, 0.1) 52.93%);
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  body .banner {
    padding: 40px 0 60px;
  }
}
body .banner .banner_inner .sub_head {
  font-weight: 400;
  color: #a0c63b;
  line-height: 1.2;
}
body .banner .banner_inner .heading {
  line-height: 1.2;
  color: #0D1321;
  max-width: 600px;
  margin: 4px 0 16px;
}
body .banner .banner_inner .heading span {
  color: #0075AB;
}
body .banner .banner_inner .description {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.12px;
  color: #42474D;
  max-width: 472px;
  margin: 16px 0 24px;
}
body .banner .banner_inner .key_lists .steps {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.12px;
  color: #000;
  margin-bottom: 16px;
  position: relative;
  padding-left: 2rem;
}
body .banner .banner_inner .key_lists .steps span {
  font-weight: 600;
}
body .banner .banner_inner .key_lists .steps::before {
  content: url("../images/tick-circle.svg");
  position: absolute;
  top: 2px;
  left: 0;
}
body .banner .form_wrapper {
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0784313725);
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  body .banner .form_wrapper {
    margin: 2.5rem 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  body .banner .form_wrapper {
    padding: 32px 20px;
  }
}
body .banner .form_wrapper::before {
  content: url("../images/dots-img.svg");
  position: absolute;
  bottom: 100px;
  left: -20px;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  body .banner .form_wrapper::before {
    display: none;
  }
}
body .banner .form_wrapper::after {
  content: url("../images/dots-img.svg");
  position: absolute;
  top: 100px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  body .banner .form_wrapper::after {
    display: none;
  }
}
body .banner .form_wrapper .form_head {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 600;
  color: #0D1321;
  max-width: 377px;
  margin: 0 auto 24px;
  text-align: center;
}
body .trust_business {
  background-image: url("../images/power_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  body .trust_business {
    padding: 70px 0;
  }
}
body .trust_business .heading {
  letter-spacing: 0.12px;
  color: #0D1321;
  max-width: 611px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .heading {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  body .trust_business .heading {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 576px) {
  body .trust_business .heading {
    margin: 0 auto 40px;
  }
}
body .trust_business .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  body .trust_business .content_wrap {
    flex-direction: column;
    gap: 24px 0;
  }
}
@media screen and (max-width: 575px) {
  body .trust_business .content_wrap {
    overflow-x: hidden;
    gap: 12px 0;
  }
}
@media screen and (max-width: 992px) {
  body .trust_business .content_wrap .mid_img {
    max-width: 350px;
  }
}
@media screen and (max-width: 575px) {
  body .trust_business .content_wrap .mid_img {
    max-width: 100%;
  }
}
body .trust_business .content_wrap .slick-list {
  max-width: 700px;
  margin: 0 auto;
  overflow-x: hidden;
}
body .trust_business .content_wrap .slick-list .slick-track {
  display: flex;
}
body .trust_business .content_wrap .slick-list .slick-track .slick-slide {
  display: block;
  justify-content: center;
  margin: 0 8px;
  width: -moz-max-content !important;
  width: max-content !important;
}
body .trust_business .content_wrap .industry-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 40px 20px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  body .trust_business .content_wrap .industry-wrapper {
    position: relative;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  body .trust_business .content_wrap .industry-wrapper {
    gap: 16px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  body .trust_business .content_wrap .industry-wrapper {
    display: flex;
    flex-wrap: nowrap;
    display: none;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries {
  left: 60px;
}
@media screen and (max-width: 1600px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries {
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries {
    left: -30px;
  }
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries {
    left: -90px;
  }
}
@media screen and (max-width: 992px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries {
    left: auto;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items1 {
  margin-left: auto;
  left: 50px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items1 {
    left: 0px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items2 {
  left: 50px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items2 {
    left: 0px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items3 {
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items3 {
    left: -50px;
  }
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items4 {
    left: -50px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items5 {
  left: -20px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items5 {
    left: -80px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items6 {
  margin-left: auto;
  left: 50px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items6 {
    left: 15px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items7 {
  left: 50px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items7 {
    left: 15px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items8 {
  margin-left: auto;
  left: 90px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items8 {
    left: 60px;
  }
}
body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items9 {
  left: 90px;
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.left_industries .industry-item.items9 {
    left: 60px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries {
  right: 90px;
}
@media screen and (max-width: 1600px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries {
    right: -10px;
  }
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries {
    right: -76px;
  }
}
@media screen and (max-width: 992px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries {
    right: auto;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items1 {
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items1 {
    left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items2 {
    left: 40px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items3 {
  margin-left: auto;
  left: 15px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items3 {
    left: 50px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items4 {
  left: 15px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items4 {
    left: 50px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items5 {
  grid-column: 1/1;
  left: 110px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items5 {
    left: 150px;
  }
}
@media screen and (max-width: 768px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items5 {
    left: 190px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items6 {
  margin-left: auto;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items6 {
    right: -15px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items7 {
  right: 20px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items7 {
    right: -15px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items8 {
  margin-left: auto;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items8 {
    right: 20px;
  }
}
body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items9 {
  right: 40px;
}
@media screen and (max-width: 1200px) {
  body .trust_business .content_wrap .industry-wrapper.right_industries .industry-item.items9 {
    right: 20px;
  }
}
body .trust_business .content_wrap .industry-wrapper .industry-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FFFFFF;
  border: 0.89px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  padding: 15px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .trust_business .content_wrap .industry-wrapper .industry-item {
    left: initial !important;
    right: initial !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  body .trust_business .content_wrap .industry-wrapper .industry-item {
    padding: 10px 12px;
    gap: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(1) {
  grid-column: 1/1;
  grid-row: 1/2;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1/2;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(3) {
  grid-column: 1/1;
  grid-row: 2/3;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(4) {
  grid-column: 2/2;
  grid-row: 2/3;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(5) {
  grid-column: 2/2;
  grid-row: 3/3;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(6) {
  grid-column: 1/1;
  grid-row: 4/4;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(7) {
  grid-column: 2/2;
  grid-row: 4/5;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(8) {
  grid-column: 1/1;
  grid-row: 5/5;
}
body .trust_business .content_wrap .industry-wrapper .industry-item:nth-child(9) {
  grid-column: 2/2;
  grid-row: 5/5;
}
body .trust_business .content_wrap .industry-wrapper .industry-item .title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: #0D1321;
  letter-spacing: 0.11px;
}
body .trust_business .btn_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  body .trust_business .btn_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body .trust_business .btn_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  body .trust_business .btn_wrap {
    margin-top: 30px;
  }
}
body .trust_business .btn_wrap .view_more {
  line-height: calc(24px + 6 * (100vw - 320px) / 1600);
  color: #5A5E64;
}
body .debt_collection {
  background: linear-gradient(181.31deg, #0075AB -41.55%, #0E3547 47.08%);
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  body .debt_collection {
    padding: 70px 0;
  }
}
body .debt_collection .inner_wrapper {
  color: #FFFFFF;
}
body .debt_collection .inner_wrapper .heading {
  max-width: 1008px;
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  body .debt_collection .inner_wrapper .heading {
    margin: 0 auto 42px;
  }
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards {
  position: relative;
  max-width: 492px;
  margin: 0 0 0 auto;
  background: linear-gradient(180deg, #217CA6 4.59%, rgba(14, 53, 71, 0.1) 101.31%);
  box-shadow: 0px 4px 40px 0px rgba(36, 88, 114, 0.2);
  border-radius: 16px;
  padding: 35px 38px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body .debt_collection .inner_wrapper .debt_row .debt_col .cards {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 767px) {
  body .debt_collection .inner_wrapper .debt_row .debt_col .cards {
    height: auto;
    padding: 32px 20px;
    margin-bottom: 25px;
  }
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(164, 226, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards.box2 {
  background: linear-gradient(178.38deg, #5486E4 7.46%, rgba(19, 55, 122, 0) 101.32%);
  margin: 0 auto 0 0;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards.box2 .key_lists .desc {
  opacity: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards.box2::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(164, 226, 255, 0.3) 100%);
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards .title {
  line-height: 1.4;
  max-width: 337px;
  margin-bottom: 32px;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards .key_lists .desc {
  position: relative;
  letter-spacing: 0.12px;
  opacity: 0.6;
  color: #FFFFFF;
  padding-left: 2rem;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(220, 230, 240, 0.2);
  margin-bottom: 16px;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards .key_lists .desc:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body .debt_collection .inner_wrapper .debt_row .debt_col .cards .key_lists .desc::before {
  content: url("../images/tick-circle-white.svg");
  position: absolute;
  top: 2px;
  left: 0;
}
body .debt_collection .inner_wrapper .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
body .debt_solution {
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  body .debt_solution {
    padding: 70px 0;
  }
}
body .debt_solution .inner_content {
  max-width: 690px;
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  body .debt_solution .inner_content {
    margin: 0 auto 42px;
  }
}
body .debt_solution .inner_content .heading {
  line-height: 1.4;
  color: #0D1321;
  margin-bottom: 24px;
}
body .debt_solution .inner_content .heading span {
  color: #0075AB;
}
body .debt_solution .inner_content .sub_title {
  color: #42474D;
  font-weight: 400;
}
body .debt_solution .gen_rw .feature_col {
  margin-bottom: 16px;
}
body .debt_solution .gen_rw .feature_col .feature_wrp {
  position: relative;
  padding: 36px 32px;
  border-radius: 16px;
  background: #F2F5F8;
  opacity: 0.8;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body .debt_solution .gen_rw .feature_col .feature_wrp {
    padding: 25px;
  }
}
body .debt_solution .gen_rw .feature_col .feature_wrp.box2 {
  background: #FFFAF1;
}
body .debt_solution .gen_rw .feature_col .feature_wrp.box3 {
  background: #E7F4FA;
}
body .debt_solution .gen_rw .feature_col .feature_wrp.box4 {
  background: #F0F0FD;
}
body .debt_solution .gen_rw .feature_col .feature_wrp.box5 {
  background: #E8F9F1;
}
body .debt_solution .gen_rw .feature_col .feature_wrp.box6 {
  background: #FDE5E5;
}
body .debt_solution .gen_rw .feature_col .feature_wrp .img_wrp {
  margin-bottom: 20px;
}
body .debt_solution .gen_rw .feature_col .feature_wrp .title {
  color: #000;
  max-width: 224px;
  margin-bottom: 8px;
}
body .debt_solution .gen_rw .feature_col .feature_wrp .description {
  max-width: 310px;
  color: #42474D;
}
body .debt_solution .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body .testimonials {
  position: relative;
  background: #F2F5F8;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  body .testimonials {
    padding: 70px 0;
  }
}
body .testimonials .inner_wrap {
  max-width: 662px;
  margin: 0 auto 42px;
}
body .testimonials .inner_wrap .heading {
  line-height: 1.4;
  color: #0D1321;
}
body .testimonials .testimonial_wrapper {
  text-align: center;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
body .testimonials .testimonial_wrapper .testimonial_item .testimonial_content {
  max-width: 618px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .testimonials .testimonial_wrapper .testimonial_item .testimonial_content .description {
  margin: 32px 0 16px;
  color: #42474D;
  font-weight: 400;
}
body .testimonials .testimonial_wrapper .testimonial_item .testimonial_content .stars {
  display: flex;
  justify-content: center;
}
body .testimonials .testimonial_wrapper .testimonial_item .testimonial_author {
  width: -moz-max-content;
  width: max-content;
  margin: 42px auto 0;
}
body .testimonials .testimonial_wrapper .testimonial_item .testimonial_author .client_name {
  margin-top: 10px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.12px;
}
body .testimonials .slick-slider .slick-list {
  max-width: 898px;
  margin: auto;
}
body .testimonials .slick-slider .slick-dots {
  margin-top: 24px;
}
body .testimonials .slick-prev,
body .testimonials .slick-next {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
body .testimonials .slick-prev:before,
body .testimonials .slick-next:before {
  display: none;
}
body .testimonials .slick-next {
  right: 0;
}
body .cta_sec {
  background-image: url("../images/blue_cta_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 85px 0;
}
@media screen and (max-width: 576px) {
  body .cta_sec {
    padding: 70px 0;
  }
}
body .cta_sec .cta_content {
  color: #FFFFFF;
}
body .cta_sec .cta_content .cta_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
body .ads-footer {
  background-color: #051218;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  body .ads-footer {
    text-align: center;
  }
}
body .ads-footer .navbar-brand {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body .ads-footer .navbar-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
body .ads-footer .copyright {
  align-self: center;
  text-align: end;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body .ads-footer .copyright {
    text-align: center;
  }
}
body .ads-footer .copyright .text-3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body .ads-footer .copyright .text-3 {
    margin-bottom: 0rem;
    margin-top: 1rem;
  }
}
body #adsPageModal .modal-dialog {
  max-width: 550px;
  margin: 0 auto;
}
body #adsPageModal .modal-dialog .modal-content .modal-body {
  padding: 3rem 2rem;
}
@media screen and (max-width: 450px) {
  body #adsPageModal .modal-dialog .modal-content .modal-body {
    padding: 2rem 1rem 1.5rem;
  }
}
body #adsPageModal .modal-dialog .modal-content .modal-body .phone-field input#phone {
  padding: 0 0 0 90px !important;
}
body #adsPageModal .modal-dialog .modal-content .modal-body .phone-field .phone_input {
  padding-right: 0;
  padding-left: 0;
}
body #adsPageModal .modal-dialog .modal-content .modal-body .pra-field .label_button .checkboxWrap input {
  padding: 0 !important;
}
body #adsPageModal .modal-dialog .modal-content .modal-body .pra-field a {
  pointer-events: none;
}
body #adsPageModal .modal-dialog .modal-content .close {
  border: 2px solid #7e7e7f;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  outline: none;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  body #adsPageModal .modal-dialog .modal-content .close {
    top: -15px;
    right: -6px;
  }
}
body #adsPageModal .thank-you .thank-you-inner {
  box-shadow: none;
}
@media screen and (max-width: 450px) {
  body #adsPageModal .thank-you .thank-you-inner {
    padding: 50px 0;
  }
}
body .modal-backdrop.show {
  opacity: 0.6 !important;
}/*# sourceMappingURL=style.css.map */