/*
   Theme Name: Cloutify Ai
   Theme URI: http://childtheme-generator.com/
   Description: Cloutify Ai is a child theme of Hello Elementor, created by ChildTheme-Generator.com
   Author: Cloutify
   Author URI: http://childtheme-generator.com/
   Template: hello-elementor
   Version: 1.0.0
   Text Domain: cloutify-ai
   */

.before-after-filter ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 68%;
  margin: 0 auto;
}
.before-after-filter ul li {
  list-style: none;
  margin: 0 10px 15px 0;
}
.before-after-filter ul li a {
    color: #4B5563;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 15px;
    height: 47px;
    background: #FFFFFF;
    border: 0.5px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 9999px;
    font-weight: 500;
}
.before-after-filter ul li a:hover, .before-after-filter ul li a.active {
  background: #fe2858;
  color: #fff;
}
.before-after-stats-toggle {
  display: block;
  margin: 40px auto;
  background: #F3F4F6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: max-content;
  padding: 12px 5px;
}
.before-after-stats-toggle a {
  color: #111827;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border-radius: 9px;
  padding: 12px;
}
.before-after-stats-toggle a.active-toggle {
  background-color: #07142C;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  color: #fff;
}
.user-stats-block{
  width:600px;
  height:440px;
  background-image: url(assets/src/img/mob-cover-final.jpg);
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.user-stast-white-box {
    width: 55%;
    margin: 0 auto;
    padding: 85px 0 0;
}
.stats-show-block{
    display:none;
}
.before-stats {
    display: none;
}
.img-stats-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
    flex-flow: column;
    gap: 10px;
}
.user-stast-white-box .username-dropdown {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    width: 100%;
}

.user-stast-white-box .username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    width: 50px;
}

.user-stast-white-box .arrow {
    margin: -10px 0 0;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
}

.user-stat-username {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.img-stats-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 8px 0 10px;
}
.stat-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
    /* background: linear-gradient(45deg, #00c6ff, #00f7a1); */
    position: relative;
    border: 1px solid lightgray;
}
.stat-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.add-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00d4ff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    line-height: normal;
    height: 30px;
    width: 30px;
}
.add-icon span {
    position: relative;
    top: -2px;
}
.stat-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    gap: 20px;
    max-width: 310px;
}
.user-stast-white-box.after-stats .stat-data {
  background: linear-gradient(to right, #fff8a6, #a6ff9c);
}
.stat-data-inner {
    font-size: 12.17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.case-stat-data-relative{
    position: relative;
}
.stat-data-inner span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.user-stats-block h4 {
    text-align: left;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
}
.user-stats-block p {
    color: #444444;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.ig-img {
    margin: 0 -20px;
}
.follow-msg-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    gap: 10px;
}
.follow-btn {
    background: #f1f1f1;
    color: gray;
    border-radius: 10px;
    width: 100%;
    max-width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 17px;
}
.message-btn {
  background: #f1f1f1;
  color: #000;
  border-radius: 10px;
  width: 100%;
  max-width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.down-arrow-btn {
    border: 0;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    max-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.before-after-user-data-main {
    margin: 0 0;
    overflow: hidden;
}

.cameo-videos-main .swiper-inner-slide {
    padding: 0;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0.702922px rgba(17, 24, 39, 0.1), 0px 17.573px 35.1461px -8.43506px rgba(0, 0, 0, 0.25);
    border-radius: 14.0584px;
}
.reviews-cameo-vidoes .swiper-button-next, .reviews-cameo-vidoes .swiper-button-prev {
    display: none !important;
}
.cameo-white-box {
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}
.cameo-videos-swiper-container {
    padding: 50px 40px 60px;
    overflow: hidden;
}
.cameo-videos-swiper-container .swiper-wrapper {
    justify-content: center;
}
.cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(5deg);
}

.cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(-2deg);
    margin-left: -50px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left: -40px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(5deg);
}
.home .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(0);
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.home .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left:0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(0);
}
.video-and-play-icon {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.cameo-videos-main .swiper-inner-slide video {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-and-play-icon .cameo-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.cameo-videos-data {
    padding: 20px 10px;
	position:relative;
	z-index:1;
}
.new-cameo-user-follow {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    background: rgba(33, 38, 48, 1);
    margin: 0 auto 20px;
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    height: 44px;
    font-weight: 700;
    border-radius: 40px;
    max-width: 215px;
}

.new-cameo-user-follow:before {
    width: 90%;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background: rgba(57, 234, 214, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow:after {
    width: 90%;
    position: absolute;
    bottom: -5px;
    right: 0;
    content: "";
    background: rgba(254, 40, 88, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow strong {
    margin-right: 4px;
}

.cameo-videos-main .new-cameo-user-detail-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cameo-videos-main .new-cameo-user-profile {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.new-cameo-user-profile-info {
    margin-left: 0;
    line-height: 1.3;
    text-align: center;
}
.cameo-videos-main .new-cameo-user-profile-info span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #2E3942;
    font-family: 'Roboto', sans-serif;
}
.cameo-videos-main .new-cameo-user-profile-info p {
    margin: 0;
    color: #2E3942;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}
/*.cameo-videos-main .video-and-play-icon .cameo-play-button svg {
    transform: rotate(-5deg);
}*/
.cameo-videos-main .swiper-slide .cameo-play-button svg {
    width: 80px;
    height: 80px;
}
.cameo-videos-main .new-cameo-user-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cameo-play-button.d-none {
    display: none !important;
}
.cameo-play-button.d-block {
    display: block !important;
}
.swiper-inner-slide.active-video {
    position: relative;
    z-index: 1;
    transform: rotate(0) !important;
}
.home .swiper-button-prev:after,
.home .swiper-button-next:after,
.page-id-38256 .swiper-button-prev:after,
.page-id-38256 .swiper-button-next:after {
    content: "\f30a";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #fff;
}

.home .swiper-button-prev,
.home .swiper-button-next,
.page-id-38256 .swiper-button-prev,
.page-id-38256 .swiper-button-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17.7211px 26.5816px;
    gap: 11.08px;
    width: 79.17px;
    height: 30px;
    background: #FE2858;
    box-shadow: 0px 1.39061px 2.78122px rgba(8, 8, 8, 0.2),
                0px 5.56245px 5.56245px rgba(8, 8, 8, 0.08),
                inset 0px 1.39061px 1.39061px rgba(255, 255, 255, 0.2),
                inset 0px 8.34367px 16.6873px rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    opacity: 1;
    z-index: 999;
    position: static;
}
.home .swiper-button-next::after,
.page-id-38256 .swiper-button-next::after {
    content: "\f30b";
}
.home .cameo-videos-swiper-container,
.page-id-38256 .cameo-videos-swiper-container {
    padding: 10px 0px 30px;
    max-width: 95%;
    margin: 0 auto;
}
.home .cameo-videos-swiper-container .swiper-wrapper,
.page-id-38256 .cameo-videos-swiper-container .swiper-wrapper {
    justify-content: flex-start;
}
.home .cameo-videos-swiper-container .cameo-white-box,
.page-id-38256 .cameo-videos-swiper-container .cameo-white-box {
    padding: 15px;
    background: #fff;
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
}
.home .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
    background: rgb(0 0 0 / 4%);
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
    padding: 15px;
    height: 100%;
}
.home .main-home-cameo-container ,
.page-id-38256 .main-home-cameo-container {
    padding-bottom: 100px;
}

.home .swiper-slider-buttons .swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
}
.cameo-videos-swiper-container .swiper-backface-hidden .swiper-slide {
    transform: none;
}

/* ====25 june====== */
.img-withTag .elementor-image-box-wrapper {
    position: relative;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title {
    display: inline-block;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    padding: 7px 12px;
    position: absolute;
    top: 10px;
    min-width: max-content;
    background-color: #ffffff;
    left: 98%;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img {
    max-width: 24px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: auto;
    right: 98%;
}
.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 98%;
}
.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: 98%;
    left: 70%;
}
.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title{
	top: 98%;
    left: 70%;
}
.title-inCircle {
    margin: 0 auto;
    width: 540px;
    height: 540px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.126) 0%, rgba(254, 255, 146, 0.0966) 39.6%, rgba(180, 255, 108, 0.42) 100%);
    border-radius: 50%;
	padding:100px;
}
.title-inCircle .elementor-widget-container {
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(254, 255, 146, 0.23) 39.6%, #B4FF6C 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-stast-white-box.after-stats .stat-data {
    background: linear-gradient(to right, #fff8a6, #a6ff9c);
}

.influencer-quote figure.elementor-image-box-img {
    float: left;
}

body .influencer-quote .elementor-image-box-content {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.cl-card-details-form-row .cl-card-details-form-field#card-number-element iframe input.elements-input {
    width: 100% !important;
}

span.payment-offer-text span.currency_symbol {
    margin: 0;
    float: left;
}

span.payment-offer-text span.monthly_saving {
    margin-left: 0;
}

.happy-clients .elementor-widget.elementor-widget-text-editor .elementor-widget-container>p {
    min-height: 120px;
    clear: both;
    float: left;
}

.e-con-boxed.e-con .elementor-swiper-button {
    padding: 5px 20px 5px 20px;
}

.listing-pricing-sec span.elementor-icon-list-text img {
    position: relative;
    top: 7px;
    left: 10px;
}
/* 30 OCT */
.swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
}

html[lang="es"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 60px !important;
}

html[lang="fr"] body .top-banner-heading h1.elementor-heading-title br,
html[lang="zh"] body .top-banner-heading h1.elementor-heading-title br,
html[lang="de"] body .top-banner-heading h1.elementor-heading-title br {
    display: none;
}

html[lang="fr"] body .top-banner-heading h1.elementor-heading-title{
    font-size: 74px !important;
}

html[lang="zh"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 57px !important;
}


html[lang="fr"] body .client-results-text.elementor-widget .elementor-widget-container p {
    font-size: 22px !important;
    padding: 0 30px !important;
}

html[lang="pt-br"] body .stat-data-inner span,
html[lang="it"] body .stat-data-inner span {
    font-size: 12px;
}

html[lang="pt-br"] body .stat-data-inner,
html[lang="it"] body .stat-data-inner {
    font-size: 12px;
}

html[lang="pt-br"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title br,
html[lang="fr"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title br,
html[lang="it"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}
html[lang="pt-br"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title,
html[lang="fr"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title,
html[lang="it"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title {
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
}

html[lang="fr"] body .stat-data-inner {
    font-size: 12px;
    line-height: 17px;
}

html[lang="es"] .plan-toggle-wrapper .elementor-widget-html,
html[lang="nl"] .plan-toggle-wrapper .elementor-widget-html{
    content-width: 450px !important;
}
html[lang="es"] .switch-wrapper label,
html[lang="nl"] .switch-wrapper label{
    width: 120px;
}
html[lang="es"] .switch-wrapper,
html[lang="nl"] .switch-wrapper{
    margin-left: -50px;
}

html:not([lang="en-US"]) .only_english-lang{
    display: none;
}

html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title {
    font-size: 38px !important;
}

html[lang="it"] body .for-influencers span {
    clear: both !important;
    display: table !important;
    float: none;
}

html[lang="es"] body .growth-tool-sec.elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}

html[lang="es"] body .client-results-text.elementor-widget.elementor-widget-text-editor p {
    padding: 0 10px !important;
}

html[lang="pt-br"] body .growth-tool-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}

html[lang="de"] body .client-results-text.elementor-widget-text-editor p {
    padding: 0 120px !important;
}
html[lang="ro"] body .cloutify-posting-heading .elementor-widget-container h2 {
    font-size: 40px !important;
}

/**************toggle****************/
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* hide radios */
.switch-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* labels */
.switch-wrapper label {
  min-width: 84px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  border-radius: 10px;
  color: #000;
  transition: color 0.25s ease-in-out;
}

/* active text */
.switch-wrapper input[type="radio"]:checked + label {
  color: #fff;
}

/* highlighter */
.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: #FE2858;
  border-radius: 10px;
  z-index: 1;
  transition: transform 0.25s ease-in-out;
}

/* move bg */
.switch-wrapper #yearly:checked ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper #monthly:checked ~ .highlighter {
  transform: translateX(0%);
}

/*switch-color-change*/
.switch-wrapper .active-switch-plan+label[for="monthly"] {
    color: #fff;
}
.switch-wrapper input.billing_period_switch.active-switch-plan+label[for="monthly"]+label[for="yearly"] {
    color: #fff;
}
.home .swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
    
}
.page-id-38302 .footer_section{
display: none;
}
html:not([lang="en-US"]) .only_english-lang {
    display: none;
}
html:not([lang="en-US"]) .asked_questions br{
    display: none;
}
html[lang="it"] .main_heading-top h1{
    font-size: 60px !important;
}
html:not([lang="en-US"]) .cloutify-posting-sec h2 br {
    display: none;
}
html:not([lang="en-US"]) .discover_effortless h2 br{
    display: none;
}
html[lang="fr"] body .discover_effortless h2 br{
    display: block;

}
html:not([lang="en-US"]) .happy-clients h2 br{
    display: none;
}
html[lang="ko"] body .happy-clients h2 br{
    display: block;
}
html[lang="ja"] .happy-clients h2.elementor-heading-title {
    font-size: 40px !important;
}
html[lang="ja"] body .other_lang-text .elementor-widget-container .elementor-heading-title{
    font-size: 40px;
}
html[lang="ko"] body .top-banner-heading .elementor-widget-container h1 {
    padding: 0 !important;
}

/*start-page-short-code-css*/
.main_banner_from .cl-signup-form-row {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
}
.main_banner_from .cl-signup-form-row label {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #212630;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 14px;
}
.main_banner_from .cl-signup-form-row label span.signup-timer-icon:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: "";
    background: url(./assets/src/img/form-icon-timer.svg);
    background-size: 100%;
}
.main_banner_from .cl-signup-form-row label span.signup-timer-icon-box:after {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -2px;
    background: #39EAD6;
    content: "";
    border-radius: 4px;
    z-index: -1;
}
.main_banner_from .cl-signup-form-row .signup-input-row {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
.main_banner_from .cl-signup-form-row .signup-input-row:before {
    width: 18px;
    height: 18px;
    content: "";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 13px;
    background: url(./assets/src/img/form-icon-@.svg) no-repeat;
    background-size: 100%;
    margin-top: -7px;
}
.main_banner_from .cl-signup-form-row input {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #D3D4D6;
    border-radius: 10px;
    padding: 0 20px 0 62px;
}
.main_banner_from .cl-signup-form-row .signup-input-row:after {
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 43px;
    background: #D3D4D6;
    content: "";
}
.main_banner_from .cl-signup span.error {
    position: static;
    margin-top: 15px;
    clear: both;
    float: left;
    width: 100%;
    color: #FE2858;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.main_banner_from .cl-signup-form-row .signup-input-row.signup-username:before {
    background: url(./assets/src/img/user-form-top.svg);
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100%;
}

.main_banner_from button.cl-payment-email-submit, div#cloutify-payment-submit button.grow_with_cloutify {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 50px;
    border: 0;
    border-radius: 12px;
}
.main_banner_from button.cl-payment-email-submit span.start-now-icon, div#cloutify-payment-submit button.grow_with_cloutify span.start-now-icon {
    width: 28px;
    height: 28px;
    position: relative;
    background: rgba(255, 255, 255, .5);
    display: inline-flex;
    margin-top: 0px;
    top: 7px;
    border-radius: 100%;
    left: 6px;
}
.main_banner_from button.cl-payment-email-submit span.start-now-icon:before, div#cloutify-payment-submit button.grow_with_cloutify span.start-now-icon:before {
    width: 12px;
    height: 10px;
    background: url(./assets/src/img/form-start-btn-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    margin-top: -5px;
    margin-left: -6px;
}

.delivers_box .signup-input-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivers_box button.cl-payment-email-submit {
    margin-bottom: 0;
    width: max-content;
    padding: 0 10px;
}
.autosub-container{
    overflow: hidden;
    width: 100%;
    padding: 16px 0;
}
.autosub-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.autosub-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 7px 17px;
  border-radius: 60px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  min-width: fit-content;
  transition: transform 0.3s ease;
}

.autosub-card .autosub-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}

.autosub-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555;
  font-family: "Inter", Sans-serif;
}

.autosub-name {
  font-weight: 600;
  font-family: "Inter", Sans-serif;
  color: #222;
}

.autosub-plan {
  font-weight: 600;
  color: #000;
  font-family: "Inter", Sans-serif;
}

.autosub-time {
  color: #888;
  font-size: 13px;
  font-family: "Inter", Sans-serif;
}

.regAlert {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.regAlert .elementor-alert-danger {
    width: 100%;
    position: relative;
    color: #FE2858;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    top: 20px;
    left: 0;
}

.regAlertmain {
    display: none;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 20px;
    background-color: #ff00002e;
    padding: 18px 14px;
    border-radius: 10px;
   }
   
   .regAlertmain #regAlert {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    width: 100%;
    text-align: left;
   }
   


html[lang="es"] body .tell-audience-heading h2.elementor-heading-title span {
    margin-right: 10px;
}

html[lang="es"] body .tell-audience-heading h2.elementor-heading-title br+span {
    margin-right: 0;
}

html[lang="es"] body .tell-audience-heading h2.elementor-heading-title,
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title {
    font-size: 34px !important;
}

html[lang="es"] body .cloutify-promotes-heading span {
    display: table !important;
    clear: both;
    float: none;
}
html[lang="pt-br"] body .tell-audience-heading h2.elementor-heading-title span+br+span,
html[lang="fr"] body .tell-audience-heading h2.elementor-heading-title span+br+span,
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title span+br+span,
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title span+br+span,
html[lang="ro"] body .tell-audience-heading h2.elementor-heading-title span+br+span {
    display: none;
}
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title span {
    margin: 0 6px;
}

html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none;
}
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 49px !important;
}
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 54px !important;
}
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title span+span {
    position: relative;
    margin: -23px 0 11px;
}

html[lang="it"] body .tell-audience-heading h2.elementor-heading-title br+span {
    display: none !important;
}
html[lang="it"] body .see-results-heading span {
    display: table !important;
    margin: 0 !important;
    clear: both;
}

html[lang="it"] body .see-results-heading br {
    display: none;
}
html[lang="de"] body .tell-audience-heading h2.elementor-heading-title br+span {
    display: none !important;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}
.switch-wrapper label[style="color: white;"] {
    color: #000 !important;
}
.switch-wrapper input.active-switch-plan+label {
    color: #fff !important;
}

html[lang="pt-br"] body .results-brand-col span.elementor-button-content-wrapper span.elementor-button-text {
    font-size: 11px;
}

.day_price .elementor-button-text span {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    top: -4px;
    left: 8px;
}
.day_price.main_price .price-unit {
    font-size: 14px;
    position: unset;
    font-weight: 600;
}

/* Responsive css starts here */
@media only screen and (max-width: 1190px) {
  .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
  .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
      transform: none;
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-wrapper {
      justify-content: flex-start;
  }
}

@media (min-width:1141px){
	
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}	
}

@media (max-width:1140px){
	
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title,
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 38px !important;
}
	
html[lang="pt-br"] body .results-brand-col span.elementor-button-content-wrapper span.elementor-button-text {
    font-size: 10px;
}	
}


@media (max-width:1120px){
	
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title {
    font-size: 31px !important;
}
}

@media (max-width:1100px){
	
html[lang="es"] body .clients-results-sec h2.elementor-heading-title {
    font-size: 38px !important;
    padding: 0 40px;
}

.client-results-text p {
    padding: 0 100px !important;
}
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title {
    font-size: 38px !important;
    padding: 0 70px !important;
}
	
	
}

@media only screen and (min-width:1025px){
.h-login, .h-signup {
    display: none !important;
	}

}

.h-signup a {
    background: #FE2858;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}
@media only screen and (max-width:1024px){
	.main-menu ul.elementor-nav-menu{
		padding-top:20px;
		padding-bottom:20px;
	}
	.main-menu ul.elementor-nav-menu li {
    text-align: center;
}

    .client-results-text p {
        padding: 0 !important;
    }
html[lang="ja"] .happy-clients h2.elementor-heading-title {
    font-size: 40px !important;
    padding: 0 90px;
}
html[lang="es"] body .tell-audience-heading h2.elementor-heading-title {
    font-size: 31px !important;
}
}

@media (min-width:992px) and (max-width:1023px){
	
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 36px !important;
}
	
	
}

@media (max-width:991px){
.logo-sec {
    width: auto;
    float: none;
    display: table;
    margin: 20px auto 0;
}
.regAlert .elementor-alert-danger {
    top: 10px;
}

}

@media (min-width:951px) and (max-width:991px){
	
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title,
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 36px !important;
}
	
	
}

@media (max-width:960px){
	
    html[lang="es"] body .tell-audience-heading h2.elementor-heading-title {
        font-size: 28px !important;
    }
	
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 50px !important;
}
	
	
}

@media (max-width:950px){
	
    .button-user-data a.elementor-button {
        padding: 15px 10px !important;
        font-size: 14px !important;
    }

.button-user-data .elementor-widget-text-editor .elementor-widget-container {
    padding: 0 3px !important;
    font-size:12px;
}

.elementor-element.sec-user-cust-trained {
    margin-top: -6px;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 45px !important;
}
	
	
}


@media (max-width:900px){
	
    html[lang="es"] body .tell-audience-heading h2.elementor-heading-title {
        font-size: 25px !important;
        letter-spacing: -1px;
    }
	
}


@media (max-width:890px){
	
    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 44px !important;
    }
	
	
}

@media (max-width:870px){
	
    .client-results-text p {
        padding: 0 60px !important;
    }
	
    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 41px !important;
    }
	
	
	
}

@media (max-width:850px){
.elementor-element.button-user-data {
    display: block;
}

.elementor-element.button-user-data>.elementor-element {
    display: block;
    width: 100%;
    float: left;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner {
    display: block;
    width: 100%;
    float: left;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner .elementor-element.sec-user-cust-trained {
    padding: 0;
    margin-top: 10px;
}


}

@media (max-width:800px){
	
html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    padding: 0 30px;
}

    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 37px !important;
    }
	
    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 41px !important;
    }
	
html[lang="zh"] body .discover_effortless h2.elementor-heading-title {
    padding: 0 50px;
}

html[lang="zh"] body .discover_effortless h2.elementor-heading-title span {
    margin: 0 10px;
}
	
	
}


@media only screen and (max-width: 767px) {
    html[lang="it"] .main_heading-top h1{
    font-size: 30px !important;
}
  .home .swiper-slider-buttons {
      bottom: -125px;
  }

html body .try-addon-sec .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 50px !important;
}

.cl-payment.cl-signup {
    margin-top: 0;
}

.cl-payment .cl-signup-form-row {
    margin-bottom: 20px;
}

.cl-payment button.cl-payment-email-submit {
    border: 0;
    margin-bottom: 0;
}

.getstarted-package-list {
    margin-bottom: 15px;
}

     .regAlert .elementor-alert-danger {
        left: 0;
    }

body.page-template-page-registration main.site-main.user-registration {
    padding: 0;
}

.post-purchase-wrapper {
    height: auto;
    overflow: auto;
    padding: 20px 10px;
}
.title-inCircle{
		width:320px;
		height:320px;
		padding:50px;
	}
	.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img{
		max-width:16px;
	}
	.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: 15px;
    right: auto;
    top: -40px;
}
	.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: 0;
    bottom: -30px;
}
	.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: -32px;
    left: 40px;
    right: auto;
}
	.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: -28px;
    bottom: -32px;
}

.elementor-element.button-user-data {
    display: flex;
}

.elementor-element.button-user-data>.elementor-element {
    display: flex;
    width: auto;
    float: none;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner {
    display: flex;
    width: auto;
    float: none;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner .elementor-element.sec-user-cust-trained {
        padding: 1px 0 0 0;
        margin-top: 0;
    }
	
.reviews-cameo-vidoes.e-flex {
    padding-bottom: 0;
}

.reviews.type-reviews figure.elementor-image-box-img {
    margin-top: 10px !important;
}

.payment-billed-type span.payment-billed-type-value {
    font-size: 12px;
}

    .payment-plan-toggle-sec-inn .payment-plan-left-sec h3.payment-plan-name {
        font-size: 14px;
        margin-top: 3px;
    }

.current-pricing span.payment-plan-type {
    font-size: 14px;
    margin-left: 2px;
}

    .payment-plan-toggle-sec-inn .payment-plan-left-sec {
        padding: 55px 15px 7px;
    }
	
.current-pricing span.payment-currency-symbol, .current-pricing span.payment-pricing-amount {
    font-size: 18px;
    line-height: 18px;
}

.payment-slashed-pricing {
    margin-top: -4px;
}

label.toggle-switch {
    left: 10px;
}

span.payment-offer-text, span.switcher-offer-text {
    margin-left: 79px;
}

.cameo-videos-data {
    padding: 20px 10px 0px;
}
.before-after-filter ul{
    width: 100%;
}

body .top-banner-heading h1.elementor-heading-title br{
	display:none !important;
}

html[lang="es"] body .top-banner-heading h1.elementor-heading-title, html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, html[lang="ko"] body .top-banner-heading h1.elementor-heading-title, html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 49px !important;
    padding: 0 25px;
}
	
html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
    padding: 0 25px !important;
}

html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 44px !important;
    padding: 0 25px !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title br {
    display: none !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title span {
    display: inline-block !important;
}
html[lang="ro"] body .section_heading h2.elementor-heading-title{
    font-size: 22px !important;
}
html[lang="ro"] body .cloutify-posting-heading .elementor-widget-container h2 {
    font-size: 22px !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title span+span {
    clear: none !important;
    display: inline-block !important;
    margin: 0 10px !important;
}

html[lang="it"] body .section_heading h2.elementor-heading-title span+br+img {
    position: relative;
    top: -39px;
    right: -120px !important;
}

html[lang="pt-br"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title,
html[lang="fr"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title {
    font-size: 18px;
}
html[lang="pt-br"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title, 
html[lang="fr"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title, 
html[lang="it"] body .title-inCircle.elementor-widget-heading h2.elementor-heading-title{
    font-size: 15px;
}
html[lang="es"] .switch-wrapper, html[lang="nl"] .switch-wrapper{
    margin-left: 0;
}

html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title span,
html[lang="ja"] body .cloutify-posting-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: auto !important;
}

html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title {
    padding: 0 40px !important;
    font-size: 28px !important;
}

html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title br {
    display: none;
}

html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title span {
    clear: none !important;
    display: inline-block !important;
    margin: 0 10px 10px !important;
}

html[lang="de"] body .cutting-edge-sec.elementor-widget h2.elementor-heading-title br {
    display: none !important;
}

html[lang="de"] body .cutting-edge-sec.elementor-widget h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 0 10px 10px;
    clear: none;
}

html[lang="de"] body .cutting-edge-sec.elementor-widget h2.elementor-heading-title {
    font-size: 22px;
    padding: 0 80px;
}

    html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title	{
        font-size: 28px !important;
        padding: 0 40px;
        margin-top: 0;
  }
	
.clients-results-sec:first-child {
    display: none !important;
}

html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title span {
    clear: none !important;
    display: inline-block !important;
}

    html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
        font-size: 24px;
        padding: 0 30px;
    }
	
html[lang="es"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title span {
    display: inline-block !important;
}

html[lang="fr"] body .growth-tool-sec.elementor-widget.elementor-widget-heading span {
    display: inline-block !important;
}

html[lang="de"] body .posting-cloutify.elementor-widget.elementor-widget-heading span {
    clear: none !important;
    display: inline-block !important;
}

    html[lang="de"] body .posting-cloutify.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
        padding: 0 70px !important;
    }
	
    html[lang="ja"] .happy-clients h2.elementor-heading-title {
        font-size: 35px !important;
        padding: 0;
    }
    html[lang="pt-br"] .banner_from-payment button.cl-payment-email-submit,
    html[lang="nl"] .banner_from-payment button.cl-payment-email-submit,
    html[lang="fr"] .banner_from-payment button.cl-payment-email-submit,
    html[lang="de"] .banner_from-payment button.cl-payment-email-submit{
        font-size: 12px;
    }
    html[lang="pt-br"] .banner_from-payment button.cl-payment-email-submit span.start-now-icon,
    html[lang="nl"] .banner_from-payment button.cl-payment-email-submit span.start-now-icon,
    html[lang="fr"] .banner_from-payment button.cl-payment-email-submit span.start-now-icon,
    html[lang="de"] .banner_from-payment button.cl-payment-email-submit span.start-now-icon{
        width: 20px;
        height: 20px;
        top: 8px;
    }
    .regAlert .elementor-alert-danger {
        left: 0;
    }
        html[lang="ja"] body .happy-clients .elementor-heading-title span {
        margin: 10px auto !important;
    }

html[lang="es"] body .tell-audience-heading h2.elementor-heading-title br+span {
    margin-right: 0;
    display: inline-block !important;
}

html[lang="es"] body .tell-audience-heading h2.elementor-heading-title span {
    margin-right: 10px;
    display: inline-block !important;
    margin: 0 0 0 5px !important;
}

html[lang="it"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none;
}

html[lang="it"] body .tell-audience-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 0 4px !important;
}

html[lang="it"] body .see-results-heading span {
    display: table !important;
    margin: 0 auto !important;
    clear: both;
}

html[lang="it"] body .cloutify-promotes-heading br {
    display: none;
}

html[lang="fr"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 0 4px !important;
}

html[lang="ko"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none;
}

html[lang="ko"] body .tell-audience-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 0 3px 10px !important;
}

html[lang="ko"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title br:first-child+span {
    display: none !important;
}

html[lang="ko"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title span {
    display: inline-block !important;
    width: auto !important;
    margin: 10px 5px 10px !important;
}

html[lang="ko"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title br {
    display: none;
}
html[lang="zh"] body .discover_effortless h2.elementor-heading-title br {
    display: none;
}

html[lang="zh"] body .discover_effortless h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 10px 10px !important;
}
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none !important;
}
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title br+span {
    display: none !important;
}
html[lang="nl"] body .cloutify-acc.cloutify-accelarate br {
    display: none;
}
html[lang="nl"] body .cloutify-acc.cloutify-accelarate span {
    margin: 10px 5px !important;
    display: inline-block !important;
}
html[lang="nl"] body .discover_effortless h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="nl"] body .discover_effortless h2.elementor-heading-title {
    padding: 0 50px;
}
html[lang="de"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none;
}
html[lang="de"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title br:first-child+span {
    display: none !important;
}
html[lang="ja"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none;
}
html[lang="ja"] body .happy-clients .section_heading h2.elementor-heading-title span {
    margin: 0 auto 10px !important;
}
html[lang="ja"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title br:first-child+span {
    display: none !important;
}
html[lang="ja"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title br {
    display: none;
}
html[lang="ja"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="ro"] body .tell-audience-heading h2.elementor-heading-title br+span,
html[lang="ro"] body .tell-audience-heading h2.elementor-heading-title br {
    display: none !important;
}
html[lang="ro"] body .happy-clients h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="ro"] body .happy-clients h2.elementor-heading-title {
    padding: 0 60px !important;
}
html[lang="pt-br"] body .tell-audience-heading h2.elementor-heading-title br+span {
    display: none !important;
}
html[lang="fr"] body .tell-audience-heading h2.elementor-heading-title br+span {
    display: none !important;
}
html[lang="de"] body .cloutify-accelarate.elementor-widget-heading h2.elementor-heading-title img.emoji {
    width: 26px !important;
    height: 26px !important;
    margin-left: 0px;
    position: relative;
    left: -7px;
}

    html[lang="es"] body .tell-audience-heading h2.elementor-heading-title br+span{
        margin-right: 0;
        display: inline-block !important;
        margin: 10px 5px !important;
    }
	
    html[lang="it"] body .tell-audience-heading h2.elementor-heading-title span {
        display: inline-block !important;
        margin: 5px 4px !important;
    }
	
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title br+span{display:none !important;}
}

@media (max-width:700px){
	
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title {
    padding: 0 80px !important;
}
	
}

@media (max-width:680px){
	
    html[lang="zh"] body .discover_effortless h2.elementor-heading-title {
        padding: 0 80px;
    }
	
}

@media (max-width:660px){
	
html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
    padding: 0 40px;
}

html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
        font-size: 24px;
        padding: 0;
    }
	
html[lang="de"] body .number-behind-text p {
    padding: 0 40px;
}

html[lang="de"] body .making-growth-easy-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}

html[lang="de"] body .making-growth-easy-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title span {
    display: inline-block !important;
    clear: none !important;
}

html[lang="de"] body .making-growth-easy-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
    padding: 0 40px !important;
}

    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 34px !important;
        padding: 0 25px !important;
    }	
	
html[lang="fr"] body .top-banner-heading .elementor-widget-container h1.elementor-heading-title {
        font-size: 38px !important;
        line-height: 47px !important;
    }
	
html[lang="fr"] body .cloutify-accelarate h2.elementor-heading-title br {
    display: none;
}


	
}

@media (max-width:650px){
	
html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
    padding: 0 30px;
}

html[lang="pt-br"] body .stat-data-inner,
html[lang="it"] body .stat-data-inner {
    font-size: 8px;
}

html[lang="pt-br"] body .stat-data-inner span,
html[lang="it"] body .stat-data-inner span {
    font-size: 9px;
}
br{
    display: none;
}

    html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title	{
        font-size: 30px !important;
        padding: 0 40px;
        margin-top: 0;
    }
	
html[lang="de"] body .happy-clients-sec.elementor-widget-heading h2.elementor-heading-title span {
    margin-bottom: 13px !important;
}

.happy-clients-sec.elementor-widget-heading h2.elementor-heading-title span {
    margin-bottom: 10px !important;
}
	
}

@media (max-width:600px){

  .user-stats-block {
      width: 340px;
      height: 325px;
  }
  .follow-btn, .message-btn, .down-arrow-btn {
      font-size: 9px;
      height: 30px;
      border-radius: 5px;
  }
  .follow-msg-block {
      gap: 5px;
  }

    .user-stat-username {
        font-size: 11px;
    }

    .stat-data-inner span {
        font-size: 11px;
        line-height: normal;
    }

    .stat-data-inner {
        font-size: 10px;
    }

    .stat-img {
        width: 50px;
        height: 50px;
    }

    .add-icon {
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    .user-stast-white-box .username-dropdown {
        font-size: 12px;
    }

    .user-stast-white-box .arrow {
        font-size: 16px;
        margin: -5px 0 0;
    }

    .user-stast-white-box .username {
        width: 40px;
    }

    .user-stast-white-box {
        padding: 120px 0 5px;
        margin-top: -90px;
    }

    .stat-data {
        padding: 10px;
        gap: 10px;
    }

    .img-stats-block {
          gap: 5px;
          margin: 5px 0 5px;
      }

html[lang="zh"] body .top-banner-heading h1.elementor-heading-title,
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title	{
        padding: 0 35px;
        font-size: 37px !important;
    }
	

html[lang="fr"] body .top-banner-text-para .elementor-widget-container p,
html[lang="ko"] body .top-banner-text-para .elementor-widget-container p,
html[lang="nl"] body .top-banner-text-para .elementor-widget-container p {
        font-size: 16px;
        padding: 0 25px;
    }
	
html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 42px !important;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
}

html[lang="de"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
	padding:0 25px !important;
}
.save_color span {
    display: block;
    width: max-content;
    margin: 0 auto;
}

html[lang="it"] body .clients-results-sec.elementor-widget-heading h2.elementor-heading-title {
    padding: 0 40px;
}

html[lang="es"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
    font-size: 22px !important;
    padding: 0 70px;
}

html[lang="fr"] body .growth-tool-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
    padding: 0 30px;
}

html[lang="fr"] body .top-banner-heading .elementor-widget-container h1.elementor-heading-title {
        font-size: 38px !important;
        line-height: 47px !important;
    }
html[lang="ro"] body .boost-your-growth h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
}


@media (max-width:580px){
	
    html[lang="de"] body .cutting-edge-sec.elementor-widget h2.elementor-heading-title {
        font-size: 22px;
        padding: 0 30px;
    }
	
    html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title	{
        font-size: 28px !important;
        padding: 0 20px;
        margin-top: 0;
    }
	
    html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px;
        padding: 0;
    }
	

    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 32px !important;
    }
    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 31px !important;
        padding: 0 0 !important;
    }

html[lang="ko"] body .tell-audience-heading h2.elementor-heading-title {
    padding: 0 50px;
}	

html[lang="ko"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title {
    padding: 0 50px;
}
	
}



@media (max-width:560px){
	
    html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
        padding: 0 40px;
        font-size: 22px !important;
    }
	
html[lang="de"] body .making-growth-easy-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
    padding: 0 !important;
    font-size: 18px;
}
html[lang="it"] body .tell-audience-heading h2.elementor-heading-title span+span {
    position: relative;
    margin: 10px 5px !important;
}
	
}


@media (max-width:550px){
	
    html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 33px !important;
        padding: 0 25px !important;
    }
	
    html[lang="ro"] body .top-banner-text-para .elementor-widget-container p {
        font-size: 18px !important;
        padding: 0 35px !important;
    }
	
html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title {
        padding: 0 !important;
        font-size: 28px !important;
    }
    html[lang="es"] body .tell-audience-heading h2.elementor-heading-title span {
        margin-right: 10px;
        display: table !important;
        margin: 10px auto 0 !important;
    }	
	
html[lang="es"] body .tell-audience-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 0 3px !important;
    font-size: 20px !important;
    letter-spacing: -1px !important;
}

html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title {
        padding: 0 50px !important;
    }
html[lang="pt-br"] body .clients-results-sec h2.elementor-heading-title {
    padding: 0 30px;
}
	
}

@media (max-width:530px){
	
    html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
        padding: 0 10px;
        font-size: 22px !important;
    }
}
@media (max-width:520px){
	
html[lang="ko"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
}

    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 32px !important;
    }
	
    html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title	{
        font-size: 22px !important;
        padding: 0 60px;
        margin-top: 0;
    }
html[lang="nl"] body .discover_effortless h2.elementor-heading-title {
        padding: 0 20px;
    }
}


@media (max-width:510px){
	
html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 30px !important;
    }
	
    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 32px !important;
        padding: 0 !important;
    }
	
    html[lang="de"] body .cutting-edge-sec.elementor-widget h2.elementor-heading-title {
        font-size: 19px;
        padding: 0;
    }
}

@media (max-width:500px){
	
html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title {
        font-size: 22px !important;
        padding: 0;
        margin-top: 0;
    }
	
    html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px;
        padding: 0 40px;
    }
    .delivers_box .signup-input-row {
    flex-direction: column;
}

.delivers_box button.cl-payment-email-submit {
    width: 100%;
}

.main_banner_from .cl-signup-form-row .signup-input-row:before {
    top: 24px;
}

    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 26px !important;
        padding: 0 0 !important;
    }
	
    html[lang="it"] body .tell-audience-heading h2.elementor-heading-title {
        font-size: 22px !important;
    }
html[lang="ko"] body .boost-your-growth.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
    padding: 0 60px;
}

    html[lang="it"] body .tell-audience-heading h2.elementor-heading-title {
        font-size: 19px !important;
    }	
	
}
@media (max-width:480px){

.before-after-filter ul li {
    margin: 0 2px 5px;
    width: auto;
    float: left;
}
.before-after-filter ul li a {
    font-size: 11px;
    padding: 0 5px;
    gap: 4px;
    height: 33px;
}

    html[lang="es"] body .top-banner-heading h1.elementor-heading-title, html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, html[lang="ko"] body .top-banner-heading h1.elementor-heading-title, html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 30px !important;
        padding: 0 25px;
    }
	
html[lang="ro"] body .top-banner-heading h1.elementor-heading-title	{
        font-size: 30px !important;
        padding: 0 25px !important;
    }
	
html[lang="zh"] body .top-banner-text-para .elementor-widget-container p, 
html[lang="it"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
	padding:0 25px !important;
}

html[lang="it"] body .top-banner-text-para .elementor-widget-container p{
	font-size:16px !important;
}

    html[lang="ro"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 28px !important;
        padding: 0 25px !important;
    }
	
html[lang="it"] body .clients-results-sec.elementor-widget-heading h2.elementor-heading-title {
    padding: 0;
}

html[lang="en-US"] body .cloutify-accelarate h2.elementor-heading-title span,
html[lang="ro"] body .cloutify-accelarate h2.elementor-heading-title span {
    display: inline-block !important;
}

html[lang="en-US"] body .number-behind-text.elementor-widget p {
    padding: 0 40px;
}

html[lang="en-US"] body .cloutify-accelarate h2.elementor-heading-title {
    padding: 0 30px;
    font-size: 19px !important;
}

html[lang="es"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
    font-size: 18px !important;
    padding: 0 40px;
}

html[lang="fr"] body .growth-tool-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
        padding: 0 30px;
        font-size: 19px;
    }	
html[lang="de"] body .cloutify-accelarate.elementor-widget-heading h2.elementor-heading-title {
    font-size: 18px !important;
}

    html[lang="en-US"] body .cloutify-accelarate h2.elementor-heading-title span {
        margin: 0 5px 5px !important;
    }
html[lang="es"] body .tell-audience-heading h2.elementor-heading-title {
    padding: 0 30px;
}

html[lang="fr"] body .cutting-edge-sec h2.elementor-heading-title {
    padding: 0 40px;
}

    html[lang="ko"] body .tell-audience-heading h2.elementor-heading-title {
        padding: 0 20px;
    }
html[lang="zh"] body .discover_effortless h2.elementor-heading-title {
        padding: 0 20px;
    }
    html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title {
        padding: 0 20px !important;
    }
    html[lang="nl"] body .discover_effortless h2.elementor-heading-title {
        padding: 0;
    }
html[lang="ja"] body .tell-audience-heading h2.elementor-heading-title {
    padding: 0 50px;
    line-height: 40px;
}
html[lang="ja"] body .tell-audience-heading h2.elementor-heading-title span {
    line-height: 30px;
}
html[lang="ja"] body .cloutify-promotes-heading h2.elementor-heading-title {
    padding: 0 40px;
    line-height: 35px;
}
html[lang="ja"] body .cloutify-promotes-heading h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="ja"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title {
    padding: 0 20px;
}
html[lang="ro"] body .happy-clients h2.elementor-heading-title {
    padding: 0 20px !important;
}
}
@media (max-width:470px){
	
    html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
        padding: 0 60px;
        font-size: 20px !important;
    }
	
html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title span {
    margin: 10px 10px 0 !important;
}
html[lang="de"] body .cloutify-accelarate.elementor-widget-heading h2.elementor-heading-title img.emoji {
    top: 10px;
}	
	
	
	
html[lang="pt-br"] body .clients-results-sec h2.elementor-heading-title {
    padding: 0;
}	
	
}
@media (max-width:460px){
	
html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title {
        padding: 0 40px !important;
        font-size: 22px !important;
    }
}
@media (max-width:444px){	
html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title {
        padding: 0 60px !important;
        font-size: 22px !important;
    }
	
    html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
        padding: 0 40px;
        font-size: 20px !important;
    }
	
html[lang="pt-br"] body .growth-tool-sec.elementor-widget-heading h2.elementor-heading-title {
    font-size: 17px !important;
    padding: 0 30px;
}
html[lang="ko"] body .mob_text-other-lang .elementor-widget-container h2 span,
html[lang="nl"] body .mob_text-other-lang .elementor-widget-container h2 span {
    display: inline-block !important;
}	
}

@media (max-width:420px){
	
html[lang="ro"] body .top-banner-heading h1.elementor-heading-title {
    padding: 0 30px !important;
}
	
html[lang="de"] body .personalised-growth-sec.elementor-widget-heading+.elementor-widget.elementor-widget-text-editor p{
	    padding: 0 30px !important;
}

    html[lang="ko"] body .cloutify-acc.cloutify-accelarate h2.elementor-heading-title {
        padding: 0 20px;
    }
html[lang="nl"] body .boost-your-growth h2.elementor-heading-title {
    padding: 0 20px;
}	
    html[lang="nl"] body .discover_effortless h2.elementor-heading-title {
        padding: 0 40px;
    }
html[lang="nl"] body div#join-now h2.elementor-heading-title span {
    display: inline-block !important;
    margin: 10px 5px !important;
}
html[lang="pt-br"] body .client-results-text+.elementor-widget-text-editor p {
    padding: 0 20px;
}
.only_english-lang h2.elementor-heading-title {
    padding: 0 40px;
}	
	
}

@media (max-width:410px){
	
    html[lang="de"] body .cloutify-accelarate h2.elementor-heading-title {
        padding: 0 20px;
        font-size: 20px !important;
    }
    html[lang="it"] body .clients-results-sec.elementor-widget-heading h2.elementor-heading-title {
        padding: 0;
        font-size: 21px !important;
    }	
	
}
@media (max-width:400px){

.toggle-switch {
    float: right;
}

html[lang="en-US"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
}

    html[lang="es"] body .top-banner-heading h1.elementor-heading-title, 
    html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, 
    html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, 
    html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, 
    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title
 {
        padding: 0 15px;
    }
    html[lang="ko"] body .top-banner-heading h1.elementor-heading-title{
        padding: 0 30px;
    }
	
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 26px !important;
        padding: 0 25px;
    }
	
    html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 28px !important;
        padding: 0 20px !important;
    }
	
html[lang="fr"] body .footer_section .footer-heading-text span.elementor-heading-title {
    font-size: 17px !important;
}

html[lang="de"] body .cloutify-posting-heading h2.elementor-heading-title {
        padding: 0 40px !important;
        font-size: 22px !important;
    }
	
html[lang="es"] body .clients-results-sec h2.elementor-heading-title,
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title {
        font-size: 22px !important;
        padding: 0 30px;
        margin-top: 0;
    }
	
html[lang="fr"] body .clients-results-sec h2.elementor-heading-title {
    padding: 0 10px;
}

    html[lang="de"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px;
        padding: 0;
    }
html[lang="en-US"] body .cloutify-accelarate h2.elementor-heading-title {
    padding: 0 30px;
    font-size: 17px !important;
}

html[lang="es"] body .personalised-growth-sec.elementor-widget-heading h2.elementor-heading-title {
    font-size: 16px !important;
    padding: 0 20px;
}
html[lang="nl"] body .clients-results-sec .elementor-widget-container h2 {
    font-size: 20px !important;
}
html[lang="pt-br"] body .cloutify-accelarate h2.elementor-heading-title.elementor-size-default span,
html[lang="ko"] body .cloutify-accelarate h2.elementor-heading-title.elementor-size-default span,
html[lang="nl"] body .cloutify-accelarate h2.elementor-heading-title.elementor-size-default span {
    display: inline-block !important;
    margin: 0 10px !important;
}
/*html[lang="zh"] body .elementor-heading-title span{
    display: inline-block !important;
}*/
html[lang="pt-br"] body .cloutify-accelarate h2.elementor-heading-title.elementor-size-default {
        padding: 0 10px;
        font-size: 19px !important;
    }

html[lang="pt-br"] body .stat-data-inner span, html[lang="it"] body .stat-data-inner span {
        font-size: 8px;
    }
	
html[lang="pt-br"] body .client-results-text.elementor-widget.elementor-widget-text-editor+.elementor-widget.elementor-widget-text-editor p {
    padding: 0 30px;
}
html[lang="pt-br"] body .other_lang-text .elementor-widget-container p {
    padding: 0 10px !important;
}

    html[lang="fr"] body .growth-tool-sec.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
        padding: 0;
        font-size: 19px;
    }
	
    html[lang="de"] body .posting-cloutify.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
        padding: 0 !important;
        font-size: 20px;
    }
    html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
        padding: 0 30px !important;
    }
    html[lang="es"] body .tell-audience-heading h2.elementor-heading-title {
        padding: 0 10px;
    }
html[lang="nl"] body .tell-audience-heading h2.elementor-heading-title {
        padding: 0 !important;
    }
html[lang="ja"] body .tell-audience-heading h2.elementor-heading-title {
    padding: 0 20px;
    line-height: 35px;
}
html[lang="ja"] body .happy-clients .section_heading h2.elementor-heading-title {
    padding: 0 40px;
    line-height: 45px;
}
html[lang="ro"] body .tell-audience-heading h2.elementor-heading-title {
    font-size: 22px !important;
}
	
html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 24px !important;
}
html[lang="pt-br"] body .discover_effortless .elementor-heading-title span {
display: inline-block !important;
}
html[lang="nl"] body .discover_effortless .elementor-widget-container h2 span {
    display: inline-block !important;
}

html[lang="nl"] body .discover_effortless .elementor-widget-container h2 {
    padding: 0 10px;
}
html[lang="nl"] body .other_lang-mob-text .elementor-widget-container h2 span,
html[lang="ja"] body .other_lang-mob-text .elementor-widget-container h2 span{
    display: inline-block !important;
}
html[lang="de"] body .other_lang-emoji .elementor-widget-container p {
    font-size: 13px;
}
html[lang="pt-br"] body  .cloutify-accelarate+.elementor-widget-text-editor p {
    padding: 0 30px;
}
html[lang="pt-br"] body .client-results-text+.elementor-widget-text-editor p {
    padding: 0 20px !important;
}
}
@media (max-width:375px){

.payment-billed-type span.payment-billed-type-value {
    font-size: 12px;
}

.pp-tiktok-form-row label {
    font-size: 14px;
}

}

@media (max-width:350px) {
  .stat-data {
    padding: 7px;
  }
  .user-stast-white-box {
      margin-top: -110px;
  }
  .user-stats-block {
      width: 300px;
      height: 320px;
  }
  .stat-img {
      width: 40px;
      height: 40px;
  }
 
  .add-icon {
      font-size: 12px;
      width: 15px;
      height: 15px;
      border: 2px solid white;
  }
  .add-icon span {
      font-size: 10px;
      top: -1px;
  }
  .user-stat-username {
      line-height: normal;
  }
  .user-stast-white-box {
      padding: 140px 0 5px;
  }
  .before-after-filter ul li a {
      font-size: 11px;
      padding: 0 15px;
      gap: 4px;
      height: 28px;
  }

     .cl-button-info span.cl-money-back {
        font-size: 11px;
        padding-left: 9px;
    }
}

@media (max-width:320px) {
  .user-stats-block {
      width: 265px;
      height: 300px;
  }
  .stat-data-inner span {
      font-size: 9px;
  }
  .stat-data-inner {
      font-size: 9px;
      line-height: normal;
  }
  .stat-data {
      padding: 5px;
  }
  .follow-btn, .message-btn, .down-arrow-btn {
      font-size: 7px;
      height: 20px;
      border-radius: 5px;
  }
  .follow-msg-block {
      gap: 2px;
  }
  .user-stast-white-box .username-dropdown {
      font-size: 9px;
  }
  .user-stast-white-box .username {
      width: 27px;
  }
  .user-stast-white-box .arrow {
      font-size: 12px;
      margin: -3px 0 0;
  }
  .user-stat-username {
      font-size: 9px;
  }
}
