.v1_c8336_j8204 #testimonials {
  display: none !important;
}

.v1_c8336_j8204 .vwoFooterInner {
  width: 100%;
  display: flex;
  padding-top: 25px;
  align-items: center;
}

.v1_c8336_j8204 .ekomi-review {
  border: none !important;
}

.v1_c8336_j8204 .ekomi-review-bottom .vwoFooterInner .vwoLeftIcon {
  width: 50px;
  height: 50px;
}

.v1_c8336_j8204 .review-date {
  color: grey;
  font-size: 12px;
  margin-top: -5px;
}

.v1_c8336_j8204 .ekomi-title {
  width: 100%;
  font-size: 39px;
  color: rgba(84, 88, 93, 1);
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 0 20px;
}

.v1_c8336_j8204 .ekomi-title:hover {
  color: rgb(26 26 26 / 87%);
}

.v1_c8336_j8204 .review-comment:first-letter {
  text-transform: uppercase;
}

.v1_c8336_j8204 .tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.v1_c8336_j8204 .tns-nav>[aria-controls]:focus {
  outline: none;
}

.v1_c8336_j8204 .tns-nav>.tns-nav-active {
  background: #999;
}

.v1_c8336_j8204 .tns-nav {
  text-align: center;
}

.review-slider .tns-item {
  font-size: 14px !important;
  padding: 20px;
}

.v1_c8336_j8204 .ekomi-review-bottom .vwoFooterInner .vwoLeftIcon span.vwoInitial {
  display: flex;
  background: #f1f1f1;
  border: 1px solid #d4d4d4;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.v1_c8336_j8204 .ekomi-review-bottom .vwoFooterInner .vwoRightBlock {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.v1_c8336_j8204 .ekomi-review-bottom .vwoFooterInner .vwoRightBlock h3.vwoAuthor {
  margin: 0 0 5px;
  font-size: 20px;
  color: #000;
  line-height: normal;
}

.v1_c8336_j8204 .ekomi-review-bottom .vwoFooterInner .vwoRightBlock p.vwoLocation {
  margin: 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: normal;
}

.v1_c8336_j8204 .ekomi-review-top {
  border: 1px solid #d9dde1;
  border-radius: 10px;
  padding: 20px 15px;
}

.v1_c8336_j8204 .review-stars {
  padding-bottom: 5px;
}

.v1_c8336_j8204 button[data-controls=next],
button[data-controls=prev] {
  position: absolute;
  border-radius: 50%;
  height: 40px;
  line-height: 0px;
  width: 40px;
  background: #b5b5b54a;
  border: none;
  bottom: 230px;
}

.v1_c8336_j8204 .tns-controls button {
  padding: 0;
}

.v1_c8336_j8204 .tns-controls button:focus {
  outline: none;
}

.v1_c8336_j8204 .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.v1_c8336_j8204 .tns-controls button[data-controls="next"] {
  right: 20px;
}

.v1_c8336_j8204 button[data-controls="next"]:disabled,
.v1_c8336_j8204 button[data-controls="prev"]:disabled {
  display: none;
}

.v1_c8336_j8204 .ekomi-review-top:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #bdbdbd;
  border-right: 10px solid transparent;
  border-top: 10px solid #bdbdbd;
  border-bottom: 10px solid transparent;
  left: 25.8px;
  bottom: -20px;
}

.v1_c8336_j8204 .ekomi-review-top:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 29px;
  bottom: -13px;
}

.v1_c8336_j8204 .ekomi-review-top {
  border: 1px solid #bdbdbd;
  position: relative;
}

.v1_c8336_j8204 .overall-review-container {
  display: flex;
  justify-content: space-evenly;
  padding: 0 20px 20px;
}

.v1_c8336_j8204 .overall-review-container a {
  display: block;
  text-align: center;
}

.v1_c8336_j8204 .overall-review-container img {
  display: inline-block;
  vertical-align: top;
  margin: 5px auto 5px;
  height: 30px;
}

.v1_c8336_j8204 .overall-review {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 7px;
}

.v1_c8336_j8204 .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.v1_c8336_j8204 .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
}

.v1_c8336_j8204 .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

:root {
  --star-size: 20px;
  --star-color: #bababa;
  --star-background: #fad81b;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 800px) {
  .v1_c8336_j8204 .review-slider-container {
    padding: 0 4em;
  }
}

@media only screen and (max-width: 799px) {

  .v1_c8336_j8204 button[data-controls="next"],
  .v1_c8336_j8204 button[data-controls="prev"] {
    display: none;
  }
}

.v1_c8336_j8204 .review-slider-wrapper {
  background: rgba(246,246,246,1);
  font-size: 14px;
  line-height: 1.4286;
  min-height: 100vw;
  padding-bottom: 70px;
  padding-top: 35px;
}

.v1_c8336_j8204 .review-slider-container {
  position: relative;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.v1_c8336_j8204 .main-after {
  padding-bottom: 80px;
}

@media (max-width: 799px) {
  .review-slider-wrapper .tns-inner {
    padding-right: 100px;
  }
  .review-slider .tns-item {
    padding: 20px 15px;
  }
}

@media (max-width: 599px) {
  .review-slider-wrapper .tns-inner {
    padding-right: 60px;
  }
}

/* ----- TNS slider css start ----- */

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

/* ----- TNS slider css end ----- */

html {
  background-color: transparent;
}
