/* seller page css start */

/* seller-menu start */

#seller-page {
    background: #E4EBF1;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#seller-page .seller-menu {
    max-width: 380px;
    text-align: center;
}

#seller-page .seller-menu ul li {
    width: 100%;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    transition: all linear 0.1s;
}

#seller-page .seller-menu ul li::after {
    position: absolute;
    content: '';
    top: 40%;
    left: 15px;
    width: 10px;
    height: 15px;
    background: url('../../images/Polygon.png');
    background-repeat: no-repeat;
}

#seller-page .seller-menu ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #545454;
    transition: all linear 0.3s;
    padding: 20px 20px;
    display: block;
}

#seller-page .seller-menu ul li:hover a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.seller-banner {
    padding: 0 20px;
}

.seller-banner .seller-text h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    color: #545454;
    margin: 0;
}

.seller-banner .seller-text h3 {
    font-family: Segoe Script;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    color: #FF9017;
    padding-bottom: 33px;
}

.seller-banner .seller-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
    max-width: 593px;
}

.seller-banner .seller-text a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #EF184B;
    padding: 17px 20px;
    border-radius: 5px;
    margin-right: 10px;
    display: block;
    width: calc(50% - 10px);
    text-align: center;
}

.seller-banner .seller-text .signin {
    color: #1C1C1C;
    background: #FFC200;
}

/* seller-menu end */

/* start-selling start */

#start-selling .start-selling {
    width: 100%;
    background-color: #FFFFFF;
    padding: 120px 0;
}

#start-selling .start-selling h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    padding-bottom: 6px;
}

#start-selling .start-selling .heading p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    max-width: 768px;
    margin: 0 auto;
}

.start-selling-main {
    padding-left: 30px;
    padding-right: 30px;
}

#start-selling .start-selling .start-selling-main .start-selling-item {
    max-width: 330px;
    margin: 0 auto;
    padding: 15px 10px;
}

#start-selling .start-selling .start-selling-item .start-selling-item-top .start-selling-top-left p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #FF9017;
    margin: 0;
    padding-right: 15px;
}

#start-selling .start-selling .start-selling-item .start-selling-item-top .start-selling-top-right p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #545454;
    margin-bottom: 0;
}

#start-selling .start-selling .start-selling-item .start-selling-item-bottom p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #96A9B8;
}

/* seller-menu end */

/* success start */

#success {
    position: relative;
    z-index: 1;
    background: #fff;
}

#success::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 51%;
    height: 100%;
    background: url('../../images/success-banner.png') top left no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    z-index: -1;
    width: 51.5%;
}

#success .row {
    width: 100%;
    margin: 0 auto;
}

#success .success-color .header {
    padding-top: 40px;
}

#success .success-color .header h3 {
    padding: 25px;
    text-transform: capitalize;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #FF9B16 1%, #EF184B 100%);
    border-radius: 10px;
    display: inline-block;
}

#success .success-color .header p {
    font-family: Segoe Script;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #545454;
    padding-top: 7px;
}

#success .success-color .success-text {
    margin-top: 60px;
    width: 100%;
}

#success .success-color .success-text .success-item {
    width: 100%;
    height: 100%;
}

#success .success-color .success-text .s-item-left {
    width: 20%;
    height: 100%;
}

#success .success-color .success-text .s-item-left .s-item-left-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

#success .success-color .success-text .s-item-right {
    width: 80%;
    height: 100%;
}

#success .success-color .success-text .s-item-right h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    padding-left: 10px;
    color: #545454;
}

#success .success-color .success-text .s-item-right p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #545454;
    padding: 0 10px;
    margin-bottom: 35px;
}

/* success end */

/* work start */

#work .work {
    width: 100%;
    background: #FFFFFF;
    padding: 120px 0;
}

#work .row {
    width: 100%;
    margin: 0 auto;
}

#work .work h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    margin-bottom: 18px;
    padding: 0 10px;
}

#work .work .work-p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #545454;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 70px;
}

#work .work p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #EF184B;
}

#work .work-main .work-line {
    width: 100%;
    margin-top: 35px;
    padding-left: 40px;
}

#work .work-main .work-item .work-service h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #1C1C1C;
    padding: 24px 0 14px 0;
    margin: 0;
}

#work .work-main .work-item .work-service P {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #96A9B8;
    padding-bottom: 26px;
    margin: 0;
}

#work .work-main .work-service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 25px;
    left: -37px;
    background: url('../../images/works2.png');
    background-repeat: no-repeat;
    transition: all linear 0.2s;
}

#work .work-main .work-service:hover::after {
    display: none;
    transition: all linear 0.2s;
}

#work .work-main .work-service {
    max-width: 511px;
    background: #FFFFFF;
    padding: 0 30px 0 22px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all linear 0.2s;
    position: relative;
}

#work .work-main .work-service:hover {
    box-shadow: 0px 4px 20px rgba(45, 74, 96, 0.4);
}

#work .work-main .work-item .work-service h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #1C1C1C;
    padding: 24px 0 14px 0;
    margin: 0;
}

#work .work-main .work-item .work-service P {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #96A9B8;
    padding-bottom: 26px;
    margin: 0;
}

#work .work-main .work-service::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 25px;
    left: -36.5px;
    background: url(../../images/works2.png);
    background-repeat: no-repeat;
    transition: all linear 0.2s;
}

#work .work-main .work-service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 21px;
    left: -41px;
    background: url(../../images/works.png);
    background-repeat: no-repeat;
    transition: all linear 0.2s;
    display: none;
    z-index: 11;
}

#work .work-main .work-service:hover::before {
    display: block;
}

/* work end */

/* business start */

#business .business {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 120px;
}

#business .row {
    width: 100%;
    margin: 0 auto;
}

#business .business h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    margin: 0;
    padding-bottom: 46px;
    position: relative;
}

#business .business h3::after {
    position: absolute;
    content: '';
    top: 73px;
    left: 50%;
    width: 110px;
    height: 10px;
    background: #EF184B;
    border-radius: 6px;
    transform: translateX(-50%);
}

#business .business p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: #545454;
    max-width: 1130px;
    padding-bottom: 80px;
    margin: 0 auto;
}

#business .business .business-item {
    margin: 0 50px;
}

#business .business .business-item a {
    display: flex;
    flex-direction: column;
}

#business .business .business-item a svg {
    width: 185px;
    height: 185px;
    padding: 50px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #F3F6F9;
}

#business .business .business-item a span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0 0 0;
    margin: 0;
    color: #545454;
}

/* business end */

/* advertising start */

#advertising .advertising {
    width: 100%;
    background: url(../../images/advertising-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#advertising .advertising .advertising-item h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 725px 0 0;
    margin-bottom: 28px;
}

#advertising .advertising .advertising-item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 0 90px 0;
    padding: 0 65px;
}

.advertising-clock {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advertising-shadow {
    position: absolute;
    content: '';
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advertising-sale {
    position: absolute;
    content: '';
    top: 37%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.advertising-sale-icon {
    position: absolute;
    content: '';
    top: 28%;
    left: 78%;
    transform: translate(-50%, -50%);
}

.advertising-text-icon {
    position: absolute;
    content: '';
    bottom: 17%;
    left: 80%;
    transform: translate(-50%, -50%);
}

/* advertising end */

/* paid start */

#paid {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 100px 0;
}

#paid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: url('../../images/paid-banner.png') top left no-repeat;
    background-size: cover;
    z-index: -1;
}

#paid .paid-main .paid-text {
    max-width: 575px;
    min-height: 475px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#paid .paid-main .paid-text h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    color: #545454;
    padding: 45px 0 33px 0;
    margin: 0;
}

#paid .paid-main .paid-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #545454;
    padding: 0px 64px 30px 64px;
}

#paid .paid-main .paid-text a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #EF184B;
    border-radius: 5px;
    padding: 17px 30px;
    display: inline-block;
    margin-bottom: 30px;
}

/* paid end */

/* sell start */

#sell .sell {
    width: 100%;
    padding: 120px 0 0 0;
    background: #FFFFFF;
}

#sell .row {
    width: 100%;
    margin: 0px auto;
}

#sell .sell h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    padding-bottom: 100px;
    margin: 0;
}

#sell .sell .sell-text {
    width: 100%;
    margin-top: 20px;
}

#sell .sell .sell-text .sell-item {
    width: 100%;
    margin-bottom: 25px;
}

#sell .sell .sell-text .sell-item .sell-item-left {
    width: 15%;
    padding-right: 15px;
}

#sell .sell .sell-text .sell-item .sell-item-right {
    width: 85%;
}

#sell .sell .sell-text .sell-item .sell-item-right h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #545454;
    margin-bottom: 13px;
}

#sell .sell .sell-text .sell-item .sell-item-right p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #545454;
    margin: 0;
    padding-right: 10px;
}

/* sell end */

/* features start */

#features .features {
    width: 100%;
    padding: 120px 0 0 0;
    background: #FFFFFF;
}

#features .row {
    width: 100%;
    margin: 0 auto;
}

#features .features .header h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    margin: 0;
    padding-bottom: 45px;
    position: relative;
}

#features .features .header h3::after {
    position: absolute;
    content: '';
    top: 70px;
    left: 50%;
    width: 100px;
    height: 10px;
    background: #FF9017;
    border-radius: 6px;
    transform: translateX(-50%);
}

#features .features .header p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #545454;
    margin: 0;
    padding-bottom: 50px;
}

#features .features-item .accordion-item {
    border: 0;
    background: #FFFFFF;
    box-shadow: none;
}

#features .features-item .accordion-item button {
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #545454;
    background: #fff;
}

#features .features-item .accordion-item button:focus {
    border-color: #ccc;
    box-shadow: none;
}

.accordion-body {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
}

/* #features .features-item .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    
    margin-bottom: 20px;
} */

#features .features-item .accordion-button::after {
    background-image: url(../../images/features-icon2.png);
    background-repeat: no-repeat;
}

#features .features-item .accordion-button:not(.collapsed)::after {
    background-image: url(../../images/features-icon.png);
    transform: rotate(-180deg);
}

/* features end */

/* agreement start */

.agreement {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 120px;
}

#agreement .agreement h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    color: #545454;
    padding: 173px 45px 85px;
}

#agreement .agreement-main .agreement-items .icon {
    width: 64px;
    height: 64px;
    /* border-radius: 50%; */
    background: linear-gradient(180deg, #F3F6F9 0%, #E4E4E4 100%);
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #EF184B;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
    margin-right: 20px;
}

#agreement .agreement-main .agreement-items p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
    padding: 16px 10px 0;
    margin-bottom: 35px;
    text-align: left;
}

#agreement .agreement-main .agreement-items h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
    max-width: calc(100% - 100px);
    text-align: left;
}

#agreement .agreement-main .agreement-items ul {
    padding-left: 30px;
    margin-top: 20px;
}

#agreement .agreement-main .agreement-items ul, #agreement .agreement-main .agreement-items ul li {
    list-style: disc;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #545454;
}

/* agreement end */

/* pickup start */

#pickup {
    margin-bottom: 100px;
}

#pickup .pickup {
    width: 100%;
    background: linear-gradient(180deg, #F3F6F9 0%, #E4E4E4 100%);
}

#pickup .pickup .pickup-text {
    width: 100%;
    padding: 50px 0 50px 50px;
}

#pickup .pickup .pickup-text h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #545454;
}

#pickup .pickup .pickup-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    padding: 25px 30px 0 0;
}

#pickup .ready {
    display: flex;
}

#pickup .ready .ready-left {
    width: 70%;
    background: linear-gradient(90deg, #FF9B16 1%, #EF184B 100%);
    padding: 25px;
}

#pickup .ready .ready-left h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#pickup .ready .ready-left p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

#pickup .ready .ready-right {
    width: 30%;
    background: linear-gradient(180deg, #FFC200 0%, #FF9B16 100%);
    box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.25);
}

#pickup .ready .ready-right a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #1C1C1C;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pickup end */

#sticky-sidebar {
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
}

#sticky-sidebar::-webkit-scrollbar {
    width: 0;
}

/* Track */

#sticky-sidebar::-webkit-scrollbar-track {
    background: #888;
    border-radius: 10px;
}

/* Handle */

#sticky-sidebar::-webkit-scrollbar-thumb {
    background: #555;
}

/* Handle on hover */

#sticky-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.vh-150 {
    height: 150vh;
}

/* seller page css end */

/* responsive start */

@media (max-width: 575.98px) {
    .seller-banner {
        padding-bottom: 12px;
    }
    /* .seller-img-responsive {
        flex-wrap: wrap-reverse;
    } */
    .seller-banner .seller-text h1 {
        font-size: 36px;
    }
    .seller-banner .seller-text h3 {
        font-weight: 900;
        font-size: 15px;
        padding: 7px 0;
    }
    .seller-banner .seller-text p {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        padding-right: 10px;
        margin: 0 0 10px 0;
    }
    .seller-banner .seller-text p {
        margin-bottom: 30px;
    }
    .start-selling-main {
        flex-wrap: wrap;
    }
    #start-selling .start-selling {
        padding: 70px 0;
    }
    #start-selling .start-selling h3 {
        font-size: 36px;
    }
    #start-selling .start-selling .heading p {
        font-size: 16px;
    }
    #success .success-color .header {
        padding-top: 0px;
    }
    #success .success-color .header h3 {
        padding: 18px 0;
        font-size: 22px;
    }
    #success .success-color .header p {
        font-size: 18px;
    }
    #work .work {
        padding: 70px 0;
    }
    #work .work h3 {
        font-size: 36px;
    }
    #work .work .work-p {
        font-size: 16px;
        padding: 0 10px;
    }
    #business .business {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    #business .business h3 {
        font-size: 38px;
    }
    #business .business h3::after {
        display: none;
    }
    #business .business p {
        font-size: 15px;
        line-height: 24px;
        padding: 0px 10px 5px 10px;
    }
    #business .business .business-item {
        margin: 0 50px 20px 50px;
    }
    #paid {
        padding: 50px 20px;
        padding-right: 20px!important;
    }
    #advertising .advertising {
        background: url(../../images/advertising-banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .advertising-shadow {
        top: 56%;
    }
    .advertising-sale {
        top: 45%;
        left: 79%;
    }
    .advertising-sale-icon {
        display: none;
    }
    .advertising-text-icon {
        display: none;
    }
    #advertising .advertising .advertising-item h4 {
        font-size: 35px;
    }
    #advertising .advertising .advertising-item p {
        font-size: 15px;
        padding: 0px 6px;
    }
    #paid .paid-main .paid-text h4 {
        font-size: 29px;
        padding: 25px 0 10px 0;
    }
    #paid .paid-main .paid-text p {
        font-size: 12px;
        padding: 0px 10px 30px 10px;
    }
    #sell .sell {
        padding: 100px 0 0 0;
    }
    #sell .sell h3 {
        font-size: 32px;
        padding-bottom: 20px;
    }
    #features .features {
        padding: 100px 0 0 0;
    }
    #features .features .header h3 {
        font-size: 40px;
    }
    #agreement .agreement h3 {
        font-size: 35px;
        padding: 90px 10px 30px;
    }
    .agreement {
        padding-bottom: 30px;
    }
    #pickup {
        margin-bottom: 50px;
    }
    #pickup .pickup .pickup-text {
        padding: 30px 0 0 20px;
    }
    #pickup .pickup .pickup-text h4 {
        font-size: 34px;
    }
    #pickup .pickup .pickup-text p {
        font-size: 14px;
        padding: 5px 10px 0 0;
    }
    #pickup .ready {
        display: block;
    }
    #pickup .ready .ready-left p {
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .seller-banner .seller-text {
        margin-bottom: 20px;
    }
    .seller-banner .seller-text h1 {
        font-size: 66px;
    }
    .seller-banner .seller-text h3 {
        font-size: 28px;
        margin: 0;
        padding-bottom: 15px;
    }
    #start-selling .start-selling {
        padding: 90px 0 0 0;
    }
    .start-selling-main {
        padding: 0;
        flex-flow: column;
    }
    #success .success-color .header h3 {
        font-size: 40px;
    }
    #success .success-color .header p {
        margin: 0;
    }
    #work .work {
        padding: 80px 0;
    }
    #business .business {
        padding-bottom: 80px;
    }
    .business-main {
        flex-wrap: wrap;
    }
    #paid {
        padding-right: 50px;
    }
    #business .business h3::after {
        top: 130px;
    }
    #business .business p {
        font-size: 16px;
        padding: 0 10px;
        padding-bottom: 25px;
    }
    #business .business .business-item {
        margin: 0 50px 20px;
    }
    #advertising .advertising {
        background: url(../../images/advertising-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .advertising-text-icon {
        display: none;
    }
    #advertising .advertising .advertising-item p {
        padding: 0px 25px;
    }
    .advertising-shadow {
        top: 60%;
    }
    .advertising-sale {
        top: 42%;
        left: 79%;
    }
    .advertising-sale-icon {
        display: none;
    }
    #paid .paid-main .paid-text h4 {
        padding: 45px 0 25px 0;
        margin: 0;
    }
    #paid .paid-main .paid-text p {
        padding: 0px 35px 30px 35px;
        margin: 0;
        font-size: 12px;
    }
    #sell .sell {
        padding: 100px 0 0 0;
    }
    #sell .sell h3 {
        padding-bottom: 45px;
    }
    #features .features {
        padding: 100px 0 0 0;
    }
    #agreement .agreement h3 {
        font-size: 42px;
        padding: 100px 0px 50px;
    }
    #agreement .agreement-main .agreement-items p {
        font-weight: 500;
        font-size: 13px;
        padding: 10px 6px 0;
    }
    .agreement {
        padding-bottom: 40px;
    }
    #pickup .pickup .pickup-text {
        padding: 50px 0 0 35px;
    }
    #pickup .pickup .pickup-text p {
        padding: 15px 35px 0 0;
    }
    #pickup .ready {
        flex-wrap: wrap;
    }
    #pickup .ready .ready-left {
        width: 100%;
    }
    #pickup .ready .ready-left p {
        margin: 0;
    }
    #pickup .ready .ready-right {
        width: 100%;
        height: 110px;
    }
}

@media (max-width: 991.98px) {
    #success::after {
        width: 0;
    }
    #start-selling .start-selling {
        padding: 120px 0 80px 0;
    }
    .start-selling-main {
        padding: 0;
        flex-flow: column;
    }
    #work .work {
        padding: 80px 0;
    }
    #business .business {
        padding-top: 45px;
        padding-bottom: 100px;
    }
    #business .business .business-item {
        margin: 0 35px;
    }
    #business .business h3 {
        font-size: 41px;
    }
    #business .business p {
        font-size: 17px;
        padding-bottom: 30px;
    }
    #advertising .advertising {
        background: url(../../images/advertising-banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .advertising-shadow {
        top: 64%;
    }
    .advertising-sale {
        top: 39%;
        left: 79%;
    }
    .advertising-sale-icon {
        display: none;
    }
    .advertising-text-icon {
        display: none;
    }
    #sell .sell {
        padding: 110px 0 0 0;
    }
    #sell .sell h3 {
        padding-bottom: 60px;
    }
    #features .features {
        padding: 120px 0 0 0;
    }
}

@media (max-width: 1199.98px) {
    .seller-banner .seller-text h1 {
        font-size: 48px;
    }
    .seller-banner .seller-text h3 {
        font-size: 19px;
        padding-bottom: 15px;
    }
    #start-selling .start-selling {
        width: 100%;
        padding: 150px 0 110px 0;
    }
    #start-selling .start-selling .heading p {
        padding-bottom: 40px;
    }
    #success .success-color .header h3 {
        font-size: 30px;
        padding: 20px 25px;
    }
    #business .business h3 {
        font-size: 40px;
    }
    .advertising-sale {
        top: 40%;
        left: 79%;
    }
    .advertising-sale-icon {
        top: 32%;
        left: 90%;
    }
    .advertising-text-icon {
        display: none;
    }
    #pickup .pickup .pickup-text {
        padding: 45px 0 0 50px;
    }
}

@media (max-width: 1399.98px) {}

/* responsive end */