*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
button{
    width: unset;
}
button:hover{
    background: initial;
}
body{
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Montserrat', sans-serif;
}
.custom__container{
    max-width: 1260px;
    margin: 0 auto;
}
.sales-banner{
    text-align: center;
    padding: 10px;
    background-color: #184480;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.sales-banner img{
    max-height: 15px;
    transform: translateY(-1px);
}
.product-description-wrap h1{
    font-weight: 700;
    font-size: 24px;
    margin-top: 12px;
}
.header_slider{
    border-radius: 8px;
    overflow: hidden;
}
.product-description-wrap button{
    padding: 16px;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-top: 18px;
    box-sizing: border-box;
    background: #16be53;
    border: 0;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
.rating{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}
.rating img{
    max-height: 18px;
    margin-right: 2px;
    transform: translateY(-1px);
}
.rating .rating-count{
    margin-left: 2px;
}
.secure__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.secure__wrap .satisfaction{
    color: #878888;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-style: italic;
}
.secure__wrap .satisfaction img{
    margin-right: 4px;
}
.secure__wrap .secure-img{
    max-height: 28px;
}
.fixed-checkout-wrap{
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #00000057;
    z-index: 2;
    padding-top:8px;
}
.fixed-checkout-wrap.sticky-active{
    display:block;
}
.delivery-timer{
    font-size: 16px;
    font-weight: 700;
    padding: 4px 0 4px 0;
}
.delivery-timer img{
    max-height: 14px;
    margin-right: 0px;
    vertical-align: baseline;
}
.delivery-timer span#timer{
    background: red;
    color: #fff;
    padding: 1px 3px;
}
.slick-prev-button{
    position: absolute;
    top: 50%;
    left: 8px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    cursor: pointer;
}
.slick-prev-button i{
    transform: translateX(-1px);
    color: #1d3665;
}
.slick-next-button{
    position: absolute;
    top: 50%;
    right: 8px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    cursor: pointer;
}
.slick-next-button i{
    transform: translateX(1px);
    color: #1d3665;
}
.slick-next-button:hover,.slick-prev-button:hover{
    background-color: #3c9f9f;
}
.fixed-checkout-wrap button {
    padding: 15px 0;
    display: block;
    width: 600px;
    max-width: 100%;
    font-size:1.5rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: #16be53;
    border: 0;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
.testimonials .title{
    padding-top: 25px;
    font-weight: 700;
    margin: auto;
    max-width: 95%;
    text-align: center;
    color: #142C73;
}
.reviews__wrap {
    background-color: #fff;
    padding-top: 25px;
    font-family: 'Arial Regular';
    margin: 0 auto;
    display: block;
}
.logo_center{
    max-height: 68px;
    margin: -26px auto 0;
    display: block;
}
.satis {
    position: relative;
    text-align: center;
    margin-top: -192px;
}
.satis-logo{
    max-height: 225px;
}
.satis-title {
    font-family: 'Work Sans', sans-serif;
    color: #1c2061;
    font-size: 3em;
    font-weight: 700;
}
.title-mark{
    font-family: 'Work Sans', sans-serif;
    font-size: 2em;
    line-height: 1;
}
.satis-money{
    font-family: 'Work Sans', sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}
.lines{
    max-width: 600px;
    margin: 0 auto;
}
.lines .line-img img{
    max-height: 120px;
    margin-top: 18px;
}
.lines .mini-title{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #1c2061;
    font-size: 2em;
    padding-top: 14px;
    line-height: 1.2;
}
.lines .mini-text{
    font-weight: 400;
    color: #000;
    font-size: 24px;
    padding-top: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.25;
}
.review-body-all{
    padding: 25px;
    border-bottom: 5px solid #dadada;
    position: relative;
    margin-top: 20px;
}
.review-h h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.star-rating{
    display: flex;
    align-items: center;
    font-family: 'Nunito', sans-serif;
}
.star-rating span{
    margin-right: 2px;
    transform: translateY(-2px);
    line-height: 0;
}
.star-rating span img{
    max-height: 18px;
}
.star-rating h6{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    margin-left: 2px;
}
.review-count{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-top: 8px;
}
.review-count img{
    max-height: 14px;
    margin-left: 4px;
}
.review-write{
    width: unset;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    background: #014484;
    padding: 12px 18px;
    border: 4px solid #032648;
    border-radius: 10px;
    box-shadow: -2px 8px 20px 7px rgb(162 162 162 / 43%);
    -webkit-appearance: none;
}
.review-write:hover{
    background: #014484;
}
.review-all{
    padding: 25px;
    border-bottom: 5px solid #dadada;
    position: relative;
}
.prod-quality{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-family: 'Nunito';
    font-weight: 700;
    margin-bottom: 8px;
}
.prod-quality .star-rating h6 {
    font-size: 20px;
}
.f-shipping{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-family: 'Nunito';
    font-weight: 700;
    margin-bottom: 8px;
}
/* .f-shipping .star-rating span{
    transform: translateY(-4px);
}*/
.f-shipping .star-rating h6 {
    font-size: 20px;
} 
.v-money{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-family: 'Nunito';
    font-weight: 700;
}
/* .v-money .star-rating span{
    transform: translateY(-4px);
}*/
.v-money .star-rating h6 {
    font-size: 20px;
}
.reviews-all .review-h h2{
    padding: 25px 25px 0;
}
.reviews-all .review-h h2 img{
    vertical-align: baseline;
    margin-left: 4px;
    max-height: 28px;
}
.user-review {
    padding: 25px;
    border-bottom: 3px solid #000;
    margin-bottom: 25px;
}
.user-av{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user-av > img{
    max-height: 58px;
    margin-right: 8px;
}
.user-name{
    line-height: 1;
    font-weight: 600;
    font-size: 26px;
}
.user-name .star-rating span{
    transform: translateY(0);
}
.date-of-review{
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.review-h-desc{
    font-size: 26px;
    font-weight: 700;
}
.like{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.like > img{
    max-height: 18px;
    transform: translateY(-2px);
    margin: 0 4px;
}
.user-review-photos{
    margin-top: 12px;
}
footer{
    background-color: #000;
    color: #878888;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
    padding-bottom: 132px;
}
.footer-copy{
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.payment-section-footer{
    padding-bottom: 18px;
}
hr{
    background-color: #878888;
    height: 2px;
}
.payment-section-footer p{
    margin-bottom: 0;
}
.payment-section-footer img{
    max-height: 22px;
}
.footer-links p a{
    color: #878888;
}
h1.title{
    display:block;
    font-weight: 800;
    max-width: 95%;
    margin: 0 auto 12px;
    font-size: 2.5rem;
    color:#142C73;
    text-align: center;
}
h2.sub_title{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    max-width: 95%;
    margin: 0 auto;
    display:block;
    text-align: center;
    color:#142C73;
}
.wash{
    padding-top:52px;
}
.product__content__left{
    padding-top:32px;
}
.hideme {
    opacity: 0;
}
.privacy-content {
    font-family: 'Nunito', sans-serif;
}
.privacy-content .logo-sec{
    text-align: center;
    padding: 8px 0;
}
.privacy-content .logo-sec a img{
    max-height: 46px;
}
.privacy-content footer{
    padding-bottom: 18px;
}
/*.user-review-photos {
    padding: 2.5em 0em;
}*/

@media screen and (max-width:1199px) {
    .product-description-wrap h1 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:700px) and (max-width:850px) {
    .product-description-wrap h1 {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .secure__wrap .secure-img {
        max-height: 20px;
    }
    .secure__wrap .satisfaction {
        font-size: 14px;
    }
    .testimonials .title{
        font-size: 22px;
    }
    .product__info__right{
        padding: 0 12px;
    }
    .product-description-wrap button{
        font-size: 1.2rem;
    }
}

@media(max-width: 576px){
    .logo_center {
        max-height: 54px;
        margin: -8px auto 0;
    }
    .cart-count{
        width: 20px;
        height: 20px;
    }
    .logo-wrap img {
        max-height: 38px;
    }    
    .logo-wrap {
        padding: 8px 0 8px 8px;
    }
    .cart-anchor img {
        max-height: 34px;
    }
    .call-anchor img {
        max-height: 34px;
    }
    header{
        margin-bottom: 0;
    }
    .product-description-wrap{
        padding: 0 12px;
    }
    .product-description-wrap h1 {
        font-size: 1.5rem;
    }
    .product-description-wrap button {
        font-size: 1.5rem;
    }
    .fixed-checkout-wrap{
        bottom: -2px;
    }
    .fixed-checkout-wrap button{
        max-width: 95%;
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .slick-prev-button {
        left: 15px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .slick-next-button {
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .delivery-timer {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .delivery-timer img {
        max-height: 11px;
    }
    .review__item {
        padding: 28px 12px;
    }
    .satis-title {
        font-size: 1.75em;
    }
    .satis-money {
        font-size: 1.75em;
    }
    .title-mark {
        font-size: 1.75em;
    }
    .lines .mini-title {
        font-size: 1.75em;
    }
    .satis{
        padding: 0 12px;
    }
    .lines .mini-text{
        font-size: 18px;
    }
    .review-body-all {
        padding: 25px 12px;
    }
    .review-all {
        padding: 25px 12px;
    }
    .user-review {
        padding: 25px 12px;
    }
    .review-write {
        right: 12px;
        font-size: 14px;
        padding: 10px 10px;
        border: 2px solid #032648;
        border-radius: 8px;
    }
    .reviews-all .review-h h2 {
        padding: 25px 12px 0;
        font-size: 18px;
    }
    .reviews-all .review-h h2 img {
        margin-left: 6px;
        max-height: 13px;
    }
    .star-rating{
        line-height: 1;
    }
    .user-name {
        line-height: 1;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 6px;
        display: inline-block;
    }
    .user-av > img {
        max-height: 48px;
    }
    .footer-links p{
        padding: 0 30px;
    }
    footer {
        padding-bottom: 100px;
    }
    .review__item--location {
        margin-top: 0;
    }
    .review__item--text {
        font-size: 18px;
    }
    .satis-logo {
        max-height: 138px;
    }
    .satis {
        margin-top: -120px;
    }
    .review__item--star img {
        max-height: 20px;
    }
    .date-of-review p{
        font-size: 16px;
        margin-bottom: 6px;    
    }
    .sales-banner img {
        max-height: 14px;
    }
    .sales-banner {
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .intro-img{
        max-width: 88%;
    }
  
}
@media (max-width: 380px){
    .review-write {
        font-size: 12px;
    }
}
.fixed-checkout-wrap button{
    margin-bottom:8px;
}
.del-info {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 26px 22px;
}
.del-info .left {
    float: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}
.del-info .left video {
    display: inline-block;
    max-height: 17px;
    transform: translateY(-0.5px);
    margin-right: 4px;
}
.del-info .left span {
    font-weight: 700;
    margin-left: 4px;
}
.del-info .right {
    float: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}
.del-info .right video {
    display: inline-block;
    max-height: 21px;
}
.del-info .right span {
    font-weight: 700;
    margin-right: 4px;
}
@media(max-width:576px){
    .del-info .right {
        white-space: nowrap;
        font-size: 10px;
    }
    .del-info .left {
        font-size: 10px;
        white-space: nowrap;
    }
    .secure__wrap .secure-img {
        max-height: 26px;
    }
    .secure__wrap .satisfaction {
        font-size: 14px;
    }
    .product-description-wrap button{
        display:none;
    }
}

.product_content_container {
    max-width: 1199px;
    padding-left: 5rem;
    padding-right: 5rem;
    margin: 0 auto;
}
.featured_in_sec{
    margin-top: 36px;
    margin-bottom: 26px;
}
.featured_in_img{
    max-width: 100%;
    margin: 0 auto;
}
.featured_in_sec .sec_heading{
    color: #153668;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    text-transform:capitalize;
}
.intro_sec{
    background-color: #F3F3F3;
    padding: 38px 0;
}
.intro_container{
    display:flex;
    margin: 0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
}
.intro_left{
    text-align: center;
    flex: 0 0 50%;
}
.intro_heading{
    margin: 0 0 0;
    /* font-family:var(--font-heading-family); */
    text-transform: uppercase;
    color: #153668;
    font-weight: 700;
    font-size:32px;
}
.intro_logo{
    max-height: 68px;
}
.intro_sub_heading{
    margin: 0;
    font-weight: 700;
    /* font-family:var(--font-heading-family); */
    color: #153668;
    font-size: 32px;
}
.intro_mat_img{
    margin-top: 28px;
    max-width: 100%;
}
.intro_right{
    flex: 0 0 50%;
}
.sec_video{
    max-width: 332px;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
.protect_comparison_wrap{
    padding: 50px 0;
}
.protect_comparison_container{
    margin: 0 auto;
    max-width: 1199px;
    padding-left: 5rem;
    padding-right: 5rem;
}
.protect_comparison_wrap .main_img{
    width:100%;
    height:auto;
}
.protect_comparison_wrap .sec_heading{
    margin: 0;
    color: #1D3665;
    /* font-family:var(--font-heading-family); */
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}
.protect_comparison_wrap .sec_heading{
    margin: 0;
    color: #1D3665;
    /* font-family:var(--font-heading-family); */
    font-weight:700;
    font-size: 32px;
    text-align: center;
}
.protect_comparison_wrap .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 24px;
    font-weight: 500;
}
.watch_how_sec.mat_dirt{
    /* background-image:
      linear-gradient(rgba(0, 255, 0, 0.3), rgba(0, 255, 0, 0.3)),
      url('https://cdn.shopify.com/s/files/1/0539/2967/2897/files/watch-how-paw-bg.png?v=1743677595'); */
    background-image: url('https://d2lbug098wg5sk.cloudfront.net/images/yellow_paw_bg.webp');
    max-width:1920px;
    margin:0 auto;
    background-color:#FFD233;
    background-size: 100% 100%;
    background-position: center;
}
.watch_how_container{
    margin: 0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
}
.watch_how_container .right_col{
    line-height:0;
}
.watch_how_container .main_video{
    border-radius:6px;
    max-width: 408px;
    display:block;
    margin:0 auto;
}
.watch_how_container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.watch_how_container .left_col {
    display: flex;
    align-items: center;
}
.watch_how_container .left_col .heading {
    color: #17337D;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    /* font-family:var(--font-heading-family); */
}
.trap_debris_sec{
    padding: 50px 0;
}
.trap_debris_container{
    margin: 0 auto;
    max-width: 1199px;
    padding-left: 5rem;
    padding-right: 5rem;
}
.trap_debris_sec .sec_heading{
    margin: 0;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.trap_debris_sec .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
    font-weight: 500;
}
.trap_debris_sec .main_img{
    max-width: 100%;
}
.trap_debris_sec .main_video{
    max-width:100%;
    margin-top: -35px;
    position: relative;
    z-index: -1;
}
.mat_steps_container{
    margin: 0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
}
.mat_steps_sec{
    position:relative;
}
.mat_steps_sec .sec_heading{
    margin: 0;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.mat_steps_sec .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
    font-weight: 500; 
}
.mat_steps_sec .main_img{
    max-width:100%;
}
.mat_steps_sec .graphic_img{
    position: absolute;
    left: -64px;
    z-index: 1;
    max-height: 393px;
    top: 762px;
}
.lasts_wrap{
    position:relative;
    z-index:1;
}
.lasts_wrap .sec_heading_two{
    margin: 0;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-size: 26px;
    font-weight: 700;
}
.lasts_wrap .sec_sub_heading_two{
    margin: 8px 0 0;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
    color: #1D3665;
    font-weight: 500;
}
.lasts_benefits_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position:relative;
    background-color: #F3F3F3;
    margin-top: 75px;
    padding: 28px 0;
}
.lasts_main_img_wrap{
    position:relative;
}
.lasts_main_img{
    max-height: 402px;
    position: absolute;
    top: -104px;
    left: 50%;
    transform: translateX(-50%);
}
.lasts_benefit_item .item_img_wrap{
    line-height:0;
}
.item_arrow_icon{
    line-height:0;
}
.lasts_benefits_wrap .lasts_benefit_list .lasts_benefit_item{
    display: flex;
    align-items: center;
    gap: 12px;
}
.lasts_benefits_wrap .lasts_benefit_list{
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.lasts_benefit_item .item_img_wrap{
    line-height:0;
}
.lasts_benefit_item .item_title{
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    /* font-family:var(--font-heading-family); */
    color: #17337D;
}
.lasts_benefit_item .item_sub_title{
    margin: 0;
    color: #17337D;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
}
.perfect_surface_sec{
    padding-top:48px;
}
.perfect_surface_container{
    margin:0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
}
.perfect_surface_sec .sec_heading{
    margin: 0;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.perfect_surface_sec .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    font-family:var(--font-heading-family);
    font-size: 20px;
    font-weight: 500;
}
.perfect_surface_sec .main_img{
    max-width:100%;
    margin:0 auto;
}
.perfect_size_sec{
    /* padding:48px 0; */
}
.perfect_size_container{
    margin:0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
}
.perfect_size_sec .sec_heading{
    margin: 0;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
  .perfect_size_sec .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
    font-weight: 500; 
}
.perfect_size_sec .main_img{
    max-width:100%;
    margin:0 auto;
}
.mess_cleaning_sec{
    /* padding:48px 0; */
}
.mess_cleaning_container{
    margin:0 auto;
    max-width:1199px;
    padding-left:5rem;
    padding-right:5rem;
}
.mess_cleaning_sec .sec_heading{
    margin: 0;
    /* font-family:var(--font-heading-family); */
    color: #1D3665;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.mess_cleaning_sec .sec_sub_heading{
    margin: 12px 0 0px;
    color: #1D3665;
    text-align: center;
    /* font-family:var(--font-heading-family); */
    font-size: 20px;
    font-weight: 500; 
}
.mess_cleaning_sec .main_img{
    max-width:100%;
    margin:0 auto;
}
.show_desk{
    display: block;
}
.show_mob{
    display: none;
}
.reviews-all .user-review{
    border-bottom: 0;
}
@media(max-width:768px){
    .show_desk{
        display: none;
    }
    .show_mob{
        display: block;
    }
    h1.title{
        margin: 12px auto 12px;
        font-weight: 700;
        font-size:24px;
    }
    h2.sub_title {
        font-size: 18px;
    }
    .review-h-desc {
        font-size: 18px;
    }
    .size h1.title br{
        display: none;
    }
}