

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", system-ui;
}
.poppins{
    font-family: "Poppins", sans-serif;
}
:root {
    --theme-gradient: #CFF604;
    --theme-gradient1: #CFF604;
    --theme-gradient2: linear-gradient(90deg, #EC1C24 -0.02%, #F9B609 99.99%);
}
.clr-7{
    color: #36B82A;
}

.clr-1 {
    color: #FF5010;
}

.clr-2{
    color: #9641FB;
}

.red-clr1 {
    color: #FF3A3A;
}
.green-clr1 {
    color: #00CD07;
}

.yellow-clr {
    color: #FFFF48;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: #1D7EEB;
}
.orange-clr {
    color: #FF992E;
}
.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-br {
    border-bottom: 2px solid #36B82A;
    /* border-image: var(--theme-gradient);
    border-image-slice: 1; */
    width: 100%;
}

/* hehading color start  */
.clr-h1{
    color: #FD86E8;
}
.clr-h2{
    color: #FE9375;
}
.clr-h3{
    color: #32FFE5;
}
.clr-h4{
    color: #FD4845;
}
.clr-h5{
    color: #FFFF48;
}
.clr-h6{
    color: #5982FA;
}
/* hehading color end  */

.probtn1 a {
    border-radius: 20px;
    transition: all 0.3s ease-in-out ;
    background: var(--theme-gradient);
    background-image: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/btn-image.webp);
    border: 10px solid #A5C500;
    background-size: contain;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #000000;
    /* border: none; */
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    background-image: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/btn-image.webp);
    background-size: contain;
    text-decoration: none;
    /* transform: scale(1.1); */
}

.warning-section{
    background: #36B82A;
    padding: 10px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}

.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding: 0px 0px 10px 0px;
}
.tb-check {
    background: #FEFE9B;
    padding: 20px 10px ;
}
.underline {
    border-bottom: 1px solid;
}
.green-clr {
    color: #16cf05;
}
.black2-clr {
    color: #140014;
}
.red-hat-font {
    font-family: Red Hat Display;
}
.proudly-sec-1 {
    border-radius: 30px;
    background: #36B82A;
    border: 1px solid #36B82A;
    /* backdrop-filter: blur(4px); */
    display: inline-block;
    padding: 4px 10px;
}

@media(min-width:768px) {
    .probtn1 a {
        font-size: 36px;
        padding: 27px 20px;
    }
    .table-border-content {
        max-width: 75%;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .proudly-sec-1 {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/frame-2.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 15px 30px;
        display: inline-block;
    }
}

/* Header Section CSS */
.header-section {
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #CEFFC2 110.97%);
    padding: 30px 0px;
}
.post-head {
    background: #FFFFFF;
    border: 2px dashed #59F33E;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.dominate-text{
    background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/blue-shade.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}

.pre-heading{
    background: #EDFFE9;
    border: 1px dashed #59F33E;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.main-heading {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #59F33E;
    background: #F3FFF0;
}

@media(min-width:768px) {
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    	.post-head{
        padding: 12px 20px;
	}
        .main-heading {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/main-headline-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 60px 31px 60px;
        border-radius: 0px;
        border: none;
    }
    .white-shade {
        padding: 8px 33px;
    }
    .pre-heading{
        padding: 8px 22px;
        border-radius: 100px;
    }
    .f-md-80{
        font-size: 80px !important;
    }
    
}
.fifth-section {
    background: #162615;
	padding: 30px 0 30px 0px;
    position: relative;
}

.limitless-section {
    background: #ffffff;
    padding: 2% 0 3%;
}

.content-mbl-space {
    background: #ffffff;
    padding: 30px 0px;
}



@media(min-width:768px) {
    .fifth-section {
    background:#f0fcef url("https://cdn.oppyotest.com/launches/getaititan/unlimited/proudlybg.webp") no-repeat center center;
	background-size: cover;
    padding: 100px 0px;
    }
}
.second-section {
    padding: 5% 0;
}


.xstext-center {
    text-align: center;
}

.formbg {
    padding: 20px;
}

@media(min-width:768px) {
    .xstext-center {
        text-align: right;
    }
    .formbg {
        padding: 50px;
    }
    /* .line-center { */
    /* transform: skew(20deg); */
    /* } */
}

.formbg {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(113, 113, 113, 0.17);
}

.form-control.input-field {
    border-width: 1px;
    border-color: rgb(164, 164, 164);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 40px;
    font-size: 20px;
    font-weight: 300;
    box-shadow: none !important;
    color: #000000;
    padding: 6px 12px;
}

::-webkit-input-placeholder {
    color: #797979 !important;
}

::-moz-placeholder {
    color: #797979 !important;
}

:-ms-input-placeholder {
    color: #797979 !important;
}

:-moz-placeholder {
    color: #797979 !important;
}

.popup-btn a,
.popup-btn input[type="submit"] {
    border-radius: 5px;
    background: #5c6ac4;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 9999;
    padding: 13px 20px;
    font-weight: 800;
    text-transform: uppercase;
    border: 0;
    outline: none;
}

.xscenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pre-box {
    border-radius: 10px;
    padding: 5%;
}

.af-box {
    padding: 8% 3%;
}

.pl-shape,
.l-shape,
.af-shape,
.af-dots {
    display: none;
}

@media(min-width:768px) {
    .xscenter {
        display: block;
        margin-right: auto;
        margin-left: 0;
    }
    .form-control.input-field {
        height: 58px;
    }
    .pre-box {
        border-radius: 50px;
        padding: 3% 0;
    }
    .af-box {
        padding: 5%;
    }
    .pfbox {
        height: 185px;
    }
    .pl-shape,
    .l-shape,
    .af-shape,
    .af-dots {
        display: block;
        position: relative;
        z-index: 1;
    }
    .pl-shape img {
        position: absolute;
        top: -18px;
        right: 18px;
        z-index: 1;
    }
    .l-shape img {
        position: absolute;
        bottom: -65px;
        left: 25px;
        z-index: 1;
    }
    .af-shape img {
        position: absolute;
        bottom: -44px;
        right: 35px;
        z-index: 1;
        height: 160px;
    }
    .af-dots img {
        position: absolute;
        top: -10px;
        left: 60px;
        z-index: 1;
    }
}

.form-shape {
    position: relative;
    z-index: 1;
}

.form-shape img {
    position: absolute;
    top: -40px;
    left: -41px;
    z-index: -1;
}

.relative {
    position: relative;
}
.chackout {
    background-color: #080808;
    padding: 60px 0;
}

.third-section {    
    padding: 30px 0;
    background: #ffffff;
}

@media (min-width: 768px) {

    .chackout {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/proudlybg-1.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0;
    }
    .third-section {
	padding: 100px 0;
    }
}


.pre-box {
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 0px 9px 0px rgba(113, 113, 113, 0.17);
}

.h-line {
    background-color: rgb(206, 212, 216);
    height: 2px;
    width: 100%;
}

/* .pl-tick li {
    background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/pl-tick.png") no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0px 0 20px 45px;
}

.l-tick li {
    background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/l-tick.png") no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0px 0 20px 45px;
} */

.xs-max-height165 {
    max-height: 165px;
}

@media(max-width:767px) {
    .limitless-section {
        background: #ffffff;
        padding: 2% 0;
    }
    .content-mbl-space {
        background: #ffffff;
        padding: 30px 0px;
    }
    .plxs0 {
        padding-left: 0;
    }
}

@media(min-width:767px) {
    .xs-max-height165 {
        max-height: 100%;
    }
}

.fourth-section {
    background: #fff;
    padding: 0;
}

.af-box {
    border-radius: 25px;
    background-color: rgb(239, 243, 246);
}

.pfbox {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(113, 113, 113, 0.17);
    padding: 30px 20px;
}

.af-btn a {
    border-radius: 30px;
    background: #5c6ac4;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 9999;
    padding: 10px 10px;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}

.leader-ul li a,
.leader-ul li a:hover,
.leader-ul li a:focus {
    text-decoration: none;
}



.seventh-section1 {
    background: #eff3f6;
    padding: 3% 0 5%;
}

a.alink,
a.alink:hover,
a.alink:focus {
    text-decoration: none;
    color: #5c6ac4;
}


.lightcolor {
    color: #deff00;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********features*********/

@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}

.handsean {
    font-family: handsean;
}
.prize-section {
    background: #22103b;
    background-size: cover;
    padding: 4% 0;
}

.clear {
    clear: both;
}

.white-section {
    background: #f9f9f9;
    padding: 30px 0;
}

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
}


.footer-ul li {
    display: inline;
}
.footer-ul li a:hover{
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 45px 0px 50px;
    }

}

/*Table CSS Start*/

/* 
ul.vgreytick {
    padding: 0px 0px;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/vgreytick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}

ul.vgreytick li:last-child {
    border-bottom: 0px;
}

ul.vgreytick li:nth-child(odd) {
    background-color: #fcf5fd;
}

ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/getaititan/unlimited/vgreentick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 55px;
    background-position: 20px 25px;
    line-height: 150%;
    color: #000;
} */

.bought-text {
    background: #ffeb09;
    padding: 8px 10px;
}

.lightcolor {
    color: #eaab26;
}

.bg-white{
    background-color: #ffffff;
}


.tablebox2 {
    /* border: 1px solid #074281; */
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 20px;
}
.tbbg2 {
    background: #ffffff;
    padding: 80px 30px 60px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
ul.vgreytick {
    padding: 0px 0px;
    margin: 0px;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #fcf5fd;
}
ul.vgreytick li {
    background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/vgreytick.webp") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
/* tbbg3 */
.tablebox3 {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 25px 25px 20px 20px;
    border: 10px solid #36B82A;
    /* background-image: linear-gradient(#FFFFFF, #FFFFFF), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%); */
    position: relative;
}
.tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/premium-table.webp) no-repeat;
        /* background: #000000; */
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}

.commercial {
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}

ul.vgreytick-1 li {
    background:#fff url("https://cdn.oppyotest.com/launches/getaititan/unlimited/vgreytick.webp") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 20px 24px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
ul.vgreytick-1 li.headline {
    background: var(--theme-gradient);
    padding: 26px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 24px 10px 24px 50px;
    }

    .tbbg3 {
        background:#ffffff url(https://cdn.oppyotest.com/launches/getaititan/unlimited/premium-table.webp) no-repeat;
         /* background: #000000; */
        background-size: 100% 100%;
        padding: 60px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 500px;
    }

    .tablebox3 {
        border-radius: 40px 40px 20px 20px;
    }

       ul.vgreytick-1 li {
    padding: 24px 10px 24px 50px;
    background-position: 20px 28px;
      }

    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .probtn a {
    font-size: 42px;
    padding: 28px 30px;
    }

}

.buypad {
    padding: 4% 3%;
}

.myfeatures {
    float: left;
    padding: 25px 6px;
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #ded7d7;
}

.myfeaturess {
    background: #f5f5f5;
    float: left;
    padding: 37px 6px;
    width: 100%;
    min-height: 69px;
}

.myfeatureslast {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    background: #ffffff;
    border-radius: 0px 0px 15px 15px;
}

.ribbonimg {
    position: absolute;
    top: 100px;
    right: 0px;
    height: 50px;
}

.xs-height125 {
    height: 125px;
}

.xs-height50 {
    height: 55px;
}

.ribbonimg {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #240f75;
}


@media(min-width:768px) {
    .highlihgt-heading {
        position: relative;
        padding: 25px 25px 20px;
        transform: skew(-7deg);
    }
    .rotate-5 {
        transform: skew(7deg);
    }
    .ribbonimg {
        position: absolute;
        top: -153px;
        right: -65px;
        height: 162px;
        z-index: 10;
    }
}


/*Table CSS Enad*/

.grey-section {
    background:#ffffff;
    padding: 30px 0;
}
.table-section {
    background: #f0fef0;
    padding:30px 0px;
}
.moneyback-section {
    padding: 30px 0 30px 0px;
    background: #0f300c;
}

.brown-frame1 {
    background: #36b82a;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
}

@media (min-width:768px) {
    .table-section {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }

    .brown-frame1 {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/blue-shade.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 0px 20px;
    }

    .moneyback-section {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/moneyback-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 100px 0 100px 0px;
        color: #ffffff;
    }

    .mt-sm240 {
        margin-top: 240px;
    }
    .mt-sm0 {
        margin-top: 0px !important;
    }
}


.bonus-count {
    background: #5c6ac4;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 15px;
}

.grey-clr {
    color: #d6d6d6;
}

.promo-icon {
    position: absolute;
    left: 15px;
    top: -20px;
    display: none;
}

.promo-icon1 {
    position: absolute;
    left: 15px;
    top: -20px;
    display: block;
}
.kapblue,a.kapblue {
    color: #150de1;
	text-decoration:none;
}

/*-------- Responsive ------------*/

@media (min-width:768px) {
    .promo-icon1 {
        position: absolute;
        left: 0px;
        top: -20px;
        display: block;
    }
    .promo-icon {
        position: absolute;
        left: 0px;
        top: -60px;
        display: block;
    }
    .white-section {
        padding: 100px 0;
    }

    .grey-section {
        padding: 100px 0;
    }
}



.red-clr,
a.red-clr {
    color: #ff3c00;
}

.second-sec {
    padding: 5% 0;
    background: #ffffff;
    background-position: center;
}
.thank-section {
    background: #F3FFF0;
    padding: 30px 0px;
}
@media(min-width:768px){
    .thank-section {
        /* background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/thanks-sec-bg.webp") no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
}

.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/exiciting-inner-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 15px;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    max-width: 95%;
    margin: 0px auto;
}
.purple-brush {
    background: #36B82A;
    border-radius: 10px;
    /* background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/blue-shade.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 10px;
    display: inline-block;
    color: #ffffff;
}

.header-list-block {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: double 2px #36B82A;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}

@media (min-width: 768px){
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    }
    .purple-brush {
        padding: 5px 15px;
        border-radius: 50px;
    }
}
.under {
    border-bottom: 2px solid;
}

/* featurs start */
.steps-section {
    background: #F3FFF0;
    padding: 30px 0;
}
.features-card1 {
    border-radius: 20px;
    background: #ffffff;
    border: 10px solid #36B82A;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: #36B82A;
    border-radius: 20px;
    padding: 20px 15px;
}
.step {
    border-radius: 50%;
    padding: 14px 20px 14px 20px;
    background-color: #FF7E39;
    display: inline-block;
}
@media (min-width: 768px){
    .steps-section {
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/steps-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .features-card1-inner {
        padding: 50px 30px;
    }
    .features-card2 {
        padding: 50px 30px;
    }
}
/* featurs end */

.reason-section{
    background-color: #fff;
    padding: 30px 0px;
}
.reason-text{
    background: #36B82A;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.yellow-shape{
    background: #a869f3;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    }

@media (min-width: 768px){
    .reason-section{
        background: url("https://cdn.oppyotest.com/launches/getaititan/unlimited/reason-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .reason-text{
        padding: 11px 35px 9px 40px;
        border-radius: 0px 50px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
    .yellow-shape{
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/blue-shade.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 5px 20px;
        border-radius: unset;
    }
}

ul.vgreytick li.headline {
    background: var(--theme-gradient);
    padding: 26px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
/*  */


/* bonus start */
.bonus-section {
    background: #ecf3fe;
    padding: 30px 0px;
}
.black-design {
    background: var(--theme-gradient);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}
.text-nowrap {
    background: var(--theme-gradient);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}
@media (min-width:768px) {
    .bonus-section {
        /* background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/bonus-bg.webp) no-repeat center center;
        background-size: cover; */
        padding:100px 0px;
    }
    .black-design {
        padding: 15px 60px;
    }
}
/* bonus end */

/* success start */
.success-sec{
    background-color: #ffffff;
    padding: 30px 0px;
}

.inter-btn a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #03CF0B;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.inter-btn a:hover{
    color: #fff;
}
.inter-btn-1 a {
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}

.inter-btn-1 a:hover{
    color: #fff;
}
.inter-btn a:hover{
    background-color: #00a806;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
}
@media (min-width: 768px){
    .success-sec{
        background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/success-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a , .inter-btn-1 a {
        font-size: 30px;
        padding: 28px 30px;
    }
}
.steps-card{
    width: 100%;
}

.feature-box{
    background: #F3FFF0;
    border: 1px solid #59F33E;
    box-shadow: 0px 0px 30px 0px #52DB3180 inset;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

/*outclass sec start */
.outclass-sec{
    background: #fff;
    padding: 30px 0px;
}
.twentytwenty-wrapper .twentytwenty-handle {
    height: 40px;
    width: 40px;
    border: 0;
    background: #36B82A;
    transform: translate(-50%, -50%);
    margin: 0;
}
.twentytwenty-container{
    border: 1px solid rgb(202, 224, 255);
    border-radius: 5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 2px;
}
.bg-remover-twenty .twentytwenty-handle{
    height: 60px !important;
    width: 60px !important;
}
.bg-remover-twenty .twentytwenty-handle:before{
    bottom: 70% !important;
}
.bg-remover-twenty .twentytwenty-handle::after{
    top: 70% !important;
}

/*.blue-brush{*/
/*    color: #00A8FF;*/
/*}*/


/* compare section start */
.compare-head {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 41px 40px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    /* padding: 15px 26px 15px 36px; */
    padding: 15px 12px 15px 15px;
    list-style: none;
}
.gradiant-border {
    border: 5px solid #36B82A;
    /* background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #F3FFF0;
    padding: 21px 40px;
    border-radius: 10px 10px 0 0;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #F3FFF0;
    padding: 15px 12px 15px 15px;
    /* padding: 15px 26px 15px 36px; */
    list-style: none;
    position: relative;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/getaititan/unlimited/vgreytick.webp) no-repeat;
    padding: 0px 0px 0px 40px;
    margin-bottom: 10px;
    background-position: 0px 4px;
    text-align: left;
    list-style-type: none;
}

.compare-head3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list3 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 10px 15px 20px;
    list-style: none;
}


.compare-bottom{
    background: rgba(255, 54, 29, 0.15);
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: var(--theme-gradient);
    padding: 26px 13px;
    border-radius: 0 0 17px 17px;
}
.compare-bottom2{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 0px 17px;
}
.compare-bottom3{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 17px 0px;
}

@media (max-width: 767px){
    .compare-card1{
        border-radius: 20px;
        border: 5px solid #A5F897;
        background: #FFF;
        /* height: 100%; */
    }
    .gradiant-border{
        border-radius: 20px;
    }
    .compare-card3{
        border-radius: 20px;
        border: 5px solid #A5F897;
        background: #FFF;
        /* height: 100%; */
    }
    
    .compare-list li:nth-child(22) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list2 li:nth-child(22) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(22) {
        border-radius: 0px 0px 17px 17px;
    }
}

@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        padding: 0px 15px;
    }
}

@media (min-width: 768px) {
    .outclass-sec{
        padding: 100px 0px;
    }
    .compare-head2{
        border-radius: unset; 
    }
    /* .blue-brush{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/elite/blue-brush.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 22px;
        color: #fff;
    } */
    .compare-card1{
        border-radius: 20px 0px 0px 20px;
        border-top: 5px solid #A5F897;
        border-bottom: 5px solid #A5F897;
        border-left: 5px solid #A5F897;
        background: #FFF;
        /* height: 100%; */
    }
    .compare-card3{
        border-radius: 0px 20px 20px 0px;
        border-top: 5px solid #A5F897;
        border-bottom: 5px solid #A5F897;
        border-right: 5px solid #A5F897;
        background: #FFF;
        /* height: 100%; */
    }

    .compare-head {
        border-radius: 20px 0px 0px 0px;
    }
    .compare-head3{
        border-radius: 0px 20px 0px 0px;
    }

    .compare-list li:nth-child(22) {
        border-radius: 0px 0px 0px 17px;
        padding: 13px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(22) {
        border-radius: 0px 0px 17px 0px;
    }
}
/*outclass sec end */