html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #171717;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	/* transition: .3s all ease-in-out; */
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"] {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,a,li,u,span,i,button,input {	
	color: #ffffff;
	margin: 0;
}

p,a,li,i,button,input {
	display: block;
	font: 400 16px/18px 'Lato', sans-serif;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 132px;
	line-height: 1.2;
}

h2 {
	font-size: 41px;
	line-height: 1.1;
}

h3 {
	font-size: 40px;
	line-height: 1.2;
}

h4 {
	font-size: 38px;
	line-height: 1.2;
}

h5 {
	font-size: 35px;
	line-height: 1.2;
}

h6{
	font-size: 32px;
	line-height: 1.2;
}

.xl-heading {	
	font-size: 74px;
	line-height: 1.2;
}

.lg-heading {
	font-size: 66px;
	line-height: 1;
}

.md-heading {
	font-size: 60px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 46px;
	line-height: 1.2;
}

.xsm-heading {
	font-size: 43px;
	line-height: 1.2;
}

.md-txt {
	font-size: 20px;
	line-height: 1.1;
}

.sm-txt {
	font-size: 17px;
	line-height: 1.2;
}

.xsm-txt {
	font-size: 14px;
	line-height: 1.6;
}

.vsm-txt {
	font-size: 12px;
	line-height: 1.2;
}

.fs-64 {
	font-size: 64px;
	line-height: 1;
}

.fs-61 {
	font-size: 61px;
	line-height: 1;
}

.fs-53 {
	font-size: 53px;
	line-height: 1;
}

.fs-37 {
  font-size: 37px;
  line-height: 1;
}

.fs-34 {
  font-size: 34px;
  line-height: 1;
}

.fs-31 {
  font-size: 31px;
  line-height: 1;
}

.fs-30 {
	font-size: 30px;
	line-height: 1;
}

.fs-27 {
	font-size: 27px;
	line-height: 1.2;
}

.fs-26 {
	font-size: 26px;
	line-height: 1.2;
}

.fs-25 {
  font-size: 25px;
  line-height: 1.2;
}

.fs-24 {
	font-size: 24px;
	line-height: 1.2;
}

.fs-23 {
	font-size: 23px;
	line-height: 1.2;
}

.fs-22 {
	font-size: 22px;
	line-height: 1.2;
}

.fs-21 {
	font-size: 21px;
	line-height: 1.2;
}

.fs-16 {
	font-size: 16px;
	line-height: 1.2;
}

.fs-13 {
	font-size: 13px;
	line-height: 1.2;
}

.font-blue {
	color: #00fff0;
}

.font-yellow {
	color: #f0ff00;	
}

.font-md-dark-yellow {
	color: #ffd200;
}

.font-red {
	color: #ff002e;
}

.img-fluid {
	max-width: 100%;
	display: block;
}

a:hover {
	color: #53479d !important;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

@media screen and (min-width: 1501px) {
	.custom-wrapper {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
}

.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	color: #ffffff;
}

.btn-1 {
	padding: 24px 53px;
	background: #199ec0;
	background: -moz-linear-gradient(left,  #199ec0 0%, #18d780 50%, #199ec0 100%);
	background: -webkit-linear-gradient(left,  #199ec0 0%,#18d780 50%,#199ec0 100%);
	background: linear-gradient(to right,  #199ec0 0%,#18d780 50%,#199ec0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199ec0', endColorstr='#18d780',GradientType=1 );	
	background-size: 200% auto !important;
	border-radius: 50px;
	box-shadow: 0 15px 29px 7px rgba(0, 0, 0, 0.28);
	max-width: 737px;
}

.btn-1:hover {
	background-position: right center !important;
}

.btn:focus,
input:focus {
	box-shadow: none !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #2ac68d;
	background: -moz-linear-gradient(-45deg,  #2ac68d 32%, #00a4e6 50%);
	background: -webkit-linear-gradient(-45deg,  #2ac68d 32%,#00a4e6 50%);
	background: linear-gradient(135deg,  #2ac68d 32%,#00a4e6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ac68d', endColorstr='#00a4e6',GradientType=1 );		
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	/* overflow: hidden; */
	/* transform: scale(1.1); */
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.xl-padding {
	padding: 130px 0;
}

.lg-padding {
	padding: 100px 0;
}

.md-padding {
	padding: 85px 0;
}

.sm-padding {
	padding: 50px 0;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-extrabold {
	font-weight: 900;
}

.font-weight-light {
	font-weight: 300;
}

.font-italic {
	font-style: italic;
}

.open-sans {
	font-family: 'Open Sans';
}

iframe.iframe_shortcode {
	height: 100%;
	width: 100%;
	border: none;	
	border-radius: 10px;
	/* transform: scale(1.3);
  margin-top: 80px; */
}

.guarantee img {
	max-width: 60%;
	margin-left: 11%;
}

/* PKS Button Start */
#pks-container .title-head h3 {
	font-size: 47px;
	text-align: center;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 500;
	margin: 0 0 10px;
}
.pks-wrapper {
	background: #fff;
	padding: 2px;
	max-width: 100%;
	margin: 0 auto;
}
.pks-btn-head {
	color: #990001;
	font-size: 60px;
	text-align: center;
	width: 100%;    
	margin: 0 0 10px;
	font-weight: 700;
	font-family: "Montserrat";
	line-height: 1.3;
}
.pks-button-wrapper {
		background-color: #fff;
		padding: 20px 25px;
		color: #0000;
		font: 500 75px/85px 'Montserrat';
		border: 5px solid #a2a0a0;
		text-align: center;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		outline: none;
}
.pks-button-wrapper:hover, .pks-button-wrapper:focus, .pks-button-wrapper:visited {
	color: #0000;
	text-decoration: none;
}
.pks-button {
		color: #fff;
		font-weight: 600;
		font-size: 50px;
		line-height: 50px;
		padding: 15px;
		margin-bottom: 13px;
		border: 5px solid #4c2b78;
		background: #ff9110;
		background: -moz-linear-gradient(left,  #ff9110 0%, #f65b38 50%, #ff9110 100%); 
		background: -webkit-linear-gradient(left,  #ff9110 0%,#f65b38 50%,#ff9110 100%); 
		background: linear-gradient(to right,  #ff9110 0%,#f65b38 50%,#ff9110 100%);    
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9110', endColorstr='#ff9110' GradientType=1 );
		background-size: 200% auto;
		width: 100%;
		flex: 0 0 100%;
		letter-spacing: 2px;
		transition: .3s ease;
}
.pks-button:hover {
	background-position: right center !important;
}
/* PKS button responsive start */
@media screen and (max-width: 1199px){
	.pks-btn-head {
		font-size: 45px;
	}
	.pks-button {
		font-size: 40px;
		padding: 10px;
	}
}
@media screen and (max-width: 991px){
	.pks-wrapper {  
		max-width: 70%;
	}
} 
@media screen and (max-width: 767px){
	.pks-button {
		max-width: 100%;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 575px){
	.pks-wrapper {        
		max-width: 100%;
	}
}
@media screen and (max-width: 440px){
	#pks-container .title-head h3 {
		font-size: 40px;
	}
	.pks-button {
		max-width: 100%;
	}
}
@media screen and (max-width: 375px){
	#pks-container .title-head h3 {
		font-size: 35px;
	}
	.pks-btn-head {
		font-size: 40px;
	}
	.pks-button {
		font-size: 35px;
	}
}
/* PKS Button End */

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Muli';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #00fff0;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #00fff0;
	color: #fff;
}

.wrap a {
	font-size: 14px;
}
/* end cockie styles*/

/*Header*/
#main-header {
	padding: 25px 0;
	background: #00000090;
	position: absolute;
	z-index: 1;
}

#head-bar #site-nav .nav-item {
	padding: 0 10px;
	text-transform: uppercase;
}

#head-bar.sticky {
	background: #0a0522;
}

#head-bar.solid-bg {
	background: #0a0522;
}
/*End Header*/

/*Banner*/
#banner {
	padding: 150px 0;
	background: #03030f;
	overflow: hidden;
}

#banner:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/banner-bg.png);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#banner .wrapper-1 {
	max-width: 80%;
}

#banner .wrapper-2 {
	padding: 21px 45px;
	background: #1d195b;
	background: -moz-linear-gradient(top, rgba(29,25,91,1) 0%, rgba(155,57,201,1) 100%);
	background: -webkit-linear-gradient(top, #1d195b 0%,#9b39c9 100%);
	background: linear-gradient(to bottom, #1d195b 0%,#9b39c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d195b', endColorstr='#9b39c9',GradientType=0 );
	border-radius: 90px;
	max-width: 65%;
	transition: .3s ease all;
}

#banner .wrapper-2:hover {
	transform: scale(1.1);
	color: #fff!important;
}

#banner .vid-wrapper {
	max-width: 100%;
	border: 1px solid #0ff;
	border-radius: 15px;
	box-shadow: 0 0 15px 0px #00ffff;
}

#banner .playerneos_wrapper1 {
	background: none;
}

#banner .vid-wrapper:after {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #0ff;
	border-radius: 15px;
	position: absolute;
	top: 10%;
	left: 6%;
}

#banner .playerneos_wrapper1 {
	background: none;
	z-index: 1;
}

#banner .row-head .img-wrapper {
	max-width: 35%;
}
/*End Banner*/

/* Section-1*/
#section-1 {
	background: #381c61;
	background: -moz-linear-gradient(top,  #381c61 0%, #251241 100%);
	background: -webkit-linear-gradient(top,  #381c61 0%,#251241 100%);
	background: linear-gradient(to bottom,  #381c61 0%,#251241 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381c61', endColorstr='#251241',GradientType=0 );
	padding: 90px 0 122px;
}

#section-1 .row .colmn-1 {
	padding: 58px 98px;
	background: #1d195b;
	background: -moz-linear-gradient(top, #1d195b 0%, #9b39c9 100%);
	background: -webkit-linear-gradient(top, #1d195b 0%,#9b39c9 100%);
	background: linear-gradient(to bottom, #1d195b 0%,#9b39c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d195b', endColorstr='#9b39c9',GradientType=0 );
	border-radius: 50px;	
}

/* @media screen (min-width: 992px){
	#section-1 .row .col {
		max-width: 50%;
	}
} */

.sec1-list li:hover img {
	transform: rotateY(180deg);
}

.sec1-list img {
	transition: .3s ease all;
}
/*End Section-1*/

/* Guarantee Start */
.guarantee-sec {
	padding: 70px 0;
	background: #000;
	background: -moz-linear-gradient(left, #000000 0%, #3f1f6b 100%);
	background: -webkit-linear-gradient(left, #000 0%,#3f1f6b 100%);
	background: linear-gradient(to right, #000 0%,#3f1f6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3f1f6b',GradientType=1 );
}

.guarantee-sec .colmn-1 .up-icon {
	width: 96px;
	height: 96px;
	background: #19a1bc;
	border-radius: 100px;
	overflow: hidden;
}
/* Guarantee End */

/*Section 3 Start*/
#section-2 {
	background: #502f85;
	background: -moz-linear-gradient(-45deg, #502f85 0%, #18133a 100%);
	background: -webkit-linear-gradient(-45deg, #502f85 0%,#18133a 100%);
	background: linear-gradient(135degz, #502f85 0%,#18133a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502f85', endColorstr='#18133a',GradientType=1 );
}

#section-2:before {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sec3-extra-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 18%;
}

#section-2 .title-area p {
	max-width: 80%;
}

#section-2 .title-area {
	margin-bottom: 31px;
}

#section-2 .this-content {
	max-width: 90%;
}
/* Section 3 End*/

/*Section 4 Start*/

/*Section 4 End */

/*Section 5 Start*/
.upgrade-unlimited-btn .up-icon {
	width: 64px;
	height: 64px;
	background: #19a6b7;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: -3px 3px 20px 0px rgb(0 0 0 / 30%);
}

.upgrade-unlimited-btn .btn-1 {
	padding: 18px 35px;
	background: rgb(25,158,192);
	background: -moz-linear-gradient(left,  rgba(25,158,192,1) 0%, rgba(24,215,128,1) 50%, rgba(25,158,192,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(25,158,192,1) 0%,rgba(24,215,128,1) 50%,rgba(25,158,192,1) 100%);
	background: linear-gradient(to right,  rgba(25,158,192,1) 0%,rgba(24,215,128,1) 50%,rgba(25,158,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199ec0', endColorstr='#199ec0',GradientType=1 );		
}

.upgrade-unlimited-btn {
	margin: 35px 0;
}
/* Section 5 End*/

/*Section 6 Start*/
#section-3 {
	background: #20103c;
	background: -moz-linear-gradient(45deg,  #20103c 0%, #04030b 100%);
	background: -webkit-linear-gradient(45deg,  #20103c 0%,#04030b 100%);
	background: linear-gradient(45deg,  #20103c 0%,#04030b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20103c', endColorstr='#04030b',GradientType=1 );	
	padding: 130px 0;
	overflow: hidden;
}

#section-3 .sec6-list li:before {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/checkbox.png);
	background-size: contain;
	left: 0;
}

#section-3 .pde {
	/* display: none; */
}

#section-3 .row:not(.row-4) {
	margin-bottom: 178px;
}

.float {
	position: absolute;
}

#section-3 .ellipse {
	top: -300px;
	right: 0;
	transform: scale(0);	
}

#section-3 .pd {
	top: -180px;
	left: -5%;
	transform: scale(0);
}

#section-3 .content-wrapper {
	max-width: 90%;
}

#section-3 .row:nth-child(even) .content-wrapper {
	margin-left: auto;
}

#section-3 .ut {
	transform: scale(1.3);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -21%;
}
/* Section 6 End*/

/* Section 8 Start */
#section-9 {
	background: #060218;
	background: -moz-linear-gradient(45deg, #060218 0%, #210748 15%, #440e60 43%, #210748 78%, #060218 100%);
	background: -webkit-linear-gradient(45deg, #060218 0%,#210748 15%,#440e60 43%,#210748 78%,#060218 100%);
	background: linear-gradient(45deg, #060218 0%,#210748 15%,#440e60 43%,#210748 78%,#060218 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060218', endColorstr='#060218',GradientType=1 );
	padding: 140px 0;
}

#section-9 .colmn-2 h4:before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/divider.png);
	background-repeat: no-repeat;
	left: -5%;
	top: 5px;
}

#section-9 .colmn-1 img {
	transform: scale(1.5);
	left: -25%;
}

#section-9 .content-wrapper {
	max-width: 90%;
}
/* Section 8 End */

/* Section 9 Start */
#section-5 {
	background: #20103c;
	background: -moz-linear-gradient(45deg,  #20103c 0%, #04030b 100%);
	background: -webkit-linear-gradient(45deg,  #20103c 0%,#04030b 100%);
	background: linear-gradient(45deg,  #20103c 0%,#04030b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20103c', endColorstr='#04030b',GradientType=1 );	
	padding: 115px 0;
	overflow: hidden;
}

#section-5 .collage-wrapper div {
	width:100%;
	height:100%;
	max-height:880px;
	overflow:hidden;	
	position:absolute;
}  

#section-5 .collage-wrapper {
	min-height: 450px;
	border-radius: 20px;
	overflow: hidden;
}

#section-5 .content-wrapper {
	max-width: 85%;
	margin: 0 auto;
}

#section-5 .row:not(.row-4) {
	margin-bottom: 50px;
}

#section-5 .row:nth-child(even) .content-wrapper {
	max-width: 100%;
}
/* Section 9 End */

/* Section 10 Start */
#section-6 {
	background: #0e0a1b;
	background: -moz-linear-gradient(top, #0e0a1b 1%, #281744 100%);
	background: -webkit-linear-gradient(top, #0e0a1b 1%,#281744 100%);
	background: linear-gradient(to bottom, #0e0a1b 1%,#281744 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0a1b', endColorstr='#281744',GradientType=0 );
	padding: 127px 0;
}

#section-6 .row-1 .colmn-2 .img-wrapper img {
	max-width: 80%;
}

#section-6 .row-2 .colmn-1 .img-wrapper img {
	max-width: 80%;
}

#section-6 .content-wrapper {
	max-width: 90%;
}

#section-6 .row:not(.row-5, .row-3) {
	margin-bottom: 50px;
}

#section-6 .cp-ins-tt {
	/* display: none; */
}

#section-6 .row-3 {
	margin: 190px 0 100px;
}

#section-6 .float {
	transform: scale(0);
}

#section-6 .instagram {
	top: -250px;
	left: 20%;
}

#section-6 .insta-logo {
	top: -170px;
	left: 5%;
}

#section-6 .tiktok-logo {
	right: 14%;
	top: 20px;
}
/* Section 10 End */

/* Section 11 Start */

/* Section 11 End */

/* Section 12 Start */

/* Section 12 End */

/* Section 13 Start */

/* Section 13 End */

/* Section 14 Start */

/* Section 14 End */

/* Section 15 Start */
#section-7 {
	padding: 115px 0;
	background: #000;
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(58,33,95,1) 100%);
	background: -webkit-linear-gradient(-45deg, #000 0%,#3a215f 100%);
	background: linear-gradient(135deg, #000 0%,#3a215f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a215f',GradientType=1 );
}
/* Section 15 End */

/* Section 16 Start */
#section-8 {
	background: url(../images/sec16-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 85px 0 140px;
}

#section-8 .list li:not(li:last-of-type) {
	margin-bottom: 18px;
}

#section-8 .list li:before {
	width: 28px;
	height: 22px;
	display: block;
	position: absolute;
	background: url(../images/checklist.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -8%;
}

#section-8 .wrapper {
	max-width: 800px;		
}

#section-8 .table-list {
	overflow: hidden;
	border-radius: 50px;
	z-index: 2;
	box-shadow: 0 0 10px;
}

#section-8 .tbl-list-head {
	background: #5a278f;
	padding: 32px 0 22px;
}

#section-8 .tbl-list-body {
	padding: 60px 83px;
	background: rgb(61,32,119);
	background: -moz-linear-gradient(top,  rgba(61,32,119,1) 0%, rgba(115,45,165,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(61,32,119,1) 0%,rgba(115,45,165,1) 100%);
	background: linear-gradient(to bottom,  rgba(61,32,119,1) 0%,rgba(115,45,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2077', endColorstr='#732da5',GradientType=0 );
}

/* #section-8 .tbl-list-body h5 {
	margin-bottom: 33px;
} */

.tbl-list-footer {
	background: #4a197d;
	padding: 45px 30px 40px;
}

#section-8 .upgrade-unlimited-btn .up-icon {
	background: #19a6b6;
}

#section-8 .upgrade-unlimited-btn .btn-1 {
	background: #199ec0;
	background: -moz-linear-gradient(left, #199ec0 0%, #18d780 50%, #199ec0 100%);
	background: -webkit-linear-gradient(left, #199ec0 0%,#18d780 50%,#199ec0 100%);
	background: linear-gradient(to right, #199ec0 0%,#18d780 50%,#199ec0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199ec0', endColorstr='#18d780',GradientType=1 );
}

#section-8 .wrapper:before {
	display: block;
	height: 90%;
	width: 920px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
	background: #3d2077;
	background: -moz-linear-gradient(top, rgba(61,32,119,1) 0%, rgba(115,45,165,1) 100%);
	background: -webkit-linear-gradient(top, #3d2077 0%,#732da5 100%);
	background: linear-gradient(to bottom, #3d2077 0%,#732da5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2077', endColorstr='#732da5',GradientType=0 );
	left: -7.3%;
	z-index: 1;
	box-shadow: 0 0 10px;
}

#section-8 .wrapper:after {
	display: block;
	height: 90%;
	width: 1000px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
	background: #3d2077;
	background: -moz-linear-gradient(top, rgba(61,32,119,1) 0%, rgba(115,45,165,1) 100%);
	background: -webkit-linear-gradient(top, #3d2077 0%,#732da5 100%);
	background: linear-gradient(to bottom, #3d2077 0%,#732da5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2077', endColorstr='#732da5',GradientType=0 );
	left: -12.5%;
	box-shadow: 0 0 10px;
}
/* Section 16 End */

/* Whole Sec Start */
#whole-sec {
	padding: 130px 0;
	background: #000;
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(58,33,95,1) 100%);
	background: -webkit-linear-gradient(-45deg, #000 0%,#3a215f 100%);
	background: linear-gradient(135deg, #000 0%,#3a215f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a215f',GradientType=1 );
}
/* Whole Sec End */

/* Section 17 Start */
#section-10 {
	/* padding: 130px 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(58,33,95,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(58,33,95,1) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(58,33,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a215f',GradientType=1 ); */
}

#section-10 .rows {
	margin-bottom: 110px;
	max-width: 90%;
}

/* #section-10 .rows:last-child {
	margin-bottom: 0px;	
} */

#section-10 .row:nth-child(odd) .colmn-2 {
	padding-left: 120px;
}

#section-10 .row .desc {
	max-width: 80%;
}
/* Section 17 End */

/* Section 19 Start */
#section-12 {
	/* padding: 180px 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(58,33,95,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(58,33,95,1) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(58,33,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a215f',GradientType=1 ); */
}

#section-12 .rows:not(.row-3) {
	margin-bottom: 110px;
	max-width: 90%;
}

#section-12 .but-gua-wrapper:not(.row-8) {
	margin-bottom: 130px;
}

#section-12 .row-head {
	margin-bottom: 65px;
}

#section-12 .desc {
	max-width: 90%;
}

#section-12 .btn-style-2 {
	max-width: 700px;
}

#section-12 .img-wrapper img {
	transform: scale(1.1);
}
/* Section 19 End */

/* No thanks Start */
#no-thanks {
	background: #1d195b;
	background: -moz-linear-gradient(-45deg, rgba(29,25,91,1) 0%, rgba(155,57,201,1) 100%);
	background: -webkit-linear-gradient(-45deg, #1d195b 0%,#9b39c9 100%);
	background: linear-gradient(135deg, #1d195b 0%,#9b39c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d195b', endColorstr='#9b39c9',GradientType=1 );
}

#no-thanks a {
	max-width: 47%;
}

#no-thanks a:hover {
	color: #18d781!important;
}
/* No thanks End */

/* Section 21 Start */
#section-14 {
	overflow: hidden;
	padding: 108px 0;
	background: -moz-linear-gradient(top,  rgba(106,58,165,0.5) 0%, rgba(11,12,41,0.84) 68%, rgba(11,12,41,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(106,58,165,0.5) 0%,rgba(11,12,41,0.84) 68%,rgba(11,12,41,1) 100%);
	background: linear-gradient(to bottom,  rgba(106,58,165,0.5) 0%,rgba(11,12,41,0.84) 68%,rgba(11,12,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#806a3aa5', endColorstr='#0b0c29',GradientType=0 );
}

#section-14 .row-head h4 {
	text-transform: uppercase;
}

#section-14 .content-wrapper {
	max-width: 925px;
}

.answer {
	padding: 46px;
	background: #6e4ca0;
	border-radius: 50px;
}

#section-14 .qa {
	margin-top: 70px;
}
/* Section 21 End */

/* Section 22 Start */
#section-15 {
	background: #160e3d;
}
/* Section 22 End */

/*Footer*/
/*#footer-section {*/
/*	padding: 50px 0;*/
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.71) 59%, rgba(39,23,63,0.5) 100%);*/
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.71) 59%,rgba(39,23,63,0.5) 100%);*/
/*	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.71) 59%,rgba(39,23,63,0.5) 100%);*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8027173f',GradientType=0 );*/
/*}*/

/*#footer-section .top-footer {*/
/*	margin-bottom: 100px;*/
/*}*/

/*#no-thanks a {*/
/*	max-width: 40.5%;*/
/*}*/

/*.footer-nav li {*/
/*	padding: 0 20px;	*/
/*}*/

/*.footer-nav li:not(.nav-item-5) {	*/
/*	border-right: 2px solid;*/
/*}*/
/*End Footer*/

/*>>> Responsive <<<*/

/* Screen-size 1500 */
@media screen and (max-width: 1500px) {	
	/* Global Start */
	.xl-heading {
		font-size: 60px;
	}

	.lg-heading {
		font-size: 50px;
	}

	.md-heading {
		font-size: 20px;
	}

	.sm-heading {
    font-size: 38px;
    line-height: 1.2;
	}	

	.lg-padding {
		padding: 80px 0;
	}

	.md-padding {
		padding: 65px 0;
	}

	h1,
	.h1 {
		font-size: 110px;
	}

	h2 {
    font-size: 32px;
	}

	h3 {
		font-size: 35px;
    line-height: 1.2;
	}

	h4 {
    font-size: 32px;
	}

	h5 {
		font-size: 30px;
	}

	h6 {
		font-size: 24px;
	}
	
	.md-txt {
		font-size: 18px;
	}

	.md-heading {
    font-size: 45px;
	}

	.fs-64 {
		font-size: 50px;
	}

	.fs-61 {
		font-size: 45px;
	}

	.fs-53 {
		font-size: 45px;
	}

	.fs-37 {
		font-size: 30px;
	}

	.fs-31 {
		font-size: 26px;
	}

	.fs-30 {
    font-size: 24px;	
	}

	.fs-27 {
		font-size: 24px;
	}

	.fs-26 {
		font-size: 24px;
	}

	.fs-25 {
		font-size: 22px;
	}

	.fs-23 {
		font-size: 20px;
	}

	.sm-txt {
    font-size: 15px;
	}
	
	.btn-group-sn {
    max-width: 280px;
    font-size: 20px;
    padding: 18px 0;
	}

	.share-btn {   
    width: 61px;
		height: 61px;
	}

	.share-btn .img-fluid {
    max-width: 50%;
	}

	.input-wrapper {
    min-height: 40px;
	}

	.btn-1 {
		padding: 24px;
	}

	.upgrade-unlimited-btn .btn-1 {
		padding: 15px;
	}

	.guarantee-sec .colmn-1 .up-icon {
    width: 76px;
		height: 76px;
	}

	.upgrade-unlimited-btn .up-icon {
    width: 59px;
		height: 59px;
	}

	.guarantee img {
    max-width: 70%;
    margin-left: 15%;
	}
	/* Global End */
	
	/* Banner Start */
	#banner .wrapper-2, #banner .wrapper-1 {
		max-width: 90%;
	}
	/* Banner End */

	/* Section 1 Start */
	#section-1 .row .colmn-1 {
		padding: 45px 50px;
	}
	/* Section 1 End */

	/* Section 2 Start */
	.guarantee-sec {    
    padding: 90px 0;
	}	
	/* Section 2 End */

	/* Section 3 Start */
	#section-2 {
    padding: 90px 0 90px;
	}

	.coo {
		max-width: 360px;
	}

	#section-2 .float {
		/* transform: scale(0.8)!important; */
		max-width: 75%;
	}

	#section-2 .desktop {
		top: 165px;
		right: 25%;
		max-width: 65%;
	}

	#section-2 .med-player {
		left: -28%;
		top: 150px;
		max-width: 30%;
	}

	#section-2 .laptop {
		top: 300px;
		left: -20%;
		max-width: 50%;
	}

	#section-2 .vid-prod {
		right: 15%;
		top: 265px;
		max-width: 32%;
	}

	#section-2 .colmn-1 .content-wrapper {
		transform: scale(1);
		bottom: unset;
		right: unset;
	}
	/* Section 3 End */

	/* Section 4 Start */

	/* Section 4 End */

	/* Section 5 Start */

	/* Section 5 End */

	/* Section 6 Start */
	#section-3 {
    padding: 80px 0;	
	}

	#section-3 .ellipse {
		right: -20%;
	}

	#section-3 .pd {
		left: 0;
	}

	#section-3 .row:not(.row-4) {
    margin-bottom: 100px;
	}
	/* Section 6 End */

	/* Section 6 Start */
	#section-6 .insta-logo {   
    left: 0%;
	}

	#section-6 .tiktok-logo {
		right: -15%;
	}
	/* Section 6 End */

	/* Section 7 Start */
	#section-7 {
		padding: 115px 0 60px;
	}

	/* Section 8 Start */
	#section-9 {
    padding: 80px 0;
	}
	/* Section 8 End */

	/* Section 9 Start */
	#section-5 .collage-wrapper div {
    overflow: unset;
    left: 2%;
    transform: scale(0.8);
	}
	/* Section 9 Start */

	/* Section 11 Start */

	/* Section 11 End */

	/* Section 12 start */

	/* Section 12 End */

	/* Section 17 Start */
	#section-10 .rows {
		margin-bottom: 70px;
	}

	#section-10 .row:nth-child(odd) .colmn-2 {
    padding-left: 80px;
	}
	/* Section 17 End */

	/* Footer Start */
	#no-thanks a {
    max-width: 60%;
	}

	/*#footer-section {*/
 /*   padding: 40px 0;*/
	/*}*/

	/*#footer-section .top-footer {*/
 /*   margin-bottom: 50px;*/
	/*}*/
	/* Footer End */
}

@media screen and (max-width: 1366px) {
	#section-7 {
		padding: 90px 0 50px;
	}

	/* Footer Start */
	#no-thanks a {
    max-width: 57%;
	}
	/* Footer End */
}

/* Screen-size 1199 */
@media screen and (max-width: 1199px) {
	/* Global Start */
	h1,
	.h1 {
		font-size: 80px;
	}

	h2 {
    font-size: 25px;
	}

	.xl-heading {
		font-size: 60px;
	}

	.lg-heading {
    font-size: 50px;
	}

	.md-heading {
    font-size: 40px;
	}

	.sm-heading {
    font-size: 18px;
    line-height: 20px;
	}

	h4 {  
    line-height: 1.3;
	}

	h6 {
		font-size: 20px;
	}

	.md-txt {
    font-size: 16px;
	}

	.fs-61 {
    font-size: 40px;
	}

	.fs-37 {
    font-size: 24px;
	}	

	.fs-30 {
    font-size: 20px;
	}

	.fs-21 {
		font-size: 16px;
	}

	.sm-txt {
    line-height: 1.4;
	}

	.btn-group-sn {
		max-width: 230px;
	}

	.guarantee-sec .colmn-1 .up-icon {
    width: 66px;
    height: 66px;
	}

	.btn-1 {
    padding: 10px 20px;
	}	

	.guarantee-sec {
    padding: 60px 0!important;
	}

	.upgrade-unlimited-btn .btn-1 .fs-23 {
    font-size: 15px;
	}	
	/* Global End */

	/* Header Start */

	/* Header End */

	/* Banner Start */
	#banner .wrapper-1, #banner .wrapper-2 {
    max-width: 80%;
	}

	#banner .wrapper-2 {
		padding: 15px 21px;
	}
	/* Banner End */

	/* Section 1 Start */	
	#section-1 .container {
		max-width: 1130px;
	}

	#section-1 .upgrade-unlimited-btn .btn-1 {
    padding: 15px 30px;
	}
	/* Section 1 End */

	/* Section 2 Start */
	#section-2 .this-content {
		max-width: 100%;
	}
	/* Section 2 End */

	/* Section 3 Start */
	#section-3 .ellipse {
		top: -200px;
	}

	#section-3 .pd {
		top: -80px;
	}
	/* Section 3 End */

	/* Section 4 Start */
	.guarantee-sec .btn-1 span {
    margin-right: 15px!important;
	}
	/* Section 4 End */

	/* Section 5 Start */
	#section-5 .collage-wrapper {
		min-height: 300px;
	}
	/* Section 5 End */

	/* Section 6 Start */
	#section-6 .row-1 .colmn-2 .img-wrapper img, #section-6 .row-2 .colmn-1 .img-wrapper img {
    max-width: 100%;
	}

	#section-6 .row-3 {
    margin: 150px 0 100px;
	}

	#section-6 .row-3 .img-wrapper img {
    transform: scale(0.8)!important;
	}

	#section-6 .tiktok-logo {
		right: -15%;
	}
	/* Section 6 End */

	/* Section 7 Start */
	#section-7 {
    padding: 90px 0 0px;
	}
	/* Section 7 End */

	/* Section 8 Start */
	.upgrade-unlimited-btn .btn-1 {
    padding: 15px 40px;
	}
	/* Section 8 Start */

	/* Section 9 Start */
	#section-9 .content-wrapper {
    max-width: 100%;
	}
	/* Section 9 End */

	/* Section 10 Start */

	/* Section 10 End */

	/* Section 11 Start */

	/* Section 11 End */

	/* Section 15 Start */

	/* Section 15 End */

	/* Footer Start */
	/*.footer-nav li {*/
 /*   padding: 0 15px;*/
	/*}*/
	/* Footer End */
}

/* Screen-size 991 */
@media screen and (max-width: 991px) {
	h1, .h1 {
    font-size: 120px;
	}

	h2 {
    font-size: 30px;
	}

	.fs-37 {
    font-size: 30px;
	}

	.sm-txt {
    font-size: 18px;
	}

	.xl-heading {
    font-size: 50px;
    line-height: 1;
	}

	.lg-heading {
		font-size: 40px;
	}

	.md-heading {
    font-size: 35px;
	}

	.sm-heading {
    font-size: 20px;
	}

	.lg-padding {
		padding: 50px 0;
	}

	.md-padding {
		padding: 45px 0;
	}	
	/* Header Start */
	
	/* Header Start */

	/* Banner Start */
	#banner .wrapper-1 {
    max-width: 70%;
	}
	
	#banner .wrapper-2 {
    max-width: 50%;
    margin-bottom: 30px;
	}
	
	#banner .vid-wrapper {
    max-width: 100%;
	}

	#banner {
		padding: 150px 0 100px;
	}	
	/* Banner End */

	/* Section 1 Start */
	#section-1 {    
    padding: 90px 0 90px;
	}

	#section-1 .container {
    max-width: 720px;
	}

	#section-1 .row .col {  
    max-width: 100%;
    flex: 0 0 100%;
	}

	#section-1 .colmn-2 {
    margin-bottom: 50px;
	}
	/* Section 1 End */	

	/* Section 2 Start */
	.guarantee-sec .colmn-1 .content-wrapper {
    justify-content: center;
	}

	.guarantee-sec .colmn-2 .img-wrapper img {
    margin: 30px auto 0;
    max-width: 50%;
	}

	#section-2 .colmn-2 {
    margin-bottom: 50px;
	}
	/* Section 2 End */

	/* Section 3 Start */
	#section-3 .pde {
		display: block;
	}

	#section-3 .float {
		display: none;
	}

	#section-3 .ut {
		transform: scale(1);
		position: unset;
		top: 0;
		bottom: 0;
		margin: 0px auto;
		left: 0;
	}

	#section-3 .row .colmn-1 {
    margin-bottom: 40px;
	}

	#section-3 .content-wrapper {
    max-width: 100%;
	}
	/* Section 3 end */

	/* Section 4 Start */

	/* Section 4 End */

	/* Section 5 Start */
	#section-5 .content-wrapper {
    max-width: 100%;
    margin: 0 auto 60px;
	}

	#section-5 .row:not(.row-4) {
    margin-bottom: 100px;
	}

	#section-5 .row-3 .colmn-2 .img-wrapper img {
    margin: 0 auto;
	}

	#section-5 .collage-wrapper {
    min-height: 400px;
	}

	#section-5 .collage-wrapper div	{
		left: 1%;
		transform: scale(1.1);
	}
	/* Section 5 End */

	/* Section 6 Start */
	#section-6 .content-wrapper {
    max-width: 100%;
	}

	#section-6 {
		padding: 10px 0;
	}

	#section-6 .float {
		display: none;
	}

	#section-6 .cp-ins-tt {
    display: block;
	}	

	#section-6 .img-wrapper img {
    margin: 0 auto;
	}

	#section-6 .row {
		margin: 80px 0 100px!important;
	}

	#section-6 .img-wrapper img {
    margin: 30px auto 0px;
	}
	/* Section 6 End */

	/* Section 8 Start */
	#section-8 .wrapper:before {
		width: 830px;
	}

	#section-8 .wrapper:after {
		width: 910px;
	}
	/* Section 8 End */

	/* Section 9 Start */
	#section-9 .colmn-1 img {
    transform: scale(1);
    left: -10%;
    margin-top: 50px;
	}
	/* Section 9 End */

	/* Section 10 Start */
	#section-10 .col-head .sm-heading {
    font-size: 35px;
    line-height: 1.2;
	}

	#section-10 .rows {
    margin-bottom: 100px;
    max-width: 100%;
	}

	#section-10 .img-wrapper {
    margin-top: 70px;    
	}

	#section-10 .row:not(.row-2) .img-wrapper {    
    left: -20%;
	}

	#section-10 .row-2 .img-wrapper {
    right: -20%;
	}

	#section-10 .row .colmn-2 {
    padding-left: 120px!important;
	}

	#section-10 .row.row-2 .colmn-2 {
    padding-left: 110px!important;
	}

	#section-10 .rows.row-2 {
    margin-left: 0!important;
	}
	/* Section 10 End */

	/* Section 11 Start */

	/* Section 11 End */

	/* Section 12 Start */
	/* #section-12 {
		padding: 100px 0;
	} */

	#section-12 .rows:not(.row-3) {
    margin: 0 0 110px 0;
    max-width: 100%;
	}

	#section-12 .content-wrapper {
    max-width: 80%;
    margin: 0 auto;
	}

	#section-12 .desc {
    max-width: 100%;
	}

	#section-12 .img-wrapper img {
    transform: scale(1);
    margin-top: 60px;
	}

	#section-12 .row:nth-child(odd) .img-wrapper img {
    left: -20%;
	}
	/* Section 12 End */

	/* Section 13 Start */

	/* Section 13 End */

	/* Section 16 Start */

	/* Section 16 End */

	/* Section 17 Start */

	/* Section 17 End */

	/* Section 19 Start */

	/* Section 19 End */

	/* Footer Start */
	#no-thanks a {
    max-width: 95%;
	}
	/* Footer End */
}

/* Screen-size 767 */
@media screen and (max-width: 767px) {
	.custom-wrapper {
		max-width: 100%;
		padding: 0 15px;
	}

	.row {
		margin: 0 auto;
	}

	h1,
	.h1 {
		font-size: 100px;
	}

	h4 {
		font-size: 25px;
	}

	.xl-heading {
		font-size: 35px;
		line-height: 1.2;
	}

	.sm-heading {
		font-size: 20px;
	}

	.fs-25 {
    font-size: 18px;
	}

	.btn-group-share .col-2 {
    max-width: 11%;	
	}

	/* Banner Start */
	#banner .colmn-2 .img-wrapper {
    max-width: 60%;
    margin: 0 auto;
	}

	#banner .vid-wrapper {
    max-width: 90%;
	}
	
	#banner {
    padding: 150px 0 100px;
	}
	/* Banner End */
	
	/* Section 1 Start */

	/* Section 1 End */

	/* Section 2 Start */

	/* Section 2 End */

	/* Section 3 Start */
	#section-3 {
    padding: 80px 0 30px;
	}

	#section-3 .content-wrapper h2 {
    margin-bottom: 10px;
	}
	/* Section 3 End */

	/* Section 6 Start */
	#section-6 .row-3 .img-wrapper img {
    transform: scale(1)!important;
	}
	/* Section 6 End */

	/* Section 8 Start */
	#section-8 {
    padding: 80px 0;
	}

	#section-8 .upgrade-unlimited-btn .btn-1 {
    padding: 10px 50px;
	}
	/* Section 8 End */

	/* Section 9 Start */
	#section-9 .content-wrapper {
    max-width: 90%;
    margin: 0 auto;
	}

	#section-9 .colmn-1 img {
    left: 0;  
	}

	#section-9 .colmn-2 h4:before {
    background-size: contain;
	}
	/* Section 9 End */

	/* Section 10 Start */
	#section-10 .row .colmn-2 {
    padding-left: 50px!important;
	}

	#section-10 .row.row-2 .colmn-2 {
    padding-left: 50px!important;
	}
	/* Section 10 End */

	/* Section 12 Start */
	#section-12 .row-2 .img-wrapper {
    right: -15%;
	}

	#section-12 .content-wrapper {
		max-width: 90%;
	}
	/* Section 12 End */

	/* Section 14 Start */
	#section-14 {
		padding: 70px 0;
	}

	#section-14 .content-wrapper {
    max-width: 75%;
	}

	.answer {
    padding: 20px 30px;  
    border-radius: 20px;
	}

	#section-14 .qa {
    margin-top: 50px;
	}
	/* Section 14 End */

	/* Section 16 start*/

	/* Section 16 End*/

	/* Section 19 Start */

	/* Section 19 End */

	/* Section 21 Start */

	/* Section 21 End */

	/* Footer Start */
	#no-thanks a {
    max-width: 88%;
	}
	/* Footer End */
}

/* Screen-size 640 */
@media screen and (max-width: 640px) {
	h1, .h1 {
    font-size: 100px;
	}

	.fs-34 {
		font-size: 25px;
	}

	.sm-heading {
		font-size: 18px;
	}

	.md-txt {
		line-height: 1.5;
	}

	.fs-37 {
    font-size: 24px;
	}
	
	.btn-1 {
    padding: 15px 30px;
    max-width: 100%;
	}
	
	.btn-group-share .col-2 {  
    margin-right: 10px;
	}

	.guarantee-sec .colmn-2 .img-wrapper img {
    max-width: 70%;
	}
	/* Banner start */
	#banner .wrapper {
    max-width: 60%;
	}
	/* Banner end */

	/* Section 1 Start */
	#section-1 {
    padding: 70px 0 70px;
	}
	/* Section 1 End */

	/* Section 2 Start */
	.guarantee-sec {
    padding: 80px 0;
	}
	/* Section 2 End */

	/* Section 3 Start */

	/* Section 3 End */

	/* Section 5 Start */
	#section-5 .collage-wrapper div {
    left: 1%;
    transform: scale(0.9);
	}
	/* Section 5 End */

	/* Section 8 Start */
	#section-8 .list li:before {
    left: -12%;
	}	

	#section-8 .tbl-list-body {
		padding: 60px 50px;
	}
	/* Section 8 End */

	/* Section 10 Start */
	/* #section-10 {
		padding: 80px 0;
	} */

	#section-10 .row .colmn-2 {
    padding-left: 40px!important;
	}

	#section-10 .row.row-2 .colmn-2 {
    padding-left: 40px!important;
	}
	/* Section 10 End */

	/* Section 12 Start */
	#section-12 .content-wrapper {
    max-width: 90%;  
	}
	/* Section 12 End */

	/* Section 14 Start */
	#section-14 .content-wrapper {
    max-width: 90%;
	}
	/* Section 14 End */

	/* Section 17 Start */

	/* Section 17 End */

	/* Section 19 Start */

	/* Section 19 End */

	/* Section 21 Start */

	/* Section 21 End */

	/* Footer Start*/
	/*#footer-section {*/
 /*   padding: 50px 0 30px;*/
	/*}*/

	#no-thanks a {
    max-width: 100%;
	}

	/*.footer-nav li {*/
 /*   padding: 15px 5px;*/
 /*   flex: 0 0 100%;*/
 /*   max-width: 100%;*/
 /*   text-align: center;*/
 /*   border: none!important;*/
	/*}*/
	/* Footer End */
}

/* Screen-size 575 */
@media screen and (max-width: 575px) {
	/* Global Start */
	h1, .h1 {
    font-size: 90px;
	}

	h2 {
    font-size: 25px;
	}

	h4 {
    font-size: 28px;
	}

	h5 {
    font-size: 35px;
	}

	.fs-26 {
    font-size: 18px;
	}	

	.fs-22 {
    font-size: 16px;  
	}

	.btn-group-share .col-2 {
    margin-right: 20px;
	}

	.lg-heading {
    font-size: 35px;
	}

	.xl-heading {
		font-size: 30px;
	}
	.upgrade-unlimited-btn .btn-1 {
    padding: 15px 20px;
    width: 100%;
    max-width: 80%;
	}

	.xsm-heading {
		font-size: 35px;
	}

	.guarantee-sec .fs-30 {
    font-size: 16px;
	}
	/* Global End */

	/* banner Start */
	#banner .wrapper {
    max-width: 69%;
	}
	/* banner End */
	
	/* Section 1 Start */
	#section-1 {
    padding: 60px 0 10px;
	}

	#section-1 .list-item-7, #section-1 .list-item-13 {
    margin-bottom: 25px;
	}

	#section-1 .row .colmn-1 {
    margin-bottom: 50px;
	}
	/* Section 1 End */

	/* Section 2 Start */
	#section-2 {
    padding: 60px 0;
	}
	/* Section 2 End */

	/* Section 5 Start */
	#section-5 .collage-wrapper div {
    left: 2%;
    transform: scale(0.9);
	}
	/* Section 5 End */

	/* Section 8 Start */
	#section-8 .upgrade-unlimited-btn .btn-1 {
    max-width: 65%;
	}

	#section-8 .upgrade-unlimited-btn .btn-1 {
    padding: 10px 20px;
	}
	/* Section 8 End */

	/* Section 9 Start */

	/* Section 9 End */

	/* Section 10 Start */
	#section-10 .img-wrapper {
    margin-top: 30px;
	}
	/* Section 10 End */

	/* Section 12 Start */

	/* Section 12 End */

	/* Section 14 Start */
	#section-14 .content-wrapper h4 {
    font-size: 20px;
	}
	/* Section 14 End */

	/* Section 16 Start */

	/* Section 16 End */

	/* Section 17 Start */

	/* Section 17 End */

	/* Section 21 Start */

	/* Section 21 End */

	/* Footer Start */
	#no-thanks a {
    max-width: 80%;
    font-size: 16px;
	}
	/* Footer End */
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	h1, .h1 {
    font-size: 75px;
	}

	h3 {
		font-size: 30px;
	}

	h5 {
    font-size: 30px;
	}

	h6 {
    font-size: 14px;
	}

	.fs-27 {
    font-size: 20px;
	}

	.fs-22 {
		font-size: 15px;
	}

	.fs-31 {
    font-size: 20px;
	}

	.fs-53 {
    font-size: 30px;
	}

	.fs-64 {
    font-size: 40px;
	}

	.fs-61 {
    font-size: 30px;
	}

	.sm-txt {
    line-height: 1.3;
	}

	.md-heading {
    font-size: 28px;
	}

	.sm-heading {
    font-size: 16px;
    line-height: 1.2;
	}

	.xsm-heading {
    font-size: 26px;
	}

	.input-wrapper {
    min-height: 50px;
	}

	.btn-group-share .col-2 {
    margin-right: 35px;
	}

	.c-card {
    margin-top: 30px;
	}

	.lg-heading {
    font-size: 30px;
	}

	.btn-1 {
    padding: 10px 20px;  
	}

	.btn-1 .fs-30 {
    font-size: 12px;
	}

	.guarantee-sec .colmn-1 .up-icon {
    width: 50px;
    height: 50px;
	}
	
	.guarantee-sec .colmn-1 .up-icon img {
    max-width: 35%;
	}

	/* Header Start */
	#main-header {
		padding: 18px 0;
	}
	/* Header End */

	/* Banner Start */
	#banner {
    padding: 100px 0 70px;
	}

	#banner .wrapper {
    max-width: 90%;
	}

	#banner .row-head .img-wrapper {
    max-width: 60%;
	}
	/* Banner End */

	/* Section 1 Start */
	#section-1 {
    padding: 60px 0 50px;
	}

	#section-1 .row .col.colmn-2 {
    padding: 0;
    border-radius: 0;
	}

	#section-1 .row .colmn-1 {
    margin-bottom: 0px;
    padding: 40px 30px;
    border-radius: 20px;
	}	

	#section-1 .upgrade-unlimited-btn .btn-1 span {
    margin-right: 10px!important;
	}

	#section-1 .upgrade-unlimited-btn .btn-1 {
		padding: 10px;
	}
	/* Section 1 End */

	/* Section 2 Start */
	.guarantee-sec {
    padding: 60px 0;
	}
	/* Section 2 End */

	/* Section 3 Start */
	#section-3 {
    padding: 80px 0 10px;
	}

	#section-3 .title-area p {  
    font-size: 16px;
    margin: 10px;
	}
	/* Section 3 End */

	/* Section 4 Start */

	/* Section 4 End */

	/* Section 5 Start */
	#section-5 .collage-wrapper div {
    left: 3%;
    transform: scale(0.8);
	}
	/* Section 5 End */

	/* Section 6 Start */

	/* Section 6 End */

	/* Section 7 Start */

	/* Section 7 End */

	/* Section 8 Start*/
	#section-8 {
    padding: 50px 0;
	}

	#section-8 .upgrade-unlimited-btn {
    justify-content: space-between!important;
	}
	
	#section-8 .upgrade-unlimited-btn .btn-1 {    
    max-width: 78%;
	}

	#section-8 .tbl-list-body {
    padding: 30px 20px;
	}

	#section-8 .table-list {   
		border-radius: 10px;
	}

	#section-8 .tbl-list-head .img-wrapper img {
    max-width: 50%;
	}

	.tbl-list-footer {  
    padding: 45px 30px 40px;
	}

	#section-8 .upgrade-unlimited-btn .btn-1 {
    padding: 5px 10px;
	}

	.upgrade-unlimited-btn .up-icon {    
    margin-right: 10px!important;
	}

	.upgrade-unlimited-btn .btn-1 .fs-23 {
    font-size: 12px;
    margin-right: 10px!important;
	}

	.upgrade-unlimited-btn .up-icon {
    width: 49px;
    height: 49px;
	}

	.upgrade-unlimited-btn .up-icon img {
    max-width: 40%;
	}
	/* Section 8 End*/

	/* Section 9 Start */

	/* Section 9 End */

	/* Section 12 Start */
	/* #section-12 {
    padding: 50px 0;
	} */
	/* Section 12 End */

	/* Section 16 Start */

	/* Section 16 End */

	/* Footer Start */
	/*#footer-section {*/
 /*   padding: 40px 0;*/
	/*}*/

	/*#footer-section .img-wrapper {*/
 /*   max-width: 60%;*/
	/*}*/
	/* Footer End */
}

@media screen and (max-width: 375px) {
	/* Global Start */
	h1, .h1 {
    font-size: 65px;
	}

	p {
    font-size: 14px!important;
    line-height: 1.4!important;
	}

	h3 {
    font-size: 28px;
	}

	h5 {
    font-size: 24px;
	}

	h6, .md-txt {
    font-size: 14px;
	}

	.fs-37 {
    font-size: 20px;
	}

	.fs-61 {
    font-size: 28px;
	}

	.xl-heading {
		font-size: 30px;
	}

	.lg-heading {
    font-size: 28px;
	}

	.md-heading {
    font-size: 14px;
    line-height: 1.4;
	}

	.btn-group-share .col-2 {
    margin-right: 45px;
	}

	.guarantee-sec .colmn-1 .up-icon {
    margin-right: 10px!important;
	}
	
	.guarantee-sec .colmn-2 .img-wrapper img {
    max-width: 90%;
	}

	.btn-1 {
		padding: 10px 15px;
		justify-content: center!important;
	}

	.btn-1 .fs-30 {  
    margin-right: 10px!important;
	}

	.guarantee-sec {
    padding: 30px 0!important;
	}

	.guarantee-sec .btn-1 .img-wrapper {
    max-width: 3%;
	}	

	.upgrade-unlimited-btn .btn-1 .fs-23 {
		font-size: 11px;
	}

	.guarantee-sec .colmn-1 {
    padding: 0;
	}
	/* Global End */

	/* Banner Start */
	#banner {
    padding: 110px 0 50px;
	}

	#banner .fs-21 {
    font-size: 13px;
	}
	/* Banner End */

	/* Section 1 Start */
	#section-1 {
    padding: 30px 0;
	}
	/* Section 1 End */

	/* Section 2 Start */

	/* Section 2 End */

	/* Section 3 Start */

	/* Section 3 End */

	/* Section 5 Start */
	.upgrade-unlimited-btn .btn-1 .img-wrapper img {
    max-width: 70%!important;
	}

	#section-5 {	
		padding: 50px 0;
	}
	
	#section-5 .row:not(.row-4) {
    margin-bottom: 50px;
	}

	#section-5 .collage-wrapper {
    min-height: 250px;
	}

	#section-5 .collage-wrapper div {
    transform: scale(0.7);
	}

	#section-5 .content-wrapper {  
    margin: 0 auto 30px;
	}
	/* Section 5 End */

	/* Section 6 Start */
	#section-6 .row {
    margin: 40px 0 50px!important;
	}
	/* Section 6 End */

	/* Section 8 Start */
	#section-8 .list li:before {
    left: -16%;
	}

	#section-8 .wrapper:before, #section-8 .wrapper:after {
		display: none;
	}
	/* Section 8 End */

	/* Section 9 Start */	
	#section-9 {
    padding: 50px 0;
	}
	/* Section 9 End */

	/* Section 10 Start */
	/* #section-10 {
    padding: 50px 0;
	} */

	#section-10 .col-head .sm-heading {
		font-size: 28px;
	}

	#section-10 .row .colmn-2 {
    padding-left: 20px!important;
	}
	
	#section-10 .row.row-2 .colmn-2 {
    padding-left: 20px!important;
	}
	/* Section 10 End */

	/* Section 14 Start */
	#section-14 {
    padding: 50px 0;
	}

	#section-14 .content-wrapper h4 {
    font-size: 16px;
	}

	.answer {
    padding: 20px;
	}
	/* Section 14 End */

	/* Footer Start */
	#no-thanks a {
    max-width: 100%;
    font-size: 16px;
	}
	/* Footer End */

	/* Section 16 Start */

	/* Section 16 End */

	/* Section 17 Start */

	/* Section 17 End */

	/* Section 21 Start */

	/* Section 21 End */
}





















/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#w1669969638337 .ewebinar__RegisterButton {
		padding: 20px 25px !important;
	}

	#w1669969638337 .ewebinar__CountDown__Text {
		font-size: 15px;
	}

	#w1669969638337 .sm-heading {
		font-size: 18px;
	}

	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */