/* ////////////////////////////////////////// */
/* ////////////     DEVSNEST      /////////// */
/* ////////////////////////////////////////// */

/* ////////////// MASTER CSS ZONE /////////////// */

body {
    font-family: "calibri",sans-serif;
    color: #161d25;
    font-size: 18px;
    line-height: normal;
}
html, body {
    padding: 0;
    margin: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
div {
  display: block;
}
a{
  text-decoration: none;
  color: #0971ce;
}
a:-webkit-any-link {
    color: #0971ce;
    cursor: pointer;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
a, a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body h1,body h2{
	margin: 0 0 15px;
    color: #012169;
    font-family: "Crimson Text",serif;
    font-size: 46px;
  	font-weight:400;
}
h3{
  font-size: 30px;
  color: #16232f;
  margin: 0px;
}
h4{
  font-size: 24px;
  margin: 10px 0px;
  line-height: 1;
}
h5 {
  font-size: 20px;
  margin: 12px 0px;
}
.button, a.button {
  font-family: "calibri",sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1;
  padding: 17px;
  background-color: #f98333;
  color: #fff;
  border: none;
  border-radius: 4px;
  min-width: 400px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 1.414px 1.414px 3.5px rgba(55,55,55,0.22);
  outline: none;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover{
  background-color: #e28b51 !important;
  color: #fff !important;
  transition: all 0.3s;
}
a.button:hover{
  background-color: #e28b51 !important;
  color: #fff !important;
  transition: all 0.3s;
}
.orange{
  background-color: #f98333 !important;
  color: #fff !important;
  transition: all 0.3s;
}
.orange:hover{
  background-color: #e28b51 !important;
  color: #fff !important;
  transition: all 0.3s;
}
/*.button:focus, .button:hover, a.button:focus, a.button:hover ,.section-header header nav ul li a.try_now:hover,.section-header header nav ul li a.try_now:focus,
button.product-form__cart-submit:focus, button.product-form__cart-submit:hover,.add-to-cart-button:focus,.add-to-cart-button:hover{background-color: #0971ce;}
*/
button.product-form__cart-submit,.add-to-cart-button{min-width:420px;max-width:420px;padding:16px 25px;font-size:18px;border:none;margin:25px 0px 15px;border-radius:3px;box-shadow:1.414px 1.414px 3.5px rgba(55,55,55,0.22);font-weight:bold;text-transform:uppercase;cursor:pointer;font-family:"calibri",sans-serif;}
.add-to-cart-btn,.add-to-cart-button{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-shadow: 6px 8px 18px -6px rgb(111 110 110 / 74%);}
.button.style-blue{background-color:transparent;color:#0971ce;border:1px solid #0971ce;}
.button.style-blue:hover{background-color:#0971ce !important;color:#fff !important;}
.button.blue{background-color:#0971ce !important;color:#fff !important;}
.button.blue,.button.green{background-color:#0971ce;color:#fff;box-shadow:0.707px 0.707px 0.5px rgba(0,0,0,0.13);}
.button.blue:hover{background-color:#c3d600 !important;color:#292c30 !important;}
.button.green{background-color:#c3d600 !important;color:#292c30 !important;}
.button.green:hover{background-color:#0971ce !important;color:#fff !important;}
.button.white{background-color:#c7c7c7;color:#3d4b57;}
.button.white:hover{background-color:#c3d600;color:#292c30;}

.container{ max-width:1200px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto; }
.row{ display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px; }
.no-gutters{ margin-right:0;margin-left:0; }
.no-gutters>.col, .no-gutters>[class*="col-"]{ padding-right:0;padding-left:0; }
.banner-container{ max-width:1200px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto; }
.flex-c{ display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center; }
.flex-m{ display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-ms-align-items:center;align-items:center; }
.flex-sb{ display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between; }
.flex-w{ display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap; }
.flex-t{ display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-ms-align-items:flex-start;align-items:flex-start; }
html.overflowhidden { overflow: hidden;}
a:visited, a:focus, a:active, :focus { outline: none; }
input{font-family: "calibri",sans-serif;}
.hidden,.hide,.mob{display: none;}
.desk{display:block;}
.margin-right-5{margin-right:5px;}
.btm10{margin-bottom:10px;}
.top50 { margin-top: 50px; }
.v-top{ vertical-align: top;}
.d50{ width:48%;display:inline-block;margin-left:20px; }
.button-wrapper {margin-top: 35px;}


/* //////////////////////////////////// */
/* ////////   MAIN CSS ZONE    //////// */
/* //////////////////////////////////// */
/* section header */

/* top-bar */
.section-header .top-bar {padding: 3px 20px 5px 20px;background-color: #f7f8ee;height: 32px; margin-top: 0px;}
.section-header .top-bar span{ font-size:17px;color:#666;position:relative; }
.section-header .top-bar span.topbar_shipping{ padding-left:20px;margin:0 10px;}
.section-header .top-bar span.topbar_shipping:before{ content:'';display:inline-block;width:15px;height:15px;background:url('free-shipping.png');background-repeat:no-repeat;background-position:left center;background-size:14px;position:absolute;left:0;top:3px; }
.section-header .top-bar span.topbar_moneyback{ padding-left:20px; }
.section-header .top-bar span.topbar_moneyback:before{ content:'';display:inline-block;width:15px;height:15px;background-image:url("moneyback.png");background-repeat:no-repeat;background-position:left center;background-size:15px;position:absolute;left:0;top:3px; }
.section-header .top-bar span.topbar_flag{ padding-left:30px; }
.section-header .top-bar span.topbar_flag:before{ content:'';display:inline-block;width:23px;height:15px;background-image:url("usa-flag.png");background-repeat:no-repeat;background-position:left center;background-size:23px;position:absolute;left:0;top:3px; }
.section-header .top-bar span.topbar_phone{ margin-left:30px; }
.section-header .top-bar span.topbar_phone i{ color:#0971ce;margin-right:5px; }
.section-header .top-bar span.topbar_phone a{ color:#424242; }
/* End of top-bar */

/* Main header */
a.header-logo{ padding:0px; }
.section-header{-webkit-box-shadow:1.414px 1.414px 5.5px rgba(221,221,221,0.55);-moz-box-shadow:1.414px 1.414px 5.5px rgba(221,221,221,0.55);box-shadow:1.414px 1.414px 5.5px rgba(221,221,221,0.55);}
.section-header header{padding:0 20px;background:#FFF;}
.section-header header .header-wrap{ -webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly; }
.section-header header .header-logo img{ max-width:180px; }
.section-header header nav ul{ margin:0;padding:0;list-style-type:none; }
.section-header header nav ul li{ margin:0 20px;display:inline-block;position:relative; }
.section-header header nav ul li a{ font-size:20px;color:#253e55;padding:35px 0;display:block;border-bottom:3px solid transparent;}
.section-header header nav ul li a:hover{ color:#0971ce;border-bottom:3px solid #0971ce; }
a.try_now{ background:#ff722d;padding:8px 14px 10px;border-radius:3px;color:#fff;font-size:18px;font-weight:bold;line-height:1; }
.section-header header nav ul li a.try_now { background: #f98333;color: #fff;padding: 8px 14px 10px; border-radius: 3px; font-size: 18px; font-weight: bold; line-height: 1; }
.section-header header nav ul li a.try_now:hover{background: #e28b51; color: #fff;transition: all 0.3s;}
.section-header header nav ul li a.try_now,.section-header header nav ul li a.try_now:hover { border-bottom: none; }
.section-header header .cart-wrapper{ display:inline-block;position:relative; }
.section-header header .cart-wrapper .button-try{ background-color:#ff722d;color:#fff;font-size:16px;font-family:"calibri",sans-serif;font-weight:600;padding:12px 18px;display:inline-block;border-radius:3px;vertical-align:middle; }
.section-header header .cart-wrapper .button-try:hover{ background-color:#0971ce; }
.section-header header .cart-wrapper .cart-icon{ position:relative;display:inline-block;vertical-align:middle;margin-left:30px;margin-right:10px;height:22px; }
.section-header header .cart-wrapper .cart-icon i{ font-size:24px;color:#000; }
.section-header header .cart-wrapper .cart-icon span{ border-radius:50%;position:absolute;right:-5px;top:-13px;background-color:#0971ce;color:#fff;width:18px;height:18px;font-size:12px;line-height:18px;text-align:center;padding:0px 0 0 0; }
/* End of Main header */
/* End of section header */

/* banner section */
.mobile-banner{display: none;}  
.banner-section .banner-slideshow{ position:relative; }
.slick-list{ position:relative;display:block;overflow:hidden;margin:0;padding:0; }
.banner-section .banner-slideshow .banner-slide{ position:relative; }
.banner-section .banner-slideshow .banner-slide img{ width:100%; }
.banner-slide img{ display:block; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width{ width:100%; }
.ab-l-m{ position:absolute;left:0px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%); }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption{ max-width:620px !important; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-heading{ color:#fff;font-size:38px;font-family:inherit;font-weight:400;line-height:1em;margin:0px 0px 15px;text-transform:capitalize; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-content .slide-heading-desc{ color:#fff;font-size:24px;font-family:"calibri",sans-serif;font-weight:300; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-sub-heading{ font-size:22px;color:#fff;text-transform:capitalize;text-align:center;position:relative;font-family:"Crimson Text",serif;font-weight:400;margin-bottom:20px;margin-top:20px;}
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-sub-heading .border-double.first:after{ left:inherit;right:0; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-sub-heading .border-double:after{ content:'';display:inline-block;border-bottom:1px solid #798087;width:85%;position:absolute;left:0;top:4px; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-sub-heading .slide-text{ width:44%;line-height:1; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-sub-heading .border-double{ display:inline-block;border-bottom:1px solid #798087;position:relative;width:28%; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .button{ width:48%;text-transform:uppercase;min-width:auto; }
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-bottom-text{color:#fff;font-size:16px;font-family:"calibri",sans-serif;text-transform:uppercase;text-align:center;margin:20px 0;font-weight:600;}
.banner-section .banner-slideshow .banner-slide .banner-slide-width .slide-caption .slide-bottom-text:before{content:'';display:inline-block;background-image:url(https://cdn.shopify.com/s/files/1/0024/6346/5541/t/213/assets/shield.png?v=1602224939);background-repeat:no-repeat;background-position:center top;background-size:24px;width:24px;height:24px;vertical-align:middle;margin-right:10px;background-color: transparent;}
.banner-section .slide-caption .video-image.home_banner{background: rgba(255,255,255,0.2);
  border-radius: 80px;
  padding: 10px;
  border: 1px solid white;
  max-width: 186px;
  margin: 0 auto;
  transition:all 0.2s ease-in-out;
}
.banner-section .slide-caption .video-image.home_banner p{margin:0;transition:all 0.2s ease-in-out;font-size: 15px;}
.banner-section .slide-caption .video-image.home_banner p i:before{color: #ffffff;transition:all 0.2s ease-in-out;}
.banner-section .slide-caption .video-image.home_banner:hover{background: #f1f1f1;transition:all 0.2s ease-in-out;}
.banner-section .slide-caption .video-image.home_banner:hover p{color:#000;transition:all 0.2s ease-in-out;}
.banner-section .slide-caption .video-image.home_banner:hover p i:before{color:#000;transition:all 0.2s ease-in-out;}

/* End of banner section */

/* video with text section */
.video-text-section{padding:25px 0;}
.template-index .video_text{padding:0 0 25px;}
.template-product .video-text-section{padding:0;display:inline-block;width:100%;}
.template-product .video-text-section .logo_text_below{padding:25px 0;}
.video-text-section .video-tax-data{align-items:flex-start;margin-left:10px;margin-right:10px;}
.video-text-section .right-side{margin-right:20px;}
.video-text-section .video-with-text .video-image{position:relative;}
.video-text-section .video-with-text .video-image .video-popup:before{content:'';display:block;background-image:url(play.png);width:100px;height:100px;background-position:center;background-repeat:no-repeat;background-size:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);}
.video-text-section .video-with-text .video-image img{width:100%;}
.video-text-section .video-with-text .video-content{padding:20px 0 0 15px;}
.video-text-section .video-with-text .video-content .heading{line-height:1;margin:0px;text-align:left;font-weight: 400;}
.video-text-section .video-with-text .video-content .rte{font-size:20px;color:#16232f;line-height:1.2;}
.video-text-section .video-with-text .video-content .rte ul{list-style-type:none;padding:0;margin-bottom:25px;}
.video-text-section .video-with-text .video-content .rte ul li{font-size:20px;color:#353535;margin-bottom:3px;line-height:1.2;position:relative;padding-left:30px;}
.video-text-section .video-with-text .video-content .rte ul li:before{content:"\f00c";font-family:FontAwesome;color:#c3d600;margin-right:10px;position:absolute;left:0;top:0;}

/* Logo-bar section - bottom */
.video-text-section .video-with-text .logo-bar {justify-content: space-between;}
.video-text-section .video-with-text .logo-bar .logo_details_wrapper {padding: 0 50px;flex: 1;text-align: center;position:relative;}
.logo_text_below .video-with-text .logo-bar .logo_details_wrapper:after{    
  	content: '';
    display: block;
    background: #ececec;
    width: 1px;
    height: 130px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}
.video-text-section .video-with-text .logo-bar .logo_details_wrapper:last-child:after{display: none;}
.video-text-section .video-with-text .logo-bar .logo-image img {max-width: 55%;margin: 0 auto;}
/* End of Logo-bar section */


/* End of video with text section */

/* Image block section */
.image-block-section .image-block-text .heading{line-height:1;margin:0 0 35px;font-weight: 400;}
.image-block-section .image-block-text .block-list .block-item{text-align:center;}
.image-block-section .image-block-text .block-list .block-item .block-item-img{width:225px;height:225px;border-radius:50%;overflow:hidden;margin:0 auto;display:block;background-color:#fff;}
.image-block-section .image-block-text .block-list .block-item .block-item-title{font-size:23px;color:#203141;font-weight:400;font-family:"calibri",sans-serif;margin:25px 0 10px 0;}
.image-block-section .image-block-text .block-list .block-item .block-item-title span{font-size:16px;color:#fff;border-radius:50%;background-color:#0971ce;width:30px;height:30px;line-height:30px;display:inline-block;vertical-align:text-bottom;margin-right:5px;}
.image-block-section .image-block-text .block-list .block-item .rte{font-size:19px;color:#636363;line-height:1.4;padding:0 15%;}
/* End of Image block section */

/* vital sleep benefit section */
.vitalsleep-benefits-section{padding:70px 0;}
.vitalsleep-benefits-section .row{padding-bottom:30px;}
.vitalsleep-benefits-section .vitalsleep-benefits .block-item-img{margin-bottom:30px;}
.vitalsleep-benefits-section .vitalsleep-benefits .block-item-img img{max-width:100%;}
.vitalsleep-benefits-section .vitalsleep-benefits .light-bg{font-size:22px;color:#16232f;line-height:26px;background-color:#e7f4f8;padding:28px;font-family:"Crimson Text",serif;position:relative;}
.vitalsleep-benefits-section .vitalsleep-benefits .light-bg:before{content:'';display:block;width:0;height:0;border:0 solid transparent;border-right-width:35px;border-left-width:35px;border-bottom:30px solid #e7f4f8;position:absolute;left:65px;top:-30px;}
.vitalsleep-benefits-section .vitalsleep-benefits .light-bg p{margin:0;}
.vitalsleep-benefits-section .vitalsleep-benefits .d40{width:35%;margin-right:35px;}
.vitalsleep-benefits-section .vitalsleep-benefits .d60{padding-left:30px;}
.vitalsleep-benefits-section .vitalsleep-benefits .sub-heading{font-size:16px;color:#5a5a5a;letter-spacing:3px;text-transform:uppercase;margin:0;padding-bottom:15px;}
.vitalsleep-benefits-section .vitalsleep-benefits .heading{line-height:1;text-align:left;margin:0;padding-bottom:12px;    font-weight: 400;}
.vitalsleep-benefits-section .vitalsleep-benefits .benefits-list .benefits-item{padding-left:30px;padding-right:0;}
.vitalsleep-benefits-section .vitalsleep-benefits .benefits-list .benefits-item .benefits-img img{width:170px;}
.vitalsleep-benefits-section .vitalsleep-benefits .benefits-list .benefits-item .benefits-item-title{font-size:30px;color:#16232f;font-family:"Crimson Text",serif;margin:0 0 7px;line-height:1.2;font-weight: 400;}
.vitalsleep-benefits-section .vitalsleep-benefits .benefits-list .benefits-item .rte{font-size:19px;color:#5f5f5f;line-height:1.4;padding:0;}
.vitalsleep-benefits-section .vitalsleep-benefits .benefits-list .benefits-item .rte p{margin:0;}

/* End of vital sleep benefit section */

/* how it works */
.how-works-section{padding:60px 0;}
.how-works-section .mobile-size{display:none;margin:0 auto;}
.how-works-section .heading{line-height:1;padding:0 0 25px;font-weight: 400;}
.how-works-section .image-center{position:relative;}
.how-works-section .image-center .big-img{width:100%;margin:0 auto;max-width:830px;text-align:center;}
.how-works-section .image-center .big-img img{width:100%;}
.how-works-section .how-works-item.left-block{left:5%;top:30%;}
.how-works-section .how-works-item{text-align:center;max-width:255px;position:absolute;top:0;}
.how-works-section .how-works-item .how-works-item-title{font-size:23px;color:#203141;font-weight:600;font-family:"calibri",sans-serif;margin:20px 0 5px 0;}
.how-works-section .how-works-item .rte{font-size:19px;color:#636363;line-height:1.4;}
.how-works-section .how-works-item.right-block{right:5%;top:-8%;}
.how-works-section .button-wrapper{display:block;margin-top:25px;}
/* End of how it works */

/* Video gallery section */
.video-gallery-section { padding: 65px 0 30px 0;}
.video-gallery-section .container { max-width: 970px;}
.video-gallery-section .grid-container {display: grid; grid-template-columns: 1fr 350px; grid-gap: 10px; padding: 10px;}
.video-gallery-section .flickity-prev-next-button {	display: none;}
.video-gallery-section .main_image .video-popup { position: relative; display: inline-block; height: 100%; width: 100%;}  
.video-gallery-section .main_image .video-popup::before { content: ''; display: block; width: 65px; height: 65px; background-image: url(play-icon.png); background-position: center; background-repeat: no-repeat; background-size: 15px; background-color: rgba(195,214,0,0.9); border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }     
.video-gallery-section.container { max-width: 672px; margin: 0 auto;}
.video-gallery-section .carousel-main { margin-bottom: 25px;}
.video-gallery-section .carousel-main img { display: block; margin: 0 auto;object-fit: contain; width: 100%; max-height: 300px;}
.video-gallery-section .carousel-cell { width: 100%; margin-right: 8px; border-radius: 2px;} 
.video-gallery-section .carousel-nav .carousel-cell { height: 90px; width: 130px;}  
.video-gallery-section h1 { text-align: center;}
.video-gallery-section .heading{ line-height: 1; margin:0px 0px 25px;     font-weight: 400;}
.video-gallery-section .grid-item{ margin: auto;    padding-left: 30px;}
.video-gallery-section .video-content .video-desc-title{ font-size: 27px; color: #16232f; font-weight: 400; margin: 0; }
.video-gallery-section .video-content .rte{ font-size: 22px; color: #686868; line-height: 1.3;padding-bottom: 35px;}
.video-gallery-section .video-content .rte p{ margin: 10px 0px 0px;}
.video-gallery-section .video-content .video-name { font-size: 19px; color: #343434; padding-top: 25px; position: relative;}
.video-gallery-section .video-content .video-name::before{ content: ''; width: 32px; height: 2px; background-color: #0971ce; position: absolute; top: 0;}
.video-gallery-section .video-content .video-name p { margin: 0;}
.video-gallery-section .video-content .button {margin-top: 25px; min-width: 300px;}
.video-gallery-section .carousel-nav .carousel-cell img{width: 100%; height: 100%; object-fit: cover;}
.video-gallery-section .carousel-nav .carousel-cell.is-nav-selected{border: 2px solid #ff722d;}
.video-gallery-section .carousel-nav .carousel-cell::before{ content: ''; display: block; width: 25px; height: 25px; background-image: url(play-icon.png); background-position: center; background-repeat: no-repeat; background-size: 10px; background-color: rgba(9,113,206,0.9); border-radius: 50%; position: absolute; right: 10px; bottom: 10px; z-index: 1; }
.video-gallery-section .carousel-nav .carousel-cell.is-nav-selected::before{background-color: rgba(195,214,0,0.9);}
.video-gallery-section .watch-title{font-size: 19px; color: #16232f; text-transform: capitalize; margin: 15px 0px;}

/* End of Video gallery section */

/* Image text section */
.image-text-section{padding:40px 0px 50px;}
.image-text-section .container{max-width:960px;}
.image-text-section .image-with-text .heading{font-size:46px;font-weight:400;color:#0971ce;font-family:"Crimson Text",serif;line-height:0.9;text-align:center;margin:0 0 50px;}
.image-text-section .image-with-text .block-row .order-left{-ms-flex-order:1;order:1;}
.image-text-section .image-with-text .block-row .block-image img{width:100%;}
.image-text-section .image-with-text .block-row .order-right{-ms-flex-order:2;order:2;}
.image-text-section .image-with-text .block-row{align-items:flex-start;}
.image-text-section .image-with-text .block-row .block-text .img-txt-title{color:#16232f;font-size:35px;font-family:"Crimson Text",serif;font-weight:400;margin:12px 0px;line-height:1.2;text-transform:capitalize;}
.image-text-section .image-with-text .block-row .block-text .rte{font-size:20px;color:#5d5d5d;line-height:1.5;}
.image-text-section .image-with-text .block-row .block-text .rte p{margin-bottom:0;}
/* End of Image text section */

/* Product Compare section */
.product-compare-section{padding:70px 0;}
.product-compare-section .container{max-width:960px;}
.product-compare-section .product-compare .heading{font-size:46px;font-weight:400;color:#0971ce;font-family:"Crimson Text",serif;line-height:0.9;text-align:center;margin:0 0 35px;}
.product-compare-section .product-compare .product-row .pro-compare-image{position:relative;width:38%;box-shadow:4.95px 4.95px 9px 0px rgba(107,107,107,0.09);border-radius:3px;}
.product-compare-section .product-compare .product-row .pro-compare-image .slick-arrow.slick-prev{left:-20px;}
.product-compare-section .product-compare .product-row .pro-compare-image .slick-arrow{width:40px;height:40px;background-color:#0971ce;color:#fff;border-radius:50%;font-size:22px;position:absolute;top:50%;border:none;outline:none;z-index:1;cursor:pointer;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);}
.fa-angle-left:before{content:"\f104";}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-track:before, .slick-track:after{display:table;content:'';}
.slick-initialized .slick-slide{display:block;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
.slick-slide{outline:none;}
.product-compare-section .product-compare .product-row .pro-compare-image .pro-image-slide{display:block;margin-bottom:-8px;}
.product-compare-section .product-compare .product-row .pro-compare-image .pro-image-slide img{width:100%;display:block;}
.product-compare-section .product-compare .product-row .pro-compare-image .slick-arrow.slick-next{right:-20px;}
.product-compare-section .flickity-prev-next-button.next{right:-20px;}
.product-compare-section .flickity-prev-next-button.previous{left:-20px;}
.product-compare-section .flickity-page-dots{display:none;}
.product-compare-section .flickity-button{background-color:#0971ce;color:#fff;}
.product-compare-section .product-compare .product-row .pro-compare-content{width:55%;}
.product-compare-section .product-compare .product-row .pro-compare-content .pro-name{font-size:30px;color:#16232f;font-family:"calibri",sans-serif;font-weight:500;margin:0;}
.product-compare-section .product-compare .product-row .pro-compare-content .pro-price{font-size:23px;color:#77828d;font-family:"calibri",sans-serif;font-weight:400;margin:15px 0;}
a.quick-view{color:#0971ce;text-decoration:underline;}
.product-compare-section .product-compare .product-row .pro-compare-content .quick-veiw{font-size:16px;color:#0971ce;border-bottom:1px solid;display:inline-block;margin-bottom:15px;padding-bottom:0px;}
.product-compare-section .product-compare .product-row .pro-compare-content .button{margin-top:15px;cursor:pointer;}
.product-compare-section .product-compare .product-row .pro-compare-content .button b{color:white;}
.product-compare-section .product-compare .product-row .pro-compare-content .pro-botton-text{font-size:17px;color:#77828d;margin-top:15px;}
.compare-button-text{padding:13px;min-width:380px;margin-top:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.compare-input-btn{border:none;background:none;color:#FFF;cursor:pointer;font-size:16px;text-transform:uppercase;font-weight:600;letter-spacing:0.5px;}
.product-compare .flickity-prev-next-button .flickity-button-icon{position:absolute;left:0;right:0;width:30%;height:30%;top:50%;transform:translateY(-50%);margin:0 auto;}

/* End of  Product Compare section */

/* News education section */
.news-education-section{padding:30px 0 50px 0;}
.news-education-section .news-education .heading{line-height:1;text-align:left;margin-bottom:0;font-weight: 600;}
.news-education-section .news-education .news-row{margin-top:30px;}
.news-education-section .news-education .news-row .news-image{width:42%;}
.news-education-section .news-education .news-row .news-image img{width:100%;display:block;}
.news-education-section .news-education .news-row .news-content{width:50%;}
.news-education-section .news-education .news-row .news-content .news-title{font-size:22px;color:#5a5a5a;font-family:"calibri",sans-serif;font-weight:500;display:block;line-height:1.1;margin-bottom:10px;}
.news-education-section .news-education .news-row .news-content .news-meta{margin-bottom:18px; display: none;}
.news-education-section .news-education .news-row .news-content .news-meta span{font-size:16px;color:#b1b1b1;}
.news-education-section .news-education .news-row .news-content .link-more{font-size:14px;color:#000000;text-transform:uppercase;letter-spacing:1px;font-weight:600;}
.news-education-section .news-education .news-row .news-content .link-more i{font-size:14px;margin-left:5px;}
/* End of News education section */

/* homepage money back section css start here  */
.money-back-section{position:relative;background:url(//cdn.shopify.com/s/files/1/0024/6346/5541/t/256/assets/money_back_bg_960x.progressive.jpg?v=14802374810834586568) no-repeat center center;background-size:cover;}
.money-back-section .money-back{width:100%;position:relative;z-index:1;}
.money-back-section .container{max-width:1100px;}
.money-back-section .money-back .couple-image{width:60%;max-width:500px;margin-top:-55px;position:relative;}
.money-back-section .money-back .couple-image img{display:-webkit-box;display:-ms-flexbox;display:flex;}
.money-back-section .money-back .couple-image:before{content:'';display:block;position:absolute;left:-30%;bottom:0;width:215px;height:75px;background-image:url(//cdn.shopify.com/s/files/1/0024/6346/5541/t/256/assets/bed_960x.png?v=16388568997957637286);background-size:100%;background-repeat:no-repeat;}
.money-back-section .money-back .guarantee-image{width:195px;display:block;margin-left:-150px;}
.money-back-section .money-back .guarantee-image img{width:100%;}
.money-back-section .money-back .right-content{width:40%;position:relative;}
.money-back-section .money-back .right-content .heading{line-height:1;text-align:left;margin-bottom:10px;font-weight: 400;}
.money-back-section .money-back .right-content .rte{font-size:20px;color:#484848;line-height:1.5;}
.money-back-section .money-back .right-content .rte p{margin-bottom:0;}
.money-back-section .money-back .right-content .button{width:auto;min-width:auto;margin-top:18px;}
.money-back-section:before{content:'';display:none;width:100%;height:100%;position:absolute;right:0;top:0;background:radial-gradient(30% 60% at 70% 50%, #fff 0%, #c9dbdf 100%) no-repeat 50% 50%/100% 100%;}
/* End of Money back section */

/* Footer section */
footer{position:relative;}
footer .footer-top{background-color:#092545;padding:60px 0 50px 0;color:#b6c5d3;}
footer .footer-top .f-col-newsletter{width:310px;padding-right:5px;}
footer .footer-top .f-title{font-size:16px;text-transform:uppercase;color:#fff;font-family:"calibri",sans-serif;border-bottom:1px solid #4b7397;position:relative;margin-bottom:30px;padding-bottom:12px;}
footer .footer-top .f-title:after{content:'';display:block;border-bottom:1px solid #c3d600;width:30px;position:absolute;left:0;bottom:-1px;}
footer .footer-top .f-col-newsletter .newsletter-content{font-size:17px;line-height:1.3;color:#fff;}
footer .footer-top .f-col-newsletter .newsletter-content a{color:#fff;text-transform:capitalize;}
footer .footer-top .f-col-menu{width:190px;max-width:15%;}
footer .footer-top .f-col-menu .footer-menu{margin:0;padding:0;list-style-type:none;}
footer .footer-top .f-col-menu .footer-menu li{margin-bottom:8px;display:block;}
footer .footer-top .f-col-menu .footer-menu li a{font-size:17px;color:#fff;}/*color:#b6c5d3;*/
footer .footer-top .f-col-menu .footer-menu li a:hover,footer .footer-top .f-col-newsletter .newsletter-content a:hover{color:#56a9f3;}
footer .footer-top .f-col-button{width:160px;max-width:15%;}
footer .footer-top .f-col-button .button{margin-bottom:12px;min-width:100%;}
footer .footer-bottom{position:relative;background-color:#131A22;color:#6f91af;font-size:16px;padding:40px 0 25px 0;}
footer .footer-bottom .footer-content{line-height:1.5;padding:0 5px;color:#fff;}
footer .footer-bottom .footer-content p{margin:0;}
footer .footer-bottom .footer-logo{position:relative;padding:0 30px;margin:0 auto;}
footer .footer-bottom .footer-social{list-style-type:none;margin:0;padding:0;}
footer .footer-bottom .footer-social li{display:inline-block;vertical-align:top;}
footer .footer-bottom .footer-social li a{border:2px solid #6f91af;color:#6f91af;width:35px;height:35px;line-height:35px;margin-right:5px;border-radius:50%;display:block;text-align:center;font-size:14px;}
footer .footer-bottom .footer-social li a:hover{color:#2e4c66;background-color:#c3d600;border:2px solid #c3d600;}
footer .footer-bottom .footer-image{display:block;margin-top:25px;}
footer .footer-bottom .footer-image img{max-width:100%;}
footer .footer-top .f-col-newsletter .newsletter-content p{margin-bottom:0;}
footer .made_in_usa{padding: 10px;border-radius: 7px;width: 100%;display: flex;color: #ffffff;}
footer .made_in_usa span{margin-right: 8px;}
footer .made_in_usa span img{width: 22px;height: 22px;}
.footer-section{box-shadow:0px -1px 5px rgba(55,55,55,0.26);}
div#shopify-section-footer{clear: both;}
/* footer klaviyo form css start here */
.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.gMjwsO.kl-private-reset-css-Xuajs1{padding:0!important;}
.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor p strong{font-family:"calibri",sans-serif !important;font-size:17px !important;}
input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.fXmUYY.kl-private-reset-css-Xuajs1,button.needsclick.Button__FormStyledButton-p2mbjt-0.bgEHWs.kl-private-reset-css-Xuajs1{font-family:"calibri",sans-serif !important;}
.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.fTQrCX.kl-private-reset-css-Xuajs1{padding:0 !important;height:100% !important;}
input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.fXmUYY.kl-private-reset-css-Xuajs1{height:45px !important;}
button.needsclick.Button__FormStyledButton-p2mbjt-0.bgEHWs.kl-private-reset-css-Xuajs1{border:none !important;padding:15px !important;background-color:#c3d600 !important;color:#0e1f2e !important;font-size:15px !important;text-transform:uppercase !important;border-top-left-radius:0px !important;border-bottom-left-radius:0px !important;}
input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.bwKHlq.kl-private-reset-css-Xuajs1{height:45px !important;}
input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.bwKHlq.kl-private-reset-css-Xuajs1:hover{border:none !important;}
.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.dMHKxR.kl-private-reset-css-Xuajs1{padding:10px 0px !important;}

/* End of Footer section */
/* scroll to top button css */
#return-to-top { position: fixed; bottom: 140px; right: 50px; width: 50px; height: 50px; line-height: 50px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: #0971CE; background: #E5E5E5; text-align: center; font-size: 28px; }
#return-to-top:hover { opacity: 0.5; }
.product-compare-section .product-compare .product-row .pro-compare-content .button a{color:white;}


article b {
    font-weight: 400;
}