.mb-0{
    margin-bottom: 0 !important;
}
.hero-slider-prev a,
.hero-slider-prev a span,
.quick-sell-prev a {
    text-decoration: none;
}
.hero {
    background-image: url("../images/hero-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 10px 0 60px;
    overflow: hidden;
    width: 100%;
}
.review-holder {
    margin: 0 auto;
    min-height: 28px;
    overflow: hidden;
    padding: 3px 11px;
    position: relative;
    width: 248px;
    border-radius: 13.72px;
    background: #fff002;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.review-holder p {
    margin: 0;
    color: #08515a;
    font-family: var(--poppins);
    font-size: 0.696909rem;
    font-weight: 600;
    text-align: left;
}
.hero-info,
.hero-input-item button span,
.hero-top,
.quick-sell-item button span,
li#hero-slider-2 .hero-slider-prev,
li#hero-slider-3 .hero-slider-prev,
li#hero-slider-4 .hero-slider-prev,
li#hero-slider-5 .hero-slider-prev,
li#quick-sell-1 .quick-sell-prev,
li#quick-sell-2 .quick-sell-prev,
li#quick-sell-3 .quick-sell-prev,
li#quick-sell-4 .quick-sell-prev,
li#quick-sell-5 .quick-sell-prev {
    display: none;
}
li#hero-slider-1.unslider-active .hero-info,
li#hero-slider-1.unslider-active .hero-top,
li#hero-slider-2.unslider-active .hero-info,
li#hero-slider-2.unslider-active .hero-slider-prev,
li#hero-slider-3.unslider-active .hero-info,
li#hero-slider-3.unslider-active .hero-slider-prev,
li#hero-slider-4.unslider-active .hero-info,
li#hero-slider-4.unslider-active .hero-slider-prev,
li#hero-slider-5.unslider-active .hero-info,
li#hero-slider-5.unslider-active .hero-slider-prev,
li#quick-sell-1.unslider-active .quick-sell-prev,
li#quick-sell-1.unslider-active .ready-to-sell-title,
li#quick-sell-2.unslider-active .quick-sell-prev,
li#quick-sell-3.unslider-active .quick-sell-prev,
li#quick-sell-4.unslider-active .quick-sell-prev,
li#quick-sell-5.unslider-active .quick-sell-prev {
    display: block;
}
.hero-top h1 {
    margin: 15px auto 12px;
    position: relative;
    color: #033137;
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 645px;
}
.hero-info h5,
.hero-info p {
    font-family: var(--inter);
    font-weight: 700;
}
.hero-top h2 {
	color: var(--green);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
	line-height: 30px;
}
.form-area-inner h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: var(--inter);
    font-weight: 400;
    max-width: 400px;
    margin: 0 auto 13px;
    line-height: 27px;
}
.hero-top > p {
    margin: 30px 0 0;
    font-size: 12px;
    text-align: center;
    color: #535353;
}
.free-offer-progress-inner {
    max-width: 600px;
    margin: 0 auto;
}
.free-offer-progress h2 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 23px;
}
.hero-info p {
    margin: 2px 0 0;
    font-size: 15px;
    text-align: center;
    color: #535353;
}
.hero-info h5 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 25px;
}
.form-area-inner {
    padding: 29px 48px 15px;
    position: relative;
    max-width: 699px;
    border-radius: 21.6px;
    background: var(--light-green);
    margin: 20px auto 0;
}
.form-area-inner h2 {
    color: var(--white);
    font-family: var(--poppins);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.form-area-inner p {
    margin: 11px 0 0;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: var(--white);
}
.hero-input-item button,
.hero-input-item input {
    font-size: 20px;
    color: var(--black);
    padding: 0 20px;
    height: 75px;
}
.hero-input-item {
    max-width: 600px;
    border-radius: 12px;
    background: var(--white);
    display: flex;
    width: 100%;
}
.hero-input-item input {
    margin: 0;
    border-radius: 12px 0 0 12px;
    width: 100%;
    border: 5px solid var(--yollow);
}
.hero-input-item input:focus,
.hero-input-item input:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
.faq-inner .collapsible li,
.helping-card,
.helping-seler-card {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.hero-input-item button {
    background: var(--yollow);
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 0 12px 12px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.hero-input-item button:hover {
    opacity: 0.8;
}
.hero-input-item button img,
.quick-sell-item button img {
    margin: 0 30px;
}
.hero-slider-prev a {
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin-top: 15px;
}
.hero-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.review-badge-area {
    background: #fff100;
    padding: 17px 0;
}
.review-badge-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 865px;
    margin: 0 auto;
}

.review-badge-item {
    align-items: center;
    position: relative;
    display: flex;
}
.review-badge-item {
    gap: 10px;
}
.review-badge-item p {
    margin: 0;
    font-size: 20px;
    color: var(--black);
    font-family: var(--inter);
    font-weight: 400;
}
.review-badge-item + .review-badge-item:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 35px;
    background: var(--black);
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.broken-market,
.faq-area,
.makes-different-area,
.who-we-are-area {
    padding: 60px 0;
}
.makes-different-area{
    background: #F7F7F9;
}
.who-we-are-area h2 {
    color: #033137;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    font-family: var(--poppins);
    line-height: 1.3;
    margin-bottom: 29px;
}
.who-we-are-area p {
    margin: 0px auto 0;
    font-size: 18px;
    font-family: var(--inter);
    font-weight: 400;
    color: var(--text);
    max-width: 800px;
    line-height: 1.5;
}
.who-we-are-area p + p {
    margin-top: 46px;
}



.broken-market-card h3,
.broken-market-card p {
    color: var(--white);
    font-family: var(--inter);
    text-align: center;
}
.broken-market-card {
    margin: 50px auto 0;
    padding: 22px 32px 25px;
    max-width: 850px;
    border-radius: 12.6px;
    background: var(--light-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.broken-market-card h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-style: italic;
}
.broken-market-card p {
    margin: 0px 0 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.leadership-area {
    background: #F7F7F9;
    padding: 55px 0 60px;
}
.managemant-area-title h2,
.leadership-area h2 {
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: var(--poppins);
    line-height: 1.3;
    margin-bottom: 33px;
}
.managemant-area-title, .leadership-area-title {
    max-width: 788px;
    margin: 0 auto 50px;
}
.managemant-area-title h2{
    margin-bottom: 27px;
}
.managemant-area-title {
    margin: 0 auto 48px;
}
.managemant-area-title p,
.leadership-area-title p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    margin: 0;
}
.leadership-area-title p + p {
    margin-top: 45px;
}
.leadership-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    gap: 20px;
    box-shadow: 3px 0 13px 0 rgb(89 89 89 / 35%);
}

.leadership-card.long {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    max-width: 788px;
}
.leadership-card + .leadership-card {
    margin-top: 30px;
}
.leadership-card.long .leadership-author {
    flex: 0 0 192px;
}
.leadership-author img {
    background-color: #fff;
}
.leadership-author-info h3 {
    margin: 0 0 0 1px;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--inter);
    color: var(--black);
}
.leadership-author-info h3 a{
    text-decoration: underline;
    color: var(--black);
} 
.leadership-author-info h4 {
    margin: 0px 0 12px 0px;
    color: #387e80;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--inter);
}
.leadership-author-info p {
    margin: 10px 0 0;
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    line-height: 1.5;
}
.leadership-inner {
    display: flex;
    gap: 20px;
    margin: 30px auto 0;
    max-width: 930px;
}
.leadership-card.sort {
    flex: 0 0 calc(33.3334% - 10px);
    text-align: center;
}
.leadership-card.sort .leadership-author {
    margin-bottom: 15px;
}
.managemant-team-area {
    padding: 52px 0 60px;
}

.management-item {
    text-align: center;
    flex: 0 0 calc(50% - 20px);
}

.management-inner {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 70px;
    max-width: 700px;
    margin: 0 auto;
}
.management-info h3 {
    color: #387e80;
     font-size: 20px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    margin-top: 10px;
}
.management-info h4 {
    color: #535353;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    margin-top: 5px;
}
.management-info p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    line-height: 1.5;
    text-align: center;
    margin: 5px auto 0;
    max-width: 300px;
}
.managemant-team-area .broken-market-card {
    margin-bottom: 45px;
    margin-top: 66px;
}
.our-specialist {
    background: #F7F7F9;
    padding: 55px 0 60px;
}
.specialist-info {
    max-width: 788px;
    margin: 0 auto 0;
}
.specialist-info h2 {
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: var(--poppins);
    line-height: 1.3;
    margin-bottom: 33px;
}
.specialist-info p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    margin: 0;
}
.specialist-info p + p {
    margin-top: 40px;
}
.makes-different-title {
    max-width: 790px;
    margin: 0 auto;
}
.makes-different-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: var(--black);
}
.makes-different-item p {
    color: #535353;
    line-height: 1.5;
    font-family: var(--inter);
}
.makes-different-content {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 850px;
}
.makes-different-item {
    padding: 30px 15px 30px;
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
}
.makes-different-item-alt,
.makes-different-item-text {
    max-width: 740px;
    margin: 35px auto 0;
}
.makes-different-item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--inter);
}
.makes-different-item p {
    margin: 4px 0 0;
    font-size: 17px;
    font-weight: 400;
}
.makes-different-buttom {
    margin: 27px auto 0;
    max-width: 800px;
}
.makes-different-buttom p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    margin: 0;
    max-width: 795px;
}
.helping-seler-card-counter.bg-green h2,
.helping-seler-card-counter.bg-light-green h2,
.quick-sell-inner .progress-info span,
.text-white h3,
.text-white p {
    color: var(--white);
}
.makes-different-item-alt {
    padding: 21px 21px 19px;
    position: relative;
    border-radius: 12.6px;
}
.makes-different-item-alt h4 {
    margin: 0;
    font-family: var(--inter);
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    color: var(--black);
}
.text-right {
    text-align: right;
}
.makes-different-item-alt p,
.makes-different-item-text p {
    color: #535353;
    line-height: 1.5;
    font-family: var(--inter);
    font-weight: 400;
}
.makes-different-item-alt p {
    margin: 5px 0 0;
    font-size: 17px;
    text-align: right;
}
.makes-different-item-text p {
    font-size: 18px;
}



.bg-yollow,
.faq-inner .collapsible li.active,
.quick-sell-inner .progress-bar {
    background: var(--yollow);
}
.bg-light-green{
    background: var(--light-green);
}


.track-record-helping-sellers {
    padding: 60px 0;
}
.track-record-helping-sellers h2 {
    font-family: var(--poppins);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0;
    color: var(--black);
}
.track-record-helping-sellers-inner {
    margin: 43px auto 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1018px;
}
.track-record-helping-sellers-inner.sellers-bottom {
    margin-top: 25px;
}
.track-record-helping-sellers-bottom {
    margin: 30px auto 0;
    max-width: 970px;
}
.track-record-helping-sellers-bottom p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    margin: 0;
    max-width: 890px;
}
.helping-seler-card {
    min-height: 197px;
    padding: 0 0 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 18.6px;
    font-size: 0.963939rem;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    flex: 1;
}
.helping-seler-card-counter {
    min-height: 122px;
    padding: 22px 0 17px;
}
.bg-green {
    background: var(--green);
}
.bg-gray {
    background: var(--gray);
}
.helping-card {
    padding: 23px 30px 23px;
    border: 1px solid #ccc;
    border-radius: 18.6px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 calc(50% - 10px);
    width: 100%;
}
.helping-card-img {
    padding: 11px 0 13px;
     background: #fff;
    width: 49px;
    height: 49px;
    border-radius: 24.3px;
    background: var(--yollow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 49px;
}
.helping-seler-card-info h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    margin-top: 0;
}
.helping-seler-card-info p {
    font-family: var(--inter);
    margin: 13px 0 0;
    color: var(--black);
    font-size: 15px;
    line-height: 21px;
}
.track-record-helping-sellers-inner.sellers-bottom .helping-seler-card-info p {
    color: var(--text);
    margin-top: 0;
}
.faq-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0;
    line-height: 1.3;
}
.faq-title p {
    margin: 17px 0 0;
    color: #535353;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: var(--inter);
    font-weight: 400;
}
.collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-size: 20px;
    font-family: var(--inter);
    color: var(--black);
    font-weight: 700;
    padding: 0;
    line-height: 1.3;
    background: 0 0;
}
.collapsible-header i {
    transition: transform 0.3s;
}
.faq-inner .collapsible {
    box-shadow: none;
    border: none;
}
.faq-inner .collapsible li {
    margin: 20px auto 0;
    min-height: 83px;
    padding: 18px 32px;
    position: relative;
    max-width: 974px;
    border: 1px solid #ccc;
    border-radius: 10.2px;
    background: var(--white);
    background-clip: padding-box;
}
.faq-inner .collapsible li .collapsible-body {
    border: none;
}
.faq-inner .collapsible li .collapsible-body p {
    padding: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: var(--black);
    font-family: var(--inter);
    font-weight: 400;
    line-height: 25px;
}
.faq-inner .collapsible li .collapsible-body p a {
    color: var(--black);
}
.faq-inner .collapsible li .collapsible-body p + p {
    margin-top: 3rem;
}
.faq-inner .collapsible li .collapsible-header i {
    color: #676767;
    font-size: 40px;
    margin-right: 0;
}
.faq-inner .collapsible li .collapsible-body ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
.faq-inner .collapsible li .collapsible-body ul li {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    margin: 0;
    width: auto;
    min-height: auto;
    list-style: disc;
}
.faq-inner .collapsible li .collapsible-body ul li + li {
   margin-top: 10px;
}

.ready-to-sell {
    padding: 60px 0;
    background: var(--light-green);
}
.ready-to-sell-title {
    text-align: center;
    display: none;
}
.ready-to-sell-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    margin: 22px 0 0;
    line-height: 1.3;
}
.ready-to-sell-title h3 {
    margin: 10px auto 0;
    color: var(--white);
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    font-family: var(--inter);
    font-weight: 400;
    max-width: 750px;
}
.ready-to-sell-copyright p {
    color: var(--white);
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
}
.free-offer-progress h4,
.quick-sell-inner li h4 {
    text-align: center;
    font-size: 24px;
    color: var(--white);
    line-height: 30px;
}
.quick-sell-item {
    background: var(--white);
    border-radius: 16px;
    display: flex;
    align-items: center;
    max-width: 560px;
    margin: 10px auto 0;
    width: 100%;
}
.free-offer-progress h4 {
    margin: 0 0 15px;
}
.quick-sell-inner h5 {
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 20px;
}
.quick-sell-inner h6 {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    gap: 5px;
    margin-bottom: 10px;
}
.quick-sell-item button,
.quick-sell-item input {
    font-size: 18px;
    color: var(--black);
    font-family: var(--inter);
    padding: 0 15px;
    line-height: 1.3;
    height: 70px;
    display: flex;
}
.quick-sell-inner li h4 {
    font-weight: 700;
    margin: 0;
}
.quick-sell-item button {
    border: none;
    background: var(--yollow);
    font-weight: 700;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
    transition: 0.3s ease-in-out;
    max-width: 205px;
    border-radius: 0 10px 10px 0;
}
.quick-sell-item input {
    border: 4px solid var(--yollow);
    border-radius: 10px 0 0 10px;
    background: var(--white);
    font-weight: 400;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.quick-sell-inner .help-text {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.quick-sell-prev {
    margin-top: 10px;
}
.quick-sell-prev a {
    display: flex;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}
.ready-to-sell-copyright {
    margin-top: 25px;
}
@media (max-width: 992px) {
    .hero-top h1,
    .track-record-helping-sellers h2,
    .trusted-title-wrap h2 {
        font-size: 32px;
    }
    .review-badge-item + .review-badge-item:before {
        content: none;
    }
    .leadership-author-info p {
        font-size: 16px;
    }
    .leadership-author-info h3 {
        font-size: 20px;
    }
    .leadership-card {
        padding: 20px;
    }
    .makes-different-item-alt h4 {
        font-size: 20px;
        line-height: 35px;
    }
    .makes-different-item-alt p {
        text-align: center;
    }
    .track-record-helping-sellers-inner.sellers-bottom {
        margin-top: 30px;
    }
    .helping-seler-card-counter h2 {
        font-size: 24px;
        line-height: 1;
        margin: 10px 0 0;
    }
    .helping-seler-card-counter {
        min-height: 105px;
    }
    .free-offer-progress h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .compare-table {
        border-radius: 10px;
    }
    .review-badge-area {
        padding: 25px 0;
    }
    .review-badge-inner {
        flex-direction: column;
    }
    .review-badge-item {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
    .broken-market-card h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .broken-market-card p {
        margin: 0 0;
        font-size: 16px;
    }
    .leadership-inner {
        gap: 10px;
    }
    .makes-different-item-alt h4,
    .ready-to-sell-title h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .helping-seler-card {
        min-height: initial;
        flex: 0 0 calc(50% - 8px);
    }
    .helping-card .helping-seler-card-info {
        padding: 0;
    }
    .helping-card {
        padding: 15px;
        gap: 10px;
    }
    .faq-inner .collapsible li .collapsible-body p + p {
        margin-top: 2rem;
    }
    .free-offer-progress h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .managemant-team-area .broken-market-card {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .specialist-info p + p {
        margin-top: 20px;
    }
    .specialist-info h2 {
        margin-bottom: 25px;
    }
    .faq-inner .collapsible li .collapsible-body p {
        margin-top: 10px;
    }
    .who-we-are-area p + p {
	margin-top: 20px;
}
}
@media (max-width: 600px) {
    .hero {
    padding-top: 30px;
}
    .hero-top h1 {
        font-size: 24px;
    }
    .hero-input-item button {
        font-size: 18px;
        padding: 0 15px;
        height: 55px;
    }
    .hero-input-item input {
        height: 55px;
        padding: 0 15px;
        font-size: 18px;
    }
    .form-area-inner h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .form-area-inner h3 {
        font-size:16px;
    }
    .faq-title p {
        font-size: 16px;
    }
    .help-text,
    .makes-different-item-text p {
        text-align: center;
    }
    .hero-top h2,
    .leadership-area-title p,
    .management-info p,
    .managemant-area-title p,
    .specialist-info p,
    .makes-different-item p,
    .makes-different-item-alt p,
    .makes-different-item-text p,
    .track-record-helping-sellers-bottom p,
    .makes-different-title p,
    .ready-to-sell-title h3,
    .makes-different-buttom p,
    .who-we-are-area p {
        font-size: 16px;
        line-height: 26px;
    }
    .who-we-are-area p,
    .makes-different-buttom p,
    .track-record-helping-sellers-bottom p,
    .specialist-info p{
        text-align: center;
    }
    .makes-different-title p {
        margin-top: 10px;
    }
    .makes-different-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ready-to-sell-copyright {
        margin-top: 15px;
    }
    .leadership-inner {
        flex-direction: column;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .leadership-card.long {
        gap: 15px;
        flex-direction: column;
        max-width: 350px;
        text-align: center;
    }
    .helping-card {
        flex: 0 0 100%;
    }
    .faq-title p {
        margin: 15px 0 0;
        line-height: 23px;
    }
    .faq-inner .collapsible li {
        min-height: 70px;
        padding: 15px 20px;
    }
    .collapsible-header {
        font-size: 18px;
    }
    .quick-sell-item {
        border-radius: 0;
        flex-direction: column;
        background: 0 0;
        gap: 5px;
    }
    .quick-sell-item button {
        max-width: 100%;
    }
    .quick-sell-item button,
    .quick-sell-item input {
        border-radius: 10px;
        height: 60px;
        text-align: center;
        width: 100%;
    }
    .quick-sell-item input {
        border-width: 2px;
    }
    .form-area-inner p br,
    .hero-input-item button img,
    .quick-sell-item button img,
    .ready-to-sell-copyright p br {
        display: none;
    }
    .hero-input-item button span,
    .quick-sell-item button span {
        display: block;
    }
    .hero-input-item {
        flex-direction: column;
        gap: 5px;
        background: 0 0;
    }
    .hero-input-item input {
        border-radius: 5px;
        text-align: center;
        border-width: 2px;
    }
    .form-area-inner {
        padding: 20px;
    }
    .hero-input-item button {
        border-radius: 5px;
    }
    .free-offer-progress h2 {
        margin: 25px 0 10px;
    }
    .quick-sell-inner li h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .leadership-card.long-alt {
        flex-direction: column-reverse;
    }
    .management-inner {
        row-gap: 30px;
        flex-direction: column;
    }
    .managemant-area-title p, .leadership-area-title p {
        text-align: center;
    }
    .leadership-area-title {
        margin: 0 auto 30px;
    }
    .leadership-area-title p + p {
        margin-top: 20px;
    }
    .track-record-helping-sellers-inner{
        margin-top: 25px;
    }
    .who-we-are-area h2,
    .managemant-area-title h2,
   .leadership-area h2 {
        margin-bottom: 25px;
    }
    .broken-market-card {
        gap: 10px;
    }
}
@media (max-width: 425px) {
    .review-badge-item {
        gap: 5px;
    }
    .review-badge-item p {
        font-size: 18px;
    }
    .review-badge-item img {
        max-width: 30px;
    }
    .specialist-info h2,
    .faq-title h2,
    .managemant-area-title h2,
    .leadership-area h2,
    .makes-different-title h2,
    .ready-to-sell-title h2,
    .track-record-helping-sellers h2,
    .who-we-are-area h2 {
        font-size: 28px;
    }
    .broken-market-card h3 {
        line-height: 28px;
    }
    .broken-market-card p{
        font-size: 14px;
    }
    .makes-different-item h3 {
        font-size: 20px;
    }
    .helping-seler-card {
        flex: 0 0 100%;
    }
}
