@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #333;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.d-desk {
    display: block;
}
.d-mob {
    display: none!important;
}
#header {
  padding: 10px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #ebecef;
  background: #fff;
  color: #17191c;
}
.top {
    margin-bottom: 600px;
}
.testimonials {
  margin-top: 20px;
}
.quote {
  background: #FFF5E2;
  border: 4px dashed #000;
  text-align: center;
  padding: 20px;
  margin: 20px 0px;
}
#header .logo {
  max-width: 67%;
  float: left;
  margin: 6px 0 0;
}
.exclusive {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    background: #FFF0C7;
    padding:10px;
    margin-bottom: 30px;
}
ul {
  margin-bottom: 26px;
}
.by {
  padding: 0;
  font-size: 13px;
  line-height: 1.4em;
  color: #777;
  margin: 0 auto 8px;
}
.page-container {
  width: 100%;
}
.page-container:before,
.page-container:after,
.page-column:before,
.page-column:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.page-container:after,
.page-column:after,
.clearfix:after {
  clear: both;
}
.page-container,
.page-column {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.page-row {
  position: relative;
}
.page-content,
.page-sidebar {
  position: relative;
  min-height: 1px;
  margin-bottom: 30px;
}

p {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 20px;
}
b {
  font-weight: 700;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 20px auto;
  border: 0;
  border-top: 1px solid #eee;
}
h1 {
    margin-top:0px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
}
h1 span {
    background: #FFF0B9;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 40px 0 20px 0px;
  font-weight: 700;
}
.textBox {
    background: #FAFAFA; 
    padding:15px 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.textBox img {
    margin-right: 10px;
}
.textBox p {
    margin-bottom: 0px;
}
.textBox div {
    padding: 15px 0px;
}
.d-flex {
    display: flex !important
}
.d-flex-mob {
    display: none;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-self-center {
    align-self: center !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
}
h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px 0;
  color: #17191c;
}
img {
  vertical-align: middle;
  border: 0;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.img-cntr {
  margin: 30px 0 40px;
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}
.disclaimer-footer1 {
  font-size: 17px;
  font-weight: 400;
}
#footer {
  padding: 60px 0;
  font-size: 14px;
  word-wrap: break-word;
  background: #000;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
#footer p {
  font-size: 14px;
  word-wrap: break-word;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
#footer p:last-child {
  margin: 0;
}
#footer a,
#footer a:hover,
#footer a:visited {
  color: #505050;
  font-weight: 400;
}

.top-banner {
  display: none;
}
.top-banner-txt-1 {
  font-size: 15px;
  display: inline-block;
  margin-top: 9px;
  color: #333;
  font-weight: 700;
}
.top-banner-txt-2 {
  font-size: 13px;
}
a .top-banner-txt-2 {
  color: #333 !important;
  text-decoration: underline;
}
a .top-banner-txt-2:hover {
  color: #555 !important;
}
a .top-banner-txt-2:focus {
  color: #555 !important;
}
.top-banner-img {
  margin: 4px 8px 0 5px;
  float: left;
}
.img-side {
  margin-top: 18px;
  max-width: 235px;
}
.global-header {
  width: 100%;
  background: #344a5f;
  overflow: hidden;
  height: 46px;
}
.global-header p {
  display: inline-block;
  color: #999;
  font-size: 0.85em;
}
.global-header p.brand {
  float: left;
  font-family: open sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-nav {
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #344a5f;
}
.custom-nav ul.nav.navbar-nav li a {
  color: #fff;
  font-weight: 400;
  padding: 12px;
  line-height: normal;
}
.custom-nav ul.nav.navbar-nav li a:hover {
  background: #167ac6;
}
.custom-nav ul.nav.navbar-nav li {
  margin: 0;
}
.global-header p.brand strong {
  font-weight: 700;
}
.global-header p.brand {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin: 8px 2px 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}
.global-header p.back-to-article {
  float: right;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.global-header p.back-to-article a {
  display: inline-block;
  padding: 12px;
  margin: 0;
  background: #273c51;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
}
.global-header p.back-to-article a:hover {
  background: #08c;
}
.top-advertorial {
  width: 100%;
  text-align: center;
  background-color: #0969B5;
}
#top-advertorial-text {
  font-size: 14px;
  padding: 5px;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
.img-responsive-m {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.img-responsive-m2 {
  margin: 0 auto 40px;
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
}
.img-responsive-n {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 610px;
  height: auto;
}
.img-nomargin {
  margin-bottom: 6px !important;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin-bottom: 30px;
}
.protect {
  border: 1px #ebecef solid;
  padding: 4px 14px 14px;
  margin-bottom: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
li {
  margin: 13px 0;
}
#share-container,
.text {
  text-align: center;
}
#share-container {
  white-space: nowrap;
  margin: 0 0 18px;
}
.box {
  cursor: pointer;
  display: inline-block;
  width: 33%;
  margin: 0 auto;
}
.box1,
.box2,
.box3 {
  border-radius: 3px;
  -webkkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.box2 {
  margin: 0 4px;
}
.box1:hover {
  background-color: #2c4278 !important;
}
.box2:hover {
  background-color: #0086bd !important;
}
.box3:hover {
  background-color: #c9371f !important;
}
.text {
  padding: 11px 0;
  color: #fff;
  font-weight: 700;
}
.recommended {
  max-width: 804px;
  margin-bottom: 40px;
  font-size: 14px;
}
.img-recommended {
  display: inline-block;
  max-width: 241px;
  margin-right: 14px;
}
.img-recommended a {
  color: inherit;
  font-weight: 400;
}
.img-recommended a:hover {
  text-decoration: underline;
}
.img2 {
  max-height: 300px;
}
.italic-center {
  font-style: italic;
  text-align: center;
  padding: 2px 14px;
  line-height: 1.45em;
  font-weight: 400 !important;
}
.attention {
  font-size: 19px;
  margin: 20px 0;
  background-color: #fef5c4;
  border: 1px solid #fadf98;
  padding: 13px;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.noteauthor {
  font-size: 15px;
  padding-bottom: 10px;
}
.noteauthor1 {
  font-size: 14px;
  padding-top: 14px;
}
.btnn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 9px 10px;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 6px 0 20px;
  color: #fff;
  cursor: pointer;
  display: block;
}
.btnn:visited {
  color: #fff;
}
.photobox {
  width: 315px;
  height: auto;
  float: right;
  margin: 6px 0 20px 12px;
}
.ptxt {
  line-height: 1.1;
  font-size: 13px;
  padding: 3px 0;
  color: #555;
}
.img-txt {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 24px;
}
.embed-container {
  position: relative;
  padding-bottom: 10.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoSize {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bonus {
  font-weight: 700;
  font-size: 21px;
  text-decoration: underline;
}
.h3-23px {
  font-size: 23px;
}
.i1 {
  margin-bottom: 30px;
}
.img-middle {
  max-width: 600px;
  display: block;
  margin: 25px auto 30px;
}
.img-middle1 {
  max-width: 600px;
  display: block;
  margin: 25px 0 30px;
}
.welse {
  margin-top: 35px;
}
.mtop30 {
  margin-top: 30px;
}
.below-article {
  max-width: 760px;
  margin-top: 80px;
}
.sidebar-item {
  padding: 0;
  width: 100%;
}
.talking {
  margin: 10px;
}
.check-side {
  font-size: 15px;
}
.btn-warning:hover {
  background-color: #007206 !important;
}
.sidebar-separators {
  border-left: 1px solid #d3d3d3 !important;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.check-side {
  text-align: center;
  font-size: 13px;
  margin: 10px 8px 0 0;
}
.btnn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0 1px 0 0;
  -webkit-box-shadow: 0 1px 0 0;
  -moz-box-shadow: 0 1px 0 0;
}
.red {
  background-color: #089358;
  box-shadow: 0 5px 0 0 #bc1f1f;
  -webkit-box-shadow: 0 5px 0 0 #fff;
  -moz-box-shadow: 0 5px 0 0 #bc1f1f;
}
.red:hover {
  background-color: #2cb179;
  text-decoration: none;
  color: #fff;
}
a,
a:visited {
  color: #003DB8;
  cursor: pointer;
  font-weight: 700;
  outline: 0;
}
a:hover,
a:focus {
  color: #003DB8!important;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
blockquote {
  padding: 0 0 60px;
  border: none;
  color: #757575;
  font-weight: 300;
  position: relative;
  background: url(https://purpleassets.blob.core.windows.net/web/cloakedcam/pre4/quote.png) left bottom no-repeat;
  margin-bottom: 20px;
}
blockquote p {
  font-size: 18px;
}
.kopa-blockquote.style2 {
  margin: 0 0 20px;
  background: 0 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #32323c;
  border-left: 3px solid #337ab7;
  position: relative;
}
.cta {
  text-align: center;
}
.cta a {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 35px;
  background: #32cd32;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
}
.cta a:hover {
  background: #54b948 !important;
}
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #54b948;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 50px;
  font-size: 35px;
  height: 50px;
  width: 50px;
  align-items: center;
  padding-bottom: 8px;
  text-align: center;
  padding-left: 2px;
}
#myBtn:hover {
  background-color: #555;
}
.img-main {
  float: right;
  margin: 6px 0 20px 20px;
}
.txt-r {
  line-height: 1.25;
  margin-top: 3px;
}
.su-button-style-3d:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}
.mil-col {
  border: 2px solid #717146;
  border-radius: 3px;
  margin-bottom: 15px;
}
.mil-col h3 {
  background: #2e3138;
  margin: 0;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.mil-col p {
  margin-bottom: 0 !important;
}
.testimonials blockquote {
  font-size: 20px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 0;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}
blockquote {
  padding: 0 0 60px;
  border: none;
  color: #757575;
  font-weight: 300;
  position: relative;
  background: url(https://purpleassets.blob.core.windows.net/web/cloakedcam/pre4/quote.png) left bottom no-repeat;
  margin-bottom: 20px;
}
.testimonials blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: relative;
  top: 0;
  left: 0;
}
.testimonials blockquote p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.testimonials footer {
  margin: 0;
  text-align: right;
  font-size: 1em;
  font-style: italic;
}
.single-post_entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.single-post_entry-meta li {
  margin-right: 5px;
}
.entry_meta li {
  display: inline-block;
  font-size: 14px;
  font-family: lato, sans-serif;
  color: #000;
}
.single-post_entry-meta li + li:before {
  display: none;
}
.single-post_entry-meta .entry_meta-date {
  margin-top: 13px;
}
.single-post_entry-meta .entry_meta-category {
  color: #000;
}
.entry-author {
  position: relative;
}
.entry-author_url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-author_url span:first-of-type {
  margin-right: 5px;
}
.entry-author .entry-author_url:hover {
  color: #000;
  text-decoration: none;
}
.entry-author_img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
}
.entry-author_rating {
  display: block;
  float: left;
  margin-right: 10px;
  width: 100px;
}
.entry-author_name {
  font-size: 14px;
  font-weight: 600;
}
.entry-author_name:hover {
  color: #000;
}
.entry_meta a, .entry_meta a:hover {
  color: #000!important;
  text-decoration:none;
}
.entry_meta-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
  font-weight: 700;
  font-family: lato, sans-serif;
}
@media (max-width: 570px) {
  .global-header p.back-to-article {
    display: inline-block;
    margin: auto;
    font-size: 16px !important;
    float: right;
  }
  .page-header-container img {
    height: auto;
  }
  .cta a {
    font-size: 14px;
    padding: 12px 19px;
  }
  .top-advertorial {
    text-align: center;
  }
}
@media (max-width: 810px) {
  .img-r3 {
    margin-right: 0;
  }
  .page-container,
  .page-column {
    width: 810px;
  }
}
@media (max-width: 809px) {
  .recommended {
    display: none;
  }
  .page-sidebar {
    width: 100%;
  }
}
@media (min-width: 868px) {
  .top-banner {
    line-height: 1.2;
    display: block;
    width: 468px;
    height: 54px;
    background-color: #f7f7f7;
    float: right;
    margin: 4px 0 0;
  }
}
@media (max-width: 767px) {
  .d-desk {
    display: none!important;
    }
  .d-mob {
        display: block!important;
    }
    .d-flex-mob {
        display: flex!important;
        margin-bottom:20px;
        margin-top:10px;
    }
  .single-post_entry-meta li {
    margin-right: 0px;
  }
  .single-post_entry-meta .entry_meta-date {
      margin-top: 0px;
  }
  .entry-author_rating {
    float: right;
   }
  h1 {
    font-size: 27px;
    line-height: 40px;
  }
  .quote p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
  }
  h2 {
    font-size: 25px;
    line-height: 34.05px;
  }
  h3 {
    font-size: 22px;
  }
  .page-sidebar .img-responsive {
    margin: 44px auto 20px;
  }
  ul.navbar-nav {
    float: none !important;
    clear: both;
    display: block;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: 0 !important;
  }
  .page-content p {
  }
  #footer {
    margin-top: 30px;
  }
  p.cta {
    display: block;
    text-align: center;
  }
}
@media (min-width: 359px) and (max-width: 486px) {

}
@media (max-width: 358px) {

}
@media (min-width: 346px) {
  .btnn {
    font-size: 19px;
  }
}
@media (min-width: 374px) {
  .btnn {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .attention {
    font-size: 16px;
    margin: 10px 0;
  }
}
@media (min-width: 744px) {
  .top-banner {
    line-height: 1.2;
    display: block;
    width: 420px;
    height: 52px;
    background-color: #f7f7f7;
    float: right;
    margin: 6px 0 0;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
#content {
  background-color: #fff;
  border-bottom: 1px solid #cce0eb;
  margin-bottom: 30px;
  margin-top: 25px;
  padding-bottom: 30px !important;
  padding-top: 20px !important;
  width: 100%;
}
.box112 {
  background-color: #f4f3c1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 15px 1px;
}
.comment-box {
  margin-top: 70px;
  margin-bottom: 30px;
}
.comment-block {
  background: #fff;
  padding: 20px 20px 10px;
  border-bottom: 5px solid #ccdee8;
  margin-top: 14px;
  float: left;
  width: 100%;
}
.comment-block,
.inner-reply {
  padding: 10px 0;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}
.avatar {
  float: left;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 7px;
  margin-top: 4px;
  border-radius: 5px;
  padding: 0;
}
.stars {
  width: 100px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
  display: none;
}
.name {
  position: relative;
  top: 1px;
  margin-left: 0;
  padding: 1px 0;
  font-weight: 700;
  font-size: 17px;
  color: #1fba34;
}
.reply-box-bottom {
  display: none;
}
.date {
  border-left: 1px solid #666;
  padding-left: 5px;
  position: relative;
  top: 1px;
  margin-left: 0;
  color: #666;
  font-size: 12px;
  pointer-events: none;
  font-weight: 600;
}
.date:hover {
  text-decoration: none;
}
.comment-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.bottom-gray-footer {
  background-color: #505050;
}
.bottom-gray-footer p {
  margin-top: 12px;
  text-align: center;
  color: #d5d5d5;
  font-size: 12px;
}
.open-reply-box {
  font-size: 13px;
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 600;
}
.pb-2 {
  padding-bottom: 20px;
}
.video-section p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.video-section iframe {
  width: 100%;
  height: 294px;
}
.video-section a {
  margin-top: 30px;
}
.video-section img {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  box-shadow: 0 0 10px #d5d5d5;
}
.video-section .text1 {
  margin-top: 35px;
}
.video-section .text2 {
  margin-top: 35px;
}
.images img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.white-bg {
  display: block;
  float: left;
  margin-bottom: 15px;
}
.box1 {
  background-color: #3a579d;
}
.box1 img {
  width: 17px;
  height: 17px;
}
.box2 {
  background-color: #00aaf0;
}
.box2 img {
  width: 17px;
  height: 17px;
}
.box3 {
  background-color: #df4a32;
}
.box3 img {
  width: 17px;
  height: 17px;
}
.what-it-box {
  color: #3e3e4a;
  font-size: 24px;
  font-weight: 700;
}
.neck-relax {
  font-weight: 700;
}
.question {
  color: #337ab7;
}
.answer {
  margin: 0;
}
.Conclusion {
  color: #3e3e4a;
  font-size: 30px;
  font-weight: 700;
}
.neck-pain {
  background-color: #fff;
  color: #333;
  font-family: open sans, Helvetica, Arial, sans-serif;
  font-size: 17px;
}
.Relax-now {
  font-size: 16px;
}
.check-discount {
  font-size: 18px;
}
.offer {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.rate {
  color: #396;
}
.del {
  color: brown;
  font-weight: 700;
}
.modal-dialog {
  margin: 0 auto;
  position: relative;
  top: 10%;
}
#brand-logo {
  text-align: center;
  margin: 0 auto;
}
.percentage {
  padding-top: 1px;
}
.progress-text {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}
.progress-done {
  display: none;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 25px;
}
.progress {
  height: 38px;
  background: #fff;
}
.elementor-2656 .elementor-element.elementor-element-4440432f {
  color: #212529;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.16em;
}
.elementor-2656 .elementor-element.elementor-element-e53c091 {
  background-color: #f4f3c1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
}
.elementor-section {
  position: relative;
}
.elementor img {
  float: left;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementor-widget-image .elementor-image img {
  vertical-align: middle;
  display: inline-block;
}
.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elementor-image {
  float: left;
}
.elementor-2656 .elementor-element.elementor-element-4440432f {
  color: #212529;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.16em;
}
.elementor-2656 .elementor-element.elementor-element-a54811c {
  color: #337ab7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}
.elementor-2656
  .elementor-element.elementor-element-70b7d77f
  > .elementor-element-populated {
  background-color: #fff5ea;
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(255, 84, 84, 0.38);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.color-box {
  padding: 15px;
}
.elementor-2656 .elementor-element.elementor-element-72383a2b a.button,
.elementor-2656 .elementor-element.elementor-element-72383a2b .button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #ff4200;
  border-radius: 0 0 0 0;
}
.image {
  float: left;
  padding-right: 15px;
  margin-top: 18px;
}
.click_font {
  margin-bottom: 15px;
}
@media only screen and (max-width: 370px) {
  .click_font {
    height: 45px;
  }
  .images img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .check-discount {
    font-size: 13px;
  }
  .images img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
.dropcap {
  float: left;
  max-width: 1em;
  font-size: 400%;
  line-height: 80%;
  padding-right: 5px;
}
.figure {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
figure img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.float-left {
  float: left !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.float-left {
  max-width: 40%;
}
figure {
  margin: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.reviews-header {
  padding: 20px;
  background: #f3f3f3;
  float: left;
  margin: 35px 25px 25px;
}
.avg-rating {
  float: left;
  background: #344a5f;
  text-align: center;
  max-width: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
}
p.avg {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
p.rating-desc {
  color: #fff;
  background: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
  margin-bottom: 0;
}
.reviews-header-text h3 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 !important;
}
.reviews-header-text {
  float: left;
}
hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews {
  background: #f3f3f3;
  padding-top: 5px;
}
.question {
  color: #337ab7;
  margin-bottom: 0;
}
.answer {
  margin: 0;
  margin-bottom: 10px;
}
#myBtn {
  line-height: 45px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .Relax-now {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .single-post_entry-meta {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .entry_meta li {
    display: initial;
  }
  #footer p {
    font-size: 14px;
  }
  .floating-bar .btn-floating-bar p:first-child {
    padding: 10px 10px !important;
  }
  #footer {
    padding-bottom: 85px !important;
  }
}

/* added */


        .serp-FFHUuI {
                display: block !important;
                margin: 10px 0 10px 0;
                float: none;
                font-size: small !important;
                cursor: pointer;
            }
            .serp__text-38uZ11 {
                font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
                min-height: 18px;
                vertical-align: top;
                color: #f16c2d;
                display: block !important;
                margin: 0;
                padding: 0 0 0 24px;
                background: none;
                cursor: normal;
                text-decoration: none;
            }
            .serp__text-38uZ11:hover {
                text-decoration: underline;
            }
            .serp__button-1t7VKO {
                display: flex;
                float: left;
                border: 1px solid #ccc;
                padding: 3px 5px 3px 3px;
                border-radius: 5px;
                margin-top: -3px;
                margin-right: 7px;
                color: green;
                font-weight: 600;
                font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
                line-height: 18px;
                font-size: 13px;
            }
            .serp__logo-1fX-NB {
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNzRCNDAzMjZFQzYxMUVBOTQxNUQwNTdFMTdCODMxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRCNDAzMzZFQzYxMUVBOTQxNUQwNTdFMTdCODMxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY3NEI0MDMwNkVDNjExRUE5NDE1RDA1N0UxN0I4MzExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEI0MDMxNkVDNjExRUE5NDE1RDA1N0UxN0I4MzExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++pzE8AAACY5JREFUeNpsWAtw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);
                float: left;
                width: 18px;
                height: 18px;
                margin: 0;
                padding: 0;
                background-size: 100%;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 5px;
            }
        
/*  */
        
        #st-1 {
                font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
                direction: ltr;
                display: block;
                opacity: 1;
                text-align: justified;
                z-index: 94034;
            }
            #st-1.st-animated {
                -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
            }
            #st-1.st-hidden {
                opacity: 0;
            }
            #st-1.st-hide {
                display: none;
            }
            #st-1 .st-btn {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in; -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in; -o-transition: opacity 0.2s ease-in, top 0.2s ease-in; -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in; transition: opacity 0.2s ease-in, top 0.2s ease-in;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px;
                border: none;
                cursor: pointer;
                display: inline-block;
                font-size: 11px;
                height: 32px;
                line-height: 32px;
                margin-right: 8px;
                padding: 0 8px;
                position: relative;
                text-align: center;
                top: 0;
                vertical-align: top;
                white-space: nowrap;
            }
            #st-1 .st-btn:last-child {
                margin-right: 0;
            }
            #st-1 .st-btn > svg {
                height: 16px;
                width: 16px;
                position: relative;
                top: 8px;
                vertical-align: top;
            }
            #st-1 .st-btn > img {
                display: inline-block;
                height: 16px;
                width: 16px;
                position: relative;
                top: 8px;
                vertical-align: top;
            }
            #st-1 .st-btn > span {
                -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
                color: #fff;
                display: inline-block;
                font-weight: 500;
                letter-spacing: 0.5px;
                min-width:;
                opacity: 1;
                padding: 0 6px;
                position: relative;
                vertical-align: top;
            }
            #st-1.st-has-labels .st-btn {
                min-width:;
            }
            #st-1.st-has-labels .st-btn.st-remove-label {
                min-width: 50px;
            }
            #st-1.st-has-labels .st-btn.st-remove-label > span {
                display: none;
            }
            #st-1.st-has-labels .st-btn.st-hide-label > span {
                display: none;
            }
            #st-1 .st-total {
                color: #555;
                display: inline-block;
                font-weight: 500;
                line-height: 12px;
                margin-right: 0;
                max-width: 80px;
                padding: 4px 8px;
                text-align: center;
            }
            #st-1 .st-total.st-hidden {
                display: none;
            }
            #st-1 .st-total > span {
                font-size: 16px;
                line-height: 17px;
                display: block;
                padding: 0;
            }
            #st-1 .st-total > span.st-shares {
                font-size: 9px;
                line-height: 9px;
            }
            #st-1.st-justified {
                display: flex;
                text-align: center;
            }
            #st-1.st-justified .st-btn {
                -moz-flex: 1;
                -ms-flex: 1;
                -webkit-flex: 1;
                flex: 1;
            }#st-1 .st-btn:hover {
                opacity: .8;
                top: -4px;
            }#st-1 .st-btn[data-network='facebook'] {
                background-color: #4267B2
            }
            #st-1 .st-btn[data-network='facebook'] img {
                /* filter:  */
            }
            #st-1 .st-btn[data-network='facebook'] > span {
                color: #fff
            }
            #st-1 .st-btn[data-network='twitter'] {
                background-color: #55acee
            }
            #st-1 .st-btn[data-network='twitter'] img {
                filter: 
            }
            #st-1 .st-btn[data-network='twitter'] > span {
                color: #fff
            }
            #st-1 .st-btn[data-network='messenger'] {
                background-color: #448AFF
            }
            #st-1 .st-btn[data-network='messenger'] img {
                filter: 
            }
            #st-1 .st-btn[data-network='messenger'] > span {
                color: #fff
            }
            #st-1 .st-btn[data-network='whatsapp'] {
                background-color: #25d366
            }
            #st-1 .st-btn[data-network='whatsapp'] img {
                /* filter:  */
            }
            #st-1 .st-btn[data-network='whatsapp'] > span {
                color: #fff
            }
            #st-1 .st-btn[data-network='pinterest'] {
                background-color: #CB2027
            }
            #st-1 .st-btn[data-network='pinterest'] img {
                /* filter:  */
            }
            #st-1 .st-btn[data-network='pinterest'] > span {
                color: #fff
            }
			#st-1 .st-btn[data-network='snapchat'] > span {
                color: #333
			};
/*  */
.page-header-container{
	margin-bottom: 10px;
}
.trending{
	margin:0 auto
}         
        
/* added */