.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content-box {
    width: 100%;
}

@media (min-width: 1024px) {
    .content-box {
        width: 83.3333%; /* same as 10/12 */
    }
}

/* Text Styling */
.title-box {
    text-align: center;
    margin-bottom: 24px;
}

.gradient-title {
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}


.description {
    font-size: 1rem;
    line-height: 1.5;
}



.search-column {
    width: 100%;
}

.search-box {
    width: 100%;
    margin-bottom: 2rem;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 9999px;
    padding: 1rem;
    box-shadow: 0 0 0 3px rgba(234, 76, 137, 0.1);
}

.search-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px dashed #f42e9b;
    border-radius: 50%;
    padding-left: 6px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    height: 30px;
    margin-left: 0.5rem;
    font-size: 16px;
}
.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: var(--gradient-color);
    margin-left: 0.5rem;
    cursor: pointer;
}
.search-box .ck-widget.html-object-embed {
    margin: 0px !important;
    padding-top: 0px;
    width: 100%;
}
.search-box .ck-widget.html-object-embed:before {display: none !important; }


.rating-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatars {
    display: flex;
    margin: 0;
    padding: 0;
}

.avatars li {
    list-style: none;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    background: var(--theme-primary-color);
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--theme-primary-color);
    margin-left: -10px;
}

.avatars li:first-child {
    margin-left: 0;
}

.stars-box {
    display: flex;
    gap: 0.25rem;
    background-color: #f105882e;
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 2rem;
    margin-left: -26px;
}

.star {
    width: 16px;
    height: 16px;
    background-image: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 2px;
    color: #fff;
    font-size: 9px;
}

.trust-rating {
    font-size: 0.875rem;
}

.features-list {
    margin-top: 1.5rem;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.feature-row li {
    list-style: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.feature-row li svg {
    margin-right: 0.25rem;
}
.feature-row li i {
    font-size: 16px;
    line-height: 0px;
}

@media (min-width: 640px) {
    .rating-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}


/*section 2*/
.our-price-pack-item-list {
    border-radius: 10px;
    padding: 21px 10px 10px;
    position: relative;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    box-shadow: 0 1px 6px -3px var(--theme-primary-color);
}
.our-price-pack-icon {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    padding: 13px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid var(--white);
    box-shadow: 0 2px 0 0 var(--theme-primary-color);
}
/*price card slider*/
.price-hover-box {
    box-shadow: rgba(50, 50, 105, .15) 0 2px 5px 0, rgba(0, 0, 0, .05) 0 1px 1px 0;
    border-bottom: 3px solid #ffa5d9;
    transition: .5s all;
}
.price-hover-box:hover {
    border-bottom: 3px solid var(--theme-primary-color);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.price-hover-box .most-popular {
    background: #8724c2;
    width: 120px;
    border-radius: 0 0 10px 10px;
}
.price-hover-box hr {
    margin: 6px 0;
    color: inherit;
    border: 0;
    opacity: .25;
    border-top: none !important;
    height: 1px !important;
    background-color: transparent !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)) !important;
}


/**/
.why-card .icon-bottom-right {
    bottom: 8px !important;
    right: 8px !important;
    font-size: 18px;
    opacity: 0.2;
    transition: 0.5s all;
}
.why-card:hover .icon-bottom-right {
    color: var(--theme-primary-color);
    opacity: 1;
}

.grow-card {
    border: 1px solid var(--white);
    transition: 0.5s all;
}
.grow-card:hover {
    border: 1px solid var(--theme-primary-color);
}

.inner-growing-box {
    background-image: radial-gradient(circle at 45% 67%, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, .02) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 16% 36%, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .01) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 69% 64%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 88% 23%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 43% 26%, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 66% 45%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 71% 41%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 89% 76%, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 70% 62%, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 88% 20%, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, .02) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 57% 91%, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, .02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 98% 4%, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .01) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 28% 61%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 48% 96%, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, .02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 13% 61%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 44% 44%, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 20% 19%, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, .02) 5%, transparent 5%, transparent 100%), linear-gradient(135deg, #7928ca, rgba(255, 0, 128, .73));
}



/*home page*/
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
@media only screen and (max-width: 950px) and (min-width: 200px) {
    .waves {
        height: 15vh;
        min-height: 60px;
        max-height: 60px;
    }
}
/* Animation for the waves */
.moving-waves>use {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 11s;
}

.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}

.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}

.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}

.moving-waves>use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.know-list-box {
    transition: 0.5s;
    box-shadow: 0px 0px 4px 1px #f5f5f5;
}
.know-list-box:hover {
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    transition: 0.5s;
    transform: translate(0px, -10px);
}


/*Free pages*/
.step-icon {
    height: 40px;
    width: 40px;
    color: var(--theme-primary-color);
    box-shadow: 0px 1px 6px 1px rgb(245 0 255 / 19%);
    border: 1px solid var(--theme-primary-color);
    font-size: 20px;
    position: relative;
}
.step-icon span {
    margin-left: 8px;
}
.feature-icon {
    width: 35px;
    height: 35px;
    color: white;
    font-size: 14px;
    left: 0;
    right: 0;
    top: -16px;
    box-shadow: 0px 0px 0px 4px #e3e2e2;
}
.steps-container::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 0;
    height: 100%;
    background: var(--theme-primary-color);
    margin: auto;
}
@media (max-width: 950px) {
    .steps-container::before {
        display: none;
    }
    .connector {
        display: none;
    }
    .feature-item-free {
        margin-bottom: 10px;
        justify-content: center;
    }
}

/*Low cast icons and text box*/
.free-trial-low-pack-box .low-cost-new-section-box .col-lg-2 {
    width: 30% !important;
    margin-top: 28px !important;
}
.low-cost-list-section {
    background: #F4F4F4;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #dbd5d5;
}
.low-cost-text-sub {
    top: -14px;
    left: 5px;
    border: 1px solid #FF0080;
    font-weight: 600;
    border-radius: 0px 50px 50px 0px;
    line-height: 2;
    height: 25px;
    box-shadow: 2px 2px 6px -5px #000;
}
.low-cost-text-sub span {
    color: #344767;
    font-size: 11px;
    font-weight: 700;
    line-height: 9px;
}
.low-cost-content-text {
    color: #67748E;
    font-weight: 600;
}
.low-cost-avatar-box img {
    object-fit: contain;
    width: 58px;
    height: auto;
    margin: 0;
}
.low-cost-new-section-box .low-cost-btn-style,
.low-cost-new-two .low-cost-btn-style{
    font-size: 10px;
    padding: 3px 10px;
    box-shadow: none;
}
.low-cost-new-two .low-cost-btn-style {
    font-size: 8px !important;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .free-trial-low-pack-box .low-cost-new-section-box .col-lg-2 {
        width: 45% !important;
    }
}

.bonus-tips .icon-bottom-right-top {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #fc0081;
    border-radius: 50%;
    padding: 6px;
    right: -10px;
    top: -10px;
    border: 4px solid #e9e9ec;
    z-index: 1;
}

.bonus-tips:hover .icon-bottom-right-top {
    color: #ffffff;
    background: #9e1db5;
}

.bonus-tips .icon-bottom-right-top .bi:before {
    display: flex;
}

.step-number {
    background: #8724c2;
    width: 85px;
    border-radius: 50px;
}

.feature-row-benefits li {
    font-size: 16px !important;
}

.free-trial-low-pack-box .low-cost-new-section-box .column-low-cost-pack {
    width: 18% !important;
}

.feature-item-free {
    display: block;
    margin: auto;
    width: fit-content;
    align-items: center;
    border: 1px solid #ff0080;
    border-radius: 25px;
    padding: 6px 14px;
    color: #333;
    white-space: nowrap;
}

.feature-item-free i {
    color: #ff0080;
    margin-right: 6px;
}

.connector {
    height: 1px;
    background-color: #ff0080;
    flex: 1;
    min-width: 30px;
}

.our-price-pack-icon i.bi{
    line-height: 0;
}

.know-list-box-gradient:hover {
    border: 1px solid #e9078c;
}

.bonus-tips-border{
    border: 2px solid #ffffff;
}

.bonus-tips-border:hover {
    border: 2px solid #e9078c;
}

.bonus-tips-border:hover .icon-bottom-right-top {
    border: 2px solid #e9078c;
}

.privacy-text-box p span {
    cursor: pointer;
}

/*instagram tools button tab section*/
.ever-pills-tab-section ul li {
    list-style: none;
}

.ever-pills-tab-section ul li a {
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 700;
    background: transparent;
    display: block;
}

.ever-pills-tab-section ul li a i {
    display: inline-block !important;
}

.ever-pills-tab-section ul li a.active {
    color: #FFFFFF !important;
    background: linear-gradient(310deg, #141727 0%, #3A416F 100%) !important;
}

.ever-pills-tab-section ul li a:hover {
    background: #344767 !important;
    color: #fff !important;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {
    .ever-pills-tab-section ul {
        display: flex;
        gap: 2px;
        align-content: space-around;
        align-items: center;
        padding: 5px;
        flex-wrap: wrap;
        flex-direction: row !important;
        justify-content: center;
    }

    .ever-pills-tab-section ul li {
        display: flex !important;
        margin-bottom: 0px !important;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
        width: auto !important;
    }

    .ever-pills-tab-section ul li a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .ever-pills-tab-section ul li a i {
        margin-bottom: 8px;
        font-size: 15px;
    }
}

/*free instagram caption*/
.feature-icon-caption{
    width: 45px;
    height: 45px;
    color: white;
    font-size: 14px;
    left: 0;
    right: 0;
    top: -16px;
    box-shadow: 0px 0px 0px 5px #ffffff !important;
}

.caption-bios-lists {
    margin-bottom: 30px !important;
}

.caption-bios-lists ul li{
    list-style: disc;
    margin-left: 20px;
}

.trending-hashtags-three-box .hashtags-btn {
    right: 43px;
    bottom: 105px;
}

.trending-hashtags-three-box .hashtags-btn a {
    background: #d60d97;
    padding: 1px 10px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 28px;
}

/*emojis copy*/
.emoji-copy-list-btn {
    top: 10px;
    left: 18px;
}

.emoji-copy-list-btn a {
    background: #f40386;
    padding: 5px 7px;
    line-height: 0;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}

.emoji-icon-list {
    border: 1px solid #f40386;
    width: 100px;
    height: 100px;
}

.emoji-cover-box {
    background: #fff;
    box-shadow: 0px 2px 8px 2px #eee;
}

.emoji-cover-box:hover {
    box-shadow: 0px 6px 5px -4px rgb(249 2 132 / 30%) !important;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {
    .emoji-copy-list-btn {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*Tiktok coins conversions table*/
.coin-conversion-list-ot-box{
    background: linear-gradient(310deg, #7928CA, #FF0080);
    width: 85%;
    box-shadow: 0px 0px 2px 1px #eee;
    margin: auto;
    margin-bottom: 15px;
    border: 2px solid #f80284;
    scale: 1;
    transition: 0.5s;
}

.coin-conversion-list-ot-box:hover{
    scale: 1.1;
}

.coin-conversion-list-ot-box:hover .tip-icon{
    transform: rotateY(-180deg);
    transition: 0.5s;
}

.coin-conversion-icon{
    bottom: 0px;
    left: 10px;
    top: 0px;
    line-height: 0;
}

.coin-conversion-ot-price{
    background: #ffffff;
    bottom: 0px;
    right: -4px;
    top: 0px;
    width: 110px;
    line-height: 0;
    padding-right: 24px;
    padding-left: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8% 50%);
}

.coin-conversion-list-box.coin-conversion-usd-to-price  .coin-conversion-icon {
    left: inherit;
    right: 0;
    margin-right: 8px;
    display: flex;
    flex-direction: row-reverse;
}

.coin-conversion-list-box.coin-conversion-usd-to-price .coin-conversion-ot-price{
    right: inherit;
    left: -8px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.coin-conversion-icon p {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
}

.coin-conversion-list-box.coin-conversion-usd-to-price .coin-conversion-icon p {
    margin-right: 10px;
    margin-left: 0px;
}

/* Base coin */
.coin-conversion-coin-icon {
    width: clamp(32px, 2vw, 30px);; /* min 40px, scales with screen (20vw), max 80px */
    aspect-ratio: 1 / 1;            /* keeps it a perfect circle */
    background: radial-gradient(circle at 30% 30%, #FFD731, #F8972C);
}

/* Inner circle for depth */
.coin-conversion-inner-circle {
    width: 70%;
    height: 70%;
    background: #ED8924;
    z-index: 1;
}

/* Star */
.coin-conversion-star-icon {
    font-size: clamp(16px, 25%, 28px); /* responsive star size */
    color: #FFD731;
    z-index: 2;
}

.coin-conversion-ot-price p {
    font-size: 16px;
    font-weight: 700;
    color: #f80384;
}

/* Reviews page open close */
.reviews-details-open {
    cursor: pointer;
}

/*contact page*/
@media screen and (max-width: 992px) {
    .contact-info-box:nth-child(2) {
        border: 1px solid #F20A87 !important;
        border-left: none !important;
        border-right: none !important;
    }
}

.contact-info-box:nth-child(2) {
    border: 1px solid #F20A87;
    border-top: none;
    border-bottom: none;
}

.contact-divider::before,
.contact-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #cfcfcf, rgba(0, 0, 0, 0));
}

/*blog css content*/
.content-image-note-box {
    background-image: radial-gradient(circle at 45% 67%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 16% 36%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 3%, transparent 3%, transparent 100%), radial-gradient(circle at 69% 64%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 88% 23%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 43% 26%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 66% 45%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 71% 41%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 89% 76%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 7%, transparent 7%, transparent 100%), radial-gradient(circle at 57% 91%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 98% 4%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 28% 61%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 48% 96%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 13% 61%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 44% 44%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 5%, transparent 5%, transparent 100%), radial-gradient(circle at 20% 19%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 5%, transparent 5%, transparent 100%), linear-gradient(135deg, rgb(121, 40, 202), rgba(255, 0, 128, 0.73));
}

.content-image-note-box{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: -20px;
    right: -22px;
    border: 2px #ffffff;
    border-style: dashed;
    border-radius: 50px;
}

.how-to-takeaway-notes:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 3%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff1fc;
}

.how-to-takeaway-notes:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #ebb9e2;
    right: 10px;
    bottom: 10px;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .blog-expert-note-content {
        border-radius: 1rem !important;
        width: 100% !important;
    }

    .blog-offline-viewing h3, .blog-offline-viewing p {
        text-align: center;
    }
}

.blog-expert-round-ans:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    left: 0;
    bottom: -28px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

/*statistics blog*/
.statistics-heading { position: sticky; top: 20px; text-align: end;}
.statistics-heading h2 {
    font-size: 40px; padding-right: 20px; border-right: 10px solid #7d27c8; color: #000; }
.statistics-heading h2 span { font-size: 75px; line-height: 1; color: #fc0182; margin-left: 10px;}
.statistics-every-text-box:before {position: absolute;font-size: 50px; z-index: 0;color: #000000; top: -42px; opacity: 0.1; font-weight: bold;}
.statistics-every-text-box.one-box {background: #f1fcff;}
.statistics-every-text-box.one-box:before {content: "01";}
.statistics-every-text-box.two-box {background: #fff1f9; border: 1px solid #f3bbdb;}
.statistics-every-text-box.two-box:before {content: "02";}
.statistics-every-text-box.three-box {background: #fffef1; border: 1px solid #ebe7ad;}
.statistics-every-text-box.three-box:before {content: "03";}
.statistics-every-text-box.four-box {background: #fff1f1;border: 1px solid #ff9393;}
.statistics-every-text-box.four-box:before {content: "04";}
.statistics-every-text-box.five-box {background: #eafff1;border: 1px solid #6eeb98; }
.statistics-every-text-box.five-box:before {content: "05";}
.statistics-every-text-box.six-box {background: #f2fffe; border: 1px solid #6bd9d0;}
.statistics-every-text-box.six-box:before { content: "06";}
.sts-item-box { overflow: hidden;transition: all 0.5s ease-out; background: var(--white); background: var(--white); webkit-transform: skewY(-4deg); -ms-transform: skewY(-4deg); transform: skewY(-4deg);}
.sts-item-inner {transform: skewY(4deg);}
.st-re-icon { width: 60px; height: 50px;transform: skewY(4deg);position: absolute;top: 10px;right: -15px;z-index: 0; padding-right: 10px; }
.lead {   font-size: 1.25rem;}

/*all services page*/
@media (min-width: 992px) {
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width: 950px) and (min-width: 200px) {
    h3.Promotion-qc-content {
        font-size: 20px !important;
    }
}

.all-services-qc-box ul li {
    list-style: none;
}

.all-services-qc-box-two {
    list-style: none;
}

.all-new-service-brand-item:hover .all-service-brand-icon {
    background: var(--theme-secondary-color) !important;
    color: var(--white) !important;
    transform: scale(1.2) !important;
}

.all-new-service-brand-item:hover .all-service-num {
    color: #fff !important;
    border: 2px solid var(--theme-secondary-color) !important;
    background: var(--theme-secondary-color) !important;
}

.youtube-home-service-list:after { position: absolute; content: ""; width: 25em; height: 100px;background: var(--gradient-bg-color) !important;top: 0; bottom: 0; right: -10px; border-radius: 60px 10px 10px 60px; z-index: 0;}
.home-alert{
    display: none;
}

.home-first-header-section {
    padding-top: 10em;
}
@media only screen and (max-width: 950px) and (min-width: 200px) {
    .home-first-header-section .home-heading-box h1 {
        font-size: 33px !important;
    }
}

.Review-video-container {
    position: relative;
    width: 640px;
    height: 360px;
    cursor: pointer;
}

.Review-thumbnail {
    width: 100%;
    height: 100%;
    display: block;
}

.Review-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    /* background: url(https://upload.wikimedia.org/wikipedia/commons/7/7e/Video_Play_Icon.svg) no-repeat center center; */
    background-size: contain;
    pointer-events: none;
}

#Review-video-control {
    display: none;
    width: 100%;
    height: 100%;
}
