

.mobCreditHeadingParent .titleContentParent .titleDescription {
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;

    color: #fff;
}

.mobCreditHeadingParent .titleContentParent .headingTitle {
    color: #fff;
}

.mobCreditOverallParent .contactUsFormParent .callUsParent {
    flex-direction: column;
    flex-wrap: nowrap;
}

.mobCreditOverallParent .contactUsFormParent {
    height: 670px;
}

.contactUsHeadingParent1 {
    background-image: linear-gradient(116deg, #c3e1fb 5%, #dbf2f8 83%);
    padding: 5px;
    flex-direction: column;
    width: 100%;
}

.mainContactUsParent {
    width: 100%;
    --page-content-width: min(80%, 1440px);
}

.mainContactUsParent .contactUsHeadingParent1 .breadcrum-container {
    width: var(--page-content-width);
    margin: 0 auto;
}

.titleContentParent {
    /* width: 80%; */
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}

.mainContactUsParent .titleContentParent {
    width: var(--page-content-width);
}

.headingTitle {
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
    margin-top: 48px;
    margin-bottom: 0;
}

.callUsHeadingParent .heading {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
    margin: 0 !important;
}

.callUsHeadingParent .info {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
}

.callUsIcon {
    height: 64px;
    width: 64px;
    border-radius: 30px;
    background-color: #f0f8f8;
}

.callUsParent {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.callUsHeadingParent {
    flex-direction: column;
    gap: 8px;
}

.callUsHeadingParent img {
    margin-top: 24px;
}

.callUsIconTitleParent1 {
    gap: 16px;

}

.contactUsFormParent {
    position: relative;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.mainContactUsParent .contactUsFormParent {
    position: relative;
    width: var(--page-content-width);
    margin: 0 auto;
}

.mainContactUsParent .contact-us-faq-section {
    width: var(--page-content-width);
    margin: 40px auto 60px;
}

.contact-us-faq-link {
    color: #0a243f;
    text-decoration: underline;
    font-weight: 500;
}

.formParent1 {
    height: auto;
    position: absolute;
    width: 45%;
    top: -240px;
    border-radius: 16px;
    right: 0;
    box-shadow: 0 13px 36px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.contactUsFieldParent {
    top: -175px;
}

.formParent1 .inputSectionFirst .cart-return-reason-parent {
    padding: 0;
}

.formParent1 .inputSectionFirst .cart-return-reason-parent .inputParent {
    width: 100% !important;
    margin-bottom: 24px;
}

.formParent1 .inputSectionFirst .cart-return-reason-parent .commentInput input {
    height: 100px;
    width: 100%;
    margin-bottom: 24px;
}

.formParent1 .inputSectionFirst .cart-return-reason-parent .inputParent input {
    height: 52px !important;
}

.contactUsResponsiveDivider {
    display: none;
}

.req-mob-credit-dropdown {
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us-submitButton {
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #fff;
    border-radius: 28px;
    background-color: #0360e5;
    margin-top: 32px;
}

.contact-us-submitButton:hover {

    color: #fff !important;
    background-color: #0354a3 !important;

}

@media only screen and (max-width: 650px) {
    .mainContactUsParent .titleContentParent {
        width: 90%;
    }

    .mainContactUsParent {
        width: 100%;
        --page-content-width: 90%;
    }

    .mainContactUsParent .contactUsHeadingParent1 .breadcrum-container {
        width: 90%;
        margin: 0 auto;
    }

    .titleContentParent {
        width: 90%;
        margin: 0 auto;
        height: auto;
        flex-direction: column;
        gap: 10px;
    }

    .titleContentParent .headingTitle {
        font-size: 20px;
        height: auto;
        font-weight: 500;
        margin: 0 !important;
        text-align: left;
        color: #0a243f;
    }

    .contactUsHeadingParent,
    .contactUsHeadingParent1 {
        padding: 24px 0;
    }

    .formParent,
    .formParent1 {
        position: static;
    }

    .callUsHeadingParent img {
        width: 120px;
        height: 120px;
        margin-top: 0;
    }

    .callUsParent {
        margin-left: 16px;
        height: fit-content;
        margin-bottom: 32px;
        margin-top: 16px;
    }

    .contactUsResponsiveDivider {
        display: block;
        height: auto;
        width: 100%;
    }

    .contactUsFormParent {
        width: 100% !important;
        margin: 0;
    }

    .mainContactUsParent .contactUsFormParent {
        width: 100% !important;
        margin: 0;
    }

    .formParent,
    .formParent1 {
        width: 100%;
        box-shadow: none;
    }

    .mobCreditOverallParent .contactUsFormParent {
        height: auto;
    }

    .mobCreditOverallParent .titleContentParent .headingTitle {
        font-size: 36px;
    }

    .mobCreditHeadingParent .titleContentParent .titleDescription {
        margin-top: 0;
        font-size: 18px;
    }

    .callUsHeadingParent .heading,
    .callUsHeadingParent .info {
        font-size: 16px;
    }
.callUsHeadingParent .info
{
width: 100% !important;
}
    .callUsHeadingParent .contact-us-whatsapp-qr {
        width: 66px !important;
        height: 66px !important;
    }
}

.mob-seller-play {
    width: 48px !important;
    position: absolute;
    bottom: 13px;
    right: 16px;
    height: 48px;
    font-family: 'Inter' !important;
}

.buildings-box {
    border-radius: 16px;
    border: solid 1.5px #dedede;
    background-color: #fff;
    width: 100%;
    padding: 50px;
    padding: 30px 15px
}

.over-buildings-section {
    padding-top: 110px;
    background: #fff !important;

}

.ant-layout {
    background: #fff !important;
}

.suppliers-section {
    padding-top: 98px
}

.register-text-style h2 {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #0a243f;

}

.over-buildings-section h1 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #0a243f;
    margin-bottom: 60px;

}

.register-text-style h6 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #0a243f;
    text-transform: capitalize;
    line-height: 25px;

}

.buildings-box h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    line-height: 33px;
    padding-top: 20px
}

.buildings-box p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #0a243f;
    opacity: .8;
    margin-bottom: 0
}

.img-buildings {
    background: #eaf7eb;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    padding: 20px 0
}

.suppliers-section h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding-bottom: 25px;

}

.carousel-inner.testimonails-style {
    background-color: #f7f7f8;
    padding: 25px 25px 25px 25px;
    border-radius: 16px
}

.testimonails-style p {
    font-size: 24px !important;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
    padding: 5px 30px 25px 20px;

}

.testimonails-img img {
    width: 100%
}

.carousel-control-prev-icon {
    /* background-image: url('../../../assets/seller/icons/next-icon-testi.svg') !important; */
    width: 50px !important;
    height: 50px !important;
    opacity: .3;
    transform: rotate(180deg)
}

.carousel-control-next-icon {
    /* background-image: url('../../../assets/seller/icons/next-icon-testi.svg') !important; */
    background-repeat: no-repeat;
    width: 50px !important;
    height: 50px !important
}

.testi-box-size-padding h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding-left: 26px
}

.testi-box-size-padding h6 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
    padding-left: 26px
}

.carousel-control-next.testi-style {
    right: 25px !important;
    bottom: 36px !important
}

.carousel-control-prev.testi-style {
    left: unset !important;
    right: 96px !important;
    bottom: 35px !important;
    position: absolute;
}

.carousel-control-next.testi-style,
.carousel-control-prev.testi-style {
    width: unset;
    opacity: unset;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.register-img {
    text-align: center
}

.register-img h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #0a243f;
    padding-top: 40px
}

.register-img p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #0a243f;
    padding-top: 10px
}

p.register-style-text {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #0a243f;
    padding-top: 24px;

}

.number-buildings {
    font-size: 120px;
    font-weight: 600;
    text-align: left;
    color: #88cbc2
}

.register-text-style h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding-top: 20px;
    padding-bottom: 15px;

}

.work-section h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-top: 40px;

}

.work-section {
    background-color: #467fb6;
    margin-top: 118px;
    margin-bottom: 63px;
    padding: 100px 0 0 0;
    position: relative
}

.work-section h6 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    padding-top: 25px;
    text-transform: none;
    line-height: 45px
}

.work-section p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    margin-bottom: 0
}

.work-section h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    padding-top: 10px
}

.firrst-box-add {
    border-radius: 16px;
    background-color: #6b98c4;
    width: 100%;
    text-align: center;
    padding: 30px 30px
}

.firrst-box-add img,
.second-box-add img {
    width: 100%
}

.second-box-add {
    border-radius: 16px;
    background-color: #6b98c4;
    width: 100%;
    text-align: center;
    padding: 30px 30px
}

.margintop-section-top {
    margin-top: 50px
}

.work-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    height: 35px
}

.brands-listed-section h1 {
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #0a243f;

}

.all-logo-section {
    margin-top: 45px;
    text-align: center
}

.start-selling-section {
    margin-top: 68px;
    /* background: url('../../../assets/seller/icons/selling-new-bg-bg.png') #f7f7f8; */
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: right
}

.start-selling-section h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;

    padding-top: 70px
}

.start-selling-section h4 {
    font-size: 24px;
    font-weight: 600 !important;
    text-align: left;
    color: #0a243f !important;
    padding-top: 20px
}

.selling-car-img img {
    width: 100%
}

.register-background-img {
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 0 !important;
    display: table;
    margin-top: 115px !important
}

.new-otp-btn-style {
    padding: 12px !important
}

.supplier-support {
    margin-bottom: 80px;
    margin-top: 109px
}

.supplier-support h2 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    text-align: left;
    color: #0a243f
}

.supplier-support p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0a243f;
    margin-top: 25px
}

.support-style {
    padding-top: 20px
}

.call-us-style {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    color: #0a243f;
    padding-left: 10px;
    padding-right: 10px
}

.supplier-support-style {
    padding-top: 65px
}

.supplier-support-style h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #0a243f
}

.accordion-item.frequently {
    border-radius: 16px !important;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 16%);
    background-color: #fff !important;
    margin-bottom: 25px;
    border: unset !important
}

.accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: unset !important;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding: 20px
}

.accordion-item.frequently:first-of-type {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border: unset;
    color: #0a243f
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 16px;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding: 20px
}

.accordion-button.frequently:not(.collapsed) {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #0a243f
}

.accordion-button {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left;
    color: #0a243f !important;
    border-radius: 16px !important;
    padding: 25px 20px !important;

}

.accordion-button.frequently:not(.collapsed) {
    color: #0a243f !important;
    background-color: transparent;
    box-shadow: unset
}

.accordion-button:not(.collapsed) {
    border-radius: 16px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    text-align: left !important;
    color: #0a243f !important
}

.footer-bottom-section {
    /* background-color: #f8f8f8; */
    padding: 55px 0 10px 15px
}

.footer-bottom-box {
    padding-left: 0
}

.footer-bottom-box ul {
    padding-left: 0
}

.footer-bottom-box h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0a243f;
    padding-bottom: 10px
}

.footer-social-icon-style {
    text-align: right
}

.footer-social-icon-style ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-social-icon-style li {
    display: inline;
    padding: 5px
}

.follow-style {
    font-size: 16px;
    font-weight: 500;
    color: #0a243f
}

.foot-icon {
    background-color: #133b62;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px !important
}

.footer-drop-down-style {
    position: relative
}

.input-group.footer-drop-down-style .input-group-text {
    text-align: center;
    white-space: nowrap;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-right: 0;
    padding: 10px 0 10px 10px
}

.footer-drop-down-style .form-select {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #0a243f;
    padding: 10px 10px 10px 10px;
    border-left: unset
}

.footer-last-section {
    background-color: #f8f8f8;
    padding: 10px 0 45px 10px
}

.footer-bottom-box li a {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    color: #0a243f;
    line-height: 30px;
    font-weight: 500
}

.footer-bottom-box ul li {
    list-style: none
}

.border-section {
    background-color: #f8f8f8
}

.border-top-style {
    border-top: 1px solid #636363;
    margin-bottom: 13px;
    margin-top: 25px;
    opacity: .5
}

.footer-social-icon-style li a {
    list-style: none;
    text-decoration: none;
    color: #fff
}

p.company-name-style {
    opacity: .6;
    font-size: 16px;
    text-align: left;
    color: #0a243f;
    padding-top: 20px
}

.footer-bottom-box p {
    font-size: 16px;
    text-align: left;
    color: #0a243f
}

.vh-100 {
    min-height: 100vh
}

.seller-login {
    margin: 0 !important
}

.seller-login {
    opacity: .7;
    background-image: linear-gradient(143deg, #0354a3 25%, #74d8ad 86%);
    height: 100vh;
    position: relative
}

.col-md-6.seller-login {
    padding-left: 0;
    overflow: hidden
}

.logo-bottom-section {
    position: absolute;
    bottom: -20px;
    left: 0
}

.logo-bottom-section img {
    width: 70%
}

.header-logo-padding-size {
    padding: 30px 20px
}

.card-login-box-style {
    border-radius: 16px;
    box-shadow: 0 13px 36px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 25px;
    top: 60px;
    bottom: 0;
    width: 77%;
    margin: auto;
    display: table
}

.card-login-box-style h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #0a243f;
    margin-top: 0;
    padding-bottom: 30px
}

.card-forgotpassword-box-style {
    border-radius: 16px;
    box-shadow: 0 13px 36px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 25px;
    position: relative;
    top: 60px;
    bottom: 0;
    width: 77%;
    margin: auto;
    display: table
}

.card-forgotpassword-box-style h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #0a243f;
    margin-top: 0;
    padding-bottom: 30px
}

.form-control.login-input-box {
    padding: 10px;
    border-radius: 8px !important;
    border: solid 1px #bac7d5 !important;
    background: #fff !important;
    height: 50px;
    box-shadow: unset !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
    color: #0a243f !important
}

.form-group-top-style {
    margin-top: 20px
}

.form-group .text-blue {
    margin-top: 7px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #2973f0
}

.form-group .text-blue {
    margin-top: 15px !important
}

.sellar-login-style {
    margin-top: 21px !important
}

.field-icon {
    z-index: 2;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    cursor: pointer;
    font-size: 20px;
    color: #283f56
}

.form-control:focus {
    border: 1px solid #ced4da !important;
}

.login-input-box:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0
}

.invalid-feedback-text-size {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #bf2600
}

.desktop-style-text-folllow {

    font-size: 16px;
    font-weight: 500;
    color: #0a243f
}

.company-name-style {

    font-size: 16px;
    font-weight: normal;
    color: #0a243f
}

.margin-toplogin-box {
    margin-top: 25px !important
}

@media only screen and (min-width: 1517px) and (max-width:1600px) {
    .over-buildings-section {
        background-position: right 150px !important
    }

    .margin-toplogin-box {
        margin-top: 46px !important
    }
}

@media(max-width: 1199px) {
    .work-section p {
        font-size: 12px
    }

    .second-box-add,
    .firrst-box-add {
        padding: 15px 15px
    }

    a.btn-primary.login-btn-style {
        padding: 10px 35px 10px 35px
    }

    .all-logo-section img {
        width: 100%
    }

    p.register-style-text {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 600px) {

    .testi-box-size-padding h5,
    .testi-box-size-padding h6 {
        padding-left: 21px !important
    }

    .card-login-box-style.login-otp-style {
        right: auto;
        border-radius: 16px;
        box-shadow: 0 13px 36px 0 rgb(0 0 0 / 16%);
        background-color: #fff;
        padding: 25px;
        position: fixed !important;
        top: 145px !important;
        bottom: 0 !important;
        width: 35%;
        margin: 0 auto;
        vertical-align: middle
    }

    .register-background-img img {
        display: none
    }

    .start-selling-section {
        /* background: url(../../../assets/seller/icons/mobile-car.svg) #f7f7f8 !important; */
        background-repeat: no-repeat !important;
        margin-top: 0 !important;
        background-position: right -170px bottom !important
    }

    .form-controll-click .form-control {
        height: 50px !important;
        border-radius: 30px;
        padding: 12px 25px 10px 60px !important;
        font-size: 16px;
        font-weight: 600;
        background: unset !important;
        color: #fff !important;
    }

    .form-controll-click .text-cashflow {
        font-size: 14px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .over-buildings-section,
    .suppliers-section {
        padding-top: 40px;
    }

    .over-buildings-section h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .over-buildings-section h1 {
        margin-bottom: 50px;
    }

    .number-buildings {
        font-size: 64px !important;
        font-weight: 600 !important
    }

    .over-buildings-section {
        background-image: unset !important
    }

    .register-text-style h2 {
        font-size: 16px;
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .register-text-style h6 {
        font-size: 14px;
        font-weight: normal;
    }

    .suppliers-section h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .carousel-inner.testimonails-style {
        background-color: unset !important;
        padding: 0 !important;
    }

    .testi-box-size-padding img {
        display: none;
    }

    .testi-box-size-padding {
        border-radius: 16px;
        padding: 165px 5px 100px 10px;
        background-color: #f7f7f8;
        position: relative;
        margin-top: 160px;
    }

    .carousel-control-prev.testi-style {
        left: -50px !important;
        right: 0 !important;
        position: absolute;
        margin: 0 auto;
    }

    .carousel-control-next.testi-style {
        left: 0 !important;
        right: -65px !important;
        position: absolute;
        margin: 0 auto;
    }

    .carousel-control-next.testi-style,
    .carousel-control-prev.testi-style {
        width: fit-content !important
    }

    .testimonails-img {
        position: absolute;
        top: 20px;
        bottom: 0;
        z-index: 99;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .work-section {
        margin-top: 90px;
    }

    .testimonails-img img {
        width: 100%;
        border-radius: 15px;
        height: 290px;
        overflow: hidden;
        object-fit: cover;
        object-position: top;
    }

    .testimonails-style p {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }

    .testi-box-size-padding h5 {
        font-size: 14px;
        font-weight: 600;
    }

    .testi-box-size-padding h6 {
        font-size: 14px;
        font-weight: normal;
    }

    .carousel-control-next.testi-style {
        bottom: 26px !important;
    }

    .carousel-control-prev.testi-style {
        bottom: 26px !important;
    }

    .carousel-control-prev-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .carousel-control-next-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .suppliers-section h1 {
        padding-bottom: 0;
    }

    .work-section {
        padding: 50px 0 0 0 !important;
    }

    .work-section h3 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .work-section h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;

    }

    .work-section h1 {
        padding-top: 0;
        font-size: 24px;
        font-weight: 600;

    }

    .margintop-section-top {
        margin-top: 50px;
    }

    .firrst-box-add {
        margin-top: 20px;
    }

    .brands-listed-section h1 {

        font-size: 24px;
        font-weight: bold;
        text-align: left;
        margin-top: -35px;
        margin-bottom: 30px;
    }

    .start-selling-section h2 {
        padding-top: 30px;
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .all-logo-section {
        margin-top: 0;
    }

    .start-selling-section h4 {

        font-size: 16px !important;
        font-weight: 500 !important;
        text-align: left;
        color: #0a243f !important;
    }

    p.register-style-text {
        font-size: 14px !important;
        font-weight: normal;
        color: #0a243f !important;
        /* padding-bottom: 230px; */
    }

    p.register-style-text.mobile-text-style {
        font-size: 14px !important;
        font-weight: normal;
        color: #0a243f !important;
        padding-bottom: 0;
    }

    .selling-car-img img {
        display: none;
    }

    .start-selling-section h4 {
        font-size: 20px;
        font-weight: 600 !important;
        text-align: left;
        color: #0a243f !important;
        padding-top: 20px;
    }

    .supplier-support h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .supplier-support p {
        font-size: 16px;
        font-weight: 500;

        margin-top: 14px;
    }

    .support-style img {
        width: 40px;
    }

    .call-us-style {
        font-size: 16px;
    }

    .supplier-support-style h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .accordion-button {
        font-size: 14px !important;
        font-weight: 600 !important;

        color: #0a243f !important;
        line-height: 23px;
        padding: 20px 15px !important;
    }

    .accordion-button:not(.collapsed) {
        font-size: 14px !important;
        font-weight: 600 !important;

        color: #0a243f !important;
        line-height: 23px;
        padding: 20px 15px !important;
    }

    .supplier-support-style {
        padding-top: 25px;
    }

    .footer-bottom-box {
        padding-top: 0;
    }

    .footer-social-icon-style {
        text-align: left;
    }

    .footer-bottom-box h3 {
        padding-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }

    .footer-bottom-box li a {
        font-size: 14px !important;
        font-weight: normal !important;

    }

    .start-selling-section {
        margin-top: 60px;
        background: unset;
        background-color: #f7f7f8;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }

    .card-login-box-style {
        position: absolute !important;
        width: 98% !important;
        top: 60px !important;
        bottom: 0 !important;
        margin: 0 auto;
        padding: 25px 25px 25px 25px;
    }

    .login-btn-style {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    a.btn-primary.login-btn-style {
        padding: 7px 25px 7px 25px !important;
    }

    .work-section p {
        font-size: 10px;
        font-weight: bold;
        padding-top: 15px;
        margin-bottom: 6px;
    }

    .supplier-support {
        margin-bottom: 80px;
        margin-top: 65px;
    }

    .footer-bottom-section {
        background-color: #f8f8f8;
        padding: 55px 10px 10px 10px;
    }

    .footer-bottom-section img {
        width: 90px;
        padding-bottom: 20px;
    }

    .footer-social-icon-style ul {
        text-align: center;
    }

    .company-name-style {

        font-size: 12px !important;
        font-weight: normal !important;
        text-align: center !important
    }

    .footer-last-section {
        padding: 10px 10px 10px 10px !important;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: flex-start !important;
    }

    .seller-login {
        background: unset;
    }

    .header-logo-padding-size {
        padding: 0;
    }

    .card-login-box-style h3 {

        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .form-control.login-input-box::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #0a243f;
    }

    .form-control.login-input-box::placeholder {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #0a243f;
    }

    .form-control.mobile-text-center {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #0a243f;
    }

    .card-login-box-style h3 {

        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center;
        color: #0a243f !important;
        padding-bottom: 20px;
    }

    .form-group-top-style .enter-password-style {
        border-radius: 8px !important;
        border: solid 1px #bac7d5 !important;
        background: #fff !important;

        font-size: 14px !important;
        font-weight: 500 !important;
        text-align: center !important;
        color: #0a243f !important;
        padding: 15px 10px !important;
        text-transform: capitalize;
        box-shadow: unset;
    }

    .accordion-item.frequently {
        margin-bottom: 18px;
    }
}

.form-group .text-blue {
    margin-top: 7px;
}

.login-form-seller {
    padding-right: 12vh;
}

.margin-top-padding {
    margin-top: 50px;
}

.login-btn-style {
    background-color: #fff !important;
    border-radius: 32px;
    border: 1px solid #0a243f !important;
    box-shadow: unset;

    padding: 11px 35px 10px 35px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #0a243f;
    text-transform: capitalize;

    margin-bottom: 0;
    margin-top: 0;
}

.register-style-text {
    justify-content: left;
    display: flex;
    gap: 10px;
}

.banner-content {
    width: 517px;
    height: 225px;
    margin: 20px 0px 20px 0;
    padding: 24px 24px 24px 24px;
    border-radius: 16px;
    background-image: linear-gradient(to right, #fff 48%, rgba(255, 255, 255, 0));
}

.bannertext {
    font-size: 42px;
    color: #0a243f;
    line-height: 1.5;
    font-weight: normal !important;
    text-align: left;
}

h1.bannertext {
    font-weight: normal !important;
}

.text-cashflow {
    font-size: 24px;
    color: #0a243f;
    font-weight: 600;
    padding-bottom: 10px;
}

.text-powerdby {
    display: block;
    margin-top: 5px;
}

.brands-listed-section {
    margin-bottom: 50px;
}

.login-btn-style:hover {
    color: #0a243f !important;
}

.product-register-style-btn:hover {
    background-color: #fff !important;
}

.mobile-banner-content {
    background-image: linear-gradient(90deg, #f7f7f8 48%, #fff0);
    border-radius: 16px;
    margin: 0px -7px;
    padding: 16px !important;

}

.menu-collapsed .ant-layout-content {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 60px !important;
}

.ant-layout-content {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 170px;
}

@media (max-width: 767px) {
    .menu-collapsed .ant-layout-content {
        margin: 8px !important;
        /* Use !important to override inline styles */
    }

    .menu-collapsed .ant-layout-content {
        transition: margin-left 0.3s ease-in-out;
        margin: 10px !important;
    }

    .ant-layout-content {
        transition: margin-left 0.3s ease-in-out;
        margin: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .menu-collapsed .ant-layout-content {
        margin-left: 60px !important;
        /* Adjust margin-left value for tablets */
    }
}

.how-to-use {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sellersideview {
    margin: -39px -40px 20px !important;
}

.web-layout .ant-layout-content {
    margin: 0px !important;
}

.top-banner {
    margin-top: 90px !important;
}

.cashflow-button {
    padding: 10px 20px 9px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: 'Inter' !important;

}

.cashflow-text {
    color: #ffb895;
    font-size: 18px;
    font-weight: bold;
}

.custom-input-register {
    /* display: flex;
    align-items: center;
    padding: 8px 8px 8px 32px;
    border-radius: 32px;
    border: solid 1px #acacac; 
    background-color: #000;
    color: #fff; */
    width: 70%;
}

.custom-input-register span {
    margin-left: 16px;
}

.custom-button-register {
    padding: 14px 24px;
    border-radius: 24px;
    background-color: #015fe5;
    color: #fff;
    margin-right: 8px;
    height: 48px;
    border: 0px !important;
    position: absolute;
    right: 30%;
}

.card-risk-section {
    border-radius: 24px;
    background-color: #fff5e3;
    padding: 20px 24px 20px 24px;
}

.ml-16px {
    margin-left: 16px;
}

.homepage-video-tab .ant-tabs-tab-active .ant-tabs-tab-btn {
    border-radius: 16px;
    background-color: #0a243f;

}

.homepage-video-tab .ant-tabs-tab-active .ant-tabs-tab-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.homepage-video-tab .ant-tabs-tab-btn span {
    font-size: 20px;
    font-weight: 500;
}

.f-small-text {
    font-size: 14px !important;
    font-weight: normal !important;
}

.homepage-video-tab .ant-tabs-tab-btn {
    border-radius: 16px;
    border: solid 1.5px #dedede;
    padding: 24px 24px;
    width: 100%;
    text-align: left;

}

.custom-collapse {
    border: 0px !important;
}

.homepage-video-tab .ant-tabs-content-holder {
    width: 60%;
}

.homepage-video-tab .ant-tabs-nav {
    width: 40%;
}

.img-lineofcredit {
    /* margin: 28px 65px 0px 0px; */
    object-fit: contain;
    width: 368px;
    height: 291px;
    margin-top: 28px;
}

.img-lineofcredit1 {
    /* margin: 70px 65px 0px 75px; */
    object-fit: contain;
    width: 80%;
    margin-top: 18px;
}

.credit-heading-bg {
    color: #ff693c;
    font-size: 40px;
    font-weight: bold;
}

.homepage-video-tab .ant-tabs-tab-active .ant-collapse-content-active {
    background-color: #0a243f !important;
    color: #fff;
    border: 0px !important
}

.homepage-video-tab .ant-tabs-content-holder {
    border: 0px !important;
}

.homepage-video-tab .ant-tabs-tabpane {
    padding-left: 0px !important;
}

.homepage-video-tab .ant-tabs-ink-bar {
    display: none;
}

.homepage-video-tab .ant-collapse-item-active .ant-collapse-expand-icon {
    color: #fff;
}

.homepage-video-tab .ant-collapse-item,
.homepage-video-tab .ant-collapse-content-active {
    border: 0px !important
}

.homepage-video-tab .ant-tabs-tab-active .ant-collapse .ant-collapse-content {
    /* background-color: #0a243f !important; */
    background-color: transparent !important;
    border-top: 0px !important;
}

.partner-user-img {
    position: relative;

    /* border-radius: 20px; */
    overflow: hidden;
    /* Hide overflow */
    /* background-image: radial-gradient(at bottom right, transparent 67%, #f4fdea 67.5%),
        linear-gradient(135deg, #cce9e5 0%, #fff 100%); */
    /* background-size: 100% 100%,cover;
    background-repeat: no-repeat; */
    /* background: url(../../../assets/seller/icons/bg-topbanner.svg); */
    /* background-repeat: no-repeat !important; */
    /* background-position: right 0px  top 100% !important; */
    /* background-size: 100% auto, 100% 100% !important; */

}

.card-light-green-section.p-0 .ant-card-body,
.card-light-section-common .ant-card-body {
    padding: 0px !important;
}

.homepage-video-tab .ant-collapse {
    background: transparent !important;
}

.text-common-green {
    color: #55a77b;
}

.marquee-img {
    height: 72px;
    margin: 80px 40px 0px;
}

.card-light-green-section {
    border-radius: 24px;
    background-color: #f8faf7;
}

.catalogue-bg-img {
    position: relative;
    padding-bottom: 100px;

    overflow: hidden;
    /* Hide overflow */
    /* background-image: radial-gradient(at bottom right, transparent 67%, #f4fdea 67.5%),
        linear-gradient(135deg, #cce9e5 0%, #fff 100%); */
    /* background-size: 100% 100%,cover;
    background-repeat: no-repeat; */
    /* background: url(../../../assets/seller/icons/SKUAdd.webp), #e5f6ff; */
    background-repeat: no-repeat !important;
    background-position: right 0px top 100% !important;
    background-size: 50% auto, 100% 100% !important;

}

.rfm-marquee-container {
    margin-top: -50px !important;
}

.txt-green-dark {
    color: #55a77b;
    font-size: 32px;
    font-weight: bold;
}

.ant-carousel .slick-dots-bottom {
    bottom: -10px;
}

.ant-layout-footer {
    background: #f8f8f8 !important;
}

.overflow-text {
    max-width: 36rem;
    text-wrap: balance;
}

.ant-modal-root .ant-modal-wrap {
    z-index: 1032;
}

.ant-modal-root .ant-modal-mask {
    z-index: 1031;
}

.text-banner-mobile {
    flex-grow: 1;
    margin-left: 16px;
    background: transparent;
    color: #fff;
    border: 0;
}

.text-banner-mobile:focus-visible {
    border: 0px !important;
}

.home-collapse {
    background-color: unset !important;
    border: 0px !important;
}

.home-collapse .ant-collapse-item {
    margin: 24px 16px 16px;
    padding: 32px 16px;
    border-radius: 12px !important;
    border: solid 1.5px #dedede;
    background-color: #fff;
}

.home-collapse .ant-collapse-item.ant-collapse-item-active,
.home-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-content-box {
    background-color: #f9f7f3 !important;
    border-top: 0px !important;
}

.home-collapse .ant-collapse-content {
    border-top: 0px !important;
}

.txt-collapse-heading {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
}

.home-collapse .ant-collapse>.ant-collapse-item>.ant-collapse-header {
    padding: 0px !important
}

.cls-center-img-mob {
    position: absolute;
    top: 50px;
    bottom: 15px;
    left: 0;
    right: 0;
}

.prefix-number {
    left: 40px;
    position: absolute;
}

.homepage-video-tab .ant-collapse-header {
    padding: 0px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.ant-layout-footer {
    padding: 16px 16px !important;
}

.custome-margin-mobcredit {
    margin-top: 40px;
}

.d-flex-nowrap
{
    display: flex;
        flex-wrap: nowrap;
}