/*-- Viola --*/

* {

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

}

body {

	font-family: 'Plus Jakarta Sans', sans-serif;

	font-weight: 500;

	font-size: 20px;

	line-height: 188%;

	letter-spacing: 0.05em;

	color: #5F5F5F;

}

img {

	max-width: 100%;

}

a {

	text-decoration: none;

	color: inherit;

 transition: .3s all ease;

 -webkit-transition: .3s all ease;

}

section, header, footer {

	width:100%;

	float:left;

}

.container {

	max-width: 1370px;

	padding-left: 15px;

	padding-right: 15px;

	margin: auto;

}

.row {

	display: flex;

	flex-wrap: wrap;
	margin: 0;

}

.row>* {
    width: auto;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    line-height:inherit;
}
.font48 {

	font-weight: 700;

	font-size: 48px;

	line-height: 140%;

	text-align: center;

	color: #1F1F1F;

}

.font48 span {

	color: #ffae00;

}

.font158 {

	font-weight: 800;

	font-size: 158px;

	line-height: 110%;

	text-align: center;

	text-transform: uppercase;

	color: #1F1F1F;

	opacity: 0.05;

}

a.theme-btn {

	background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);

	border-radius: 200px;

	font-weight: 800;

	font-size: 19px;

	line-height: 20px;

	letter-spacing: 0.05em;

	text-transform: uppercase;

	color: #FFFFFF;

	padding: 22px;

	display: inline-block;

	width: 240px;

	text-align: center;

	border: 2px solid transparent;

	margin-right: 10px;

}

a.theme-btn:hover {

	border-color:#7638FF;

	color: #7638FF;

	background: #fff;

}

.watch-btn {

	border-radius: 200px;

	font-weight: 800;

	font-size: 16px;

	line-height: 20px;

	letter-spacing: 0.05em;

	text-transform: uppercase;

	color: #7638FF;

	padding: 15px;

	display: inline-block;

	width: 240px;

	text-align: center;

	border: 2px solid #7638FF;

}


.watch-btn img {

	vertical-align: top;

	margin: 0px 10px 0 0;

}

.watch-btn:hover {

	border-color:transparent;

	color: #fff;

	background: #fff;

	background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);

}

.watch-btn:hover img {

	filter: brightness(100);

}

/*Header part css start*/

header.header-outer {

	position: absolute;

	width: 100%;

	top: 0;

	left: 0;

}

.header-logo {

	padding-top: 24px;

}

.header-right li a {

	font-weight: 700;

	font-size: 18px;

	line-height: 140%;

	letter-spacing: 0.05em;

	color: #1F1F1F;

}

.header-right li a:hover {

	color: #7638FF;

}

.header-right {

	margin-left: auto;

	align-self: center;

}

.header-right li {

	display: inline-block;

	margin-left: 40px;

}

.header-right li a.order-now-btn {

	font-weight: 800;

	font-size: 16px;

	line-height: 20px;

	letter-spacing: 0.05em;

	text-transform: uppercase;

	background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);

	border-radius: 200px;

	color: #FFFFFF;

	display: inline-block;

	padding: 19px 26px;

}

.header-right li a.order-now-btn:hover {

	color: #7638FF;

	background: #fff;

}

/*banner part css start*/

.banner-outer {

	background: url(../images/banner-bg.png) no-repeat top;

	background-size: 100%;

	padding: 230px 0 123px;

}

.banner-left {

	width: 50%;

	align-self: center;

}

.banner-left h1 {

	font-weight: 800;

	font-size: 47px;

	line-height: 143%;

	color: #1F1F1F;

	padding-bottom: 27px;

}

.banner-left h1 span {

	color: transparent;

	position: relative;

	display: inline-flex;

	overflow: hidden;

}

.cubespinner {

	color: #ffae00;

	animation-name: spincube;

	animation-timing-function: ease-in-out;

	animation-iteration-count: infinite;

	animation-duration: 16s;

	transform-style: preserve-3d;

	transform-origin: 40px 40px 0;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

}

.cubespinner div {

	position: absolute;

	width: 112%;

	height: 80px;

	text-align: left;

}

.cubespinner .face1 {

	transform: translateZ(40px);

	-webkit-backface-visibility: hidden;

}

.cubespinner .face2 {

	transform: rotateX(120deg) translateZ(40px);

	-webkit-backface-visibility: hidden;

}

.cubespinner .face3 {

	transform: rotateX(240deg) translateZ(40px);

	-webkit-backface-visibility: hidden;

}

 @keyframes spincube {

 from, to {

 transform: rotateX(0deg);

}

 0%, 25% {

 transform: rotateX(0deg);

}

 33%, 58% {

 transform: rotateX(120deg);

}

 66%, 92% {

 transform: rotateX(240deg);

}

 100% {

 transform: rotateX(360deg);

}

}

.banner-left p {

	padding-bottom: 34px;

}

.mobile-nav {

	display:none;

}

.banner-right {

	width: 50%;

	padding: 0 0 0 20px;

}

.market-video {

	float: left;

	width: 100%;

	position: relative;

	padding-bottom: 2%;

	border: none;

}

.market-video1 {

	float: left;

	width: 100%;

	position: relative;

	padding-bottom: 58%;

	border: none;

}


.market-video iframe {

	width: 100%;

	height: 100%;

	left: 0;

	position: absolute;

	border: none;

	background: #00ff7214;

	box-shadow: 16px 15px 48px rgba(38, 38, 38, 0.09);

	border-radius: 20px;

}

.market-video1 iframe {

	width: 100%;

	height: 100%;

	left: 0;

	position: absolute;

	border: none;

	background: #00ff7214;

	box-shadow: 16px 15px 48px rgba(38, 38, 38, 0.09);

	border-radius: 20px;

}

.market-video video {

	width: 100%;

}

.market-video1 video {

	width: 100%;

}

.targeted-outer {

	float: left;

	width: 100%;

	padding: 100px 0 0;

}

section.marketing-outer {

	padding: 20px 0;

}

.targeted-outer ul {

	float: left;

	width: 50%;

}

ul.target-inner-left {

	padding: 0 30px 0 0px;

	border-right: 1px solid #D9D9D9;

}

ul.target-inner-right {

	padding: 0 0 0 30px;

}

.targeted-outer li {

	float: left;

	width: 100%;

	margin: 30px 0;

}

.targeted-outer li strong {

	float: left;

	width: 12%;

}

.targeted-outer li span {

	color: #5F5F5F;

	font-size: 20px;

	padding: 0 0 0px 30px;

	float: left;

	width: 88%;

}

.find-client {

	float: left;

	width: 100%;

	text-align: center;

	padding: 80px 0 0;

}

h2.title-con {

	color: #1F1F1F;

	font-size: 48px;

	font-weight: 900;

	line-height: 60px;

}

h2.subtitle-con {

	color: #ffffff;

	font-size: 24px;

	font-weight: 700;

	line-height: auto;

}

h2.title-con span {

	color: #ffae00;

}

.find-client-img {

	float: right;

	padding: 0 0 0 30px;

	width: 50%;

}

.find-client-content {

	float: left;

	width: 50%;

	text-align: left;

	padding: 0 30px 0 0;

}

.find-client-content h3 {

	font-size: 20px;

	background: #fff2c7;

	display: inline-block;

	font-weight: 700;

	color: #5F5F5F;

	border-radius: 8px;

	padding: 4px 27px;

}

.find-client-content p {

	color: #5F5F5F;

	font-size: 20px;

	margin: 32px 0;

	font-weight: 500;

}

.find-client-content p strong {

	font-weight: 900;

}

.find-client h2.title-con {

	margin: 0 0 80px;

}

.rocket-outer {

	background: url(../images/rocket-banner.png) no-repeat top center;

	background-size: 100% 100%;

	width: 100%;

	float: left;

	padding: 340px 0 300px;

	text-align: center;

}

.rocket-outer li {

	width: 33.33%;

	float: left;

	z-index:1;

	position: relative;

	padding: 0 30px;

}

.rocket-outer h2.title-con {

	width: 100%;

	color: #fff;

}

.rocket-outer li h3 {

	color: #545252;

	font-size: 158px;

	font-weight: 900;

}

.rocket-outer li h4 {

	color: #fff;

	font-size: 25px;

	font-weight: 500;

	margin: 20px 0 0;

}

.rocket-outer li p {

	color: #fff;

	font-size: 18px;

	line-height: 30px;

	margin: 13px 0 0;

}

.btn-row {

	float: left;

	width: 100%;

	margin: 0;

}

.rocket-outer li:nth-child(2) {

 margin: -90px 0 0;

}

.rocket-outer ul {

	margin: 170px 0 0;

}

 .rocket-outer li:first-child::after {

 content: "";

 position: absolute;

 top: 20px;

 right: -190px;

 background: url(../images/line02.png) no-repeat top center;

 width: 444px;

 height: 98px;

 z-index: -1;

 background-size: 100% 100%;

}

 .rocket-outer li:last-child::after {

 content: "";

 position: absolute;

 top: 50px;

 left: -190px;

 background: url(../images/line01.png) no-repeat top center;

 width: 444px;

 height: 98px;

 background-size: 100% 100%;

 z-index: -1;

 transform: rotate(13deg);

}

section.leadgorilla-outer {

	float: left;

	width: 100%;

	text-align: center;

	padding: 0 0 100px;

}

.leadgorilla-iiner-main {

	width: 100%;

	float: left;

	padding: 50px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(0 0 0 / 6%);

	border-radius: 30px;

	margin: -190px 0 0;

	position: relative;

	background: #fff;

}

.leadgorilla-iiner p {

	color: #5F5F5F;

	font-size: 20px;

	margin: 20px 0 0;

	line-height: 20px;

}

.leadgorilla-iiner p strong {

	font-weight: 900;

}

.leadgorilla-img {

	margin: 50px 0 0;

}

.leadgorilla-iiner-main::after {

 content: "";

 position: absolute;

 bottom: -90px;

 left: -110px;

 background: url(../images/circle.png) no-repeat top center;

 width: 255px;

 height: 255px;

 background-size: 100% 100%;

 z-index: -1;

}

.normal-price {

	float: left;

	width: 100%;

	border-radius: 20px;

	padding: 70px;

	background: rgb(40,40,40);

	background: linear-gradient(277deg, rgba(40, 40, 40, 1) 0%, rgba(64, 64, 64, 1) 50%, rgba(86, 86, 86, 1) 100%);

	margin: 140px 0 0;

}

.normal-price-left {

	float: left;

	width: 50%;

	padding: 0 30px 0 0px;

}

.normal-price-right {

	float: left;

	width: 50%;

	padding: 0 0 0 30px;

	text-align: center;

}

.normal-price-right h3 {

	font-size: 20px;

	color: #fff;

	font-weight: 700;

}

.normal-price-right h2 {

	color: #FFAE00;

	font-size: 67px;

	font-weight: 900;

	margin: 10px 0 20px;

}

.normal-price-right a.theme-btn {

	width: 60%;

	margin: 20px 0 10px;

}

.normal-price-right p {

	font-size: 13px;

	color: #fff;

	margin: 0 0 30px;

}

.srtuggling-outer {

	width: 100%;

	float: left;

	background: url(../images/strugling-bg.png) no-repeat top center;

	background-size: cover;

	text-align: center;

	padding: 280px 0 80px;

}

.srtuggling-inner p {

	margin: 20px 0;

}

.srtuggling-inner h2.title-con {

	margin: 0 0 40px;

}

.algorithim-outer {

	width: 100%;

	position: relative;

	float: left;

	text-align: center;

	padding: 90px 0 0;

}

.algorithim-outer::after {

 content: "";

 position: absolute;

 top: 40%;

 left: 0;

 background: url(../images/circle01.png) no-repeat top center;

 background-size: 100% 100%;

 width: 129px;

 height: 295px;

}

.algorithim-outer::before {

 content: "";

 position: absolute;

 top: 80%;

 right: 0;

 background: url(../images/circle02.png) no-repeat top center;

 background-size: 100% 100%;

 width: 133px;

 height: 185px;

}

.algorithim-inner {

	width:100%;

	float:left;

}

.algorithim-inner li {

	width: 23.5%;

	float: left;

	border-radius: 20px;

	min-height: 300px;

	padding: 20px;

	margin: 130px 26px 0px 0;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	position: relative;

	z-index: 1;

	background: #fff;

}

 .algorithim-inner li:nth-child(4n) {

 margin-right:0;

}

.algorithim-inner li span {

	margin: -80px 0 0;

	float: left;

	width: 100%;

}

.algorithim-inner li h3 {

	display: inline-block;

	vertical-align: top;

	font-size: 21px;

	color: #1F1F1F;

	font-weight: 900;

	margin: 10px 0 10px;

}

.algorithim-inner li p {

	color: #5F5F5F;

	font-size: 16px;

	line-height: 30px;

}

.harder-inner {

	float: left;

	width: 100%;

	padding: 80px 0 0;

}

.harder-inner h3 {

	font-size: 28px;

	color: #1F1F1F;

	font-weight: 800;

	margin: 30px 0 0;

}

.harder-inner {

	float: left;

	width: 100%;

	padding: 120px 0 0;

}

.especially-inner-left {

	float: left;

	width: 50%;

	padding: 40px 30px 0 0px;

}

.especially-inner-right {

	float: left;

	width: 50%;

	padding: 0px 0 0px 30px;

	text-align: left;

}

.especially-inner-right p {

	font-size: 20px;

	color: #5F5F5F;

	margin: 30px 0;

}

.harder-inner h4 {

	font-size: 158px;

	color: #f4f4f4;

	text-transform: uppercase;

	font-weight: 900;

}

.authority-outer {

	background: url(../images/authority-bg.png) no-repeat top center;

	background-size: cover;

	width: 100%;

	float: left;

	padding: 351px 0 190px;

}

.authority-inner {

	width: 100%;

	float: left;

	text-align: center;

}

.authority-outer .especially-inner-left {

	float: right;

	padding: 0 0 0 30px;

}

.authority-outer .especially-inner-right {

	padding: 0 30px 0 0;

}

.authority-outer .especially-inner-right p {

	color: #fff;

}

.authority-inner .especially-inner {

	margin: 40px 0 0 0;

}

.authority-inner h2.title-con {

	color: #fff;

}

.rejection-outer {

	width: 100%;

	float: left;

	text-align: center;

	padding: 0 0 90px;

}

.rejection-outer h2.title-con {

	margin: 0 0 40px;

}

.rejection-outer .especially-inner-left {

	float: right;

	padding: 10px 0 0 30px;

}

.rejection-outer .especially-inner-right {

	padding: 0 30px 0 0px;

}

/* Create a custom checkbox */

.checkmark {

	position: absolute;

	top: 18px;

	left: 21px;

	height: 50px;

	width: 50px;

	background: url(../images/check.png) no-repeat top center;

}

.problems form {

	margin: 60px 0 0;

}

.problems .srtuggling-inner p {

	margin: 20px 0;

	display: inline-block;

	vertical-align: top;

	position: relative;

}

.problems .srtuggling-inner p::after {

 background: url(../images/arrow.png) no-repeat top center;

 content: "";

 top: 32px;

 left: -149px;

 position: absolute;

 width: 129px;

 height: 80px;

 background-size: cover;

}

.container-check {

	display: block;

	position: relative;

	padding-left: 35px;

	margin-bottom: 32px;

	padding: 25px 20px 25px 90px;

	text-align: left;

	cursor: pointer;

	background: #fff;

	font-size: 22px;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	width: 100%;

	border-radius: 10px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

}

/* Hide the browser's default checkbox */

.container-check input {

	position: absolute;

	opacity: 0;

	cursor: pointer;

	height: 0;

	width: 0;

}













/* On mouse-over, add a grey background color */



/* When the checkbox is checked, add a blue background */

.container-check input:checked ~ .checkmark {

 background: url(../images/checked.png) no-repeat top center;

}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

	content: "";

	position: absolute;

	display: none;

}

/* Show the checkmark when checked */

/*.container-check input:checked ~ .checkmark:after {

 display: block;

}*/

/* Style the checkmark/indicator */

.container-check .checkmark:after {

	left: 9px;

	top: 5px;

	width: 5px;

	height: 10px;

	border: solid white;

	border-width: 0 3px 3px 0;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

}

section.srtuggling-outer.problems .srtuggling-inner {

	width: 100%;

}

section.srtuggling-outer.problems {

	padding-bottom: 350px;

}

.solutions-outer {

	width: 100%;

	float: left;

	text-align: center;

	padding: 0 0 80px;

}

.solutions-inner li {

	float: left;

	width: 31%;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	margin: 0 39px 0 0;

	padding: 0 50px 30px;

	min-height: 690px;

	border-radius: 20px;

	background: #fff;

}

.solutions-inner {

	margin: -280px 0 0;

}

.solutions-inner ul {

	float: left;

	width: 100%;

	padding: 80px 0 0;

}

.solutions-inner li:last-child {

	margin-right:0;

}

.solutions-inner li h3 {

	display: inline-block;

	color: #fff;

	font-size: 21px;

	background: #5F5F5F;

	border-radius: 0 0px 10px 10px;

	font-weight: 700;

	padding: 3px 15px;

	margin: 0 0 50px;

}

.solutions-inner li:hover h3 {

	background:#7638FF;

}

.solutions-inner li h4 {

	font-size: 31px;

	color: #1F1F1F;

	font-weight: 900;

	margin: 20px 0 20px;

}

.solutions-inner li span {

	min-height: 270px;

	display: inline-block;

	vertical-align: top;

}

.solutions-inner li h4 strong {

	font-weight: 800;

	color: #ffae00;

}

.solutions-inner li p {

	font-size: 17px;

	color: #5F5F5F;

	line-height: 30px;

}

section.ultimate-outer {

	float: left;

	width: 100%;

	text-align: center;

}

section.ultimate-outer h4 {

	color: #ececec;

	font-size: 138px;

	font-weight: 900;

	margin: 30px 10px 70px;

}

section.ultimate-outer .normal-price {

	background: #f7f7f7 !important;

}

section.ultimate-outer h2.title-con {

	font-size: 42px;

	margin: 20px 0 70px;

	line-height:55px;

}

section.ultimate-outer .normal-price-right h3 {

	color: #5F5F5F;

}

section.ultimate-outer .normal-price-right p {

	color: #5F5F5F;

}

.lead-gorila-outer {

	width: 100%;

	float: left;

	text-align: center;

	padding: 100px 0 0;

}

.lead-gorila-inner {

	width: 100%;

	float: left;

	background: url(../images/lead-bg.png) no-repeat top left;

	padding: 140px 0 140px;

	margin: 30px 0;

}

.lead-gorila-left {

	float: left;

	width: 50%;

	padding: 0 20px;

}

.lead-gorila-right {

	float: left;

	width: 50%;

	padding: 0 20px;

	text-align: left;

}

.lead-gorila-inner.lead-gorila-inner2 {

	background:url(../images/lead-bg2.png) no-repeat top right;

}

.lead-gorila-right h3 strong {

	font-size: 19px;

	background: #7638FF;

	color: #fff;

	padding: 5px 12px;

	border-radius: 6px;

	text-transform: uppercase;

	font-weight: 600;

	position:relative;

}

.lead-gorila-right h3 span {

	color: #f4f4f4;

	font-size: 140px;

	font-weight: 900;

	margin: 0 0 0 -22px;

}

.lead-gorila-right h4 {

	font-size: 30px;

	color: #1F1F1F;

	font-weight: 800;

	margin: 23px 0 15px;

}

.lead-gorila-right p {

	font-size: 18px;

	color: #5F5F5F;

	line-height: 32px;

}

.lead-gorila-right p span{

	color: #FFAE00;

}

.lead-gorila-inner.lead-gorila-inner2 .lead-gorila-left {

	float: right;

}

.lead-gorila-inner.lead-gorila-inner2 .row {

    /* display: flex; */

    flex-direction: row-reverse;

}

.business-outer {

	float: left;

	width: 100%;

	background: url(../images/business-bg.png) no-repeat top center;

	background-size: cover;

	text-align: center;

	padding: 460px 0 130px;

	margin: -100px 0 0;

}

.business-outer li {

	float: left;

	background: #fff;

	width: 23%;

	margin: 20px 35px 20px 0px;

	border-radius: 20px;

	padding: 30px;

}

.business-outer li:nth-child(4n) {

 margin-right:0;

}

.business-outer li h3 {

	font-size: 21px;

	color: #1F1F1F;

	font-weight: 900;

	margin: 10px 0;

}

.business-outer li p {

	font-size: 17px;

	line-height: 38px;

	color: #5F5F5F;

}

.business-outer ul {

	margin: 50px 0 0;

	display: flex;

	flex-wrap: wrap;

}

.business-outer h2.title-con {

	color: #fff;

}

.changer-outer {

	background: url(../images/changer-bg.png) no-repeat center 1210px;

	background-size: cover;

	width: 100%;

	float: left;

	text-align: center;

	padding: 100px 0 340px;

}

.changer-outer li {

	float: left;

	padding: 20px;

	width: 50%;

}

.changer-inner {

	background: #fff;

	padding: 30px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	border-radius: 20px;
    height: 100%;
	min-height: 800px;

}

.changer-outer ul {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.changer-inner h3 {

	text-align: left;

	font-size: 120px;

	color: #f4f4f4;

	font-weight: 900;

	margin: 40px 0 0;

}

.changer-inner h4 {

	text-align: left;

	font-size: 29px;

	color: #1F1F1F;

	font-weight: 800;

	margin: 0 0 30px;

}

.changer-inner h4 span {

	color: #ffae00;

}

.changer-inner p {

	font-size: 20px;

	color: #5F5F5F;

	text-align: left;

	line-height: 30px;

	margin: 0 0 40px;

}

section.authority-outer.our-short h3 {

	color: #fff;

	font-size: 30px;

	margin: 50px 0 0;

	display: inline-block;

	vertical-align: top;

}

section.authority-outer.our-short h3 span {

	color: #ffae00;

}

section.authority-outer.our-short {

	margin: -370px 0 0;

}

.authority-short {

	width: 100%;

	float: left;

}

.sell-outer {

	width: 100%;

	float: left;

	text-align: center;

	padding: 100px 0 0;

}

.sell-outer h2.title-con {

	margin: 0 0 50px;

}

.sell-outer p {

	color: #5F5F5F;

	margin: 25px 0;

	font-size: 20px;

}

.sell-outer img {

	margin: 50px 0 0;

}

.sell-outer.smart-con {

	background: url(../images/strugling-bg.png) no-repeat top center;

	background-size: cover;

	padding: 310px 0 60px;

	margin:-100px 0 0;

}

.sell-outer p span {

	color: #ffae00;

}

.business-outer .btn-row {

	margin: 50px 0 0;

}

section.succeed-con {

	float: left;

	width: 100%;

	padding: 100px 0 0;

	text-align: center;

	position: relative;

}

.succeed-inner {

	width: 100%;

	float: left;

}

section.succeed-con p {

	font-size: 20px;

	margin: 30px 0;

	padding: 0 12%;

}

.succeed-inner li {

	width: 31%;

	float: left;

	border-radius: 20px;

	min-height: 494px;

	background: #fff;

	padding: 20px;

	margin: 150px 43px 20px 0;

	box-shadow:0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

}

.succeed-inner li:nth-child(3n) {

 margin-right:0;

}

.succeed-inner li img {

	margin: -100px 0 0;

}

.succeed-inner li h3 {

	font-size: 21px;

	color: #626262;

	font-weight: 800;

	margin: 20px 0 0;

}

.succeed-inner li h4 {

	font-size: 60px;

	font-weight: 700;

	margin: 19px 0 0;

	color: #7a7a7a;

}

section.succeed-con .btn-row a.theme-btn {

	font-size: 41px;

	width: auto;

	font-weight: 500;

	padding: 24px 30px;

	margin: 20px 0;

}

section.amazing-con {

	float: left;

	width: 100%;

	background: url(../images/amaging-bg.png) no-repeat top center;

	background-size: cover;

	padding: 470px 0 450px;

	margin: -380px 0 0;

}

.amazing-inner {

	width: 100%;

	float: left;

	text-align: center;

}

.amazing-inner li {

	float: left;

	width: 50%;

	padding: 20px;

}

.amazing-inner-img {

	background: #fff;

	border-radius: 20px;

	padding: 40px;

}

.amazing-inner-img img {

	height: 300px;

	object-fit: cover;

}

section.fast-action-pro .amazing-inner-img img {

    height: auto;

    object-fit: unset;

}

.fast-action-pro ul {

    display: flex;

    flex-wrap: wrap;

}

.fast-action-pro .amazing-inner-img {

    height: 100%;

    display: flex;

    flex-wrap: wrap;

}

.fast-action-pro .amazing-inner-img h4 {

    width: 100%;

    align-self: flex-end;

}

.amazing-inner h2.title-con {

	margin: 40px 0 60px;

}

.bonus-outer {

	text-align: center;

	width: 100%;

	float: left;

	padding: 40px 0 0;

}

.bonus-outer h3 {

	font-size: 50px;

	color: #FFAE00;

	font-weight: 700;

	margin: 10px 0 20px;

}

.bonus-outer h4 {

	font-size: 30px;

	color: #1F1F1F;

	font-weight: 800;

	margin: 40px 0 0;

}

.amazing-con .normal-price {

	margin: 60px 0 0;

}

.active-outer.business-outer {

	background: url(../images/active-bg.png) no-repeat top center;

	padding: 470px 0 10%;

	margin: -480px 0 0;

	background-size: cover;

}

.active-outer.business-outer li {

	width: 31%;

	margin: 20px 30px 20px 0px;

}

 .active-outer.business-outer li:nth-child(3n) {

 margin-right:0;

}

.active-outer.business-outer li:nth-child(4n) {

 margin-right: 30px;

}

section.warning-outer {

	width: 100%;

	float: left;

	text-align: center;

}

.warning-inner {

    width: 100%;

    float: left;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.warning-inner h3 {

	color: #f4f4f4;

	font-size: 130px;

	font-weight: 800;
	width: 100%;

}

.warning-inner-left {

	float: left;

	width: 50%;

	padding: 80px 30px 0 0px;

	position: relative;

}

.gurrentee {

	position: absolute;

	top: -20px;

	width: 190px;

	left: 50px;

}

.gurrentee img {  /* Start the shake animation and make the animation last for 0.5 seconds */

	animation: shake 6.5s;

	/* When the animation is finished, start again */

  animation-iteration-count: infinite;

}

@keyframes shake {

 0% {

transform: translate(1px, 1px) rotate(0deg);

}

 10% {

transform: translate(-1px, -2px) rotate(-1deg);

}

 20% {

transform: translate(-3px, 0px) rotate(1deg);

}

 30% {

transform: translate(3px, 2px) rotate(0deg);

}

 40% {

transform: translate(1px, -1px) rotate(1deg);

}

 50% {

transform: translate(-1px, 2px) rotate(-1deg);

}

 60% {

transform: translate(-3px, 1px) rotate(0deg);

}

 70% {

transform: translate(3px, 1px) rotate(-1deg);

}

 80% {

transform: translate(-1px, -1px) rotate(1deg);

}

 90% {

transform: translate(1px, 2px) rotate(0deg);

}

 100% {

transform: translate(1px, -2px) rotate(-1deg);

}

}

.warning-inner-right {

	float: left;

	width: 50%;

	padding: 0 0 0 30px;

	text-align: left;

}

.warning-inner h2.title-con {

	margin: 0 0 80px;
	width: 100%;

}

.warning-inner-right p {

	margin: 30px 0;

}

section.warning-outer .normal-price {

	background: #f4f4f4;

	margin: 111px 0 0;

}

section.warning-outer .normal-price p {

	margin: 40px 0 70px;

	padding: 0 10%;

}

section.warning-outer .normal-price h2.title-con {

	font-size: 42px;

}

section.warning-outer .normal-price h3 {

	color: #5F5F5F;

}

section.warning-outer .normal-price .normal-price-right p {

	color: #5F5F5F;

	PADDING: 0;

	margin: 0 0px 30px;

}

section.grab-outer {

	float: left;

	width: 100%;

	background: url(../images/banner-bg.png) no-repeat top;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
	text-align: center;

	padding: 100px 0 1000px;

}

.grab-inner {

	width: 100%;

	float: left;

}

.grab-inner li {

	float: left;

	width: 50%;

	padding: 30px;

}

.grab-started {

	background: #fff;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	overflow: hidden;

}

.grab-started-top {

	background: #F9F9F9;

	padding: 80px 50px 50px;

	position: relative;

	border-radius: 0 0px 80px 80px;

}

.grab-started-top h3 {

	font-size: 30px;

	color: #1F1F1F;

	font-weight: 700;

	margin: 20px 0 0;

}

.grab-started-top h4 {

	position: absolute;

	top: 0;

	background: url(../images/pr-bg.png) no-repeat top center;

	left: 0;

	right: 0;

	margin: auto;

	text-transform: uppercase;

	color: #fff;

	font-weight: 600;

}

.grab-started-inner {

	padding: 50px;

}

.grab-started-inner h4 {

	color: #5F5F5F;

	font-size: 20px;

	background: url(../images/check-sign.png) no-repeat left 10px;

	padding: 4px 0 0 40px;

	text-align: left;

	margin: 10px 0;

}

.grab-started-inner h3 {

	text-align: center;

	font-size: 20px;

	color: #5F5F5F;

	font-weight: 600;

	margin: 20px 0 0;

}

.grab-started-inner h5 {

	font-size: 37px;

	color: #FFAE00;

	font-weight: 700;

	margin: 10px 0px 20px;

}

.grab-started-inner h6 {

	display: inline-block;

	background: #DCD4FF;

	padding: 10px 30px;

	font-size: 20px;

	color: #7638FF;

	font-weight: 800;

}

.grab-started-inner a.theme-btn {

	width: 100%;

	margin: 30px 0 10px;

}

.grab-started-inner p {

	font-size: 15px;

	font-weight: 500;

	color: #5F5F5F;

	margin: 20px 0 30px;

}

img.quata {

	margin: 20px 0;

}

.grab-outer .warning-inner-right h2 {

	font-size: 39px;

	color: #1F1F1F;

	line-height: 50px;

	font-weight: 800;

}

.grab-outer .warning-inner-right h2 span {

	color: #FFAE00;

}

.grab-outer .warning-inner-right {

	margin: 110px 0 0;

}

.grab-outer .warning-inner {

	margin: 50px 0 0;

}

.grab-started-inner h4.cross-sign {

	background:url(../images/cross.png) no-repeat left 10px;

	;

}

section.leadgorilla-outer.strengh {

	margin: -670px 0 0;

}

section.leadgorilla-outer.strengh .leadgorilla-iiner p {

	line-height: 32px;

}

.faq-outer {

	width:100%;

	float:left;

	text-align:center;

}

.faq-main {

	width:100%;

	float:left;

}

.faq-main h3 {

	color: #f4f4f4;

	font-size: 130px;

	font-weight: 800;

}

.tabs {

	border-radius: 8px;

	overflow: hidden;

	margin: 80px 0 80px;

}

.tab {

	width: 100%;

	color: white;

	overflow: hidden;

	border-bottom: 1px solid #e1e1e1;

}

.tab-label {

	display: flex;

	justify-content: space-between;

	padding: 40px;

	background: #fafafa;

	font-weight: bold;

	cursor: pointer;

}

 .tab-label::after {

 content: "";

 width: 71px;

 background:url(../images/plus2.png) no-repeat top center;

 height: 49px;

 text-align: center;

 transition: all 0.35s;

}

.tab input {

	display: none;

}

.tab-content {

	max-height: 0;

	padding: 0 1em;

	color: #2c3e50;

	background: white;

	transition: all 0.35s;

}

.tab-close {

	display: flex;

	justify-content: flex-end;

	padding: 1em;

	font-size: 0.75em;

	background: #2c3e50;

	cursor: pointer;

}

.tab-close:hover {

	background: #1a252f;

}

input:checked + .tab-label {

	background: #FAFAFA;

	border-bottom: 1px solid #f5f5f5;

}

input:checked + .tab-label::after {

 background: url(../images/cross2.png) no-repeat top center;

}

input:checked ~ .tab-content {

 max-height: 100vh;

 padding: 1em;

 text-align: left;

 background: #fafafa;

 border-bottom: 1px solid #cfcfcf;

}

.tab-label span {

	font-size: 48px;

	color: #FFAE00;

	font-weight: 900;

}

.tab-label strong {

	text-align: left;

	padding: 0 0 0px 30px;

	width: 100%;

}

.tab-label strong h4 {

	font-size: 25px;

	color: #000;

	font-weight: 700;

	letter-spacing: normal;

}

.tab-label strong p {

	font-size: 19px;

	color: #3C3C43;

	line-height: 30px;

	margin: 10px 0;

	padding: 0 80px 0 0;

}

.close-gorilla-inner {

	background: url(../images/close-bg.png) no-repeat top center;

	background-size: cover;

	width: 100%;

	float: left;

	padding: 70px;

	border-radius: 30px;

}

section.grab-outer h2.title-con {

	margin: 20px 0 50px;

}

section.close-gorilla-outer {

	float: left;

	width: 100%;

	margin: 40px 0 -380px;

	position: relative;

}

.close-gorilla-left {

	float: left;

	width: 60%;

	padding: 0 30px 0 0px;

}

.close-gorilla-right {

	float: left;

	width: 40%;

	padding: 30px 0 0 30px;

}

.close-gorilla-right p {

	font-size: 24px;

	color: #fff;

	margin: 40px 0;

}

.close-gorilla-right a {

	background: #FFAE00;

	font-size: 20px;

	color: #403737;

	padding: 15px 40px;

	border-radius: 50px;

}

.close-gorilla-right p span {

	color: #ffc600;

}

.footer-outer {

	background: url(../images/footer-bg.png) no-repeat top center;

	background-size: cover;

	width: 100%;

	padding: 500px 0 10px;

	float: left;

}

.footer-top {

	float: left;

	font-weight: 300;

	width: 100%;

}

.footer-top h2 {

	text-align: center;

	font-size: 40px;

	color: #fff;

	font-weight: 700;

	text-transform: uppercase;

	margin: 0 0 60px;

}

.footer-top-left {

	padding: 0 30px 0 0;

	float: left;

	width: 50%;

}

.footer-top-left.footer-top-right {

	padding: 0 0 0 40px;

	border-left: 1px solid #646060;

}

.footer-top h3 {

	font-size: 28px;

	color: #FFC600;

	font-weight: 500;

	margin: 0 0 10px;

}

.footer-top p {

	color: #fff;

	font-size: 16px;

	line-height: 30px;

	margin: 20px 0;

}

.affiliated-top {

	float: left;

	width: 100%;

	margin: 50px 0 0;

}

.footer-bottom {

	float: left;

	width: 100%;

	padding: 40px 0px 0;

}

.footer-logo {

	float: left;

	width: 30%;

}

.footer-nav {

	float: left;

	width: 70%;

	text-align: right;

	padding: 30px 0 0;

}

.footer-nav ul {

	display: inline-block;

	vertical-align: top;

}

.footer-nav li {

	float: left;

}

.footer-nav li a {

	font-size: 14px;

	color: #fff;

	margin: 0 0 0 40px;

}

.footer-nav li a:hover {

	color:#FFC600;

}

.footer-copyright {

	float: left;

	width: 100%;

	text-align: center;

	border-top: 1px solid #7a7a7a;

	margin: 30px 0 0;

	padding: 10px 0 0;

}

.footer-copyright {

	float: left;

	width: 100%;

	text-align: center;

	border-top: 1px solid #7a7a7a;

	margin: 30px 0 0;

	padding: 30px 0 0;

}

section.major-success {

	float: left;

	padding: 130px 0 0;

	width: 100%;

}

.major-inner {

	float: left;

	width: 100%;

}

.major-slider {

	width: 100%;

	float: left;

}

.major-slider img {

	width:auto !important;

}

.major-slider-left {

	float: left;

	width: 45%;

	padding: 0 40px 0 0px;

}

.major-slider-left h3 {

	font-size: 46px;

	color: #1F1F1F;

	font-weight: 800;

	line-height: 50px;

	margin: 40px 0 0;

}

.major-slider-left h3 span {

	color: #ffb601;

}

.major-slider-right {

	float: left;

	width: 55%;

	padding: 0 0 0 30px;

}

.major-slider-right img {

	border-radius: 30px;

}

.major-right-inner {

	width: 88%;

	float: left;

	border-left: 8px solid #ffbc01;

	background: #fff;

	border-radius: 10px;

	padding: 20px 20px 20px 30px;

	margin: -130px 0 30px 60px;

	position: relative;

	box-shadow: 0 0 30px #c1c1c1;

}

.major-right-inner p {

	font-size: 22px;

	color: #5F5F7E;

}

.major-right-inner p {

	font-size: 22px;

	color: #5F5F7E;

	border-left: 1px solid #BDBDD1;

	padding: 0 0 0 30px;

}

.major-right-inner h3 {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin: 20px 0;

}

.major-right-inner h3 strong {

	font-size: 24px;

	color: #5F5F7E;

	font-weight: 600;

	letter-spacing: inherit;

	float: left;

}

.major-right-inner h3 span {

	float: right;

	margin: 12px 0 0;

}

section.major-success .owl-dots {

	display: none;

}

section.major-success .owl-nav {

	display: block !important;

	position: absolute;

	top: 70px;

	right: 5%;

	width: 54%;

}

section.major-success .owl-nav button.owl-prev {

	background: url(../images/right-arrow.png) no-repeat top center !important;

	width: 150px;

	height: 150px;

	background-size: 100% 100% !important;

	float: left;

}

section.major-success .owl-nav button span {

	display:none;

}

section.major-success .owl-nav button.owl-next {

	background: url(../images/left-arrow.png) no-repeat top center !important;

	width: 150px;

	height: 150px;

	background-size: 100% 100% !important;

	float: right;

}

.tab-content p {

	margin: 11px 0;

	display: inline-block;

	vertical-align: top;

}

.footer-top p a {

	color: #38b7ff;

}

/********shorter starts********/





.banner-outer2 .banner-left h1 {

	font-size: 55px;

}

.banner-outer2 .banner-left h1 span {

	color: #ffae00;

}



.leadcore-con {

	float: left;

	width: 100%;

	text-align: center;

	background: #f7f7f7;

	padding: 30px 40px 40px;

	border-radius: 20px;

}

.leadcore-left {

	float: left;

	width: 50%;

	padding: 0 60px 0 0px;

}

.leadcore-right {

	float: left;

	width: 50%;

	padding: 0 0 0 30px;

}

.leadcore-right ul.target-inner-left {

	padding: 0;

	border: none;

}

.leadcore-right li {

    float: left;

    width: 100%;

    margin: 20px 0;

    display: flex;

    flex-wrap: wrap;

}

.leadcore-right li strong {

	float: left;

	width: 100px;

	text-align: left;

}

.leadcore-right li span {

    color: #5F5F5F;

    font-size: 20px;

    padding: 0 0 0px 23px;

    float: left;

    width: 83%;

    text-align: left;

    align-self: center;

}

.leadcore-con h2.title-con {

	margin: 40px 0 60px;

}

.algorithim-inner.client-local {

	padding: 40px;

	border-radius: 20px;

	background: #fff;

	margin: -190px 0 0;

	position: relative;

}

.algorithim-inner.client-local li {

	width: 23%;

	min-height: 340px;

}

.algorithim-inner.client-local .btn-row {

	margin: 50px 0 0;

}

section.srtuggling-outer.failure-con .solutions-inner {

	margin: 0;

}

section.srtuggling-outer.failure-con .srtuggling-inner {

	text-align: center;

	width: 100%;

}

section.srtuggling-outer.failure-con .solutions-inner li {

	background: #fffbf0;

}

section.srtuggling-outer.failure-con .solutions-inner li:hover {

	background: #ffffff;

}

.local-steps {

	float: left;

	padding: 80px 0 0;

	width: 100%;

}

.local-steps-left {

	float: left;

	width: 50%;

	padding: 60px 30px 0 0px;

	text-align: left;

}

.local-steps-left h2 {

	font-size: 47px;

	color: #1F1F1F;

	font-weight: 900;

	line-height: 57px;

}

.local-steps-left h2 span {

	color:#ffae00;

}

.local-steps-left a.watch-btn img {

	filter: brightness(100);

}

.local-steps-left a.watch-btn {

	background: #7638FF;

	color: #fff;

	margin: 30px 0 0;

	position: relative;

}

.local-steps-right {

	float: left;

	width: 50%;

	padding: 0 0 0 20px;

}

 .local-steps-left a.watch-btn::after {

 content: "";

 position: absolute;

 top: 30px;

 right: -180px;

 background: url(../images/arrow1.png) no-repeat top center;

 width: 141px;

 height: 45px;

}

section.srtuggling-outer.failure-con .normal-price {

	margin: 100px 0 -360px;

}

.acces-price p {

	color: #fff;

	font-size: 25px;

	margin: 10px 0 70px;

}

section.algorithim-outer.struggling-all {

	padding-top: 370px;

}

.algorithim-outer.struggling-all .business-outer {

	padding: 0;

	margin: 0;

	background: none;

}

.business-outer li h3 {

	width: 100%;

}

.act-inner {

	width: 100%;

	float: left;

	background: url(../images/close-bg.png) no-repeat top center;

	background-size: cover;

	padding: 50px 70px;

	border-radius: 40px;

	margin: 50px 0;

}

.act-left {

	float: left;

	width: 50%;

}

.act-left h2 {

	text-align: left;

	font-size: 47px;

	color: #fff;

	line-height: 55px;

	font-weight: 700;

}

.act-left h2 span {

	color: #ffae00;

}

.act-right {

	float: left;

	width: 50%;

	text-align: right;

	padding: 40px 0 0 40px;

}

.act-right a {

	background: #FFAE00;

	font-size: 20px;

	color: #403737;

	padding: 15px 40px;

	border-radius: 50px;

}

.changer-outer.game-outer {

	background: url(../images/game-bg.png) no-repeat top center;

	background-size: cover;

	padding: 360px 0 480px;

	margin: 0 0 -440px 0;

}

 .business-outer.even-features li:nth-child(3n) {

 margin-right:0;

}

.business-outer.even-features li {

	width: 31%;

	background: no-repeat;

	border: 1px solid #E4D6A3;

}

.business-outer.even-features li:nth-child(4n) {

 margin-right: 35px;

}

.business-outer.even-features li h3 {

	color: #fff;

}

.business-outer.even-features li p {

	color: #939393;

}

.business-outer.even-features {

	background: url(../images/even-bg.png) no-repeat top center;

	padding: 390px 0 450px;

	background-size: 105% 100%;

	margin-bottom: -640px;

	position: relative;

}

.grab-img-con {

	position: relative;

	width: 100%;

	margin: 0 0 30px;

}

section.grab-outer.today-grab {

	padding-bottom: 150px;

	background: #ffefb8;

	margin: 0 0 150px;

}

.banner-outer.banner-outer2 {

	background:url(../images/shorter-bg.png) no-repeat top right;

}

.leadgorilla-outer.leadgorilla-software {

	padding-bottom: 0;

}

.srtuggling-outer.failure-con {

	padding: 340px 0 80px;

	margin: -110px 0 0;

}

/********shorter ends********/



















/********pro-special starts********/





.market-video {

    position: relative;

}

.market-video1 {

    position: relative;

}


.pr-special-banner {

	width: 100%;

	float: left;

	text-align: center;

	background: url(../images/special-banner.png) no-repeat top center;

	background-size: cover;

	padding: 40px 0 470px;

}

.pr-special-inner li {

	display: inline-block;

	background: #fff;

	vertical-align: top;

}

.pr-special-inner ul {

	background: #fff;

	display: inline-block;

	border-radius: 50px;

	overflow: hidden;

	margin: 0 0 35px;

}

.pr-special-inner li a {

	font-size: 16px;

	color: #5F5F5F;

	font-weight: 600;

	padding: 14px 40px;

	border-radius: 50px;

	pointer-events: none;

	float: left;

}

.pr-special-inner li a:hover , .pr-special-inner li a.active{

	color:#fff;

	background:#FFAE00;

}

.pr-special-inner p {

	font-size: 18px;

	color: #5F5F5F;

	font-weight: 600;

	margin: 30px 0;

}

.pr-special-inner a.watch-btn {

	border-color: transparent;

	color: #fff;

	background: #fff;

	background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);

}

.pr-special-inner a.watch-btn img {

	filter: brightness(100);

}

.marketing-outer.marketing-pro {

	padding: 0;

	margin: -390px 0 0;

}

.rocket-outer.edition-pro {

	background: url(../images/edition-bg.png) no-repeat top center;

	padding-bottom: 90px;

	background-size: 100% 100%;

}

.edition-iiner {

	float: left;

	width: 100%;

	padding: 60px 0 0;

}

.edition-iiner-left {

	float: left;

	width: 50%;

	padding: 0 10px;

}

.edition-iiner-left h3 {

	background: #D42B2B;

	width: 70%;

	display: inline-block;

	border-radius: 10px;

	padding: 10px;

	line-height: 30px;

	color: #fff;

	font-size: 21px;

	margin: 0 0 70px;

	position: relative;

}

.edition-iiner-left h3::after {

 background: url(../images/arrow-down.png) no-repeat top center;

 position: absolute;

 content: "";

 bottom: -75px;

 right: 120px;

 width: 101px;

 height: 62px;

}

.edition-iiner-right h3 {

	background: #5445FF;

}

.rankimng-outer {

	background: url(../images/ranking-bg.png) no-repeat top center;

	background-size: 100% 100%;

	padding: 80px 0 200px;

	text-align: center;

}

.rankimng-outer h2.title-con {

	margin: 0 0 60px;

}

.changer-outer.changer-pro {

	background: url(../images/feature-bg.png) no-repeat center 1090px;

	text-align: center;

	background-size: cover;

	position: relative;

	margin: 0 0 -330px;

}

.changer-outer.changer-pro ul {

    display: flex;

    flex-wrap: wrap;

}

.changer-outer.changer-pro li .changer-inner h3 {

	text-align: center;

	line-height: 120px;

	margin: 0 0 10px;

}

.changer-outer.changer-pro li .changer-inner h4 {

	text-align: center;

}

.changer-outer.changer-pro li .changer-inner p {

	text-align: center;

}

.changer-outer.changer-pro li .changer-inner h5 {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	display: inline-block;

	background: #7638FF;

	width: 180px;

	color: #fff;

	font-size: 21px;

	margin: auto;

	font-weight: 500;

	border-radius: 0 0 10px 10px;

}

.changer-outer.changer-pro li .changer-inner {

	min-height: 960px;

	position: relative;

	padding-top: 70px;

}

.changer-outer.changer-pro .especially-inner-left {

	float: right;

}

.changer-outer.changer-pro .especially-inner {

	margin: 40px 0 0;

}

.changer-outer.changer-pro .harder-inner {

	padding: 40px 0 30px;

}

.changer-outer.changer-pro a.theme-btn {

	width: auto;

	padding: 15px 60px;

	margin: 40px 0 0;

}

section.srtuggling-outer.problems.ask-pro {

    padding: 290px 0 650px;

    position: relative;

    background-color: #f5f5f5;

    background-size: auto 120%;

    background-position: center bottom;

    clip-path: polygon(0 11%, 100% 80px, 100% 100%, 0% 100%);

}

.ask-pro h3 {

	font-size: 40px;

	color: #1F1F1F;

	font-weight: 800;

	line-height: 50px;

	margin: 80px 0 0;

}

.ask-pro h3 span {

	color:#ffae00;

}

.deal-pro-outer {

    background: url(../images/leadpr-bg.png) no-repeat top center;

    background-size: 100% 100%;

    margin: -330px 0 0;

    padding: 0 0 170px;

    position: relative;

}

.deal-pro-outer .find-client {

	background: #fff;

	padding: 50px;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	margin: -230px 0 0;

}

.pro-img-outer {

	float: left;

	width: 100%;

	margin: 80px 0 0;

}

section.value-pro-outer {

	text-align: center;

	position: relative;

}

section.value-pro-outer .especially-inner {

	margin: 40px 0 0;

	position:relative;

	z-index:1;

}

section.value-pro-outer a.theme-btn {

	width: auto;

	padding: 15px 45px;

}

section.value-pro-outer::after {

 position: absolute;

 content: "";

 background: url(../images/half-cirlce.png) no-repeat top center;

 top: 40%;

 left: 0;

 width: 235px;

 height: 385px;

}

section.taker-pro-outer {

	background: url(../images/takker-bg.png) no-repeat top center;

	background-size: 100% 100%;

	padding: 300px 0 0;

}

.taker-inner-top {

	float: left;

	width: 100%;

	text-align: center;

}

.taker-inner-top .especially-inner-left {

	float: right;

	padding:0 0 0 30px;

}

.taker-inner-top .especially-inner-right {

	float: right;

	padding:0 30px 0 0;

}

.taker-inner-top .especially-inner {

	margin: 50px 0 0;

}

.taker-inner {

	text-align: center;

	width: 100%;

	float: left;

}

.taker-inner p {

	line-height: 30px;

	margin: 40px 0 0;

}

img.action-img {

	margin: 60px 0 0;

}

.taker-inner h2.title-con {

	margin: 30px 0 0;

}

.plus-gurantee {

	background: #fff;

	border-radius: 20px;

	padding: 0 50px 50px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	position: relative;

	margin: 170px 0 -310px;

}

.plus-gurantee .gurrentee {

	position: inherit;

	width: 100%;

	text-align: center;

	margin: -130px 0 50px;

}

.plus-gurantee .warning-inner-right h2 {

	font-size: 39px;

	color: #1F1F1F;

	line-height: 50px;

	font-weight: 800;

}

.plus-gurantee .warning-inner-right h2 span {

	color: #FFAE00;

}

.plus-gurantee .warning-inner-left {

	padding: 20px 30px 0 0px;

}

section.fast-action-pro {

	padding: 420px 0 370px;

}

.fast-action-pro .amazing-inner-img {

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

}

.fast-action-pro .amazing-inner-img h4 {

	color: #5F5F5F;

	font-size: 28px;

	font-weight: 700;

}

.fast-action-pro .amazing-inner-img h4 a {

    color: #00f;

    pointer-events: none;

}

.fast-action-pro .amazing-inner {

	position: relative;

}

 .fast-action-pro .amazing-inner::after {

 position: absolute;

 top: 180px;

 right: -110px;

 content: "";

 background: url(../images/circle04.png) no-repeat top center;

 width: 497px;

 height: 509px;

}

.fast-action-pro ul {

	position: relative;

	z-index: 11;

}

.fast-action-pro .amazing-inner::after {

 position: absolute;

 top: 76%;

 left: -110px;

 content: "";

 background: url(../images/circle03.png) no-repeat top center;

 width: 497px;

 height: 509px;

}

.grab-outer.today-grab.pro-edition-outer {

	background: url(../images/pro-edition-bg.png) no-repeat top center;

	background-size: 100%;

}

.grab-outer.today-grab.pro-edition-outer .grab-img-con {

	margin-top: -490px;

}

.grab-outer.today-grab.pro-edition-outer .grab-img-con img {

	margin: 40px 0 0;

}

.grab-inner li:last-child .grab-started-top {

	background: #FFF7E5;

}

.taker-inner h3 {

	color: #f4e7c3;

	font-size: 100px;

	font-weight: 900;

	margin: 70px 0 40px;

}

/********pro-special ends********/





















/********agency-special ends********/



body {

    overflow-x: hidden;

}

.animate-from-right

{

	position: absolute;

	right: -200px;

	animation: animatefromright 2.5s;

  animation-iteration-count: 1;

  z-index: 1;

  top: -20px;

}

@keyframes animatefromright {

 0% {

transform: none;

right: -400px;

opacity: 0;

}

 100% {

	right: -200px;

	opacity: 1;

}

}

.animate-from-left

{

	position: absolute;

	left: -150px;

	animation: animatefromleft 2.5s;

  animation-iteration-count: 1;

  z-index: 1;

  top: -20px;

}

@keyframes animatefromleft {

 0% {

transform: none;

left: -700px;

opacity: 0;

}

 100% {

	left: -150px;

	opacity: 1;

}

}

.generic-inner-img

{

	width: auto;

	position: relative;

	display: inline-block;

}

.generic-inner-img-gif {

    position: absolute;

    left: 0;

    top: 0;

    margin: auto;

    right: 0;

    width: 73.7%;

    top: 5.8%;

    background: #ffff;

    padding-bottom: 2.2%;

}

.macbook-img {

    position: relative;

    display: inline-block;

}

.macbook-img-inner {

    position: absolute;

    top: 0;

    width: 91.6%;

}

.macbook-img-inner img{

	width: 100%;

}

.macbook-img-inner {

    position: absolute;

    top: 11.2%;

    left: -2.4%;

    width: 105%;

    right: 0;

    margin: auto;

    height: 54.4%;

}

.macbook-img-inner marquee {

    max-height: 100%;

}

.macbook-img-inner marquee img{

	margin: 0;

}

section.pr-special-banner.agency-banner {

	background:url(../images/agency-bg.png) no-repeat top center;

	background-size:100% 100%;

}

.pr-special-banner.agency-banner .pr-special-inner ul {

	background: #373535;

}

.pr-special-banner.agency-banner .pr-special-inner li {

	display: inline-block;

	background: #373535;

	vertical-align: top;

}

.pr-special-banner.agency-banner .pr-special-inner li a {

	color: #fff;

}

.pr-special-banner.agency-banner .pr-special-inner li a.active {

	color: #fff;

	background: #FFAE00;

}

.pr-special-banner.agency-banner .pr-special-inner h2.title-con {

	color: #fff;

}

.pr-special-banner.agency-banner .pr-special-inner p {

	color: #fff;

}

.closin-outer {

	text-align: center;

	padding: 80px 0 60px;

}

.closin-outer .normal-price {

	background: #fff9e5 url(../images/side-img.png) no-repeat left;

	background-size: auto 100%;

	margin: 80px 0;

}

.normal-price-right h4 {

	font-size: 38px;

	line-height: 50px;

	color: #1F1F1F;

	font-weight: 800;

}

.normal-price-right h4 span {

	color:#FFAE00;

}

.closin-outer .normal-price-left {

	width: 40%;

}

.closin-outer .normal-price-right {

	width: 60%;

}

.closin-outer .normal-price-right h3 {

	color: #5F5F5F;

	margin: 11px 0 0;

}

.closin-outer .normal-price-right p {

	color: #5F5F5F;

}

img.checkout-img {

	margin: 35px 0;

}

.generic-outer {

	background:url(../images/generic-bg.png) no-repeat top center;

	background-size:cover;

	position:relative;

	text-align:center;

}

.generic-inner {

	float: left;

	width: 100%;

	margin: 0 0 80px;

}

.generic-inner p {

	color: #fff;

	font-size: 25px;

	font-weight: 400;

	line-height: 45px;

	padding: 0 10%;

}

.pre-inner {

	width: 100%;

	float: left;

	position: relative;

	background: #fff;

	padding: 90px 50px 50px;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

}

.pre-inner p {

	margin: 30px 0 0;

}

.pre-inner h3 {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	background: #7638FF;

	display: inline-block;

	margin: auto;

	max-width: 570px;

	color: #fff;

	border-radius: 0 0 10px 10px;

	padding: 7px 10px;

}

.forget-outer {

	background: url(../images/forget-bg.png) no-repeat top center;

	background-size: 100% 95%;

	padding: 300px 0 0;

	margin: -140px 0 0;

}

.forget-inner {

	width:100%;

	float:left;

}

.forget-inner-left {

	float: right;

	width: 50%;

	padding: 0 0 0 30px;

}

.forget-inner-right {

	width:50%;

	padding: 0 30px 0 0;

	float:left;

}

.forget-inner-right h2 {

	font-size: 41px;

	color: #1F1F1F;

	margin: 0 0 30px;

	font-weight: 700;

	line-height: 55px;

}

.forget-inner-right h2 span {

	color: #ffae00;

}

.forget-inner-right li {

	color: #5F5F5F;

	font-size: 18px;

	background: url(../images/check-sign2.png) no-repeat left 5px;

	padding: 0 0 0 43px;

	margin: 12px 0;

}

.closin-inner {

	float: left;

	width: 100%;

	text-align: center;

}

.closin-inner li {

	float: left;

	width: 50%;

	padding: 0 20px;

}

.closin-inner2 {

	background: #fff;

	padding: 55px;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	text-align: center;

}

.closin-inner2 h3 {

	font-size: 31px;

	color: #1F1F1F;

	font-weight: 600;

	line-height: 43px;

	margin: 0 0 60px;

}

.closin-inner2 h3 span {

	color: #ffae00;

}

.closin-inner h2.title-con {

	margin: 50px 0 30px;

}

.closin-inner ul {

	margin: 60px 0 0;

}

.featured-succeed-outer {

	background: url(../images/rocket-banner.png) no-repeat top center;

	background-size: cover;

	text-align: center;

	margin: 120px 0 0;

	padding: 0 0 210px;

}

.featured-succeed-inner {

	width:100%;

	float:left;

}

.featured-succeed-outer .algorithim-inner li {

	float: none;

	display: inline-block;

	vertical-align: top;

	width: 23%;

	margin: 71px 11px;

	min-height: 380px;

}

.featured-succeed-inner img {

	margin: 70px 0 0;

}

.professional-outer {

	background: url(../images/professional-bg.png) no-repeat top center;

	background-size: cover;

	padding: 290px 0 100px;

}

.professional-inner .especially-inner-left {

	float: right;

	padding: 0 0 0 30px;

}

.professional-inner .especially-inner-right {

	padding: 70px 30px 0 0px;

}

.professional-inner .especially-inner-right p span {

	color: #ffae00;

}

.professional-inner {

	text-align: center;

	width: 100%;

	float: left;

}

.professional-inner .especially-inner {

	margin: 70px 0 0;

}

.fully-customize {

	text-align: center;

	width: 100%;

	float: left;

	background: #fff;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	padding: 123px 50px;

	position: relative;

	margin: 60px 0 0 0;

}

.fully-customize ul.rocket-outer {

    background: none;

    padding: 180px 0 0;

    margin: 0;

}

.fully-customize p {

    padding-top: 30px;

}

footer.footer-outer.agency-footer {

    padding-top: 300px;

}

.fully-customize ul.rocket-outer li h4 {

	color: #5F5F5F;

}

.fully-customize ul.rocket-outer li h3 {

	color: #efefef;

}

 .fully-customize ul.rocket-outer li:first-child::after {

 background: url(../images/line-1.png) no-repeat top center;

}

 .fully-customize ul.rocket-outer li:last-child::after {

 background: url(../images/line-2.png) no-repeat top center;

 left: -121px;

 width: 350px;

}

.ld-gorila-outer {

	background: url(../images/ld-gorila.png) no-repeat top center;

	background-size: 100% 100%;

	text-align: center;

	padding: 440px 0 140px;

	margin: -440px 0 0 0;

}

section.manage-outer {

	text-align: center;

	padding: 80px 0 0;

}

section.manage-outer p {

	margin: 40px 0 50px;

}

.manage-outer h3 {

	color: #f4f4f4;

	text-transform:uppercase;

	font-size: 100px;

	font-weight: 900;

	margin: 70px 0 40px;

}

.manage-outer.bundle {

	background:url(../images/bundel-bg.png) no-repeat top center;

	background-size:cover;

}

.manage-outer ul {

	float: left;

	width: 50%;

	padding: 0 20px;

	text-align: left;

}

.manage-outer li {

	width: 100%;

	float: left;

	background: #fff url(../images/blue-check.png) no-repeat 14px;

	padding: 25px 40px 25px 90px;

	border-radius: 10px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	margin: 13px 0;

	font-size: 23px;

}

.manage-inner h4 {

	width: 100%;

	float: left;

	font-size: 20px;

	color: #5F5F5F;

	font-weight: 600;

	margin: 30px 0 70px;

}

section.manage-outer.bundle {

	padding: 300px 0 100px;

}

section.fast-action-pro.bonus {

	padding: 140px 0 0;

}

section.grab-outer.opportunity {

	padding: 0 0 100px;

	margin: 470px 0 170px;

	background: url(../images/pro-edition-bg.png) no-repeat top center;


}

.grab-outer.opportunity .grab-img-con {

	margin-top: -280px;

}

h3.opp-title {

	color: #1f1f1f;

	font-size: 38px;

	font-weight: 700;

	line-height: 55px;

	margin: 0 0 10px;

}

h3.opp-title span {

	color:#ffae00;

}

h4.opp-title2 {

	color: #5F5F5F;

	font-size: 22px;

	font-weight: 700;

	line-height: 55px;

	margin: 0 0 10px;

}

.boost-outer {

	background: #F4F4F4;

	width: 100%;

	padding: 50px 100px;

	border-radius: 20px;

	float: left;

}

.boost-outer-left {

	float: left;

	width: 70%;

	padding: 0 30px 0 0;

}

.boost-outer-right {

	padding: 0 0 0 20px;

	text-align: right;

}

.boost-outer-left h3 {

	color: #5F5F5F;

	font-size: 24px;

	line-height: 30px;

	margin: 20px 0;

	font-weight: 600;

	padding: 0 11% 0 0;

}

.boost-outer-left h3 span {

	color: #FFAE00;

}



.marketing-outer.marketing-pro .row {

    padding: 0 10%;

}

section.close-gorilla-outer.boost-main {

	margin: 90px 0 -140px 0px;

}

.pr-special-inner {

	width: 100%;

	float: left;

}

.pr-special-inner a.watch-btn {

	position:relative;

}

.pr-special-inner a.watch-btn::after {

 content: "";

 position: absolute;

 bottom: -30px;

 right: -120px;

 width: 100px;

 height: 60px;

 background: url(../images/arrow2.png) no-repeat top center;

}

/********agency-special ends********/









/********citiations starts********/



.pr-special-banner.citiations-banner {

	background:url(../images/citations-banner.png) no-repeat top center;

	background-size:cover;

}

 .pr-special-banner.citiations-banner a.watch-btn::after {

 content: "";

 position: absolute;

 bottom: -30px;

 right: -120px;

 width: 100px;

 height: 60px;

 background: url(../images/arrow3.png) no-repeat top center;

}

section.closin-outer.citation-gurrentee .normal-price {

	background:#f7f7f7 url(../images/blue-line.png) no-repeat bottom center;

	background-size: auto;

}

section.closin-outer.citation-gurrentee .normal-price h2.title-con {

	margin: 0 0 50px;

}

.break-through-outer {

	background: url(../images/breakthrough.png) no-repeat top center;

	background-size: cover;

	text-align: center;

	padding: 280px 0 0;

}

.break-through-inner {

	width: 100%;

	text-align: center;

	float: left;

}

.break-through-inner h2.title-con {

	color: #fff;

}

.break-through-inner p {

	font-size: 20px;

	color: #fff;

	margin: 30px 0 50px;

}

.break-through-inner p span {

	color: #ffae00;

}

.local-citi {

	background:url(../images/local-citu.png) no-repeat top center;

	background-size:cover;

	width:100%;

	float:left;

}

.local-citi h2 {

	color: #fff;

	font-size: 48px;

	font-weight: 700;

}

.local-citi p {

	color: #fff;

	margin: 30px 0 0;

}

.local-citi h3 {

	color: #fff;

	font-size: 26px;

	font-weight: 600;

	margin: 10px 0 0;

}

.local-citi {

	background: url(../images/local-citu.png) no-repeat top center;

	background-size: 100% 100%;

	padding: 68px 20px;

	width: 100%;

	float: left;

	margin: 90px 0 -150px;

	position: relative;

}

.ranking-citi-outer {

	background: url(../images/ranking-citi.png) no-repeat top center;

	background-size: 100% 100%;

	text-align: center;

	padding: 260px 0 250px;

}

.ranking-citi-inner {

	float: left;

	width: 100%;

}

.especially-inner {

	float: left;

	width: 100%;

	margin: 30px 0;

}

.especially-inner.especially-inner2 .especially-inner-left {

	float: right;

	padding: 0 0 0 30px;

}

.especially-inner.especially-inner2 .especially-inner-right {

	padding: 0 30px 0 0;

}

section.handsomely-outer {

	background:url(../images/handsomely-bg.png) no-repeat center 1000px;

	background-size:cover;

	text-align:center;

}

.handsomely-inner {

	width: 100%;

	float: left;

}

.handsomely-inner p {

	margin: 30px 0;

}

.handsomely-citi {

	width: 100%;

	float: left;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	padding: 0 20px 30px 20px;

	margin: 70px 0;

	background: #fff;

}

.handsomely-citi-left {

	float: left;

	width: 50%;

	padding: 50px 20px 20px;

}

.handsomely-citi-right {

	float: left;

	width: 50%;

	padding: 0 20px;

	text-align: left;

}

.handsomely-citi-right h3 span {

	color:#ffae00;

}

.handsomely-citi-right h4 {

	display: inline-block;

	background: #7638FF;

	font-size: 30px;

	color: #fff;

	padding: 5px 25px;

	border-radius: 0 0 10px 10px;

	font-weight: 600;

}

.handsomely-citi-right h5 {

	text-align: right;

	font-size: 150px;

	color: #f4f4f4;

	font-weight: 900;

	margin: 30px 0 0;

}

.handsomely-citi-right h3 {

	color: #1F1F1F;

	font-size: 31px;

	line-height: 44px;

	font-weight: 700;

	margin:0 0 20px;

}

.handsomely-citi.handsomely-citi2 .handsomely-citi-left {

	float: right;

}

.handsomely-citi-right p {

	margin: 20px 0;

}

.handsomely-service {

	float: left;

	overflow: hidden;

	width: 100%;

	border-radius: 20px;

	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);

	background: #fff;

	margin: 50px 0 0;

	position: relative;

}

.handsomely-service-left {

    float: left;

    width: 50%;

    padding: 80px 40px 40px 78px;

    text-align: left;

}

.handsomely-service-right {

	float: left;

	width: 50%;

	padding: 60px 0 0 20px;

}

.handsomely-service-right img {

	float: left;

}

.handsomely-service-left h3 {

    font-size: 37px;

    color: #262626;

    line-height: 60.68px;

    font-weight: 500;

    margin: 0 0 30px;

}

.handsomely-service-left h3 span {

	color:#ffae00;

	font-weight: 700;

}

.handsomely-service-left p {

	margin: 0 0 40px;

}

section.ld-gorila-outer.ld-gorila-outer2 {

	background:url(../images/gorila-citi.png) no-repeat top center;

	background-size:100% 100%;

	margin: -260px 0 0 0;

}

.ld-gorila-inner {

	width: 100%;

	text-align: center;

	float: left;

}

.ld-gorila-inner img {

	width: 90%;

}

.lead-gorila-inner.lead-gorila-inner3 {

	background:url(../images/listing01.png) no-repeat top right;

}

.lead-gorila-inner.lead-gorila-inner4 {

	background:url(../images/listing02.png) no-repeat top left;

}

.lead-gorila-inner.lead-gorila-inner5 {

	background:url(../images/listing03.png) no-repeat top right;

}

.fast-action-pro.fast-action {

	background: url(../images/fact-action.png) no-repeat top center;

	background-size: cover;

	margin: 0;

	padding: 220px 0 180px;

}

.fast-action-pro.fast-action h2.title-con {

	color: #fff;

}

 .fast-action-pro.fast-action .amazing-inner::after {

 display:none;

}

section.warning-succeed-outer {

	padding: 100px 0;

}

.warning-inner-right h2 {

	font-size: 39px;

	color: #1F1F1F;

	line-height: 50px;

	font-weight: 800;

}

.warning-inner-right h2 span {

	color: #FFAE00;

}

 .fast-action-pro.fast-action .amazing-inner::before {

 content: "";

 position: absolute;

 background: url(../images/circle.png) no-repeat top center;

 bottom: -70px;

 right: -110px;

 width: 385px;

 height: 385px;

}

.ranking-pack p span {

	color: #ffae00;

}

.grab-inner ul.viti-top li {

	float: none;

	display: inline-block;

}

.grab-inner ul.viti-top li .grab-started-top {

	background: #C2E7F5;

}

h5.viti-title {

	font-size: 106px;

	font-weight: 900;

	margin: 90px 0 -150px;

	color: #E5F6FE;

}

.ranking-pack .grab-started-inner h4 {

	background-image:url(../images/light-blue-check.png);

}

section.grab-outer.today-grab.pro-edition-outer.ranking-pack {

	background-size: 100%;

	margin: 0 0 130px;

	padding: 300px 0 0;

}

section.grab-outer.today-grab.pro-edition-outer.ranking-pack .grab-img-con {

	margin: 0;

}













/********citiations ends********/





.fadeinleft

{

	animation: fadeinleft 2.5s;

  animation-iteration-count: 1;

  position: relative;

}

@keyframes fadeinleft {

 0% {

	left: -700px;

	opacity: 0;

}

 100% {

	left: 0;

	opacity: 1;

}

}

.fadeinright

{

	animation: fadeinright 2.5s;

  animation-iteration-count: 1;

  position: relative;

}

@keyframes fadeinright {

 0% {

	right: -700px;

	opacity: 0;

}

 100% {

	right: 0;

	opacity: 1;

}

}



.act-inner {

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: center;

}

.lead-gorila-inner .row {

    align-items: center;

}



















/*************popup starts***************/

div#paymentpopup {
	background: rgba(255,255,255,.9) url(../images/popup-side-bg.png) no-repeat top left;
	padding: 0px 0;
}
.popup-right .d-flex {
    flex-wrap: wrap;
}
.modal-dialog-main {
    position: relative;
    /* top: 50%; */
    width: 85%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    margin: auto;
    right: 0;
    height: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.modal-dialog.modal-xl {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    height: auto;
    box-shadow:0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	width: 100%;
	pointer-events: unset;
}
.modal-dialog.modal-xl {
    pointer-events: all;
}


.row.h-100.d-flex.align-items-center.justify-content-center {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

h5.modal-title {
    float: left;
    width: 35%;
    font-size: 24px;
    color: #fff;
    padding: 17px 0 0 40px;
    font-weight: 600;
}
.modal-header ul {
    float: right;
    width: 65%;
    position: relative;
}
.modal-header ul::after {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    right: 0;
    margin: auto;
    height: 1px;
    width: 66%;
    background: #fff;
}

.modal-header {
    background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}
.modal-header li {
    float: left;
    text-align: center;
    width: 33%;
    position: relative;
    z-index: 1;
}
.modal-header li a {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.modal-header li a h3 {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    background: #633fff;
}
.modal-header li a h4 {
    font-weight: 700;
}

button.btn-close {
    position: absolute;
    top: -30px;
    right: -20px;
    background: url(../images/cross2.png) no-repeat top center;
    width: 42px;
    height: 62px;
    background-size: 100%;
    border: none;
	cursor:pointer;
    outline: none;
    z-index: 9999;
}

.modal-body {
    padding: 50px;
}

h6.card-title {
    font-size: 18px;
    color: #5F5F5F;
    font-weight: 700;
}

.mb-3.name-left {
    float: left;
    width: 50%;
}
.mb-3.name-left.name-right {
    padding: 0 0 0 20px;
}
.mb-3.name-left {
    float: left;
    width: 50%;
    padding: 0 20px 0 0px;
}

label.form-label {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #888888;
    letter-spacing: inherit;
    background: #fff;
    margin: 0px 0 -8px 10px;
    position: relative;
    line-height: 18px;
    padding: 0 10px;
    float: left;
}
.form-control {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 18px;
    display: inline-block;
    margin: 0;
}
.form-control:focus,
.form-control:focus-visible
{
	outline: none;
}
.error {
    color: red;
    font-size: 12px;
    line-height: 1.3;
}

.col-sm-5.popup-right {
    margin: 0 0 0 50px;
    border-radius: 20px;
    box-shadow:0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    padding: 30px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.col-sm-7.popup-left {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}#selected_plan_list h3 {
    color: #5F5F5F;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}
#selected_plan_list h3 span {
    float: left;
}
#selected_plan_list h3 strong {
    float: right;
    font-weight: 700;
}

#selected_plan_list h4 {
    color: #1F1F1F;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    border-top: 1px solid #E0E0E0;
    margin: 10px 0;
    padding: 10px 0;
}
#selected_plan_list h4 span {
    float: left;
}
#selected_plan_list h4 strong {
    float: right;
    font-weight: 900;
}
#selected_plan_list a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(130.37deg, #FFC600 42.49%, #FFAE00 94.34%);
    box-shadow: 0px 4px 4px rgba(162, 158, 169, 0.24);
    border-radius: 50px;
    color: #130F26;
    font-size: 17px;
    padding: 8px 10px;
    font-weight: 800;
}
#selected_plan_list a:hover
{
	background:#FFAE00;
}

small.card-title {
    color: #5F5F5F;
    font-size: 13px;
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.card-body .p-2 {
    display: inline-block;
    margin: 0 3px;
    width: 13%;
    padding: 3px 0 !important;
}
.popup-right .card {
    border: none;
}
.popup-right .card .card-body {
    padding: 0;
}
.modal-dialog-main .modal-content {
    border: none;
}
.card-body small {
    color: #5F5F5F;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
.card-body small a
{
    color: #5F5F5F;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}.modal.open-popup {
    display: block !important;
}


.purchachse-leader {
    width: 100%;
    display: none;
    text-align: center;
    vertical-align: top;
    padding: 70px 0;
}
form.form-purchase {
    width: 50%;
    display: inline-block;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.purchachse-inner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
}
.purchachse-inner h2 {
    float: left;
}
.purchachse-inner select {
    float: left;
    border: 1px solid #cdcdcd;
    width: 90px;
    padding: 5px;
    color: #7e7c7c;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    margin: 0 0 0 5px;
}
img.book-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    top: -70px;
}
.form-purchase h3 {
    color: #333;
    font-size: 30px;
}
.form-purchase p {
    font-size: 18px;
    margin: 10px 0 25px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px;
}
label.container2 input {
    float: left;
    width: 30px;
    height: 20px;
    margin: 7px 0 0;
}
label.container2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 0 0;
    cursor: pointer;
    text-align: left;
}
label.container2 h5 {
    float: left;
    width: 90%;
    line-height: 29px;
    padding: 0 0 0 10px;
    font-weight: 600;
}

.form-purchase h4 {
    font-size: 22px;
    margin: 30px 0 20px;
    font-weight: 600;
}
.form-purchase h4 strong {
    font-weight: 600;
    color: #6f69ff;
}
.continue-btn {
    background: linear-gradient(130.37deg, #7638FF 42.49%, #5445FF 94.34%);
    border-radius: 200px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 17px;
    display: inline-block;
    width: 240px;
    text-align: center;
    border: 2px solid transparent;
    margin-right: 10px;
	transition: .3s all ease;
}

.continue-btn:hover {
    border-color: #7638FF;
    color: #7638FF;
    background: #fff;
}
h6.loacted-title {
    text-align: left;
    color: #333;
    font-weight: 700;
}
p.loacted-para {
    text-align: left;
    line-height: 26px;
    border: none;
    padding: 0;
}
select.countries {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 18px;
    display: inline-block;
    margin: 10px 0 30px;
}
a.add-coupn {
    color: #6f69ff;
    font-size: 15px;
    margin: 0 12px;
    text-decoration: underline;
    font-weight: 600;
}
input.continue-btn.card-btn {
    width: 100%;
    margin: 10px 0;
    background-position-x: 62%;
}
a.paypal {
    border: 1px solid #1aa4e1;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
}
a.g-pay {
    background: #000;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 10px 0;
    margin: 10px 0;
}

.expire-date {
    width: 60%;
    float: left;
    text-align: left;
}

.expire-date.expire-date-right {
    width: 40%;
    float: left;
    padding: 0 0 0 0;
}
input.form-control.cardholder-field {
    margin: 15px 0;
}
.expire-date.expire-date-left input#email_address {
    width: 43%;
    float: left;
    margin: 0 24px 0 0px;
}
h6.date-title {
    font-size: 13px;
    font-weight: 700;
}

.expire-date.expire-date-right input#email_address {
    float: left;
    margin: 0;
}
a.change-method {
    color: #6f69ff;
    border: 2px solid #6f69ff;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 700;
}


.toggle-disabled.pay-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(130.37deg, #FFC600 42.49%, #FFAE00 94.34%);
    box-shadow: 0px 4px 4px rgba(162, 158, 169, 0.24);
    border-radius: 50px;
    color: #130F26;
    font-size: 17px;
    padding: 13px 10px;
	cursor:pointer;
    font-weight: 800;
    border: magenta;
}
.toggle-disabled.pay-btn:hover {
    background: #FFAE00;
}

button.toggle-disabled.pay-btn:disabled, button[disabled] {
    cursor: no-drop;
}
.row.h-100.align-items-center.justify-content-center {
    display: none;
}
.row.h-100.align-items-center.justify-content-center.open-step {
    display: block;
}

.purchachse-leader.open-step {
    display: block;
}


a.active-full h3 {
    background: #ffc600 !important;
    color: #333;
    border-color: #ffc600 !important;
}
a.active-full h4 {
    color: #ffc600;
}
a.active-lite h3 {
    color: #ffc600;
    border-color: #ffc600 !important;
}


/*************popup ends***************/

