html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif !important;
    color: #010101;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--green-clr);
  border-radius: 25px;
}
.caveat{
    font-family: 'Caveat', cursive;
}
.italic{
    font-style: italic;
}
.impact {
  font-family: "impact";
  font-style: normal;
}
/* scroll button start */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--green-clr);
    text-indent:-9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
/* #scroll:hover {
    background: var(--theme-bg);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
} */
/* scroll button end */



:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --grey-clr:#010101B2;
    --grey-clr1:#FFFFFF99;
    --green-clr:#36B82A;
    --green-clr1:#59F33E;
    --red-clr:#FF373C;
    --yellow-dark-clr: #FFA21A;
    --brown-clr: #DF6A00;
    --blue-clr: #5289EF;

    --blue-clr1: #0D87E7;
    --blue-clr3: #27A3F0;
    --yellow-clr: #FEC432;
    --yellow-clr1: #FFBF05;
    --light-white: #010101CC;
    --red-clr1:#FF5E55;
    --red-clr2:#F26159;
    --red-clr3:#FF361D;
    --red-clr4:#ff0506;
    --orange-clr: #F08506;
    --orange-clr-1: #FF8000;

    --purple-clr: #AB59EC;
    --theme-bg: #CFF604;
    --theme-bg-1: #CFF604;
}
/* Color CSS */
.black-clr {color: var(--black-clr)}

.white-clr,a.white-clr {color: var(--white-clr);}

.brown-clr{color:var(--brown-clr);}

.blue-clr {color: var(--blue-clr);}
.blue-clr1 {color: var(--blue-clr1);}
.blue-clr3 {color: var(--blue-clr3);}

.light-white{color: var(--light-white);}

.yellow-clr {color: var(--yellow-clr);}
.yellow-clr1 {color: var(--yellow-clr1);}
.yellow-dark-clr{color:var(--yellow-dark-clr);}

.green-clr {color: var(--green-clr);}
.green-clr1 {color: var(--green-clr1);}


.red-clr{color: var(--red-clr);}
.red-clr1{color: var(--red-clr1);}
.red-clr2{color: var(--red-clr2);}
.red-clr3{color: var(--red-clr3);}
.red-clr4 {color: var(--red-clr4);}
.grey-clr1 {color: var(--grey-clr1);}
.purple-clr {color: var(--purple-clr);}
.orange-clr {color: var(--orange-clr);}
.orange-clr-1 {color: var(--orange-clr-1);}
.theme-clr{
    background: var(--theme-bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr1{
    background: var(--theme-bg-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-theme{
    border-bottom: 2px solid transparent;
    border-image: var(--theme-bg);
    border-image-slice: 1;
    width:100%;
}
.br-theme-1{
    border-bottom: 1px solid transparent;
    border-image: var(--theme-bg-1);
    border-image-slice: 1;
    width:100%;
}
.br-theme-dashed{
    border-bottom: 2px dashed transparent;
    border-image: var(--theme-bg);
    border-image-slice: 1;
    width:100%;
}

/* sticky bar start */
.fixed-top-bar {
    background: #000;
    padding: 10px 0 20px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.fixed-top-bar a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background: var(--theme-bg);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 9px 12px;
    text-decoration: none;
}
 @media (min-width: 768px) {
    .fixed-top-bar {
        padding: 10px 0;
    }
 }
/* stick bar end */

/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* typing start */
.typing-text {
    background: url("../images/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing end */

/* Header CSS */
.header-section {
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #CEFFC2 110.97%);
    padding: 30px 0px;
}
.main-heading {
    background: #F3FFF0;
    border: 1px solid var(--green-clr1);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block; */
}
.main-text {
    background: var(--green-clr);
    padding: 4px 14px 6px;
    border-radius: 0 0 15px 15px;
    display: inline-block;
}
.magically-text {
    background: #EDFFE9;
    border: 1px dashed var(--green-clr1);
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.post-head{
    background: #FFFFFF;
    border: 2px dashed var(--green-clr1);
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
}
/* .white-box{
    background: linear-gradient(180deg, #FDF0F6 0%, #FFFFFF 100%);
    padding: 20px 10px;
    border-radius: 10px;
} */
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
	color: var(--white-clr);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.header-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
.header-section ul.leader-ul li a:hover{
    color: #000000;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--blue-clr);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    /* border: 2px solid #070707; */
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
}
a.affiliate-link-btn:hover {
    /* background: var(--theme-bg-1); */
    color: var(--white-clr) !important;
    background-position: 100% 0%;
}
.theme-btn {
    background-color: var(--theme-bg);
    padding: 15px 22px;
    border-radius: 10px;
    background-image: url(../images/btn-image.webp);
    background-size: contain;
    display: inline-block;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
    outline: 0;
    position: relative;
    } 
.theme-btn:hover, .theme-btn:active{
    color: #000000 !important;
    background-color: var(--theme-bg-1);
    transition: all 1s ease-in-out;
}


@media (min-width: 768px){
.theme-btn {
    padding: 26px 90px;
}

}
/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
.btn-border {
    border: 10px solid #A5C500;
    background: var(--theme-bg);
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
}
    .btn-border:hover{
        transform: scale(1.05);
    }
   
  /* button border animation css end */

.gap20 {
    gap: 20px;
}

.header-white-box{
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF33; */
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 5px 20px 0px #00000026;
    backdrop-filter: blur(50px);
    height: 100%;
    align-items: center;
}
.header-white-box img{
    max-height: 70px;
}
.header-section .h-box{
    background: #FFFFFF1A;
    border-radius: 10px;
    border: 1px solid #5289EF;
    box-shadow: 0px 0px 10px 0px #5289EF80;
    /* border: double 1px transparent;
    background-image: linear-gradient(#E2F3FF, #E2F3FF), var(--theme-bg);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.header-section .blue-box {
    padding: 20px 10px;
}
.list-head {
    background: linear-gradient(180deg, #F3FFF0 0%, rgba(243, 255, 240, 0.2) 100%);
    border: 2px solid #59F33E;
    list-style: none;
    border-radius: 10px;
    padding: 20px 10px;
}
.list-head li {
    background: url(../images/list-head.webp) no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 15px 37px;
}
/* .list-head {
    border: 1px solid #406CF74D;
    background: #F1F5FE;
    padding: 15px 10px;
    border-radius: 10px;
} */
.list-head li:last-child{
    padding-bottom: 0px;
}

.video-box{
    border: 1px solid var(--green-clr1);
    box-shadow: 0px 0px 10px 8px #59f33e12;
    border-radius: 10px;
}

.Exclusive-text {
    background: #FFFFFF;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    padding: 10px;
}
.green-header-frame{
    background: url("../images/green-header-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-header-frame{
    background: url("../images/red-header-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.price-text {
    background: url("../images/price-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 4px 8px;
}
.red-frame-1 {
    background: url("../images/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
@media(min-width:768px){
    .header-section {
        background: url(../images/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 100px;
    }
    .magically-text {
        border-radius: 100px;
        padding: 13px 40px;
    }
    .main-text {
        padding: 4px 21px 6px;
        border-radius: 0 0 20px 20px;
    }
    .main-heading{
        background: url("../images/main-head-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .post-head{
        padding: 12px 24px;
    }
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    .list-head li {
        padding: 0px 0px 20px 37px;
    }

}
/* header-sec end */

/* step-sec start */
/* .step-text{
    background: #F3FFF0;
    border: 1px solid var(--green-clr1);
    box-shadow: 0px 0px 30px 0px #52DB3180 inset;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
} */
.step-text {
    background: url("../images/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 8px 20px;
    display: inline-block;
}
.stepacard-1 {
    background: url("../images/stepcard-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 35px 20px 25px;
}
.stepacard-2 {
    background: url("../images/stepcard-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 35px 20px 25px;
}
.stepacard-3 {
    background: url("../images/stepcard-3.webp") no-repeat;
    background-size: 100% 100%;
    padding: 35px 20px 25px;
}

@media(min-width:768px){
    .step-sec{
        background: url(../images/step-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .step-text{
        padding: 10px 40px;
    }
    .stepacard-1{
        padding: 58px 29px 27px;
    }
    .stepacard-2{
        padding: 58px 29px 30px;
    }
    .stepacard-3{
        padding: 58px 29px 27px;
    }
}
/* step-sec end */

/* platform-sec start */
.platform-sec{
    background: #F2FCEF;
}
.green-frame-1{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.green-text{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
}

.platform-card{
    background: url("../images/platform-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    /* display: inline-block; */
}
.platform-red-card{
    background: #FF462F;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 11px;
}
.platform-card a{
    color: #2F60FF;
    text-decoration: none;
    cursor: pointer;
}
.platform-card a:hover{
    color: #2F60FF;
}
@media(min-width:768px){
    .platform-sec{
        background: #F2FCEF url(../images/platform-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .green-frame-1{
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 30px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave-1{
        position: relative;
    }
    .green-wave-1::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-1.webp") no-repeat;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 10px;
    }

    .platform-card{
        padding: 20px 38px;
    }
    .green-wave-3{
        position: relative;
    }
    .green-wave-3::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-3.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}
/* platform-sec end */

/* power-sec start */
.power-sec{
    background: #ffffff;
}
.power-text{
    background: #F0FFF1;
    border: 1px solid var(--green-clr1);
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px){
    .power-sec{
        background: url("../images/power-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .power-text {
        padding: 14px 29px 14px 16px;
        position: relative;
    }
    .power-text::after {
        position: absolute;
        content: url("../images/thumb-icon.webp");
        top: 8px;
        right: -17px;
    }
    .green-wave-2{
        position: relative;
    }
    .green-wave-2::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 10px;
    }
}
/* power-sec end */

/* btn-sec start */
.btn-sec{
    background: #000000;
    position: relative;
    /* z-index: -1; */
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('../images/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .btn-sec{
        background: #000000 url(../images/btn-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 80px 0px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        padding: 40px 42px;
        border-radius: 10px;
    }
}
/* btn-sec end */

/* leader-sec start */
.leader-sec{
    background: #F2FDEF;
}
.leader-sec-1, .leader-sec-3,
.leader-sec-5, .leader-sec-7,
.leader-sec-9, .leader-sec-11,
.leader-sec-13{
    background: #FFFFFF;
    padding: 80px 0px;
}
.leader-sec-2, .leader-sec-4,
.leader-sec-6, .leader-sec-8,
.leader-sec-10, .leader-sec-12{
    background: #F2FDEF;
    padding: 80px 0px;
}
 .leader-text {
    background: #FFFFFF;
    border: 2px solid var(--green-clr1);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 20px;
    margin-top: -40px;
}

.leader-text-1 {
    background: var(--green-clr);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 20px;
    margin-top: -40px;
}
.leader-box, .leader-box-1, .leader-box-2, 
.leader-box-3, .leader-box-4, .leader-box-5,
.leader-box-6, .leader-box-7, .leader-box-8,
.leader-box-9, .leader-box-10, .leader-box-11,
.leader-box-12, .leader-box-13{
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-1.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* .leader-box-1 {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
} */
.leader-box-1::after {
    position: absolute;
    content: '';
    border-radius: 100px;
    background: url("../images/leader-box-2.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;  
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-2::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-3.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-3::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-4.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-4::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-5.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-5::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-6.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-6::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-7.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-7::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-8.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-8::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-9.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-9::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-10.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/*  */
.leader-box-10::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-11.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-11::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-12.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-12::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-13.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* .leader-box-13::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("../images/leader-box-14.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */

.voice-box{
    background: linear-gradient(180deg, #36B82A 0%, #000000 71.76%);
    border-radius: 20px;
    padding: 20px 4px;
    height: 100%;
}
.voice-box audio{
    max-width: 90%;
}
@media(min-width:768px){
    .leader-sec{
        background: url("../images/leader-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .leader-sec-1{
        background: url("../images/leader-bg-1.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-2{
        background: url("../images/leader-bg-2.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-3{
        background: url("../images/leader-bg-3.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-4{
        background: url("../images/leader-bg-4.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-5{
        background: url("../images/leader-bg-5.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-6{
        background: url("../images/leader-bg-6.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-7{
        background: url("../images/leader-bg-7.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-8{
        background: url("../images/leader-bg-8.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-9{
        background: url("../images/leader-bg-9.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-10{
        background: url("../images/leader-bg-10.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-11{
        background: url("../images/leader-bg-11.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-12{
        background: url("../images/leader-bg-12.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    /* .leader-sec-13{
        background: url("../images/leader-bg-13.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    } */
    .leader-text{
        border-radius: 50px;
        padding: 13px 50px;
        margin-top: -50px;
    }
    .leader-text-1 {
        border-radius: 50px;
        padding: 13px 50px;
    }
    .leader-box, .leader-box-1, 
    .leader-box-2, .leader-box-3, 
    .leader-box-4, .leader-box-5, 
    .leader-box-6, .leader-box-7,
    .leader-box-8, .leader-box-9,
    .leader-box-10, .leader-box-11,
    .leader-box-12, .leader-box-13  {
       padding: 0px 0px 100px 0px;
    }
    .voice-box{
        background: url("../images/voice-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 40px 25px;
        border-radius: unset;
    }
    .voice-box audio{
        max-width: 100%;
    }
}
@media (max-width:1400px) {
    .leader-box::after, .leader-box-2::after, .leader-box-4::after, 
    .leader-box-6::after, .leader-box-8::after, .leader-box-10::after,
    .leader-box-12::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background: linear-gradient(180deg, #36B82A 0%, #185213 100%);
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .leader-box-1::after, .leader-box-3::after, .leader-box-5::after, 
    .leader-box-7::after, .leader-box-9::after, .leader-box-11::after,
    .leader-box-13::after {
        position: absolute;
        content: '';
        border-radius: 20px;
        background: linear-gradient(180deg, #F2FDEF 0%, #F2FDEF 100%);
        border: 1px solid var(--green-clr);
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

}
/* leader-sec end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #F2FDEF;
    border: 1px dashed var(--green-clr);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(../images/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 15px 35px 15px 38px;
        position: relative;
    }
    .without-text::after {
        position: absolute;
        content: url(../images/sunglass-emoji.webp);
        top: 0px;
        right: -50px;
    }
    .without-box-1, .without-box-2{
       position: relative;
    }
    .without-box-1::before {
        position: absolute;
        content: url("../images/line-1.webp");
        top: -10px;
        left: -14px;
    }
    .without-box-2::before {
        position: absolute;
        content: url("../images/line-2.webp");
        top: -10px;
        left: -14px;
    }
}
/* without-sec end */

/* digital-sec start */
.digital-sec{
    background: #F2FDEF;
}
.green-frame-2{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
}
.instantly{
    background: url("../images/instantly-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 14px;
    display: inline-block;
    transform: rotate(1.99deg);
}
.digital-box{
    background: url("../images/digital-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 18px 15px;
}
@media (min-width: 768px) {
    .digital-sec {
        background: #F2FDEF url(../images/digital-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .green-frame-2{
        background: url("../images/green-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px;
        border: unset;
        border-radius: unset;
    }
}
/* digital-sec end */

/* choice sec start */
.choice-sec{
    background: #fff;
}
.choicebox-1{
    background: #ff5e49;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.choicebox-2{
    background: #48c50b;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    /* height: 100%; */
}
.choicetext-1{
    background: #FF5E4A;
    padding: 10px 65px;
    display: inline-block;
    border-radius: 100px;
}
.choicetext-2{
    background: #48c50b;
    padding: 10px 65px;
    display: inline-block;
    border-radius: 100px;
}
.choise-list{
    background: #FFF3F3;
    padding: 12px 15px 20px !important;
    border-radius: 22px;
}
.choise-list-1{
    background: #F0FFE9;
    padding: 12px 15px 20px !important;
    border-radius: 22px;
}
.choise-list li{
    list-style: none;
    background: url("../images/choice-cross.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list-1 li{
    list-style: none;
    background: url("../images/choice-right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list li:nth-last-child(1), .choise-list-1 li:nth-last-child(1){
    border: unset;
    padding-bottom: 0px;
}
.choise-list li, .choise-list-1 li{
    position: relative;
}
.choise-list li::after {
    position: absolute;
    content: "";
    background: #FF5E4A40;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list-1 li::after {
    position: absolute;
    content: "";
    background: #47C50C40;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list li:last-child::after,
.choise-list-1 li:last-child::after {
    background: none;
    content: none; 
}
@media (min-width: 768px) {
    .choice-sec{
        background: #ffffff url("../images/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .choicebox-1{
        background: url("../images/choicebox-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 34px 38px;
        box-shadow: none;
    }
    .choicebox-2{
        background: url("../images/choicebox-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 33px 30px 35px;
        box-shadow: none;
    }
    .choicetext-1{
        background: url("../images/choicetext-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 84px 22px;
        display: inline-block;
    }
    .choicetext-2{
        background: url("../images/choicetext-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 84px 22px;
        display: inline-block;
    }
}
/* choice sec end */

/* warning section start */
.warning-section{
    background: #F2FCF0;
}
.warning-card{
    background: #fff;
    border: 5px dashed #FF361D;
    border-radius: 20px;
    padding: 0px 10px 10px;
}
.warning-shape {
    background: #FF361D;
    border-radius: 41px;
    padding: 4px 20px 4px;
    display: inline-block;
    margin-top: -25px;
}
@media (min-width: 768px) {
    .warning-section{
        background: #F2FCF0 url(../images/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 50px 50px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
        padding: 0px 36px 8px;
    }
}
/* warning section end */

/* titan-sec start */
.titan-sec{
    background: linear-gradient(180deg, #000000 0%, #11410D 76.45%);
}
.titan-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.titan-text-1{
    background: #FFFFFF;
    border: 1px dashed #36B82A;
    border-bottom: none;
    border-radius: 50px;
    padding: 10px 15px;
    display: inline-block;
}

@media (min-width: 768px) {
    .titan-sec{
        background: #ffffff url(../images/titan-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding-bottom: 212px;
    }
    .titan-text {
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 118px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave-4{
        position: relative;
    }
    .green-wave-4::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-4.webp") no-repeat;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .ai-titan-container {
        position: relative;
        /* width: 600px; */
        height: 790px;
        overflow: hidden;
    }

    .background-icons {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        animation: pulseZoom 2s linear infinite, blurFocus 2s linear infinite;
    }
    @keyframes pulseZoom {
        0%   { transform: scale(1); }
        50%  { transform: scale(1.05); }
        100% { transform: scale(1); }
    }
    .background-icons img {
        object-fit: cover;
    }
    .robot-center {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
    }
    .titan-text-1{
        padding: 20px 42px;
    }
}
/* titan-sec end */

/* tool-sec start */
.tool-sec{
    background: #FFFFFF;
}
.tool-text{
    background: #F2FCF0;
    border: 1px dashed var(--green-clr);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tool-text-1{
    background: #F2FCF0;
    border: 1px dashed #000000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.compare-box-1 {
    padding: 16px 28px 20px 28px;
    border-top: 4px solid #59F33E80;
    border-left: 4px solid #59F33E80;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
}
.compare-list-1 li{
    list-style: none;
    text-align: left;
    padding: 30px 30px 30px 30px;
    border-left: 4px solid #59F33E80;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.compare-list-1 li:last-child{
    border-bottom: 3px solid #59F33E80;
    border-radius: 0px 0px 0px 20px;
}
.compare-box-2 {
    padding: 19px 22px 19px;
    border-top: 4px solid #59F33E80;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.compare-list-2 li {
    list-style: none;
    text-align: left;
    padding: 32px 30px 33px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.compare-list-2 li:nth-child(2){
    padding: 35px 30px 35px 50px;
}
.compare-list-2 li:nth-child(3), .compare-list-2 li:nth-child(4),
.compare-list-2 li:nth-child(8), .compare-list-2 li:nth-child(11), 
.compare-list-2 li:nth-child(12), .compare-list-2 li:nth-child(16),
.compare-list-2 li:nth-child(18), .compare-list-2 li:nth-child(20),
.compare-list-2 li:nth-child(21){
    padding: 32px 30px 32px 50px;
}
.compare-list-2 li:nth-child(5) {
    padding: 34px 30px 35px 50px;
}
.compare-list-2 li:nth-child(6){
    padding: 30px 30px 30px 50px;
}
.compare-list-2 li:nth-child(7){
    padding: 33px 30px 33px 50px;
}

.compare-list-2 li:nth-child(9){
    padding: 31px 30px 31px 50px;
}
.compare-list-2 li:nth-child(10){
    padding: 31px 30px 30px 50px;
}
.compare-list-2 li:nth-child(13){
    padding: 31px 30px 32px 50px;
}
.compare-list-2 li:nth-child(15){
    padding: 31px 30px 32px 50px;
}
.compare-list-2 li:nth-child(17){
    padding: 34px 30px 34px 50px;
}
.compare-list-2 li:last-child {
    border-bottom: 3px solid #59F33E80;
    background-image: none;
}
.compare-box-3 {
    padding: 20px 0px 20px 0px;
    background: #F2FCF0;
    border: 3px solid #59F33E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    margin-top: -82px;
}
.compare-list-3 li {
    list-style: none;
    text-align: left;
    padding: 35px 0px;
    border-left: 3px solid #59F33E;
    border-right: 3px solid #59F33E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #F2FCF0;
}
.compare-list-3 li:nth-child(2) {
    padding: 38px 0px 39px;
}
.compare-list-3 li:nth-child(5) {
    padding: 38px 0px;
}
.compare-list-3 li:nth-child(6) {
    padding: 33px 0px;
}
.compare-list-3 li:nth-child(7) {
    padding: 36px 0px 37px;
}
.compare-list-3 li:nth-child(8) {
    padding: 35px 0px;
}
.compare-list-3 li:nth-child(9) {
    padding: 34px 0px;
}
.compare-list-3 li:nth-child(10) {
    padding: 34px 0px;
}
.compare-list-3 li:nth-child(14) {
    padding: 35px 0px 36px;
}
.compare-list-3 li:nth-child(17) {
    padding: 37px 0px 38px;
}
.compare-list-3 li:nth-child(19) {
    padding: 35px 0px 37px;
}
.compare-list-3 li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: 3px solid #59F33E;
    background-image: none;
}
.losing-frame{
    border: 2px solid #406CF7;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
}
.ultimate-border{
    border-top: double 1px transparent;
    border-bottom: double 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, rgba(89, 243, 62, 0.102) 0%, #59F33E 48.08%, rgba(89, 243, 62, 0.102) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.ultimate-box{
    background: linear-gradient(90deg, rgba(255, 228, 228, 0) 0%, #FFF0F0 21.05%, #FFFFFF 100%);
    padding: 20px;
}
.ultimate-red-box{
    background: #FEEAE9;
    border: 1px solid #FF361D;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-blue-box{
    background: #F2FCF0;
    border: 1px solid #59F33E;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-ul li {
    list-style: none;
    background: url(../images/tool-tick.webp) no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 15px 40px;
}
.ultimate-ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .tool-sec{
        background: url("../images/tool-bg.webp") no-repeat center center;
        background-size: 100% 100%;
        padding-top: 40px;
    }
    .tool-text{
        padding: 8px 40px;
    }
    .tool-text-1{
        padding: 20px 50px;
    }
     .mt-md145{
        margin-top: 145px !important;
    }
    .ultimate-box{
        padding: 40px 36px;
    }
    .ultimate-red-box{
        padding: 30px 35px;
    }
    .ultimate-blue-box{
        padding: 30px 35px;
        position: relative;
    }
    .ultimate-blue-box::after {
        position: absolute;
        content: url("../images/happy-emoji.webp");
        top: 115px;
        right: -75px;
    }
    .ultimate-ul li {
        padding: 0px 0px 15px 40px;
    }
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
/* tool-sec end */

/* monthly-sec start */
.monthly-sec{
    background: #F2FDEF;
}
.monthly-text{
    background: #ffffff;
    border: 1px dashed var(--green-clr);
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.monthly-text-1{
    background: #FFFFFF;
    border: 1px dashed #000000;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-text-2{
    background: #FFFFFF;
    border: 1px dashed var(--green-clr);
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .monthly-sec {
        background: #F2FDEF url(../images/monthly-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .monthly-text{
        padding: 14px 28px;
    }
    .green-wave-5{
        position: relative;
    }
    .green-wave-5::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-5.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .monthly-text-1{
        padding: 20px 30px;
    }
    .monthly-text-2{
        background: url("../images/green-frame-3.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 55px 35px 30px;
    }
}
/* monthly-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #031202;
}
.newbies-card {
    border-radius: 10px;
    border: 1px solid transparent;
    background:  linear-gradient(90deg, #0F2C0C 0%, rgba(255, 255, 255, 0) 100%) padding-box, 
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100.01%) border-box; 
    padding: 20px;
}
.newbies-card-1 {
    border-radius: 10px;
    border: 1px solid transparent;
    background:  linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0F2C0C 100%) padding-box, 
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100.01%) border-box; 
    padding: 20px;
}
.newbies-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.newbies-frame{
    background: var(--green-clr);
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .newbies-sec {
        background: #031202 url(../images/newbies-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .newbies-text {
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px 64px 30px;
        border: unset;
        border-radius: unset;
    }
    .newbies-card, .newbies-card-1 {
        padding: 50px 30px;
    }
    .newbies-frame{
        background: url("../images/newbies-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 6px 25px;
    }
}
/* newbies-sec end */

/* tapping-sec start */
.tapping-sec{
    background: #ffffff;
}
.tapping-text{
    background: var(--green-clr);
    border: 1px dashed #FFFFFF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tapping-text-1{
    background: #ffffff;
    border: 2px solid #FF361D;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
     .tapping-sec{
        background: #ffffff url("../images/tapping-bg.webp") no-repeat center center;
        background-size: cover;
     }
    .tapping-text{
        padding: 12px 95px 12px 35px;
        position: relative;
    }
    .tapping-text::after {
        position: absolute;
        content: url("../images/think-emoji-1.webp");
        top: -25px;
        right: -40px;
    }
    .tapping-text-1{
        background: url("../images/red-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 58px;
    }
}
/* tapping-sec end */

/* problem-sec start */
.problem-sec{
   background: #F2FCF0;
}
.problem-text{
    background: #FFFFFF;
    border: 1px dashed var(--green-clr);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.scary-text {
    background: #ffffff;
    border: 1px solid #FF373C;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .problem-sec{
        background: #F2FCF0 url("../images/problem-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .problem-text{
        padding: 14px 40px;
    }
    .problem-box-1{
       position: relative;
    }
    .problem-box-1::before {
        position: absolute;
        content: url("../images/red-line-1.webp");
        top: -10px;
        left: -14px;
    }
    .scary-text {
        background: url("../images/scary-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* problem-sec end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #ffffff;
}
.but-text {
    background: var(--green-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}
.anymore-card{
    background: #F2FCF0;
    border: 1px solid #36B82A80;
    border-radius: 10px;
    padding: 15px;
}
.anymore-text {
    background: #F2FCF01A;
    border: 1px solid #36B82A4D;
    box-shadow: 0px 0px 30px 0px #36B82A4D inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
     .not-anymore-sec{
        background: #ffffff url("../images/not-anymore-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .but-text {
        padding: 5px 81px 5px 50px;
        position: relative;
    }
    .but-text::after {
        position: absolute;
        content: url("../images/star-emoji.webp");
        top: -12px;
        right: -30px;
    }
    .green-wave-6{
        position: relative;
    }
    .green-wave-6::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-6.webp") no-repeat;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .anymore-card{
        padding: 20px 15px 27px;
    }
    .anymore-text {
        padding: 30px 52px;
    }
}
/* not-anymore-sec end */

/* proudly sec start */
.proud-section{
    background: #11410D;
}
.prudly-text {
    background: var(--green-clr);
    display: inline-block;
    border-radius: 40px;
    padding: 4px 10px;
}
.main-heading-1 {
    background: linear-gradient(90deg, #123B0F 0%, rgba(18, 59, 15, 0) 100%);
    border: 1px solid var(--green-clr1);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block; */
}
@media (min-width: 768px) {
    .proud-section{
        background: #11410D url("../images/proudly-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 60px 0 120px;
    }
    .prudly-text {
        background: url("../images/proudly-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 15px 30px;
    }
.main-heading-1 {
        background: url("../images/main-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */


/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: #DFF6DC;
    border: 2px solid var(--green-clr);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(../images/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        background: url("../images/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
}
/* demo section end */

/* features section start */
.feature-sec{
    background: #F2FCF0;
}
.features-heading{
   position: relative;
}
.goldmine-box {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.goldmine-box::after {
    position: absolute;
    content: '';
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid var(--green-clr);
    box-shadow: 0px 0px 30px 0px #36B82A inset;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.goldmine-box:nth-child(odd):after {
    background: linear-gradient(180deg, rgba(54, 184, 42, 0.2) 0%, rgba(54, 184, 42, 0) 100%),
linear-gradient(180deg, #36B82A -30.46%, #000000 109.1%) !important;
    border: 1px solid var(--green-clr) !important;
    box-shadow: 0px 0px 30px 0px #36B82A inset !important;
}
.feature-text {
    background: #F3FFF0;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
@media (min-width:768px) {
    .feature-sec{
       background: #F2FCF0 url("../images/feature-bg.webp") no-repeat top center;
       background-size: cover;
       background-attachment: fixed;
    }
    .features-heading:before{
       background: url(../images/power-icon-left.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       left:130px;
       content: '';
    }
    .features-heading:after{
       background: url(../images/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:130px;
       content: '';
    }
    .goldmine-box {
        padding: 50px 0px;
    }
    .goldmine-line {
        position: relative;
    }
    .goldmine-line::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("../images/goldmine-1.webp") no-repeat;
    }
    .feature-text {
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 35px 37px 35px;
        border: unset;
        border-radius: unset;
    }
}
@media (max-width:1400px) {
    .goldmine-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid var(--green-clr);
        box-shadow: 0px 0px 30px 0px var(--green-clr) inset;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
/* features section end */

/* loaded-sec start */
.loaded-sec{
    background:  #F2FCF0;
}
.loaded-text{
    background: var(--green-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
}
.loaded-card{
    background: #FFFFFF;
    border: 1px solid var(--green-clr);
    box-shadow: 0px 0px 15px 0px var(--green-clr) inset;
    border-radius: 15px;
    display: inline-block;
    height: 100%;
    padding: 20px 20px 20px;
}

.loaded-green-card{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .loaded-sec{
        background: #F2FCF0  url("../images/loaded-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .loaded-text{
        background: url("../images/loaded-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 13px 39px 16px 63px;
        position: relative;
        border-radius: unset;
    }
    .loaded-text::after{
        position: absolute;
        content: url("../images/think-emoji-1.webp");
        top: -20px;
        right: -90px;
    }
    .loaded-card{
        background: url("../images/loaded-card.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 40px 30px;
        border-radius: unset;
        box-shadow: unset;
        border: unset;
    }
    .loaded-green-card{
        background: url("../images/loaded-green-card.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 9px 30px;
    }
}
/* loaded-sec end */

/* tons-sec start */
.tons-sec{
    background: #ffffff;
}
.tons-text{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .tons-sec{
        background: #ffffff  url("../images/tons-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .tons-text{
        background: url("../images/tons-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 10px 15px;
    }
}
/* tons-sec end */

/* profit-sec start */
.profit-sec{
    background: #061F04;
}
.profit-box {
    background: url("../images/profit-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px 20px;
} 
.profit-text{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .profit-sec{
        background: #061F04  url("../images/profit-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .profit-box{
        padding: 40px 35px 30px;
    } 
    .profit-text{
        background: url("../images/profit-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 17px 30px;
    }
}
/* profit-sec end */

/* moving-row-sec */
.moving-row-sec{
    background: #061F04;
}
.moving-container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }

  /* Common styles for moving rows */
  .moving-row {
    display: flex;
    white-space: nowrap;
    animation: move 30s linear infinite;
  }

  /* Alternate direction for rows */
  .moving-row-parent:nth-child(odd) .moving-row {
    animation-direction: normal;
  }

  .moving-row-parent:nth-child(even) .moving-row {
    animation-direction: reverse;
  }

  /* Hover to pause animation */
  .moving-row-parent:hover .moving-row{
    animation-play-state: paused;   
  }

  /* Individual tags styling */
  .moving-row .tag {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #FFFFFF33;
    background: linear-gradient(88.18deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
  }
  /* Shadow gradient effect on edges */
  .shadow-left,
  .shadow-right {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .shadow-left {
    left: 0;
    background: linear-gradient(to right, rgb(6 31 4), rgb(8, 11, 26, 0));
  }

  .shadow-right {
    right: 0;
    background: linear-gradient(to left, rgb(6 31 4), rgb(8, 11, 26, 0));
  }

  /* Keyframes for movement */
  @keyframes move {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media (min-width:768px) {
    .moving-row-sec{
        padding-bottom: 150px;
    }
  }
/* moving-row-sec */

/* globally-sec start */
.globally-sec{
    background: #F0FBEF;
}
.globally-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.believe-text {
    background: #FFFFFF;
    border: 1px dashed #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px){
    .globally-sec{
        background: #F0FBEF url(../images/globally-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .globally-text {
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 31px;
        border: unset;
        border-radius: unset;
    }
    .believe-text {
        padding: 10px 20px;
    }
}
/* globally-sec end */

/* doubt-sec start */
.doubt-sec{
    background: #ffffff;
}
.doubt-text {
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 2px 32px;
}
@media (min-width: 768px) {
    .doubt-sec{
        background: #ffffff url("../images/doubt-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        padding-bottom: 0px;
    }
    .doubt-text{
        padding: 12px 48px;
    }
}
/* doubt-sec end */

/*selling sec start */
.selling-sec{
    background: #F2FCF0;
}
.sell-text{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px 10px;
    border-radius: 20px;
    display: inline-block;
}

@media (min-width: 768px) {
    .selling-sec {
        background: url("../images/selling-bg.webp") no-repeat top center;
        padding-top: 200px;
        background-size: cover;
    }
    .sell-text{
        background: url("../images/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 37px 34px;
        border: unset;
        border-radius: unset;
    }
}
/* selling  sec end */

/* crazy sec start */
.crazy-sec{
    background: #fff;
}
.crazy-text {
    background: var(--green-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("../images/crazy-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .crazy-text{
        padding: 2px 125px 2px 45px;
    }
    .crazy-text::after{
        content: url("../images/glasses-emoji.webp");
        position: absolute;
        top: -6px;
        right: 20px;
    }
    .green-wave-7{
        position: relative;
    }
    .green-wave-7::before {
        position: absolute;
        content: '';
        background: url("../images/green-wave-7.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 6px;
    }
}
/* crazy sec end */

/* potential-sec start */
.potential-sec{
    background: #ffffff;
}
.gap30 {
	--bs-gutter-y: 30px;
}
.feature-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: 1px solid var(--green-clr);
    border-bottom: 7px solid var(--green-clr);
}
.feature-list-box img {
    border-radius: 50%;
    background: #F0FBEF;
}
.feature-list-box:hover{
	-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  
  @keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  .support-img:hover img{-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@media(min-width:768px){
    /* .potential-sec{
        background: url("../images/potential-bg.webp") no-repeat center center;
        background-size: cover;
    } */
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}

}
/* potential-sec end */

/*compare section start*/
.compare-section{
    background: linear-gradient(180deg, #0D100D 0%, #286517 100%);
}
.winning-box{
    padding: 35px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -23px;
    position: relative;
}
.compare-list-11{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-11 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("../images/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-11 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-11 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 27px 110px 26px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    position: relative;
    /* margin-top: -71px; */
}
.compare-list-22 li{
    list-style: none;
    text-align: left;
    background: url("../images/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 36px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-22 li:nth-child(1){
    padding: 38px 36px 38px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(3) {
    padding: 38px 36px 38px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(6) {
    padding: 38px 36px 37px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(even){  
    background-color: #FFEBE9;
}
.compare-list-22 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 38px 36px 38px 65px;
    background-position: 23px 34px;
}

.winning-text{
    background: #B9FFBE1A;
    border: 2px dashed #00C40D;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
.losing-text{
    background: #FF25251A;
    border: 2px dashed #FF2525;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
@media(min-width:768px){
     .compare-section{
        background: #000000 url(../images/compare-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .winning-box::before {
        position: absolute;
        content: url("../images/enjoy-emoji.webp");
        top: 15px;
        left: 15px;
    }
    .winning-box::after{
        position: absolute;
        content: url("../images/happy.webp");
        top: 25px;
        right: 15px;
    }
    .losing-box::before {
        position: absolute;
        content: url("../images/sad-1.webp");
        top: 15px;
        left: 35px;
    }
    .losing-box::after{
        position: absolute;
        content: url("../images/sad.webp");
        top: 15px;
        right: 35px;
    }
    .winning-text{
        padding: 10px 48px;
    }
    .losing-text{
        padding: 10px 48px;
    }
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}

/* compare section end */

/* worring-sec start */
.worring-sec{
    background: #ffffff;
}
.worring-text{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    position: relative;
}

@media(min-width:768px){
    .worring-sec {
        background: url(../images/worring-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 160px 0px 100px;
    }
    .worring-text{
        background: url("../images/green-frame-4.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 10px 96px 10px 39px;
        position: relative;
    }
    .worring-text::after{
        position: absolute;
        content: url(../images/smile-emoji.webp);
        top: -25px;
        right: -65px;
    }
    .green-line{
        position: relative;
    }
    .green-line::after {
        position: absolute;
        content: url(../images/green-line.webp);
        bottom: -20px;
        left: 0;
    }
}
/* worring-sec end */

/* stress-free-sec start */
.stress-free-sec{
    background: #ffffff;
}
.stress-free-head{
    display: inline-block;
    position: relative;
    padding: 5px;
    border-radius: 100px;
    background: var(--green-clr);
}
.stress-free-head2 {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background: #F2FCF0;
    border: 1px dashed var(--green-clr);
    backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
    .stress-free-sec{
        background: url("../images/stress-free-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .green-line{
        position: relative;
    }
    .green-line::before{
        position: absolute;
        content: '';
        background: url("../images/green-line.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .stress-free-head{
        padding: 11px 42px 10px 24px;
    }
    .stress-free-head::after {
        content: url("../images/tounge-emoji.webp");
        position: absolute;
        top: -16px;
        right: -80px;
    }
    .stress-free-head2 {
        border-radius: 20px;
        padding: 14px 29px 4px;
    }
    
}
/* stress-free-sec end */

/* fear sec start */
.fear-sec{
    background: linear-gradient(180deg, rgba(255, 54, 29, 0.2) 62.5%, rgba(255, 163, 163, 0.4) 98.12%);
}
.fair-text {
    border: 2px solid #FFFFFF;
    background: #FF361D;
    border-radius: 80px;
    display: inline-block;
    padding: 10px 50px;
}
.fair-text-1 {
    background: #ffffff;
    border: 3px solid #FF361D;
    border-radius: 70px;
    display: inline-block;
    padding: 0px 5px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #FDF0FF url(../images/fair-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .fair-text{
        padding: 20px 40px;
    }
    .fair-text-1{
        padding: 0px 10px;
    }
}
/* fear sec end */

/* bonusess-sec start */
.bonusess-sec{
    background: #111c38;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("../images/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 60px 0px 90px;
    }
}
/* bonusess-sec end */

/* bonus section start */
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--green-clr);
    background: #F2FCF0;
    /* backdrop-filter: blur(25px); */
    height: 100%;
    padding: 20px;
}

.margin-t-30 {
    margin-top: -30px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(../images/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 768px){
    .margin-t-78 {
        margin-top: -66px;
    }
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
}
/* bonus section end */


/* moneyback sec start */
.moneyback-sec{
    background: #061F04;
}
.moneyback-h{
    background: url("../images/green-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #061F04 url("../images/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .moneyback-h {
        padding: 10px 84px 10px 43px;
        position: relative;
    }
    .moneyback-h::after {
        content: url(../images/thanking-emoji-1.webp);
        position: absolute;
        top: -6px;
        right: -28px;
    }
}
/* moneyback sec end */


* Table Section Start */

.table-section {
    background: #fff;
}

.tablebox2 {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #FDF1FF;
}

.tbbg2 {
    background: #FDF1FF;
    padding: 30px;
    background-size: cover;
    border-radius: 8px 8px 0 0
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 0
}

ul.grey-tick-last {
    padding: 0
}

ul.grey-tick-last li {
    background: url(../images/list-head.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #08041e
}

ul.grey-tick-last li:last-child {
    border-bottom: 0
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #f1f1f1;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #fff;
}

.tablebox3 {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding: 10px;
    background: #0ea400;
}
.tbbg3 {
    background: #000000;
    /* background: url(../images/table-frame.webp) no-repeat bottom center; */
    padding: 50px 10px 0px 10px;
    background-size: 100% 100%;
    border-radius: 15px 15px 0 0;
    min-height: 200px;
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101
}

ul.vgreytick {
    padding: 0
}

ul.vgreytick li {
    background:#fff url(../images/list-head.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul.vgreytick li:nth-child(1){
    border-radius: 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ul.vgreytick li:last-child {
    border-bottom: 0
} */

.myfeatureslastborder {
    float: left;
    padding: 0px 0px 10px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    min-height: 69px;
    background: #fff
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #2447a2;
}

.commercial{
    background: #ffffff;
    border-radius: 25px;
    padding: 8px 29px;
    display: inline-block;
}
.commercial1{
    background: #fff;
    border-radius: 25px;
    padding: 6px 10px;
    display: inline-block;
    border: 2px dashed var(--green-clr);
}
.table-sale {
    background: url(../images/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top{
    margin-top: -72px;
}
.vgreytick li.headline1 {
    background: #FFDFDF;
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #FF0000;
}
.vgreytick li.headline2 {
    background: #0ea400;
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
ul.vgreytick3 li {
    background: url(../images/cross2.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
a.cta-link-btn {
    background: var(--green-clr);
    color: var(--black-clr);
    padding: 15px 18px;
    font-size: 24px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .5s ease-in-out;
    font-style: italic;
    background-size: 100%;
    /* position: relative; */
}
a.cta-link-btn:hover{
    transition: all .5s ease-in-out;
    /* background: var(--theme-clr-1); */
    background-size: 200%;
    color: var(--white-clr);
}
@media(min-width:768px){
    .table-section {
        background: url("../images/loaded-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .gx-6 {
        --bs-gutter-x: 4rem
    }
    .tbbg2 {
        min-height: 235px;
        padding:50px 30px 50px 30px;
        background-size: 100% 100%;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 55px;
        background-position: 20px 24px;
    }
    .tbbg3 {
        min-height: 430px;
        padding: 50px 30px 0px 30px;
        background-size: 100% 100%;
    }    
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    /* .myfeatureslast {
        padding: 30px
    } */
    .tablebox3 {
        border-radius: 35px 35px 20px 20px;
        padding: 15px;
    }
    .myfeatureslastborder {
        padding: 0px 0px 30px;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top{
        margin-top: -80px;
    }
    ul.vgreytick3 li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .commercial1{
        padding: 8px 29px;
    }
    a.cta-link-btn {
        font-size: 40px;
        padding: 20px 84px;
        display: inline-block;
    }
}

.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 95%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 18px 18px 18px 10px;
}
@media (min-width: 768px) {
    .table-border-content {
        max-width: 80%;
    }
}
/* Table Section End */

/* ticking sec start */
.ticking-sec{
    background: #F2FCF0;
}
@media (min-width:768px) {
    .ticking-sec{
        background: #F2FCF0 url(../images/ticking-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* ticking sec end */

/* contact-sec start */
.contact-section {
    background-color: #ffffff;
}
.contact-text {
    background: var(--green-clr);
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .contact-section {
        background: #ffffff url(../images/contact-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .contact-text {
        background: url("../images/dark-purple-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 60px;
        border-radius: unset;
        position: relative;
    }
}
/* contact-sec end */

/* faq section start */
.faq-section {
    background: #F2FDEF;
}
.faq-list {
    background: url(../images/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid var(--green-clr);
    background-color: #ffffff;
    border-radius: 10px;
}
/* faq section end */

/* final-call start */
.cta-section-white {
    background: #ffffff;
    padding: 30px 0;
}
@media (min-width: 768px){
    .cta-section-white {
        background: #ffffff url("../images/step-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 80px 0px;
    }
}
/* final-call end */

/* Footer Section Start */
.footer-section{
    background: #000;
    padding: 30px 0px;
}
.footer-ul{
    padding: 0px;
    margin: 0px;
}
.footer-ul li{
    display: inline;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px 100px;
    }
}
/* Footer Section End */

.coupon{
    background: var(--theme-bg);
    border-radius: 4px;
    padding: 2px;
}
 .next-text{
    background-color: rgb(239, 49, 49);
    color: #fff;
    border-radius: 4px;
    padding: 0px 2px;
 }



/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
    /* color: var(--purple-clr) !important; */
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */