@charset "utf-8";

@font-face {
    font-family: 'SFRounded';
    src: url('../fonts/SFRounded-Regular.woff2') format('woff2'),
        url('../fonts/SFRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('../fonts/SFRounded-Bold.woff2') format('woff2'),
        url('../fonts/SFRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('../fonts/SFRounded-Medium.woff2') format('woff2'),
        url('../fonts/SFRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFRounded';
    src: url('../fonts/SFRounded-Semibold.woff2') format('woff2'),
        url('../fonts/SFRounded-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    padding: 0;
    background: #fff;
    color: #000000;
    font-family: 'SFRounded', sans-serif;
    font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:hover {}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/* Menu */
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.fixed-nav .header {
    position: fixed;
    z-index: 11;
    top: 0;
    background: #fff;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    padding: 25px 0;
}

.header {
    float: left;
    width: 100%;
    margin-top: -70px;
    position: relative;
    top: 70px;
    padding: 25px 0;
}

.clr {
    clear: both;
}

.callDiv {
    display: flex;
    justify-content: end;
    align-items: center;
}

.callDiv a {
    background: #FD6020;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.callDiv a:hover {
    background: #c74300;
}

.heading_part {
    text-align: center;
}

.heading_part p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
}

.heading_part h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    font-family: 'SFRounded';
}

.heading_part h2 span {
    color: #E8601B;
}

.callDiv img {
    margin: 0 10px 0 0;
}

.callDiv p {
    font-size: 21px;
    font-weight: 800;
    color: #042756;
}

/*.container {
    max-width: 1100px;
}*/
.productBox {
    padding-top: 60px;
}

.pdutBox ul {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}

.pdutBox ul li {
    width: 50%;
    display: flex;
    margin: 0 0 20px 0;
}

.pdutBox ul li img {
    margin: 0 10px 0 0;
}

.pdutBox ul li p {
    font-size: 16px;
    color: #FFF;
    text-align: left;
    padding: 6px 5px 0 0;
}

.pdutBox {
    width: 62%;
    padding: 80px 0 80px 40px;
    background: url(../images/sec_2Bg.png) right center no-repeat;
    background-size: cover;
    margin: 0px auto;
    border-radius: 5px;
}

.banner_sec {
    background: url(../images/banner.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 100px 0;
}

.banner_sec .container {
    max-width: 1222px;
    margin: auto;
}

.banner_sec_inner {
    max-width: 420px;
}

.banner_sec_inner .save_benefits_box a {
    padding: 20px 0;
    max-width: 420px;
}

.banner_sec_inner .save_benefits_box ul li {
    color: #fff;
    border-right: solid 1px #fff;
    font-family: 'SFRounded';
}

.banner_sec_inner h2 {
    font-family: 'SFRounded';
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
    padding-top: 16px;
}

.banner_sec_inner .quiet {
    font-family: 'SFRounded';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    padding: 15px 0 25px 0;
}

.banner_sec_inner .versatile {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.banner_sec_inner .versatile li p {
    color: #fff;
    font-family: 'SFRounded';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding-top: 12px;
}

.banner_sec_inner .excellent_t {
    border: 1px solid #696969;
    background: rgb(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 30px;
    padding: 3px 20px;
    color: #fff;
    font-size: 15px;
}

.key_benefits_part {}

.key_benefits_part_inner {
    padding-top: 50px;
    text-align: center;
}

.key_benefits_box {
    background: #F8F8F8;
    border: 2px dashed #E8601B;
    border-radius: 7px;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.key_benefits_box p {
    font-size: 16px;
    line-height: 20px;
}

.key_benefits_box h5 {
    color: #E8601B;
    font-size: 20px;
    line-height: 42px;
    padding: 20px 0 10px 0;
    font-weight: bold;
}

:root {
    --bg-clr: #EEEEEE;
    --width: 140px;
    --num-items: 10;
    --ani-offset: calc(var(--width) * var(--num-items) * -1);
    --ani-speed: 10s;
}

.sliderStrip {
    --width: 270px;
    --gap: 0;
    --num-items: 10;
    --ani-offset: calc(var(--width)* var(--num-items)* -1);
    --ani-speed: 20s;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #EEEEEE;
    padding: 15px 0;
    border-bottom: 1px solid #0000001c;
}

.track-horizontal {
    display: flex;
    align-items: center;
    animation: slide var(--ani-speed) linear infinite;
}

.strp-lst-bx2 {
    flex: 0 0 var(--width);
    text-align: center;
    padding: 0 10px;
    display: flex;
    border-right: 2px solid #FD6020;
    justify-content: center;
}

.strp-lst-bx2 p {
    position: relative;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    color: #000000;
    text-align: justify;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.strip_icon {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
    width: 25px;
}

@keyframes slide {
    100% {
        transform: translateX(var(--ani-offset));
    }
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.sliderStrip1 {
    width: 100%;
    background: #000;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 50px;
    padding-top: 4px;
}

.sliderStrip1 .strp-lst-bx2 {
    flex: none;
    padding: 0 40px;
    border-right: solid 2px #fff;
}

.sliderStrip1 .strp-lst-bx2 p {
    color: #fff;
}

.save_benefits_box {
    text-align: center;
    padding-top: 27px;
}

.save_benefits_box a {
    background: #FD6020;
    border-radius: 50px;
    max-width: 364px;
    padding: 20px 0;
    color: #fff;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.save_benefits_box a:hover {
    background: #c74300;
}

.save_benefits_box ul {
    padding-top: 15px;
    display: flex;
    text-align: center;
    width: 340px;
    margin: 0 auto;
    font-family: 'SFRounded';
    justify-content: center;
}

.save_benefits_box ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-right: solid 1px #000;
    padding: 0 15px;
    text-align: left;
}

.save_benefits_box ul li:last-child {
    border-right: none;
    padding: 0 0 0 15px;
}

.key_room_box {
    padding-top: 50px;
}

.key_room_box img {
    width: 100%;
}

.key_room_box p {
    font-family: 'SFRounded', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.key_room_box h4 {
    font-family: 'SFRounded';
    font-size: 22px;
    font-weight: bold;
    line-height: 19.09px;
    color: #E8601B;
    padding: 20px 0 15px 0;
}

/* stay_warm */

.stay_warm {
    padding-top: 70px;
}

.stay_warm .container {
    max-width: 1222px;
    margin: auto;
}

.stay_warm .row {
    align-items: center;
}

.stay_warm .video_side iframe {
    max-width: 100%;
    border-radius: 10px;
}

.stay_warm .heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #000;
    padding-bottom: 50px;
    font-family: 'SFRounded', sans-serif;
}

.stay_warm .heading_two {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    color: #000;
    padding-bottom: 15px;
    font-family: 'SFRounded', sans-serif;
}

.stay_warm .heading_two span {
    color: #FD6020;
}

.stay_warm .info {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    max-width: 442px;
}

.stay_warm .heading span {
    color: #FD6020;
}

.stay_warm .save_benefits_box {
    max-width: 365px;
}

.stay_warm .save_benefits_box ul {
    padding-top: 15px;
    display: flex;
    text-align: center;
    margin: 0;
    font-family: 'SFRounded', sans-serif;
    justify-content: center;
    width: 100%;
}

.stay_warm .save_benefits_box ul li {
    padding: 0 15px 0;
}

.stay_warm .save_benefits_box ul li:first-child {
    padding-left: 0;
}

@media (min-width: 768px) {
    .stay_warm .col-md-7 {
        flex: 0 0 auto;
        width: 56.33333333%;
    }

    .stay_warm .col-md-5 {
        flex: 0 0 auto;
        width: 43.66666667%;
    }
}

@media only screen and (max-width:767px) {
    .stay_warm .video_side {
        text-align: center;
    }

    .stay_warm .info {
        max-width: 100%;
        text-align: center;
    }

    .stay_warm .heading_two {
        font-size: 28px;
        line-height: 24px;
        text-align: center;
        margin-top: 25px;
    }

    .stay_warm .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .stay_warm {
        padding-top: 40px;
    }

    .stay_warm .save_benefits_box {
        margin: auto;
    }
}

@media only screen and (max-width:575px) {

    .stay_warm .info {
        text-align: center;
        margin: auto;
    }

    .stay_warm .heading_two {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-top: 19px;
    }

    .stay_warm .info {
        font-size: 16px;
    }

    .stay_warm .heading {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 18px;
    }

    .stay_warm .video_side iframe {
        height: 195px !important;
    }

    .stay_warm {
        padding-top: 20px;
    }

}

/* stay_warm */

/*  Warmth */

.warmth {
    padding: 98px 0 50px;
    background: #ffffff;
}

.warmth .container {
    max-width: 1222px;
    margin: auto;
}

.warmth .row {
    align-items: flex-end !important;
}

.warmth .heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    color: #000;
    padding-bottom: 15px;
    font-family: 'SFRounded', sans-serif;
}

.warmth .heading span {
    color: #FD6020;
}

.warmth .sub_heading {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    margin-bottom: 35px;
}

.warmth_point .content_side {
    padding: 80px 0 80px 30px;
    max-width: 381px;
    background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 0%) 100%);
    border-radius: 12px;
}

.warmth_point .point_box {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}


.warmth_point .point_box img {
    width: 48px;
}

.warmth_point .point_box p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'SFRounded';
    text-align: start;
    margin-bottom: 0;
}

.mobile_view .point_box img {
    width: 48px;
}

.mobile_view .point_box p {
    color: #ffffff;
    text-align: start;
}


.warmth .desktop_hide {
    display: none;
}

.point_box_containertop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    top: 3%;
    width: 100%;
}

.point_box_containerbottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    bottom: 3%;
    width: 100%;
}

.point_box_containertop .point_box {
    flex: 30%;
    max-width: 33.33%;
    text-align: start;
}

.point_box_containerbottom .point_box {
    flex: 45%;
    max-width: 50%;
    text-align: start;
}

.warmth .accordion-item {
    margin-bottom: 15px;
    padding: 17px 17px 2px;
    border: 0.5px solid #00000033;
    border-radius: 6px;
}

.warmth .accordion-item:last-child {
    margin-bottom: 0px !important;
}

.warmth .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    padding-bottom: 16px;
}

.warmth .accordion-button {
    background: none;
    color: #E8601B;
    font-weight: 600;
    padding: 0 0 15px;
}

.warmth .show .accordion-body {
    border-top: 0.5px solid #0000004D !important;
}

.warmth .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 5px;
}

.warmth .accordion-button:focus {
    border-color: none !important;
    box-shadow: none;
}

.warmth .accordion-button::after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url(../images/accordian_arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg) !important;
}

.warmth .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian_arrow.png);
    transform: rotate(0deg) !important;
}



@media only screen and (max-width:1440px) {}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:768px) {
    .warmth .heading {
        font-size: 28px;
        text-align: center;
        line-height: 1;
    }

    .warmth .sub_heading {
        text-align: center;
    }

    .warmth {
        padding: 40px 0;
    }

    .warmth_point .point_box p {
        font-size: 16px;
        text-align: start;
    }

    .mobile_view .point_box img {
        width: 50px;
    }


    .warmth_point .point_box {
        padding-left: 0px;
    }

    .warmth #accordionExample2 {
        margin-top: 38px;
    }

    .warmth_point {
        margin: auto;
    }


}

@media only screen and (max-width:575px) {
    .warmth .mob_hide {
        display: none;
    }

    .warmth .desktop_hide {
        display: block;
    }


    .warmth_point {
        border-radius: 12px;
        background: url(../images/wramth_mobbackground.png?v1);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .warmth_point .content_side {
        padding: 23px;
        background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 52%) 100%);
        max-width: 100%;
        border-radius: 6px;
        min-height: 424px;
    }

    .warmth_point .point_box {
        gap: 9px;
    }

    .warmth_point .point_box img {
        max-width: 35px;
    }

    .warmth_point .point_box p {
        font-size: 14px;
    }

    .warmth .heading {
        font-size: 24px;
        text-align: center;
    }

    .warmth .accordion-header .accordion-button {
        font-size: 16px;
    }

    .warmth .accordion-body {
        font-size: 16px;
    }

    .warmth .sub_heading {
        font-size: 16px;
    }

    .stay_warm .save_benefits_box ul li {
        padding: 0 15px 0;
        font-size: 16px;
    }

}

@media only screen and (min-width:576px) {
    .warmth_point {
        border-radius: 12px;
        background: url(../images/wramth_background.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 650px;
    }
}

/*  Warmth */

/* section2 */
.section2 {
    width: 100%;
    padding: 100px 0 50px 0;
}

.btn-sec {
    margin-top: 30px;
    text-align: center;
}

.btn-sec a {
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #c81f1d;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(169, 114, 133, 1);
    -moz-box-shadow: 0px 7px 0px 0px rgba(169, 114, 133, 1);
    box-shadow: 0px 7px 0px 0px rgba(169, 114, 133, 1);
}

.btn-sec a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ad0806;
}

.btn-sec span {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

/* section3 */
.section3 {
    width: 100%;
    padding: 50px 0 0;
}

.section3 .container {
    max-width: 955px;
    margin: auto;
}

.section3 .heading_part h2 {
    max-width: 830px;
    margin: auto;
}

.section3 .heading_part .subhead {
    max-width: 580px;
    margin: auto;
}

/*----------------
Customer Support CSS
-----------------*/
.customer_support {
    padding: 130px 0 90px;
    border-bottom: solid 1px #efefef;
}



.customer_support .container {
    max-width: 1002px;
}

.customer_support_box {
    padding: 20px 0 20px 23px;
    border: 1px dashed #7f7f7f;
    border-radius: 4px;
    min-height: 190.77px;
}

.customer_support_box p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'SFRounded';
    line-height: 19.09px;
}

.customer_support_box h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21.48px;
    font-family: 'SFRounded';
    padding: 10px 0 6px;
}

@media (min-width: 768px) {
    .customer_support .col-lg-4 {
        padding: 0 4px;
    }
}

@media only screen and (max-width:767px) {
    .customer_support {
        padding: 70px 0 90px;
        border-bottom: solid 1px #efefef;
    }

    .customer_support_box h4 {
        font-size: 16px;
        padding: 10px 0;
    }

    .customer_support_box p {
        font-size: 16px;
    }

    .customer_support_box {
        padding: 20px;
        min-height: 155px;
    }
}

/*----------------
FAQ PART CSS
-----------------*/
.bolg_box {
    border: 0.7px solid #FFFFFF80;
    padding: 28px 22px 22px 22px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.bolg_box .puts {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 19.36px;
    padding: 25px 0;
    min-height: 166px;
}

.bolg_box .puts span {
    color: #E8601B;
    font-weight: 600;
}

.bolg_box .verified {
    font-size: 16px;
}

.bolg_box .blog_star {
    position: absolute;
    top: -10px;
    left: 50%;
    right: 0;
    background: #000;
    padding: 0 15px;
    transform: translateX(-50%);
}

.excellent {
    padding: 30px 0 60px 0;
}

.faq_part {
    background: #000;
    padding: 170px 0 100px;
    position: relative;
}

.faq_part:before {
    content: "";
    background: url(../images/faq_top.jpg) top center no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 151px;
    background-size: contain;
}

.faq_part:after {
    content: "";
    background: url(../images/faq_bottom.jpg) top center no-repeat;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 151px;
    background-size: contain;
}

.faq_part .heading_part h2 {
    font-family: 'SFRounded', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.faq_part .heading_part p {
    color: #fff;
}

.faq_part .faq_inner_part {
    padding: 60px 7.5% 0 7.5%;
}

.faq_part .faq_inner_part .accordion-item {
    margin: auto;
    margin-bottom: 20px !important;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    max-width: 878px;
}

.faq_part .faq_inner_part .accordion-item:hover {
    border: solid 1px #ffc107;
}

.faq_part .faq_inner_part .accordion-item.active {
    border: solid 1px #ffc107;
}

.faq_part .faq_inner_part .accordion-button {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding-left: 13px;
}

.faq_part .faq_inner_part .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.faq_part .faq_inner_part .accordion-body {
    padding: 1rem 1.25rem 1rem 0;
    font-size: 15px;
    line-height: 20px;
}

.faq_part .faq_inner_part .accordion-body p {
    padding-bottom: 12px;
}

.faq_part .accordion-collapse {
    padding: 0 15px;
}

.faq_part .show .accordion-body {
    border-top: 0.5px solid #0000004D !important;
}

.faq_part .accordion-button:not(.collapsed)::after {
    background-image: url(../images/black_arrow.png);
    transform: rotate(0deg) !important;
    transition: transform .2s ease-in-out;
    background-size: 15px;
}

.faq_part .accordion-button::after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url(../images/black_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg) !important;
}



@media only screen and (max-width:767px) {

    .accordion-button {
        color: #fff;
        background-color: #000;

    }

    .faq_part .faq_inner_part .accordion-body {
        font-size: 16px;
    }

    .faq_part .accordion-collapse {
        padding: 0 15px;
        background: #ffffff;
        color: #000000;
    }

    .faq_part .show .accordion-body {
        border-top: 0.5px solid #0000004D !important;
    }

    .faq_part .accordion-button:not(.collapsed)::after {
        background-image: url(../images/black_arrow.png);
        transform: rotate(0deg) !important;
        transition: transform .2s ease-in-out;
        background-size: 15px;
    }

    .faq_part .accordion-button::after {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-left: auto;
        content: "";
        background-image: url(../images/white_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform .2s ease-in-out;
        transform: rotate(0deg) !important;
    }
}

/* Specification */

.specification {
    padding-top: 50px;
    position: relative;
    z-index: 99;
}

.specification::before {
    content: "";
    background: url(../images/top_white.png) top center no-repeat;
    position: absolute;
    bottom: -142px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 151px;
    background-size: contain;
    z-index: 99999;
}

.specification .container {
    max-width: 1242px;
    margin: auto;
}

.specification .mainheading {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    font-family: 'SFRounded', sans-serif;
}

.specification .mainheading span {
    color: #E8601B;
}


.specification .mainsub_heading {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    margin-bottom: 25px;
}

.specification .specs_image {
    max-width: 1154px;
    position: relative;
    padding-top: 173px;
}

.specification .specs_image .heading {
    font-weight: 700;
    font-size: 15.4px;
    font-family: 'SFRounded';
    margin-bottom: 10px;
}

.specification .specs_image .info {
    font-weight: 400;
    font-size: 15.4px;
    font-family: 'SFRounded';
    margin-bottom: 0px;
}

.specification .specs_image .specs1 {
    position: absolute;
    top: 65px;
    max-width: 255px;
    left: 34.3%;
}

.specification .specs_image .specs2 {
    position: absolute;
    top: 55px;
    max-width: 255px;
    right: 9%;
}

.specification .specs_image .specs3 {
    position: absolute;
    top: 185px;
    max-width: 255px;
    left: 5.5%;
}

.specification .specs_image .specs4 {
    position: absolute;
    top: 240px;
    max-width: 255px;
    right: -5.5%;
}

.specification .specs_image .specs5 {
    position: absolute;
    bottom: 115px;
    max-width: 255px;
    left: 0%;
}

.specification .specs_image .specs6 {
    position: absolute;
    bottom: 155px;
    max-width: 255px;
    right: -5%;
}

.specs_image_mob {
    max-width: 682px;
    margin: auto;
}

.specs_image_mob .specsmob_box {
    border: 1px solid #E8601B;
    background: #FEF7F4;
    border-radius: 5px;
    padding: 13px 11px 13px 13px;
    margin-bottom: 15px;
    min-height: 165px;
}

.specs_image_mob .specsmob_box .heading {
    font-weight: 700;
    font-size: 15.4px;
    font-family: 'SFRounded';
    margin-bottom: 10px;
}

.specs_image_mob .specsmob_box .info {
    font-weight: 400;
    font-size: 15.4px;
    font-family: 'SFRounded';
    margin-bottom: 0px;
}

.specification .desktop_hide {
    display: none;
}

@media only screen and (max-width:1400px) {
    .bolg_box .puts {
        min-height: 186px;
    }
}

@media only screen and (max-width:1250px) {
    .specification .specs_image .specs4 {
        position: absolute;
        top: 210px;
        max-width: 210px;
        right: -20px;
    }

    .specification .specs_image .specs6 {
        position: absolute;
        bottom: 165px;
        max-width: 210px;
        right: -10px;
    }
}

@media only screen and (max-width:1200px) {
    .bolg_box .puts {
        min-height: 225px;
    }

    .bolg_box .verified {
        font-size: 16px;
    }
}

@media only screen and (max-width:1110px) {

    .specification .specs_image .specs2 {
        position: absolute;
        top: 55px;
        max-width: 255px;
        right: 7%;
    }

    .specification .specs_image .specs4 {
        position: absolute;
        top: 185px;
        max-width: 180px;
        right: 0;
    }

    .specification .specs_image .specs6 {
        position: absolute;
        bottom: 150px;
        max-width: 180px;
        right: 5px;
    }
}

@media only screen and (max-width:1024px) {

    .specification .specs_image .specs2 {
        position: absolute;
        top: 60px;
        max-width: 255px;
        right: 5.5%;
    }

    .specification .specs_image .specs3 {
        position: absolute;
        top: 170px;
        max-width: 230px;
        left: 5%;
    }

    .specification .specs_image .specs5 {
        position: absolute;
        bottom: 110px;
        max-width: 240px;
        left: 0%;
    }

    .specification .specs_image .specs4 {
        position: absolute;
        top: 195px;
        max-width: 210px;
        right: 0;
    }

    .specification .specs_image .specs6 {
        position: absolute;
        bottom: 135px;
        max-width: 180px;
        right: 0px;
    }
}


@media only screen and (max-width:991px) {
    .specification .mob_hide {
        display: none;
    }

    .specification .desktop_hide {
        display: block;
    }

    .bolg_box .puts {
        min-height: 145px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .bolg_box {
        padding: 12px 10px 12px 10px;
    }

    .bolg_box .puts {
        font-size: 12px;
    }

    .bolg_box .verified {
        font-size: 12px;
    }
}

@media only screen and (min-width:490px) and (max-width:767px) {
    .bolg_box {
        padding: 15px 12px 12px 12px;
    }

    .bolg_box .verified {
        font-size: 12px;
    }

    .bolg_box .puts {
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 19.36px;
        padding: 25px 0;
        min-height: 205px;
    }
}

@media only screen and (max-width:767px) {
    .specification .mainheading {
        font-size: 28px;
        line-height: 1;
    }

    .slick-slide img {
        display: unset !important;
    }

    .specification::before {
        bottom: -50px;
        height: 70px;
    }
}

@media only screen and (max-width:575px) {
    .specs_image_mob .specsmob_box {
        min-height: 128px;
    }

    .specs_image_mob .specsmob_box .heading {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .specs_image_mob .specsmob_box .info {
        font-size: 12px;
        line-height: 15px;
    }

    .specification .mainheading {
        font-size: 24px;
    }

}

@media only screen and (max-width:490px) {
    .bolg_box .puts {
        font-size: 12px;
        min-height: 166px;
    }

    .bolg_box .verified {
        font-size: 12px;
    }

    .specification::before {
        bottom: -10px;
        height: 30px;
    }

    .bolg_box {
        padding: 23px 16px;
    }
}


/*----------------
Comfort CSS
-----------------*/
.comfort_sec {
    background: #FFF;
    padding: 150px 0 0;
    position: relative;
}

/* .comfort_sec:before {
    content: "";
    background: url(../images/top_white.png) top center no-repeat;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 151px;
    background-size: cover;
} */

.comfort_sec .container {
    position: relative;
    z-index: 9;
}

.mr-b-50 {
    margin-bottom: 50px;
}

.mr-t-0 {
    margin-top: 0;
}

.box1 {
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    padding: 10px;
}

.box2 {
    background: #fef7f4;
    border: 1px solid #e8601b;
}

.box1 ul {
    width: 100%;
    text-align: center;
}

.box1 ul li {
    width: 100%;
}

.box1 ul li img {
    width: 30px;
    margin-bottom: 5px;
}

.box1 ul li p {
    font-size: 16px;
    margin-bottom: 10px;
}

.uperBox {
    text-align: center;
    margin: 0 0 15px 0;
}

.uperBox p {
    font-size: 16px;
    margin: 10px 0;
}

.singleProduct {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 50%;
    z-index: 1;
}

/*----------------
Slick CSS
-----------------*/
.js .slider-single>div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized>div:nth-child(1n + 2) {
    display: block;
}

.slider-nav {
    width: 100%;
    margin: 20px 0 0 0;
}

.slider-nav .slick-slide {
    cursor: poSFRounded;
}

.slider-single {
    position: relative;
}

.slider-single .slick-prev {
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translateY(50%);
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #00000030;
}

.slider-single .slick-next {
    position: absolute;
    right: 20px;
    top: 40%;
    transform: translateY(50%);
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #00000030;
}

/*----------------


/* Shop Buzzdefender */

.shop_flexheat {
    padding: 50px 0;
    background: #FAFAFA;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.shop_flexheat .container {
    max-width: 1018px;
    margin: auto;
}

.shop_flexheat .row {
    align-items: flex-end;
}

.shop_carousel .owl-nav button.owl-prev {
    background: #ffffff !important;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 9999;
    font-size: 19px !important;
    font-family: 'SFRounded', sans-serif !important;
    font-weight: 700 !important;
}

.shop_carousel .owl-nav button.owl-next {
    background: #ffffff !important;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 9999;
    font-size: 19px !important;
    font-family: 'SFRounded', sans-serif !important;
    font-weight: 700 !important;
}

.shop_carousel .owl-nav button.owl-prev:hover {
    color: #000 !important;
}

.shop_carousel .owl-nav button.owl-next:hover {
    color: #000 !important;
}

.shop_carousel .item {
    border-radius: 16px;
    max-width: 465px;
    height: auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 97%;
}

.shop_carousel .owl-dot:nth-child(1) {
    background: url(../images/slider_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109.36px;
    height: 111.37px;
    margin: 0 5px;
    border-radius: 8px;
}

.shop_carousel .owl-dot:nth-child(2) {
    background: url(../images/slider_2_new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109.36px;
    height: 111.37px;
    margin: 0 5px;
    border-radius: 8px;
}

.shop_carousel .owl-dot:nth-child(3) {
    background: url(../images/slider_3_new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109.36px;
    height: 111.37px;
    margin: 0 5px;
    border-radius: 8px;
}

.shop_carousel .owl-dot:nth-child(4) {
    background: url(../images/slider_4_new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109.36px;
    height: 111.37px;
    margin: 0 5px;
    border-radius: 8px;
}

.shop_carousel .owl-dots {
    display: flex;
    justify-content: center;
    max-width: 465px;
    margin-top: 12px;
}

.shop_carousel .owl-dots .owl-dot span {
    background: transparent !important;
}


.shop_flexheat .heading {
    font-family: "SFRounded", sans-serif;
    max-width: 530px;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 12px;
    margin-bottom: 0;
    color: #000000;
}

.shop_flexheat .heading span {
    color: #06A6FF;
}

.shop_flexheat .sub_heading {
    max-width: 530px;
    font-family: "SFRounded", sans-serif;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.shop_flexheat .rating {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 13px;
}


.shop_flexheat .rating p {
    margin-left: 5px;
    font-size: 16px;
    font-family: 'SFRounded', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}


.shop_flexheat .rating p span {
    font-weight: 800;
}

.shop_flexheat .limited_offer {
    background: #E8601B1A;
    max-width: 295px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 5px;
    font-family: 'SFRounded', sans-serif;
    border: 1px dotted #000000;
    margin-bottom: 13px;
}

.shop_flexheat .carousel_heading {
    font-size: 30px;
    line-height: 41px;
    font-family: 'SFRounded', sans-serif;
    font-weight: 800;
    margin-bottom: 13px;
}

.shop_flexheat .special_offer_box {
    padding: 23px 14px;
    background: #FAF7F1;
    border: 1px dashed #0000003c;
    border-radius: 7px;
    max-width: 535px;
    margin: auto;
}

.shop_flexheat .special_offer_box .special_header {
    font-size: 19.6px;
    color: #7BCC3D;
    text-align: center;
    font-family: 'SFRounded', sans-serif;
    text-transform: uppercase;
    line-height: 22.4px;
    font-weight: 800;
    margin-bottom: 30px;
}


.shop_flexheat .special_offer_box .special_heading {
    font-family: "SFRounded", sans-serif;
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 16px;
    color: #000000;
    margin: auto;
    text-transform: uppercase;
    line-height: 1;
}

.shop_flexheat .information {
    padding-bottom: 22px;
    border-bottom: 0.73px solid #00000066;
    margin-bottom: 15px;
    line-height: 20px;
}

.shop_flexheat .special_offer_box .special_heading span {
    color: #E8601B;
}

.shop_flexheat .special_offer_box .special_list {
    padding-left: 40px;
    border-bottom: 0.73px solid #00000066;
}

.shop_flexheat .save_benefits_box {
    padding-top: 0;
}

.shop_flexheat .special_offer_box .special_list li {
    list-style-type: none;
    position: relative;
    font-family: "SFRounded", sans-serif;
    margin-bottom: 34px;
    font-size: 16px;
    font-weight: 600;
}

.shop_flexheat .special_offer_box .special_list li::after {
    position: absolute;
    left: -40px;
    top: -7px;
    content: '';
    background: url(../images/check_fill.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 35px;
    height: 35px;
}

.shop_flexheat .special_offer_box .shop_save_btn {
    background: #FD6020;
    display: block;
    max-width: 483px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 14px;
    border-radius: 50px;
    font-family: 'SFRounded', sans-serif;
    margin: auto;
}

.shop_flexheat .special_offer_box .company_info .shipping {
    display: flex;
    align-items: center;
    flex: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.shop_flexheat .special_offer_box .company_info .shipping p {
    font-weight: 600;
    font-size: 15px;
    font-family: "SFRounded", sans-serif;
    margin-bottom: 0;
    padding-left: 6px;
    color: #000000;
}

.shop_flexheat .special_offer_box .card_image {
    padding-top: 21px;
    text-align: center;
}

.shop_flexheat .special_offer_box .in_stock {
    border-radius: 8.4px;
    padding: 15px;
    font-family: 'SFRounded', sans-serif;
    font-size: 15px;
    margin-top: 6px;
    text-align: center;
}

.shop_flexheat .special_offer_box .in_stock_span {
    font-weight: 600;
    color: #7BCC3D;
}

@media only screen and (min-width:1018px) {
    .shop_flexheat .col-md-6:first-child {
        flex: 0 0 auto;
        width: 47%;
        padding-left: 0;
    }

    .shop_flexheat .col-md-6:last-child {
        flex: 0 0 auto;
        width: 53%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:767px) {

    .shop_flexheat {
        padding: 40px 0;
        overflow: hidden;
    }

    .shop_flexheat .heading {
        font-size: 28px;
        padding-bottom: 4px;
    }

    .shop_carousel {
        padding-bottom: 32px;
    }

    .shop_flexheat .special_offer_box {
        max-width: 100%;
        margin: auto;
    }

    .shop_flexheat .special_offer_box .shop_save_btn {
        font-size: 16px;
        max-width: 310px;
    }

    .shop_carousel .item {
        max-width: 100%;
    }

    .shop_carousel .owl-dots {
        max-width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .shop_carousel .owl-dot:nth-child(1) {
        width: 78px;
        height: 79px;
    }

    .shop_carousel .owl-dot:nth-child(2) {
        width: 78px;
        height: 79px;
    }

    .shop_carousel .owl-dot:nth-child(3) {
        width: 78px;
        height: 79px;
    }

    .shop_carousel .owl-dot:nth-child(4) {
        width: 78px;
        height: 79px;
    }

    .shop_flexheat .special_offer_box .special_heading {
        font-size: 18px;
    }

    .shop_flexheat .information {
        font-size: 16px
    }

    .shop_flexheat .special_offer_box .special_list li {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .shop_flexheat .special_offer_box .special_list {
        padding-left: 20px;
    }

    .shop_flexheat .special_offer_box .special_list li::after {
        width: 24px;
        height: 24px;
        left: -25px;
        top: 0px;
    }

    .shop_flexheat .special_offer_box .special_header {
        font-size: 18px;
    }

    .shop_flexheat .carousel_heading {
        font-size: 20px;
        line-height: 16px;
    }

    .shop_flexheat .rating p {
        font-size: 12px;
    }

    .shop_flexheat .limited_offer {
        font-size: 12px;
        max-width: 188px;
    }

    .shop_carousel .item {
        max-width: 100%;
    }

    .shop_carousel .owl-dots {
        max-width: 100%;
    }
}


/* Shop Buzzdefender End */


/*----------------
Review CSS
-----------------*/
.section_8 {
    float: left;
    width: 100%;
    padding: 60px 0 0;
    background: #ffffff;
}

.common_heading {
    float: left;
    width: 100%;
    font-size: 42px;
    line-height: 48px;
    color: #2e394b;
    letter-spacing: 0;
    text-align: center;
    font-weight: 800;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.rating-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.rating-text {
    padding-left: 15px;
    padding-right: 15px;
    width: 220px;
}

.rating-text h1 {
    font-size: 48px;
    color: #2e394b;
    text-align: center;
    font-weight: 800;
}

.rating-text p {
    text-align: center;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.rating-text ul,
.rating-star ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #04bf7a;
}

.rating-bar {
    width: 100%;
}

.rating-bar ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 148px;
}

.rating-star {
    padding-left: 15px;
    padding-right: 15px;
    width: 260px;
}

.rating-star div {
    display: flex;
    flex-direction: column;
}

.progres-wrapper {
    width: 100%;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 6px -6px rgb(0, 0, 0, .27);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.progres-wrapper .fst-bar {
    width: 89%;
}

.progres-wrapper .secnd-bar {
    width: 11%;
}

.progres-wrapper span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #04bf7a;
}

.txt-persentage {
    font-weight: 900;
    color: #2e394b;
    margin-top: 2px;
}

.review_new_design_wrap {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    background-image: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 0%));
    z-index: 99;
}

.review_new_single_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.profile_item_wrap {
    width: 20%;
}

.profile_item_wrap .testo-box {
    display: flex;
}

.review_new_single_flex .profile_item_wrap .name-txt-testo p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    background: #495479;
    color: #fff;
    /* padding: 10px; */
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-bottom: 0;
}

.cust_detelse p.full-name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.cust_detelse p.verifiy-txt {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #007c00;
    padding: 0 5px;
    font-weight: 600;
}

.verifiy-txt img {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 3px 0 0;
    width: 15px;
    height: 15px;
}

.testo-box_devider {
    width: 100%;
    border-bottom: 1px solid #c8c3c3;
    margin: 10px 0;
}

.product_reviewing_wrap {
    display: flex;
}

.prw_image_wrap img {
    margin-right: 24px;
}

.prw_details_right .rving_txt {
    color: #718197;
    font-weight: 400;
    font-size: 15px;
}

.prw_details_right .prw_pro_name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.review_desc_wrap {
    width: calc(79% - 10px);
    padding: 0 15px;
    text-align: left;
    border-left: 1px solid #c8c3c3;
    margin-left: 10px;
}

.rev_stars {
    text-align: left;
}

.testo_head {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    min-height: 36px;
}

.rev_stars .t-star {
    margin-right: auto;
    margin-left: 0;
}

.t-star {
    display: block;
    width: 110px;
    margin: 0 auto 0;
}

.testo_head {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    min-height: 36px;
}

.testo_desc {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
    /* min-height: 265px; */
    margin-bottom: 30px;
}

.stat1st {
    margin: -7px 0 0 0;
}

.stat2nd {
    margin: 10px 0 0 0;
}

.stat3rd {
    margin: 5px 0 0 0;
}

.stat4th {
    margin: 5px 0 0 0;
}

.stat5th {
    margin: 10px 0 0 0;
}

/*----------------
Footer CSS
-----------------*/
footer {
    width: 100%;
    float: left;
    padding-top: 100px;
    background: #000;
    text-align: center;
    padding: 40px 0;
    color: #fff;
}

.footer_widget_content {
    border-bottom: solid 1px #1c1c1c;
    border-top: solid 1px #1c1c1c;
    padding: 30px 0;
    margin: 40px 0 25px 0;
}

.footer_widget_content ul {
    display: flex;
    justify-content: space-around;
}

.footer_widget_content ul li a:hover {
    color: #FD6020;
}

.payment {
    padding-bottom: 25px;
}

footer .save_benefits_box ul li {
    border-right: solid 1px #fff;
}

.mr-tb-100 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.moboShow {
    display: none;
}

.wdhAuto {
    width: auto !important;
}

.ctaTxt {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
}

.blackTxt {
    color: #000
}

/*----------------
Responsive CSS
-----------------*/
@media only screen and (max-width:1600px) {
    .singleProduct {
        right: 5%;
        width: 60%;
    }
}

@media only screen and (max-width:1366px) {
    .banner_sec {
        background: url(../images/banner.jpg) no-repeat center bottom;
    }

    .banner_sec_inner h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner_sec_inner .versatile li p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner_sec_inner {
        max-width: 400px;
    }

    .pdutBox {
        width: 75%;
    }
}

@media only screen and (max-width:1280px) {
    .faq_part .faq_inner_part {
        padding: 60px 5% 0 5%;
    }

    .section2 {
        padding: 0 0 50px 0;
    }

    .section2 h2 {
        font-size: 36px;
        line-height: 1;
    }

    .heading_part h2 {
        font-size: 36px;
        line-height: 1;
    }
}

@media(max-width:1199px) {
    .comfort_sec {
        overflow-x: hidden;
    }

    .singleProduct {
        right: -6%;
        width: 80%;
    }

    .customer_support_box p br {
        display: none;
    }

    .common_heading {
        font-size: 36px;
        line-height: 1;
    }

    .pdutBox {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .btn-sec a {
        font-size: 24px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mid_heading {
        font-size: 42px;
        line-height: 42px;
    }

    .faq_part .faq_inner_part {
        padding: 40px 0 0 0;
    }

    footer .footer_widget_icon ul li {
        font-size: 13px;
    }

    footer .footer_widget_content ul li {
        font-size: 16px;
    }

    footer .footer_copyright_area {
        display: block;
        justify-content: center;
        padding: 40px 0;
        flex-direction: column;
        text-align: center;
    }

    .christmas_festive_pic {
        bottom: -90px;
    }

    /*.faq_part{padding:80px 0;}*/
}

@media(max-width:991px) {
    .box1 {
        padding: 0px;
    }

    .box1 ul li p {
        font-size: 12px;
    }

    .singleProduct {
        right: -20%;
        width: 100%;
    }

    .save_benefits_box a {
        font-size: 17px;
    }


    .profile_item_wrap {
        width: 30%;
    }

    .pdutBox ul {
        width: 65%;
    }
}



@media only screen and (max-width:767px) {
    .banner_sec_inner .versatile {
        padding: 0 15px;
    }

    .banner_sec_inner .versatile img {
        max-width: 25px;
        margin: auto;
    }

    .banner_sec {
        background: radial-gradient(circle, rgba(58, 65, 72, 1) 50%, rgba(46, 44, 42, 1) 70%);
        padding: 40px 0 0;
    }

    .moboimg {
        width: 100%;
        margin: -150px 0 0 0;
    }

    .banner_sec_inner {
        max-width: 100%;
        text-align: center;
    }

    .section2 h2 {
        font-size: 34px;
    }

    .section2 {
        padding: 30px 0;
    }

    .heading_part p {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .productBox {
        padding-top: 0;
    }

    .heading_part h2 {
        font-size: 28px;
    }

    .productiteam img {
        width: 100%;
    }

    .section2 .productBox .productiteam {
        margin: 15px 0 0 0;
        padding: 0;
    }

    .key_benefits_box {
        text-align: center;
        padding: 30px 10px;
    }

    .key_benefits_box img {
        margin: 0px auto;
    }

    .single-item {
        position: relative;
    }

    .single-item .slick-prev {
        position: absolute;
        bottom: -8px;
        left: 15%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #0000005c;
    }

    .single-item .slick-next {
        position: absolute;
        bottom: -5px;
        right: 15%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #0000005c;
    }

    .common_heading {
        font-size: 24px;
        line-height: 1;
    }

    .rating-text h1 {
        font-size: 24px;
    }

    .rating-text p {
        font-size: 16px;
    }

    .txt-persentage {
        font-size: 16px;
        margin-top: 5px;
    }

    .single-item ul li {
        display: inline-block;
    }

    .single-item .slick-dots button {
        width: 30px;
        height: 5px;
        border-radius: 15px;
        border: none;
        font-size: 1px;
        margin: 0 2px;
        background: #A4A4A4;
    }

    .single-item .slick-dots .slick-active button {
        background: #E8601B;
    }

    .key_benefits_box h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .key_benefits_box p {
        font-size: 16px;
        line-height: 16px;
    }

    .save_benefits_box a {
        font-size: 16px;
        padding: 10px 0;
        max-width: 260px;
    }

    .key_room_box {
        border-bottom: 1px solid #0000004a;
        padding-bottom: 20px;
    }

    .key_room_box img {
        width: 100%;
    }

    .key_room_box p {
        max-width: 100%;
    }

    .key_room_box h4 {
        font-size: 15px;
        padding: 16px 0 8px 0;
    }

    .key_room_box {
        padding-top: 20px;
    }

    .key_room_box p {
        font-size: 16px;
    }

    .lastBox {
        border-bottom: transparent;
    }

    .mr-tb-100 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .moboBoxUlli {
        display: flex;
        flex-wrap: wrap;
    }

    .moboBox {
        width: 48%;
        background: #FEF7F4;
        border: 2px solid #E8601B;
        border-radius: 15px;
        padding: 18px;
        margin: 0 20px 20px 0;
    }

    .moboBox:nth-child(even) {
        margin-right: 0;
    }

    .moboBox p:first-child {
        font-size: 16px;
        line-height: 20px;
        font-weight: 800;
        padding: 0 0 15px 0;
        color: #000;
        font-family: 'SFRounded';
    }

    .moboBox p:last-child {
        font-size: 13px;
        line-height: 18px;
        padding: 0;
        color: #000;
    }

    .wd100 {
        width: 100%;
    }

    .box1 ul li p {
        font-size: 14px;
    }

    .singleProduct {
        right: 0;
        width: 100%;
        position: relative;
        margin: -155px 0 0 0;
    }

    #page .slick-slide img {
        display: block;
        width: 100%;
    }

    #page .slider-nav img {
        width: 100%;
        padding: 0 5px;
    }

    .note {
        margin: 30px 0 0 0;
    }

    .bolg_box {
        margin-bottom: 10px;
    }

    .slick-initialized .slick-slide {
        margin: 10px 5px;
    }

    .slick-dots {
        text-align: center;
    }

    .faq_part .slick-list {
        padding: 10px 0 0 0;
    }

    .excellent {
        padding: 15px 0 20px 0;
    }

    .padd_top {
        padding: 60px 0 0 0;
    }

    .faq_part .heading_part h2 {
        font-size: 24px;
        line-height: 1;
    }

    .faq_part .faq_inner_part .accordion-button {
        font-size: 16px;
    }

    .customer_support {
        padding: 30px 0;
    }

    .customer_support_box {
        height: auto;
        margin: 0 0 14px 0;
    }

    .review_new_single_flex {
        flex-wrap: wrap;
    }

    .profile_item_wrap {
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100%;
    }

    .profile_item_wrap .testo-box {
        flex-wrap: wrap;
    }

    .testo-box_devider.hide_in_mob {
        width: 2px;
        height: 30px;
        background: #c8c3c3;
    }

    .product_reviewing_wrap {
        flex-wrap: wrap;
    }

    .prw_image_wrap img {
        margin-right: 0px;
    }

    .review_desc_wrap {
        margin-top: 10px;
        border: none;
        max-width: 100%;
        width: 100%;
    }

    .review_new_single_flex {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    footer .footer_copyright_area {}

    .mid_heading {
        font-size: 32px;
        line-height: 38px;
    }

    footer .footer_widget_icon ul li {
        font-size: 17px;
    }

    .footer_widget_icon {
        padding-top: 25px;
    }

    footer .footer_widget_content ul li {
        line-height: 32px;
    }

    footer .footer_copyright_area p {
        padding-bottom: 20px;
        line-height: 32px;
    }

    .topbar p {
        font-size: 16px;
        line-height: 1;
    }

    .moboTxtCnt {
        text-align: center;
    }

    .moboHide {
        display: none;
    }

    .moboShow {
        display: block;
    }

    .save_benefits_box ul {
        width: 100%;
        justify-content: center;
    }

    .pdutBox {
        background: url(../images/sec_2Bg_mobo.png) center bottom no-repeat;
        background-size: auto;
        background-size: cover;
        padding: 0 10px;
        position: relative;
        height: 700px;
    }

    .pdutBox ul {
        width: 100%;
        position: absolute;
        top: 30px;
        padding: 0 10px;
        left: 0;
    }

    .pdutBox ul li img {
        margin: 0 5px 0 0;
        width: 50px;
        height: 50px;
    }

    .pdutBox ul li p {
        font-size: 12px;
        color: #FFF;
        text-align: left;
        padding: 6px 5px 0 0;
    }

    .box1 {
        padding: 10px 30px;
    }

    .box2 {
        padding: 10px;
    }

    .comfort_sec {
        padding: 60px 0 0;
    }

    .comfort_sec .save_benefits_box {
        margin-bottom: 80px;
    }

    /* .comfort_sec::before {
        height: 70px;
    } */

    .faq_part {
        padding: 70px 0;
    }

    .faq_part::before {
        height: 70px;
    }

    .faq_part::after {
        height: 70px;
        bottom: -25px;
    }

    .banner_sec_inner .save_benefits_box a {
        font-size: 16px;
        padding: 10px 0;
        max-width: 260px;
    }
}

@media only screen and (max-width:575px) {
    .heading_part h2 {
        font-size: 24px;
    }

    .section2 h2 {
        font-size: 24px;
    }

    .save_benefits_box ul li {
        padding: 0 6px;
        font-size: 16px;
    }

    .faq_part::after {
        bottom: -35px;
    }

    .header_logo {
        width: 133px;
        max-width: 100%;
    }

    .footer_logo {
        width: 133px;
        max-width: 100%;
    }

}

@media(max-width:550px) {
    .moboimg {
        margin: -100px 0 0 0;
    }

    .footer_widget_content ul {
        display: block;
        padding: 0 0 0 20px;
    }

    footer .footer_widget_content ul li {
        width: 100%;
        float: left;
        text-align: left;
    }
}

@media(max-width:523px) {
    .moboBox {
        margin: 0 4% 20px 0;
    }
}

@media(max-width:495px) {
    .callDiv a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .banner_sec_inner h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner_sec_inner .quiet {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0 10px 0;
    }

    .banner_sec_inner .versatile li p {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

    .banner_sec_inner .save_benefits_box a {
        font-size: 16px;
        padding: 10px 0;
        max-width: 260px;
    }

    .moboimg {
        margin: 0;
    }

    .pdutBox ul li img {
        width: 35px;
        height: 35px;
    }

    .pdutBox {
        height: 600px;
    }

    .pdutBox ul li p {
        padding: 0 5px 0 0;
        font-weight: 600;
    }
}

@media(max-width:467px) {
    .section2 .productBox .productiteam p br {
        display: none;
    }

    .faq_part::after {
        bottom: -45px;
    }
}

@media(max-width:400px) {
    .single-item .slick-prev {
        left: 50px;
    }

    .single-item .slick-next {
        right: 50px;
    }

    .banner_sec_inner .versatile li p {
        font-size: 14px;
        line-height: 16px;
    }

    .pdutBox {
        height: 500px;
    }
}

@media(max-width:388px) {
    .faq_part .slick-list {
        min-height: 400px;
    }

    .save_benefits_box ul li {
        padding: 0 6px;
    }

    .save_benefits_box ul li:last-child {
        padding: 0 0 0 6px;
    }
}

.black_friday_sale {
    background: -webkit-linear-gradient(#fddfb1, #f0be74);
    padding: 10px;
    border-bottom: 1px solid #fff6004d;
}

.sale_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blackFriday {
    flex: 70%;
    max-width: 73%;
    display: inline-flex;
}

.countdown_div {
    flex: 25%;
    max-width: 27%;
}

.sale_ends {
    color: #000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown {
    width: 45px;
    height: 39px;
    font-size: 26px;
    font-weight: bold;
    background: linear-gradient(184.32deg, #E51F1F 3.51%, #940000 104.48%);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.labels {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.time-box {
    display: inline-block;
    text-align: center;
}

.blackFriday p {
    color: #e00707 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-style: italic;
    font-weight: 900;
    line-height: 82.8px;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.blackFriday span {
    padding: 2px 20px;
    color: white !important;
    background: linear-gradient(90deg, #528e21 8.91%, #203f07 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    margin-left: 20px;
    margin-right: 10px;
}

.mob_hide_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: 45px;
    text-align: left;
    color: #E51F1F !important;
    display: block;
    margin-left: 10px;
}

.mob_hide_text span {
    display: block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 27px;
    color: #E51F1F !important;
    background: none;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width:1200px) {
    .blackFriday p {
        font-size: 50px;
    }

    .blackFriday span {
        font-size: 22px;
        line-height: 32px;
    }

    .mob_hide_text p {
        font-size: 40px;
        line-height: 36px;
    }

    .blackFriday {
        flex: 70%;
        max-width: 70%;
    }

    .countdown_div {
        flex: 30%;
        max-width: 30%;
    }
}

@media only screen and (max-width:1022px) {
    .blackFriday {
        flex: 100%;
        max-width: 100%;
    }

    .sale_container {
        flex-direction: column;
    }

    .countdown_div {
        flex: 100%;
        max-width: 100%;
    }

    .mob_hide_text p {
        font-size: 37px;
        line-height: 35px;
    }

    .mob_hide_text span {
        font-size: 17px;
    }

    .blackFriday span {
        font-size: 20px;
        line-height: 22px;
        margin-left: 10px;
    }

    .countdown {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {

    .mob_hide_text {
        display: none;
    }

    .sale_container {
        flex-direction: column;
    }

    .blackFriday {
        flex: 100%;
        max-width: 100%;
    }

    .countdown_div {
        flex: 100%;
        max-width: 100%;
    }

    .blackFriday p {
        font-size: 32px;
        line-height: 45px;
    }

    .blackFriday span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width:390px) {
    .blackFriday p {
        font-size: 26px;
        line-height: 40px;
    }

    .blackFriday span {
        font-size: 16px;
        line-height: 18px;
    }

    .sale_ends {
        font-size: 15px;
    }
}