html {
    overflow-x: hidden;
}






body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
}

ol,
ul {
    padding: 0;
    margin: 0;
}
h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    text-align:center;
}
h2 span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: #0f7de0;
    margin-bottom:5px
}
.fa-ul {
    list-style-type: none;
    margin-left: 30px;
    padding-left: 0;
}
.fa-li {
    left: -40px!important;
}
.fa-circle-check {
    color:#068ae5;
}
.fa-circle-xmark {
    color:#e73333;
}
@media (max-width: 768.9px) {
    h2 {
        font-size: 26px;
        line-height: 35px;
    }
    h2 span {
        font-size: 16px;
        line-height: 25px;
    }
}
.textOrange {
    color: #4342A7;
}
.bgBlack {
    background: url("https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/security.webp") center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@font-face {
    font-family: 'HelveticaNeueMediumExtended';
    src: url('../fonts/HelveticaNeueMediumExtended.eot');
    src: url('../fonts/HelveticaNeueMediumExtended.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueMediumExtended.woff2') format('woff2'),
    url('../fonts/HelveticaNeueMediumExtended.woff') format('woff'),
    url('../fonts/HelveticaNeueMediumExtended.ttf') format('truetype'),
    url('../fonts/HelveticaNeueMediumExtended.svg#HelveticaNeueMediumExtended') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('../fonts/HelveticaNeueUltraLight.eot');
    src: url('../fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueUltraLight.woff2') format('woff2'),
    url('../fonts/HelveticaNeueUltraLight.woff') format('woff'),
    url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'),
    url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueW0166MediumIt';
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot');
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueW0166MediumIt.woff2') format('woff2'),
    url('../fonts/HelveticaNeueW0166MediumIt.woff') format('woff'),
    url('../fonts/HelveticaNeueW0166MediumIt.ttf') format('truetype'),
    url('../fonts/HelveticaNeueW0166MediumIt.svg#HelveticaNeueW0166MediumIt') format('svg');
}


/* Header */

.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}

.navbar {
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    z-index:99;
}

.navbar-brand img {
    height: 40px;
}

.nav-item a {
    color: #000;
    transition: all 0.2s linear;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0.1px;
    border-bottom: 3px solid #fff;
    border-radius:0;
}
.nav-item a:hover {
    color: #000;
    border-bottom: 3px solid #004DF7;
    border-radius:0;
    font-weight: 500;
}
section {
    padding: 4rem 0rem;
}
.promo {
    background: #0f7de0;
    color:#fff;
    padding: 5px;
}
.promo p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
}
.promo span {
    color: #FED606;
}

.orderNwbtn.btn-1 {
    margin-left: 65px;
    border: 0px solid #B39700;
    background: transparent;
    color: #000 !important;
    font-size: 17px;
    text-transform: none;
    text-decoration: underline!important;
    box-shadow: 0px 0px 0px 0px #BFB2F1;
}
header.fixed-top .orderNwbtn.btn-1 {
    border: 0px solid #B39700;
    background: transparent;
    color: #000 !important;
    transition: .3s ease-in-out;
    text-decoration: underline!important;
    box-shadow: 0px 0px 0px 0px #BFB2F1;
}
.orderNwbtn {
    box-shadow: 0px 3px 0px 0px #BFB2F1;
    background: #004DF7;
    color: #fff!important;
    border-radius: 10px;
    letter-spacing: 0.1px;
    padding: 14px 20px;
    transition: all 0.2s linear;
    font-family: Inter;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    display: block;
}


.orderNwbtn span {
    color: #000;
    padding-right: 0px;
}

.orderNwbtn span:hover {

    color: #fff;
}



.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 15px;
    margin-left: 15px;
}

/* Header */




.bnrAr {
    background: #F4F1FF;
    padding: 2rem 0rem;
}

.bannerMain {
    position: relative;
    width: 100%;
    display: flex;
}

.bannerMain .container {
    max-width: 1300px;
    position: relative;
}

.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bannerMain video {
    border-radius: 15px;
    width:80%;
}
.bnrImg3 {
    position: absolute;
    bottom: 0%;
    left: 33%;
    width: 330px;
}


.ratingAr .star {
    height: 15px;
    margin-right: 10px;
}
.ratingAr .review {
    width: 100px;
    margin-right: 10px;
}
.ratingAr p {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.bannerMain h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-align: left;
    text-transform:uppercase;
}
.bannerMain h1 span {
    position: relative;
    z-index: 1;
}
.bannerMain h1 span::after {
    content: " ";
    background: #FED6064A;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.bannerMain h1+p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 21px;
}

/* .bannerMain span {
    color: #1B9AD5;
} */

.bannerMain p {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;

}

bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.bannerMain li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerMain li::after {
    content: " ";
    background: url("https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/icon-check.svg") no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}

/* .amazonAr {
    background: #FFF1CE;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
} */

/* .amazonAr p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
} */

.bannerMain .orderNwbtn {
    display: inline-block;
    font-size: 18px;
    padding: 15px 5px;
    margin-bottom: 11px;
}

.bannerMain .orderNwbtn span {
    color: #000
}

.bannerMain .orderNwbtn span:hover {
    color: #fff;
}
.btm-bg {
    background: url("https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/btm_banner.png") center right;
    background-size: cover;
    background-repeat: no-repeat;
}
.shipArs {
    display: flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p,
.shipArs span {
    font-size: 11px !important;
    margin-bottom: 0;
}

.stocks {
    height: 14px;
    margin: 0 5px;
}


.bannerImg2 {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 50%;
    bottom: 0;
}

.bannerImg2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.secSub {
    padding: 3rem 0 0 0;
    background: #F1F1F2;
    background: url(https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/soap.png) no-repeat center center / cover;
}
.secSub h2 {
    text-align:left
}
.secSub .icon {
    height: 50px
}
.secureAr {
    padding: 3rem 6rem;
}

/* .secureAr h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 2.5rem;
}

.secureAr h2 span {
    position: relative;
    z-index: 1;
}

.secureAr h2 span::after {
    content: " ";
    background: #1B9AD5;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 9px;
    z-index: -1;
} */
.secureArInr h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom:0px
}

.secureArInr p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.secureArInr img {
    margin-bottom: 8px;
}

.secureArInr.secureArInr-1 img {
    margin-bottom: 15px;
    width: auto;
    object-fit: contain;
}




.secureAr .col-md-4 img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.secureAr .col-md-4 div {
    width: calc(100% - 40px );
    padding-left: 20px;
}

.secureAr .col-md-4 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secureAr .col-md-4 p{
    color: #fff;
}
/* 
.secureArInrMob {
    display: none;
} */

/* .secureArInrMob .slick-prev,
.secureArInrMob .slick-next {
    display: none !important;
} */



/*====scroll_strip====*/
.sec2 {
    width:100%;
    height: 150px;
    padding: 0;
}
.bestSeller img {
    height: 150px;
    width: 100%;
    display: block;
    margin:auto;
}
.sec2 .scroll_strip{
    overflow: hidden;
    height: 150px;
    padding:2rem 0rem 2rem;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    z-index:1
}
.sec2 ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 50s linear infinite;
}

.sec2 ul.scroll_strip_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 0px;
    position:relative;
    font-size:18px;
    line-height:18px;
    color:#fff;
    font-weight:bold;
    text-transform:capitalize;
}
.sec2 ul.scroll_strip_list li img{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    margin:-3px 0 0 10px;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee-horizontal-reverse {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/*========SECTION 1========*/
.secCTA {
    padding: 0rem 0rem;
}
.secFull {
    padding: 0rem;
}
.secFull h2, .secFull p  {
    text-align:center;
}
.secFull .scroll_strip{
    overflow: hidden;
    height: 400px;
    padding:2rem 0rem 2rem;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    z-index:1
}
.secFull ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 40s linear infinite;
}
.secFull ul.scroll_strip_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 0px;
    position:relative;
    font-size:18px;
    line-height:18px;
    color:#fff;
    font-weight:bold;
    text-transform:capitalize;
}
.secFull ul.scroll_strip_list li img{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    margin:0px 0 0 16px;
    border-radius:15px;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.secFeat {
    padding: 2rem 0 3rem 0rem;
}
.secFeat h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
}

.secFeat .product {
    width: 150%;
    margin-left: -45%;
    margin-top: -15%;
    z-index: 0;
    position: relative;
}
.secFeat .content {
    z-index: 1;
    position: relative;
}
.secDoc {
    background: #F4F1FF;
    padding: 1rem 1rem 0rem 1rem;
}
.secDoc h2 {
    text-align:left;
}
.secStats {
    padding: 3rem 0rem 2rem 0rem
}
.secStats .container {
    max-width: 1300px!important;
}
.secStats .col {
    border-right: 1px solid #000;
    padding: 2rem 0rem;
}
.secStats .col:last-child {
    border-right: 0px solid #000;
}
.secStats p {
    margin-bottom:0;
}
.secStats h5 {
    font-weight: 800;
    color: #4B3994;
    font-size: 48px;
    line-height: 34px;
}
.secStats p.accent {
    font-size: 21px;
    line-height: 34px;
}
.secVid {
    padding: 0rem 0rem;
}
.secVid h2 {
    text-align:center;
}
.secVid h4 {
    color: #000!important;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
}
.secVid h4 span  {
    color: #4B3994;
}

.secVid img, .secVid video {
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
}

.secVid h4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 33px;
}

/* comp */
.s5CompBox {
    display: inline-block;
    max-width: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 180px auto 51px;
}
.s5Col1 {
    float: left;
    width: 50%;
    margin-top: 30.5px;
}
.s5Col1 ul li {
    float: left;
    font-weight: 500;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #475858;
}

.s5Col1 ul li:first-child,
.s5Col2 ul li:first-child {
    border-top: 1px solid #475858;
}
.s5Col1 ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
}
.s5Col2 {
    float: left;
    width: 25%;
    border-radius: 8px;
    margin: -99px 0px -25px 0;
    background: #F4F1FF;
}
.s5Col2Top {
    text-align: center;
}
.s5Col2Prod {
    margin: -95px auto 0px;
}
img.s5Col2Prod {
    width: 50%;
}
.s5Col2Prod {
    display: block;
    max-width: 100%;
}
.s5Col3Prod {
    display: block;
    max-width: 100%;
}
img.s5Col3Prod {
    width: 70%;
    margin: auto;
}
.s5Col2Top img.logo {
    width: 75%;
    padding: 10px 0;
}
.s5Col2Top p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.s5Col2 ul {
    padding-top: 5px;
    float: left;
    width: 100%;
}
.s5Col2 ul li {
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #475858;
    text-align: center;
}
.s5Col2 ul li:last-child {
    height: 20px;
    border-bottom: none;
}
.compOne {
    background: transparent!important;
    margin-top: -39px!important;
}
.s5Col2Top .star, .s5Col3Top .star {
    padding-bottom: 9px;
    width: 50%
}

.sec5-1 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}


.sec3 {
    padding: 4rem 0 3rem;
    background: #F9F9F9;
}

.sec3Hd {
    text-align: center;
    margin-bottom: 3rem;
}

.sec3Hd img {
    height: 80px;
    margin-bottom: 20px;
}

.sec3Hd h2 {
    margin-bottom: 20px;
}

.sec3Cnt1 h2 {
    font-size: 30px;
    font-weight: bold;
    line-height:33px;
    margin-bottom:20px;
    text-align:left;
}

.sec3Cnt1 p {
}

.sec3Cnt1 ul {
    list-style: none;
    padding-left: 0;
}

.sec3Cnt1 li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sec3Cnt1 li::after {
    content: " ";
    background: url(https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/blue-tick.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.sec3Cnt4 .col-md-5 {}



.sec3Cnt1 {
    padding-bottom: 5rem;
}
.sec3Cnt1.sec3Cnt4{
    padding-bottom:3.6rem;
}

.sec3Cnt1.sec3Cnt5{
    padding-bottom:2rem;
}

.sec3Cnt1.sec3Cnt4 img{
    border-radius: 15px;
}
.sec3Cnt6 {
    margin-bottom: 2rem;
}


.sec3Cnt6 img {
    width: 100px;
    object-fit: contain;
}

.sec3Cnt6 p {
    text-align: center;
    font-size: 20px;
}

.sec3Cnt7 {
    max-width: 375px;
    width: 100%;
    margin-top: 1rem
}

.sec3Cnt7 .orderNwbtn {
    display: inline-block;
    max-width: 400px;
    font-size: 20px;
    width: 100%;
    line-height:26px;
}

.sec3Cnt7 .shipArs {
    justify-content: center;
}



.sec4 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.sec4 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 2.5rem;
}
.sec4 .ratingAr {
    margin-bottom: 54px;
}
.sec4 .card {
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
    margin-bottom: 16px;
    border-radius: 15px;
}
.sec4 .card img {
    border-radius: 15px 15px 0 0
}
.sec4 .card img.star {
    border-radius:0
}
.sec4 .card-title img {
    height: 20px;
}
.sec4 .card-title  {
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 15px;
}
.sec4 .card-title p {
    font-size: 12px;
    margin-bottom: 0px;
}
.sec4 .card-body {
    padding: 5px 15px
}

.sec4 .card-body h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px;
}

.sec4 .card-body p {
    font-size: 16px;
    margin-bottom: -10px;
    line-height: 30px;
    font-weight: 400;
}

.sec4 .card-footer {
    border-radius: 0 0 25px 25px;
    border: 0;
    background:transparent;
}
.sec4 .card-footer h6 {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
}
.sec4 .card-footer img {
    height: 15px;
    margin-bottom: 10px;
}
.sec4 .card-footer h6 span {
    font-weight: 500;
    color: #1BBA85;
}
/*====scroll_strip====*/

.sec4 .card {
    width:300px;
    margin: 0 .5rem;
}
.scroll_strip{
    overflow: hidden;
    height: 470px;
    padding:2rem 0rem 2rem;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    z-index:1
}
div.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 50s linear infinite;
}

div.scroll_strip_list_reverse{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal-reverse 50s linear infinite !important;
}
div.scroll_strip_list col{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 0px;
    position:relative;
    font-size:18px;
    line-height:18px;
    color:#fff;
    font-weight:bold;
    text-transform:capitalize;
}
div.scroll_strip_list card{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    margin:-3px 0 0 10px;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.sec5 {
    padding: 4rem 0 1rem;
}
.sec5-1 {
    background: #fafafa;
}


.sec5 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}




.sec5 .amazonAr {
    background: #FCD46E
}

.sec5 .shipArs p {
    color: #000;
}



.sec6 {
    padding: 3rem 0;
}
.sec6 h2 {
    margin-bottom: 20px;
}
.sec6 .card {
    border: 0;
    border-radius: 25px;
    box-shadow: 2px 2px 4px 0px #00000024;
}
.sec6 .card-body {
    padding: 1.5rem;
}

.sec6 .card img {
    border: 0;
    border-radius: 25px 25px 0px 0px;
}
.sec6 .card li {
    margin-bottom: 10px;
}



.sec7 {
    padding: 0rem 0 0rem;
}
.sec7 .col-lg-10 {
    background: #6160B4;
    border-radius: 15px;
}
.sec7 .content {
    padding: 25px 170px;
}
.sec7 img.grtn {
    width: 300px;
}

.sec7 h3 {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
.sec7 p {
    color: #fff;
    margin-bottom: 0;
}




/* .sec8 .bannerMain h1 {
    font-size: 40px;
}

.sec8 .bannerMain ul {
    list-style: disc;
    padding-left: 20px;
}

.sec8 .bannerMain li {
    padding-left: 0;
}

.sec8 .bannerMain li:after {
    display: none;
}

.sec8 .bannerImg2 {
    height: 720px;
} */


.sec9 {
    padding: 3.5rem 0;
}

.sec9 h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}


.custmFtr {
    padding: 49px 0;
    text-align: center;
    margin-top:4rem;
}

.custmFtr p,
.custmFtr p a {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 21px;
}

.custmFtr p a {
    padding: 0 10px;
}

.accordion-item {
    margin-bottom: 10px;
    background:transparent;
    border: 1px solid #CACACA;
    border-radius: 4px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E6EEF9;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 4px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/minus.svg');
    transform: none;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button::after {
    background-image: url("https://purpleassets.blob.core.windows.net/web/sleepshield/inter4new/plus.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    background-color: transparent;

}
.accordion-button:not(.collapsed) {
    font-weight: 700;
}
.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.accordion-body li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}

.accordion-button:focus {
    box-shadow: none;
}



/*

==============================================

pulse

==============================================

*/



.pulse {

    animation-name: pulse;

    -webkit-animation-name: pulse;



    animation-duration: 1.5s;

    -webkit-animation-duration: 1.5s;



    animation-iteration-count: infinite;

    -webkit-animation-iteration-count: infinite;

}



@keyframes pulse {

    0% {

        transform: scale(0.9);

    }

    50% {

        transform: scale(1);

    }

    100% {

        transform: scale(0.9);

    }

}



@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(0.95);

    }

    50% {

        -webkit-transform: scale(1);

    }

    100% {

        -webkit-transform: scale(0.95);

    }

}



.mobCtaBtn {
    display: none;
}



@media (max-width: 1400px) {}

@media (max-width: 1199px) {

    /*.bannerImg2 img{object-fit: unset;}*/

    .ratingAr img {
        margin-right: 10px;
    }

    .bannerImg2 {
        height: auto;
        width: 48%;
        max-width: 100%;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 20px;
    }

    .sec3Cnt1 {
        padding-bottom: 4rem;
    }

    .sec3Cnt1 h2 {
        padding-top: 0;
    }


    .cmpcol3Inr h3 {
        padding: 8px 0;
    }

    /* .sec6Cnt1 {
        padding-top: 0rem;
    } */

    .sec7 h3 {
        font-size: 32px;
    }

    .sec8 .bannerMain h1 {
        font-size: 30px;
    }

    /*.sec8 .bannerImg2 {*/
    /*    height: 550px;*/
    /*}*/

    .sec8 .shipArs p {
        margin-bottom: 0;
    }


    @media (min-width: 1024px) {


    }
    @media (max-width: 991.9px) {

        .navbar-collapse {
            position: absolute;
            width: 100%;
            left: 0;
            top: 60px;
            z-index: 9999999;
            background: #fff;
        }


        .navbar-toggler {
            padding: 0;
            margin-left: auto;
            margin-right: -34px;
            margin-top: 5px;
        }

        .navbar-toggler:focus {
            box-shadow: none;
            border: none;
            outline: none;
        }

        .bnrImg3 {
            top: 60%;
            left: 37%;
        }
        .secureAr .col-md-4 img {
            width: 35px;
            height: 35px;
        }

        .secureAr .col-md-4 div {
            padding-left: 15px;
        }

        .sec3Cnt1 {
            padding-bottom: 2rem;
        }


        .cmpcol3Inr h3 {
            padding: 3px 0;
        }

        .sec7 h3 {
            font-size: 25px;
        }

        .sec8 .bannerImg2 {
            height: 410px;
        }


    }

    @media (max-width: 767px) {
        section {
            padding: .5rem 1rem!important;
        }
        .cmpcol2Inr1 {
            min-height: 57px;
            padding: 16px 0 !important;
        }
    }

    @media (max-width: 767px) {

        header .orderNwbtn {
            display: none;
        }

        .bnrAr {
            padding: 1rem 1rem 1rem 1rem!important;
        }
        .bannerImg2 {
            display: none;
        }


        .bannerMain h1 {
            font-size: 32px;
            line-height: 38px;
            text-align: center;
        }

        .bannerMain p {
            font-size: 17px;
            line-height:25px;
            margin-bottom: 15px;
            text-align: center;
        }


        .bannerMain p b {
            display: block;
        }


        .bannerMain .orderNwbtn {
            display: block;
            max-width: 400px;
            margin: 0 auto 10px;
            text-align: center;
        }
        .sec2 {
            padding: 2rem 0rem!important;
        }
        .sec2 .scroll_strip {
            height: initial;
        }
        .ratingAr .review {
            width: 70px;
            margin-right: 10px;
        }
        .shipArs {
            justify-content: center;
        }

        .shipArs p,
        .shipArs span {
            margin-bottom: 0 !important;
        }

        .shipArs p b {
            display: inline-block;
        }

        .testiAr {
            padding-top: 20px;
        }

        .revimg {
            height: 80px;
            width: 80px;
        }
        .secFull {
            padding-left: 0!important;
            padding-right: 0!important;
        }
        .secFeat .product {
            width: 100%;
            margin-left: 0%;
            margin-top: 0%;
            margin-bottom: 15px;
        }
        .secFeat h4 {
            font-size: 20px;
        }
        .secDoc {
            padding: 2rem 1rem 0rem 1rem!important;
        }
        .secDoc h2 {
            text-align:center;
        }
        .secDoc img {
            margin-left: -57px;
            width: 115% !important;
        }
        .secStats .col {
            border-right: 0px solid #000;
        }
        .secStats hr {
            border-right: 0px solid #000;
            opacity: 1;
            width: 50%;
            margin: auto;
        }
        .secVid {
            padding: 0rem 2rem 2rem 2rem!important;
        }
        .secVid p {
            margin-bottom: 0!important;
        }
        .sec5 {
            padding: 1rem 0rem!important;
        }
        .sec5 .container {
            padding: 0rem!important;
        }
        .s5Col1 ul li {
            text-align: left;
            padding: 0 0 0 15px;
        }
        .sec7 .content {
            padding: 30px;
        }
        .sec9 {
            padding: 2rem 1rem!important;
        }
        .sec3 {
            padding: 0rem 0 0;
        }

        .sec3Hd img {
            height: 60px;
            margin-bottom: 10px;
        }

        .sec3Cnt1 .col-md-5 {
            padding-left: 15px;
        }



        .sec3Cnt4 .row .col-md-5 {
            order: 2;
        }

        .sec3Cnt4 .row .col-md-7 {
            order: 1;
        }

        .sec3Cnt6 img {
            object-fit: contain;
        }

        .sec3Cnt6 .col-md-8 {
            align-items: flex-start;
        }

        .sec3Cnt6 p {
            text-align: left;
            font-size: 16px;
        }

        .sec3Cnt7 .orderNwbtn {
            max-width: 400px;
        }




        .custmFtr p,
        .custmFtr p a {
            font-size: 13px;
        }

        .mobCtaBtn {
            display: block;
            position: fixed;
            bottom: 0;
            background: #fff;
            width: 100%;
            left: 0;
            text-align: center;
            padding: 15px 20px;
            z-index: 2;
        }

        .mobCtaBtn a {
            display: block;
            font-size: 18px;
        }



    }

    @media (min-width: 1400px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {

            max-width: 1140px;

        }

    }

    .d-none {
        display: none;
    }

    .trans {
        transition: 0.4s ease;
    }


    /* new */
    header.fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        /* Ensures the header is on top of other elements */
    }


    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .show-mob-only {
        display: none;
    }

    .show-desk-only {
        display: block;
    }
}
@media (max-width: 1399px) {
    .s5Col2 {
        margin: -72.5px 0px -25px 0
    }
    .compOne {
        background: transparent !important;
        margin-top: -34.5px !important;
    }
}
@media (max-width: 1199px) {
    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .s5CompBox {
        margin: 112px auto 51px;
    }
    .s5Col2Prod {
        margin: -73px auto 0px;
    }
    .s5Col2 {
        margin: -68px 0px -25px 0;
    }
    .compOne {
        margin-top: -31.5px !important;
    }
    .s5Col1 ul li {
        text-align:left;
    }
    .sec7 .content {
        padding: 25px 60px;
    }
}

@media (max-width: 1021px) {
    .bannerMain .orderNwbtn{
        font-size: 15px;
    }

    .sec7 img.grtn {
        margin-bottom: 13px;
    }
    .sec7 h3{
        margin-bottom: 14px;
    }
}

@media (max-width: 991.9px) {
    .container .navbar-nav {
        padding: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border: 2px solid #D6D6D6;
        border-bottom: 0;
        top: 12px;
        background: #fff;

    }

    header li.nav-item {
        border-bottom: 1px solid #D6D6D6;
    }

    .bannerMain p {
        margin-bottom: 10px;
        line-height: normal;
    }

    .bannerMain .orderNwbtn {
        font-size: 13px;
        padding: 14px 34px;
    }

    .sec3Cnt1 {
        padding-bottom: 3.25rem;
    }
    img.feat{
        width:100%;
    }
    .secureAr .container {
        max-width: 820px;
    }
    .sec3 .container {
        max-width: 820px;
    }
    .sec5-1 .container {
        max-width: 820px;
    }
    .sec4 .container {
        max-width: 820px;
    }

    .s5Col2Prod {
        margin: -51px auto 0px;
    }
    .s5Col2 {
        margin: -55.5px 0px -25px 0;
    }
    .compOne {
        margin-top: -27.5px !important;
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
    footer.custmFtr{
        margin-bottom:0px !important;
    }
}
@media (max-width: 900.9px) {
    .compDesk {display:none;}
}
@media (max-width: 768.9px) {

    .bannerMain .container {
        max-width: 600px;
    }
    .bannerMain .context {
        padding-left: 1rem !important;
    }
    .bannerImg2 img {
        display: none;
    }
    .bannerImg2 {
        display: none;
    }
    .bnrImg3 {
        top: 59%;
        left: 5%;
        height: 200px;
        width: 200px;
    }

    .show-mob-only {
        display: block;
    }

    .show-desk-only {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
        margin-top: 5px;
    }

    .mob-banner {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 20px;
    }

    .mob-banner img {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;

    }

    .ratingAr {
        justify-content: center;
        margin-bottom: 13px;
    }


    .bannerMain p {
        font-size: 16px !important;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: center;
    }

    .sec3Hd {
        margin-bottom: 1.8rem;
        margin-top: 2rem;
    }

    .sec3Cnt1 {
        padding-bottom: 2.5rem
    }
    .sec3Cnt1 h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    .sec3Cnt1.sec3Cnt4 {
        padding-bottom: 1rem !important;
    }
    .sec3Cnt1.sec3Cnt5 {
        padding-bottom: 0rem !important;
    }
    .sec3Cnt1 p {
        margin-top:10px
    }

    .secFeat .product {
        width: 80%;
        margin-left: 0%;
        margin-top: -5%;
        margin-bottom: 5%;
        z-index: 0;
        position: relative;
    }
    .sec7 .content {
        padding: 25px 20px;
    }
    .sec5 {
        padding: 2.3rem 0 0rem 0;
    }

    .sec5 h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0rem;
    }
    .s5CompBox {
        border: 0px solid #EDEDED;
        padding-top:25px;
        margin: 85px auto 51px;
    }

    .s5Col1 {
        width: 46%;
        padding: 10px 0;
        margin-top: 20px;
    }
    .s5Col2Prod {
        margin: -54px auto 0px;
    }
    .s5Col2 {
        width: 26%;
        margin: -70px 0% -25px 0;
    }
    .s5Col2Top {
        height: 119px!important;
    }
    .s5Col2Top img.logo {
        width: 98%;
    }
    .s5Col2Top.s5Col3Top {
        height: 65.5px !important;
    }
    .s5Col2Top.s5Col3Top {
        height: 67.5px;
    }
    .s5Col1 ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .s5Col2Top {
        height: 152px;
        text-align: center;
    }
    .s5Col2Top p {
        margin-top: -15px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .s5Col2Top img.star {
        width: 90%;
        padding: 0px 10px;
        height: auto;
    }

    .s5Col2Top p img.logp {
        width: 100%;
        padding: 0px 10px;
        height: auto;
    }
    .comboZero{
        padding-top: 30px;
    }
    .compOne {
        margin-top: -25.5px !important;
    }

    
    .sec7 h3 {
        font-size: 24px;
        margin-bottom: 14px;
        text-align: center;
    }


    .sec7 {
        padding: 0rem 0 2rem 0;
        text-align: center;
    }

    .sec7 img.grtn {
        width: 123px;
        margin-bottom: 20px;
    }

    .sec7 .col-md-7 {
        text-align: center;
    }

    .sec4 .ratingAr {
        flex-direction: column;
        margin-bottom: 0;
    }

    .sec4 .ratingAr img {
        margin-bottom: 16px;
        width: 144px;
        height: 26px;
        object-fit: contain;
    }

    .sec4 .ratingAr p {
        font-size: 14px !important;
        line-height: 22px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
    }
    .sec4 h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 38px;
    }
    .sec4 {
        padding-bottom: 2rem!important;
    }


    .bannerMain .orderNwbtn {
        font-size: 18px;
        line-height: 21px;
    }
    .orderNwbtn{
        max-width: 400px;
    }
    .sec3Cnt7{
        max-width: 400px;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    p.btn-text1.mb-0 {
        font-size: 11px !important;
    }
    .sec4Inr {
        background: #FDFBF5;
        margin-bottom: 16px;
    }
    .sec9 {
        padding: 2rem 0 3.8rem;
    }
    .sec9 h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 19px;

    }

    .sec4Inr + img{
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        border-radius:0px;
        margin: 0;
    }
    .nav-item a{
        padding: 15px !important;
        margin: 0;
    }
    .nav-item a:hover {
        color: #ffffff;
        background: #004DF7;
    }
    .secureAr .container {
        max-width: 600px;
        padding: 16px 24px 0 24px;
    }
    .sec3 .container {
        max-width: 600px;
        padding: 0 24px 16px;
    }
    .sec5-1 .container {
        max-width: 600px;
        padding: 0 24px;
    }
    .sec7 .container{
        max-width: 600px;
        padding: 0 24px;
    }
    .sec4 .container {
        max-width: 600px;
        padding: 0 24px;
    }
    .sec4 .ratingAr p{
        margin-top:15px;
    }
    .secVid h4{
        font-size: 24px;
        line-height: 28px;
    }
    .secFull h2{
        width: 70%;
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }

}
@media (max-width: 767px) {
    .bannerMain {

    }
    .bannerMain .context {
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }

}
@media (max-width: 575px) {
    .bnrImg3 {
        top: 10%;
        left: 5%;
        height: 80px;
        width: 120px;
    }

}
@media (max-width: 480px) {

    .show-desk-only1{
        display:none;
    }

}