.desktop_container{
    box-sizing:border-box;
    max-width:1200px;
    margin:0 auto;
}
.body_index_new .product-main-page{
    margin: 0 auto;
}
.body_index_new .desktop-v{
    margin-left: unset;
}
.featured_in_wrap{
    padding: 56px 0px;
}
.featured_in_wrap img{
    max-width:100%;
}
.introducing_wrap{
    background-color:#f8f8f8;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    padding: 62px 0;
}
.introducing_wrap > div {
    display:flex;
    flex-direction:column;
    align-item:center;
    justify-content:center;
}
.play_img{
    max-height: 16px;
    display: none;
    cursor:pointer;
}
.pause_img{
    max-height: 16px;    
    cursor:pointer;
}
.vol_img{
    max-height: 16px;
    margin-right: 8px;
    cursor:pointer;
}
.unmute_img{
    max-height: 16px;
    margin-right: 8px;
    display: none;
    cursor:pointer;
}
.mute_fs_wrap{
    display:flex;
    align-items:center;
}
.fullscreen_img{
    max-height: 16px;
    cursor:pointer;
}
h1.title{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1D3665;
    margin-bottom: 0;
    line-height: 1.15;
    padding-bottom: 15px;
}
p.sub-title{
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    text-align: center;
    color: #1D3665;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.intro_video_wrap{
    max-width: 400px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 16px;
    overflow:hidden;
}
.intro_logo{
    max-height: 60px;
    margin: 0 auto 16px;
    display: block;
}
.video_actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    /* display: none; */
}
.protect_floors_wrap{
    padding: 48px 0;
}
.protect_comparison_wrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
    max-width: 992px;
    margin: 22px auto 0;
}
.protect_floors_wrap .pf_img{
    max-width:100%;
    border: 4px solid #315186;
    border-radius: 16px;
}
.pf_vs{
    background-color: #315186;
    border-radius: 100%;
    border: 4px solid #f0eeea;
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 22px;
}
.protect_comparison_wrap h3{
    font-size: 24px;
    font-weight: 700;
    color: #1D3665;
}
.comparison_item{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.comparison_item i{
    color: #40a040;
}
.watch_how_wrap h1.title{
    text-align: left;
    padding-left: 72px;
}
.muddy_mat_trap_wrap{
    padding: 52px 0;
}
.muddy_mat_trap_wrap{
    padding: 52px 0;
}
.machine_wash_wrap{
    padding: 52px 0;
    background-color: #f8f8f8;
}
.machine_wash_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 28px;
    margin-top: 48px;
}
.machine_wash_item{
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: -2px 4px 6px #0000002b;
}
.machine_wash_item_img{
    max-width:100%;
}
.machine_wash_item p{
    color: #1D3665;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 12px;
}
.floor_guarantee_wrap{
    padding: 52px 0;
}
.fg_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 992px;
    margin: 32px auto 0;
    column-gap: 24px;
    align-items: center;
}
.fg1_img{
    max-width:100%;
    border-radius: 16px;
}
.fg_item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 12px;
}
.fg_item_img{
    max-height: 78px;
}
.fg_item h2{
    margin-top: 0;
    color: #1D3665;
    margin-bottom: 6px;
}
.fg_item p{
    color: #1D3665;
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    font-weight: 500;
}
.fg_item:last-child{
    margin-bottom: 0;
}
.floor_asset_img{
    max-width: 100%;
    margin: 28px auto 0;
}
.spotless_wrap{
    padding: 52px 0;
}
.spotless_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: center;
    max-width: 992px;
    margin: 32px auto 0;
}
.spotless_item img{
    max-width:100%;
    border-radius: 16px;
}
.messy_eater_img{
    max-width: 100%;
    margin: 32px auto 0;
}
.customer_mention_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
}
.customer_reviews_wrap h1.title{
    font-size: 32px;
    padding-bottom: 10px;
}
.review_rating_summary{
    font-family: 'Montserrat', sans-serif;
    color: #143963;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.review_rating_summary img{
    max-height: 28px;
    transform: translateY(1px);
}
.total_rating_usa{
    text-align: center;
    color: #143963;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.total_rating_usa img{
    max-height: 20px;
    transform: translateY(2px);
}
.review_by_feature{
    padding-top: 32px;
    max-width: 992px;
    margin: 0 auto;
}
.write_review_btn{
    margin-left: auto;
    display: block;
    background-color: #056FB1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 16px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 26px;
}
.feature_rating_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cm_img{
    max-height:54px;
}
.ship_us_img{
    max-width:100%;
    margin:0 auto;
}
.safe_home_img{
    max-width:100%;
    margin:0 auto;
}
.logo-section-img {
    max-width: 380px;
    margin: 0px auto 18px !important;
    display: block;
}
.customer_mention_wrap{
    padding-bottom:38px;
}
.customer_mention_list{
    margin-top: 28px;
}
.customer_mention_item{
    text-align: center;
    background-color: #fccd02;
    padding: 24px 32px 28px;
}
.customer_mention_item p{
    color: #1D3665;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.cm_head{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.cm_head h3{
    margin-top:0;
    text-align: left;
    color: #1D3665;
    margin-bottom: 4px;
    font-size: 22px;
}
.cm_head p{
    font-family: 'Montserrat', sans-serif;
    color: #1D3665;
    font-weight: 700;
    font-size: 16px;
}
.cm_head_info{
    padding-left: 10px;
}
.shipping_wrap{
    padding-top: 32px;
}
.shipping_wrap p.sub-title {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 500;
    text-align: center;
    color: #000000;
}
.shipping_wrap h1.title{
    margin: 0 auto 24px;
    background-color: #2c2c65;
    max-width: 472px;
    color: #fff;
    font-size: 32px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    border-radius: 36px;
}
.review_by_feature hr{
    margin: 16px 0;
    background-color: #B6B6B6;
}
.review_by_feature h1{
    font-size: 24px;
    margin-bottom: 18px;
}
.feature_summary{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.feature_summary img{
    max-height:18px;
    transform: translateY(2px);
}
.feature_rating_item{
    margin-bottom: 12px;
}
.feature_rating_item h3{
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.reviews_list .review_item{
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 185px;
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 28px;
    padding-top: 28px;
}
.review_head{
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 14px;
}
.review_head .user-name{
    font-size: 22px;
}
.review_head img{
    max-height: 48px;
}
.review_item .date-of-review{
    margin-top: 2px;
}
.like {
    text-align: left;
    float: unset;
}
.review_img img{
    max-width:100%;
}
.reviews_list .review_item .review_rating{
    max-height: 18px;
}
.reviews_list .review_item .review-title{
    font-weight: 500;
    font-size: 28px;
}
.safe_home_wrap p.sub-title {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 500;
    text-align: center;
    color: #000000;
}
.reviews_list .review_item .review_item .like img {
    margin: 0 8px;
    bottom: 0px;
}
.show_desk{
    display:block;
}
.show_mob{
    display:none;
}
.user-av {
    display: flex;
    align-items: center;
}
.header_slider {
    max-width: 620px;
    position: relative;
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
}
.slick-prev {
    top: 50%;
    left: 18px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #184480;
    -webkit-text-stroke: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #efefef;
}
.slick-prev i {
    transform: translateX(-1px);
}
.slick-next {
    top: 50%;
    right: 18px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #184480;
    -webkit-text-stroke: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #efefef;
}
.slick-next i {
    transform: translateX(1px);
}
#updated__spin-claim-btn {
    max-width: 22em;
    margin: 0 auto;
    display: inline-block;
    font-size: 1.6875em;
    padding: 8px 20px;
    font-weight: 500;
    text-align: center;
    border: none !important;
    background: rgb(69, 254, 243);
    background: linear-gradient(360deg, #44FF00 -161.77%, #92FF6A -21.34%, #2BA200 119.09%);
    box-shadow: -2px -1px 19.1px 1px #44FF02;
    border-radius: 6px;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic;
}
@media(max-width:1199px){
    .product-main-page{
        flex-direction: column;
        margin: 0 auto;
        max-width: 768px;
    }
    .header_slider {
        max-width: 100%;
    }
}
@media(max-width:992px){
    .shipping_wrap p.sub-title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .shipping_wrap p.sub-title br{
        display: none;
    }
}
@media(max-width:768px){
    .show_desk{
        display:none;
    }
    .show_mob{
        display:block;
    }
}