/* Step Process */
.step-challenges h2 {
    text-align: center;
    color: #000000;
    font-size: 30px;
    margin-bottom: 33px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}


.step-challenges {
    padding: 60px 0 60px;
}
.step-challenge-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.step-challenge-item {
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
    max-width: calc(33.33% - 20px);
    padding: 20px 20px;
    border: 1px solid #8E8E8E;
    border-radius: 17px;
    display: flex;
    gap: 15px;
}
.step-challenge-item-info {
  width: auto;
  flex: 1;
}
.step-challenge-item-img {
  width: 44px;
  flex: 0 0 44px;
}
.step-challenge-item-img img {
  max-width: 100%;
  height: auto;
}
.step-challenge-item-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
}
.step-challenge-item-info p {
    color: #8D8D8D;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

.step-challenges-bottom {
  text-align: center;
  margin-top: 50px;
}
.step-challenges-bottom p {
    max-width: 670px;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 40px;
    font-family: "Inter", sans-serif;
}
.step-challenges-bottom a {
    display: inline-block;
    background: #FFF109;
    border-radius: 35px;
    color: #000000;
    font-size: 25px;
    padding: 20px 68px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "Inter", sans-serif;
}
.step-challenges-bottom a:hover {
  opacity: 0.8;
}
.simple-step h3,.simple-step-area h2 {
    font-weight: 700;
    color: #fff
}

.fast-and-trusted-bottom a:hover,.simple-step-search a:hover {
    opacity: .7
}

.simple-step-area {
    background: #0fc5bd;
    text-align: center;
    padding: 60px 0
}

.simple-step-area h2 {
    font-size: 38px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.simple-step-inner {
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 950px
}

.simple-step h3 {
    font-size: 56px;
    margin: 19px auto 12px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

.simple-step h4 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    font-size: 21px;
    font-family: "Inter", sans-serif;
}

.simple-step p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    max-width: 250px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}

.simple-step-search a {
    background: #fff100;
    max-width: 299px;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    box-shadow: 0 4px 14px 1px #1da9a3c2;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    gap: 15px
}

.property-top,.simple-step {
    position: relative
}

.simple-step+.simple-step:before {
    content: "";
    position: absolute;
    left: -75px;
    top: 36.5px;
    height: 3px;
    width: 100px;
    background: rgb(255 255 255 / 50%);
    transform: translateX(-50%)
}

.sale-option-area {
    padding: 60px 0;
    background: #F7F7F9;
}

.sel-option-title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 0px;
    color: #000;
    max-width: 540px;
    font-family: "Poppins", sans-serif;
}

.features-top {
    background: transparent;
    height: 107px;
}

.features-top h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}
.features-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.features-item, .features-top {
    align-items: center;
    display: flex;
}
.features-item {
    margin: 11px 0 0;
    min-height: 79px;
    position: relative;
    background: rgb(50 190 184);
    border-radius: 6px;
    padding: 0 15px;
    box-sizing: border-box;
}

.features-item.key-benefits,.sale-option-item.key-benefits {
    min-height: 225px
}
.sale-option-item {
    background: rgba(228,235,234,.5);
    border-radius: 6.6px;
    min-height: 79px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px
}

.sale-option-item h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    display: none
}

.sale-option-body p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0
}

.sale-option-top {
    background: #e3e3e3;
    border-radius: 6px;
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    box-sizing: border-box;
}

.sale-option-top h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
}


.home-sale-fast h2,.homeowners-chose-springbok-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.sale-option-item ul li {
    padding-left: 10px;
    position: relative
}

.sale-option-item ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #408080
}

.sale-option-inner {
    display: flex;
    gap: 7.46px;
    margin-top: 30px;
    justify-content: center
}

.sale-option.border {
    border: 4px solid #e3e3e3 !important;
    border-radius: 10px;
    padding: 10px;
    max-width: 280px;
}

.sale-option.border.border-yollow {
    border-color: #fff002 !important;
}

.sale-option.border.border-light-green {
    border-color: #87d7d9
}

.sale-option.border.border-yollow .sale-option-top {
    background: #fff002
}

.sale-option.features {
    margin-top: 14px;
    max-width: 360px;
    width: 100%;
}
.real-stories-area {
    padding: 60px 0;
}
.real-stories-title h2 {
    text-align: center;
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.real-stories-title-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.real-stories-title-inner span {
    margin: 0 7px 0 0;
    min-height: 35px;
    width: max-content;
    border: 2px solid #408080;
    border-radius: 16.8px;
    color: #408080;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    text-transform: capitalize;
}
.real-stories-title-inner h4 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    color: #000;
}
.home-seller-reviews .small-videos {
    text-align: center;
}
.card.video-card {
    border: 1px solid #e4e4e4;
    border-radius: 9px;
    overflow: hidden;
}
.video-card .card-image {
    position: relative;
    padding-bottom: 56%;
}
.video-card .card-image img {
    border-radius: 2px 2px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.video-card .play-button {
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
    padding: 0;
    width: 38px;
    height: 39px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-card .card-image img {
    border-radius: 2px 2px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.card-info {
    padding: 10px 15px;
    text-align: left;
}
.card-info h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.card-info p {
    font-size: 11px;
    margin: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.card-info p + p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}
.small-videos .owl-nav {
    position: absolute;
    top: 50%;
    width: 103.6%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    left: -1.8%;
}
.small-videos .owl-nav button {
    width: 42px;
    height: 42px;
    background: #c4c4c4 !important;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-videos .owl-nav button:hover {
    background: #000 !important;
}
 .real-stories+.real-stories {
    margin-top: 30px;
}

.publications-area,.track-record-helping-sellers {
    padding-bottom: 60px
}

.track-record-helping-sellers h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 3px 0 0;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.track-record-helping-sellers .bg-light-green h2,
.track-record-helping-sellers .bg-green h2{
color: #fff;
}
.track-record-helping-sellers .bg-gray h2,
.track-record-helping-sellers .bg-yollow h2 {
    color: #000;
}

.track-record-helping-sellers-inner {
    margin: 33px 0 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.track-record-helping-sellers-inner.sellers-bottom {
    margin-top: 60px
}

.helping-seler-card {
    min-height: 197px;
    padding: 0 0 17px;
    border: 1px solid #ccc;
    border-radius: 18.6px;
    font-size: .963939rem;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    flex: 1
}

.helping-seler-card-counter {
    min-height: 122px;
    padding: 22px 0 17px
}

.bg-light-green {
    background: #32BEB8;
}

.bg-green {
    background: #418181;
}

.bg-yollow,.faq-inner .collapsible li.active {
    background:#FDEE18;
}

.bg-gray {
    background: #EFEFEF;
}

.helping-card {
    padding: 23px 30px 34px;
    border: 1px solid #ccc;
    border-radius: 18.6px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 0 0 calc(50% - 10px);
    width: 100%
}

.helping-card-img {
    padding: 11px 0 13px;
    width: 49px;
    height: 49px;
    border-radius: 24.3px;
    background: #FDEE18;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 49px
}

.helping-seler-card-info h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0
}

.helping-seler-card-info p {
    margin: 13px 0 0;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    font-family: "Inter", sans-serif;
}

.site-footer {
    padding: 60px 0 30px;
    background: #FDEE18
}

.footer-top {
    display: flex;
    gap: 65px;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-bottom: 15px;
    justify-content: space-between
}

.footer-logo ul {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 16px 0;
    padding: 0;
    list-style: none;
}

.footer-section-link-block h6 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px;
    font-family: "Inter", sans-serif;
}

.footer-section-link-block ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-section-link-block ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    transition: .3s ease-in-out;
    font-family: "Inter", sans-serif;
}

.footer-links {
    display: flex;
    gap: 55px
}

.footer-legal {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-section-link-block+.footer-section-link-block {
    margin-top: 15px
}

.footer-offer {
    max-width: 380px
}

.footer-offer-title h3 {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.footer-offer-item {
    border: 2px solid #5dd9db;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between
}

.footer-offer-item input {
    background: #fff;
    height: 45px;
    width: 100%;
    padding: 5px 10px;
    border: none;
    margin: 0;
    box-sizing: border-box
}

.footer-offer-item button {
    background: #32beb8;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: .3s ease-in-out;
    font-family: "Inter", sans-serif;
}

.footer-offer-item button img {
    margin: 0 15px
}

.footer-offer-inner li h4 {
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400
}

.footer-offer-inner li h5 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 400;
    color: #000
}

.footer-offer-inner li h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    justify-content: center
}

.footer-offer-inner li h6 img {
    max-height: 25px
}

.footer-offer-inner .free-offer-progress h4 {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    margin: 0 0 15px
}

.footer-offer-prev a {
    display: flex;
    color: #000;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    gap: 5px;
}

.footer-offer-copyright p,.or-call a {
    color: #000;
}

.footer-offer-copyright p {
    font-size: 10px;
    gap: 5px;
    margin: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.footer-legal ul li a, .footer-section-copyright p {
    font-size: 12px;
    color: #000;
    font-family: "Inter", sans-serif;
}

.footer-legal ul {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin: 0;
    flex-wrap: wrap
}

.footer-legal ul li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #000;
    left: -8px;
    top: 50%;
    transform: translateY(-50%)
}

.footer-legal ul li a {
    font-weight: 400;
    transition: .3s ease-in-out;
    text-decoration: underline;
}

.footer-legal ul li a:hover {
    opacity: .7
}

.footer-section-copyright p {
    margin: 0;
    font-weight: 700;
    line-height: 26px
}
.footer-section-copyright p a {
    color: #000000;
}
.footer-legal ul li, .unslider, .unslider-fade, .unslider-wrap {
    position: relative;
}
.or-call {
    text-align: center;
    margin-top: 10px
}

.or-call a {
    font-size: 19px;
    font-weight: 700
}

.footer-section-link-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.help-text {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.footer-offer-item button span, .menu-offer-inner-mobile, .mobile, .read-more, [hidden], div#free-offer-modal-close, li#footer-offer-1 h4, li#footer-offer-1 h5, li#footer-offer-2 h4, li#footer-offer-2 h5, li#footer-offer-3 h4, li#footer-offer-3 h5, li#footer-offer-3 h6, li#footer-offer-4 h4, li#footer-offer-4 h5, li#footer-offer-5 h4, li#footer-offer-5 h5 {
    display: none;
}
.desktop, .input-error .help-text, details, footer, li#footer-offer-1.unslider-active h4, li#footer-offer-1.unslider-active h5, li#footer-offer-2.unslider-active h4, li#footer-offer-2.unslider-active h5, li#footer-offer-3.unslider-active h4, li#footer-offer-3.unslider-active h5, li#footer-offer-4.unslider-active h4, li#footer-offer-4.unslider-active h5, li#footer-offer-5.unslider-active h4, li#footer-offer-5.unslider-active h5, main, menu, nav, section {
    display: block;
}
.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.footer-offer-logo ul {
    justify-content: center;
}
.footer-offer-logo h3 {
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.footer-offer-item input:focus-visible {
    outline: none;
}


#modal-video {
    display: none;
    right: 0;
    max-height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    will-change: top,opacity;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: 0;
}
#modal-video .video-container {
    padding-bottom: 56.25%;
    height: 0;
}
#modal-video  .modal-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
}
#modal-video  .modal-content {
    width: 55%;
    border: none;
    border-radius: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    .footer-top {
    gap: 20px;
}
}
@media (min-width: 576px) {
    .site-footer .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}
}

@media screen and (max-width: 1024px) {
  .step-challenge-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 991px) {
    .simple-step+.simple-step:before {
    content: none !important;
  }

  .step-challenges {
    padding: 30px 0 30px;
    }
    ul.schedule-list li {
        justify-content: center;
    }
    .sale-option.border {
        max-width: 155px;
    }
    .sale-option-top img{
        max-width: 100%;
    }
    .sale-option-top {
        height: 75px;
        padding: 7px 10px;
    }
    .features-top {
        height: 75px;
    }
    .fast-sales .features-box .holder ul li {
        font-size: 20px;
    }
    .about-area .btn {
    max-width: 380px;
    padding: 15px 10px;
  }
  .footer-links {
    gap: 20px;
}
#modal-video  .modal-content {
    width: 80%;
}
}
@media screen and (max-width: 767px) {
  .step-challenge-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .step-challenge-item-img {
    width: 50px;
    flex: 0 0 50px;
  }
  .step-challenge-item-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .step-challenges-bottom p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 25px;
  }
  .step-challenges-bottom {
    margin-top: 25px;
  }
  .step-challenges-bottom a {
    font-size: 24px;
  }
  .simple-step-inner {
    flex-direction: column;
    gap: 30px;
    }
    .simple-step-area h2 {
        font-size: 32px;
    }
    .step-challenge-item {
        gap: 10px;
    }
    .step-challenges h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .fast-sales .features-box .holder ul li {
        font-size: 18px;
        padding: 5px 0;
    }
    .fast-sales .features-box .holder {
        padding: 30px 15px 0;
    }
    .helping-seler-card {
        min-height: initial;
        flex: 0 0 calc(50% - 8px);
    }
    .track-record-helping-sellers h2 {
        font-size: 28px;
    }
    .features-item h4 {
        font-size: 14px;
        font-weight: 400;
    }
    .sale-option-top h3 {
        font-size: 14px;
    }
    .features-top,
    .sale-option-top {
        height: 50px;
        padding: 7px 5px;
    }
    .sale-option.border {
        border: 2px solid #e3e3e3 !important;
        border-radius: 5px;
        padding: 5px;
    }
    .sale-option-item {
        border-radius: 5px;
        padding: 5px 5px;
    }
    .features-item {
        padding: 0 5px;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-offer {
        flex: 0 0 80%;
        margin: 0 auto;
        max-width: 80%;
    }
    .footer-logo {
    flex: 0 0 calc(40% - 10px);
}
.footer-links {
    flex: 0 0 calc(60% - 10px);
    justify-content: space-between;
}
.sel-option-title h2 {
    font-size: 28px;
    line-height: 36px;
}
}
@media(max-width: 600px) {
    .site-footer {
    padding: 40px 0 20px;
}
    .footer-links {
    flex-direction: column;
}
.footer-links, .footer-logo, .footer-offer {
    flex: 0 0 100%;
}
.footer-logo-wrap, .footer-offer-title h3, .footer-section-link-block {
    text-align: center;
}
.footer-logo ul {
    justify-content: center;
}
.footer-offer-item {
    flex-direction: column;
    gap: 5px;
    border: none;
    background: 0 0;
}
.footer-offer-item input {
    border: 2px solid #5dd9db;
    text-align: center;
    font-size: 16px;
}
.footer-offer-item button, .footer-offer-item input {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}
.footer-offer-item button span {
    display: block;
}
.footer-offer-item button img{
    display: none;
}
}
@media(max-width: 425px) {
   .helping-seler-card {
    flex: 0 0 100%;
}
}
