html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
:root{
    --blue-clr:#1D5FE9;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}


.caveat {
    font-family: "Caveat", cursive;
  }
/* .poppins{
    font-family: "Poppins", sans-serif;
} */
.yellow-clr {
    color: #FFAA3A;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: var(--blue-clr);
}
.orange-clr {
    color: #FF992E;
}

.green-gradient{
    background: linear-gradient(90deg, #65BA8B 0%, #97CA55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradiant-frame{
    background: var(--blue-clr);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 12px;
}
.br-gradient {
    border-bottom: 2px solid var(--blue-clr);
    /* border-image: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%); */
    border-image-slice: 1;
    width: 100%;
}
.probtn1 a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out ;
    background: var(--blue-clr);
    /* 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: 20px;
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--blue-clr);
    text-decoration: none;
}

.button-primary a{
    background: var(--blue-clr);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--blue-clr);
    border-radius: 15px;
}


.warning-section{
    background-color: #0e7adf;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.presenting-head {
    background: #FFFFFF1A;
    border: 1px dashed #1D7EEB;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    padding: 10px;
    display: inline-block;
}

.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;
}
.red-clr {
    color: #ff0f0f;
}
.green-clr {
    color: #16cf05;
}
.main-heading {
    background: #fff;
    border-radius: 7px;
    padding: 20px 10px;
}
.black2-clr {
    color: #140014;
}
.red-hat-font {
    font-family: Red Hat Display;
}
@media(min-width:768px) {
    .probtn1 a {
        font-size: 38px;
        padding: 28px 30px;
    }
        .gradiant-frame {
        padding: 0px 25px;
        border-radius: 17.5px 0px 17.5px 0px;
    }
        .button-primary a {
        padding: 30px;
        font-size: 34px;
    }
    .table-border-content {
        max-width: 75%;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/main-heading-bg.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 61px 25px 62px 61px;
    }
    .presenting-head {
        padding: 8px 40px;
    }
}

/* Header Section CSS */
.header-section {
    background-color: #010e2e;
    padding: 30px 0px;
}
.mainheadline{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
    position: relative;
}
.preheadline {
    border-radius: 10px;
    border: 1px dashed #1D7EEB;
    background: linear-gradient(90deg, rgba(29, 95, 233, 0.04) 0%, rgba(29, 95, 233, 0.2) 49.52%, rgba(29, 95, 233, 0.04) 100%);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
}
.post-head {
    background: #D9D9D90D;
    backdrop-filter: blur(10px);
    border: 1px dashed #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

@media(min-width:768px) {
    .header-section {
        background:#010e2e url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/header-bg.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .preheadline {
        padding: 15px 27px;
        border-radius: 100px;
    }
        .post-head {
        padding: 12px 20px;
    }
    .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 40px 50px;
        border: unset;
        border-radius: unset;
    }
    
}
.fifth-section {
    background: #05112d;
	padding: 30px 0 30px 0px;
}

.limitless-section {
    background: #ffffff;
    padding: 2% 0 3%;
}

.feature-tick li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/tick-icon.png) no-repeat;
    padding: 20px 0px 0px 42px;
    background-position: 1px 27px;
    list-style: none;
}

.content-mbl-space {
    background: #ffffff;
    padding: 30px 0px;
}



@media(min-width:768px) {
    .fifth-section {
	background: #fff url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/proudlybg.webp") no-repeat bottom center;
	background-size: cover;
	padding: 80px 0 120px 0px;
    position: relative;
}
}
.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: #260355;
    padding: 60px 0;
}

.third-section {    
    padding: 30px 0;
    background: #EAF1FF;
}

@media (min-width: 768px) {

    .chackout {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/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/broadcasterai/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/broadcasterai/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;
}


.theme-clr {
    color: #224cb0;
}

.clear {
    clear: both;
}

.white-section {
    background: #ffffff;
    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*/

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox2 {
    border: 10px solid #0644C5;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 40px 40px 20px 20px;
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    border: 1px solid #e7e7e7;
    width: 100%;
    float: left;
    background: #272f63;
}

ul.vgreytick {
    padding: 0px 0px;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/vgreytick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 10px 22px;
    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: #F1FFF4;
} */

ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/broadcasterai/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;
}

.tbbg2-text {
    color: #fff;
}

.tbbg2 {
    background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/unlimited.webp") no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}


.bought-text {
    background: #ffeb09;
    padding: 8px 10px;
}

.lightcolor {
    color: #eaab26;
}

@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 24px 10px 24px 60px;
        background-position: 20px 28px;
    }
    ul.grey-tick-last li {
        padding: 20px 10px 20px 40px;
    }
    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .probtn a {
    font-size: 42px;
    padding: 28px 30px;
    }
    .tbbg2 {
    background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/unlimited.webp") no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px 80px 20px;
    border-radius: 27px 27px 0px 0px;
    min-height: 500px;
    }
}

.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: #f9f9f9;
    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:#F1FFF4;
    padding: 30px 0;
}

.moneyback-section {
    background: #02182e;
    padding: 30px 0 30px 0px;
    color: #ffffff;
}
.money-text{
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}


.bonus-section {
    background: #F1FFF4;
    padding: 30px 0px;
}

.table-section {
    background: #f9f9f9;
    padding:30px 0px;
}

@media (min-width:768px) {
    .table-section {
        padding: 100px 0;
    }
    .bonus-section {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/bonus-bg.webp) no-repeat center center;
        background-size: cover;
        padding:100px 0px;
    }
    .moneyback-section {
        background: #02182e url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/moneyback-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 100px 0 100px 0px;
        color: #ffffff;
    }
    .money-text{
        padding: 0px 25px;
    }
    .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;
    }
}


.black-design {
	background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
	padding: 15px 30px;
	-webkit-transform:skew(-200deg);
	-moz-transform:skew(-200deg);
	transform:skew(-200deg);
	display:inline-block
}
.black-design .skew-normal{
	-webkit-transform:skew(200deg);
	-moz-transform:skew(200deg);
	transform:skew(200deg);
}
@media (min-width: 768px) {
    .black-design {
         padding:15px 60px;
    }
}

.red-clr,
a.red-clr {
    color: #ff3c00;
}

.second-sec {
    padding: 5% 0;
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/white-section-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.proudly-sec {
    border-radius: 30px;
    background: #FFFFFF1A;
    border: 1px dashed #1D7EEB;
    backdrop-filter: blur(10px);
    display: inline-block;
    padding: 6px 10px;
}
.thank-section {
    padding: 30px 0px;
}
@media(min-width:768px){
    .proudly-sec {
        border-radius: 100px;
        padding: 7px 39px;
    }
    .thank-section {
        background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/thanks-sec-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
}
.header-list-block {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--blue-clr);
    /* background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/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: #1D5FE9;
    border-radius: 18px 0px 18px 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}
@media (min-width: 768px){
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    }
    .purple-brush {
        padding: 5px 20px;
    }
    .f-md-86 {
        font-size: 80px !important;
    }
}
.under {
    border-bottom: 2px solid;
}
@media (max-width: 767px){
    .dominat-text {
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #FFC633;
        display: inline-block;
    }
}
@media (min-width: 768px){
    .dominat-text {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/yellow-brush.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 8px 32px 12px 33px;
        color: #101010;
    }
}
/* featurs start */
.steps-section {
    background: #031848;
    padding: 30px 0;
}
.steps-card {
    display: inline-block;
    border-radius: 20px;
    background: #0644C5;
    /* border: 2px solid var(--blue-clr); */
    /* background-image: linear-gradient(#000000,#000000),  linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-1 {
    display: inline-block;
    border-radius: 20px;
    background: #ffffff;
    /* border: 2px solid var(--blue-clr); */
    /* background-image: linear-gradient(#000000,#000000),  linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-inner {
    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: #031848 url(https://cdn.oppyotest.com/launches/broadcasterai/unlimited/steps-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .steps-card-inner {
        padding: 50px 45px;
    }
}
/* featurs end */

.reason-section{
    background-color: #fff;
    padding: 30px 0px;
}
.reason-text{
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
}
.text-nowrap {
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}
@media (min-width: 768px){
    .reason-section{
        background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/reason-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .reason-text{
        background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 11px 35px 9px 40px;
        border-radius: 0px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
}

ul.vgreytick li.headline {
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    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;
}

/* success start */

.success-sec{
    background-color: #EAF1FF;
    padding: 30px 0px;
}
.inter-btn{
    background-color: #03CF0B;
    display: inline-block;
    padding: 15px 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.inter-btn{
    text-decoration: none;
    color: #fff;
}
.inter-btn:hover{
    color: #fff;
}
.inter-btn-1{
    background-color: #FF2929;
    display: inline-block;
    padding: 15px 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.inter-btn-1{
    text-decoration: none;
    color: #fff;
}
.inter-btn-1:hover{
    color: #fff;
}
.inter-btn:hover{
    background-color: #00a806;
}
.inter-btn-1:hover{
    background-color: #eb0a0a;
}
@media (min-width: 768px){
    .success-sec{
        /* background: url("https://cdn.oppyotest.com/launches/broadcasterai/unlimited/success-bg.webp") no-repeat center center;
        background-size: cover; */
        padding: 60px 0px 100px;
    } 
    
    .inter-btn{
    padding: 30px 80px;
}
    .inter-btn-1{
    padding: 30px 80px;
}

}
.steps-card{
    width: 100%;
}