.wciufbp_header_three-txt {
    /* font-style: italic; */
    font-size: 19px;
    line-height: 26px;
}
p.vid-hd{
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 5px;
	
}
p.vid-p{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: red;
	margin-bottom: 0;
}
.yellow-txt{
	background: yellow;
	padding: 0 5px;
}
.wonam-fur-magnet{
	float: left;
	margin-right: 15px;
	margin-top: 6px;
}
.fur-magnet-img{
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	width: 46%;
	margin-bottom: 10px;
}
.p-hd{
	font-size: 22px;
}

.bx-iconss {
    padding: 20px;
    background-color: rgba(31,109,176,0.15) !important;
    clear: both;
    margin-bottom: 20px;
}
.common_para-text {
    /* float: left; */
    width: 100%;
    font-size: 19px;
    line-height: 29px;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
a.blue-link{
	color: blue;
}

.social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 10px;
	padding-left: 0;
}
.social-list li:nth-child(1) {
    background: #4267b2;
}
.social-list li {
    display: inline-block;
    vertical-align: top;
    width: 19.1%;
    padding: 0 8px;
    text-align: center;
    -webkit-transition: opacity 0.6s ease-in, top 0.2s ease-in;
    transition: opacity 0.6s ease-in, top 0.2s ease-in;
}
.social-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 32px;
}
.social-list li img {
    height: 16px;
    width: 16px;
}
.social-list li p {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    margin-left: 15px;
	margin-bottom: 0;
}

.social-list li:nth-child(2) {
    background: #000;
}
.social-list li:nth-child(3) {
    background: #448aff;
}
.social-list li:nth-child(4) {
    background: #25d366;
}
.social-list li:nth-child(5) {
    background: #cb2027;
}



h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Prociono;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: MabryPro, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: MabryPro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
}

a {
  color:#0b5394;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

figure {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
}

figcaption {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body {
  font-family: MabryPro, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.header {
  /* background-color: #000; 
  color: #fff;  */
  background-color: #fff; 
  color: gray; 
  text-align: center;

  -webkit-box-shadow: 0 3px 5px -3px #0000001f;
-moz-box-shadow: 0 3px 5px -3px #0000001f;
box-shadow: 0 3px 5px -3px #0000001f;
}

.header-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;

}
/* 
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0px;
  line-height: 0px;
} */

.header-col-left {
  display: flex;
  width: 55%;
  align-items: center;
}

.header-col-right {
  display: flex;
  width: 42%;
  justify-content: flex-end;
  align-items: center;
}

.logo-link-wrapper {
  width: auto;
  height: auto;
  max-width: 100%;
}

.logo-link-wrapper.ft {
  width: auto;
}

.logo-svg-code.hidden {
  display: none;
}

.heading {
  margin: 0px 20px 0px 15px;
  color: #fff;
  font-size: 18px;
}

.menu-link {
  padding-right: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link.red {
  color: red;
}

.icon-search-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  color: #fff;
}

.html-embed {
  color: #fff;
}

.icon-user-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  color: #fff;
}

.icon-menu-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  color: #fff;
}

.page-title-section {
  padding-top: 0px;
  padding-bottom: 15px;
}

.container {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
}

.c-article__title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-transform: none;
}

.sub-title-page {
  margin-top: 0px;
  font-family: MabryPro, sans-serif;
  color: #ff4500;
  font-size: 21px;
  font-weight: 400;
}

.content-page {
  /*padding-bottom: 60px;*/
}

.content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content-article {
  width: 63%;
}

.content-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 33%;
}

.main-image {
  display: block;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: #f1f1f1;
  font-size: 19px;
  font-weight: 600;
}

.box-results {
  padding: 20px;
  border: 1px solid #f1f1f1;
}

.box-results.mrg-top {
  margin-top: 10px;
}

.box-results-img {
  text-align: center;
}

.box-results-img.size {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.box-results-desc {
  position: relative;
  margin-top: 20px;
}

.link {
  color: red;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  position: absolute;
  left: -5px;
  top: 23px;
  margin-right: 0px;
  color: red;
  font-size: 45px;
  line-height: 0;
  font-weight: 700;
}

.paragraph {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  margin-top: 10px;
  font-size: 16px;
}

.content-article-inner {
  margin-top: 20px;
}

.article-content-txt {
  color: #000;
}

.article-content-txt.mrg-top {
  margin-top: 25px;
}

.box-time-offer {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.box-time-title {
  padding: 20px;
  background-color: #000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.box-time-inner {
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

.button {
  padding: 20px 40px;
  border-radius: 12px;
  /*background-color: #009c6b;*/
  background: linear-gradient( 0deg, rgba(8, 186, 71, 1) 0%, rgba(9, 201, 77, 1) 35%, rgba(10, 212, 82, 1) 95% );
  transition: all 200ms ease;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  transform: scale(1.1);
}

.text-block-3 {
  display: none;
  margin-top: 15px;
}

.comments {
  margin-top: 60px;
}

.comments-title-box {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-family: MabryPro, sans-serif;
  color: #000;
  font-weight: 500;
}

.comments-box-item {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 16px;
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.1);
}

.comments-box-item.mrg-top {
  display: none;
  margin-top: 20px;
}

.comments-box-item.mrg-top.no-line {
  border-bottom-style: none;
}

.comments-box-content {
  width: auto;
  margin-left: 0px;
}

.comments-name {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.comments-p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
}

.comments-info-row {
  display: flex;
  align-items: flex-start;
}

.link-cm {
  color: #006598;
  font-weight: 500;
}

.dot-diviser {
  margin-right: 5px;
  margin-left: 5px;
}

.likes {
  color: #006598;
  font-weight: 500;
}

.time {
  color: #000;
  font-size: 11px;
  font-weight: 500;
}

.image {
  width: 55px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: #f2fff0;
  color: #fff;
  margin-top: 60px;
}

.footer-row {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.ft-top-left {
  display: flex;
  width: 50%;
  align-items: center;
}

.ft-top-right {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}

.text-block-4 {
  letter-spacing: 1px;
}

.text-block-5 {
  margin-right: 20px;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.3);
}

.icon-fb-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  color: #fff;
}

.icon-tw-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  color: #fff;
}

.icon-ig-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  color: #fff;
}

.footer-bottom {
  margin-top: 30px;
}

.footer-links-row {
  display: flex;
  align-items: center;
}

.ft-link {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.ft-link.mrg {
  margin-right: 20px;
}

.text-block-6 {
  max-width: 424px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}

.bar-promotion-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: none;
  width: 100%;
  padding: 25px 20px;
  background-color: red;
}

.bar-promotion-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar-promotion-heading {
  width: 36%;
  margin-right: 20px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
}

.text-block-7 {
  color: #fff;
}

.bar-promotion-button {
  width: 30%;
  text-align: center;
}

.bp-button {
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  background-color: transparent;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

.bp-button:hover {
  transform: scale(1.1);
}

.img-small-txt {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.info-table-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.info-table-left {
  display: flex;
  width: 45%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #eee;
}

.info-table-left.line-bottom {
  border-bottom-style: solid;
}

.info-table-right {
  width: 55%;
  padding: 20px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.02);
}

.info-table-right.line-bottom {
  border-bottom-style: solid;
}

.text-block-8 {
  font-weight: 600;
}

.text-block-8-copy {
  font-weight: 400;
}

.bold-text {
  max-width: none;
}

.results-row {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 15px 20px;
 /* align-items: flex-start;*/
  grid-column-gap: 15px;
  border-radius: 15px;
  background-color: #effbfe;
}

.results-row.mrg {
  margin-bottom: 40px;
}

.results-number {
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #0b5394;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.text-block-9 {
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}

.results-info {
  width: auto;
  margin-left: 0px;
}

.results-txt {
  font-weight: 500;
}

.bold-text-2 {
  max-width: none;
}

.compare-wrapper {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.compare-check {
  width: 50%;
  padding: 22px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color:#effbfe;
}

.compare-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: MabryPro, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.compare-title.light {
  font-size: 17px;
  font-weight: 700;
}

.compare-check-list-item {
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  align-items: center;
  grid-column-gap: 10px;
}

.compare-check-list-item.mrg {
  margin-top: 10px;
}

.check-list-txt {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 15px;
  line-height: 21px;
}

.compare-x {
  width: 50%;
  padding: 22px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(237, 82, 82, 0.12);
}

.by-date.hidden {
  display: none;
}

.c-article__header {
  position: relative;
}

.firsttitle-article {
  margin-top: 0px;
  font-family: MabryPro, sans-serif;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.title-page {
  max-width: 860px;
  margin-bottom: 22px;
  font-family: MabryPro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
  margin-top:22px;
}

.producthover-preview {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  display: none;
  width: 300px;
  height: 300px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.93);
  text-align: center;
  text-decoration: none;
}

.img {
  width: 100%;
  margin-bottom: 20px;
}

.img._2 {
  width: auto;
  height: 610px;
  text-align: center;
}

.img-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.img-block.full {
  width: 75%;
}

.img-block.hidden {
  display: none;
}

.img-wrap {
  display: flex;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.combine__content {
  position: relative;
  width: 100%;
  max-width: 50%;
  text-align: left;
}

.combine-img-img {
  width: auto;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}

.combine-img-img.p1 {
  height: 360px;
}

.combine-img-img.p2 {
  height: 390px;
 /* height: auto;*/
}
.img-bx{
  width:95%;
}

.fifteen {
  display: flex;
  width: 90%;
  height: 90%;
  /*padding: 30px 15px 25px;*/
  padding: 25px 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #28aae0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top:15px;
}

.six-in-one {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 26px;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.six-in-one__content {
  display: flex;
  width: 130px;
  height: 130px;
  padding-right: 0px;
  justify-content: center;
  align-items: center;
  color: #185baa;
  text-align: right;
}

.vs-img {
  position: absolute;
  top: 0px;
  right: -15%;
  bottom: 0px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-10 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.image-6 {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}

.sec-title-left {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #185baa;
  font-size: 46px;
  line-height: 60px;
  text-align: left;
}

.heading-14 {
  margin-bottom: 10px;
  font-family: MabryPro, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}

.div-block-4 {
  display: block;
  /*padding-right: 25px;*/
  padding-left: 0px;
  line-height: 15px;
  text-align: center;
}

.combine {
  position: relative;
  z-index: 9;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.combine__img {
  position: static;
  left: auto;
  right: -38px;
  z-index: 9;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-paper {
  position: relative;
  left: 0px;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-image: url('../images/61ae25c251ebc7e4ed03c546_bg-paper2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-10 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.div-block-35-copy {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 26px;
  border-style: dashed none none;
  border-width: 2px 1px 1px;
  border-color: #000;
  border-radius: 0px;
}

.item-paper-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.heading-9 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #141c20;
  font-size: 25px;
  font-weight: 800;
}

.div-block-36 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.text-block-15 {
  color: #141c20;
  font-size: 50px;
  font-weight: 800;
}

.div-block-35 {
  width: 100%;
  margin-top: 5px;
  border-style: dashed none none;
  border-width: 2px 1px 1px;
  border-color: #000;
  border-radius: 0px;
}

.div-block-35-copy-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 36px;
  border-style: dashed none none;
  border-width: 2px 1px 1px;
  border-color: #000;
  border-radius: 0px;
}

.text-block-13 {
  color: #141c20;
  font-size: 30px;
  font-weight: 800;
}

.text-block-12 {
  font-size: 22px;
  text-transform: uppercase;
}

.item-paper-row-last {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.text-block-14 {
  position: relative;
  top: 5px;
  margin-right: 19px;
  color: #141c20;
  font-size: 20px;
}

.image-7 {
  width: 120px;
}

.image-8 {
  width: 100.00009%;
}

.results-wrap {
  display: none;
  margin-bottom: 25px;
}

.dynamic-date-js {
  margin-top: 15px;
  text-align: left;
}

.announcement {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ff4500;
  color: #fff;
}

.scrolltext-wrapper {
  overflow: hidden;
  width: 100vw;
  margin-top: 0px;
}

.scrolltext-loop-container {
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.scrolltext-content-holder {
  display: flex;
  overflow: visible;
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.scroll-text {
  width: auto;
  margin-right: 20px;
  color: #000;
  font-size: 107px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-16 {
  width: 191px;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-title-sidebar {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.product-cta {
  display: flex;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.results-reviews-row{
  margin-bottom:20px;
}
.btn-product {
  padding: 15px 30px;
  border-radius: 12px;
  background-color: red;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-product:hover {
  transform: scale(1.1);
}

.image-9 {
  margin-right: 10px;
}

.clockdiv {
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.box {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.clock-number.days {
  font-weight: 500;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.box-dots {
  font-size: 20px;
}

.btn-secundary {
  display: flex;
  padding: 18px 30px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 11px;
  border-radius: 10px;
  background-color: #009c6b;
  font-family: MabryPro, sans-serif;
  color: #fff;
  font-weight: 700;
  transition: .2s ease-in-out 0s;
}
.btn-secundary:hover{
   transform: scale(1.05);
}

.btn-secundary-icon-svg {
  line-height: 0;
}

.text-block-17 {
  line-height: 16px;
}

.review-info-author-row {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  align-items: center;
  grid-column-gap: 20px;
  border-bottom: 1px solid #f6f5f5;
}

.review-author-img {
  height: 40px;
  border-radius: 100px;
}

.review-details-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
}

.reviews-stars-row {
  display: block;
  margin-bottom: 10px;
  align-items: flex-start;
  grid-column-gap: 5px;
}

.masonry {
  display: flex;
  /*margin-bottom: 100px;*/
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.masonry-item {
  width: 33%;
  margin-right: 0px;
  margin-bottom: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

.review-box-content {
  position: relative;
  min-height: 380px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.05);
}

.review-author-row {
 /* position: absolute;
  bottom: 30px;*/
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  align-items: center;
  grid-column-gap: 10px;
  font-weight: 600;
}

.header-p {
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.italic-text {
  font-family: MabryPro, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.main-video {
  position: static;
  display: none;
}

.featured-logos-row {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.featured-logo-item {
  display: flex;
  width: 20%;
  height: 80px;
  margin-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how-works-row {
  display: flex;
 /* margin-bottom: 25px;*/
  padding-bottom: 25px;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.howworks-img-col {
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #effbfe;
}

.howworks-content {
  width: auto;
}

.howorks-step {
  margin-bottom: 5px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.heading-15 {
  margin-top: 0px;
  font-size: 22px;
}

.howworks-title {
  margin-top: 5px;
  font-size: 21px;
  line-height: 28px;
}

.list {
  display: block;
  margin-bottom: 25px;
}

.list-item.mrg {
  margin-top: 20px;
}

.heading-16 {
  font-size: 18px;
}

.main-bg-video {
  overflow: hidden;
  width: 100%;
  height: 422px;
}

.video {
  display: none;
}

.main-video-lightbox {
  position: relative;
  display: none;
  width: 100%;
}

.play-button-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  width: auto;
  height: auto;
  padding: 4px 10px;
  align-items: center;
  grid-column-gap: 6px;
  border-radius: 7px;
  background-color: #fff;
}

.text-block-18 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.review-thumb {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 6px;
  border-radius: 100px;
  background-color: #000;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.beforeafter-slider {
  display: block;
  align-items: flex-start;
}

.ba-boxitem {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.text-block-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.text-block-21 {
  font-size: 14px;
}

.beforeafter-wrap {
  display: block;
  margin-top: 60px;
}

.beforeafter-heading {
  margin-bottom: 40px;
  text-align: center;
}

.review-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: MabryPro, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.popup-box {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 560px;
  max-width: none;
  margin: 0px auto;
  padding: 71px 20px 40px;
  border-radius: 16px;
  background-color: #fff;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.image-10 {
  width: 100%;
}

.popup-title {
  max-width: 330px;
  margin: 0px auto;
  font-size: 26px;
  line-height: 39px;
  font-weight: 800;
  text-align: center;
}

.popup-action {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.btn-popup {
  display: flex;
  padding: 18px 30px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 11px;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.bold-text-4 {
  max-width: none;
  font-weight: 800;
}

.popup-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dynamic-date-js-2 {
  margin-top: 15px;
  text-align: center;
}

.text-span {
  font-size: 43.5px;
}

.text-span-2 {
  font-size: 43.5px;
}

.featured-logos-title-row {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 15px;
  font-weight: 700;
}

.fl-hr {
  width: 15%;
  height: 2px;
  background-color: #000;
}

.fl-img.f2 {
  height: 34px;
}

.steps-wrapper {
  display: none;
}

.day-box {
  padding: 20px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.day-box.mrg {
  margin-top: 15px;
}

.day-box.mrg.mrg-bottom {
  margin-bottom: 25px;
}

.day-box-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.day-box-row {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 25px;
}

.day-box-p {
  margin-bottom: 0px;
}

.day-steps-wrapper {
  display: flex;
}

.h3-span {
  font-weight: 400;
}

.results-reviews-row {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  line-height: 16px;
}

.results-rate {
  line-height: 16px;
  font-weight: 700;
}

.main-img {
  width: 100%;
}

.dynamic-date-js-3 {
  margin-top: 15px;
  text-align: left;
}

.div-block-37 {
  margin-top: 40px;
}

.journal-list {
  display: none;
  margin-bottom: 25px;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 15px;
}

.jornal-list-item {
  display: flex;
  padding: 15px;
  align-items: flex-start;
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ecd2c9;
  border-radius: 4px;
  background-color: #ffece5;
}

.list-icon {
  height: 24px;
  flex: 0 0 auto;
}

.results-wrap-2 {
  margin-bottom: 25px;
}

.compare-wrapper-2 {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.check-list-icon {
  height: 25px;
}

.btn-wrapper {
  margin-bottom: 25px;
  text-align: center;
}

.btn-2 {
  padding: 20px 40px;
  border-radius: 12px;
 /* background-color: #ff4500;*/
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient( 0deg, rgba(8, 186, 71, 1) 0%, rgba(9, 201, 77, 1) 35%, rgba(10, 212, 82, 1) 95% );
}

.btn-2:hover {
  transform: scale(1.1);
}

.hw-icon {
  height: 60px;
}

.hw-p {
  margin-bottom: 0px;
}

.title-feature {
  display: inline-block;
  margin-top: 0px;
  padding: 10px;
  border-radius: 6px;
  background-color: #effbfe;
  color: #0b5394;
  text-transform: uppercase;
}

.ba-review-row {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
}

.text-block-22 {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.bold-text-5 {
  font-size: 25px;
}

.bold-text-6 {
  font-size: 25px;
}

.bold-text-7 {
  font-size: 25px;
}

.paragraph-2 {
  padding-top: 12px;
}

/*=================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.beforeafter-slider .slick-arrow{
position: absolute;
}
.beforeafter-slider .slick-prev {
    left: -35px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}
.beforeafter-slider .slick-next {
    right: -35px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
     cursor: pointer;
}
.beforeafter-wrap .slick-slide img{
display: inline-block;
}
.beforeafter-wrap .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin-top: 45px;
  padding: 0;
}
.beforeafter-wrap .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.beforeafter-wrap .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,.39);
  display: inline-block;
  border-radius: 2px;
  font-size: 0;
  border: 0;
  border-radius: 59px;
  cursor: pointer;
}
.beforeafter-wrap .slick-dots .slick-active button {
  background-color: #000;
  width: 50px;
  height: 1
}
.slick-slider{position: relative;}
.page-title {
  padding: 5px 20px;
  font-size: 16px;
  margin: 0px;
  outline: none;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 227, 0, 0.31);
  height: auto;
}
.mb-20{margin-bottom: 20px;}
.cards-container{margin-left: -15px; margin-right: -15px;}
.card{width: 100%; padding-left: 15px; padding-right: 15px; float: left;}
.card-body{padding: 20px; background-color: #fff; border-radius: 8px; border: 1px solid #ddd; margin-bottom: 20px;}
.howworks-img-col{
  background-color: #fff;
}
.howorks-step{
    font-size: 20px;
    margin-bottom: 10px;
}
.icon-container{width:70px;
  height: 70px;
  border-radius: 50%;
  /*background-color: #0186c7;*/
  margin-bottom: 15px;
  padding: 8px;}
  .acc_header h2{
    font-size: 20px;
    line-height: 25px;
}
.accord_content{
  border:1px solid #ddd;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.acc_body{
  display: none;
}
.acc_body.act{
  display: block;
}
.acc_header{
  cursor:pointer;
}
.ba-review-row{
  flex-direction: column;
}

.ba-review-row p{
  font-size: 15px;
}
.ba-boxitem .client{
  border-radius:50%;
  object-fit: cover;
}
.ba-boxitem{
  padding: 10px 15px;
  margin:20px 0;
}





.acc_head_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acc_header.actives{
  display: none;
}
.acc_header.actives{
  display: block;
}
.up{
  display: none;
}
.down{
  display: block;
}
.down{
  width:25px;
}
.up{
  width:25px;
}
.acc_header.actives .up{
  display: block;
}
.acc_header.actives .down{
  display: none;
}








@media screen and (min-width: 1280px) {
  .box-time-inner {
    padding-top: 60px;
  }

  .img-wrap {
    margin-left: 0px;
  }

  .combine-img-img {
    width: 79%;
    transform: none;
  }

  .combine-img-img.p1 {
    width: auto;
    height: auto;
  }

  .combine-img-img.p2 {
    height: 390px;
  }

  .six-in-one {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .box-results-img.size {
    max-width: 270px;
  }

  .box-time-inner {
    width: 100%;
  }

  .firsttitle-article {
    margin-bottom: 50px;
  }

  .img-wrap {
    display: block;
    justify-content: flex-end;
    transform: none;
    text-align: right;
  }

  .combine__content {
    position: relative;
    display: flex;
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .combine-img-img {
    width: 76%;
  /*  transform: scale(1.2);*/
  }

  .vs-img {
    position: absolute;
    top: 0px;
    right: -15%;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-title-sidebar {
    margin-bottom: 40px;
  }

  .product-cta {
    margin-top: 0px;
  }

  .clockdiv {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .header-container {
    max-width: 1360px;
  }

  .header-col-right {
    width: 50%;
  }

  .container {
    max-width: 1340px;
  }

  .content-article {
    width: 63%;
  }

  .paragraph {
    max-width: none;
  }

  .box-time-inner {
    width: 100%;
  }

  .bar-promotion-row {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-bg-video {
    height: 460px;
  }
}

@media screen and (max-width: 991px) {
 /* .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
  }*/

  .logo-link-wrapper {
    width: auto;
    max-width: 110px;
  }

  .heading {
    margin-right: 10px;
  }

  .menu-link {
    display: none;
  }

  .page-title-section {
    /*padding-top: 30px;*/
    padding-bottom: 10px;
  }

  .content-row {
    flex-direction: column;
  }

  .content-article {
    width: 100%;
  }

  .content-sidebar {
    width: 100%;
  }

  .box-results-img {
    text-align: center;
  }

  .paragraph {
    max-width: none;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .content-article-inner {
    margin-bottom: 40px;
  }

  .bar-promotion-row {
    flex-direction: column;
  }

  .bar-promotion-heading {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .bar-promotion-button {
    width: 100%;
  }

  .results-row {
    width: 100%;
  }

  .img-wrap {
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    background-image: none;
    text-align: center;
  }

  .combine__content {
    display: flex;
    max-width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .combine-img-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .fifteen {
    font-size: 25px;
    line-height: 0px;
  }

  .six-in-one {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .six-in-one__content {
    width: 100px;
    height: 100px;
  }

  /*.vs-img {
    display: none;
  }*/

  .image-6 {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .sec-title-left {
    margin-top: 0px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .combine {
   /* flex-direction: column;*/
    justify-content: center;
  }

  .combine__img {
    max-width: 100%;
    text-align: center;
  }

  .content-paper {
    left: 0px;
    max-width: 320px;
  }

  .heading-10 {
    margin-bottom: 16px;
    font-size: 30px;
    text-align: center;
  }

  .div-block-35-copy {
    margin-bottom: 19px;
  }

  .item-paper-row {
    margin-bottom: 27px;
  }

  .heading-9 {
    font-size: 21px;
  }

  .text-block-15 {
    font-size: 45px;
  }

  .text-block-13 {
    font-size: 26px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .text-block-14 {
    top: 9px;
    font-size: 25px;
  }

  .results-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .masonry {
    flex-direction: column;
  }

  .masonry-item {
    width: 100%;
  }

  .review-box-content {
    min-height: auto;
  }

  .review-author-row {
    position: static;
  }

  .results-wrap-2 {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .six-in-one{
    flex-direction: column;
  }
  .vs-img{
    right:-12%;
  }
  .ba-boxitem img{
    width:30%;
  }
  .beforeafter-slider .slick-next{
    display: none;
  }
  .beforeafter-slider .slick-prev{
    display: none;
  }
  .btn-secundary{
    width:80%;
    margin:0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ft-top-left {
    width: 36%;
  }

  .ft-top-right {
    width: 56%;
  }

  .bar-promotion-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .bp-button {
    font-size: 16px;
  }

  .results-number {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .results-txt {
    font-size: 14px;
    line-height: 19px;
  }

  .compare-wrapper {
    flex-direction: column;
  }

  .compare-check {
    width: 100%;
    padding: 20px;
  }

  .compare-x {
    width: 100%;
    padding: 20px;
  }

  .firsttitle-article {
    font-size: 25px;
  }

  .title-page {
    font-size: 30px;
    line-height: 38px;
  }

  .combine-img-img {
    margin-right: auto;
    margin-left: auto;
  }

  .six-in-one {
    flex-direction: column;
  }

  .six-in-one__content {
    padding-right: 0px;
  }

  .heading-10 {
    text-align: center;
  }

  .masonry-item {
    width: 100%;
  }

  .italic-text {
    font-size: 17px;
  }

  .main-bg-video {
    height: 300px;
  }

  .popup-box {
    width: 90%;
  }

  .compare-wrapper-2 {
    flex-direction: column;
  }

  .btn-secundary{
    width:100%;
    margin:0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .ba-boxitem img{
    width:40%;
  }
  .btn-secundary{
    width:100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .text-block-17 {
    line-height: 20px;
  }
}


@media screen and (max-width: 479px) {
  .page-title-section {
    padding-top: 0px;
  }

  .c-article__title {
    display: block;
    margin-bottom: 0px;
  }

  .box-time-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row {
    flex-direction: column;
  }

  .ft-top-right {
    width: 100%;
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 27px;
  }

  .bp-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .results-row {
    width: 100%;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 15px;
  }

  .results-row.mrg {
    margin-bottom: 0px;
  }

  .results-info {
    width: auto;
    margin-left: 0px;
  }

  .results-txt {
    font-size: 14px;
  }

  .firsttitle-article {
    font-size: 19px;
    line-height: 27px;
  }

  .title-page {
    font-size: 27px;
    line-height: 30px;
  }

  .bold-text-3 {
    display: block;
  }

  .combine-img-img {
    margin-right: auto;
    margin-left: auto;
  }

  .sec-title-left {
    font-size: 30px;
    line-height: 35px;
  }

  .content-paper {
    width: 100%;
    max-width: 260px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-10 {
    font-size: 26px;
  }

  .item-paper-row {
    margin-bottom: 15px;
  }

  .heading-9 {
    font-size: 17px;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .image-8 {
    font-size: 0px;
    line-height: 0px;
  }

  .results-wrap {
    grid-row-gap: 10px;
  }

  .scrolltext-wrapper {
    margin-top: 0px;
  }

  .clockdiv {
    flex-wrap: wrap;
  }

  .box {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .clock-number {
    font-size: 24px;
  }

  .clock-label {
    margin-top: 4px;
    margin-right: 0px;
    letter-spacing: 2px;
  }

  .box-dots {
    line-height: 20px;
  }

  .masonry-item {
    margin-right: 0px;
    padding-left: 0px;
  }

  .featured-logos-row {
    flex-wrap: wrap;
  }

  .featured-logo-item {
    width: 30%;
  }

  .how-works-row {
    flex-direction: column;
  }

  .howworks-img-col {
    width: 100px;
    text-align: center;
  }

  .howworks-content {
    width: 100%;
  }

  .howorks-step {
    text-align: center;
  }

  .main-bg-video {
    height: 160px;
  }

  .popup-title {
    font-size: 19px;
    line-height: 29px;
  }

  .text-span-2 {
    font-size: 32px;
  }

  .fl-hr {
    width: 23%;
  }

  .results-wrap-2 {
    grid-row-gap: 10px;
  }

  .hw-p {
    text-align: center;
  }
  .results-row{
    margin-top:20px;
  } 
}

@media screen and (max-width: 330px) {
 
 .btn-secundary{
  font-size: 13px;
 }


}

#w-node-bdb25ee0-67fe-272d-b639-597000b36064-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efe720c8-624e-7de4-12e6-a4f559d065fe-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63dff36e-9325-c3ab-3038-e2b231418415-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56f6f8bd-39e2-9cfb-a77f-d7f62935f0e2-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03e1235a-d0d5-a88a-56b7-300b95f14733-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_724710cd-408d-a888-fd1e-4dd54c7bb949-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ecb94ce-0d1f-ac6c-6500-5020028cb0f9-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e188835-3d30-102a-6022-917884651277-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85dd67ce-b369-61b8-4aff-2afc4f978aa3-4b495ff1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MabryPro';
  src: url('../fonts/MabryPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


.sidebar_guaratee ul li{
  list-style: none;
  line-height: 28px;
  padding-top: 15px;
}
.sidebar_guaratee ul li span{
  position: relative;
  padding-left:30px;
}
.sidebar_guaratee ul li span::after{
  position: absolute;
  content:'';
  background:url('../images/right.png');
  background-size: cover;
  background-repeat: no-repeat;
  height:20px;
  width:20px;
  top:0;
  left:0;
}
.art_head{
  margin-bottom:10px;
}
.footer-row{
  flex-direction: column;
}
.footer-row p{
  color:#000;
  text-align: center;
  margin-bottom:20px;
}
.footer-link ul{
  display: flex;
}
.footer-link ul li{
  list-style: none;
  margin-right: 20px;
}
.footer-link ul li a{
  color:#000;
}
.footer-link ul li a:hover{
  text-decoration: underline 1px;
}
.f-line{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-line{
   background: #000;width:200px; height:1px;
}
.border-dotted{
  padding: 25px 30px;
  border: 4px dotted darkblue;
}


.vid-img{
  height:auto;
  width:100%;
  border-radius:10px;
  margin-bottom: 15px;
}
.vid-img img{
  height:auto;
  width:100%;
  border-radius: 10px;
  object-position: center;
}

.comp_bx{
  width:50%;padding:0px 5px 0px 0px;
}
.comp_bx-text{
  font-size:15px;line-height: 18px;
}
.comp_bx-text1{
  font-size:14px;line-height: 18px;
}
.img-bx{
  height:70%;
  /*width:70%;*/
  margin:0 auto;
}
.img-bx img{
  height:100%;
  width:100%;
}
.rev_img{
  height:300px;
  width:100%;
}
.rev_img img{
  height:100%;
  width:100%;
  object-fit: cover;
  border-radius: 15px;
}
.vs-img-mob{
  display: none;
}
.sidebar_bx{text-align: center;}
.sidebar_img{text-align: center;}







@media screen and (max-width: 1400px) {
  .beforeafter-slider .slick-next{
    right:0 !important;
  }
  .beforeafter-slider .slick-prev{
    left:0 !important;
  }
}


@media screen and (max-width: 1024px) {
  .img-bx{
    width:90%;
  }
}

@media screen and (max-width: 992px) {
  .main-img{
    width:90%;
  }
  .img-block.full{
    width:60%;
  }
  .imggs{
    margin:0 auto;
    width:90%;
  }
  
  .content-paper{
    max-width: 500px;
  }
  .img-wrap{
    max-width: 100%;
  }
  .rev_img img{
    width:40%;
  }
  .img-bx{
    width:100%;
  }
  .youtube-img-therafoot{
    width:90%;
    margin:0 auto;
  }
  .sidebar_bx{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:25px;
  }
  .sidebar_img{
    max-width:50%;
    margin:0 auto;
  }
  .image-7 {
    width: 60px;
  }
  .img-bx img{
    width: 85%;
    object-fit: contain;
  }
  .card-body{height: 230px;}
  .sidebar_bx ul{
    padding-left: 0px;
  }

}
@media screen and (max-width: 767px) {
  .six-in-one__content{
    margin-top:20px;
  }
  .rev_img img{
    width:55%;
  }
  .fifteen{
    font-size: 25px;
    width: 95%;
    height: 95%;
    padding: 20px 5px 15px;
  }
  .btn-2{
    font-size: 16px;
  }
  .comp_bx-text{
    font-size:11px;
  }
  .comp_bx-text1{
    font-size: 11px;
  }
  .image-7 {
    width: 55px;
  }
  .img-bx img{
    width:80%;
  }
  .block10{
    line-height: 22px;
  }
  .comp_bx-text1{
    line-height: 17px;
  }
}

@media screen and (max-width: 575px) {
  .thera{
    font-size:13px;
  }
  .btn-2 {
    font-size: 12px;
    padding: 12px 15px;
  }
  .img-block.full{
    width:70%;
  }

  .rev_img img{
    width:70%;
  }
  .links-thera{
    font-size: 12px;
  }
  .masonry-item{
    padding-right: 0px;
  }
  .button {
    padding: 12px 30px;
    font-size: 15px;
  }
  .combine{
    flex-direction: column;
  }
  .vs-img{
    display: none;
  }
  .vs-img-mob{
    display: block;
  }
  .comp_bx-text{
    font-size: 14px;
  }
  .comp_bx-text1{
    font-size: 14px;
  }
  .image-7 {
    width: 80px;
  }
  .thera{
        font-size: 15px;
        line-height: 22px;
        text-align: center;
  }
  .footer-row p{
    margin-bottom:25px;
  }

  .footer-link ul li a {
    font-size: 13px;
  }
  .footer-link ul li{
    line-height: 20px;
  }
  .featured-logo-item img{
    max-width: 80%;
  }
  .featured-logos-title-row{
    grid-column-gap: 2px;
  }
  .card{width: 100%;}
  .card .card-body{height: auto;}
  .video-hight{height: 300px;  margin-bottom: 20px;}
}


@media screen and (max-width: 425px) {
.img-block.full{
  width:90%;
}
.rev_img img{
  width:80%;
}
.combine-img-img.p2 {
    height: 310px;
    object-fit: contain;
}
.combine__content{
  margin-bottom: 0px;
}
.image-7 {
    width: 70px;
}
.sidebar_img{
  max-width: 75%;
}
.btn-2{
  text-align: center;
  line-height: 20px;
}
.featured-logo-item img{
  max-width: 80%;
}
.bold-text-5{
  font-size: 22px;
}
.video-hight{height: 240px;  margin-bottom: 20px;}

.by_people span{
  font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .main-img {
    width: 100%;
}
.comp_bx-text{
  font-size: 14px;
}
.comp_bx-text1{
  font-size: 13px;
}
.img-bx{
  width:90%;
}
.img-bx img{
  object-fit: contain;
}
.combine-img-img.p2 {
    height: 280px;
}
.fifteen {
    font-size: 21px;
    width: 90%;
    height: 90%;
    padding: 16px 3px 12px;
}
.button {
    padding: 12px 30px;
    font-size: 16px;
}
.rev_img img{
  width:90%;
}

.comp_bx-text {
    font-size: 12px;
}
.comp_bx-text1 {
    font-size: 11px;
}
.thera{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
  }
  .header2{
    font-size: 25px;
  }
  .firsttitle-article{
    font-size: 21px;
  }
  .video-hight{height: 180px;  margin-bottom: 20px;}
  .title-page{
    font-size: 22px;
    line-height: 27px;
  }
  .by_people span {
    font-size: 13px;
  }
  .star-img{
    width: 35%;
  }
}

@media screen and (max-width: 325px) {
  .comp_bx-text{
  font-size: 13px;
}
.comp_bx-text1{
  font-size: 12px;
}
.combine-img-img.p2{
  height:auto;
}
.text-block-10{
      line-height: 24px;
}
.button {
  font-size: 12px;
}
.off-btn{
  font-size: 14px;
  line-height: 24px;
}
.rev_img img{
  width:100%;
}
.masonry-item{
  margin-bottom:20px;
}
.image-7{
  margin-bottom:20px;
}
.footer-link ul li a {
    font-size: 11px;
    line-height: 12px;
}
.title-page {
    font-size: 20px;
    line-height: 24px;
}
.star-img{
    width: 32%;
  }
  .by_people span {
    font-size: 12px;
  }
}



.head3{
  font-size: 20px;
}
.card-body h4{
  font-size: 20px !important;
}
.f-last-para{
  text-align: center;
  color:gray;
  padding-top: 20px;
}
.f-last-para span{
  color:#0b5394;
}


.ba-boxitem{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rev_bx{
  height:90px;
  width:90px;
  display: inline-block;
}
.rev_bx img{
  height:100%;
  width:100%;
  border-radius: 50%;
}


.sidebar_img img{
  border-radius: 8px;
}

/* New css 18-10-23 */
.title-page-font-style{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 49px;
font-weight: 700;
line-height: 53.9px;
}

.wciufbp_header_three{
  font-weight: 700;
  /* font-style: italic; */
  font-size: 19px;
  line-height: 26px;
}
.wciufbp_menu{
padding-left: 0;
display: flex;
flex-wrap: wrap;
}
.wciufbp_menu li{
  color: #000000;
    font-size: 22px;
    line-height: 41px;
    font-weight: bold;
    position: relative;
    list-style: none;
    padding-left: 40px;
    padding-bottom: 20px;

    width: 50%;
  position: relative;
z-index: 0;
}
.wciufbp_menu li::before{
  position: absolute;
content: '';
width: 25px;
height: 25px;
top: 3px;
left: 0;
background: url(../images/chk-icon.png);
background-position: center;
background-size: contain;
/*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
    border: 5px solid #0000;
    background-repeat: no-repeat;
    border-radius: 50%;
}
ul.wciufbp_menu li:after {
  /* border: 1px solid #000; */
/* box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 6px, rgba(0, 0, 0, 0.7) 0px 3px 6px; */
  position: absolute;
  content: '';
  left: 44px;
  top: 0;
  width: 50%;
  height: 40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  
/*background: linear-gradient(90deg, rgba(152,33,52,1) 0%, rgba(244,212,217,1) 1%, rgba(255,255,255,1) 100%);*/
z-index: -1;

}

/* availibility sticky Bar */

.footer_up {
    background: #000;
    padding: 20px 0;
    width: 100%;
    margin-top: 40px;
}
.footer_up_content_wrap {
    display: flex;
    justify-content: space-between;
}
.exclusiveLeft {
    float: left;
    width: calc(100% - 350px);
    position: relative;
    text-align: left;
}
.exclusiveText1 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff000;
    margin-bottom: 0;
}
.exclusiveText2 {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 0;
}
.exclusiveProd {
    position: absolute;
    top: -7px;
    right: 0;
    max-width: 150px;
}
.btnBox {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    max-width: 100%;
    position: relative;
    margin-top: 6px;
}
.ylwBtn {
    float: left;
    width: 100%;
    background: rgb(255,110,0);
    background: #009c6b;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 60px;
    line-height: 56px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 3px 6px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px 3px rgba(0,0,0,0.2);
}

.footer_up.sticky {
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
}


/* End */

/* rating_reviev_start  */
/* .rating_reviev_start > * {
  list-style: none;
} */
.rating-container {display: flex; justify-content: space-between; margin-top: 40px;}
.rating-text{ padding-left: 15px; padding-right: 15px;     width: 220px; text-align: center;}
.rating-text h1{font-size: 48px; color: #2e394b;}
.rating-text ul, .rating-star ul{display: flex; flex-direction: row; justify-content: space-between; color: #04bf7a;list-style: none;}
.rating-star div{display: flex; flex-direction: column;}
.rating-star{padding-left: 15px; padding-right: 15px;  width: 260px;}
.rating-bar ul{width: 100%; display: flex;  flex-direction: column; justify-content: space-between; height: 140px;}
.progres-wrapper{width: 100%; height: 14px;  background-color: rgba(0,0,0,0.1); box-shadow: inset 0 2px 6px -6px rgb(0, 0, 0, .27); border-radius: 4px; position: relative; overflow: hidden;}
.rating-bar{ width: 100%; }
.progres-wrapper span{ position: absolute; top:0px; left:0px; bottom: 0px; background-color: #04bf7a;}
.progres-wrapper .fst-bar{width: 89%;}
.progres-wrapper .secnd-bar{width: 11%;}
.progres-wrapper .trd-bar{width: 0%;}
.progres-wrapper .forth-bar{width: 0%;}
.progres-wrapper .fifth-bar{width: 0%;}
.txt-persentage{ font-weight: 900;   color: #2e394b;}

.rating-bar ul {
height: 154px;
    margin-top: 10px;
}
.rating-text ul,.rating-star ul,.rating-bar ul {
  padding-left: 0;
}
.rating-text ul li{
  list-style: none;
}
.rating-bar ul li{
  list-style: none;
}
/* rating_reviev_end */

/* Customar _review new design */

.review_new_design_wrap {
    margin-top: 40px;
}
.review_new_single_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.profile_item_wrap {
    width: 23%;
}
.profile_item_wrap .testo-box {
    display: flex;
}
.review_new_single_flex .profile_item_wrap .name-txt-testo p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    background: #495479;
    color: #fff;
    /* padding: 10px; */
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-bottom: 0;
}
.cust_detelse p.full-name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.cust_detelse p.verifiy-txt {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #007c00;
    padding: 0 5px;
    font-weight: 600;
}

.cust_detelse p.full-name,.cust_detelse p.verifiy-txt {
margin-bottom: 5px;
}

.review_new_single_flex .profile_item_wrap .name-txt-testo p{
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 0px;
}
.cust_detelse p.verifiy-txt{
  font-size: 12px;
}
.testo-box_devider {
    width: 100%;
    border-bottom: 1px solid #c8c3c3;
    margin: 10px 0;
}
.product_reviewing_wrap {
    display: flex;
}
.prw_image_wrap img {
    margin-right: 24px;
}
.prw_details_right .rving_txt {
    color: #718197;
    font-weight: 400;
    font-size: 15px;
}
.prw_details_right .prw_pro_name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-left: -6px;
}
.review_desc_wrap {
    width: calc(77% - 10px);
    padding: 0 15px;
    text-align: left;
    border-left: 1px solid #c8c3c3;
    margin-left: 10px;
}
.rev_stars {
    text-align: left;
}
.testo_head {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    min-height: 36px;
}
.testo_desc {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
    /* min-height: 265px; */
    margin-bottom: 30px;
}
.testo_cust_pro_usng_img_wrap {
    width: 100%;
    max-width: 250px;
}

.verifiy-txt img {
    display: inline-block !important;
    vertical-align: middle;
    margin: -2px 3px 0 8px;
    width: 15px;
    height: auto;
}
.btn_vw_more {
    color: #0e2fdd;
    cursor: pointer;
    text-decoration: underline;
}
.review_new_design_wrapper_box {
  text-align: center;
}

.review_hiden {
    display: none;
}

.review_hiden.expand {
    display: block;
    margin-bottom: 45px;
}
/* end */

.aspect_ratio_640_564{
  width: 99%;
  margin: 0 auto;
  aspect-ratio: 850 / 564 !important;
}
.aspect_ratio_920_564{
  width: 99%;
  margin: 0 auto;
  aspect-ratio: 920 / 564 !important;
}
/* Alert Box Css */
.alert-bx {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.alert-hdg {
    color: #ff0707;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 15px;
}
.alert-img {
    display: block;
    margin: 0 auto;
}
.alert-bx .commn-para {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.3;
}
/* ============ */

/* spcl ofr */

a.commn-btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    width: 100%;
    height: 61px;
    color: #fff;
    font-size: 24px;
    line-height: 61px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    background: rgb(255,134,5);
    background: radial-gradient(circle, rgba(255,134,5,1) 0%, rgba(255,111,0,1) 100%);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px #d76815;
}
.commn-btn.btn_b_2_get_1_spcl{
  height: 60px;
    line-height: 66px;
    font-size: 20px;
background: #982134;

color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}


.commn-btn.btn_b_2_get_1_spcl::before {
    content: '';
    position: absolute;
    width: 12px;
    background-color: rgba(255, 255, 255, .5);
    top: 0px;
    bottom: 0px;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    animation-name: sine;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    transform: rotate(30deg) scale(1.5);
}
@keyframes sine {
	from {left: -10px;}
	to {left: 110%;}
  }
  .footer_up_content_wrap{
    justify-content: center;
  }

  .prod-bx {
    float: left;
    width: 100%;
    text-align: center;
    background: #ffffe4;
    border: 1px solid #fbeed5;
    border-radius: 12px;
    padding: 30px 40px 35px;
    margin-top: 30px;
}
.prod-bx-hdg {
    color: #333333;
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
}
.prod-bx-hdg span {
    color: #982134;
    font-weight: 800;
}

.btn-bx {
    display: inline-block;
    vertical-align: middle;
    max-width: 490px;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.btn-bx-arw1 {
    position: absolute;
    top: -25px;
    left: 0;
}

.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
}

.btn-bx-arw2 {
    position: absolute;
    top: -25px;
    right: 0;
}



/* end */



@media (max-width:1680px){
      .title-page-font-style{
        font-size: 49px;
  line-height: 53.9px;
/* font-size: 39px;
    line-height: 30px; */
}
    }

    @media (max-width:1365px){
      .title-page-font-style{
 
font-size: 39px;
    line-height: 30px;
}
    }

    @media (min-width:992px) {
      html.w-mod-js:not(.w-mod-ix) [data-w-id="a57eab60-cf35-00c8-2b9f-8285342ace93"] {
        opacity: 0;
      }

      html.w-mod-js:not(.w-mod-ix) [data-w-id="a57eab60-cf35-00c8-2b9f-8285342ace96"] {
        opacity: 0;
      }
    }
    @media (max-width:991px){
      .title-page-font-style{
font-size: 36px;
    line-height: 45px;
}
    }
    @media (min-width:768px){

.desk_hide_mob_show{
  display: none;
}
    }
    @media (max-width:767px){
      .title-page-font-style{
font-size: 27px;
    line-height: 30px;
}
.mob_hide_desk_show{
  display: none;
}
.exclusiveLeft.mob-hid {
    display: none;
}


ul.wciufbp_menu li:after{
  width: 67%;
}

/* rev cust start */

.review_new_single_flex {
    flex-wrap: wrap;
}
.profile_item_wrap {
    justify-content: space-between;
    align-items: center;
}
.profile_item_wrap .testo-box {
    flex-wrap: wrap;
}
.review_new_single_flex .profile_item_wrap .name-txt-testo p {
    width: 42px;
    height: 42px;
    line-height: 45px;
}
.verifiy-txt img {
    margin-left: -3px;
}
.testo-box_devider.hide_in_mob {
    /* visibility: hidden; */
    /* display: none; */
    width: 2px;
    height: 30px;
    background: #c8c3c3;
    /* border-bottom: 1px solid #c8c3c3; */
}
.product_reviewing_wrap {
    flex-wrap: wrap;
}
.prw_image_wrap {
    margin-right: 10px;
}
.prw_image_wrap img {
    margin-right: 0px;
}
.review_desc_wrap {
    border: none;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.profile_item_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.cust_detelse p.full-name {
    margin-bottom: 7px;
}

.review_desc_wrap {
    width: 100%;
}

.cust_detelse p.verifiy-txt,.prw_details_right .prw_pro_name{
  margin-bottom: 0;
}

.rating-text ul {
    padding: 0;
}
.rating-bar ul{
  padding: 0;
}
.rating-star ul {
  padding: 0;
}
.rating-bar ul {
height: 166px;
}
.rating-bar ul {
    height: 159px;
    margin-top: 5px;
}


.ylwBtn.btn_b_2_get_1{
  height: 60px;
    line-height: 66px;
    font-size: 20px;
background: #982134;

color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}


.ylwBtn.btn_b_2_get_1::before {
    content: '';
    position: absolute;
    width: 12px;
    background-color: rgba(255, 255, 255, .5);
    top: 0px;
    bottom: 0px;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    animation-name: sine;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    transform: rotate(30deg) scale(1.5);
}
@keyframes sine {
	from {left: -10px;}
	to {left: 110%;}
  }
  .footer_up_content_wrap{
    justify-content: center;
  }
/* end */

.prod-bx-hdg {
    font-size: 22px;
    line-height: 32px;
}
    }

    .footer{
      margin-top: 0;
    }