:root {
  --loanlift-primary-bg: #134d26;
}
ul.bradcrumb {
  align-items: center;
}

.main-header .main-menu-logo .custom-logo {
  width: 100%;
  height: 75px;
  object-fit: contain;
}
.main-header .main-menu-logo a {
  display: inline-block;
}

.mobile-nav-content .custom-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.mobile-nav-close {
  top: 20px;
}
.footer-two-contact,
.footer-two-subscribe,
.footer-two-link {
  padding-top: 60px;
}

.custom-box-info .cta-details-three {
  gap: 15px;
}

.process-secound-section {
  padding: 90px 0;
  background-color: var(--loanlift-primary-bg);
}
.contact-form-right {
  background-color: var(--loanlift-primary-bg);
}
.blog-three-box-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.27%, #134d26 100%);
}
.inner-page-hero::before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(19, 77, 38, 0.9) 80%
  );
}
.cta-three::before {
  background-color: rgba(19, 77, 38, 0.95);
}
.main-header-four.sticky-fixed .logo-header-normal,
.main-header-four .logo-header-active {
  display: none;
}

.main-header-four.sticky-fixed .logo-header-active {
  display: block;
}

.contact-form-inner .wpcf7-not-valid-tip {
  margin-top: 12px;
}
.h-full {
  height: 100%;
}

.wrap-slider {
  overflow: hidden;
  padding: 50px 0;
}

.slider-main {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.slide-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.slider-main .slide-track:nth-child(even) {
  animation: scroll-reverse 30s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 160px;
  height: 90px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.blog-block .blog-list-item-two h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}
.single-blog-pagination a {
  word-break: break-word !important;
}
.custom-content p:empty {
  margin-bottom: 0px !important;
}
.blog-list-section,
.caculator-section {
  padding: 60px 0;
}
.services-three-box-info p:empty {
  display: none;
}
.services-three-box .btn-link,
.services-three-box-info {
  margin-top: auto;
}

.caculator-section iframe {
  width: 100%;
  height: 100vh;
}

.services-three-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-three button.slick-arrow {
  padding: 0.6em 1em 0.4em;
}
.footer-two-subscribe-form {
  margin-bottom: 40px;
}

.form-footer-custom .wpcf7-response-output {
  margin-top: 0px !important;
  color: #fff !important;
}
ul.counter-box-one {
  border-left: 1px solid #fff;
}
.about-four-shape,
.about-four-shape::after {
  background-color: #64b075;
}
.format-content ul li {
  list-style: disc;
  margin-left: 20px;
  list-style-position: inside;
}
.footer-two .footer-widget--about {
  display: block !important;
}
.cta-one {
  padding: 80px 0;
}
.cta-one img {
  width: 100%;
  height: 100%;
}
.footer-two-link {
  width: auto;
}
button.subscribe-btn {
  background-color: #fff;
  color: #03332f;
}
.team-one-box .team-one-image {
  pointer-events: none;
}
.single-loanlift_service .elementor-element .elementor-element:last-child {
  margin-bottom: 0px !important;
}
.mc4wp-form-fields p {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .caculator-section iframe {
    height: 790px;
  }
}

@media (min-width: 1200px) {
  .custom-shape .why-choose-logo-shape {
    left: -90px;
  }
}

@media (min-width: 991px) {
  .custom-box-info .cta-details-three li {
    flex: 1;
  }
}

@media (max-width: 1199px) {
  ul.counter-box-one {
    border: none;
  }
}

@media (max-width: 1024px) {
  .main-header-three.sticky-header--cloned.sticky-fixed nav.main-menu {
    padding-top: 10px;
  }
  .main-header .main-menu-logo .custom-logo {
    height: 50px;
  }
  .footer-two-contact,
  .footer-two-subscribe,
  .footer-two-link {
    padding-top: 30px;
  }
  .footer-two .footer-widget--about {
    border-right: none !important;
  }
}

@media (max-width: 567px) {
  .process-secound-image .process-1 {
    margin-top: 120px;
  }
  .process-secound-image img:nth-child(1) {
    opacity: 1 !important;
  }
  .process-secound-image img:nth-child(2) {
    display: none;
  }
  .testimonial-slider-one ul.slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .comment-form-group-one {
    flex-wrap: wrap;
    gap: 30px;
  }
  .testimonial-three button.slick-arrow {
    bottom: -50px;
  }
}
