html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.h1,
.h2,
h1,
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
}

.h3,
.h4,
h3,
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.h5,
.h6,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.yellow-color {
	color: #fff600 !important;
}

.red-color {
	color: #980a0a !important;
}

.orange-color {
	color: #ff6f33 !important;
}

.pink-color {
	color: #ff357d !important;
}

.green-color {
	color: #1ba005 !important;
}

.white-color {
	color: #fff !important;
}

.black-color {
	color: #000 !important;
}

.blue-color {
	color: #1882e4 !important;
}

.dark-blue-color {
	color: #5105ff !important;
}

.red {
	color: #ff0000;
}

.padd-section {
	padding: 80px 0;
}

.abstract-bg-up {
	padding: 10rem 0 6rem;
	background: #fff url(../images/top-cut-bg.png) no-repeat;
	background-size: cover;
}

.page__content p {
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #000;
}

.sub__heading {
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.regular_heading {
	font-size: 42px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
}

.small_heading {
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}

.page__content .p-18 {
	font-size: 18px;
	line-height: 1.6;
}

.page__content .p-20 {
	font-size: 20px;
}

.page__content .p-22 {
	font-size: 22px;
}

.page__content .p-24 {
	font-size: 24px;
}

.page__content .p-30 {
	font-size: 30px;
}

/*header css start*/
.header {
	position: unset;
	width: 100%;
	padding: 10px 0;
	background: #fff600;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.header .navbar {
	padding: 30px 0;
}

.offer-end-section .buy-now-btn {
	display: inline-block;
	vertical-align: middle;
	background: #34C084;
	border-color: #34C084;
	margin-left: 12px;
	font-size: 16px;
	transition: 0.2s ease all;
	padding: 10px 15px;
	color: #ffffff;
}

.link-btn .btn {
	display: inline-block;
	vertical-align: middle;
	background: rgb(255, 53, 125);
	background: linear-gradient(23deg, rgba(255, 53, 125, 1) 0%, rgba(255, 111, 51, 1) 100%);
	margin-left: 12px;
	font-size: 18px;
	transition: 0.2s ease all;
	padding: 10px 15px;
	color: #ffffff;
	border-radius: 25px;
}

.offer-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-form input[type="text"] {
	border: none;
	height: 50px;
	padding: 10px;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 25px;
}

.banner-form {
	background: rgb(21 0 39 / 70%);
	padding: 40px 20px;
	border-radius: 15px;
	border: 1px solid #fff;
}

/*header css End*/

/*Banner hero-section start*/
.hero-inner {
	text-align: center;
}

.bg-head {
	background: #000000 url(../images/bg-head.png) no-repeat;
	background-size: cover;
	padding: 60px 0 220px 0;
}

.bg-head-2 {
	background: #000000 url(../images/bg-head-2.png) no-repeat;
	background-size: cover;
	padding: 60px 0 220px 0;
}


.bg-head-video {
	background: #000000 url(../images/bg-head-video.png) no-repeat;
	background-size: cover;
	padding: 60px 0 220px 0;
}

@media (min-width:768px) {
	.bg-head-video {
		background: #000000 url(../images/bg-head-video.png) no-repeat;
		background-size: cover;
		padding: 60px 0 220px 0;
		background-position: bottom;
	}

}



.bg-video-small {
	background: #000000 url(../images/bg-video-small.png) no-repeat;
	background-size: cover;
	padding: 60px 0 220px 0;
}

.bg-video-med {
	background: #000000 url(../images/bg-video-med.png) no-repeat;
	background-size: cover;
	padding: 60px 0 220px 0;
}

.wait-text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.wait-text span {
	margin-right: 20px
}

.hero-title {
	display: block;
	margin: 0;
	font-size: 42px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.title-box {
	background: #dad1df;
	font-weight: bold;
	color: #3b115e;
	display: inline-block;
	text-align: center;
	padding: 13px 15px;
	border-radius: 10px;
	margin: 40px auto;
	font-size: 25px;
}

.video-title {
	position: relative;
	background-image: linear-gradient(161deg, #ff6f33, #ff357d);
	background-color: #ff6f33;
	background-image: linear-gradient(161deg, #ff6f33, #ff357d);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-align: center;
	margin-bottom: 40px;
	font-size: 25px;
}

.home-video iframe {
	width: 100%;
	max-width: 910px;
	height: 564px;
	border: none;
	border-radius: 10px;
	background: #000;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 0px 34px rgb(0 0 0 / 50%);
}

.tag-blue {
	background: #ff891c;
	display: inline-block;
	padding: 10px 40px;
	font-size: 26px;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 40px;
}

.dark-box-title {
	background: #150027;
	padding: 25px 60px;
	border-radius: 15px;
	border: 1px solid #fff;
	margin-top: 40px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 50px;
}

.home-video.half-video iframe {
	height: 300px;
}

.video-arrow:after {
	content: "";
	position: absolute;
	background-image: url(../images/arrow-turn.png);
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	top: -20px;
	right: 160px;
}

/*Banner hero-section end*/
.launch-text p {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

.launch-text h3 {
	background-image: linear-gradient(161deg, #ff6f33, #ff357d);
	background-color: #ff6f33;
	background-image: linear-gradient(161deg, #ff6f33, #ff357d);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	font-size: 32px;
}

.launch-date-block {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.launch-box {
	box-shadow: 0 0px 20px rgb(115 45 131 / 25%);
	border-radius: 10px;
	padding: 35px;
	max-width: 500px;
	margin-left: auto;
}

.launch-text {
	margin-left: 30px;
}

.prize-box:before {
	content: "";
	background-image: url(../images/arrow.png);
	position: absolute;
	width: 89px;
	height: 92px;
	background-size: cover;
	top: -40px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prize-box {
	background: url(../images/prize-box.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin: auto;
	position: relative;
	max-width: 740px;
	margin-top: 50px;
}

.prize-box p {
	font-weight: bold;
	font-size: 40px;
	padding: 50px;
	margin-bottom: 0;
}

.step-block h4 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 25px;
}

.step-block p {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	margin-bottom: 40px;
}

.subscribe-form input[type="text"] {
	border: 1px solid #c6b9ce;
	height: 70px;
	padding: 10px 30px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 40px;
}

.warrior-img {
	margin-bottom: 30px;
}

.subscribe-form {
	margin-top: 40px;
}

.step-block {
	padding: 35px;
}

.step-block.right-b {
	box-shadow: 0 0 10px rgb(115 45 131 / 25%);
	border-radius: 15px;
	background: #fff;
}

.affiliate-btn {
	display: inline-block;
	vertical-align: middle;
	background: rgb(255, 53, 125);
	background: linear-gradient(23deg, rgba(255, 53, 125, 1) 0%, rgba(255, 111, 51, 1) 100%);
	font-size: 32px;
	transition: 0.2s ease all;
	padding: 30px 30px;
	color: #ffffff;
	border-radius: 50px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.affiliate-btn:hover,
.affiliate-btn:active {
	background: linear-gradient(90deg, rgba(255, 111, 51, 1) 0%, rgba(255, 53, 125, 1) 100%);
	background-image: linear-gradient(90deg, rgba(255, 111, 51, 1) 0%, rgba(255, 53, 125, 1) 100%);
	color: #fff;
}

.promote_heading {
	background: url(../images/promote-head-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	max-width: 844px;
	margin: auto;
	min-height: 177px;
	padding: 35px 38px;
	font-size: 42px;
	margin-bottom: 30px;
}

.promote_heading_2 {
	background: url(../images/promote-2.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	max-width: 844px;
	margin: auto;
	min-height: 177px;
	padding: 35px 38px;
	font-size: 42px;
	margin-bottom: 30px;
	color: #000;
	font-weight: bold;
}

.promote-long {
	background: url(../images/promote-long.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin: auto;
	min-height: 177px;
	padding: 35px 38px;
	font-size: 42px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
}

.price-section {
	background: #faf1ff;
	background-size: 100% 100%;
}

.what-drito-sec {
	background: #faf1ff url(../images/BG_6.png) no-repeat;
	margin-top: -220px;
	padding-top: 350px;
	padding-bottom: 120px;
	background-size: 100% 100%;
}

.what-drito-heading {
	background: url(../images/lable-yellow.png) no-repeat;
	text-align: center;
	margin: auto;
	padding: 10px 38px 20px;
	font-size: 24px;
	background-size: auto;
	background-position: top center;
	color: #000;
	display: inline-block;
	margin-bottom: 50px;
	background-size: 100%;
}

.list-section {
	background: url(../images/BG_7.png) no-repeat;
	background-size: 100%;
}

.listing .listing-inner {
	padding-left: 0;
}

.listing .listing-inner>li:before {
	content: "";
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/Tick.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 2px;
}

.listing .listing-inner>li {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #18191F;
	padding-left: 45px;
	font-weight: 400;
	letter-spacing: 1px;
}

.listing .listing-inner.listing-dot li::before {
	background: linear-gradient(23deg, rgba(255, 53, 125, 1) 0%, rgba(255, 111, 51, 1) 100%);
	border-radius: 50px;
	width: 13px;
	height: 13px;
	top: 8px;
}

.listing .listing-inner.listing-dot li {
	padding-left: 40px;
}

.listing .listing-inner.faq-list>li:before {
	background: url(../images/faq-icon.png) no-repeat;
}

.more_section {
	background: #27042f;
}

.more-box {
	text-align: center;
	padding: 50px 20px;
	height: 100%;
}

.more-icon {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.more-text {
	font-size: 30px;
	color: #000;
}

.more-icon img {
	height: 200px;
}

.more-box-top:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #9ec2ff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.more-box:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #9ec2ff;
	position: absolute;
	right: 0;
	top: 0;
}

.more_section .row .col-md-4:last-child .more-box:after {
	width: 0;
}

.more-title {
	background: url(../images/more-lable.png) no-repeat;
	text-align: center;
	margin: auto;
	padding: 15px 33px 15px;
	font-size: 28px;
	background-size: 100% 100%;
	background-position: top center;
	color: #fff;
	display: inline-block;
	margin-bottom: 60px;
	font-weight: bold;
}

.funnel-structure {
	background: url(../images/BG_9.png) no-repeat;
	background-size: 100%;
}

.promote-sec {
	background: url(../images/BG_4.png) no-repeat;
	background-size: 100%;
}

.launch-date {
	background: url(../images/BG_2.png) no-repeat;
	background-size: 100%;
}

.demo-section {
	background: url(../images/BG_10.png) no-repeat;
	background-size: 100%;
}

.cash-prize-sec {
	background: url(../images/BG_11.png) no-repeat;
	background-size: cover;
}

.funnel-box {
	box-shadow: 0 0 10px rgb(255 111 51 / 30%);
	border-radius: 20px;
	padding: 40px;
}

.funnel-title {
	font-size: 36px;
	color: #ff6f33;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cash-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.cash-box h3 {
	background: linear-gradient(270deg, #220026 12.66%, #4F1F70 40.81%, #4A1C68 70.99%, #370F49 100%);
	font-size: 26px;
	font-weight: 500;
	padding: 10px 45px;
	margin-bottom: 0;
	margin-left: -10px;
	border-radius: 0px 25px 25px 0px;
	max-width: 310px;
	width: 100%;
}

.cash-box h3 sup {
	top: -5px;
}

.trophy-icon {
	background: #370f4a;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo-block a {
	display: inline-block;
	background: #00a9e0;
	color: #fff;
	font-size: 22px;
	border-radius: 30px;
	border: 2px solid #00a9e0;
	font-weight: 600;
	padding: 0.6rem 1rem;
	width: 100%;
	text-align: center;
}

.promo-tools {
	background: url(../images/BG_12.png) no-repeat;
	background-size: cover;
}

.reciprocate-sec {
	background: url(../images/BG_13.png) no-repeat;
	background-size: cover;
}

.review-card-section {
	background: url(../images/BG_14.png) no-repeat;
	background-size: cover;
}

.review-box {
	text-align: center;
}

.card__image {
	width: 270px;
	height: 270px;
	margin: auto;
}

.card__image .image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.card__image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #000;
}

.card-name {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin-top: 25px;
	margin-bottom: 0;
}

.card-post-name {
	color: #000;
	font-size: 20px;
}

.fb-link {
	background: #1877f2;
}

.skype-link {
	background: #0078d6;
}

.rev-social-link a {
	font-size: 16px;
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-weight: 600;
	display: inline-flex;
	border-radius: 25px;
	margin-top: 20px;
	align-items: center;
}

.page-price-main {
	width: 160px;
	height: 160px;
	padding: 10px;
	border-radius: 50%;
	border: 2px dashed #838383;
	position: absolute;
}

.sale-page-box {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 310px;
}

.page-inner-box {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-name {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}

.page-price {
	font-size: 40px;
	font-weight: bold;
	display: block;
}

.page-1 .page-inner-box {
	background: #ff5d2d;
}

.page-2 .page-inner-box {
	background: #02aab3;
}

.page-3 .page-inner-box {
	background: #faaf3a;
}

.page-4 .page-inner-box {
	background: #89c800;
}

.page-5 .page-inner-box {
	background: #00b09a;
}

.page-6 .page-inner-box {
	background: #007eb1;
}

.page-7 .page-inner-box {
	background: #9F65B3;
}

.page-8 .page-inner-box {
	background: #4e52a6;
}

.page-2 {
	top: 140px;
	left: 130px;
}

.page-3 {
	top: 0;
	left: 260px;
}

.page-4 {
	top: 140px;
	left: 390px;
}

.page-5 {
	top: 0;
	left: 520px;
}

.page-6 {
	top: 140px;
	left: 650px;
}

.page-7 {
	top: 0;
	left: 780;
}

.page-8 {
	top: 140px;
	left: 910px;
}

.page-price-main:before {
	width: 80px;
	height: 80px;
	position: absolute;
	content: "";
	background-size: cover;
}

.page-1:before {
	background-image: url(../images/arrow-border-1.png);
	bottom: -5px;
	right: -5px;
}

.page-2:before {
	background-image: url(../images/arrow-border-2.png);
	top: -5px;
	right: -5px;
}

.page-3:before {
	background-image: url(../images/arrow-border-3.png);
	bottom: -5px;
	right: -5px;
}

.page-4:before {
	background-image: url(../images/arrow-border-4.png);
	top: -5px;
	right: -5px;
}

.page-5:before {
	background-image: url(../images/arrow-border-5.png);
	bottom: -5px;
	right: -5px;
}

.page-6:before {
	background-image: url(../images/arrow-border-6.png);
	top: -5px;
	right: -5px;
}

.page-7:before {
	background-image: url(../images/arrow-border-7.png);
	bottom: -5px;
	right: -5px;
}

.page-8:before {
	background-image: url(../images/arrow-border-8.png);
	bottom: -5px;
	right: -5px;
}

.step-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.step-num {
	background: url(../images/stepno-bg.png) no-repeat;
	display: inline-block;
	background-size: 140px;
	padding: 10px 27px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.step-detail {
	font-size: 26px;
	color: #000;
	font-weight: 500;
}

.steps__section {
	background: url(../images/pink-cut.png) no-repeat;
	background-size: cover;
	padding: 200px 0 80px;
}

.pink-cut {
	background: url(../images/pink-cut.png) no-repeat;
	background-size: cover;
	padding: 100px 0 80px;
}

.blue-bg-3 {
	background: url(../images/blue-bg-3.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
	background-color: #1f0140;
}

.tag-info {
	font-size: 25px;
	margin-top: 40px;
	text-align: center;
}

.buy-button {
	margin: 30px 0;
}

.hurry-msg {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-top: 45px;
}

.faq-listing {
	box-shadow: 0px 0px 15px rgb(100 86 136 / 30%);
	background: #faf1ff;
	padding: 35px 15px 50px;
	margin-top: 70px;
	border-radius: 20px;
}

.faq-text {
	position: relative;
	background: #128100;
	display: inline-block;
	color: #fff;
	padding: 13px 40px;
	border-radius: 5px;
	top: -30px;
	font-weight: bold;
	margin-bottom: 0px;
}

.dot-blue-bg {
	background: url(../images/dot-blue-bg.png) no-repeat;
	background-size: cover;
}

.stop-listing li {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	background: #fff;
	padding: 10px;
	padding-left: 75px;
	border-radius: 10px;
}

.stop-listing {
	padding: 0;
}

.stop-listing li:before {
	content: "";
	display: block;
	height: 100%;
	width: 60px;
	background-image: url(../images/cross-icon.png);
	background-repeat: no-repeat;
	background-size: 23px;
	position: absolute;
	border-radius: 10px 0 0 10px;
	top: 0;
	left: 0;
	background-color: #ff0000;
	background-position: center;
}

.stop-list.imagine-list .stop-listing li:before {
	background-image: url(../images/imagine.png);
	background-color: #0b9712;
}

.stop-list {
	margin-top: 60px;
}

.dot-cut-pink {
	background: url(../images/dot-pink-cut.png) no-repeat;
	background-size: cover;
}

.white-long-bg {
	background: url(../images/white-long-bg.png) no-repeat;
	background-size: cover;
}

.testimonial-box {
	background: #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 20px rgb(50 50 50 / 30%);
	padding: 20px 30px;
	margin-top: 100px;
	position: relative;
	height: calc(100% - 115px);
}

.testimonial-box p {
	color: #000;
	font-size: 20px;
}

.testimonial-box .user-name {
	color: #000;
	padding-left: 120px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.user-image .image-inn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 2px solid #ffffff00;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}

.image-inn {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user-image {
	width: 115px;
	height: 115px;
	position: absolute;
	top: -60px;
	left: 30px;
}


@media (min-width:768px) {
	.white-dot-bg {
		background: url(../images/white-dot-bg.png) no-repeat;
		background-size: cover;
		padding: 60px 0 83px 0;
		background-position: bottom;
	}

	.mb-min {
		margin-bottom: -105px;
	}

	.mb-max {
		margin-bottom: -55px;
	}
}

.white-dot-bg {
	background-color: #fff;
	background-size: cover;

}


.blue-bg-2 {
	background: url(../images/blue-bg-2.png) no-repeat;
	background-size: 100%;
	padding: 110px 0;
}

.pink-bg-2 {
	background: url(../images/pink-bg-2.png) no-repeat;
	background-size: cover;
}

.pink-long-bg {
	background: url(../images/pink-long-bg.png) no-repeat;
	background-size: cover;
}

.RES-BG-1 {
	background: url(../images/RES-BG-1.png) no-repeat;
	background-size: cover;
}

.whitebg-boy {
	background: url(../images/whitebg-boy.png) no-repeat;
	background-size: cover;
	padding-top: 150px;
}

.white-med-bg {
	background: url(../images/white-med-bg.png) no-repeat;
	background-size: cover;
}

.solution-box {
	box-shadow: 0 0 15px rgb(100 86 136 / 30%);
	border-radius: 20px;
	padding: 60px;
	position: relative;
	margin-bottom: 100px;
	background: #fff;
}

.solution-box p {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.solution-no {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 10px 60px;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}

.dot-head-bg {
	background: url(../images/dot-head-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #000;
	padding: 35px;
	text-align: center;
	font-weight: 600;
	max-width: 550px;
	margin-bottom: 25px;
}

.suitable-box {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
	text-align: center;
	height: 100%;
}

.suitable-box h3 {
	color: #000;
	margin-top: 35px;
	font-size: 24px;
}

.suitable-box img {
	height: 150px;
}

.bonus-box h3 {
	font-size: 30px;
	color: #5105ff;
}

.special-bonus-box,
.bonus-box p {
	font-size: 20px;
	color: #000;
}

.special-bonus-box h3 {
	font-size: 42px;
	color: #ff4800;
}

.promote_heading_3 {
	background: url(../images/yellow-dot-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	max-width: 752px;
	color: #000;
	margin: auto;
	min-height: 100px;
	padding: 35px 38px;
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: bold;
}

.listing.list-green-tick .listing-inner>li:before {
	background: url(../images/green-tick.png) no-repeat;
}

.listing.red-dot .listing-inner>li:before {
	background: #980a0a;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 8px;
	left: 0px;
}

.pill-box:before {
	content: "";
	width: 125px;
	height: 125px;
	position: absolute;
	top: -60px;
	background-size: cover;
	background-repeat: no-repeat;
}

.pill-box.green-pill-box:before {
	background-image: url(../images/green-pill.png);
	left: -60px;
}

.pill-box {
	border-radius: 15px;
	padding: 35px 20px;
	position: relative;
	height: 100%;
	margin: 0 30px;
}

.pill-box.green-pill-box {
	background: #f2ffed;
}

.pill-box.red-pill-box {
	background: #ffeaea;
}

.pill-box.red-pill-box:before {
	right: -60px;
	background-image: url(../images/red-pill.png);
}

.Faq-detail h4 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
	font-weight: bold;
	color: #000;
}

.Faq-detail p {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}

.stop-list.white-tick-list .stop-listing li:before {
	background-image: url(../images/white-tick.png);
	background-color: #0b9712;
}

.stop-list.white-tick-list .stop-listing li {
	box-shadow: 0 0 20px rgb(50 50 50 / 30%);
}

.red-bg-title {
	background: url(../images/red-bg.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	display: inline-block;
	padding: 0px 25px;
	width: 177px;
	margin-bottom: 20px;
}

.red-bg-long {
	background: url(../images/red-bg-long.png) no-repeat;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	display: inline-block;
	padding: 20px 80px;
	margin-bottom: 40px;
}

.promote_gradient {
	background: url(../images/promote_gradient.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	max-width: 907px;
	margin: auto;
	min-height: 177px;
	padding: 35px 38px;
	font-size: 42px;
	margin-bottom: 30px;
}

.listing.yellow-tick .listing-inner>li:before {
	background-image: url(../images/yellow-tick.png);
}

.affiliate-btn.blue-btn {
	background: #1882e4;
}

.payment-step {
	background-size: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	padding: 70px 40px;
}

.payment-step.step_a {
	background-image: url(../images/blue-round.png);
}

.payment-step.step_b {
	background-image: url(../images/red-round.png);
}

.payment-step.step_c {
	background-image: url(../images/yellow-round.png);
}

.step_abc_name {
	font-size: 42px;
	margin-bottom: 20px;
}

.step_abc_detail {
	color: #000;
	font-size: 22px;
	text-align: center;
}

.sad-listing {
	position: relative;
	background: #ffd9d9;
	padding: 35px 15px 50px;
	border-radius: 20px;
	max-width: 940px;
	margin: auto;
	margin-top: 70px;
}

.listing.sad-icon-list .listing-inner>li:before {
	background-image: url(../images/sad-tick.png);
}

.regular_heading.sad-heading {
	position: absolute;
	top: -40px;
	margin-bottom: 0;
	background: #ff0808;
	display: inline-block;
	margin: auto;
	color: #fff;
	padding: 10px 40px;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
}

.save-huge-tag {
	position: relative;
}

.save-huge-tag:before {
	content: "";
	position: absolute;
	bottom: -49px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/down-arrow.png) no-repeat;
	width: 100px;
	height: 50px;
}


/*Footer Css */
.footer li {
	display: inline-block;
	padding: 0px 4px;
	font-size: 16px;
}

.footer li a {
	color: #fff;
	font-weight: 300;
}

.copy-right {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.footer {
	background: #000;
	padding: 80px 0;
	color: #fff;
}

.footer-logo {
	margin-bottom: 30px;
}

.no-thanks {
	font-size: 24px;
	background: #ff0808;
	padding: 20px 40px;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
	color: #fff;
}

.no-thanks:hover {
	color: #fff;
}

.footer-logo-text {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	margin-left: 30px;
	display: inline-block;
	line-height: 1.6;
	margin-top: 16px;
}

.footer-logo {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*TIMER CSS START*/
.timer {
	padding: 0 10px;
	color: #ff0000;
	font-size: 24px;
	font-weight: 400;
	margin: auto;
	text-align: center;
}

.timer div {
	display: inline-block;
	min-width: 90px;
	padding: 0 15px;
	border-radius: 10px;
	margin: 10px 2px auto;
	text-align: center;
}

.timer div span {
	display: block;
	font-size: 65px;
	font-weight: 400;
}

.offer-section #timer {
	font-size: 16px;
	width: auto;
	color: #ff0000;
}

.offer-section #timer div {
	margin: 5px auto;
}

.offer-section #timer div span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	width: 50px;
	max-width: 50px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #ff0000;
	border-radius: 5px;
}

.offer-section span.text {
	color: #000;
	font-weight: 600;
	font-size: 26px;
}

.timer.timer-white {
	color: #ffffff;
}

/*TIMER CSS END */
.modal-body {
	padding: 0;
}

.modal-dialog {
	max-width: 690px;
}

.m-header-part {
	background: #aa0000;
	padding: 20px 60px;
}

.banner-popup .close {
	position: absolute;
	top: -13px;
	z-index: 99;
	background: #aa0000;
	opacity: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	right: -13px;
	color: #fff;
}

.m-header-part {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.m-header-part span {
	margin-right: 35px;
}

.m-header-part h2 {
	font-size: 65px;
	color: #fff;
}

.m-body-p p {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
}

.m-body-p {
	padding: 40px;
	text-align: center
}

.m-body-p .affiliate-btn {
	margin-top: 20px;
}

/*Resposnive css start */
@media (max-width:1199px) {
	.sale-page-box {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.page-price-main {
		position: relative;
		float: left;
		margin: 0 10px;
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}

	.page-price-main:before {
		display: none;
	}

	.what-drito-sec {
		background: #320b40 url(../images/RES-BG-1.png) no-repeat;
		padding-top: 80px;
		margin-top: 0px;
	}

	.page__content p {
		font-size: 18px;
	}

	.promo-block a {
		font-size: 16px;
	}

	.regular_heading {
		font-size: 28px;
	}

	.payment-step {
		padding: 40px;
	}

	.step_abc_detail {
		font-size: 22px;
	}

	.video-arrow:after {
		right: 60px;
	}

	body .bg-head,
	body .bg-head-2,
	body .blue-bg-2,
	body .blue-bg-3,
	body .dot-blue-bg,
	body .bg-head-video {
		background: #320b40 url(../images/blue-dark-bg.png) no-repeat;
		background-size: cover;
		padding: 40px 0;
	}
}

@media (max-width:991px) {
	.navbar-collapse {
		position: absolute;
		left: 0;
		background: #fff;
		width: 100%;
		top: 100%;
		border-radius: 10px;
	}

	.header .navbar {
		position: relative;
		padding: 10px 0;
	}

	.navbar-toggler {
		order: 1;
	}

	.navbar-dark .navbar-nav .nav-link {
		color: #000;
		padding: 10px;
	}

	.navbar-dark .navbar-nav .active>.nav-link,
	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .show>.nav-link {
		color: #340d44;
	}

	.link-btn {
		margin-left: auto;
		margin-right: 10px;
	}

	.navbar-dark .navbar-toggler {
		border: none;
	}

	.link-btn .btn {
		margin-left: 0;
	}

	.hero-title {
		font-size: 32px;
	}

	.title-box {
		font-size: 16px;
	}

	.video-title {
		font-size: 16px;
	}

	.home-video iframe {
		height: 388px;
	}

	.demo-section {
		background-size: cover;
	}

	.cash-box {
		justify-content: center;
		margin-top: 40px;
	}

	.promo-block {
		margin-bottom: 15px;
	}

	.card__image {
		width: 210px;
		height: 210px;
		margin: auto;
	}

	.promote_heading,
	.promote_heading_2,
	.promote_heading_3,
	.promote-long {
		font-size: 34px;
	}

	.affiliate-btn {
		padding: 15px 20px;
		font-size: 16px;
	}

	.payment-step {
		padding: 27px;
	}

	.step_abc_detail {
		font-size: 16px;
	}

	.step_abc_name {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.offer-section {
		flex-wrap: wrap;
		justify-content: center;
	}

	.offer-section #timer {
		width: 100%;
	}

	.offer-section .link-btn {
		margin: auto;
	}

	.video-arrow:after {
		right: 80px;
		top: -30px;
	}

	.footer-logo-text {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.payment-step {
		width: 250px;
		height: 250px;
		margin: auto;
		margin-bottom: 30px;
		background-size: contain;
		padding: 40px 25px;
	}

	.link-btn .btn {
		font-size: 14px;
		padding: 5px 10px;
	}

	.navbar-brand img {
		max-width: 130px;
	}

	.hero-title {
		font-size: 24px;
	}

	.hero-section {
		padding: 5rem 0 5rem 0;
	}

	.video-title {
		margin-bottom: 20px;
	}

	.title-box {
		margin: 20px;
	}

	.home-video iframe {
		width: 500px;
		height: 281px;
	}

	.padd-section {
		padding: 40px 0;
	}

	.more-box:after,
	.more-box:before {
		display: none;
	}

	.more-box {
		border-image-slice: 1;
		border-width: 1px;
		border-image-source: linear-gradient(23deg, rgba(255, 53, 125, 1) 0%, rgba(255, 111, 51, 1) 100%);
	}

	.margin-box {
		margin-bottom: 40px;
	}

	.affiliate-btn {
		font-size: 16px;
		padding: 10px 15px;
	}

	.step-block h4 {
		font-size: 28px;
	}

	.promote_heading,
	.promote_heading_2,
	.promote_heading_3,
	.promote-long {
		font-size: 28px;
	}

	.prize-box p {
		font-size: 28px;
	}

	.rev-social-link a {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.solution-box p {
		font-size: 24px;
		margin-top: 20px;
	}

	.solution-no {
		font-size: 24px;
		top: -25px;
		padding: 10px 30px;
	}

	.solution-box {
		padding: 25px;
	}

	.page__content img {
		margin-bottom: 30px;
	}

	.home-video.half-video {
		margin-bottom: 30px;
	}

	.timer div span {
		font-size: 24px;
	}

	.timer {
		font-size: 14px;
	}

	.pink-cut {
		background-color: #faf1ff !important;
		background-image: none;
	}

	.pill-box.red-pill-box:before {
		right: -30px;
	}

	.pill-box.green-pill-box:before {
		left: -30px;
	}

	.pill-box:before {
		width: 85px;
		height: 85px;
	}

	.video-arrow:after {
		right: 0px;
		top: -15px;
		background-size: 25px;
	}

	.video-title.video-arrow {
		padding: 0 40px;
	}

	.footer-logo {
		flex-wrap: wrap;
	}

	.footer-logo-text {
		width: 100%;
		margin-left: 0;
	}

	.tag-nexa-tab {
		background: #5105ff;
		display: inline-block;
		padding: 20px 10px;
		border-radius: 20px 0 20px 0;
	}
}

@media (max-width:575px) {
	.home-video iframe {
		width: 290px;
		height: 163px;
	}

	.cash-box h3 {
		font-size: 18px;
		padding: 10px 25px;
		max-width: 230px;
	}

	.trophy-icon img {
		max-width: 40px;
	}

	.trophy-icon {
		width: 70px;
		height: 70px;
	}

	.promote_heading,
	.promote_heading_2,
	.promote_heading_3,
	.promote-long {
		font-size: 26px;
	}

	.prize-box p {
		font-size: 24px;
	}

	.launch-text h3 {
		font-size: 24px;
	}

	.launch-text p {
		font-size: 18px;
	}

	.sol-image img {
		height: 120px;
	}

	.red-bg-long {
		font-size: 24px;
		padding: 10px 40px;
		background-size: 100% 100%;
	}
}

@media (max-width:400px) {
	.navbar-brand img {
		max-width: 100px;
	}

	.navbar-toggler {
		padding: 0;
	}

	.promote_heading,
	.promote_heading_2,
	.promote_heading_3,
	.promote-long {
		font-size: 24px;
	}

	.regular_heading {
		font-size: 24px;
	}

	.sub__heading {
		font-size: 24px;
	}

	.funnel-title {
		font-size: 24px;
	}

	.more-title {
		font-size: 24px;
	}

	.step-block h4 {
		font-size: 24px;
	}

	.card-name {
		font-size: 24px;
	}
}


.box_btn {
	background-color: #FF891C;
	padding: 10px 0;
	color: #fff !important;
}

.box_btn-flex {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 768px) {
	.box_btn-flex {
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: center;
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.box_btn-flex {
		display: flex;
		align-items: center;
		gap: 2px;
		justify-content: center;
		flex-direction: row;
	}

	.box_btn {
		background-color: #FF891C;
		padding: 5px 0;
		color: #fff !important;
	}

	.box_btn-flex img {
		width: 30%;
	}
}

/*Modal Pop-Up Start*/

/*Modal Pop-Up Start*/
#ouibounce-modal .modal-header h5 span {
	font-size: 25px;
}

#ouibounce-modal .modal-header h5 {
	text-align: center;
	width: 100%;
	font-size: 72px;
	line-height: 65px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -3px;
}

#ouibounce-modal .modal-header h5 {
	text-align: center;
	width: 100%;
	font-size: 72px;
	line-height: 65px;
	color: #fff;
	font-weight: 700;
	font-family: 'Fjalla One', sans-serif !important;
}

@media screen and (max-width: 991px) {
	#ouibounce-modal .modal-header h5 {
		font-size: 30px;
	}
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 0 solid #dee2e6;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

#ouibounce-modal .modal-header {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0px;
	background-color: rgb(255, 0, 0);
	outline: none;
}

#ouibounce-modal .modal-body {
	padding: 1rem 1rem 2rem;
	position: relative;
	flex: 1 1 auto;
	padding: 2rem 0.5rem;
	margin-top: -10px;
}

.btn_custom_set1 {
	color: #fff;
	text-decoration: none;
	padding: 30px 50px;
	border-radius: 60px;
	transition: all 0.5s ease;
	display: inline-block;
	line-height: 26px;
	background-image: -moz-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
}

.btn_custom_set1:hover {
	color: #fff;
	text-decoration: none;
	padding: 30px 50px;
	border-radius: 60px;
	transition: all 0.5s ease;
	display: inline-block;
	line-height: 26px;
	background-image: -moz-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
	background-image: -webkit-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
	background-image: -ms-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
}

.btn_custom_set1 span {
	font-size: 16px;
	font-weight: lighter;
}


@media (min-width: 768px) {
	#ouibounce-modal .modal-body h2 {
		text-align: center;
		font-size: 80px !important;
		color: #212529;
		margin-bottom: 0.5rem;
		font-family: "Fjalla One", Helvetica, sans-serif !important;
		font-weight: 700;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	#ouibounce-modal .modal-body h2 {
		text-align: center;
		font-size: 50px !important;
		color: #212529;
		margin-bottom: 0.5rem;
		font-family: "Fjalla One", Helvetica, sans-serif !important;
		font-weight: 700;
		line-height: 1.2;
	}
}

#ouibounce-modal .modal-body h3 {
	text-align: center;
	margin-bottom: 0.5rem;
	font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui,
		Roboto, helvetica neue, Arial, noto sans, sans-serif,
		apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.setcolo {
	color: #0c4394;
}

.myfontmain {
	font-size: 45px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: bold !important;

}

#ouibounce-modal .modal-header .close {
	border-radius: 50%;
	padding: 5px 8px;
	background-color: #f4eeee;
	opacity: 1;
	color: #fff;
	margin: -29px -23px 0.9rem auto;
	border: 2px solid #fff;
}

.banner-popup .close {
	position: absolute;
	top: -13px;
	z-index: 99;
	background: #000000;
	opacity: 1;
	border: 3px solid white;
	width: 37px;
	height: 37px;
	line-height: 22px;
	border-radius: 50%;
	right: -13px;
	color: #fff;
}

button.close {
	padding: 0;
	border: 0;

}

.close span {
	font-size: 30px;
	font-weight: 700;
}

a.nothank {
	color: #ff5151;
	text-decoration: none;
}

a.nothank1 {
	color: #000000;
	text-decoration: none;
}

.coupon {
	background: rgb(23, 189, 255);
	padding: 10px 15px;
	display: inline-block;
	margin: 15px 0px 0 0;
	color: #fff;
}

.banner-popup {
	background: rgba(0, 0, 0, 0.8);
	top: 0px !important;
	padding-top: 60px;
}

@media (max-width: 991px) {
	.text-xl {
		font-size: 50px !important;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 576px) {
	.text-lg {
		font-size: 50px !important;
		line-height: 1.3;
		margin-bottom: 25px;
	}

	#ouibounce-modal .modal-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#ouibounce-modal .modal-body {
		margin-top: -40px;
	}
}

@media screen and (max-width: 991px) {
	.text-lg {
		font-size: 35px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

/*Modal Pop-Up End*/

@media (min-width: 576px) {
	.modal-dialog {
		margin: 0 auto !important;
	}
}


/*Modal Pop-Up End*/