
.business-logo{
    background: #F6F6F6;
    padding: 18px 0px 24px;
}
.business-logo h2{
    color: var(--black);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 285% */
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 20px;
}

.business-logo-sec{
    display: flex;
}
.business-logo-sec>div,
.favorite-slider>div{
    flex: 1;
    margin: 0px 20px;
}
.business-logo-sec img,
.favorite-slider img{
    max-width: 100%;
    margin: auto;
}


.step-box{
    text-align: center;
    margin-top: 60px;
}
.step-box img{
    width: 240px;
    max-width: 100%;
}
.step-box h2{
    position: relative;
    padding-top: 102px;
}
.step-box h2::after {
  content: attr(data-count);
  background: var(--defaultColor);
  width: 44px;
  height: 44px;
  line-height: 39px;
  padding: 2px 6px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.step-box h2::before{
    content: '';
    position: absolute;
    left: 55%;
    bottom: 70px;
    background: url(https://img.rushpromo.com/uploads/images/src/vector3.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 15px;
}
.step-box-row .col-lg-4:nth-child(2) .step-box h2::before{
    background: url(https://img.rushpromo.com/uploads/images/src/vector4.png) center center no-repeat;
    background-size: contain;
    bottom: 115px;
}
.step-box-row .col-lg-4:nth-child(3) .step-box h2::before{
    display: none;
}

.step-box p{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: 0px 0px 0px 0px;
}



.collection-img-box{
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.collection-img-box>img{
    width: 100%;
}
.card-overlay-content{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    padding: 20px;
    transition: 0.5s all ease;
}

.card-overlay-content h2{
    color: var(--white);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 44.8px */
    letter-spacing: 1.4px;
    text-transform: capitalize;
    margin: 0px;
}

.card-overlay-content p{
        color: var(--white);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        margin: 8px 0px 23px 0px;
        /* display: none; */
}

.card-overlay-content .default-btn{
    border: 2px solid var(--white);
    width: 100%;
    background: #FDFDFD38;
    color: var(--white);
    padding: 18px 40px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
    transition: 0.5s all ease;
}
.card-overlay-content .default-btn>svg{
    margin-right: 6px;
}
.collection-img-box:hover .card-overlay-content p,
.collection-img-box:hover .card-overlay-content .default-btn{
    /* display: block; */
    transition: 0.5s all ease;
}

.card-overlay-content{
    transform: translateY(120px);
    transition: 0.5s all ease;
}
.collection-img-box:hover .card-overlay-content{
    transform: translateY(0px);
    transition: 0.5s all ease;
}



.product-review-feature{
    margin-left: calc(50vw - 650px);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.white-content-box{
    background: #FFF;
    box-shadow: 0px 16px 25px 0px #7090B017;
    padding: 20px;
    width: 675px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
}
.product-review-feature-img{
    width: calc(100% - 635px);
}
.product-review-feature-img img{
     width: 100%;
}

.product-review-feature .overall-rating{
    color: var(--description);
}

.product-review-feature .overall-rating{
    margin-bottom: 15px;
}
.product-review-feature h2{
    color: var(--textColor);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    text-transform: capitalize;
    margin: 0px;
}
.product-review-feature p{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 156%;
    padding: 16px 0px 23px;
}

.favorite-slider .slick-prev, .favorite-slider .slick-next{
    bottom: -26px;
}
.favorite-slider .slick-prev, .favorite-slider .slick-next{
    left: calc(50% - 60px);
}
.favorite-slider .slick-next {
    left: auto;
    right: calc(50% - 90px);
}

.other-product .slick-prev, .other-product .slick-next{
    bottom: -23px;
}

.user-review .slick-prev, .user-review .slick-next{
    bottom: -24px;
}

.user-review .rating-list{
    margin-bottom: 6px;
}
.user-review .slick-slide>div{
    height: 100%;
}

.user-review .overall-rating{
    color: var(--textColor);
    margin-bottom: 16px;
}







@media screen and (max-width:580px){
    
    .home-banner-bg{
        background-image:url('https://img.rushpromo.com/uploads/images/src/home-banner-mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        padding: 25px 0px;
        height: 100vh;

    }
    
    .banner-review-card .review-card-user img{
        width: 44px;
        height: 44px;
    }
    .product-review-feature{
        flex-direction: column-reverse;
        margin: 0;
    }
    .product-review-feature-img{
        width: 100%;
    }
    .white-content-box{
        position: static;
        margin: -70px 20px 20px 20px;
        width: calc(100% - 40px);
    }
    .product-review-feature h2{
        font-size: 20px;
        line-height: 140%;      
    }
    .product-review-feature p{
        font-size: 13px;
        padding: 12px 0px 17px;
    }
    .banner-review-card .review-card-content .text-icon{
        font-size: 10px;
    }
    .review-card-content{
        padding-top: 5px;
    }
    .rating-list svg{
        width: 10px;
        height: 10px;
        margin: 0 1px;
    }
    .banner-review-card .review-card-content>.d-flex{
        margin-bottom: 12px;
    }
    .banner-review-card .review-card-content p{
        font-size: 10.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .banner-review-card .review-card-content h3{
        font-size: 11px;
        line-height: 140%;
    }
    .business-logo-sec{
        width: 750px;
    }
    .business-logo h2{
        font-size: 12px;
        line-height: 150%;
    }
    .business-logo-sec>div {
        width: 100px;
        flex: unset;
        margin: 0 20px;
        display: flex;
    }
    .business-logo-sec img,
    .favorite-slider img {
        width: 100px;
        margin: auto;
    }
    .favorite-slider .slick-slide {
        padding: 0px 20px;
    }
    .horizontal-scroll .custom-tabs{
        flex-wrap: nowrap;
        width: 750px;
    }
    .custom-tabs .nav-link{
        padding: 0px 19px 19px 19px;
        font-size: 13px;
        font-weight: 400;
        line-height: 140%;
        white-space: nowrap;
    }
    .step-box h2::before{
        display: none;
    }
    .product-slider .slick-slide{
        padding: 10px;
    }
   .product-slider .product{
        margin: 0px 0px 20px;
    }
    .product .hover-btn {
        height: auto;
        padding: 10px 14px;
        font-size: 9px;
    }
    .step-box{
        margin-top: 30px;
    }
    .step-box h2{
        padding-top: 80px;
        color: #010101;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; 
        text-transform: capitalize;
    }
    .step-box h2::after{
        width:34px;
        height: 34px;
        top: 42px;
        font-size: 14px;
        line-height: 34px;
    }
    .step-box p{
        font-size: 13px;
    }
    .card-overlay-content{
        width: 100%;
    }
    .card-overlay-content h2{
        font-size: 22px;
        line-height: 160%;
    }
    .banner-review-card .review-card-user{
        margin-right: 10px;
    }
    .product-review-feature .banner-review-card .review-card-content>.d-flex{
        margin-bottom: 0px;
    }
    .product-review-feature .banner-review-card .review-card-content .text-icon{
        margin-left: 7px;
    }   
    .product-review-feature .banner-review-card .review-card-content .text-icon svg{
        margin-right: 3px;
    }
    .banner-review-card .review-card-content p{
        padding: 8px 0px 10px ;
    }
    .user-review .overall-rating{
        margin-bottom: 6px;
    }
    .review-wraper .review-desc{
        font-size: 13px;
    }
    .review-wraper h2{
        font-size: 14px;
    }
    .review-wraper .text-icon{
        font-size: 11px;
        font-weight: 300;
    }
    .favorite-slider .slick-prev, .favorite-slider .slick-next,
    .user-review .slick-prev, .user-review .slick-next{
        bottom: -20px;
    }
}


























/* Fro Global container End */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Product slider */



/* Product slider end */


/* HOW IT WORKS  */


/* Faq Section */
.faq-vector{
    background-position: 0% 70%, 0px 70%;
}
@media screen and (max-width:767px){
    .custom-accordian .accordian-title{
        border-radius: 16px;
    }
    .accordian-head p{
        font-size: 16px;
        line-height: 25.6px;
    }
    .faq-vector {
        background-position: 0% 5%, 0px 5%;
    }
    .home-approved.approved{
            flex-direction: row;
            justify-content: center;
    }
    .home-approved.approved .rating{
        padding: 4px 10px;
        margin-right: 15px;
    }
    .home-approved.approved .rating-value{
        margin-top: 0px;
    }
    .home-approved.approved .rating img {
        width: 70px;
    }
    .home-approved.approved .stars-wrapper svg{
        width: 19px;
        height: 19px;
    }
}
/* Faq End */

@media (max-width: 991px){
    .trustpilot, .approved, .customers{
        justify-content: center;
        flex-direction: column;
    }
    .trustpilot > span, .approved > span, .customers > span{
        margin-top: 10px;
        max-width: none;
        margin-left: 0px;
    }
    .approved .rating img{
        width: 40px;
    }
    .customers{
        padding-top: 16px;
        
    }
    .mobile-active-slider{
        min-height: 130px;
    }
    .approved.home-approved{
        flex-direction: row;
        align-items: center;
    }
    .approved.home-approved .rating-value{
        margin-top: 0px;
        margin-left: 10px;
    }
}
@media screen and (min-width:769px) and (max-width:991px) {
   
    .home-product-slider {
        padding-bottom: 110px;
    }
    .home-product-slider .slick-prev, .home-product-slider .slick-next {
        bottom: 35px;
        right: auto;
        left: 0px;
    }
    .home-product-slider .slick-next {
        left: 80px;
    }
    .home-product-slider .slick-slide {
        margin-left: 0px;
        margin-right: 20px;
    }
    .product-slide img, .slick-current.slick-active .product-slide img{
        height: 100%;
    }
    .area-of-use .w-75 {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .about-card {
        padding-right: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
  

    .card-index{
        padding-top: 45px;
    }
    .card-count{
        transform: translate(-50%, -50%);
        left: 50%;
        top: 0;
    }
    .card-hiw.customize{
        background-size: 170px, 120px;
    }
    .card-hiw .fs-32{
        font-size: 22px;
        line-height: 26.4px;
    }
    
    .home-about-us .mobile-order{
        margin-bottom: 16px;
    }
}
@media screen and (min-width:992px) and (max-width:1279px){
    .trustpilot, .approved, .customers{
        justify-content: center;
        flex-direction: column;
    }
    .trustpilot > span, .approved > span, .customers > span{
        margin-top: 10px;
        max-width: none;
        margin-left: 0px;
    } 
    .product-slide img{
        height: 180px;
    }
    .area-of-use .fs-32{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .area-of-use .w-75 {
        width: 100% !important;
    }
    .about-item-box{
        padding:75px;
    }
    .about-card{
        padding-right: 0px;
    }
    .On-time-delivery .home-banner-content h2{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .On-time-delivery .home-banner-content{
        padding-right: 140px;
    }
    .faq-vector {
        background-position: 0% 3%, 0px 3%;
    }
    .about-banner-content .disable-linebreak br{
        display: none;
    }

    .newsletter-content h2 {
        font-size: 36px;
        line-height: 37.6px;
    }
    .newsletter-content p{
        font-size: 15px;
    }
}


.home-banner-slides{
    display: inline-flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}
.mobile-active-slider img{
    width:100%;
}


#js-slide-single{
    border-radius: 20px;
    overflow:hidden;
    display:flex;
}
@media screen and (min-width:992px){
    .slick-slide>div{
        display:flex;
    }
    .mobile-active-slider{
        height:100%;
    }
    .mobile-active-slider .d-flex{
        height:50%;
    }
    .mobile-active-slider .d-flex.mb-20{
        height:calc(50% - 20px);
    }
}
img.lazy.loader:not(.loaded){
    width:32px !important;
    height:32px !important;
}
.hm-smlr-pr .card-p-similar .card-img-wrapper >img{
    width:100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode:multiply;
}
/* .newsletter .kl-private-reset-css-Xuajs1.go3176171171.go3176171171{
    display:none !important;
} */
.newsletter .kl-private-reset-css-Xuajs1.go3176171171.go3176171171 .ql-font-century-gothic{
	display:none !important;
}
@media screen and (max-width:580px){
	.brand-logo{
		min-height:100px;
	}
	.brand-slider .slick-dots{
		padding-bottom:20px;
	}
}
@media screen and (max-width:767px){
    .brand-review .brand-logo{
         min-height: 130px;
     }
     
}
@media (max-width: 480px){
    .review-card, .review-video-card {
        position:relative;
    }
    .approved .rating img, .trustpilot .rating img {
        margin-left: 0px;
        width: 50px;
      }
}
.hm-smlr-pr .ctgry-pr .card-img-wrapper {
    position: relative;
    padding: 10px;
}
.ctgry-pr .card-p-similar .card-detail-wrapper{
    justify-content: center;
    text-align: center;
    place-items: center;
}
.mn-prc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #515871;
    margin-top: 10px;
}
.mn-prc b{
    color:#515871;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

@media screen and (max-width:580px){
    .hm-smlr-pr .ctgry-pr .card-img-wrapper {
        height: 140px;
        padding: 12px;
    }
}

.default-btn:hover{
    color: #fff;
}

/* New card faq changes */
.ps-20{
    padding-left: 20px !important;
}
.faqinfo-h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    line-height: 50.6px;
}
.faq-info h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
}
.faq-info p{
    margin:0px 0px 30px;
    color: #526083;
    line-height: 164%;
}
  .faq-card-change .we-work .home-banner-content{
    padding: 25px 0px 25px 25px;
   }
   .faq-card-change .organic-skin.we-work .home-banner-content{
      max-width: 230px;
   }
   .faq-card-change .we-work .home-banner-content h2{
      font-size: 23px;
      line-height: 120%;
   }
   .home-about-us .faq-card-change   .home-banner-content p{
      font-size: 13px;
   }
   .faq-card-change .On-time-delivery{
      background-size: 150px;
   }
   .faq-card-change .On-time-delivery .icon-btn{
    padding: 8px 16px;
   }
   .faq-card-change .On-time-delivery .icon-btn img{
      margin-right: 4px;
   }
   .faq-card-change .On-time-delivery .home-banner-content{
    padding: 15px 35px 15px 15px;
   }
   .faq-card-change .On-time-delivery .home-banner-content h2{
      font-size: 23px;
      line-height: 120%;
   }

   @media screen and (max-width:580px){
    .faqinfo-h2{
        line-height: 120%;
    }
   }
      @media screen and (min-width:1280px){
      body .faq-card-change{
         max-width: 1050px;
      }
      .five-col{
        width: 20%;
      }
   }
   @media screen and (min-width:768px) and (max-width:992px){
    .content-with-faq .accordian-head{
        padding-right: 25px;
    }
   }



html body .home-full-image.hm-smlr-pr .card-horizontal .card-img-wrapper{
    padding: 0px;
    height: 180px;
}
html body .home-full-image.hm-smlr-pr .card-horizontal .card-img-wrapper img{
width: 100%;
height: auto;
object-fit: unset;
}
html body .home-full-image.hm-smlr-pr .card-horizontal .card-detail-wrapper{
    padding: 13px 15px;
}
@media screen and (max-width:580px) {
    html body .home-full-image.hm-smlr-pr .card-horizontal .card-img-wrapper{
        height: auto;
    }   
    .home-tbanner .banner-arrow-list{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
   

@media screen and (min-width:1280px) and (max-width:1339px){
    html body .home-full-image.hm-smlr-pr .card-horizontal .card-detail-wrapper{
        padding: 6px;
    }
    html body .home-full-image.hm-smlr-pr .card-horizontal .card-detail-wrapper .rating.mb-2{
        margin-bottom: 0px !important;
    }
    html body .home-full-image.hm-smlr-pr .card-horizontal .card-detail-wrapper.sku-bx.mt-3{
        margin-top: 0.5rem!important;
    }
    html body .home-full-image.hm-smlr-pr .card-horizontal .card-detail-wrapper .product-desc{
        line-height: normal;
    }
}

@media screen and (min-width:1280px) and (max-width:1440px){
    .custom-banner-content{
        padding: 20px 0px 20px 40px;
    }
    .custom-banner-content h2 span {
        font-size: 15px;
        padding: 10px 0px 5px;
    }
}




/* New */

.featured-sec {
    padding: 80px 0
}

.rating-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

.rating-features:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 25px;
    background: #d1d1d1
}

@media screen and (min-width: 1200px) {
    .rating-features-divider {
        position:relative;
        display: flex;
        justify-content: center
    }

    .rating-features-divider:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        height: 25px;
        background: #d1d1d1
    }

    .rating-features:after {
        display: none
    }
}

.feature-icon {
    padding-right: 10px
}

.feature-icon svg {
    width: 30px
}

.features-txt {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #120f24;
}

.features-txt b {
    font-weight: 700;
    font-size: 16px;
    color: #120f24;
    display: block
}



/*  */


.client-review-sec {
    padding: 60px 0
}

.client-review-sec .page-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800
}

.client-review-sec .slick-list {
    padding-left: 0!important
}

.review-card {
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    padding: 16px;
    background-color: transparent;
    background-image: url(https://www.rushmorepromo.com/asset/images/quote.png);
    background-position: 90% 80%;
    background-repeat: no-repeat;
    background-size: 200px;
    margin: 10px;
    min-height: 220px
}

.review-card p {
    font-weight: 400;
    margin: 0 0 20px
}

.avatar-title {
    display: flex;
    align-items: center
}

.avatar-title>img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%
}

.avatar-title>h3 {
    font-weight: 600;
    margin: 0
}
.avatar-title>h3, .review-card p {
    font-size: 17px;
    line-height: 172%;
    color: #120f24;
}
.client-review .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: 40px;
    width: 40px;
    z-index: 1;
    border: 0px;
    border-radius: 100%;
    background: #D6151E;
    left: 20px;
    opacity: 1;
    color: transparent
}

.client-review .slick-next {
    left: auto;
    right: 20px;
    transform: translate(0,-50%) rotate(180deg);
    border: 0
}

.client-review .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-130deg);
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0
}

.client-review .slick-arrow.slick-next:after {
    transform: translate(-50%,-50%) rotate(225deg)
}



@media screen and (max-width: 580px) {
    .featured-sec,.featured-sec.mb-minus {
        padding:30px 0 0
    }

    .rating-features {
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .featured-sec .col-12:last-child .rating-features {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .custom-tabs{
        margin-bottom: 20px;
    }

}
