
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
  }
.aclonica{
    font-family: "Aclonica", sans-serif;
}
.poppins{
    font-family: "Poppins", sans-serif;
}

/* color */
:root {
    --theme-gradient: linear-gradient(91deg, #0AABFF 0%, #0AABFF 100%);
    --theme-gradient1: linear-gradient(91deg, #079dee 0%, #079dee 100%);
    --theme-gradient2: linear-gradient(90deg, #FD206C 0%, #FEB763 100%);
    --theme-gradient3: linear-gradient(90deg, #ed3e3e 0%, #FEB763 100%);
}
.yellow-clr {
    color: #FFFA36;
}
.white-clr {
    color: #ffffff;
}

.blue-clr {
    color: #00aaff;
}
.orange-gradient{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
/* Header Section CSS */
.header-section {
    background-color: #000000;
    padding: 30px 0px;
}
.pre-heading {
    border-radius: 30px;
    border-bottom: 3px solid #FFFA36;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
}

.black2-clr {
    color: #140014;
}
.red-hat-font {
    font-family: Red Hat Display;
}
@media(min-width:768px) {
    .header-section {
        background: #000000 url(https://cdn.oppyotest.com/launches/autonichepro/reseller/header-bg.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 40px 0px 120px 0px;
    } 
    .pre-heading {
        padding: 10px 40px;
    }
}

.fifth-section {
	background: #030D1F;
	padding: 60px 0 30px 0px;
}


@media(min-width:768px) {
   
    .fifth-section {
        background:#f9f9f9 url("https://cdn.oppyotest.com/launches/autonichepro/reseller/proudlybg.webp") no-repeat center bottom;
	    background-size: cover;
        padding: 100px 0 150px 0px;
    }
}



.white-clr {
    color: #ffffff;
}

.white-blue {
    color: #70abff;
}


.second-sec {
    padding: 30px 0;
	background:#f9f9f9;
}



@media(min-width:768px) {
    .second-sec {
        padding: 100px 0px;
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/autonichepro/reseller/white-section-bg.png) no-repeat;
        background-position: center center;
    }

}


::-webkit-input-placeholder {
    color: #797979 !important;
}

::-moz-placeholder {
    color: #797979 !important;
}

:-ms-input-placeholder {
    color: #797979 !important;
}

:-moz-placeholder {
    color: #797979 !important;
}


.relative {
    position: relative;
}


.blue-clr {
    color: #0041b5;
}


.blue-clr {
    color: #0041b5;
}


html {
    scroll-behavior: smooth;
}



/********features*********/

@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}


.name-box {
    background: #5c6ac4;
    padding: 0px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.green-clr {
    color: #00ff84;
}

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}


@media(min-width:768px) {
    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .footer-section {
        padding: 70px 0px;
    }
} 

/*Table CSS Start*/

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox2 {
    background: #191919;
    width: 100%;
    float: left;
    border-radius: 18px 18px 23px 23px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    border: 10px solid #232323;
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    float: left;
    height: 100%;
    /* background: var(--theme-gradient); */
    border-radius: 18px 18px 23px 23px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border: 10px solid #ff7663;
    position: relative;
}


.tablebox3:before{
	content:'';
	position:absolute;
	background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/most-popular.png) no-repeat left top;
	min-height:165px;
	min-width:153px;
	left: 0px;
	top: 0px;
}



ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/autonichepro/reseller/vgreentick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 0px 25px;
    line-height: 150%;
    color: #301541;
}

.tbbg2-text {
    color: #1d7773;
}

.tbbg2{
    /* background: url("https://cdn.oppyotest.com/launches/autonichepro/reseller/agency.webp") no-repeat; */
    /* background-size: 100% 100%; */
    background: #232323;;
    padding: 60px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    /* min-height: 420px; */
}
.tbbg3{
    /* background: url("https://cdn.oppyotest.com/launches/autonichepro/reseller/agency.webp") no-repeat;
    background-size: 100% 100%; */
    background: var(--theme-gradient3);
    padding: 60px 20px 80px 20px;
    border-radius: 6px 6px 0px 0px;
    /* min-height: 420px; */
}
.commercial {
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
ul.grey-tick-last {
    padding: 0px 0px;
    background: #fff;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/greentick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    /* color: #ffffff; */
}
@media (max-width: 767px) {
    .tbbg2, .tbbg3 {
        padding: 15px 15px 15px 15px;
    }
}
@media (min-width: 768px) {
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    /* background: #ffffff; */
    border-radius: 0px 0px 10px 10px;
}

.myfeatureslast-com {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: 69px;
    /* background: #ffffff; */
}


.thanks-button a {
    width: 100%;
    display: inline-block;
    color: #240f75;
}

.thanks-button a:hover {
    text-decoration: none;
}

@media(min-width:768px) {
    .padding-top5 {
        padding-top: 5px;
    }
    /* .ribbonimg {
        position: absolute;
        top: -153px;
        right: -65px;
        height: 162px;
        z-index: 10;
    } */
    .myfeatureslast {
        padding: 30px 20px;
    }
}

.grey-clr {
    color: #c3c3c3;
}


/*Table CSS Enad*/

.grey-section {
    background: #F0F6FD;
    padding: 30px 0;
}

.table-section {
    background: #f9f9f9;
    padding: 30px 0px;
}

@media (min-width:768px) {
    .table-section {
        padding: 100px 0;
    }

    .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;
}


/*-------- 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;
    }

    .grey-section {
        background: #F0F6FD url("https://cdn.oppyotest.com/launches/autonichepro/reseller/grey-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .tbbg2 {
        padding: 15px 15px 15px 15px;
    }
}

.black-design {
    background: #0063eb;
    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;
    }
}
.boxes{
    display: inline-block;
    border-radius: 20px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff,#ffffff),  var(--theme-gradient1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}
.boxes-text {
    /* background: ; */
    padding: 20px;
    
}

ul.bigboxes {
    margin: 0px;
    padding: 0px;
}

.bigboxes li {
    background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/greentick.png) no-repeat;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding: 0 0 0px 45px;
    background-position: 0 13px;
}

ul.bigboxes1 {
    margin: 0px;
    padding: 0px;
}

.bigboxes1 li {
    background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/greentick.png) no-repeat;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding: 0 0 0px 45px;
    background-position: 0 4px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .boxes-text {
        padding: 50px;
    }
}

.footer-ul li:hover a {
    color: #fff;
}


.up-btn-header a {
    border-radius: 10px;
    background: var(--theme-gradient);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -webkit-box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.45);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    transition: all .3s ease;
    position: relative;
}
.up-btn-header a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
}
@media(min-width:768px) {
    .up-btn-header a {
        font-size: 42px;
        padding: 28px 40px;
    }
    .probtn1 a {
        font-size: 26px !important;
        padding: 28px 10px !important;
    }
}

.warning-section{
    background-color: #ffffff;
    padding: 10px 0px;
}
.offer {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	flex-direction: column;
}
.kapblue,a.kapblue {
    color: #150de1;
	text-decoration:none;
}
@media (min-width:768px) {
	.offer {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
		flex-direction: row;
	}
}

.third-section {
    padding: 30px 0;
    background: #ffffff;
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/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: url("https://cdn.oppyotest.com/launches/autonichepro/reseller/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 14px;
    color: #000000;
    display: inline-block;
}
    
@media (min-width: 768px){
    .third-section {
        padding: 100px 0;
    }
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    }
    .purple-brush {
        padding: 5px 25px;
    }
}

/* success start */

.success-sec{
    background-color: #F0F6FD;
    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: #F0F6FD url("https://cdn.oppyotest.com/launches/autonichepro/reseller/success-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a,.inter-btn-1 a {
        font-size: 24px;
        padding: 28px 30px;
    }
}
/* succes sec end */

/* table css */
ul.vgreytick {
    padding: 0px;
    margin: 0;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/autonichepro/reseller/vgreytick-icon.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    /* background: #000; */
    color: #fff;
}
@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
}