/*
   Theme Name: Crowd Ignite
   Theme URI: http://childtheme-generator.com/
   Description: Path Social is a child theme of Hello Elementor, created by ChildTheme-Generator.com
   Author: Pivot CMO
   Author URI: http://childtheme-generator.com/
   Template: hello-elementor
   Version: 1.0.0
   Text Domain: crowdignite
   */

   @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalam:wght@300;400;700&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

img{
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
*, :after, :before{
    box-sizing: border-box;
}
a{
    color: #ef4923;
}
body {
   overflow-x: hidden;
   font-family: 'Roboto', sans-serif;
}
.flash-sale-banner-main {
     background-image: url(./assets/src/img/aniversary-banner.png);
    color: #fff;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    transition: .7s ease-in-out;
    z-index: 999;
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.valentine-sale-banner::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 100%;
    height: 65px;
    background-image: url(./assets/src/img/valentine-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}
.valentine-sale-banner::after {
    content: "";
    position: absolute;
    right: 70px;
    top: 0;
    width: 100%;
    height: 65px;
    background-image: url(./assets/src/img/valentine-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
}
.Aniversary-sale-banner span.off-block {
    background: #000;
    color: #fff;
    border-radius: 50px;
}
.Aniversary-sale-black-colour {
    color: #000;
}
.Aniversary-sale-banner span.flash-close-btn {
    background: #FFBA92;
}
.flash-sale-banner-main::before{
    content: "";
    background: url(./assets/src/img/crowd-cm-left-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background-position: top left;
}
.flash-sale-banner-main::after{
    content: "";
    background: url(./assets/src/img/crowd-cm-right-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background-position: top right;
}
.flash-banner-inner > img {
    max-width: 30px;
    margin-top: 5px;
}
.flash-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.off-block {
    background: #fff;
    border-radius: 2px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 6px 15px;
    margin-right: 10px;
    color: #000;
}
.flash-banner-inner div {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.flash-sale-block {
    background: #FE4949;
    font-size: 18px;
    font-family: 'Kalam', sans-serif;
    font-weight: 400;
    border-radius: 100px;
    padding: 2px 12px;
    margin-left: 5px;
}
.flash-sale-timer-block {
    width: 45px;
    margin: 0 3px;
    background: #FFFFFF;
    border-radius: 9px;
    line-height: 1;
    display: inline-block;
    padding: 6px;
    border: 2.37975px solid #000000;
}
.flash-sale-timer-block span {
    background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 9px;
    display: block;
}
.flash-sale-banner-timer {
    margin: 0 10px;
}
.flash-banner-inner div {
    display: flex;
    align-items: center;
}
body.flash-sale-banner-open {
    transition: margin 250ms ease .1s;
    margin-top: 55px;
}
.flash-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    transition: .2s ease-in-out;
    opacity: 1;
    z-index: 99;
    background: #2D2D31;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-sale-banner-main .flash-clickable-link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0s ease-in-out;
    z-index: 9;
}
.cameo-videos-main .swiper-inner-slide {
    background: rgba(88, 80, 236, 0.05);
    box-shadow: inset 0px 0px 0px 1px rgba(17, 24, 39, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(17, 24, 39, 0.1);
    border-radius: 24px;
    padding: 15px;
    cursor: pointer;
}
.cameo-videos-main .swiper-inner-slide video {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cameo-videos-main .new-cameo-user-detail-area {
    display: flex;
    align-items: center;
}
.cameo-videos-main .new-cameo-user-profile {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.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;
}
.new-cameo-user-profile-info {
    margin-left: 20px;
    line-height: 1.3;
}
.cameo-white-box {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.cameo-videos-data {
    padding: 20px 10px;
}
.new-cameo-user-follow {
    text-align: center;
    background: url(./assets/src/img/cameo-purple-ribbon.png) no-repeat;
    background-size: 200px;
    background-position: center;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    padding: 6px 0;
}
.video-and-play-icon {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.video-and-play-icon .cameo-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.crowd-ignite-box {
    font-size: 13px;
    background: #000;
    border-radius: 8px;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: max-content;
    border: 1px solid #F7791E;
    top: 17px;
    font-weight: 700;
}
.swiper-pagination.white-pagination {
    position: relative;
    transform: none;
    margin: 30px 0 0;
}
.swiper-pagination.white-pagination  .swiper-pagination-bullet {
    width: 30px;
    border-radius: 60px;
    cursor: pointer;
    height: 7px;
    margin: 0 1px;
    background: #fff;
    opacity: 0.7;
}
.swiper-pagination.white-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.before-after-filter ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.before-after-filter ul li {
    list-style: none;
    margin: 0 10px 15px 0;
}
.before-after-filter ul li a {
    background: #F6F6F6;
    border-radius: 12px;
    color: #4B5563;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    transition: 0.3s all;
    display: block;
}
.before-after-filter ul li a:hover,
.before-after-filter ul li a.active{
    background: #5850EC;
    color: #fff;
}
.before-after-stats-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.before-after-stats-toggle {
    display: block;
    margin: 30px auto;
    background: #F3F4F6;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    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:first-child.active-toggle {
    background: #464646;
}
.before-after-stats-toggle a.active-toggle {
    background: linear-gradient(90deg, #13AD45 0%, #6ECB3E 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    color: #fff;
}
.user-stats-block {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: rgba(88, 80, 236, 0.05);
    box-shadow: inset 0px 0px 0px 1.32218px rgba(17, 24, 39, 0.1);
    border-radius: 31.7324px 31.7324px 0px 0px;
    padding: 20px 20px 0;
}
.user-stast-white-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1.32218px rgba(17, 24, 39, 0.1), 0px 33.0546px 66.1091px -15.8662px rgba(0, 0, 0, 0.25);
    border-radius: 26px 26px 10px 10px;
    padding: 20px 20px 0;
}
.user-stat-username {
    font-size: 20px;
    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: 20px 0;
}
.stat-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    flex-shrink: 0;
}
.stat-data {
    display: flex;
    justify-content: center;
    width:100%;
}
.stat-data-inner {
    font-size: 16.17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    width: 33%;
}
.case-stat-data-relative{
    position: relative;
}
.stat-data-inner span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
span.bg-block {
    background: linear-gradient(97.63deg, #2C71EB -19.44%, #4D00FF 120.53%);
    border-radius: 10.5775px;
    color: #fff;
    padding: 4px 3px;
}
.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: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    margin: 35px 0 15px;
}
.follow-btn {
    background: #0099FD;
    color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
    width: 42%;
}
.message-btn {
    background: #fff;
    color: #000;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 8px 15px;
    width: 42%;
    margin: 0 2%;
}
.down-arrow-btn {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 8px 15px;
}
.before-after-user-data-main {
    margin: 0 0 -11px;
    overflow: hidden;
}
.client-review-inner-slide {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 6px -1px rgba(17, 24, 39, 0.05), 0px 2px 4px -2px rgba(17, 24, 39, 0.05);
    border-radius: 24px;
    padding: 20px;
    min-height: 480px;
    height: 100%;
}
.client-top-sec {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    font-family: 'Inter', sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
}
.client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.client-img img{
    border-radius: 50%;
}
.client-heading {
    font-size: 18px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.client-review-inner-slide p {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
}
.yellow-start-img {
    width: 45%;
    margin: 20px 0 0;
}
.client-review-slider .swiper-pagination {
    position: relative;
    transform: none;
    margin: 30px 0 0;
}
.client-review-slider .swiper-pagination-bullet {
    width: 30px;
    border-radius: 60px;
    cursor: pointer;
    height: 7px;
    margin: 0 1px;
}
.client-review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F06B26;
}
.client-review-swiper-container.swiper-container {
    overflow: hidden;
}
.client-review-swiper-container.swiper-container::before {
    content: "";
    position: absolute;
    left: 0;
    width: 155px;
    top: 0;
    bottom: 0;
    z-index: 11;
    height: 90%;
    background: #FFFFFF;
    border-radius: 0px 24px 24px 0;
    background: linear-gradient(195deg, #FFFFFF 0%, rgba(249, 250, 251, 0.6) 100%);
}
.client-review-swiper-container.swiper-container::after {
    content: "";
    position: absolute;
    right: 0;
    width: 155px;
    top: 0;
    bottom: 0;
    z-index: 11;
    height: 90%;
    background: #FFFFFF;
    border-radius: 0px 24px 24px 0;
    background: linear-gradient(195deg, #FFFFFF 0%, rgba(249, 250, 251, 0.6) 100%);
}
.drive-brands-main {
    margin: 0 auto;
}
.drive-result-inner-slide {
    background: #1F262A;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.2);
}
.dr-top-sec {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.dr-top-right {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.dr-top-left {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
.dr-top-left span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
}
.dr-top-left label {
    opacity: 0.6;
    font-size: 12px;
}
.dr-follower-list ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.dr-follower-list ul li {
    list-style: none;
    font-size: 13px;
    color: #b8b6b6;
    font-family: 'Inter', sans-serif;
}
.dr-follower-list ul li span {
    display: block;
    font-size: 23px;
    color: #fff;
}
.drive-result-brands-swiper-container.swiper-container {
    overflow: hidden;
}
.dr-follower-list ul li:last-child span {
    color: #0FC46D;
}
.dr-black-box {
    border-radius: 9px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1F262A;
    text-align: center;
}
.dr-black-box p {
    font-size: 16px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    margin: 20px 0;
}
.dr-black-box .yellow-start-img {
    margin: 0 auto;
}
.dr-green-btn {
    background: rgba(15, 196, 109, 0.2);
    border-radius: 42px;
    font-size: 14px;
    color: #0FC46D;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.h-login, .h-signup{
    padding: 5px 20px!important;
    text-align: center;
}
.h-login a{
    background-color: rgba(10, 11, 30, 0.15);
    display: inline-block;
    padding: 5px 20px;
    color: #0A0B1E;
    border-radius: 6px;
}
.h-signup a{
    background-image: linear-gradient(90deg, #EF4923 33%, #F1A128 100%);
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 6px;
}
.btn-with-arrow i, .btn-with-arrow .e-font-icon-svg{
    vertical-align: middle;
}
.before-stats{
    display: none;
}
.stats-show-block {
    display: none;
}
.cameo-videos-swiper-container{
    overflow: hidden;
}
.client-lover-inner-slide p + div img{
    border-radius: 50%;
}
.valentine-sale-banner{
    background-color: #F41870;
}
.valentine-sale-banner {
    justify-content: space-between;
}
.valentine-sale-banner  .flash-banner-inner {
    margin: 0 auto;
    justify-content: space-between;
    gap: 30px;
}
.valentine-sale-banner .flash-close-btn {
    background: #FFD3E5;
}
.valentine-sale-banner .flash-close-btn svg rect{
    fill: #F41870;
}
.valentine-sale-banner .off-block {
    background: #F41870;
    border: 2.37975px solid #FFFFFF;
    border-radius: 3px;
    color: #fff;
}
/* html:not([lang="en-US"]) .hide-on-lang{
    display: none;
} */
html:not([lang="en-US"]) body .hide-on-lang h2 {
    font-size: 48px !important;
}
.banner-stats-block-bg{
    border-radius: 14px 14px;
}
.user-stats-block {
    background-image: linear-gradient(90deg, #4B25EA 0%, #BD18E6, #FB590E 100%);
}
.motivation_list {
    padding: 0;
    display: flex;
    align-items: center;
    list-style: disc;
    gap:5px;
    font-weight: 700;
    font-size:17px
}
.motivation_list li{
    list-style: disc;
    list-style-position: inside;
}
.motivation_list li::marker {
    content: "• ";
    margin-right: 10px;
}
.motivation_list li:nth-child(1){
    list-style: none;
}
.motivation_list li:nth-child(1)::marker{
    display: none;
    content: none !important;
    list-style: none;
}
.banner-stats-block-bg .ig-img {
    margin-top: 40px;
    padding: 0 20px;
}
.banner-ig-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D8D8D8;
    padding: 20px 20px 30px !important;
}
.banner-stats-block-bg p {
    margin-bottom: 5px;
    line-height: 25.81px;
    color:#444444;
    font-size: 17px;
    line-height: normal;
}
.banner-stats-block-bg h4 {
    margin-bottom: 10px;
}
.caseStudies-user-stats-block{
    background: unset;
    box-shadow: none;
    border-radius: 10px;
    padding: 0;
}
.caseStudies-user-stats-block .user-stast-white-box{
    position:relative;
    border-radius: 10px 10px;
    width: 300px;
}
.caseStudies-user-stats-block .user-stast-white-box .caseDot-img {
    width: 40px;
    text-align: left;
    position: absolute;
    left: 14px;
    top: 10px;
}
.caseStudies-statsBTn {
    width: 100%;
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    padding: 10px 0;
    border-radius: 6px;
}
.after-stats-button .caseStudies-statsBTn{
    background-color: #4CC041;
}
.before-stats-button .caseStudies-statsBTn{
    background-color: #D23535;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
    margin-bottom: 5px;;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
}
.caseStudies-user-stats-block .stat-data-inner {
    font-size: 10.5px;
}
.caseStudies-user-stats-block .stat-data-inner span {
    font-size:10px;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
}
.caseStudies-user-stats-block .stat-data-inner {
    font-size: 10.5px;
}
.caseStudies-user-stats-block .stat-data-inner span {
    font-size: 11.9px;
}
.before-user-stats-block .bg-block {
    background: #D23535;
}
.after-user-stats-block .bg-block {
    background: #4CC041;
}
.caseStudies-user-stats-block .stat-img{
    width: 68px;
    height: 69px;;
}
.caseStudies-banner {
    position: relative;
}
/* .caseStudies-banner:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image:  url(./assets/src/img/shadow-combine.png);
} */
.caseStudies-user-stats-block .img-stats-block{
    margin: 20px 0 10px;
}
.caseStudies-banner .after-user-stats-block {
    position: relative;
    top: -197px;
    right: -125px;
}
html[lang="ar"] .motivation_list{
    justify-content: end;
}
.cameo-videos-main .swiper-button-prev {
    background: #fff;
    border-radius: 20px 0px 0px 20px;
    width: 93px;
    left: -30px;
    cursor: pointer;
}
.cameo-videos-main .swiper-button-next {
    background: #fff;
    border-radius: 0px 20px 20px 0px;
    width: 93px;
    right: -30px;
    cursor: pointer;
}
.cameo-videos-main .swiper-button-prev::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #BB1919;
    font-size: 26px;
    left: 0;
    right: 0;
    text-align: center;
    top: 2px;
    background: url(./assets/src/img/cameo-icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 100%;
    width: 100%;
}
.cameo-videos-main .swiper-button-next::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #BB1919;
    font-size: 26px;
    left: 0;
    right: 0;
    top: 2px;
    text-align: center;
    background: url(./assets/src/img/cameo-icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    height: 100%;
    width: 100%;
}
.client-review-swiper-container .swiper-button-prev:after , .client-review-swiper-container .swiper-button-next:after{
    display: none;
}
.client-review-swiper-container .swiper-button-prev {
    z-index: 99;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7791E 0%, #F2295B8F 100%);
    border-radius: 60px 60px 60px 60px;
    padding: 10px 10px 10px 10px;
    width: 40px;
    height: 40px;
    left: 0;
}
.client-review-swiper-container .swiper-button-next{
    z-index: 99;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7791E 0%, #F2295B8F 100%);
    border-radius: 60px 60px 60px 60px;
    padding: 10px 10px 10px 10px;
    width: 40px;
    height: 40px;
    right: 0;
}
.client-review-swiper-container .swiper-button-prev svg , .client-review-swiper-container .swiper-button-next svg {
    fill: #fff;
    color: #fff !important;
    width: 20px;
    height: 20px;
}
.client-review-swiper-container .swiper-button-next{
    z-index: 99;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7791E 0%, #F2295B8F 100%);
    border-radius: 60px 60px 60px 60px;
    padding: 10px 10px 10px 10px;
}
img.curve-arrow-img {
    position: absolute;
    top: 0;
    width: auto;
    height: 98px;
    top: -85px;
    right: -10px;
}
img.three-line-img {
    position: absolute;
    top: 18% !important;
    left: -22% !important;
    width: 80px;
    height: auto;
}
/* css for upsell page flow */
.page-template-template-upsell-new-design header , .page-template-template-upsell-new-design div[data-elementor-type="footer"]{
    display:none;
}
.upsellblueBg {
    background: linear-gradient(to right, #2C71EB, #4D00FF) !important;
    border-color: #a7a2fa !important;
}
.upsellflowPlan-heading.upsellheadingBlueBg{
    background:#a7a2fa;
    color:#4D00FF;
}
.upsellflowPlan-heading span.upsellgreenBg {
        background: linear-gradient(to right, #13AD45, #6ECB3E);
}
.highlightHeadingWords.upsellgreenBg{
    color: #13AD45;
    background: linear-gradient(to right, rgba(19, 173, 69, 0.1), rgba(110, 203, 62, 0.1));
}
 .upsellflowPlan-heading span.upsellorangeBg{
    background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
}
.upsellflowPlan-heading span.upsellBlueBg{
    background: linear-gradient(to right, #2C71EB, #4D00FF);
    font-style: normal !important;
}
.switch-button.upsellBTnorangeBg{
background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
border: 3px solid #f7bd9c !important;
}  
.highlightHeadingWords {
background: #FED7CD;
border-radius: 3px;
padding: 5px 10px;
color:#EF4923;
}
.upselllow-wrapper{
background-image: url(/wp-content/themes/crowdignite/assets/src/img/upsellFlow-bg.png);
padding:40px 20px;
font-family: "DM Sans", Sans-serif;
}
.upsellflow-userImg {
padding: 14px 17px;
background: linear-gradient(to right, rgba(19, 173, 69, 0.01), rgba(110, 203, 62, 0.01));
border-radius: 15px 15px;
display: inline-flex;
align-items: center;
gap: 20px;
box-shadow: inset 0 0 0 1px #F3F5F7;
}
.upsellflow-userImg img {
width: 50px;
height: 50px;
border-radius: 50px;
}
.upsellflow-userImg span {
color: #212630;
font-size: 18.96px;
font-weight: 600;
line-height: 21px;
}
.upsellFlow-web-logo img{
height: 43px;
width: 250px;
object-fit: contain;
margin-bottom: 10px;
}
.upsellFlow-palnSteps {
background: #FFFFFF;
padding: 80px 80px;
box-shadow: inset 0 0 0 1px #F3F5F7;
border-radius: 24px 24px;
}
.upsellFlow-palnSteps h1 {
font-size: 32px;
color: #1E1C2D;
font-family: "DM Sans", Sans-serif;
margin: 30px 0 15px;
text-align: center;
}
.upsellFlow-palnSteps > p {
color: #8C8A96;
font-size: 20px;
text-align: center;
font-family:"DM Sans", Sans-serif;
margin:0 auto;
width:60%;
margin-bottom: 35px;
font-weight: 600;
}
.upsellflow-plan-wrapper {
border: 6px solid #f5f5f5;
width: 835px;
max-width: 100%;
margin: 0 auto;
border-radius: 12px 12px;
padding: 30px 30px;
box-shadow: 0px 0px 14.1751px rgba(0, 0, 0, 0.15);
}
.upsellflow-plan {
display: flex;
align-items: end;
margin-bottom: 20px;
}
.post-purchase-upsell-block .upsellflowPlan-heading {
color: #000000;
font-size: 20px;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
h3.upsellflowPlan-heading span {
font-size: 14px;
color: #fff !important;
background: linear-gradient(to right, #13AD45, #6ECB3E);
padding: 5px 10px;
border-radius: 20px;
}
.upsellflowPlan-content {
color: #767381;
font-size: 14px;
margin-bottom: 0;
font-family: 'Archivo', sans-serif;
}
.upsellflow-plan-info {
width: 70%;
}
.upsellflow-plan-price {
width: 50%;
text-align: right;
display: flex;
justify-content: end;
}
.upsellflow-plan-price-wrapper {
width: fit-content;
text-align: left;
}
.upsellflow-plan-price .old-price {
color: #878787;
font-size: 18px;
text-decoration: line-through;
margin-right:10px;
}
.billed-annually {
font-size: 24px;
}
.new-price {
color: #000000;
font-size: 24px;
font-weight: bold;
}
.new-price .price_month{
color: #000000;
font-size: 24px;
font-weight: bold;
}
.billed-annually span{
background: #ECECEC;
width: fit-content;
color: #878787;
font-size: 16px;
padding: 4px 15px;
border-radius: 3px;
}
.switch-button {
background: linear-gradient(to right, #13AD45, #6ECB3E);
border-radius: 8px;
font-family: "DM Sans", Sans-serif !important;
font-size: 20px;
font-weight: bold;
fill: #53C241;
color:#fff !important;
border-style: solid;
border-width: 4px 4px 4px 4px;
border-color: #D4F7CE !important;
box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.3);
padding: 12px 30px;
display: inline-block;
text-align:center;
}
.perks-include-wrapper {
margin-top: 30px;
}
.perks-include-wrapper h4 {
color: #F07426;
font-size: 16px;
position: relative;
overflow: hidden;
display: flex;
}
.perks-include-wrapper {
margin-top: 30px;
}
.perks-include-wrapper h4 span{
    position: relative;
    width: 70%;
}
.perks-include-wrapper h4 span:after {
    content: "";
    width: 100%;
    height: 1px;
    color: #ECECEC;
    fill: #ECECEC;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    right: 0;
    top: 50%;
    left: 10px;
}
.perks-include-wrapper ul {
list-style: none;
padding: 0;
display: flex;
flex-flow: wrap;
gap: 15px;
margin: 20px 0 100px 0;
}
.perks-include-wrapper ul li {
font-size: 14.41px;
}
.skipForNow {
border: 0;
color: #000000 !important;
font-size: 16px !important;
font-weight: normal !important;
border: 1px solid #ECECEC !important;
background: transparent !important;
border-radius: 50px;
background: rgba(236, 236, 236, 0.18) !important;
}
.upsellFlow-professional-annual .switch-button {
background: linear-gradient(to right, #2C71EB, #4D00FF);
border-color: #a7a2fa !important;
}
.switch-button:focus {
box-shadow: none;
}
.upselllow-modalContent h6 {
font-size: 28px;
font-weight: bold;
margin: 0 0 30px 0;
}
.continue-btn {
    font-size: 16px !important;
    background-color: #EF5224 !important;
    padding: 10px 34px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 3px solid #f7bc9c;
}
.continue-btn:hover{
color: #fff;
}
.upsellFlow-add-ons .upsellflow-plan-wrapper {
width: 100%;
}
.upsellFlow-palnSteps {
padding: 40px 40px;
}
.upsellFlow-add-ons .like-view-left span {
background-color: transparent;
background-image: linear-gradient(110deg, #FD77021A 0%, #FE02221A 100%);
padding: 7px 6px;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-right:10px;
}
.upsellFlow-add-ons .like-view-left span img {
text-align: center !important;
margin: 0 auto;
}
.upsellFlow-add-ons .billed-annually-for-some-pages{
background:#ECECEC;
color:#878787;

}
.upsellFlow-add-ons .removeAll-btn{
background:#F5F5F5 !important;
border:0;
color: #000000;
font-size:14px;
border-radius:8px;
}
.upsell-payment-growth {
display: grid;
grid-template-columns: 1fr 1fr;
}
.like-view-wrapper {
background: #F9FAFB;
display: flex;
align-items: center;
justify-content: space-between;
padding:10px 10px !important;
margin: 20px 0 !important;
border-radius: 6px 6px;
}
.add-on-delet-icon img {
width: 18px;
height: 18px;
}
.getStarted-btn {
background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
display: block;
width: 80%;
border: 3px solid #f7bd9c !important;
border-radius: 8px;
font-size: 20px !important;
font-weight: bolder !important;
margin: 0 auto;
}
.getStarted-btn:hover {
background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
border-color:  #f7bd9c;
}
.skip-for-now{
display: inline-block !important;
margin: 20px 0 0 0;
text-align: center;
width: 100%;
}
.skip-for-now:hover{
text-decoration:none;
}
.skip-for-now span {
background: rgba(236, 236, 236, 0.18);
border-radius: 50px;
color: #000000;
padding: 13px 13px;
}
.getstarted-box h2 , .selected-add-ons-box h2 {
font-size: 18px;
color: #1E1C2D;
font-weight: bolder;
}
.upsellFlow-palnSteps.upsellFlow-add-ons .price-style {
font-size: 15px;
}
.selected-add-ons-box {
border-left: 1px solid #ECECEC;
padding: 15px 0;
}
.upsellFlow-palnSteps.upsellFlow-add-ons .upsellflow-plan-wrapper {
padding: 0;
}
.upsellFlow-palnSteps.upsellFlow-add-ons .upsellflow-plan-wrapper .getstarted-box {
padding: 24px 24px !important;
}
.selected-addon-wrapper {
padding: 0 24px;
}
.like-view-box.addon-list {
padding: 0 24px 30px 24px;
border-bottom: 1px solid #ECECEC;
margin: 15px 0 45px 0;
border-top: 1px solid #ECECEC;
}
.like-view-box.addon-list .like-view-wrapper{
margin-bottom:0;
}
.upsellFlow-add-ons .removeAll-btn span svg {
width: 15px;
height: 15px;
margin-right: 5px;
}
.upsellflow-plan-wrapper .switch {
position: unset;
}
.upsellflow-plan-wrapper .slider.round {
width: 49px;
height: 27px;
right: 10px;
left: unset;
top: 16px;
}
.upsellFlow-add-ons .getstarted-like-view-box input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    top: 3px !important;
}
.upsellflow-plan-wrapper  .getstarted-like-view-box .slider:before {
top: 3px;
}
.upsellflow-plan-wrapper  #crowdg-payment label {
margin-bottom: 0;
}
.addon-highlightContent {
background-image: linear-gradient(110deg, #FD77021A 0%, #FE02221A 100%);
border-radius: 8px 8px;
padding: 12px 0;
font-size: 14px;
line-height: 20px;
color: #2F3838;
font-size: 16px;
margin: 0 20px 30px 20px;
}
.addonConfirmModalContent {
font-size: 16px;
color: #49494C;
line-height: 24px;
font-weight: 400;
margin-bottom: 30px;
}
.upsellFlow-add-ons .getstarted-shortcode-main-div {
position: relative;
margin-bottom: 100px;
}
.upsellFlow-palnSteps.upsellFlow-add-ons .getstarted-like-view-box .switch {
  position: unset;
}
/*end css for upsell page flow */
.swal-upsell-plan-popup .swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    padding: 40px 40px;
}
.swal-upsell-plan-popup div#swal2-html-container {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    padding: 0;
}
.swal-upsell-plan-popup .swal2-actions {
    margin-top: 0;
}
.swal-upsell-plan-popup button.swal2-confirm.swal2-styled {
    font-size: 16px;
    background: #EF5224;
    padding: 10px 34px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 3px solid #f7bc9c;
    width: 200px;
}
.swal-upsell-plan-popup .swal2-icon.swal2-success.swal2-icon-show {
    margin-bottom: 0;
}
/* .swal2-icon.swal2-success [class^=swal2-success-line] {
    background: #fff;
    z-index:9;
    top:0;
} */
.addon-check-icon .swal2-popup {
    border-radius: 24px;
}
.addon-check-icon .swal2-icon.swal2-success {
    border: 0 !important;
}
.addon-check-icon  .swal2-success-ring {
    border: 0 !important;
    background-image: linear-gradient(98deg, #EF4923 0%, #F1A128 100%) !important;
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    left: 4px;
}
.addon-check-icon .swal2-icon.swal2-success [class^=swal2-success-line][class$=long], .swal-upsell-plan-popup .swal2-success-line-tip {
    width: 40%;
    right: 18px;
    background-color: #fff;
    z-index: 9;
}
.addon-check-icon .swal2-icon.swal2-success .swal2-success-fix {
    left: 40px;
    top: 40px !important;
}
.addon-check-icon .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 40px;
    left: 19px;
    width: 20px;
    background-color: #fff;
    z-index: 9;
}
.upgrade-text {
    color: #8C8A96;
    font-size: 20px;
    text-align: center;
    font-family: "DM Sans", Sans-serif;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 35px;
    font-weight: 600;
}

@media screen and (min-width: 1280px){
    html:not([lang="en-US"]) .other-lang-annual {
        font-size: 45px !important;
        position: relative;
        top: 14px;
    }
    html:not([lang="en-US"]) .other-lang-flash {
        width: 450px;
        letter-spacing: 10px !important;
    }
    html[lang="ar"] .other-lang-flash {
        width: 300px;
    }
    html:not([lang="en-US"]) .banner-img.bg-color-img {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width:1025px){
    .h-login, .h-signup{
        display:none!important;
    }
    img.three-line-img {
        position: absolute;
        top: 28% !important;
        left: -12% !important;
        width: 50px;
        height: auto;
    }
}
@media screen and (max-width: 1024px){

    .caseStudies-user-stats-block .user-stast-white-box {
        right: 0 !important;
    }
    .caseStudy-position-relative {
        right: -30px !important;
    }
    .left-caseStudy-position-relative {
        right: 30px!important;
    }
    .caseStudies-user-stats-block .user-stast-white-box {
        padding: 10px 10px !important;
    }
    img.three-line-img {
        position: absolute;
        top: 21% !important;
        left: -17% !important;
        width: 60px;
        height: auto;
    }
}
@media screen and (max-width: 1023px){
    .flash-banner-inner div {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: left;
        font-size: 12px;
    }
    .flash-banner-inner > img{
        display: none;
    }
    .off-block{
        font-size: 11px;
        padding: 3px 8px;
    }
    .flash-sale-block,
    .flash-sale-timer-block span{
        font-size: 12px;
    }
    .flash-banner-inner div + div.flash-sale-banner-timer {
        flex-direction: row;
    }
    .flash-sale-banner-main::after{
        display: none;
    }
    .flash-sale-timer-block{
        width: 35px;
    }
    .flash-sale-banner-main::before{
        background-position: bottom left;
        z-index: -1;
        background-size: 83px;
    }
    .client-review-swiper-container.swiper-container::before,
    .client-review-swiper-container.swiper-container::after{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .caseStudies-user-stats-block h4 {
        font-size: 7.61px;
    }
    .caseStudies-user-stats-block .motivation_list {
        font-size: 7.14px;
    }
    .caseStudies-user-stats-block p {
        font-size: 7.14px;
    }
    .caseStudies-statsBTn {
        font-size: 8.58px !important;
    }
    .caseStudies-user-stats-block .stat-data-inner span {
        font-size: 7.37px;
    }
    .caseStudies-user-stats-block .stat-data-inner {
        font-size: 6.6px;
    }
    .caseStudies-user-stats-block .stat-img {
        width: 42px;
        height: 42px;
    }
    .three-line-img {
        left: 35px !important;
    }
    .curve-dawn-arrow {
        right: 60px;
    }
    .curve-dawn-arrow {
        right: 109px !important;
        top: 48px !important;
    }
    .curve-dawn-arrow img {
        height: 130px !important;
    }
    .caseStudies-img-wrapper .reverse-m-img {
        top: 269px !important;
    }
    .caseStudies-user-stats-block .user-stast-white-box {
        width: 220px;
    }
    img.three-line-img {
        position: absolute;
        top: 24% !important;
        left: -15% !important;
        width: 40px;
        height: auto;
    }
}
@media screen and (max-width:  768px){
    .three-line-img {
        top: 3px !important;
        left: 21px !important;
    }
    .curve-dawn-arrow {
            right: 74px !important;
            top: 58px !important;
        }
    .curve-dawn-arrow img {
            height: 100px !important;
        }
    
    .left-caseStudy-position-relative .elementor-widget-container {
        padding-top: 100px !important;
    }
    .swal-upsell-plan-popup div#swal2-html-container {
        font-size: 21px;
    }
    .swal-upsell-plan-popup .swal2-icon.swal2-success .swal2-success-ring {
        width: 70%;
        height: 70%;
    }
    .swal-upsell-plan-popup .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
        top: 27px;
        left: 4px;
        width: 20px;
        z-index: 9;
        background-color: #fff;
    }
    .swal-upsell-plan-popup .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
        width: 40%;
        right: 33px;
        top: 24px;
        z-index: 9;
        background-color: #fff;
    }
    .upsellFlow-add-ons .like-view-top p {
        width: 100% !important;
    }
    .upgrade-text{
        font-size: 14px;
        width: 100%;
    }
    .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div .switch-button span svg {
        height: 10px;
    }
    .cameo-videos-main .swiper-button-prev {
        width: 50px;
        left: 0;
    }
    .cameo-videos-main .swiper-button-next {
        width: 50px;
        right: 0;
    }
    .cameo-videos-main .swiper-button-next::after , .cameo-videos-main .swiper-button-prev::after{
        background-size: 20px;
    }
   
}
/* css for upsell page flow */
@media only screen and (max-width: 768px) {
        .upsellFlow-palnSteps {
            padding: 40px 20px;
        }
        .upsellflow-userImg span {
            font-size: 16px;
        }
        .upsellflow-userImg img {
            width: 40px;
            height: 40px;
        }
        .upsellFlow-palnSteps h1 {
            font-size: 27px;
            line-height: normal;
        }
        .upsellFlow-palnSteps > p {
            width: 100%;
            font-size: 13px;
        }
        .upsellflow-plan-info {width: 100%;}
        .upsellflow-plan {flex-flow: column;text-align: center;}
        .upsellflow-plan-price {
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }
        .upsellflow-plan-wrapper {
            padding: 30px 15px;
        }
        .billed-annually {
            font-size: 20px;
            margin-top: 10px;
        }
        .upsellflowPlan-heading {
            justify-content: center;
        }
        .upsellflowPlan-heading span {
            font-size: 10px;
        }
        .upsellflowPlan-content {
            width: 60%;
            margin: 0 auto;
        }
        .billed-annually span {
            padding: 4px 12px;
        }
        .switch-button {
            font-size: 16px;
            width: 100%;
        }
        .perks-include-wrapper ul li {
            font-size: 12px;
            width: 100%;
        }
        .upsellflowPlan-heading span {
            background: linear-gradient(to right, #2c71eb, #4d00ff);
        }
        .upsell-payment-growth {
        display: grid;
            grid-template-columns: 1fr;
        }
        .perks-include-wrapper h4 span:after{
            left: 0;
        }
        .upsellFlow-add-ons .getstarted-shortcode-main-div{
            margin-bottom:0;
        }
        .selected-add-ons-box {
            margin-bottom: 50px;
            border-left:0;
        }
        .upsellflow-plan-price-wrapper{
            width: 100% !important;
            text-align: center !important;
        }
        .swal-upsell-plan-popup button.swal2-confirm.swal2-styled:focus {
            box-shadow: none !important;
        }
        .post-purchase-upsell-block .upsellflowPlan-heading {
            font-size: 18px;
            display: block;
        }
        .upsellFlow-professional-annual .switch-button {
            font-size: 18px;
        }
        .upsellFlow-add-ons .getstarted-price-box {
            flex-direction: unset;
            align-items: center;
            flex-flow: column;
        }
        .upsellFlow-palnSteps.upsellFlow-add-ons .price-style {
            font-size: 12px;
        }
        .upsellflow-plan-wrapper .slider.round {
            width: 39px;
            height: 17px;
            position: relative;
            display: inline-block;
            right: 0;
            top: 3px;
        }
        .upsellFlow-add-ons .getstarted-like-view-box .slider:before {
            height: 10px;
            width: 10px;
        }
        .upsellflow-plan-wrapper #crowdg-payment label {
            width: fit-content;
        }
        .upsellflow-plan-wrapper .like-view-top > div {
            align-items: start !important;
        }
        .upsellFlow-palnSteps.upsellFlow-add-ons .upsellflow-plan-wrapper .getstarted-box {
            padding: 24px 10px !important;
        }
        .like-view-left img {
            max-width: 10px;
        }
        .selected-add-ons-box h2 {
            font-size: 13px;
        }
        .upsellFlow-add-ons .removeAll-btn {
            font-size: 12px;
        }
        .selected-add-ons-box > div {
            padding: 0 10px;
        }
        html[lang="fr"] .upsellFlow-palnSteps h1 {
            font-size: 20px;
        }
        html[lang="fr"]  .highlightHeadingWords {
            display: block;
            width: fit-content;
            margin: 0 auto;
        }
        html[lang="fr"]  .post-purchase-upsell-block .upsellflowPlan-heading {
            font-size: 16px;
        }
        html[lang="fr"]  h3.upsellflowPlan-heading span {
            font-size: 9px;
        }
        .upsellFlow-steps .switch-button {
            font-size: 14px;
        }
        html[lang="fr"] .perks-include-wrapper h4,  
        html[lang="nl"] .perks-include-wrapper h4 {
            font-size: 14px;
        }
        html[lang="fr"] .perks-include-wrapper h4 span, html[lang="nl"] .perks-include-wrapper h4 span {
            width: 20%;
        }
        html[lang="fr"] .perks-include-wrapper ul li, html[lang="nl"] .perks-include-wrapper ul li {
            font-size: 12px;
        }
        html[lang="fr"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div .switch-button , 
        html[lang="nl"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div .switch-button{
            font-size: 12px;
        }
        html[lang="fr"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div p.upsellflowPlan-content,
        html[lang="nl"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div p.upsellflowPlan-content {
            font-size: 12px;
        }
        html[lang="fr"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div  .new-price,
        html[lang="nl"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div  .new-price {
            font-size: 20px;
        }
        html[lang="fr"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div span.price_month,
        html[lang="nl"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div span.price_month {
            font-size: 20px;
        }
        html[lang="fr"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div .upsellflowPlan-heading,
        html[lang="nl"]  .post-purchase-upsell-block.test.if-SignuforpremiumAnnual.professional-annual-plan-div 
         .upsellflowPlan-heading {
            font-size: 14px;
        }
        .post-purchase-upsell-block .upsellflowPlan-heading span {
            display: block;
            width: fit-content;
            margin: 10px auto 0;
        }
        .perks-include-wrapper h4 {
            display: block;
        }
        .perks-include-wrapper h4 span {
            display: inline-block;
            width: 100%;
        }
        html[lang="pt"] .upsellFlow-add-ons .getstarted-box h2 {
            font-size: 14px;
        }
        .upsellFlow-add-ons .getstarted-box h2 .billed-annually-for-some-pages {
            width: fit-content;
            text-align: center;
            margin: 10px auto 0;
            font-size: 12px;
        }
        .upsellFlow-palnSteps.upsellFlow-add-ons .upsellflow-plan-wrapper .getstarted-box h2 {
            display: block !important;
            text-align: center;
        }
        html[lang="pt"] .upsellFlow-palnSteps h1 {
            font-size: 25px;
            line-height: normal;
        }
        .like-view-box.addon-list{
            padding: 0 10px 30px 10px;
        }
        
    }
/* end css for upsell page flow */    
@media screen and (max-width:  767px){
    .user-stats-block,
    .user-stast-white-box{
        padding: 15px 15px 0;
    }
    .stat-img{
        width: 60px;
        height: 60px;
    }
    .stat-data-inner span,
    .user-stats-block p{
        font-size: 12px;
    }
    .stat-data-inner{
        font-size: 11px;
    }
    span.bg-block{
        padding: 2px 4px;
    }
    .user-stats-block h4{
        font-size: 13px;
        margin: 0 0 4px;
    }
    .follow-msg-block{
        margin: 20px 0 15px;
    }
    .ig-img {
        margin: 0 -10px;
    }
    .user-stat-username{
        font-size: 15px;
    }
    .before-after-filter ul li {
        list-style: none;
        margin: 0 5px 10px 0;
    }
    .before-after-filter ul li a{
        font-size: 12px;
        padding: 5px 10px;
    }
    .dr-follower-list ul li span{
        font-size: 14px;
    }
    .dr-follower-list ul li{
        font-size: 11px;
    }
    .swiper-pagination.white-pagination .swiper-pagination-bullet{
        width: 17px;
        height: 5px;
    }
    .swiper-pagination.white-pagination{
        margin: 0;
    }
    .drive-result-brands {
        margin-right: 0;
    }
    .flash-close-btn {
        width: auto;
        height: auto;
        background: transparent;
        top: 12px;
        right: 5px;
    }
    .flash-close-btn svg {
        width: 20px;
    }
    .flash-sale-banner-main {
        background-size: cover;
        /* background-image: none; */
        /* height: 55px; */
    }
    span.off-block {
        margin-bottom: 0px;
    }
    span.flash-sale-block {
        margin-top: 7px;
    }
    body .country-selector.weglot-default{
            right: 0 !important;
    }   
    .valentine-sale-banner .flash-close-btn{
            background: transparent;
    }
    .valentine-sale-banner .flash-close-btn svg rect{
        fill: #fff;
    }
    .valentine-sale-banner .flash-sale-banner-main {
        background: none;
        background-color: #F41870;
    }   
    .valentine-sale-banner .off-block{
        margin: 0;
    }
    .valentine-sale-banner .flash-banner-inner {
        gap: 10px;
    }
    html:not([lang="en-US"]) .other-lang-annual {
        font-size: 25px !important;
    }
    html:not([lang="en-US"]) .other-lang-flash {
        width: 260px;
        letter-spacing: 0px !important;
        font-size: 20px !important;
    }
    html:not([lang="en-US"])  .valentine-sale-banner .flash-banner-inner div:first-child {
        width: 100px;
        line-height: 1;
    }
    .valentine-sale-banner::before, .valentine-sale-banner::after{
        background-image: none;
    }
    li.h-signup a.elementor-item.elementor-item-active {
        color: #fff !important;
    }
    html[lang="de"] .hide-on-lang .elementor-heading-title {
        font-size: 30px !important;
    }
    .before-user-stats-block , .after-user-stats-block {
        padding: 0;
    }
    .caseStudies-user-stats-block h4 {
        font-size: 7.61px;
    }
    .caseStudies-user-stats-block .motivation_list {
        font-size: 7.14px;
    }
    .caseStudies-user-stats-block p {
        font-size: 7.14px;
    }
    .caseStudies-statsBTn {
        font-size: 8.58px !important;
    }
    .caseStudies-user-stats-block .stat-data-inner span {
        font-size: 7.37px;
    }
    .caseStudies-user-stats-block .stat-data-inner {
        font-size: 6.6px;
    }
    .caseStudies-user-stats-block .stat-img {
        width: 42px;
        height: 42px;
    }
    .caseStudies-img-wrapper {
        width: 57%;
        margin: 30px auto 0;
    }
    .three-line-img {
      left: 10px !important;
    }
    .curve-dawn-arrow {
        right: 87px !important;
        top: 58px !important;
    }
    .motivation_list{
        font-size: 15px;
    }
    .cameo-videos-main .swiper-button-prev {
        left: 0;
    }
    .cameo-videos-main .swiper-button-next {
        right: 0;
    }
    .client-review-inner-slide {
        padding: 20px 40px;
    }
    .client-review-swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        left:5px;
    }
    .client-review-swiper-container .swiper-button-next {
        width: 30px;
        height: 30px;
        right:5px;
    }
}
@media screen and (max-width: 600px)
{
    .caseStudies-img-wrapper {
        width: 70%;
    }
    .user-stats-block,
    .user-stast-white-box{
        padding: 0 0 0;
    }
    .home-userStast-wrapper .user-stats-block,
    .home-userStast-wrapper .user-stast-white-box{
        padding: 15px 10px 0;
    }
    .stat-img{
        width: 50px;
        height: 50px;
    }
    .caseStudies-user-stats-block .stat-img{
        width: 30px;
        height: 30px;
    }
    .caseStudies-img-grid .caseStudies-user-stats-block {
        width: 200px;
    }
    .caseStudy-position-relative{
        right: unset !important;
        left: 20px;
    }
    .left-caseStudy-position-relative{
        right:50px !important;
    }
    html[lang="es"] .memorial-banner-active .off-block.off-block-mobile {
        font-size: 9px !important;
        width: 130px;
    }
    html[lang="fr"] .memorial-banner-active .off-block.off-block-mobile {
        font-size: 7px !important;
        width: 120px;
    }
    html[lang="it"] .memorial-banner-active .off-block.off-block-mobile {
        font-size: 7px !important;
        width: 120px;
    }
    html[lang="pt"] .memorial-banner-active .off-block.off-block-mobile {
        font-size: 7px !important;
        width: 120px;
    }
    html[lang="es"] .memorial-banner-active .flash-banner-inner {
        padding: 0 20px 0 10px;
    }
    html[lang="es"] .memorial-sale-banner .Aniversary-sale-black-colour {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 500px)
{
    .caseStudies-img-wrapper {
        width: 95%;
    }
    .three-line-img {
        width: 25px;
    }
    .off-block {
        font-size: 10px;
    }
    .flash-banner-inner div {
            font-size: 10px;
    }
    .flash-close-btn {
        top: 17px;
        right: 10px;
    }
    .memorial-banner-active  .flash-close-btn{
        top: 13px;
    }
    .memorial-sale-banner:before {
        width: 70px;
        background-position: top;
    }
}
/*end css for upsell page flow */
@media only screen and (max-width: 500px) {
    .upsellflowPlan-content {
        width: 100%;
    }
    }
/*end css for upsell page flow */
@media screen and (max-width:450px){
    .curve-dawn-arrow {
        right: 46px !important;
        top: 49px !important;
    }
    .memorial-sale-banner .Aniversary-sale-black-colour {
        margin: 0 10px;
    }

}
@media screen and (max-width:412px){
    .curve-dawn-arrow {
        right: 65px !important;
        top: 49px !important;
    }
}

.custom_actions_div .active {
    color: #fff;
    background:#F7791E;
}

.bts-popup {
     position: fixed;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background-color: rgba(0, 0, 0, 0.9);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
     -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
     transition: opacity 0.3s 0s, visibility 0s 0.3s;
   }
   
   .bts-popup.is-visible {
     opacity: 1;
     visibility: visible;
     -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
     -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
     transition: opacity 0.3s 0s, visibility 0s 0s;
     z-index: 99999;
   }
   
   .bts-popup-container {
     position: absolute;
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
     background: #fbfbfb;
     border-radius: 10px;
     text-align: center;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
     -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px);
     -webkit-backface-visibility: hidden;
     -webkit-transition-property: -webkit-transform;
     -moz-transition-property: -moz-transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     transition-duration: 0.3s;
     top: 50%;
     left: 0;
     right: 0;
     transform: translateY(-50%) !important;
   }
   
   .bts-popup-container p {
     color: #7c7e88;
     padding: 0;
     margin: 0 0 30px;
     font-size: 14px;
     text-align: left;
   }
   
   .bts-popup-top .popup-title {
     display: flex;
     align-items: center;
     border-bottom: 1px solid #ccc;
     padding: 20px 30px;
     font-family: inherit;
     font-size: 2rem;
    font-weight: 600;
   }
   
   .bts-popup-middle .row {
     padding: 30px 15px;
     margin: 0;
   }
   
   .bts-popup .bts-popup-content {
     background: transparent;
   }
   
   .bts-popup.bts-popup-content  {
     display: block;
     width: 100%;
   }
   
   .bts-popup .bts-popup-content label {
     font-size: 20px;
     font-weight: 700;
   }
   .subscriber-users-wrap .form-group.instagram_username_div label, .subscriber-users-wrap .old_subscription_id label {
    text-align: left;
    font-weight: 600;
}
.subscriber-users-wrap .form-group label {
    margin: 10px auto;
    display: block;
    font-weight: 600;
}
.subscriber-users-wrap .form-group.instagram_username_div select.form-select.restore_plan_code, .subscriber-users-wrap .old_subscription_id input#recurly_subscrption_uuid {
    border: 1px solid #ccc;
    padding: 15px 11px;
    font-size: 14px;
    font-weight: 500;
}

.get-growth-preview-data, .restore-user {
    border: 2px solid #F7791E;
    background-color: #F7791E !important;
    border-radius: 4px;
    color: #ffffff;
}
.openpay-disabled {
    opacity: 0.5;          /* Makes it look faded */
    cursor: wait !important;   /* Changes cursor to indicate it's not clickable */
  }

.form-group.sub_new_user_btn {
  margin-top: 20px;
}