@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.primary {
  background: #F1F4F8 !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.background-div {
  font-family: 'Inter', sans-serif;
  display: inline-block;
  width: auto;
  background: rgba(51, 51, 51, 0.2);
  border-radius: 8px;
  padding: 8px;
  top: 35%;
  left: 16px;
  position: absolute;
  z-index: 11;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.background-div strong {
  font-size: 20px;
}

section.before-after {
  background: #fff;
  padding-bottom: 30px;
}

.before-after .swiper-before-after {
  height: 330px;
}
.white__color__bg{
  background: #fff;
}
.before-after .swiper-wrapper .swiper-slide {
  width: 100%;
  cursor: grab;
}

.before-after-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vc_col-sm-12.wpb_column.vc_column_container.has_bg_color {
  display: none;
}
.before-after-dots .swiper-pagination {
  position: static;
  width: auto;
  padding: 4px;
  background: #f1f4f8;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.before-after-dots .swiper-pagination span {
  width: 5px;
  height: 5px;
  margin: 0!important;
  background: #BFCBDA;
}

.before-after-dots .swiper-pagination span.swiper-pagination-bullet-active {
  background: #172941;
}

.fix-label {
    /* font-family: 'Inter', sans-serif; */
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    transform: translate(-50%, 0px);
    min-width: 140px;
    display: none;
}

.text-block-swiper {
  margin-top: 32px;
  margin-bottom: 24px;
  /* font-family: 'Inter', sans-serif; */
}

.text-block-swiper-light {
  padding-left: 24px;
}

.text-block-swiper-light .line-dots {
  margin-top: 5px;
  padding-right: 24px;
}

.text-block-swiper-light .line-dots .swiper-pagination{
  position: static;
}

.text-block-swiper .swiper-slide {
  display: block;
  border: 1px solid #DBE2EB;
  border-radius: 16px;
  text-align: left;
}

.text-block-slider .swiper-slide .image-label{
  height: 225px;
  position: relative;
}
.us_custom_aa173f75 .text-block-slider .swiper-slide .image-label{
  height: 325px !important;
}
.images__height  .text-block-slider .swiper-slide .image-label{
  height: 380px !important;
}
.text-block-slider .swiper-slide .image-label img{
  border: 1px solid #DBE2EB;
  border-radius: 16px 16px 0 0;
}

.text-block-swiper-light .swiper-slide {
  height: auto;
}

.text-block-swiper .swiper-slide h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #172941;
  margin-bottom: 12px;
}

.text-block-swiper .swiper-slide p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #4E647F;
}

.text-center {
  text-align: center;
}

.text-block-slider {
  font-family: 'Inter', sans-serif;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.text-block-slider > h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 29px;
  color: #172941;
  margin-bottom: 15px;
  padding: 0 24px;
}
.text-block-slider > h2 i {
  font-style: normal;
  color: #5cbfcd;
}
.text-block-slider > p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4E647F;
  padding: 0 24px;
}

/********** line-dots (pagination for slider) ***********/
.line-dots {
  margin-top: 30px;
}

.line-dots .swiper-pagination {
  bottom: 0px;
}

.line-dots .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  border-radius: 2px;
  height: 2px;
  color: #BFCBDA;
  background-color:#BFCBDA;
}
.line-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #5CBFCD;
  background-color:#5CBFCD;
}
#treatments-pigmentation {
  background-color: #172941;
  color: #fff;
  padding: 0;
}
#treatments-pigmentation .g-cols.via_flex.valign_top.type_default {
  margin: 0;
}
.text-block-slider-dark {
  background-color: #001635;
  color: #fff;
  padding: 48px 0;
}

.text-block-slider-dark h2 {
  padding: 0 24px;
}

.text-block-slider-dark p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 0 24px;
}

.text-block-slider-dark .text-block-swiper-dark {
  margin: 24px 0 0 0;
  padding-left: 24px;
}

.text-block-slider-dark .text-block-swiper-dark .line-dots {
  margin-top: 15px;
  padding-right: 32px;
}

.text-block-slider-dark .text-block-swiper-dark .line-dots .swiper-pagination-bullet {
  color: #DBE2EB;
  background-color: #DBE2EB;
  opacity: 1;
}

.text-block-slider-dark .text-block-swiper-dark .line-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #5CBFCD;
  background-color: #5CBFCD;
}

.text-block-slider-dark .text-block-swiper-dark .swiper-slide {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #fff;
  border: 0;
  height: auto;
}

.text-block-slider-dark .text-block-swiper-dark .swiper-slide h3 {
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
  color: #5cbfcd !important;
}

.text-block-slider-dark .text-block-swiper-dark .swiper-slide p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}

.swiper-pagination-text-dark{
  position: relative;
}

.text-block-slider-dark h2, 
.text-block-slider-dark h3 {
  color: #fff!important;
  font-family: 'Inter', sans-serif;
}

.text-block-slider-dark h3 {
  padding-right: 32px;
}

/********* section-offers-slider ****************/
#section-offers-slider {
  padding-top: 40px;
  padding-bottom: 20px;
}
.swiper.offers-swiper .crds__content a {
  width: 150px;
  text-align: center;
  padding: 13px 20px;
  box-shadow: none;
  border-radius: 5px;
  font-size: 17px;
  background: #1fc1d0;
  color: #fff !important;
  margin-top: auto;
}
.offer__bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.new--offers--sliders h1 {
  text-align: center;
  color: #fff;
  font-size: 32px;
}
.new--offers--sliders .crds__content {
  padding: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-flow: column;
}
.offer__bottom a:hover{
  color:#fff !important;
}
.offer__bottom a:first-child {
  min-width: 150px;
  text-align: center;
  padding: 13px 20px;
  box-shadow: none;
  border-radius: 5px;
  font-size: 17px;
  background: #1fc1d0;
  color: #fff !important;
}
.offer__bottom a:last-child {
  color: #fff !important;
}
.swiper.offers-swiper {
  width: 100%;
  height: 500px;
  margin: 16px 0;
  padding: 10px 0 50px;
}
.new--offers--sliders {
  background: #001635;
}
.offers-slider .line-dots {
  margin-top: 16px;
}
.offers-swiper .swiper-wrapper {
  padding-left: 0px;
}
.offers-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 30px;
  background: rgb(0 0 0 / 78%);
  border: 0;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.offers-swiper h2.image-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.offers-swiper h3.imageSubTitle {
  font-size: 16px !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  font-weight: 400;
  line-height: 26px;
}
.offers-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */
  /* opacity: .4; */
}

.offers-swiper .swiper-slide h3, 
.offers-swiper .swiper-slide h4 {
  font-family: 'Inter', sans-serif;
  margin-top: 0;
  padding-top: 0;
}
.offers-swiper .swiper-slide .first-line{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}
.offers-swiper .swiper-slide .second-line{
  color: #1fc2d0;
  font-weight: 700;
  margin-bottom: 7px;
}
.offers-swiper .swiper-slide .third-line{
  font-size: 12px;
  font-weight: 500;
  max-width: 80%;
}
.offers-swiper .offers-button-link {
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #1fc2d0;
  font-size: 11px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: auto;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: .3s ease-in;
}
.offers-swiper .offers-button-link:hover {
  background: #1fc2d0;
  color: #fff;
}
.offers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}

.offers-header h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #172941;
  margin-bottom: 0;
}

.offers-header-link {
  padding: 0px 16px;
  background: #1fc2d0;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #1fc2d0;
  transition: 0.3s ease-in;
}

.offers-header-link:hover {
  background-color: transparent;
  color: #1fc2d0;
}
@media (min-width: 768px) {
  #section-offers-slider {
    padding-bottom: 40px;
  }
  #section-offers-slider .offers-header h2 {
    font-size: 24px;
  }
  #section-offers-slider .offers-swiper .swiper-slide .first-line,
  #section-offers-slider .offers-swiper .swiper-slide .third-line,
  #section-offers-slider .offers-swiper .offers-button-link,
  #section-offers-slider .offers-header-link {
    font-size: 16px;
  }
  #section-offers-slider .offers-header-link {
    padding: 4px 25px;
  }
}
.swiper-pagination-offers{
  text-align: center!important;
}

.header-slider{
  padding: 5px 15px;
  gap: 15px;
  font-family: 'Inter', sans-serif;
  display: flex;
  overflow: auto;
  background: #5CBFCD;
}

.header-slider .point{
  flex-shrink: 0;
  padding: 5px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-right: 25px;
}

  /* Hide scrollbar for Chrome, Safari and Opera */
.header-slider::-webkit-scrollbar {
  display: none;
}
  
/* Hide scrollbar for IE, Edge and Firefox */

.header-slider {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/******* lightbox-slider (before-after) *******/
#section-lightbox-slider {
  padding-top: 0!important;
  padding-bottom: 40px!important;
}
.lightbox-slider{
  width: 100%;
  max-height: 150px;
}
.lightbox-slider .before-after-dots {
  margin-top: 15px;
}
.lightbox-slider .fix-label{
  left: 10px;
  bottom: 10px;
}
.lightbox-slider a, .lightbox-slider img{
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  #section-lightbox-slider {
    padding-bottom: 0px!important;
  }
  .lightbox-slider .fix-label{
    font-size: 14px;
    padding: 6px 10px;
  }
  .lightbox-slider .before-after-dots {
    display: none;
  }
}
/* end */
#header-line{
  margin: 0;
  padding: 2px 30px;
  background-color: #5cbfcd;
}

#before-after{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

#pigmentation {
  padding-top: 0;
  padding-bottom: 0;
}

.trustpilot-reviews {
  height: 100%;
  width: 100%;
  padding: 0 20px;
}

.trustpilot-reviews__header {
  margin-bottom: 30px;
}

.trustpilot-reviews__header-top {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  color: #172941;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.trustpilot-reviews__header-top .icon {
  width: 30%;
  max-width: 120px;
  cursor: pointer;
}
.trustpilot-reviews__header-top .icon:hover {
  opacity: .7;
}

.trustpilot-reviews__header-bottom {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  color: #172941;
}

.trustpilot-reviews__footer {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  margin-top: 20px;
  color: #172941;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.trustpilot-reviews__footer .icon {
  width: 25%;
  max-width: 100px;
  cursor: pointer;
}
.trustpilot-reviews__footer .icon:hover {
  opacity: .7;
}

.swiper .title-description{
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .trustpilot-swiper .swiper-center{
    justify-content: center;
  }
}

.trustpilot-swiper .swiper-slide {
  font-family: 'Inter', sans-serif;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #DBE2EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: auto;
  text-align: left;
}

.trustpilot-swiper .swiper-slide .title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #172941;
  margin: 10px 0;
  padding: 0;
}

.trustpilot-swiper .swiper-slide .slider-hidden-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #172941;
  margin: 10px 0;
  text-align: left;
}

.trustpilot-swiper .swiper-slide .slide-footer {
  text-align: left;
}

.trustpilot-swiper .swiper-slide .slide-footer span{
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #172941;
}

.trustpilot-swiper .swiper-slide .slide-footer .date {
  font-weight: 400;
}

.trustpilot-swiper .swiper-slide .rate svg{
  margin-right: -3px;
}

.trustpilot-swiper .before-after-dots {
  margin-top: 15px;
}

/* google-reviews-slider */
#section-google-reviews {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: #E0F0F2 !important;
}

/* #section-google-reviews::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 15%;
  z-index: 2;
  background: linear-gradient(360deg, #F1F4F8 40%, rgba(241, 244, 248, 0) 100%);
  transform: rotate(-180deg);
} */

/* #section-google-reviews::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #F1F4F8 50%, rgba(241, 244, 248, 0) 100%);
  z-index: 2;
  height: 15%;
} */

.google-reviews {
  width: 100%;
  height: 100%;
  padding: 0;
}

.google-reviews .before-after-dots {
  margin-top: 15px;
}

.google-reviews .google-reviews__header {
  margin-bottom: 30px;
  text-align: center;
}

.google-reviews .google-reviews__header-icon {
  max-width: 30px;
  margin: 0 auto;
}

.google-reviews__header-text {
  /* font-family: 'Inter', sans-serif; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  color: #172941;
}

.google-reviews__header-text span {
  font-weight: 700;
  color: #172941;
}

.google-swiper .swiper-slide {
  display: flex;
  padding: 24px;
  flex-direction: column;
  border: 1px solid #DBE2EB;
  border-radius: 16px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  height: auto;
}

.google-swiper .swiper-slide .autor {
  color: #172941;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.google-swiper .swiper-slide .details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.google-swiper .swiper-slide .details .rate {
  height: 23px;
}

@media (min-width: 768px) {
  .google-swiper .swiper-slide .details,
  .google-swiper .swiper-slide .autor {
    margin-bottom: 20px;
  }
}

.google-swiper .swiper-slide .details span {
  font-size: 14px;
  color: #172941;
}

.google-swiper .slide-footer .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.google-swiper .slide-footer .star,
.google-swiper .slide-footer .google {
  width: 19px;
  height: 21px;
}

.google-swiper .slide-footer .rate, 
.google-swiper .slide-footer .city {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #172941;
}

.google-reviews .line-dots{
  margin: 0 auto;
  max-width: 80%;
}

.google-reviews .line-dots .swiper-pagination-google{
  position: relative;
}

.google-swiper .swiper-slide .slide-footer {
  width: 100%;
  gap: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.google-swiper .swiper-slide .slide-footer img{
  max-width: 80px;
  object-fit: contain;
}

.google-swiper .slider-hidden-text {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #172941;
  overflow-y: auto;
}

.slider-hidden-text .read-more {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.slider-hidden-text .read-more:hover {
  color: #26446b;
}

@media (min-width: 640px) {
  #section-google-reviews {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section-google-reviews .google-reviews {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .google-swiper .swiper-slide p,
  .google-swiper .slide-footer .rate, 
  .google-swiper .slide-footer .city {
    font-size: 16px;
  }

  .slider-hidden-text .read-more {
    font-size: 14px;
  }
}
/* end */

.accordion-price .price-table-003{
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 10px!important;
}
.accordion-price .price-table-003 table{
  font-size: 10px!important;
  width: 100%;
}
.accordion-price .price-table-003 table thead{
  background: #172941 !important;
}
.accordion-price table thead tr td:first-child{
  border-radius: 15px 0 0 0 !important;
}
.accordion-price table thead tr td:last-child{
  border-radius: 0 15px 0 0 !important;
}
.accordion-price table tbody tr {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.accordion-price table tr td:first-child{
  width: 40%;
}
/* burger menu */
.w-nav-icon {
  font-size: 19px!important;
}
.w-nav-icon > div,
.w-nav-icon > div:before,
.w-nav-icon > div:after {
  color: #4E647F;
  border-radius: 8px;
  border-width: 2px!important;
}

.w-socials-item-link i {
  color: #4E647F;
}
.header_hor .l-subheader-cell.at_right>* {
  margin-left: 0!important;
}
.w-socials-item.instagram .w-socials-item-link i {
  font-size: 23px!important;
}
.w-socials-item.w-socials-item-link i.fab.fa-facebook-f {
  font-size: 20px!important;
}
.trustpilot-svg-c1 {
  fill: #00B67A;
}

.trustpilot-svg-c2 {
  fill: #005128;
}
.trustpilot-swiper .swiper-slide img{
  max-width: 110px;
  margin-top: 20px;
  height: auto;
}

#accordion-price table thead tr td {
  vertical-align: middle;
}
@media (max-width:600px) {
  #accordion-price table {
    font-size: 13px!important;
  }
  #section-offers-slider {
    background: #172941 !important;
  }
  .offers-header h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
 }
 .offers-swiper .swiper-slide {
   position: relative;
 }
  /* .offers-swiper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff75;
    position: absolute;
    left: 0;
    top: 0;
  } */
  .offers-swiper h3, .offers-swiper h4, .offers-swiper a{
    position: relative;
    z-index: 3;
  }
  .offers-swiper .swiper-slide .third-line {
    font-size: 14px; 
    max-width: 60%;
  }
  .text-block-swiper .swiper-slide h3 {
    font-size: 20px;
  }
  .offers-swiper .swiper-slide .first-line {
    font-size: 18px;
 }
 /* .swiper.offers-swiper {
  height: 350px;
} */
.new--offers--sliders h1 {
  font-size: 24px;
}
.new--offers--sliders {
  padding: 40px 0 !important;
}
.offers-swiper .swiper-wrapper {
  padding-left: 30px;
}
}

@media (min-width:600px){
  .before-after{
    width: 100%;
  }
  .before-after .swiper-before-after {
    height: 350px;
  }
  .text-block-slider-dark{
    padding: 48px 32px 48px 32px;
  }
  .text-block-slider-light{
    padding: 0px 24px 0px 24px;
  }
  .lightbox-slider{
    max-height: 400px;
  }
  .accordion-price .price-table-003 table{
    font-size: 16px!important;
  }
  .text-block-slider-dark h2 {
    padding-right: 0;
  }
  .text-block-slider-dark p {
    padding-right: 0;
  }
  #header-line{
    padding: 0 !important;
  }
  .text-block-slider > h2{
    font-size: 29px;
  }
  .text-block-swiper .swiper-slide h3{
    font-size: 19px;
  }
  .text-block-swiper .swiper-slide p{
    font-size: 16px;
  }
  .text-block-slider-dark .text-block-swiper-dark .swiper-slide p{
    font-size: 16px;
  }
  .accordion-price .w-tabs-section-title{
    font-size: 19px!important;
  }
  .accordion-price table thead tr td{
    font-size: 17px;
  }
  .accordion-price table tbody tr td{
    font-size: 16px;
  }
}