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(--blue-clr) ;
  border-radius: 25px;
}
.caveat{
    font-family: 'Caveat', cursive;
}
.italic{
    font-style: italic;
}
/* scroll button start */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--blue-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:#555555;
    --grey-clr1:#FFFFFF99;
    --brown-clr: #DF6A00;
    --blue-clr: #5289EF;


    --blue-clr1: #0D87E7;
    --blue-clr3: #27A3F0;
    --yellow-clr: #FEC432;
    --yellow-clr1: #FFBF05;
    --light-white: #010101CC;
    --red-clr:#FF4A4A;
    --red-clr1:#FF5E55;
    --red-clr2:#F26159;
    --red-clr3:#FF361D;
    --red-clr4:#ff0506;
    --green-clr:#00C40D;
    --orange-clr: #F08506;
    --orange-clr-1: #FF8000;

    --green-clr1:#02B802;
    --purple-clr: #AB59EC;
    --theme-bg: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%);
    --theme-bg-1: linear-gradient(90deg, #8EB5FD 0%, #5289EF 100%);
}
/* 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);}

.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%;
}


/* 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("https://cdn.oppyotest.com/launches/ultimateai/special/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(180deg, #FFFFFF 0%, #D4E3FF 100%);
    padding: 30px 0px;
}
.main-heading{
    background: #5289ef14;
    border: 3px dashed #79B3FF;
    padding: 20px 10px;
    border-radius: 10px;
    /* display: inline-block; */
}
.magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.post-head{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    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: var(--theme-bg);
    padding: 15px 22px;
    border-radius: 10px;
    /* border: 2px solid transparent; */
    display: inline-block;
    text-decoration: none;
    /* transition: all .3s ease; */
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
    position: relative;
    } 
.theme-btn:hover, .theme-btn:active{
    color: #fff;
    background: 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 #5289EF4D;
    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 {
    list-style: none;
    padding: 0px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/special/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(--blue-clr);
    box-shadow: 0px 0px 10px 8px #e1e8ff;
    border-radius: 10px;
}
@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/special/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 100px;
    }
    .magically-text {
        border-radius: 100px;
        padding: 12px 40px;
    }
    .main-heading{
        padding: 25px 14px 30px;
        border-radius: 20px;
    }
    .blue-wave{
        position: relative;
    }
    .blue-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .post-head{
        padding: 14px 28px;
    }
    /* .white-box{
        padding: 40px 20px;
    } */
    /* .list-head {
        padding: 20px 15px;
    } */
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    .header-section .h-box{
        border-radius: 20px;
    }
    .header-section .blue-box {
        padding: 30px;
    }
    .list-head li {
        padding: 0px 0px 35px 37px;
    }

}
/* header-sec end */

/* platform-sec start */
.platform-sec{
    background: #ffffff;
}
.platform-text{
   background: #FFFFFF1A;
    border: 2px dashed #5289EF;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}
.platform-box{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/platform-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    height: 100%;
    display: inline-block;
}
@media(min-width:768px){
    .platform-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-box-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 16px 30px;
        border: unset;
        border-radius: unset;
    }
    .blue-wave-1{
        position: relative;
    }
    .blue-wave-1::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-wave-1.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}
/* platform-sec end */

/* power-sec start */
.power-sec{
    background: #E8F0FF;
}
.power-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px){
    .power-sec{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/power-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .power-text{
        padding: 8px 24px;
    }
    .blue-wave-2{
        position: relative;
    }
    .blue-wave-2::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 9px;
    }
}
/* power-sec end */

/* btn-sec start */
.btn-sec{
    background: #010231;
    position: relative;
    /* z-index: -1; */
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/ultimateai/special/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .btn-sec{
        background: #010231 url(https://cdn.oppyotest.com/launches/ultimateai/special/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 */

/* dashboard-sec start */
.dashboard-sec{
    background-color: #E2ECFF;
}
.dashboard-text{
    background: #ffffff;
    border: 2px dashed #5289EF;
    border-radius: 10px;
    /* display: inline-block; */
    padding: 10px 15px;
}
.dashboard-card{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/dashboard-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.dashboard-red-card{
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 25px;
}
.dashboard-card a{
    color: #2F60FF;
    text-decoration: none;
    cursor: pointer;
}
.dashboard-card a:hover{
    color: #2F60FF;
}
.dash-1{
    background: #FFEBEF;
    border: 1px solid #FF462F;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
.dash-2{
    background: #E9FFEA;
    border: 1px solid #00C40D;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
@media(min-width:768px){
    .dashboard-sec{
        background: #E2ECFF url("https://cdn.oppyotest.com/launches/ultimateai/special/dashboard-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .dashboard-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/dashboard-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        padding: 20px 30px;
        border-radius: unset;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before{
        position: absolute;
        content: '';
        background: url(https://cdn.oppyotest.com/launches/ultimateai/special/green-wave.webp) no-repeat;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .dashboard-card{
        padding: 50px 25px 40px;
    }
    .dash-1{
        padding: 10px 50px;
    }
    .dash-2{
        padding: 10px 55px;
    }
}
/* dashboard-sec end */

/* leader-sec start */
.leader-sec{
    background: #E8F0FF;
    padding-top: 80px;
}
.leader-sec-1{
    padding-top: 80px;
}
/* .leader-box{
    height: 100%;
    width: 100%;
    max-width: 1440px;
    background: #ffffff;
    border: 1px solid #5289EF;
    padding: 0px 125px 70px 125px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.leader-text {
    background: #5289EF;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-text-1 {
    background: #F08506;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-box {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #5289EF;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    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: 20px;
    background: #FFF5E9;
    border: 1px solid #F08506;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media(min-width:768px){
    .leader-sec, .leader-sec-1{
        padding-top: 140px;
    }
    .leader-text{
        padding: 8px 50px;
        margin-top: -50px;
    }
    .leader-text-1 {
        padding: 4px 50px;
    }
    .leader-box, .leader-box-1 {
       padding: 0px 0px 70px 0px;
    }
}
@media (max-width:1400px) {
    .leader-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background-color: #ffffff;
        border: 1px solid #5289EF;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .leader-box-1::after {
        position: absolute;
        content: '';
        border-radius: 20px;
        background: #FFF5E9;
        border: 1px solid #F08506;
        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: #EBFFED;
    border: 1px dashed #00C40D;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.without-box{
    background: linear-gradient(180deg, #CCDCFB 0%, rgba(204, 220, 251, 0.2) 100%);
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/special/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(https://cdn.oppyotest.com/launches/ultimateai/special/sunglass-emoji.webp);
        top: 0px;
        right: -50px;
    }
    .without-box{
        padding: 10px 15px;
    }
}
/* without-sec end */

/* tool-sec start */
.tool-sec{
    background: linear-gradient(180deg, #FFFFFF  0%, #E8F0FF 100%);
}
.tool-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tool-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    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 #406CF780;
    border-left: 4px solid #406CF780;
    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 #406CF780;
    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 #406CF780;
    border-radius: 0px 0px 0px 20px;
}
.compare-box-2 {
    padding: 20px 22px 19px;
    border-top: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.compare-list-2 li {
    list-style: none;
    text-align: left;
    padding: 32.5px 30px 33px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.compare-list-2 li:nth-child(4){
    padding: 34px 30px 33px 50px;
}
.compare-list-2 li:nth-child(6){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:nth-child(8) {
    padding: 31px 30px 30px 50px;
}
.compare-list-2 li:nth-child(9), .compare-list-2 li:nth-child(10){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:last-child {
    border-bottom: 3px solid #9fb5fb;
    background-image: none;
}
.compare-box-3 {
    padding: 12px 0px 20px 0px;
    background: #EFF4FF;
    border: 3px solid #5289EF;
    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: 36px 0px;
    border-left: 3px solid #5289EF;
    border-right: 3px solid #5289EF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #EFF4FF;
}
.compare-list-3 li:nth-child(6) {
    padding: 36.5px 0px;
}
.compare-list-3 li:nth-child(8) {
    padding: 33px 0px 34px;
}
.compare-list-3 li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: 3px solid #5289EF;
    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(82, 137, 239, 0.1) 0%, #5289EF 48.08%, rgba(82, 137, 239, 0.1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.ultimate-box{
    background: linear-gradient(90deg, rgb(233 241 255) 0%, #feffff 45.67%, rgb(232 240 255) 100%);
    padding: 20px;
}
.ultimate-red-box{
    background: #FEEAE9;
    border: 1px solid #FF361D;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-blue-box{
    background: #E2ECFE;
    border: 1px solid #5289EF;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/special/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-text{
        padding: 10px 55px;
        position: relative;
    }
    .tool-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/ultimateai/special/think-emoji.webp);
        top: -12px;
        right: -70px;
    }
    .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("https://cdn.oppyotest.com/launches/ultimateai/special/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: #ffffff;
}
.monthly-text{
    background: #F5F9FF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.monthly-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    border: 1px dashed #000000;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-text-2{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-card-1{
    background: linear-gradient(90deg, #FFD0CE 0%, #FEEAE9 100%);
    padding: 30px 20px;
    border: 10px solid #FFD0CE80;
    border-radius: 10px;
    position: relative;
}
.monthly-card-1::after {
    content: url("https://cdn.oppyotest.com/launches/ultimateai/special/vs.webp");
    position: absolute;
    bottom: -90px;
    right: 125px;
}
.monthly-card-1 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/cross.webp") no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 30px 45px;
}
.monthly-card-1 ul li:nth-last-child(1){
    padding-bottom: 0;
}
.monthly-card-2 {
    background: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%);
    padding: 30px 20px;
    border: 10px solid #5289EF4D;
    border-radius: 10px;
}
.monthly-card-2 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 15px 45px;
}
.monthly-card-2 ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .monthly-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/special/monthly-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .monthly-text{
        padding: 15px 28px;
    }
    .blue-wave-3{
        position: relative;
    }
    .blue-wave-3::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-wave-3.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .monthly-text-1{
        padding: 20px 30px;
    }
    .monthly-text-2{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 55px 35px 30px;
    }
    .monthly-card-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/monthly-card-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 80px 100px 80px 35px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .monthly-card-1::after {
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/vs-1.webp");
        position: absolute;
        top: 110px;
        right: -65px;
    }
    .monthly-card-1 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/cross.webp") no-repeat;
        background-position: 0px 0px;
        padding: 0px 0px 30px 45px;
    }

    .monthly-card-2 {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/monthly-card-2.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 35px 30px 100px;
    }
    .monthly-card-2 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/right.webp") no-repeat;
        background-position: 0px 5px;
        padding: 0px 0px 15px 45px;
    }
}
/* monthly-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #000000;
}
.newbies-card {
    border-radius: 10px;
    background: #5289EF;
    display: inline-block;
    padding: 20px;
}
.newbies-card-1 {
    border-radius: 10px;
    background: #5289EF1A;
    border: 1px solid #5289EF;
    display: inline-block;
    padding: 20px;
}
@media (min-width: 768px) {
    .newbies-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/ultimateai/special/newbies-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .newbies-card {
        padding: 50px;
    }
    .newbies-card-1 {
        padding: 50px;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/orange-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 12px;
    }
}
/* newbies-sec end */

/* tapping-sec start */
.tapping-sec{
    background: #ffffff;
}
.tapping-text{
    background: #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tapping-text-1{
    background: #ffffff;
    border: 2px solid #FF462F;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
.tapping-card {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/tapping-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.tapping-red-card {
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 16px;
}
@media (min-width: 768px) {
    .tapping-text{
        padding: 12px 40px;
        position: relative;
    }
   .tapping-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/think-emoji-1.webp");
        top: 0px;
        right: -40px;
    }
    .tapping-text-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/red-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 58px;
    }
    .tapping-card {
        padding: 50px 25px 40px;
    }
}
/* tapping-sec end */

/* problem-sec start */
.problem-sec{
   background: #E8F0FF;
}
.scary-text {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/scary-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 16px 35px 16px 30px;
}
/* problem-sec end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #ffffff;
}
.but-text {
    background: #5289EF;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}
.anymore-card{
    background: #EDF3FE;
    border: 1px solid #5289EF1A;
    border-radius: 10px;
    padding: 15px;
}
.anymore-text {
    background: #5289EF1A;
    border: 1px solid #5289EF4D;
    box-shadow: 0px 0px 30px 0px #5289EF4D inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
     .not-anymore-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/ultimateai/special/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("https://cdn.oppyotest.com/launches/ultimateai/special/star-emoji.webp");
        top: -12px;
        right: -30px;
    }
     .blue-wave-4{
        position: relative;
    }
    .blue-wave-4::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/blue-wave-4.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: #e9f0fe;
}
.heading {
    background: #5289EF;
    border: 3px dashed #E7F0FF;
    border-radius: 100px;
    display: inline-block;
}
.heading-text{
    padding: 2px 15px;
}

.proudly-box{
    background: #5289EF;
    border: 1px solid #5289EF;
    border-radius: 30px;
}
.proud-inner-1 {
    background: #FFFFFF;
    padding: 20px 10px;
    border-radius: 30px;
}
.media-box{
    background: #FF483F14;
    border-radius: 10px;
    padding: 10px;
}
.media-inner{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 15px;
}
.price-box{
    background: #FF483F14;
    border: 1px solid #FF483F;
    border-radius: 10px;
    padding: 17px 53px;
}
.price-box-2{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 60px;
    display: inline-block;
}
.product-box{
    padding: 0 10px 10px;
}
@media (min-width: 768px) {
    .proud-section{
        background: #e9f0fe url("https://cdn.oppyotest.com/launches/ultimateai/special/proudly-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .proud-text {
        border-bottom: 2px dashed #F06327;
    }
    .heading-text{
        padding: 5px 40px;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .proud-inner-1{
        padding: 20px;
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */


/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: #151515;
    border: 2px solid var(--blue-clr);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/special/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/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: #000000;
}
.features-heading{
   position: relative;
}
.goldmine-box {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.goldmine-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: #5289EF1A;
    border: 1px solid #5289EF;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.goldmine-box:nth-child(odd):after {
    background: #5289EF !important;
    border: 1px solid #5289EF !important;
}
@media (min-width:768px) {
    .feature-sec{
       background: url("https://cdn.oppyotest.com/launches/ultimateai/special/feature-bg.webp") no-repeat top center;
       background-size: cover;
       background-attachment: fixed;
    }
    .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/ultimateai/special/power-icon-left.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       left:130px;
       content: '';
    }
    .features-heading:after{
       background: url(https://cdn.oppyotest.com/launches/ultimateai/special/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("https://cdn.oppyotest.com/launches/ultimateai/special/goldmine-1.webp") no-repeat;
    }
}
@media (max-width:1400px) {
    .goldmine-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background: #5289EF1A;
        border: 1px solid #5289EF;
        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: #ffffff;
}
.loaded-card{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/special/loaded-card.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 100%;
    padding: 40px 20px 20px;
}

.loaded-blue-card{
    background: #2F60FF;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
}
.green-frame{
    background: #5289EF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .loaded-sec{
        background:#ffffff  url("https://cdn.oppyotest.com/launches/ultimateai/special/loaded-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .loaded-card{
        padding: 50px 40px 30px;
    }
    .loaded-blue-card{
        padding: 5px 30px;
    }
}
/* loaded-sec end */

/* moving-row-sec */
.moving-row-sec{
    background: #010101;
}
.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(1, 1, 1), rgb(8, 11, 26, 0));
  }

  .shadow-right {
    right: 0;
    background: linear-gradient(to left,  rgb(1, 1, 1), 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: #E8F0FF;
}

.believe-text {
    background: #5289EF;
    border: 3px dashed #E7F0FF;
    border-radius: 100px;
    display: inline-block;
    padding: 12px 30px;
}
@media (min-width: 768px){
    .globally-sec{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/special/globally-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    .believe-text {
        padding: 5px 65px 5px 25px;
        position: relative;
    }
    .believe-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/think-emoji-2.webp");
        top: -20px;
        right: -22px;
    }
}
/* globally-sec end */

/* testimonial sec start */
.testimonial-sec{
    background: #E8F0FF;
}
.testimonial-text {
    background: #ffffff;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
@media (min-width: 768px) {
    .testimonial-sec{
        background: #E8F0FF url("https://cdn.oppyotest.com/launches/ultimateai/special/testimonial-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .testimonial-text {
        padding: 15px 28px;
    }
}
/* testimonial sec end */

/*compare section start*/
.compare-section{
    background: #ffffff;
}
.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("https://cdn.oppyotest.com/launches/ultimateai/special/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("https://cdn.oppyotest.com/launches/ultimateai/special/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 37px 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:#090909 url(https://cdn.oppyotest.com/launches/ultimateai/special/compare-bg.webp) no-repeat center center;
        background-size: cover;
    } */
    .winning-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/enjoy-emoji.webp");
        top: 15px;
        left: 15px;
    }
    .winning-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/happy.webp");
        top: 25px;
        right: 15px;
    }
    .losing-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/sad-1.webp");
        top: 15px;
        left: 35px;
    }
    .losing-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/special/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 */

/* bonusess-sec start */
.bonusess-sec{
    background: #5289EF;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/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(--blue-clr);
    background: linear-gradient(135deg, #d3e3ff59 0%, #9bbcf75e 100%);
    /* 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(https://cdn.oppyotest.com/launches/ultimateai/special/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 */


/* riskfree section start */
.riskfree-section {
    background: #000000;
}
@media (min-width: 768px){
    .riskfree-section{
        background: #000000 url("https://cdn.oppyotest.com/launches/ultimateai/special/riskfree-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
}
/* riskfree section 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(https://cdn.oppyotest.com/launches/ultimateai/special/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: 35px 35px 20px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding: 15px;
    /* border: 5px solid #000; */
    /* border: double 10px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-bg-1);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    /* background: url("https://cdn.oppyotest.com/launches/ultimateai/special/tablebox3-bg.webp") no-repeat center center;
    background-size: cover; */
    background: linear-gradient(90deg, #010713 40%, #0d163a 100%);
}

.tbbg3 {
    /* background: #000; */
    background: url(https://cdn.oppyotest.com/launches/ultimateai/special/table-frame.webp) no-repeat bottom center;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 8px 8px 0 0;
    min-height: 200px;
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101
}

ul.vgreytick {
    padding: 0
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/ultimateai/special/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: 15px 15px 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: 30px;
    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: #FFCB40;
    border-radius: 25px;
    padding: 6px 10px;
    display: inline-block;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/special/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top{
    margin-top: -77px;
}
.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: var(--blue-clr);
    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(https://cdn.oppyotest.com/launches/ultimateai/special/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);
}
@media(min-width:768px){
    .table-section {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/special/pricing-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 65px;
        background-position: 30px 24px
    }
    .tbbg3 {
        min-height: 430px;
        padding: 50px 30px 50px 30px;
        background-size: 100% 100%;
    }    
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    .myfeatureslast {
        padding: 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;
    }
}

/* Table Section End */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #E8F0FF;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/ultimateai/special/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* Contact Section end */

/* faq section start */
.faq-section {
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/special/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 10px;
}
/* faq section 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;
    }
    /* .typing-text{
        width: 746px;
    } */
}
/* slider up end */