.home-banner-section {
    background-color: white;
    width: 100%;
    height: 526px;
    margin-top: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.home-banner-box {
    background-color: var(--download-app-bg);
    border-radius: 40px;
    position: relative;
    width: 100%;
    height: 526px;
}

.image-box1,
.image-box2,
.image-box3,
.image-box4,
.image-box5,
.image-box6 {
    position: absolute;
    z-index: 1;
}

.image-box1{
	z-index: 1029;
}
.image-box2 {
    z-index: 1030 !important;
}

.image-box1 {
    top: -7px;
    left: 308px;

}

.image-box2 {
    top: -28px;
    right: 400px;
}

.image-box3 {
    top: 89px;
    left: 138px;

}

.image-box4 {
    top: 25px;
    right: 157.85px;
}

.image-box5 {
    top: 226px;
    left: 6px;
}

.image-box6 {
    top: 146px;
    right: 24px;
}

.home-banner-content-box {
    position: relative;
    width: 660px;
    max-width: 660px;
    top: 72px;
}

.know-more-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 20px;
    cursor: pointer;
}

.video-play-btn{
    cursor: pointer;
}

.video-content video{
    width:100%;
}

.welcome-txt {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 23px;
}

/* Start Search Bar CSS Code */

.searchDiv,
.mobileSearch {
    background: white !important;
    border-radius: 40px;
    opacity: 1;
    padding: 0 0 0 0;
    flex-grow: 4;
    box-shadow: 0px 2px 4px 0px var(--deal-tile-shadow) inset;
    border: 1px solid var(--link-color2);
}

.searchDiv .form-control {
    height: 56px;
    line-height: 56px;
    padding: 0 0px 0 8px !important;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 6;
}

.text-slider {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 102px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: var(--step-text-color);
    opacity: 1;
    max-width: calc(100% - 158px);
    overflow: hidden;
    max-height: 20px;
    margin-left:24px;
}

.hide-text-slider {
    opacity: 0;
}

.searchDiv .input-group-append {
    background: transparent;
    padding: 0 0px 0 20px;
    color: white;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.searchDiv button {
    color: white;
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
    border-radius: 40px;
    cursor: pointer;
    height: 48px;
    width: 106px;
    line-height: 32px;
    background: var(--link-color2);
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    z-index: 9;
}

.searchDiv button img {
    width: 18px !important;
    height: 18px !important;
}

.search-suggestion {
    position: absolute !important;
    top: 58px !important;
    padding: 0px;
    background: white;
    z-index: 99;
    right: 4px;
    left: 4px;
    max-height: 275px;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-suggestion1{
	left: auto;
    right: 0;
    width: 60%!important;
    min-width: 330px;
    top: 157px!important;
    left: 8px;
    border: none!important;
    box-shadow: none!important;
}

.search-suggestion::-webkit-scrollbar {
    width: 7px;
}

.search-suggestion::-webkit-scrollbar-track {
    background: white;
}

.search-suggestion::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
}

.buyesearchlist-web {
    font-size: 14px !important;
    font-weight: 400;
    width: 100%;
    text-align: left;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 15px;
    line-height: 12px;
    color: var(--headings-txt-color) !important;
    cursor: pointer;
}

.buyesearchlist-web:hover {
    background: var(--search-list-bg) !important;
    text-decoration: none !important;
}

.search-mob-view.d-none {
    transition: 0.5s;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    display: block !important;
}

.search-mob-view {
    position: fixed !important;
    top: 0 !important;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    max-height: 100%;
    transition: all linear .5s;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: block !important;
    overflow: auto;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999999999;
}

.formobileSearch {
    z-index: unset;
}

.search-mob-view .searchDiv {
    box-shadow: none;
}

.search-mob-view .searchDiv .form-control {
    height: 38px;
    line-height: 38px;
    padding: 0 0px 0 24px !important;
    border: 1px solid var(--divider-color);
    background: transparent;
    border-radius: 40px;
}

.search-mob-view .searchDiv .form-control:focus {
    border: 1px solid var(--header-nav-hover);
}

.search-mob-view .searchDiv button {
    height: 38px;
    width: 15px;
    line-height: 32px;
}

.buyesearchlist-mobile {
    font-size: 14px !important;
    font-weight: 400;
    width: 100%;
    text-align: left;
    list-style-type: none;
    margin-bottom: 0;
    padding: 15px 8px;
    line-height: 18px;
}

.buyesearchlist-mobile:hover {
    background: var(--search-list-bg) !important;
    text-decoration: none !important;
}

/* End Search Bar CSS Code */

.home-onestop-solution-container {
    margin-top: -155px;
    z-index: 1;
    position: relative;
    padding-top: 24px;
}
.banner-image, .onestop-img, .dualCarouseOne img, .img-fluid, .trust-img-box, .dualCarouseOne-category img, .dualCarouseTwo img{
    pointer-events: none!important;
}

/* Start All Media Queries */

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .image-box4 {
        right: 135.85px;
    }
}

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

    .image-box1 {
        top: -7px;
        left: 165px;
    }

    .image-box1 img {
        width: 123px;
    }

    .image-box2 {
        top: -8px;
        right: 282px;
    }

    .image-box2 img {
        width: 102px;
    }

    .image-box3 {
        top: 100px;
        left: 64px;
    }

    .image-box3 img {
        width: 123px;
    }

    .image-box4 {
        top: 48px;
        right: 61.85px;
    }

    .image-box4 img {
        width: 155px;
    }

    .image-box5 {
        top: 268px;
        left: 6px;
    }

    .image-box5 img {
        width: 96px;
    }

    .image-box6 img {
        width: 179px;
    }

    .image-box6 {
        top: 198px;
    }

}

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

    .home-banner-section {
        margin-top: 100px;
    }

    .image-box1,
    .image-box2 {
        z-index: 1;
    }

    .image-box1 {
        left: 59px;
        top: -7px;
    }

    .image-box1 img {
        width: 82px;
    }

    .image-box2 {
        right: 76px;
        top: -7px;
    }

    .image-box2 img {
        width: 83px;
    }

    .image-box3 {
        left: 0;
        top: 73px
    }

    .image-box3 img {
        width: 82px;
    }

    .image-box4 {
        right: 0;
        top: 67px;
    }

    .image-box4 img {
        width: 78.28px;
    }

    .image-box5 {
        left: 6px;
        top: 368px;
    }

    .image-box5 img {
        width: 94px;
    }

    .image-box6 {
        right: 7px;
        top: 335px;
    }

    .image-box6 img {
        width: 112px;
    }

    .home-onestop-solution-container {
        margin-top: -84px;
        padding-top: 27px;
    }
    .text-slider{
        margin-left: 24px;
        top:16px;
    }
    .slider-static-text{
        top:16px!important; 
		width: calc(100% - 100px)!important; 
    }
    .slider-static-text-mobile{
        top:13px!important;
        font-size:14px!important;
    }
    .slider-static-text-mobile:after{
        font-size:14px!important;
    }
    .header-banner{
        height:50px!important;
    }
    .header-home-banner{
        margin-top: 60px!important;
    }

}

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

    .home-banner-section {
        margin-top: 100px;
    }

    .image-box1 {
        left: 59px;
        top: -7px;
    }

    .image-box1 img {
        width: 82px;
    }

    .image-box2 {
        right: 76px;
        top: -7px;
    }

    .image-box2 img {
        width: 83px;
    }

    .image-box3 {
        left: 0;
        top: 73px
    }

    .image-box3 img {
        width: 82px;
    }

    .image-box4 {
        right: 0;
        top: 67px;
    }

    .image-box4 img {
        width: 78.28px;
    }

    .image-box5 {
        left: 6px;
        top: 368px;
    }

    .image-box5 img {
        width: 94px;
    }

    .image-box6 {
        right: 7px;
        top: 335px;
    }

    .image-box6 img {
        width: 112px;
    }

    .know-more-txt {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 18px;
    }

    .video-play-btn {
        width: 14px;
    }

    .welcome-txt {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 26px;
    }

    .home-banner-content-box {
        position: relative;
        max-width: 500px;
        top: 125px;
    }

    .searchDiv .form-control {
        height: 50px;
        line-height: 50px;
        padding: 0 0px 0 24px !important;
    }

    .searchDiv button {
        height: 46px;
        width: 85px;
        line-height: 32px;
    }

    .text-slider {
        top: 16px;
        margin-left:16px;
    }

    .home-onestop-solution-container {
        margin-top: -84px;
        padding-top: 27px;
    }

    .formobileSearch .input-group-append {
        color: black !important;
        margin-top: 2px !important;
        margin-bottom: 2px!important;
        margin-right: 2px!important;
        position: absolute;
        right: 0;
        z-index: 9;
        padding-right: 0px;
    }
   
    .search-mob-view .searchDiv button{
        background-color: transparent;
        margin-right: 10px;
    }
    .slider-static-text{
        top:17px!important;  
        margin-left:16px!important;
        width: calc(100% - 100px);
    }
    .slider-static-text-mobile{
        top:13px!important;
        left:12px!important;  
    }
}

@media screen and (max-width: 575px) {
    .home-banner-content-box {
        max-width: 328px;
    }

    .know-more-txt {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 18px;
    }

    .video-play-btn {
        width: 14px;
    }

    .welcome-txt {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 26px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.formobileSearch .input-group-append {
    color: black !important;
    margin-top: 2px !important;
    margin-bottom: 2px!important;
    margin-right: 2px!important;
    position: absolute;
    right: 0;
    z-index: 9;
    padding-right: 0px;
}
.searchDiv button{
    height: 46px;
    width: 100px;
}
.search-mob-view .searchDiv button{
    background-color: transparent;
    margin-right: 10px;
}
}
.slider-static-text{
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: var(--step-text-color);
    opacity: 1;
    width: calc(100% - 100px);
    overflow: hidden;
    max-height: 50px;
    margin-left: 24px;
    align-items: center;
    cursor: text;
    display: flex;
}
.slider-static-text-scrolling{
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 112px;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: var(--step-text-color);
    opacity: 1;
    width: calc(100% - 158px);
    overflow: hidden;
    max-height: 50px;
    margin-left: 24px;
    align-items: center;
    cursor: text;
    display: flex;
}

@keyframes textslidercontent {
    0%,5%,95%,to {
        content: "Safety Shoes";
        opacity: 1;
        transform: translateY(-2px)
    }
    10% {
        content: "Safety Shoes";
        opacity: 0;
        transform: translateY(10px)
    }
    15% {
        content: "Ceiling Fans";
        opacity: 0;
        transform: translateY(-10px)
    }
    20%,25% {
        content: "Ceiling Fans";
        opacity: 1;
        transform: translateY(-2px)
    }
    30% {
        content: "Ceiling Fans";
        opacity: 0;
        transform: translateY(10px)
    }
    35% {
        content: "Ink Cartridges";
        opacity: 0;
        transform: translateY(-10px)
    }
    40%,45% {
        content: "Ink Cartridges";
        opacity: 1;
        transform: translateY(-2px)
    }
    50% {
        content: "Ink Cartridges";
        opacity: 0;
        transform: translateY(10px)
    }
    55% {
        content: "Electric Wires";
        opacity: 0;
        transform: translateY(-10px)
    }
    60%,65% {
        content: "Electric Wires";
        opacity: 1;
        transform: translateY(-2px)
    }
    70% {
        content: "Electric Wires";
        opacity: 0;
        transform: translateY(10px)
    }
    75% {
        content: "LED Panel Lights";
        opacity: 0;
        transform: translateY(-10px)
    }
    79%,83% {
        content: "LED Panel Lights";
        opacity: 1;
        transform: translateY(-2px)
    }
    87% {
        content: "LED Panel Lights";
        opacity: 0;
        transform: translateY(10px)
    }
    91% {
        content: "Safety Shoes";
        opacity: 0;
        transform: translateY(-10px)
    }
}
.slider-static-text:after{
    animation: textslidercontent 10s cubic-bezier(0,0,.3642,1) 0s infinite normal none running;
    color: var(--step-text-color);
    content: "";
    left: 5px;
    overflow-x: hidden;
    position: relative;
    right: 0;
    text-overflow: ellipsis;
    top: 2px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
}