:root {
  --section-padding-gap: 40px;
  --section-padding-md: 30px;
}

@media (min-width: 992px) {
  :root {
    --section-padding-gap: 60px;
    --section-padding-md: 40px;
  }
}

@media (min-width: 1400px) {
  :root {
    --section-padding-gap: 80px;
    --section-padding-md: 50px;
  }
}

.btn-block {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.03);
  overflow: hidden;
  line-height: 1;
  transition: all 0.22s;
}

.btn-block-white {
  color: #0062b8;
  background-color: #fff;
}

.btn-block-white:hover {
  color: #fff;
  background-color: #0062b8;
}

.section-padding {
  padding: var(--section-padding-gap) 0;
}

.mt-negative-16 {
  margin-top: -1px !important;
}

:is(h1, h2, h3, h4, h5) {
  color: #000a2f !important;
  font-weight: 700 !important;
}

.heading-1 {
  font-size: 24px;
  line-height: 1.2;
}

.heading-2 {
  font-size: 22px;
  line-height: 1.2;
}

.heading-4 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .heading-1 {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .heading-1 {
    font-size: 34px;
  }

  .heading-2 {
    font-size: 28px;
  }
}

@media (min-width: 1600px) {
  .heading-1 {
    font-size: 38px;
  }

  .heading-2 {
    font-size: 32px;
  }
}

.lending-as-a-service-page {
  background-color: #fff;
}

.lending-as-a-service-page .review-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.lending-as-a-service-page #why-lending-usa .card p {
  color: #000a2f;
}

.lending-as-a-service-page #why-lending-usa .card h5,
.lending-as-a-service-page #why-lending-usa .card h4,
.lending-as-a-service-page #why-lending-usa .card h3 {
  font-size: 16px;
  transform: unset !important;
}

.lending-as-a-service-page #why-lending-usa .card p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .lending-as-a-service-page #why-lending-usa h2 {
    transform: translateY(25px);
  }

  .lending-as-a-service-page #why-lending-usa .card {
    transform: translateY(50px);
  }

  .lending-as-a-service-page #why-lending-usa .card h5,
  .lending-as-a-service-page #why-lending-usa .card h3 {
    color: #000a2f;
  }

  .lending-as-a-service-page #why-lending-usa .card p {
    color: #000a2f;
  }

  .lending-as-a-service-page #why-lending-usa .card {
    height: 96%;
  }
}

/* testimonials-section */
.testimonials-section {
  background-color: #e9eff3;
}

.testimonials-section .carousel-item {
  background-color: #f2f7f6;
  border-radius: 25px;
  box-shadow: 4px 4px 15px rgb(0, 0, 0, 0.04);
  padding: 30px;
}

.testimonials-section .carousel-item :is(.logo) {
  display: flex;
  justify-content: center;
}

.testimonials-section .carousel-item .logo img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.testimonials-section .carousel-item .user img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.testimonials-section .carousel-item .quote {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  max-width: 60%;
  margin: 30px auto;
}

.testimonials-section .carousel-item .user {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.testimonials-section .carousel-item .author p {
  margin-bottom: 0;
}

.carousel-container {
  position: relative;
}

.carousel-item {
  display: none;
}

.dots-container {
  text-align: center;
  padding: 20px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #a09999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
  margin-top: 15px;
}

.dot.active {
  background-color: #3989e3;
}

@media (max-width: 991px) {
  .testimonials-section .carousel-item .quote {
    font-size: 20px;
    line-height: 1.4;
    max-width: 100%;
  }
}

.stroke-circle-blue {
  margin-right: 20px;
  color: #008aea;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #008aea;
  border-radius: 50%;
}

.stroke-circle-blue:after {
  background-color: var(--priamry-text-color);
}

.stroke-circle-blue:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 58px;
  bottom: 20px;
  background-color: #008aea;
  width: 2px;
}

.stroke-circle-blue-new {
  margin-right: 20px;
  color: #008aea;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #008aea;
  border-radius: 50%;
}

/* .demo form header css */
.demo-header {
  margin-top: -49px !important;
}

@media (max-width: 991px) {
  .demo-header {
    margin-top: -24px !important;
  }
}

@media (min-width: 992px) {
  .demo-header {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .demo-header {
    margin-top: 20px;
  }
}

@media (min-width: 1400px) {
  .demo-header {
    margin-top: 30px;
  }
}

@media (min-width: 1600px) {
  .demo-header {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .demo-header {
    margin-top: 50px;
  }
}

/* Demo form footer css */
/* =============================================== */
.demo-form-about {
  margin-top: -44px;
}

@media (max-width: 575.98px) {
  .demo-form-about {
    margin-top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .demo-form-about {
    margin-top: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .demo-form-about {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .demo-form-about {
    margin-top: -50px;
  }
}

@media (min-width: 1400px) {
  .demo-form-about {
    margin-top: -60px;
  }
}

@media (min-width: 1600px) {
  .demo-form-about {
    margin-top: -70px;
  }
}

/* 
header css  */

.laas-header {
  background-size: cover;
  background-position: center;
  padding: var(--section-padding-md) 0;
}

.laas-header h1 span {
  color: rgb(0, 110, 255);
}

.highlight-new {
  font-weight: bold;
  background: linear-gradient(to right, #3858f9, #43bdfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.arrow-2 .accordion-item .accordion-title:before {
  background: url(../../dist/assets/icons/plus.svg) 100% no-repeat !important;
  transition: all 0.18s linear;
}

.arrow-2 .accordion-item.is-active .accordion-title:before {
  transform: rotate(-60deg);
}

.laas-header .logo img {
  max-width: 235px;
}

@media (max-width: 767px) {
  .laas-header .logo img {
    max-width: 190px !important;
  }
}

.offset-cards-unset {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .content-top-sticky {
    position: sticky;
    top: 150px;
  }
}

.bg-light {
  background-color: #f3f9fd !important;
}

.section-bg {
  background-color: #ddeaf3;
  margin-top: -8px;
}

.accordion .accordion-item-new .accordion-title-new {
  background-color: #e9eff3 !important;
  border: 0;
  border-top: 1px solid #f2f1f0;
  color: #002147;
  font-size: 18px;
  line-height: inherit;
  padding: 20px 60px 21px 30px;
  transition: all 0.2s linear;
}

.laas-accordion {
  background-color: transparent !important;
}

.laas-accordion .accordion-item:first-child .accordion-title:focus,
.laas-accordion .accordion-item:first-child .accordion-title:active {
  color: #0062b8 !important;
}

.laas-accordion .accordion-item .accordion-title:focus,
.laas-accordion .accordion-item .accordion-title:active {
  color: #0062b8 !important;
}

.laas-accordion .accordion-item:first-child {
  border-top: 2px solid #cfc9c97e;
}

.laas-accordion .accordion-item {
  border-bottom: 2px solid #cfc9c97e;
}

.laas-accordion .accordion-item.is-active {
  border-bottom-color: #0062b8 !important;
}

.laas-accordion .accordion-item .accordion-title {
  color: #002147;
  background-color: transparent !important;
  font-weight: 600;
  font-size: 20px;
  border: 0;
}

.laas-accordion .accordion-item .accordion-title:hover {
  color: #0062b8;
}

.laas-accordion .accordion-item .accordion-content {
  background-color: transparent !important;
  color: black;
  padding: 20px !important;
  font-size: 18px;
}

.remove-gray-shape-top::before {
  display: none !important;
}

.about-demo {
  margin-bottom: -80px;
}

.about-industry-title {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #3858f9, #43bdfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
}

.carousel-wrapper {
  position: relative;
}

.carousel-wrapper .carousel-item-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}

.carousel-wrapper .carousel-item-arrows > * {
  color: #000;
  font-size: 40px;
  width: 35px;
  height: 35px;
  line-height: 1;
  /* background-color: #dbdbdb; */
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.carousel-wrapper .carousel-item-arrows > *:hover {
  color: #0062b8;
  /* background-color: #d6dcdf; */
}

@media (min-width: 992px) {
  .training-left-img-wrapper {
    position: relative;
  }

  .training-left-img-wrapper .training-left-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 190% !important;
    max-width: 190% !important;
    height: 100%;
    object-fit: contain;
  }

  .training-left-gap {
    padding-bottom: 40%;
  }
}