.seller-home-banner-section {
    background-color: white;
    width: 100%;
    height: 680px;
    margin-top: 75px;
    position: relative;
    z-index: 1;
}

.seller-outer-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.seller-outer-banner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.seller-banner-content {
     padding: 0px;
    position: relative;
    z-index: 2;
    top:69px;
    margin:auto!important;
    max-width: 1241px;
    cursor: pointer;
}

.seller-left-top-content {
    width: 507px;
    max-width: 100%;
    margin-bottom: 50px;
    margin-top: 22px;
}

.seller-left-top-content .banner-top-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.seller-left-top-content .banner-middle-text {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.seller-left-top-content .banner-bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

.mobile-number-input {
    border: 1px solid var(--seller-primary-color);
    border-radius: 4px;
    width: 444px;
    max-width: 100%;
    background-color: white;
}

.mobile-number-input .input-group-text {
    background: white;
    border: 0;
    border-right: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--tile-title-color);
    padding: 15px 10px;
}

.mobile-number-input input {
    height: 46px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--border-color1);
    padding: 15px 10px !important;
}

.mobile-number-input .get-started-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    min-width: 120px;
    max-width: 120px;
    height: 48px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    border-width: 1px;
}


.mobile-number-input .error-txt {
    position: absolute;
    left: 0px;
    bottom: -18px;
    color: var(--error-msg-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.seller-inner-banner {
    width: 647px;
    max-width: 100%;
    border-radius: 16px;
}

.seller-inner-banner .slick-slide {
    width: 647px;
    height: 422px;
    max-width: 100%;
    border-radius: 16px;
}

.seller-inner-banner .slick-slide img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.seller-inner-banner .slick-dots {
    position: relative;
    margin-bottom: 0px;
    padding-top: 16px;
    display:block!important;
    bottom:0;
     line-height:11px;
}

.seller-inner-banner .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--seller-banner-indicators);
    opacity: 1;
    border-bottom: 0px;
    border-top: 0px;
}
.slick-dots li button{
    width: 11px;
    height: 11px;
}

.seller-inner-banner .slick-dots .slick-active {
    background-color: var(--seller-banner-indicators-active);
}
.slick-dots li button:before{
    font-size:0!important;
    width:11px;
    height:11px;
}
/* Start All Media Queries */
@media screen and (min-width: 1366px) {
    .seller-banner-content {
        width: 1225px;
        max-width: 100%;
        padding:0px;
        margin-left: auto !important;
        margin-right: auto !important;
         top:69px;
    }

    .seller-left-top-content .banner-bottom-text {
        max-width: 475px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .seller-banner-content {
       
        max-width:1163px!important;
    }
	
    .seller-left-top-content,
    .seller-left-bottom-content {
        padding-right: 24px;
    }

    .seller-left-top-content .banner-middle-text {
        font-size: 37px;
        line-height: 46px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .seller-banner-content {
        padding: 69px 24px 0px;
    }

    .seller-left-top-content,
    .seller-left-bottom-content {
        padding-right: 24px;
    }

    .seller-left-top-content .banner-middle-text {
        font-size: 38px;
        line-height: 46px;
    }

    .seller-inner-banner .slick-slide {
        height: 371px;
    }

}

@media screen and (max-width: 991px) {
    .seller-home-banner-section {
        height: auto;
         padding-bottom:24px;
    }

    .seller-banner-content {
         padding: 0;
        top:16px;
        margin-bottom:14px!important;
        margin-left:20px!important;
        margin-right:20px!important;
    }

    .seller-left-top-content {
        width: 315px;
        max-width: 100%;
        margin-bottom: 24px;
        margin-top: 0px;
    }

    .seller-left-top-content .banner-middle-text {
        font-size: 26px;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .seller-left-top-content .banner-bottom-text {
        font-size: 14px;
        line-height: 22px;
    }

    .seller-inner-banner .slick-slide {
        height: auto;
    }

    .mobile-number-input {
        width: 647px;
        max-width: 100%;
    }

    .mobile-number-input input {
        padding: 15px 10px 15px 0px !important;
    }

    .mobile-number-input .get-started-btn {
        min-width: 90px;
        max-width: 90px;
        padding: 8px 6px;
    }

    .seller-inner-banner {
        margin-top: 42px;
    }
}

@media screen and (max-width: 767px) {}

/* @media screen and (min-width: 576px) and (max-width: 767px) {
    .seller-inner-banner .slick-slide {
        height: 365px;
    }
}

@media screen and (min-width: 505px) and (max-width: 575px) {
    .seller-inner-banner .slick-slide {
        height: 303px;
    }
}

@media screen and (min-width: 481px) and (max-width: 504px) {
    .seller-inner-banner .slick-slide {
        height: 288px;
    }
}

@media screen and (max-width: 480px) {
    .seller-inner-banner .slick-slide {
        height: 287px;
    }
}

@media screen and (max-width: 432px) {
    .seller-inner-banner .slick-slide {
        height: 256px;
    }
}

@media screen and (max-width: 430px) {
    .seller-inner-banner .slick-slide {
        height: 254px;
    }
}

@media screen and (max-width: 428px) {
    .seller-inner-banner .slick-slide {
        height: 253px;
    }
}

@media screen and (max-width: 414px) {
    .seller-inner-banner .slick-slide {
        height: 244px;
    }
}

@media screen and (max-width: 412px) {
    .seller-inner-banner .slick-slide {
        height: 243px;
    }
}

@media screen and (max-width: 411px) {
    .seller-inner-banner .slick-slide {
        height: 242px;
    }
}

@media screen and (max-width: 402px) {
    .seller-inner-banner .slick-slide {
        height: 236px;
    }
}

@media screen and (max-width: 400px) {
    .seller-inner-banner .slick-slide {
        height: 235px;
    }
}

@media screen and (max-width: 393px) {
    .seller-inner-banner .slick-slide {
        height: 230px;
    }
}

@media screen and (max-width: 390px) {
    .seller-inner-banner .slick-slide {
        height: 228px;
    }
}

@media screen and (max-width: 384px) {
    .seller-inner-banner .slick-slide {
        height: 224px;
    }
}

@media screen and (max-width: 375px) {
    .seller-inner-banner .slick-slide {
        height: 219px;
    }
}

@media screen and (max-width: 360px)
{
    .seller-inner-banner .slick-slide {
        height: 209px;
    }
} */