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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}

p,
a,
li {
	display: block;
	font: 400 16px/26px 'Nunito', sans-serif;
	color: #ffffff;
}

p {
	margin-bottom: 28px;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.25;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 32px;
	line-height: 1.438;
}

h4 {
	font-size: 24px;
	line-height: 1.6;
}

h5 {
	font-size: 22px;
	line-height: 1.2;
}

h6,
.md-txt {
	font-size: 20px;
	line-height: 1.7;
}

a,
p,
button,
span,
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

a:hover {
	color: #d75348;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

@media screen and (min-width: 1501px) {
	.custom-wrapper {
		width: 100%;
		max-width: 1470px;
		margin: 0 auto;
	}
}

.fluid-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.xl-heading {
	font: 700 60px/1.2 'Nunito', sans-serif;
}

.lg-heading {
	font-size: 50px;
	line-height: 1.2;
}

.md-heading {
	font-size: 42px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 35px;
	line-height: 1.286;
}

.sm-txt {
	font-size: 14px;
}

.font-weight-semibold-italic {
	font-weight: 600;
	font-style: italic;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-extrabold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

.font-weight-light {
	font-weight: 300;
}

.font-mauve {
	color: #EBBDFF;
}

.font-mine-shaft {
	color: #373737;
}

.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	font: 600 16px/16px 'Nunito', sans-serif;
	padding: 12px;
	color: #ffffff;
}

.btn-1 {
	font: 700 36px/1 'Nunito', sans-serif;
	max-width: 1025px;
	padding: 35px 15px;
	background: rgb(61, 50, 191);
	background: -moz-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	background: linear-gradient(to right, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d32bf', endColorstr='#3d32bf', GradientType=1);
	background-size: 200% auto !important;
	border-radius: 50px;
	box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.17);
}

.bg-dark {
	background-color: #171717 !important;
}

.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: rgb(80, 96, 209);
	background: -moz-linear-gradient(left, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
	background: linear-gradient(to right, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5060d1', endColorstr='#cc33ff', GradientType=1);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.color-txt {
	color: #fff799;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.xl-padding {
	padding: 100px 0;
}

.lg-padding {
	padding: 80px 0;
}

.md-padding {
	padding: 65px 0;
}

.sm-padding {
	padding: 50px 0;
}

.custom-box {
	width: 100%;
	padding: 16px;
	border: 1px solid #514f4f;
}

.custom-box .sm-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.custom-box .sm-box::after,
.custom-box .sm-box::before {
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	transform: translate(-1px, -1px);
}

.custom-box .sm-box:last-child::before {
	bottom: 0;
	transform: translate(-1px, 1px);
}

.custom-box .sm-box:first-child::after {
	right: 0;
	transform: translate(1px, -1px);
}

.custom-box .sm-box:last-child::after {
	right: 0;
	transform: translate(1px, 1px);
	bottom: 0;
}

/* 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 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #f8233f;
	color: #fff;
}

/* end cockie styles*/

.bg-white {
	background-color: #fff;
}

/*Banner*/
#banner {
	padding-top: 40px;
	background: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	background-color: #fff;
}

#banner .title-area h1 {
	font-size: 55px;
	text-transform: uppercase;
}

#banner .vid-wrapper {
	margin-bottom: 50px;
}

.vid-wrapper {
	max-width: 1050px;
	z-index: 1;
}

.page-vsl {
	max-width: 90%;
}

.page-vsl iframe {
	border-radius: 20px;
	box-shadow: 0px 15px 30px -10px #00125a;
	background: #fff;
}

.vid-wrapper:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 85%;
	background: #ff007e;
	background: -moz-linear-gradient(top, #ff007e 0%, #8300de 100%);
	background: -webkit-linear-gradient(top, #ff007e 0%,#8300de 100%);
	background: linear-gradient(to bottom, #ff007e 0%,#8300de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff007e', endColorstr='#8300de',GradientType=0 );
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 20px;
	box-shadow: 0 0 30px #000;
}
/*End Banner*/

/*Section 1*/
#section-1 {
	background-color: #000;
}

#section-1 .content-wrapper .img-wrapper {
	max-width: 80%;
	margin: 0 auto;
}

#section-1 .content-wrapper {
	max-width: 50%;
}

#section-1 #price {
	align-items: flex-start;
}

#section-1 .pricing-table {
	max-width: 460px;
	margin: 0 15px 50px;
	/* border: 4px solid #733ce2; */
	border-radius: 20px;
	overflow: hidden;
}

#section-1 .dfy .tbl-wrapper {
	background-color: #171717;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid #733ce2;
}

#section-1 .pricing-table .pricing-th {
	background-color: #000;
	padding: 0 32px;
	min-height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#section-1 .pricing-table .pricing-body ul {
	padding: 40px 20px 40px;
}

#section-1 .pricing-table ul li {
	padding-left: 40px;
	margin-bottom: 25px;
	font-size: 18px;
}

#section-1 .pricing-table ul li::after {
	display: block;
	position: absolute;
	background: url(../images/tick.png) center/cover no-repeat;
	width: 24px;
	height: 24px;
	left: 0;
	top: 3px;
}

#section-1 .pricing-table ul li.cross::after {
	background-image: url(../images/cross_tick.svg);
}

#section-1 .pricing-table .btn {
	font-size: 24px;
	padding: 16px;
	max-width: 513px;
	margin-bottom: 10px;
}

#section-1 .pricing-table .divider {
	width: 100%;
	min-height: 134px;
	background-color: #d8d8d8;
}

#section-1 .dfy .divider {
	width: 100%;
	min-height: 134px;
	background: #8f33c4;
}

#section-1 .pricing-table .divider h4 {
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	font-weight: 900;
}

#section-1 .pricing-table .divider h4 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

#section-1 .pricing-table .pricing-th img {
	height: 90px;
	width: auto;
}

#section-1 .commercial .pricing-th {
	background: #8d00cf;
}

#section-1 .commercial .pricing-body {
	background: #201638;
	background: -moz-linear-gradient(top, #201638 0%, #732696 100%);
	background: -webkit-linear-gradient(top, #201638 0%,#732696 100%);
	background: linear-gradient(to bottom, #201638 0%,#732696 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201638', endColorstr='#732696',GradientType=0 );
	padding-bottom: 20px;
}

#section-1 .unlimited .pricing-th {
	background: #8d00cf;
}

#section-1 .professional .pricing-th {
	background: #fff;
}

#section-1 .unlimited .pricing-body,
#section-1 .professional .pricing-body {
	padding-bottom: 20px;
}

#section-1 .unlimited .pricing-body {
	background: #6f39b8;
	background: -moz-linear-gradient(top, #6f39b8 0%, #3d0170 100%);
	background: -webkit-linear-gradient(top, #6f39b8 0%,#3d0170 100%);
	background: linear-gradient(to bottom, #6f39b8 0%,#3d0170 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f39b8', endColorstr='#3d0170',GradientType=0 );
}

#section-1 .professional .pricing-body {
	background: #fff;
}

#section-1 .professional ul li {
	color: #333;
}

.font-orange {
	color: #ff8a00;
}

#section-1 .agency .pricing-th {
	background: #8a27b7;
}

#section-1 .agency .pricing-body {
	background: #6c35b2;
	background: -moz-linear-gradient(top, #6c35b2 0%, #3d0271 100%);
	background: -webkit-linear-gradient(top, #6c35b2 0%,#3d0271 100%);
	background: linear-gradient(to bottom, #6c35b2 0%,#3d0271 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c35b2', endColorstr='#3d0271',GradientType=0 );
	padding-bottom: 20px;
}

#section-1 .dfy .pricing-th {
	background: #000;
}

#section-1 .dfy .pricing-body {
	background: #25272a;
	padding-bottom: 20px;
}

#section-1 .whitelabel .pricing-th {
	background: #000;
}

#section-1 .whitelabel .pricing-body {
	background: #fff;
	padding-bottom: 20px;
}

#section-1 .pricing-table.whitelabel {
	border: 2px solid #504cf5;
}
/*End Section 1*/



/*>>> Responsive <<<*/

/* Screen-size 1500 */
@media screen and (max-width: 1500px) {
	.xl-heading {
		font-size: 48px;
	}

	.lg-heading {
		font-size: 40px;
	}

	.sm-heading {
		font-size: 28px;
	}

	h1,
	.h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6,
	.md-txt {
		font-size: 18px;
	}

	.btn-1 {
		font-size: 30px;
		max-width: 900px;
		padding: 30px 15px;
	}

	#banner .title-area h1 {
		font-size: 50px;
	}

	#section-1 .pricing-table {
		max-width: 415px;
	}

	#section-1 .pricing-table .divider {
		min-height: 125px;
	}

	#section-1 .pricing-table .divider h4 {
		font-size: 35px;
	}

	#section-1 .pricing-table .divider h4 span {
		font-size: 22px;
	}

	#section-1 .content-wrapper .img-wrapper {
    max-width: 100%;  
	}

	#section-1 .content-wrapper {
    max-width: 60%;
	}
}

/* Screen-size 1199 */
@media screen and (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 30px;
	}

	.xl-heading {
		font-size: 40px;
	}

	.lg-heading {
		font-size: 35px;
	}

	.md-heading {
		font-size: 28px;
	}

	.sm-heading {
		font-size: 28px;
	}

	.xl-padding {
		padding: 80px 0;
	}

	.lg-padding {
		padding: 60px 0;
	}

	.btn-1 {
		font-size: 28px;
		max-width: 825px;
		padding: 28px 15px;
	}

	#banner .vid-wrapper {
		margin: 0 auto 30px;
		max-width: 720px;
	}
}

/* Screen-size 991 */
@media screen and (max-width: 991px) {
	br {
		display: none;
	}

	h1,
	.h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 28px;
	}

	.xl-heading {
		font-size: 35px;
		line-height: 1.4;
	}

	.lg-heading {
		font-size: 32px;
	}

	.md-heading {
		font-size: 25px;
	}

	.xl-padding {
		padding: 60px 0;
	}

	.lg-padding {
		padding: 50px 0;
	}

	.btn-1 {
		font-size: 25px;
		padding: 24px 15px;
	}

	.img-wrapper {
		text-align: center;
	}

	#banner .title-area h1 {
		font-size: 35px;
	}

	#banner .vid-wrapper {
		max-width: 100%;
	}

	#section-1 .pricing-table {
		max-width: 450px;
		margin: 0 0 20px;
	}

	#section-1 .pricing-table .divider {
		min-height: 120px;
	}

	#section-1 .pricing-table .divider h4 {
		font-size: 40px;
	}

	#section-1 .pricing-table .divider h4 span {
		font-size: 25px;
	}

	#footer-section .footer-bottom {
		padding: 25px 0;
	}

	#footer-section .footer-nav li a {
		font-size: 12px;
		margin-right: 8px;
		padding-right: 8px;
	}
}

/* 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: 25px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h6,
	.md-txt {
		font-size: 16px;
	}

	.lg-heading {
		font-size: 30px;
	}

	.md-heading {
		font-size: 22px;
	}

	.btn-1 {
		font-size: 22px;
	}

	#banner {
		padding: 20px 0 30px;
	}

	#banner .title-area h1 {
		font-size: 35px;
	}

	#banner .title-area img {
		width: 180px;
	}

	#section-1 .col {
    padding: 0;
	}

	#footer-section {
		padding: 70px 0 0;
	}
}

/* Screen-size 640 */
@media screen and (max-width: 640px) {
	.custom-wrapper {
		padding: 0;
	}

	h2 {
		font-size: 25px;
	}

	.xl-heading {
		font-size: 28px;
	}
	
	#banner .title-area h1 {
    font-size: 30px;
	}

	#footer-section .copyright {
		margin-bottom: 45px !important;
	}

	#footer-section .footer-nav {
		display: block !important;
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
	}

	#footer-section .footer-nav li {
		padding: 5px 0;
	}

	#footer-section .footer-nav li a {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
}

/* Screen-size 575 */
@media screen and (max-width: 575px) {
	.container-fluid {
		padding: 0 15px !important;
	}

	h1,
	.h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 25px;
	}

	.xl-heading {
		font-size: 25px;
	}

	.lg-heading {
		font-size: 25px;
	}

	.xl-padding {
		padding: 50px 0;
	}

	.lg-padding {
		padding: 40px 0;
	}

	.md-padding {
		padding: 20px 0;
	}

	.btn-1 {
		font-size: 20px;
		padding: 20px 15px;
	}

	#banner .title-area h1 {
		font-size: 20px;
	}

	#section-1 .pricing-table .divider~ul {
		padding: 25px 0 40px 20px;
	}

	#section-1 .pricing-table .divider {
		min-height: 100px;
	}

	#section-1 .pricing-table .divider h4 {
		font-size: 25px;
	}

	#section-1 .pricing-table .divider h4 span {
		font-size: 20px;
	}
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	h3 {
    font-size: 23px;
	}

	.xl-heading {
		font-size: 22px;
	}

	.lg-heading {
		font-size: 22px;
	}

	.btn-1 {
		font-size: 13px;
		padding: 15px 10px;
	}

	#section-1 .content-wrapper {
    max-width: 80%;
	}
	
	#section-1 .pricing-table .pricing-th img {
    height: unset;
	}
}

@media screen and (max-width: 375px) {
	#banner .title-area h1 {
    font-size: 18px;
	}

	#section-1 .pricing-table ul li {
    margin-bottom: 20px;
    font-size: 14px;
	}
}