body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

nav {
    background-color: #1f0059;
    /* height: 70px; */
    color: rgb(255, 255, 255);
    z-index: 99999999 !important;
}
.bg-1{
    background-image: url("../../images/jv/bg-1.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #5800a5;
}
.bg-2{
    background-image: url("../../images/jv/bg-2.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #1c0035;
}
.bg-3{
    background: url("../../images/jv/bg-3.jpg");
    background-position: top right;
    background-size: cover;
}
.bg-4{
    background: url("../../images/jv/bg4.jpg");
    background-position: top right;
    background-size: cover;
}

.bg-5{
    background: url("../../images/jv/bg-4.jpg");
    background-position: bottom center;
    background-size: cover;
}

.bg-5star{
      background-image: url(../../images/jv/bg-5star.png);
    background-position: bottom center;
    background-size: cover;
    background-color: #331170;
    padding: 5rem 0px 4rem 0px !important;
}
.bg-demo{
    background-image: url("../../images/jv/bg-demo.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #a8dafd;
}
.bg-6{
    background: url("../../images/jv/bg-5.jpg");
    background-position: top center;
    background-size: cover;
}
.bg-contest{
    background-image: url("../../images/jv/bg-contest.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #1d0944;
}
.bg-7{
    background-image: url("../../images/jv/bg-7.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #130529;
}
.bg-8{
    background: url("../../images/jv/bg-8.jpg");
    background-position: top center;
    background-size: cover;
}
.bg-product{
    background: rgb(0,90,151);
background: linear-gradient(180deg, rgba(0,90,151,1) 0%, rgba(4,43,86,1) 100%);
}
.bg-blue{
    background: rgb(0, 102, 170) !important;

}
.bg-9{
    background: url("../../images/jv/bg-9.jpg");
    background-position: top center;
    background-size: cover;
}
.aff-high{
    background-color: #ff224c;
    color: white;
    padding: 0px 10px;
    border-radius: 8px;
}
.header-bottom-title-sub{
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #000000 !important;
}

.text-pink{
    color: #ee3364 !important;
}
nav li.nav-item {
    font-weight: 600;
    border-right: 1px solid white;
    height: 15px;
    display: flex;
    align-items: center;
}
nav a.nav-link {
    padding: 5px 23px !important;
}
/* nav li.nav-item::after{
    content: '';
    height: 15px;
    background: white;
} */
.btn-top {
    background-color: #ffffff;
    color: #233d97 !important;
    padding: 5px 20px;
    font-weight: 600;
}

.btn-top:hover {
    background-color: 233d97 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    padding: 5px 20px;
}

.main-logo {
    width: 170px;
    margin-top: -12px;
}

.offer-title {
    font-style: italic;
    color: #0046a6;
    font-weight: 700 !important;
}

.top-sec nav .nav-item {
    font-weight: 600;
    font-size: 18px;
}

.top-sec .navbar-nav {
    margin-left: 20px;
}

.header-main-title {
    font-weight: 600;
    color: #222323;
}

.header-top-title {
    /* text-decoration: underline; */
    font-size: 1.7rem;
    font-weight: 600;
    /* background:#0082b3; */
    padding: 10px 0px 0px 0px;
}
.cal-img{
    top: -3px;
    margin-right: 10px;    
}
.header-top-title  {
    font-weight: 400;
    color: #ffffff;
    padding: 20px 40px;
    margin-top: 20px;
    display: inline-block;
    font-size: 1.7rem;
    background: #9802b9;
    border-radius: 50px;
    margin-bottom: 25px;
}
.highlight-sec{
    display: inline-block;
    background: #0f1d4f !important;
    color: #6381ee !important;
    padding: 15px 30px;
    border-radius: 21px;
    line-height: 2.5rem;
}
.text-yellow{
    color: #d6ca7a;
}
.header-main-title {
       font-size: 3.1rem;
    font-weight: 700 !important;
    width: 1099px;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 25px !important;
    border: 3px dashed #cdcdcd;
    padding: 30px 20px;
    position: relative;
}
.square-1{
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: -10px;
}
.square-2{
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: -10px;
    right: -10px;
}
.square-3{
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.square-4{
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.header-para {
    font-size: 1.3rem;
    margin: 40px 0px;
}

.vm-sec-mo img {
    margin: 10px 0px;


}

@media (min-width:767px) {
    .header-para {
        font-size: 1.3rem;
        margin: 40px 30px;
    }
    
.w-30{
    width: 40%;
 }
 .w-70{
    width: 60%;
 }

    .fs-2 {
        font-size: 2.2rem !important;
    }

    .vm-sec-mo {
        display: none;
    }
}

.header-bottom-title {
  font-size: 1.7rem;
    color: #004f34 !important;
    display: table;
    margin: 0px auto;
    /* font-style: italic; */
    font-weight: 400 !important;
    margin-top: 30px !important;
    display: table;
    color: white !important;
}

.sec-space {
    margin: 0px 0px;
    padding: 2rem 0px 2rem 0px;
}

.bg-blue {
    background: #0046a621;
}

.limited-bg {
    background: #2b3555;
}

.pt-100 {
    padding-top: 100px;
}

.top-sec-icon {
    width: 60px;
    margin-bottom: 10px;
}

.popular-con {
    font-size: 1.15rem;
    font-weight: 500;
    height: 230px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
}

.time-item {
    margin: 0px 15px;
}

.time-box {
    border: 1px solid #6a6a6a;
    padding: 10px 0px;
    border-radius: 8px;
    width: 90px;
}

.time-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.time-sec {
    font-size: 2.5rem;
    font-weight: 600;
}

.offer-price {
    font-size: 2.3rem;
    color: #ffae3a;
    font-weight: 200;
}

.bg-dark-blue {
    background: #1e2a43;
}

.bg-light-gray {
    background: #ededf5;
}

.heading {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.8rem;
    /* max-width: 700px; */
    text-align: center;
    color: #000000;
    /* margin: 0px auto; */

}

.text-dark-blue {
    color: #1f88ff !important;
}

.mw-700 {
    max-width: 700px;
    margin: 0px auto;
}

.top-img {
    width: 30px;
    margin-top: -8px;
}

.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800 !important;
}

.fs-1 {
    font-size: 1.8rem !important;
}

.add-power-video-sec {
    width: 100%;
    height: 450px;
    border: 1px solid gray;
    border-radius: 10px;
}

.add-power-watch-btn button,
.add-power-watch-btn a {
    background: #00895d;
    color: white;
    font-size: 1.9rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.plugin-btn a {
    background: transparent;
    color: #0082b3 !important;
    font-size: 1.3rem;
    cursor: auto;
    padding: 10px 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 1px solid #0082b3 !important;
}

@media (max-width:425px) {

    .add-power-watch-btn-white a,
    .add-power-watch-btn a {

        font-size: 1rem !important;

    }
    .header-bottom-title {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
}

@media (max-width:767px) {
    .popular-con {
        height: auto;
    }
    .btn-jvzoo{
        font-size: 1.2rem;
    }
    .sir-name-text{
        font-size: 1.5rem;
    
    }
    .btn-jvzoo{
        font-size: 1.3rem !important;
        padding: 10px 10px !important;
    }
    body .header-bottom-title-set{
        min-width: auto !important;
    }
    .header-main-title{
        font-size: 1.5rem;
    }
    .w-70{
        width: 100%;
    }
    .signup-sec {
        border-radius: 40px;
    }
    .owl-carousel .nav-button {
        height: 35px !important;
        width: 35px !important;
        cursor: pointer !important;
        position: absolute;
        top: -65px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fe6923;
        color: white;
        border-radius: 50%;
    }
    .owl-carousel .owl-prev {
        left: 6px !important;
        font-size: 35px !important;
    }
    .owl-carousel .owl-next {
        right: 5px !important;
        font-size: 35px !important;
    }
    .limited-ul li 
    {
        float: left !important;
        width: 50% !important;
        text-align: center;
    }
    .boosting-fea .ser-img {
        max-width: 280px !important;
    }

    .fs-2 {
        font-size: 1.8rem !important;
    }

    .vm-sec-desk {
        display: none;
    }

    .arrow-con {
        display: none;
    }


    .step-des {
        margin-bottom: 15px;
    }
}

.add-power-watch-btn-white a {
    background: white !important;
    color: #00895d !important;
    font-size: 1.9rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}



.plan-buy-sec img {

    margin-top: -4px;
}

.plan-buy-sec button {
    background:#233d97;;
    color: white;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.plan-buy-sec-best button {
    background: #41c053;
    color: white;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.plan-buy-sec button:hover {
    background: #ffffff;
    color: #1471ff !important;
    border: 1px solid #1471ff;
    ;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.plan-buy-sec-best button:hover {
    background: #ffffff;
    color: #41c053 !important;
    border: 1px solid #41c053 !important;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.business-sec-best {
    background: white !important;
}

@media (max-width:998px) {
    .business-sec-best {
        margin-top: 100px !important;
    }
}

.plan-buy-sec button:hover {
    color: rgb(0, 0, 0);
}

@media (max-width:1024px) {
    .add-power-watch-btn button {

        font-size: 1.2rem;
    }
    .fea-ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
        display: flex;
        flex-direction: column !important;
        /* font-size: 1.1rem; */
    }
}

.add-power-watch-btn button:hover,
.add-power-watch-btn a:hover {
    background: transparent;
    color: #00895d;
    border: 1px solid #00895d;
}

.emp-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2rem;
    margin: 8px auto;
}

.emp-item-con {
    margin-top: 40px;
}

.emp-item {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    background: #f93266;
    color: white;
    border-radius: 20px;
    min-height: 100px;
    font-weight: 600;
}

.emp-img img {
    width: 180px;
}

.refund-sec {
    font-size: 1.1rem;
    margin-top: 10px;
}

.con-sec-item {
    text-align: center;
}

.con-sec-dec {
    font-size: 1.2rem;
    color: #000000;
    padding: 0px 0px;
    font-weight: 400;
}

.con-sec-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: black;
    margin-top: 8px;
    text-align: left;
}
.top-con-sec .con-sec-title{
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: black;
    margin-top: 8px;
    text-align: left;
}

.b-700 {
    font-weight: 700;
}

.con-sec-item {
      padding: 20px 20px 20px 20px;
    display: flex
;
    flex-direction: column;
    border-radius: 30px;
    background: #ffffff;
    margin: 0px auto 20px auto;
    min-height: 200px;
    justify-content: center;
    background: #ffffff;
    max-width: 400px;
    height: 100%;
    border: 2px solid #cdc5f6;
    box-shadow: 5px 6px 0px 5px #eaebfa;
}


@media (max-width:767px) {
    .pre-text {
        padding: 15px 20px !important;
    }
    .con-sec-item {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        border-radius: 25px;
        width: 100%;
        margin: 15px auto;
        justify-content: center;
    }
    .training-con {
        font-size: 1rem !important;
    }
    
.con-sec-dec {
    font-size: 1.2rem !important;
    color: #000000;
    font-weight: 500;
}
.con-sec-main-title{
    font-size: 1.2rem !important;
    margin-top: 8px;
}
p.para-con-top{
    font-size: 1rem !important;
}
.con-sec-title{
    font-size: 1.4rem !important;
}
.plugin-btn a {
    font-size: 1rem !important;
}

.fs-2 {
    font-size: 1.5rem !important;
}

.time-item {
    margin: 0px 4px;
}

.time-box {
    border: 1px solid #6a6a6a;
    padding: 10px 0px;
    border-radius: 8px;
    width: 72px;
    font-size: 1.8rem;
}
}


/* .profit-text:after{
    content: url(./images/arrow2.png);
    position: absolute;
    right: 0;
    bottom: -52px;
}
.profit-text-right:after{
    content: url(./images/arrow3.png);
    position: absolute;
    left: 0;
    bottom: -52px;
} */


h5.profit-title {
    font-size: 1.5rem;
    text-decoration: underline;
    font-weight: 400;
}

p.para-des {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.para-des-second {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.con-sec-img img {
    width: 70px;
}

.easy-way .con-sec-img img {
    height: 100px !important;
}

.fea-ul {

    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    /* font-size: 1.1rem; */

}

.bb {
    font-weight: 700;
}

.fs-3 {
    font-size: 3.5rem !important;
}

.fea-ul li {

    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    align-items: start;
    margin: 40px 0px;
    font-weight: 400;

}

.fea-ul li i {
    color: #005dc6;
    margin-top: 6px;
    margin-right: 5px;
}

.refund-item,
.refund-item-white {
    margin: 0px 10px;
    font-size: 0.9rem;
}
.bg-orange{
    background: #102673;
}
.refund-item i {
    color: #00895d;
}
.text-green{
    color: #47caa0;
}
.refund-item-white i {
    color: white;
}

.feature-right-sec ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.feature-right-sec ul li {
    font-size: 1.2rem;
    font-weight: 500;
}

.feature-right-sec ul li i {
    color: #0046a6;
    margin-right: 5px;
}

.para-con {
    font-size: 1.1rem;
    font-weight: 500;
}

p {
    font-weight: 500;
}

.ul-con {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    /* font-size: 1.1rem; */
}

.training-con {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 1.2rem;
}

.top-ul li {
    font-size: 1.2rem;
    margin: 35px 0px !important;

    display: block !important;
    display: flex !important;


}

.bg-sky {
    background: #1589ff;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
}

.training-con li {
    margin: 15px 0px;
    display: flex;
}

.offer-value-sec {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.offer-value-sec span {
    /* background: #005dc6;  */
    color: #0082b3;
    font-size: 2rem;
    font-weight: 600;
    padding: 4px 30px;
    margin-top: 20px;
    border-radius: 40px;
    font-style: inherit;
    font-weight: 800;
    border: 2px solid #0084b5;
}

.ul-con li i,
.training-con i {
    color: #f56108;
    margin-right: 5px;
    margin-top: 5px;
}

.ul-con li {
    margin: 15px 0px;
    display: flex;
    align-items: start;
}

.down-arrow {
    margin: 0px auto;
    font-size: 1.6rem;
    color: #0046a6;
}

.top-carousel .item {
    margin: 3px;
}

.top-carousel .item img {
    display: block;
    width: 50%;
    height: auto;
}

.table-top {
    background: #0046a6;
    color: white;
    border-radius: 8px 8px 0px 0px;
}


.text-gray {
    color: #787979;
}
.our-ptoduct-sec {
    background: #fff06c;
    margin-top: -16px;
    color: black;
    padding: 12px;
    font-weight: 600;
    font-size: 1.4rem;
    border: 1px solid #c1bfbf;
    border-top: 0;
}

.saving-checker td,
.saving-checker tr {
    /* border: 1px solid #d9d9d9; */
    font-weight: 500;
    /* color: #9e9e9e; */
    padding: 15px;
}

td.saving-td {
    background: #b2cdff;
    border: 0px solid black !important;
    color: #233d97;
}


.saving-checker img {
    width: 30px;
    /* max-width: 90px; */
}

.w-pluging {
    max-width: 250px;
}

.user-sec {
    max-width: 370px;
    width: 100%;
}

@media (max-width:767px) {
    .user-sec {
        max-width: 300px;
    }
    .heading-bottom{
        font-size: 1.2rem !important;
    }
    .fs-1 {
        font-size: 1.2rem !important;
        line-height: 1.8rem;
    }
    .profit-text:after {
        content: '';
    }
}

.st-1 img {
    margin-right: 10px;
}

.boosting-fea .ul-con {
    font-size: 1.2rem;
}

.st-1 {
    /* width: 80%; */
    background: #0046a6;
}

.saving-checker {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.saving-checker td {
    font-weight: 600;
    padding: 13px;
    border: 1px solid #d9d9d9;
}

.provider-img img {
    width: 130px;
    margin-bottom: 0px;
}

.provider {
    padding: 0px 5px;
    height: 170px;
    text-align: center;
}

.provider-text {
    font-weight: 600;
}

.feature-right-ul li {
    margin: 10px 0px;
    font-size: 1.5rem;
}
.platform-img img {
    width: 84px;
    /* height: 70px; */
    margin: 10px;
    aspect-ratio: 3 / 3 !important;
}

.platform-item {
    text-align: center;
    border: none;
    padding: 30px 15px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    background: #ffffff;
    color: rgb(255 255 255);
    border: 1px solid rgb(0 174 15 / 32%);
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, .15) !important;
}

.create-item {
    text-align: center;
    border: none;
    padding: 5px 15px;
    /* height: 220px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    /* background: #0046a6; */
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.unlimited-item {
    text-align: center;
    border: none;
    padding: 5px 19px;
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 250px;
    align-items: center;
    border-radius: 37px;
    background: #ffffff;
    color: rgb(46 46 46) !important;
    font-weight: 600;
    border: 1px solid #d3d2d2;
    margin: 15px auto !important;
    box-shadow: 0px 3px 0px 1px #bdbdbd
}

.create-img img {
    width: 100%;
    /* margin: 10px; */
}

.unlimited-img img {
    width: 100%;
    max-width: 180px;
    padding: 20px 20px 0px 20px;
    /* margin: 10px;*/
}


@media (max-width:992px) {
    .platform-item {
        text-align: center;
        border: 2px solid #a2a2a2;
        padding: 30px 15px;
        height: 430px;
    }
    .lap-img {
        width: 650px;
        max-width: 100%;
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
    }
    .row .bs-con {
        padding-left: 50px !important;
        position: relative !important;
        padding: 50px !important;
        border-radius: 40px !important;
    }
    .header-main-title {
        line-height: normal !important;
    }
    nav li.nav-item {
        height: auto;
        border-right: none;
    }
    nav a.nav-link{
        padding: 5px !important;
    }
}

@media (max-width:767px) {
    .platform-item {
        text-align: center;
        border: 2px solid #a2a2a2;
        padding: 30px 15px;
        height: auto !important;
    }
    ul.bs-ul{
        font-size: 1.3rem !important;
    }
    .row .bs-con {
        padding-left: 20px !important;
        position: relative !important;
        padding: 20px !important;
        border-radius: 40px !important;
    }
    .product-page-title {
        font-size: 1.3rem !important; 
    }
    
        
    .btn-sub {
        padding: 8px 0px !important;
    }
    .affiliate-int {
        padding: 10px 10px 10px 20px !important; 
    }
    .header-top-title span {
        font-size: 1.3rem !important;
        line-height: 1.5rem;
        background: transparent !important;
        padding: 0px;
        font-weight: 500;
    }
    .provider-text {
        font-weight: 600;
        font-size: 0.9rem;
    }

    .mb-70 {
        margin-bottom: 0px !important;
    }

    .refund-item-block {
        display: block;
    }

    .support-img {
        max-width: 300px;
        width: 100%;
    }

    .add-power-video-sec {
        height: 200px;
    }

    .saving-checker td,
    .saving-checker tr {
        border: 1px solid #d9d9d9;
        font-weight: 500;
        font-size: 0.9rem;
    }
}

.platform-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 4px 0px;
    min-height: 60px;
    margin-bottom: 15px;
    color: black;
}

.builder-sec {
    /* height: 280px; */
    padding: 10px 20px !important;
}

.create-title {
    font-weight: 700 !important;
    font-size: 1.3rem;
    margin: 8px 0px;
}

.unlimited-title {
    font-weight: 700 !important;
    font-size: 1.3rem;
    margin: 0px 0px 0px 0px;
    line-height: 1.6rem;
}

/* .platform-sec{
    background-color: #0046a621;
} */
.star-item {
    margin-top: 0px;
    padding: 10px;
}

.cloudfunnel-price {
    font-weight: 700;
    color: #ffffff;
    padding: 1px 46px;
    border-radius: 64px;
    background: #ff0f0f;
    font-size: 2rem;
    border: 6px double red;
}

.star-item h4 {
    margin-top: 10px;
}

.accordion-flush .accordion-item {
    margin: 10px auto 0px;
}

.para-con-builder {
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 270px;
    margin: 0px auto;
}

button.accordion-button {
    font-size: 1.2rem;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #f7fafb;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.date-sec-item {
    font-size: 3.5rem;
    color: #233d97;
    font-weight: 600;
}

.date-sec-con {
    text-align: center;
}

.date-sec-text {
    margin-top: -12px;
}

.one-time-para {
    font-size: 1.3rem;
    max-width: 500px;
    margin: 0px auto;
}

/* .customer-review{
    b
} */
.user-name {
    font-weight: 600;
    font-size: 1.1rem;
}

footer {
    background-color: #0d0026;
    color: white;
}

footer a {
    color: white !important;
}

footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}

footer ul li {
    margin: 5px 0px;
}

footer ul li a {
    color: white;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
}

footer h2 {
    margin-bottom: 14px;
    font-weight: 600;
}

.business-feature ul,
.business-feature-best ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.business-feature ul li, .business-feature-best ul li {
    text-align: left;
    font-size: 1.1rem;
    margin: 13px 0px;
    display: flex;
    align-items: baseline;
    font-weight: 500;
}
.business-feature ul li i {
    color:#233d97;
    margin-right: 8px;
}

.business-feature-best ul li i {
    color: #41c053 !important;
    margin-right: 8px;
}

.business-title {
    font-size: 1.6rem;
    font-weight: 700;
}
.price-top-sec {
    background-color: #f8f8f8;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #d5d5d5;
}

.business-feature,
.business-feature-best {
    padding: 0% 0% 0% 0%;
    /* margin-top: 20px; */
}

.bg-price-dark {
    background: #bceae5 !important;
    border: 1px solid #6dd6cf;
}

.bg-price-bg {
    background: #bceae5 !important;
    border: 1px solid #6dd6cf;
}
.b-price, .b-price-best {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
}

.cross-price {
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: line-through;
    color: #7ca7e1;
}


.price-sec i {
    color: #233d97;
}

.price-sec-best i {
    color: #41c053;
}

.b-offer,
.b-offer-best {
    font-size: 1.1rem;
    margin: 10PX 0PX;
    font-weight: 600;
}

.business-sec {
    margin-top: 20px;
    position: relative;
    background: rgb(222, 245, 253);
    background: linear-gradient(142deg, rgb(214 223 255) 0%, rgba(255, 255, 255, 1) 81%);
}

.mb-70 {
    margin-bottom: 90px;
}

.customer-review-carousel img {
    width: 70px !important;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-carousel button.owl-dot {
    background: #c3c3c3 !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel button.owl-dot .active {
    background: rgb(0, 0, 0) !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}


.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

@media (max-width:425px) {
    .refund-item {
        font-size: 0.8rem;
    }
    .feature-right-sec ul li {
        font-size: 1.1rem;
        font-weight: 500;
    }
    .training-con {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
        font-size: 1rem;
    }
    .emp-item {
        margin-bottom: 20px;
        font-size: 1.5rem !important;
        border-radius: 20px !important;
        min-height: 80px !important;
    }

    .date-sec-text {
        margin-top: -12px;
        width: 60px;
        font-size: 0.8rem;
    }

    .date-sec-item {
        font-size: 2.5rem;
        color: #0046a6;
    }

    .footer-link {
        width: 295px !important;
        text-align: center;
    }
}

.business-plan-star-sec img {
    width: 35px;
}

.best-value {
    position: absolute;
    margin: 0px auto;
    text-align: center;
    left: 0px;
    right: 0px;
    top: -39px;
}

.best-value img {
    margin-top: -30px;
}

.best-value h5 {
    color: #000000;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6rem;
}

footer a {
    text-decoration: none;
}

footer a i{
    font-size: 1.1rem !important;
}
.footer-com-link {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    margin-left: 60px;
}

.footer-link {
    max-width: 380px;
    text-align: center;
}
.product-page-title {
    background-color: #383c48;
    color: #ffffff;
    padding: 15px;
    font-size: 1.6rem;
}
.footer-logo img {
    width: 200px;
    margin-top: 25px;
}

.flex-md-column-reverse {
    flex-direction: row !important;
}
.fa-times-circle{
    color: rgb(239, 37, 37) !important;
    font-size: 25px;
}
.fa-check-circle{
    font-size: 25px;
}
.site-link {
    word-wrap: break-word;
}

@media (max-width:767px) {
    .ser-img {
        margin: 20px 0px;
    }
    .header-bottom-title {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        padding: 10px !important;
    }
    .emp-item {
        float: left;
        width: 100% !important;
        text-align: center;
        margin-bottom: 30px;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .sec-space {
        margin: 0px 0px;
        padding: 1.5rem 0px;
    }

    .add-power-watch-btn button,
    .add-power-watch-btn a {
        background:#00895d;
        color: white;
        font-size: 1.3rem;
        padding: 10px 40px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .header-top-title {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .offer-value-sec {
        margin-bottom: 0px !important;
    }
}

.support-guarantee-para {
    max-width: 650px;
    margin: 0px auto;
}

.sg-item i {
    margin-top: 3px !important;
    font-size: 20px;
    margin-right: 10px;
    color: #1471ff;
}

.sg-item {
    background: white;
    padding: 13px 15px;
    border-radius: 19px;
    margin: 10px 0px;
}

.support-img {
    /* max-width: 300px; */
    width: 100%;
}



button.accordion-button {
    font-weight: 600;
}

.refund-img {
    width: 98% !important;
    max-width: 300px;
}

.bg-light-blue {
    background: #edf1fc;
}

.create-sec-item {
    margin: 10px auto;
    padding: 0px 20px;
    display: flex;
    border: 1px solid #aaabab;
    align-items: center;
    height: 60px;
    max-width: 300px;
    border-radius: 12px;
    line-height: 1.3rem;
}

.create-sec-item .create-sec-img {
    margin-right: 9px;
}

.create-sec-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #939494;
}

.create-sec-img img {
    width: 40px;
}

.get-model-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.get-model-ul li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

@media (max-width:1024px) {
    .get-model-ul li {
        float: left;
        width: 33.3%;
        margin-bottom: 20px;
    }
    .add-power-watch-btn button, .add-power-watch-btn a {
        background: #00895d;
        color: white;
        font-size: 0.9rem;
        padding: 10px 40px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-weight: 700;
    }
}

@media (max-width:767px) {
    .get-model-ul li {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    
    .heading {
        font-weight: 800;
        margin-bottom: 30px;
        font-size: 1.4rem;
        /* max-width: 700px; */
        text-align: center;
        /* margin: 0px auto; */
    }

    .offer-value-sec span {
        background: #005dc6;
        color: white;
        font-size: 1rem !important;
        font-weight: 600;
        padding: 4px 26px;
        margin-top: 0px;
    }

    .recap-table {
        max-width: 100% !important;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: var(--card-shadow);
        border: 1px solid #1589ff;
        font-size: 1rem !important;
    }

    .recap-table table td:first-child {
        /* width: 17%; */
        padding-left: 10px;
        font-size: 0.9rem !important;
        font-weight: 600;
    }

    .recap-table table th,
    .recap-table table td {
        width: 30%;
        padding: 18px 0px !important;
    }

    .recap-table table th {
        font-size: 18px !important;
        font-weight: 600;
        color: var(--blue);
        padding: 9px 15px;
        background: white;
    }

    .recap-table table tbody tr td:nth-of-type(2) {
        background: #1589ff;
        text-align: center;
        color: #fff;
        font-size: 0.9rem !important;
        font-weight: 600;
    }

    .recap-table table td:nth-of-type(3) {
        text-align: center;
        color: rgb(214, 55, 55) !important;
        font-size: 0.9rem !important;
        font-weight: 600;
    }
}
@media (max-width: 425px) {
    .get-model-ul li {
        float: left;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.para-con-get-access {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-top: 25px;
    max-width: 450px;

}

.fw-500 {
    font-weight: 500 !important;
}

p.para-con-top {
    font-size: 1.3rem;
    font-weight: 400;
}

.fs-25 {
    font-size: 2.5rem;
}

.table-top {
    background: #3a62ee;
    color: white;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    padding: 15px;
}

.td-35 {
    width: 35%;
}

.td-20 {
    width: 20%;
}

.td-25 {
    width: 25%;
}

.table-top th {
    padding: 12px;
}

.scratch-item {
    text-align: center;
    border: none;
    padding: 30px 15px;
    height: 165px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: #0082b3;
    color: white;
    width: 300px;
    margin: 35px auto !important;
}

.scratch-item-big {
    text-align: center;
    border: none;
    padding: 30px 15px;
    height: 235px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: #0082b3;
    color: white;
    width: 300px;
    margin: 35px auto !important;
}

.fsl-1 {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
}

.online-platform-title {
    margin-bottom: 20px;
}

.online-platform-title span {
    color: #dc4827;
    background: transparent;
    font-weight: 700;
    padding: 5px 20px;
    font-size: 1.8rem;
    width: 250px !important;
    display: inline-block;
    border: 1px solid;

}

.cer-title {
    text-align: center;
    font-weight: 700;
    font-size: 2.3rem;
}

.online-platform-bottom {
    color: #dc4827;
    background: transparent;
    padding: 10px 20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid;
}
.limited-heading{
    font-style: italic;
    color: #e97c11;
    text-decoration: underline;
}

.scratch-bottom {
    background: white;
    color: black;
    padding: 8px 20px;
    border: 1px solid #0082b3;
    border-radius: 9px;
    font-size: 1.2rem;
    width: 260px;
    text-align: center;
    position: absolute;
    top: 150px;
    font-weight: 500;
    line-height: 1.6rem;
}

.scratch-bottom-big {
    background: white;
    color: black;
    padding: 8px 20px;
    border: 1px solid #1589ff;
    border-radius: 9px;
    font-size: 1.2rem;
    width: 260px;
    text-align: center;
    position: absolute;
    top: 220px;
    font-weight: 500;
    line-height: 1.6rem;
}

.scratch-img {
    position: absolute;
    top: -42px;
}

.scratch-img img {
    width: 60px;
    margin: 10px;
}

.scratch-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 15px 0px;
}

.emp-item {
    margin-bottom: 20px;
}





.recap-table .recap-table table td:nth-of-type(3) .text-dark {
    color: #000 !important;
}

.recap-table {
    max-width: 76%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    border: 1px solid #00c1b2;
    font-size: 1rem !important;
}

.recap-table table {
    width: 100%;
}

.recap-table table th:first-child,
.recap-table table td:first-child {
    width: 40%;
    padding-left: 10px !important;
    font-size: 1.1rem;
    font-weight: 600;
}

.fea-title {
    font-size: 25px !important;
}

.recap-table table th {
    font-size: 25px;
    font-weight: 600;
    color: var(--blue);
    padding: 9px 15px;
    background: white;
}

.td-3 {
    color: rgb(26, 170, 26);
}

.recap-table table td:nth-of-type(3) {
    text-align: center;
    color: rgb(214, 55, 55) !important;
    font-size: 1.1rem;
    font-weight: 600;
}

.text-dark {
    color: #000 !important;
}

.recap-table table th,
.recap-table table td {
    width: 30%;
    padding: 18px 15px;
}

.recap-table table tbody tr {
    background: #fff;
}

.recap-table table tbody tr td:nth-of-type(2) {
    background: #00c1b2;
    text-align: center;
    color: #fff;

    font-size: 1.1rem;
    font-weight: 600;
}

.recap-table table td:nth-of-type(2),
.recap-table table th:nth-of-type(3),
.recap-table table td:nth-of-type(3) {
    text-align: center;
}

.recap-table table td {
    font-size: 21px;
    font-weight: 400;
    color: black;
    text-align: left;
}

.recap-table table th,
.recap-table table td {
    width: 30%;
    padding: 18px 15px;
}

.support-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 600;
}

.support-ul li {
    float: left;
    width: 12.5%;
}

.support-ul li img {
    width: 100px;
}

.bg-sky-only {
    background: #1589ff;
}

.support-item {
    text-align: center;
    margin-bottom: 20px;
    /* border: 1px solid black; */
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    height: 120px;
}

.support-title {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width:1024px) {
    .support-ul li {
        float: left;
        width: 20%;
    }
}

@media (max-width: 767px) {
    .support-ul li {
        float: left;
        width: 25%;
    }
    
.fs-25 {
    font-size: 1.8rem;
}
}

@media (max-width: 425px) {
    .support-ul li {
        float: left;
        width: 50%;
    }
}

.e-title {
    padding: 5px 10px;
    background: #020b41;
    border-radius: 50px;
    width: 250px;
    margin: 0px auto;
    font-size: 1.3rem;
    color: #f0cd55;
}

.videobox {
    position: relative;
    margin: 0 0 20px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
}

.responsive-video.responsive-video-top {
    position: relative;
    padding-bottom: 99%;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.builder-sec img {
    border-radius: 50px;
}





.customer-review {
    height: auto;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-name {
    font-weight: 600;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .customer-review {
        height: auto !important;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .fea-ul li {
        display: flex;
        flex-direction: row;
        font-size: 1.1rem;
        align-items: start;
        margin: 20px 0px;
        font-weight: 400;
    }
}

.new-ver-sec {
    text-align: center;
    /* padding: 10px; */
    border: 1px solid #bfdffd;
    border-radius: 30px;
    font-size: 1.2rem;
    overflow: hidden;
}

.new-ver-item-o {
    background: #f1f6fc;
    font-weight: 500;
    padding: 20px;
}

.new-ver-item-e {
    background: #dbe8f8;
    padding: 20px;
}

.channel-sec {
    display: inline-block;
    padding: 12px 0px;
    font-size: 1.4rem;
    width: 230px;
    background: #01a89e;
    color: white;
    border-radius: 8px;
    font-weight: 600;
}

.channel-des {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 5px;
}

.quick-re {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 1.4rem;
    background: black;
    color: white;
    margin-top: 20px;
    margin-bottom: 5px;
}

.ranking-img {
    margin-bottom: 15px;
    text-align: center;
}

.ranking-img img {
    height: 150px;
}

.fw-600 {
    font-weight: 600 !important;
}

.arrow-con {
    text-align: center;

}

.arrow-con img {
    max-width: 120px;
    margin-top: -90px;
}

.step-con {
    background: #dc4827;
    color: white;
    padding: 5px;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    width: 120px;
    margin: 5px auto;
}

.step-des {
    font-size: 1rem;

    font-weight: 500;
}

.top-fea-sec-item {
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 28px;
    margin-top: 20px;
    justify-content: center;
}

@media (max-width: 760px) {
    .commentbox {
        width: 100%;
    }
}

.commentbox {
    background: #fff;
    margin-top: 3%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    margin: 10px;
    border-radius: 10px;
    height: 836px;
    overflow-x: scroll;
}
.business-feature .business-title{
    background: #00afa0;
    color: white;
    padding: 5px;
    margin-top: 0px;
}
.hi-sec{
    font-size: 1.9rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}
.con-sec-main-title{
    font-weight: 600 !important;
    font-size: 1.3rem;
}
.training-con i{
    margin-top: 2px;
}
.limited-ul 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.limited-ul li 
{
    float: left;
    width: 20%;
    text-align: center;
}
.limited-item img{
    width: 120px;
}
.limited-item{
    margin-bottom: 20px;
}
.limited-title{
    font-weight: 1.3rem;
    margin-top: 8px;
    font-weight: 500;
}
.com-des {
    font-size: 1.1rem;
    padding: 5px 20px;
    margin-bottom: 20px;
    color: white
}
.com-title {
    display: inline-block;
    background: #dc4827;
    font-size: 1.2rem;
    padding: 5px 19px;
    border-radius: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.emp-img img {
    max-width: 350px;
    width: 100%;
}
.emp-text {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2rem;
    margin: 10px auto;
}
.emp-title{
    margin-top: 10px;
}
.feature-right-ul img{
    margin-top: -5px;
}
.platform-text {
    font-size: 1.2rem;
    color: black;
}
.fea-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    /* font-size: 1.1rem; */
}

.carousel-wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
  }
  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  .owl-carousel .item {
    text-align: center;
  }
  .owl-carousel .nav-button {
    height: 50px;
  width: 50px;
  cursor: pointer !important;
  position: absolute;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5d1c;
  color: white;
  border-radius: 50%;
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  .owl-carousel .owl-prev {
    left: 20px;
  font-size: 50px;
  }
  .owl-carousel .owl-next {
    right: 20px;
    font-size: 50px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
  }
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }
  @media (min-width:992px) and (max-width:1200px)
  {
    .platform-text,.platform-title {
        font-size: 1.1rem !important;
    }
  }

  @media (max-width:425px){
    .modalPopup .modal-content {
        position: relative;
         background-color: #fefefe;
         margin: auto;
         padding: 0;
         width: 95% !important;
         max-width: 1200px;
     }
     
  }
  
  @media (max-width:767px){
    .modalPopup .modal-content {
        position: relative;
         background-color: #fefefe;
         margin: auto;
         padding: 0;
         width: 80% !important;
         max-width: 1200px;
     }
     
  }
        /* The Modal (background) */
        .modalPopup {
            display: none;
             position: fixed;
             z-index: 99999;
             padding-top: 70px;
             left: 0;
             top: 0;
             width: 100%;
             align-items: center;
             height: 100%;
             overflow: auto;
             background-color: #0000008c;
         }
         
         /* Modal Content */
         .modalPopup .modal-content {
            position: relative;
             background-color: #fefefe;
             margin: auto;
             padding: 0;
             width: 50%;
             max-width: 1200px;
         }
         
         /* The Close Button */
         .close {
           color: white;
           position: absolute;
           top: 10px;
           right: 25px;
           font-size: 35px;
           font-weight: bold;
         }
         
         .close:hover,
         .close:focus {
           color: #999;
           text-decoration: none;
           cursor: pointer;
         }
         
         .mySlides {
           display: none;
         }
         
         .cursor {
           cursor: pointer;
         }
         
         /* Next & previous buttons */
         .prev,
         .next {
            cursor: pointer;
             position: absolute;
             top: 50%;
             width: auto;
             padding: 16px;
             margin-top: -50px;
             color: black;
             font-weight: bold;
             text-decoration: none;
             font-size: 20px;
             transition: 0.6s ease;
             border-radius: 0 3px 3px 0;
             user-select: none;
             -webkit-user-select: none;
         }
         
         /* Position the "next button" to the right */
         .next {
           right: 0;
           border-radius: 3px 0 0 3px;
         }
         
         /* On hover, add a black background color with a little bit see-through */
         .prev:hover,
         .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
             color: white;
             text-decoration: none;
         }
         
         /* Number text (1/3 etc) */
         .numbertext {
           color: #f2f2f2;
           font-size: 12px;
           padding: 8px 12px;
           position: absolute;
           top: 0;
         }
         
         
         
         .demo {
           opacity: 0.6;
         }
         
         .active,
         .demo:hover {
           opacity: 1;
         }
         
         img.hover-shadow {
           transition: 0.3s;
         }
         
         .hover-shadow:hover {
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
         }

     

        .affiliate-int {
            padding: 14px 10px 14px 20px;
            margin: 0px 0px 10px 0px;
            border-radius: 5px;
            background: #ffffff;
            font-size: 1.3rem;
            border-radius: 50px;
            position: relative;
        }

        .affiliate-int::before{
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50px;
            padding: 3px;
            background: linear-gradient(45deg, #5882c5 0%, #4b5591 31%, #5787c7 62%, #3d90cb 100%);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
        }



        .btn-sub {
               background: rgb(0, 70, 52);
    background: linear-gradient(90deg, rgb(64 26 210) 0%, rgb(104 63 253) 100%);
    color: rgb(255 255 255) !important;
    border-radius: 50px;
    font-size: 1.5rem;
    margin: 5px 0px;
    padding: 15px 0px;
    font-weight: 500;
    border: 0px solid;
    text-transform: uppercase;
    font-weight: 600;
        }
  

        .contact-title {
            color: rgb(17, 17, 17);
            font-size: 1.5rem;
        }
        .start-date{
            border-right: 2px solid #d6ca7a;
            padding-right: 20px;
        }
        .end-date{
            padding-left: 20px;
        }
        .pro-img{
            width: 160px;
          
        }
        .all-pro-sec{
            background: rgb(56 73 200);
            border-radius: 0px;
            padding: 0px;
            overflow: hidden;
            border-radius: 40px;
            padding: 20px 0px;
            box-shadow: 0px 0rem 0.8rem 2px rgb(56 73 200) !important;
        }
        .pro-sec-right h2{
               /* background: #ffffff; */
    padding: 0px;
    font-size: 1.8rem !important;
        }
        .pro-sec-left {
            background: black;
            border-radius: 20px;
            border-radius: 50%;
            width: 270px;
            height: 270px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px auto;
        }
     
        @media (max-width:767px){
            .pro-img {
                width: 100%;
                max-width: 150px;
            }
            .bundle-text{
                font-size: 1.2rem !important;
            }
        }
        .price-sec-coupon {
            background: white;
            color: #000000;
            padding: 5px 35px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 20px;
        }
     
        .bundle-text{
            font-size: 1.5rem;
        }
        .price-sec {
            font-size: 40px;
            border-radius: 10px;
            color: rgb(255 234 0);
            font-weight: 600;
            border-radius: 35px;
            margin-top: 5px;
        }
        .pro-text {
            color: #ffffff;
            font-size: 30px;
            margin-top: 10px;
            font-weight: 600;
        }
        .time-tag{
            background: #3158dd;
            display: table;
            color: white;
            padding: 3px 30px;
            font-size: 20px;
            margin-bottom: 10px !important;
            border-radius: 30px;
            margin: 0px auto;        
        }
        .bg-gradient{
            background: rgb(21,51,154);
            background: -moz-linear-gradient(180deg, rgba(21,51,154,1) 0%, rgba(15,29,80,1) 100%) !important;
            background: -webkit-linear-gradient(180deg, rgba(21,51,154,1) 0%, rgba(15,29,80,1) 100%) !important;
            background: linear-gradient(180deg, rgba(21,51,154,1) 0%, rgba(15,29,80,1) 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15339a",endColorstr="#0f1d50",GradientType=1) !important;
        }

        
.support-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 1.2rem;
    display: contents;
}
.support-ul li{
    float: left;
    width: 31.3%;
    margin: 0px 1%;
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 15px;
    font-weight: 600;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 25px;
    color: white;
    height: 100%;
    border: 1px solid #ccc7fe !important;
}
.support-ul li div{
    color: #010101;
    font-weight: 400;
    font-size: 1.3rem;

}
.support-ul li i{
    font-size: 50px;
    color: #17b102;
}

@media (max-width:1023px){
    .support-ul li{
        float: left;
        width: 48%;
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width:767px){
    .support-ul li{
        float: left;
        width: 99%;
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 15px;
    }
    .content-title {
        font-size: 1.2rem;
        padding: 10 20px;
    }
}

.watch-demo-sec {
    background-color: transparent;
    display: table;
    margin: 0px auto;
    color: #7fb600 !important;
    padding: 10px 20px;
    border-radius: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.text-dim{
    color: #dde5ff !important;
}
.total-price-sec {
    display: table;
    margin: 0px auto;
    background: #f41046;
    padding: 10px 30px;
    margin-top: 30px;
    color: white !important;
    border-radius: 10px;
}


.affiliate-secc .para-con-top{
    font-size: 1rem;
}
.product-right img{
    width: 100%;
    max-width: 400px;
}
.product-sec {
    display: flex;
    background: url("../../images/jv/oto-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding: 30px 40px;
    border-radius: 0px;
    align-items: center;
    margin-bottom: 0px;
    gap: 20px;
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}
h2.product-main-tag {
      background: rgb(94 0 182);
    display: inline-block;
    padding: 8px 25px;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-left {
    width: 70%;
    padding: 0px;

}
.product-main-title {
    font-size: 1.7rem;
    font-weight: 700;
}
.product-text {
    margin-top: 15px;
    color: rgb(223, 221, 255);
    font-size: 1.2rem;
}
.product-text a{
    color: #00b9ff !important;
}
.product-right {
    width: 30%;
    text-align: center;
    padding-top: 50px 0px;
    /* height: 100%; */
    min-height: 330px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-right-title {
    font-size: 1.5rem;
    color: white;
    font-weight: 500;
    margin-top: 10px;
}
@media (max-width:767px){
    .con-img{
        max-width: 350px;
    }
    .para-con-top.para-high{
        font-size: 1.2rem !important;
    }
    .ai-ul {
        font-size: 1.1rem !important;
    }
    .peomote-title {
        font-size: 1.4rem !important;
        padding: 10px 20px !important;
        text-align: center;
    }
    button.btn.btn-cust {
        font-size: 1.3rem !important;
    }
    .side-man{
        display: none;
    }
.product-right {
    width: 100%;
    text-align: center;
    padding-top: 50px 0px;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-left {
    width: 100%;
    padding: 20px;

}
.pro-text {
    color: #ffffff;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
}
.product-sec {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px 20px;
}
.product-main-title{
    font-size: 1.3rem;
}
}
.bg-reseller{
    background: #171821 !important;
}
.bg-cloudfunnel{
    background: #171821 !important;
}
.bg-tuberankjeet{
    background: #171821 !important;
}
.bg-sendster{
    background: #171821 !important;
}
.bg-post{
    background: #171821 !important;
}
.content-title{
    display: table;
    margin: 0px auto;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: transparent;
    color: white;
    background: rgb(59,103,244);
    background: linear-gradient(180deg, rgba(59,103,244,1) 0%, rgba(99,42,209,1) 100%);
}
.surprise-left img{
    width: 300px;
}
.surprise-sec {
    background: #ffc54d;
    padding: 30px 20px;
    border-radius: 40px;
    color: black;
    background: rgb(127 9 70);
    background: linear-gradient(180deg, rgb(121 0 253) 0%, rgb(59 0 122) 100%);
}
@media (max-width:767px){
    body .fs-3 {
        font-size: 1.9rem !important;
    }
    .width-ad{
        width: 100% !important;
    }
}

.width-ad{
    width: 50%;
}
.affiliate-form-con-pre{
    display: table;
    margin: 0px auto;
    margin-top: 20px;
    border: 3px solid white;
    padding: 30px;
    border-radius: 20px;
    background: #ff0c4c;
    margin-bottom: 20px;
}
.price-sec-coupon{
    background: white;
    color: #000000;
    padding: 5px 15px;
    border-radius: 20px;
}
.prod-sec .pro-item {
    background: #34384c;
    display: table;
    margin: 0px auto;
    color: white;
    padding: 4px 15px;
    border-radius: 17px;
    font-size: 1.3rem;
}
.com-img{
    width: 100% !important;
    max-width: 350px !important;
}
.pro-con img{
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
.pro-con {
    background: #e4e5ed;
    text-align: center;
    min-height: 120px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cal-img{
    position: relative;
    top: -2px;
}
.div-arrow-down:after {
    /* content: ""; */
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48, 49, 51);
    border-right: 1px solid rgb(48, 49, 51);
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.div-transparent-bottom:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}
.wrapper {
    padding-bottom: 0px;
}
.divider {
    position: relative;
    margin-top: 0px;
    height: 1px;
}


.support-text{
    display: table;
    margin: 0px auto;
    background-color: #f93266;
    padding: 5px 40px;
    border-radius: 30px;
    margin-bottom: 30px !important;
}

.affiliate-sec .para-con-top {
    font-size: 1rem;
}
 .signup-sec{
    padding: 0px 0px;
    border-radius: 50px;
 }

 .ai-img{
    max-width: 550px;
    width: 100%;
 }

img.side-man {
    position: absolute;
    right: -140px;
    width: 280px;
}
@media (max-width:1250px) and (min-width:992px){
    img.side-man {
        position: absolute;
        right: -90px;
        width: 200px;
    }
}
.contact-area {
    position: absolute;
    left: 50px;
    top: 85px;
}
img.contact-img {
    width: 100%;
    max-width: 350px;
}
.prod-sec{
    background: #0d004c;
}
@media (max-width:1400px){
    .get-model-ul li{
        width: 33.3%;
    }
}

@media (max-width:992px){
    .get-model-ul li{
        width: 50%;
    }
}
.sir-img{
    width: 450px;
    max-width: 100%;
}
.testi-sec {
    background-color: #ff600a;
    border-radius: 50px;
    padding: 40px;
}
.craig-img {
    border-radius: 50%;
}
.cust-sec {
    background: #f8f8f8;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 80px;
    box-shadow: 0 .5rem 0.2rem rgba(0, 0, 0, .15) !important;
    margin-left: 10px;
    margin-right: 10px;
}
img.cust-img {
    position: absolute;
    top: -52px;
    width: 120px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 50%;
}
.cust-msg {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 60px 0px 20px 0px;
}
.cust-name {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: right;
    margin-top: 10px;
}
.testi-high {
    padding: 0px 10px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: underline;
}






@media (max-width:425px){
    .modalPopup .modal-content {
        position: relative;
         background-color: #fefefe;
         margin: auto;
         padding: 0;
         width: 95% !important;
         max-width: 1200px;
     }
     
  }
  
  @media (max-width:767px){
    .modalPopup .modal-content {
        position: relative;
         background-color: #fefefe;
         margin: auto;
         padding: 0;
         width: 80% !important;
         max-width: 1200px;
     }
     
  }
        /* The Modal (background) */
        .modalPopup {
            display: none;
             position: fixed;
             z-index: 99999;
             padding-top: 70px;
             left: 0;
             top: 0;
             width: 100%;
             align-items: center;
             height: 100%;
             overflow: auto;
             background-color: #0000008c;
         }
         
         /* Modal Content */
         .modalPopup .modal-content {
            position: relative;
             background-color: #fefefe;
             margin: auto;
             padding: 0;
             width: 50%;
             max-width: 1200px;
         }
         
         /* The Close Button */
         .close {
           color: white;
           position: absolute;
           top: 10px;
           right: 25px;
           font-size: 35px;
           font-weight: bold;
         }
         
         .close:hover,
         .close:focus {
           color: #999;
           text-decoration: none;
           cursor: pointer;
         }
         
         .mySlides {
           display: none;
         }
         
         .cursor {
           cursor: pointer;
         }
         
         /* Next & previous buttons */
         .prev,
         .next {
            cursor: pointer;
             position: absolute;
             top: 50%;
             width: auto;
             padding: 16px;
             margin-top: -50px;
             color: black;
             font-weight: bold;
             text-decoration: none;
             font-size: 20px;
             transition: 0.6s ease;
             border-radius: 0 3px 3px 0;
             user-select: none;
             -webkit-user-select: none;
         }
         
         /* Position the "next button" to the right */
         .next {
           right: 0;
           border-radius: 3px 0 0 3px;
         }
         
         /* On hover, add a black background color with a little bit see-through */
         .prev:hover,
         .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
             color: white;
             text-decoration: none;
         }
         
         /* Number text (1/3 etc) */
         .numbertext {
           color: #f2f2f2;
           font-size: 12px;
           padding: 8px 12px;
           position: absolute;
           top: 0;
         }
         
         
         
         .demo {
           opacity: 0.6;
         }
         
         .active,
         .demo:hover {
           opacity: 1;
         }
         
         img.hover-shadow {
           transition: 0.3s;
         }
         
         .hover-shadow:hover {
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
         }

         .img-con{
            width: 250px !important;
            max-width: 100%;
         }
         .top-logo-con {
            display: inline-block;
            padding: 10px 40px;
            border-radius:70px;
            background: rgb(41,7,108);
            background: linear-gradient(180deg, rgba(41,7,108,1) 0%, rgba(26,3,69,1) 100%);
            border: 1px solid #2e0b71;
            margin-top: 20px;
        }
        .top-logo-con img{
            width:250px;
        }
        .top-text-con{
            padding: 10px 20px;
            font-size: 2rem;
            font-weight: 400;
            display: inline-block;
            color: #00c0ff;
            position: relative;
            display: inline-block !important;
            padding: 10px 110px;
            font-style: italic;
        }
        .date-text{
            color: #0aff95;
        }
        .date-img{
            position: relative;
        }
        .prelaunch-sec {
            width: 750px;
            max-width: 100%;
            margin: 0px auto;
        }
        .date-img {
            position: absolute;
            left: -47px;
            top: 10px;
            width: 250px;
        }
        @media (max-width:767px){
            .date-img {
                position: relative;
                left: 0px;
                top: 0px;
                width: 100px;
            }
            img.emoji-right,img.emoji-left {
                display: none;
            }
            .top-text-con{
                font-size: 1.4rem;
                padding: 10px 20px;
            }
           
        }
        .img-wid{
            width: 400px;
            max-width: 100%;
        }
        button.btn.btn-cust {
            border-radius: 50px;
            background: #00895d;
            color: white;
            padding: 5px 35px;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 15px;
        }
        button.btn.btn-cust:hover {
            background: transparent;
            color: #00895d;
            border: 1px solid #00895d;

        }
        .ai-ul{
            padding: 0px;
            margin: 0px;
            list-style: none;
            font-size: 1.3rem;
            font-weight: 500;
            
        }
       .ai-ul li{
            display: flex;
            margin-bottom: 15px;
            align-items: start !important;
            gap: 10px;
            font-weight: 600 !important;
        }
        .para-high{
            color: #0377e4;
            font-size: 1.5rem !important;
            font-weight: 600 !important;
        }
        .ai-ul li img{
            position: relative;
            top: -3px;
        }
        .peomote-title{
            font-size: 2rem;
    border: 1px solid #ffb43d;
    padding: 20px 40px;
    border-radius: 50px;
    display: table;
    margin: 0px auto;
    display: inline-block;
    width: auto;
    color: #ffb43d;
        }
        .text-lgreen{
            color: #a2ff10 !important;
        }
        .color-oto{
            color: #00c0ff !important;
        }
        .main-price{
            margin-top: 20px;
            font-size: 2.8rem;
            color: white;
        }
        .support-text {
            color: black !important;
            display: table;
            margin: 0px auto;
            background-color: rgb(255 197 77);
            padding: 5px 40px;
            border-radius: 30px;
            margin-bottom: 30px !important;
        }
        img.emoji-right {
            position: absolute;
            right: 20px;
            top: 17px;
            bottom: 0;
            width: 62px;
        }
        img.emoji-left {
            position: absolute;
            left: 22px;
            top: 17px;
            width: 62px;
        }



        h1.bs-title {
            color: #baff15;
            font-weight: 500;
            padding: 0px;
        }
        
        ul.bs-ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            font-size: 1.5rem;
            margin: 40px 0px;
        }
        
        ul.bs-ul li {
            margin-bottom: 30px;
            display: flex;
            align-items: baseline;
            gap: 5px;
        }
        .lap-img{
            width: 650px;
            max-width: 100%;
            position: absolute;
            left: -216px;
            top: 0px;
        }
        .bs-con{
            background: rgb(25, 91, 252);
            background: linear-gradient(180deg, rgba(25, 91, 252, 1) 0%, rgba(90, 21, 201, 1) 100%);
            position: relative;
            padding-left: 400px !important;
            padding: 50px;
            border-radius: 40px;
        }
        .bg-gray{
            background:  #e3e9f2;
        }




        .sp-text{
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
        }
        @media (max-width:992px){
            
            .sp-text{
                position: relative;
            }
        }


        .get-model-ul li .model-con {
            display: flex !important;
            font-size: 1.3rem;
            /* width: 100%; */
            margin: 0px 10px;
            border: 1px solid #580eae;
            text-align: center;
            padding: 10px 0px;
            border-radius: 0px;
            color: #ffffff;
            font-weight: 500;
            /* height: 100px; */
            /* justify-content: center; */
            align-items: center;
            background: #1f003c;
            padding: 0px 10px;
            flex-direction: column;
            padding: 30px 20px 20px 20px !important;
            min-height: 350px;
}
.model-img {
    width: 120px;
}
.model-title {
    margin: 10px 0px;
    color: #eb0b9d;
}
.lv-title
{
    font-size: 1.5rem;
    color: #ffb932;
    font-weight: 600;
    margin-bottom: 10px;
}
.model-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}
.header-bottom-title-set{
    min-width: 500px !important;
    text-align: left !important;
    color: #ffcc3d !important;
    margin-top: 30px !important;
}
.signup-sec{
    padding: 50px 40px 50px 40px;
    border-radius: 35px;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px solid rgb(94 51 239);
    background: linear-gradient(
179deg, rgb(37 24 78) 0%, rgb(18 6 40) 100%);
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto 0px auto auto;
    height: 100%;
    color: white !important;
    box-shadow: 0px 0px 20px 6px #913cff;
}
.contact-item{
    font-size: 1.5rem;
    border: 1px solid white;
    border-radius: 50px;
    padding: 5px 30px 5px 5px;
}
.contact-item img{
    width: 50px;
}
.text-nowrap{
    text-wrap: nowrap;
}
.sir-img{
    width: 200px;
    max-width: 100%;
}
.text-yellow{
    color: rgb(255, 204, 0);
}
.top-logo{
    width: 350px;
}
.btn-jvzoo{
    font-size: 1.8rem;
    background: rgb(253, 202, 59);
    background: white;
    color: #000000;
    border-radius: 10px;
    width: auto;
    padding: 10px 40px;
    font-weight: 600;

}
.overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../../images/jv/G2.jpg");
    background-size: cover;
}
#formlead,.sign-text{
    position: relative;
    z-index: 99999;
}
.fea-text{
    width: 550px;
    max-width: 100%;
}
.img-set{
    width: 450px;
    max-width: 100%;
}
.platform-con {
    width: 20%;
    padding: 10px 10px;
}
.platform-con img {
    width: 100%;
}
@media (max-width: 992px) {
    .platform-con {
        width: 25%;
        padding: 10px 10px;
    }
}
@media (max-width: 767px) {
    .platform-con {
        width: 33.3% !important;
        padding: 10px 10px;
    }
}
.platform-con-sec {
    display: flex;
    flex-wrap: wrap;
}
.watch-img{
    width: 350px;
    max-width: 100%;
}
         .text-top{
            color: #ffffff !important;
         }
         .pre-text{
            border-radius: 50px;
    padding: 15px 60px;
    display: table;
    background: #001d18;
    margin: 0px auto;
    margin-bottom: 10px !important;
    background: rgb(47 56 121);
    background: linear-gradient(179deg, rgb(28 0 84) 0%, rgb(28 0 84) 100%);
    border: 3px solid #5327a0;
    font-size: 3.0rem;
         }

 .pre-text span{
    background: linear-gradient(to bottom, #deddfe 50%, #b0a4fe 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
 }
         .bg-theme{
            background-image: url("../../images/jv/bg-theme.jpg");
            background-size: cover;
            background-position: top center;
            background-color: #7918f5;
         }
         @media (max-width:767px){
        .right-arrow,.left-arrow,img.demo-arrow{
            display: none;
        }
        body .btn-watch {
            font-size: 1.3rem !important;
            padding: 15px 10px !important;
        }
        .prelaunch-date {
            font-size: 1.8rem !important;
        }
            .signup-sec {
                padding: 40px 40px 40px 40px;
                border-radius: 35px;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
                width: 100%;
            }
            .affiliate-int{
                font-size: 1.1rem !important;
            }
            .btn-sub{
                font-size: 1.2rem;
            }
         }
       
         .text-orange{
            color:  #ff7401 !important;
         }
         .title-sec{
            color: #7300cc;
         }

         .responsive-video.responsive-video-demo {
            border: #00a36e solid 10px;
        }
        .fast-text{
            display: table;
            border: 1px solid green;
            padding: 5px 40px;
            border-radius: 50px;
            margin: 0px auto;
        }
        .fast-sec{
     background: #1b226a;
    border-radius: 40px;
    padding: 0px 20px 40px 20px;
    border: 3px solid #3539a1;
    box-shadow: 0px 0px 27px 2px rgb(76 79 214 / 26%);
    position: relative;
    margin-top: 50px;
        background: #5b6ad9;
    background: linear-gradient(180deg, rgb(37 24 77) 0%, rgb(18 6 40) 100%);
        }
        .fast-sec.border-light{
            background: white;
            border: 8px solid #656bfd !important;
        }
        .price-img{
            width: 300px;
            max-width: 100%;
            margin: 20px 0px;
        }
        .text-lgreen{
            color: #0ab937 !important;
        }
       @media (max-width:992px){
        .con-sec {
            position: relative !important;
            top: 0px !important;
            left: 0px !important;
            flex-wrap: wrap;
        }
       }
        .con-sec {
          
            text-align: start;
            display: flex;
            flex-direction: row;
            gap: 15px;
            font-size: 1.4rem;
            justify-content: center;
        }
        .fb-sec{
            background: rgb(136, 197, 241);
            background: linear-gradient(180deg, rgb(196 219 245) 0%, rgb(159 200 254) 100%);
            padding: 10px 30px 10px 10px;
            border-radius: 50px;
        }
        .sy-sec{
            background: rgb(136, 197, 241);
            background: linear-gradient(178deg, rgb(192 222 255) 0%, rgb(130 125 220) 100%);
            padding: 10px 30px 10px 10px;
            border-radius: 50px;
        }
        .mail-sec{
            background: rgb(136, 197, 241);
            background: linear-gradient(180deg, rgb(255 210 207) 0%, rgb(254 149 143) 100%);
            padding: 10px 30px 10px 10px;
            border-radius: 50px;
        }
        .fb-sec a, .sy-sec a,.mail-sec a{
            color: #000;
            text-decoration: none;
        }
        
        .sir-name-text{
            color: rgb(255 2 2);
            font-size: 3.5rem;
        
        }
        .heading-sub{
            padding: 5px 30px;
            background: #bfe9dd;
            border-radius: 50px;
            display: table;
            margin: 0px auto;
        }
        .star-text{
            color: #f7c424 !important;
        }
        .text-under{
            border-bottom: 1px solid #ffffff42;
            padding: 10px 0px;
        }
        .surprise-sec.star-sec{
          background: linear-gradient(180deg, rgb(92 37 192) 0%, rgb(39 10 90) 100%);
    border: 1px solid #07429c !important;
    border-radius: 50px;
    padding: 110px 50px 50px 50px !important;
    box-shadow: 0px 0px 11px 5px #4d2a99ad;
    position: relative;
        }
        @media (max-width:992px){
            
        .surprise-sec.star-sec{
            /* padding: 30px 20px !important; */
        }
        }
        .img-pos{
            position: relative;
            top: -3px;
        }
        .text-high{
             background: linear-gradient(to right, #ba77ff 0%, #3aa2ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .text-high-2{
    background: linear-gradient(to right, #3edcfb 0%, #42d9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 500;
        }
        .text-theme{
            background: linear-gradient(to right, #5c5aef, #736bff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .top-img{
            width: 600px;
            max-width: 100%;
            margin-bottom: 10px;
        }

        .prelaunch-date{
     width: 620px;
     max-width:100%;
    font-size: 2.2rem;
    padding: 15px 45px;
    border-radius: 50px;
    position: relative;
    background: linear-gradient(179deg, rgb(101 4 169) 0%, rgb(70 7 151) 100%);
    font-weight: 400;
    margin: 0px auto;
    box-shadow: -3px -3px 0px 0px #9647c0;
         }
       
         .wd-logo{
            width: 350px;
            max-width: 100%;
            margin: 0px auto;
         }
         .btn-jvzoo {
            background: rgb(255 44 39);
            background: linear-gradient(90deg, rgb(255 44 39) 0%, rgb(255 175 2) 100%);
            color: rgb(255 255 255) !important;
            border-radius: 50px;
            font-size: 1.5rem;
            margin: 5px 0px;
            padding: 15px 0px;
            font-weight: 500;
            border: 0px solid !important;
            font-weight: 600;
            text-transform: uppercase;
        }
        .btn-watch{
            background: rgb(59 19 204);
            background: linear-gradient(142deg, rgb(93 38 191) 0%, rgb(93 38 191) 100%);
            color: rgb(255 255 255) !important;
            border-radius: 50px;
            font-size: 1.5rem;
            margin: 5px 0px;
            padding: 15px 0px !important;
            font-weight: 500;
            border: 0px solid;
        }
        .support-txt{
           
    display: table;
    margin: 0px auto;
    padding: 20px 80px;
    background: #261e61;
    color: white !important;
    border-radius: 50px;
        }
        .ai-txt{
            display: table;
            margin: 0px auto;
            padding: 15px 40px;
            /* border: 1px solid black; */
            position: relative;
            font-weight: 500;
            text-decoration: underline;
        }
       
        .blue-high{
               color: #7055fd;
    text-decoration: underline;
        }
        .text-theme-2 {
            background: linear-gradient(to bottom, #3cf6ff, #2d95e0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        img.left-arrow {
            position: absolute;
            left: -60px;
            width: 42px;
            top: 14px;
        }
        img.right-arrow {
            position: absolute;
            right: -60px;
            width: 42px;
            top: 14px;
        }
        img.demo-arrow {
            top: 7px;
            position: absolute;
            right: -40px;
            width: 28px;
        }
        
        .demo-txt{
            display: table;
            margin: 0px auto;
            position: relative;
        }

        .funnel-con{
            width: 20%;
            margin: 0px;
            padding: 0px;
        }
        @media (max-width:992px){
            .funnel-con{
                width: 33.3%;
                margin: 0px;
                padding: 0px;
            }
        }
        @media (max-width:767px){
            .funnel-con{
                width: 100%;
                margin: 0px;
                padding: 0px;
            }
            .support-txt {
                padding: 11px 40px;
            }
            .support-ul li div {
    font-size: 1.1rem !important;
}
        }
        .get-txt{
            clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
            display: table;
            margin: 0px auto;
            padding: 5px 80px;
            background: linear-gradient(180deg, rgb(40 78 144) 0%, rgb(30 62 116) 100%);
            color: white !important;
        
        }
        .opening-txt{
            background: #7a48ff;
            display: table;
            margin: 0px auto;
            padding: 15px 35px;
            border-radius: 50px;
            position: relative;
            top: -15px;
        }
        .closing-txt{
            background: #7a48ff;
            display: table;
            margin: 0px auto;
            padding: 15px 35px;
            border-radius: 50px;
        }
        .funnel-txt{
           font-size: 4rem; 
           display: block;
        }
        .bg-grad-2{
            color: #9447ff;
            font-weight: 600 !important;
        }
        .bg-grad{
             font-weight: 500;
    background: #9040fe;
    margin: 0px auto;
    padding: 10px 40px;
    border-radius: 50px;
    color: #ffffff;
    display: table;
    align-items: center;
    top: -28px;
    position: relative;
    border: 1px solid #bdbdbd;
    transform: rotate(358deg);
        }
        .join-txt{
            color: #0046a6;
            font-size: 4.5rem;
            font-weight: 800 !important;
        }
        .writix-fea-con {
            border-radius: 30px;
            /* border: 1px solid #cde9fd; */
            max-width: 100%;
        }
        .writix-fea-item {
            display: flex;
            align-items: center;
            gap: 20px;
            border-bottom: 1px solid #eaeaea;
            padding: 25px 20px;
            margin-bottom: 20px;
            background: white;
            border-radius: 20px;
        }
        .writix-fea-item img{
            width: 50px;
        }
        .writix-fea-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #207bb4;
        }
        .writix-fea-des {
            font-size: 1.2rem;
        }
        .writix-fea-con .writix-fea-item:last-child {
            border-bottom: 0px solid #eaeaea;
        }
        
        .text-sky {
            border-radius: 15px;
            display: table;
            color: #ffffff;
            border: 3px solid #4e47da;
            margin: 0px auto;
            margin-bottom: 20px;
            padding: 5px 20px;
            background: black;
        }
        
img.rocket-left {
    position: absolute;
    left: -60px;
    width: 50px;
    transform: rotate(290deg);
}

img.rocket-right {
    position: absolute;
    right: -60px;
    width: 50px;
}

@media (max-width:992px){
    .rocket-left,.rocket-right{
        display: none;
    }
    
}
.txt-sup-2 {
    color: #ffffff;
    display: flex
;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    font-size: 1.7rem;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 30px;
}
.training-con {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.3rem;
}
.training-con li {
    margin: 20px 0px;
    display: flex
;
    align-items: start;
    gap: 10px;
    font-weight: 500 !important;
}
.training-con li img {
    position: relative;
    top: 4px;
}
.word-wrap{
    word-break: break-all;
}
.text-high-3 {
  background: #89b8ff !important;
    padding: 0px 30px 0px 20px;
    border-radius: 50px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.text-high-4 {
    display: table;
    background: #4905a6;
    margin: 0px auto;
    padding: 5px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -25px;
}
.rocket-icon {
    width: 60px;
    position: relative;
    bottom: 15px;
    z-index: 9;
    margin: 0px 10px;
}
.img-email{
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
}
.img-jvzoo{
    width: 350px;
    max-width: 100%;
    margin-bottom: 20px;
}
.con-table {
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    font-size: 1.3rem;
}
@media (max-width:767px){
    .con-table {
    font-size: 1.1rem !important;
}
}
.con-table-row {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 500;
}
.con-table .con-table-row:last-child{
    border-bottom: 0px solid !important;
}
.star-img {
    position: absolute;
    width: 380px;
    top: -56px;
}
.text-all {
    background: #f5f1ff;
    display: table;
    margin: 0px auto;
    padding: 10px 40px;
    border-radius: 50px;
    color: #630adc;
    display: table;
    align-items: center;
}
.row-high {
    padding: 40px 20px;
    border-radius: 30px;
    background: #f2edff;
    border: 2px solid #c287fd;
}
.text-launch {
    display: table;
    padding: 10px 60px 15px 60px;
    margin: 0px auto;
    border: 1px solid #6d1bc3;
    color: white;
    border-radius: 50px;
    background: #39276540;
}
.bg-allinclusive{
    background: #dff1ff;
}
.dw-arrow{
    width: 50px;
}
.text-blue{
    color: #05c4ee !important;
}