/*common start*/

body {
	background: #fff;
}
a:hover {
	color: #fff000;
}
.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}
.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}
.z-in1 {
	z-index: 1;
}
.z-in2 {
	z-index: 2;
}
.z-in3 {
	z-index: 3;
}
.text-gray {
	color: #7c7a7a;
}
/* fonts */

@font-face {
    font-family: 'Qurova';
    src: url('../fonts/Qurova-Bold.woff2') format('woff2'),
        url('../fonts/Qurova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova';
    src: url('../fonts/Qurova-Regular.woff2') format('woff2'),
        url('../fonts/Qurova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova';
    src: url('../fonts/Qurova-SemiBold.woff2') format('woff2'),
        url('../fonts/Qurova-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova';
    src: url('../fonts/Qurova-Medium.woff2') format('woff2'),
        url('../fonts/Qurova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qurova';
    src: url('../fonts/Qurova-Light.woff2') format('woff2'),
        url('../fonts/Qurova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.qurova{
    font-family: 'Qurova';
}
 
.merienda{
	  font-family: "Merienda";
}
.unbound{
	  font-family: "Unbounded";
}
.outfit{
	  font-family: "Outfit";
}
.poppins{
	font-family: "Poppins";
}
/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}
.banner-bg {
	background: url("../images/banner-bg.jpg") no-repeat scroll center;
	background-size: cover;
	padding-top: 32px;
	padding-bottom: 31px;
}
.mobile-menu {
	display: none;
}

.header-icons a iconify-icon:hover {
	background: #b4f60f;
	color: #000000;
}
.header-icons a iconify-icon {
	font-size: 20px;
	padding: 3px 3px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	text-align: center;
	margin-right: 10px;
}

.top-right-nav {
	display: flex;
	justify-content: end;
	align-items: center;
}
.header-icons {
	text-align: end;
	margin-left: 35px;
	margin-top: 3px;
}
.server-time {
	margin-top: 5px;
}

/* right nav */


.social-icons ul li:hover {
	background: #affc09;
}
.added-particles li {
	position: absolute;
}
.social-icons ul {
	position: absolute;
	top: 262px;
	right: 130px;
}

.social-icons ul {
	position: absolute;
	top: 132px;
	right: -24px;
}
.icon-img {
	position: relative;
}
.added-particles li:first-child {
	top: 225px;
	left: -102px;
	animation-name: tada;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.added-particles li:nth-child(2) {
	left: -80px;
	bottom: 130px;

	animation: animate 4s ease-in-out infinite;
}
.added-particles li:nth-child(3) {
	right: 201px;
	top: 43px;
	animation-name: rotate;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.added-particles li:nth-child(5) {
	left: -209px;
	top: 153px;
	animation-name: flipInX;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.added-particles li:nth-child(4) {
	left: -114px;
	top: -25px;
	animation: animate 4s ease-in-out infinite;
}
.added-particles li:nth-child(6) {
	left: -209px;
	bottom: 76px;
}
.added-particles li:nth-child(7) {
	bottom: 6px;
	right: 161px;
	animation: animate 4s ease-in-out infinite;
}
.added-particles li:nth-child(8) {
	right: 179px;
	top: 154px;
	animation-name: flipInX;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.added-particles li:last-child {
	bottom: 219px;
	right: 186px;
	animation-name: flip;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.social-icons ul li {
	margin: 18px 0px;
	height: 44px;
	width: 44px;
	border-radius: 10px;
	text-align: center;
	padding: 8px 0px;
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
}

.social-icons ul li {
	text-align: center;
}
.social-icons ul li iconify-icon {
	color: #00201f;
	font-size: 25px;
}
.icons {
	position: absolute;
	right: 65px;
	top: 13px;
}
.icons {
	display: none;
}
.social-icons ul li:hover .icons {
	display: block;
}
.icons h6 {
	padding: 6px 20px;
	border-radius: 30px;
	background-color: white;
	font-size: 14px;
	color: #000 !important;
}

.icons img {
	position: absolute;
	right: -7px;
	top: 8px;
}


/**********************************Header end **********************************/


/**********************************banner start **********************************/
.ico-button .btn.btn-primary {
	display: flex;
	align-items: center;
	padding: 5px 6px 5px 19px;
}
.banner-left h5 {
	line-height: 31px;
}



.plan-button iconify-icon {
	background: #fff;


}
.payment-bg {
	margin-top: 30px;
}
.banner-button iconify-icon {
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
	font-size: 24px;
	border-radius: 50%;
	padding: 7px 6px;
	margin-left: 13px;
}
.inner-abt-button iconify-icon {
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
	font-size: 24px;
	border-radius: 50%;
	padding: 7px 6px;
	margin-left: 13px;
} 

.ico-button  iconify-icon {
	font-size: 24px;
	border-radius: 50%;
	padding: 7px 6px;
	margin-left: 13px;
}
.ico-button {
	display: inline-flex;
	
}	
.banner-box {
	background: rgba(0,132,108,0.1);
	border: 3px solid rgba(255,255,255,0.5);
	border-radius: 23px;
	padding: 52px 15px;
	overflow: hidden;
	z-index: 3;
}
.banner-left {
	margin-left: -38px;
	margin-top: -67px;
}
.banner-content {
	margin-top: 40px;
}
.banner-car {
  position: absolute;
  left: -51px; /* start off-screen */
  bottom: 23px;
  animation: carDriveIn 2.2s ease-out forwards;
}

.banner-car img {
  filter: drop-shadow(0 0 0px rgba(255,255,255,0.8));
  animation: headlightGlow 3s ease-in-out 2.3s infinite;
}

@keyframes carDriveIn {
  0% { transform: translateX(-200px) scale(0.9); opacity: 0; }
  70% { transform: translateX(20px) scale(1.05); opacity: 1; }
  100% { transform: translateX(0) scale(1); }
}

@keyframes headlightGlow {
  0%, 100% { filter: drop-shadow(0 0 6px rgba(255,255,255,0.3)); }
  50% { filter: drop-shadow(0 0 20px rgba(255,255,255,0.6)); }
}



.banner-img .main-img {
	margin-left: 24px;
}
.glossy-bg::before {
	position: absolute;
	content: "";
	background: rgb(255, 255, 255);
	width: 50%;
	height: 17%;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	filter: blur(23px);
	border-radius: 0px 0px 100px 100px;
	opacity: 0.7;
}
.glossy-bg::after {
	position: absolute;
	content: "";
	background: rgb(255, 255, 255);
	width: 50%;
	height: 17%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	filter: blur(23px);
	border-radius: 100px 100px 0px 0px;
	opacity: 0.7;
}
.banner-arrow {
	position: absolute;
	left: -18px;
	top: 80px;
	animation-name: swing;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.sub-title {
	display: inline-block;
	border-radius: 20px;
	padding: 4px 15px;
}
.abt-box {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 3px 16px;
	border-radius: 20px;
	padding: 20px 20px;
	overflow: hidden;
}
.abt-box-common {
	background: url("../images/abt-box.png") no-repeat scroll center;
	width: 382px;
	height: 284px;
	box-shadow: none;
	padding: 28px 32px;
	margin: 0 auto;
	margin-left: -5px;
}

.abt-redirect iconify-icon {
	font-size: 35px;
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
	border-radius: 50%;
	padding: 13px 14px;
	position: absolute;
	right: 10px;
	top: 19px;
	animation-name: rotate;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.lite-grade {
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(229, 255, 174, 1) 100%);
}
.abt-circle li {
	position: absolute;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	z-index: 0;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	bottom: 0px;
	animation-name: flash;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.abt-circle li:first-child {

	width: 325px;
	height: 325px;

}
.abt-circle li:last-child {

	width: 270px;
	height: 270px;

}
.abt-redirect iconify-icon:hover {
	background: rgba(0,0,0,0.1);
}
.abt-phone {
	top: 36px;
}
.abt-button .btn-primary {
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
}

.abt-button iconify-icon{
	background: #fff;
}
.abt-button {
	position: absolute;
	right: 0px;
	bottom: 13px;
	z-index: 3;
	left: 70px;
}
.why-choose-img video {
	border-radius: 10px;
	width: 100%;
	margin: 0 auto;
	height: 338px;
	object-fit: cover;
}

.plan-overall-bg {
	background: url("../images/plan-overall-bg.png") no-repeat scroll center;
	width: 100%;
	padding: 1px 0px;
	height: 704px;
	background-size: cover;
	margin-top: 37px;
}
.video-bg1 {
	width: 81px;
	height: 81px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	padding: 9px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	
}
.video-bg1::after {
	animation-delay: 1s;
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.4);
	width: 66px;
	height: 65px;
	border-radius: 50%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	animation: ripple 2s infinite;
}

.video-bg1::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 1;
  }
}

.video-bg2 {
  width: 65px;
  height: 65px;
  background:transparent;
  border-radius: 50%;
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	margin: auto;

  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-icon {
	border-radius: 50%;
	width: 62px;
	height: 62px;
	padding: 14px 0px;
	cursor: pointer;
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.video-icon iconify-icon {
	color: #000;
	font-size: 28px;
}
.abt-button .btn-primary:hover {
	background: #90F42D;
	background: linear-gradient(0deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
}
/**********************************banner end **********************************/



/**********************************plan start**********************************/
.plan-lvl {
	background: rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 2px 10px;
	display: inline-block;
}
.plan-tabs {
	display: flex;
	align-items: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.plan-num {
	margin: 0px 33px;
	position: relative;
}
.plan-tabs-list li button {
	width: 100%;
	border-radius: 20px;
}
.plan-tabs-list {
	width: 100%;
}
.plan-tab-main {
	
	text-align: start;
}
.plan-default {
	z-index: 2;
}
.plan-num::before {
	position: absolute;
	content: "";
	background: url("../images/plan-label.png") no-repeat scroll center;
	width: 107px;
	height: 116px;
	left: -21px;
	top: -29px;
	z-index: -1;
	margin: auto;
}
.plan-tabs-list .nav-link {
	background: #fff;
	margin-top: 50px;
	border-radius: 19px;
}
.plan-tab-main p {
	font-weight: 500;
}
.plan-icon {
	position: relative;
	animation-name: flipInY;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.plan-icon::before {
	border-left: 2px solid rgba(0,0,0,0.5);
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -12px;
}
.plan-percent {
	background: url("../images/plan-per-bg.png") no-repeat scroll center;
	width: 149px;
	height: 133px;
	text-align: center;
	padding: 37px 0px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	right: 0px;
	margin-top: -120px;
}
.plan-percent h3 {
	font-size: 35px;
}
.plan-percent h3 span {
	font-size: 31px;
}

.plan-added-value li {
	margin: 12px 0px;
	font-family: "Outfit";
	padding-bottom: 9px;
}
.plan-added-value li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.plan-added-value li small {
	font-size: 16px;
}
.plan-added-value li h6 {
	font-size: 18px;
}

.main-plan-name {
	background: var(--bs-primary-rgb);
	display: inline-block;
	border-radius: 27px;
	padding: 10px 18px;
	position: absolute;
	left: -64px;
	transform: rotate(270deg);
	bottom: 0px;
	top: 0px;
	margin: auto;
	height: 41px;
} 
.home-plan {
	background: rgba(0,132,108,0.1);
	border: 3px solid rgba(255,255,255,0.5);
	border-radius: 23px;
	padding: 45px 57px 20px 40px;
	z-index: 3;
	width: 435px;
	margin: auto;
}
.home-plan-top {
	margin-top: 49px;
}
.added-images li{
	position: absolute;
}
.added-plan-parts li:last-child {
	bottom: 130px;
	right: 0px;
}
.added-plan-parts li:first-child {
	background: rgba(50,85,23,0.6);
	width: 400px;
	height: 400px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	filter: blur(85px);
	top: 77px;
	margin: auto;
}
.plan-tabs-list.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(196, 255, 69, 1) 100%);
}

/**********************************plan end**********************************/


/**********************************how-it-start **********************************/
.how-sec {
	display: flex;
	align-items: center;
	margin-top: 41px;
}
.how-content p {
	line-height: 21px;
	/* display: block;
	display: initial; */
}
.how-content {
	margin-left: 14px;
}

 @media only screen and (min-width: 1199px) {


.how-sec-three {
	left: 43px;
}
.how-sec-two {
	left: 84px;
}
.how-sec.how-sec-four.position-relative {
	right: 64px;
}
}
/**********************************how-it-end **********************************/

/**********************************referral start**********************************/
.affi-overall-box {
	background: #001c12;
	height: 368px;
	border-radius: 79px;
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
}
.ref-lvl {
	width: 98px;
	height: 98px;
	background: #affc09;
	border-radius: 50%;
	text-align: center;
	padding: 15px 0px;
	margin: 0 auto;
}
.ref-lvl h2 {
	font-size: 40px;
	line-height: 0.8;
}
.affi-tabs-list {
	justify-content: center;
	margin-bottom: 47px;
}
.affi-tabs-list .nav-link{
	color: #fff;
}
.affi-tabs-list .nav-link {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	font-family: "Merienda";
	text-transform: uppercase;
}
.affi-tabs-list .nav-link.active, .nav-pills .show > .nav-link {
color: #affc09;
text-decoration: underline;
}
.affi-sec {
	background: #fff;
	border-radius: 138px 30px 30px 30px;
	padding: 20px 27px;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 3px 16px;
	width: 317px;
	margin: 0 auto;
}
.affi-commission-list {
	margin: 0px 30px;
}
.ref-value {
	text-align: center;
	margin: 15px 0px;
} 
.ref-value h2 span {
	font-size: 30px;
}
.ref-lvl-bg {
	background: rgba(175,252,9,0.4);
	position: absolute;
	top: -22px;
	left: -31px;
	border-radius: 50%;
	width: 109px;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-name: tada;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.affi-sec::before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	animation-name: flash;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.affi-sec-one::before {
	background: url("../images/affi-wave1.png") no-repeat scroll center;
	width: 106px;
	height: 106px;
}
.affi-sec-two::before {
	background: url("../images/affi-wave2.png") no-repeat scroll center;
	width: 105px;
	height: 103px;
}
.affi-sec-three::before {
	background: url("../images/affi-wave3.png") no-repeat scroll center;
	width: 74px;
	height: 78px;
}

.how-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 13%;
	height: 100%;
	background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
	transform: skewX(-25deg);
	animation: shine 2.5s infinite;
	pointer-events: none;
	z-index: 1;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.how-img {
	overflow: hidden;
	position: relative;
}
/**********************************referral end**********************************/

/* STATISTICS */
.stati-list li {
	display: inline-block;
	margin: 0 63px;
}
.stat-list {
	display: flex;
	align-items: center;
}
.staic-ico iconify-icon {
	color: #000;
	font-size: 40px;
	animation-name: flipInX;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.pay-icons li img {
	animation-name: swing;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.static-text {
	text-align: start;
}
.static-text h6 {
	opacity: 0.5;
}
.stati-list {
	background-color: rgba(126,309,35,0.1);
	border: 10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 3px 16px;
	padding: 35px 10px;
	margin-top: 30px;
}
.affiliate-bg {
	background: url("../images/affi-overall-bg.png") no-repeat scroll center;
	position: relative;
	background-size: cover;
	padding: 50px 0px;
}
.payline {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.payline {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	top: 11px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 25%, 45% 45%, 50% 50%, 75% 0, 100% 100%;
	mask-repeat: no-repeat;
	animation: mask 5s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 1s;
}
.pay-icons li {
	display: inline-block;
	margin: 35px 11px 0px 11px;
}
/**********************************footer start **********************************/
.footer-map {
	box-shadow: rgba(0, 0, 0, 0.16) 1px 3px 16px;
	border-radius: 20px;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.foot-main-menu li {
	padding: 8px 0;
}
.foot-main-menu li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.foot-main-menu li a:hover {
color: #7eb901;
}
.s-border {
	width: 40px;
	height: 42px;
	text-align: center;
	padding: 2px 2px;
	border-radius: 7px;
	border: 1px solid #234200;
}
.social-ico {
	width: 34px;
	height: 37px;
	text-align: center;
	padding: 7px 0px;
	border-radius: 7px;
	background: #90F42D;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
}
.social-ico iconify-icon {
	color: #000 !important;
}
.footer-map .add-title h3 {
	font-size: 36px;
}
.social-list li {
	display: inline-block;
	padding: 0px 2px;
}
.social-list {
	text-align: center;
}
.foot-menu-title {
	margin-top: 30px;
}
.social-links {
	margin-top: 30px;
}
.cpy-rights {

	opacity: 0.3;
}

.footer-world {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-world img {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 25%, 45% 45%, 50% 50%, 75% 0, 100% 100%;
	mask-repeat: no-repeat;
	animation: mask 5s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 1s;
}
.how-icon {
	animation-name: swing;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/**********************************footer end **********************************/




/********************************** Innerpages start **********************************/
.innerpage-title {
	margin: 31px 0px 40px 0px;
}

.select-arrow {
	background: url("../images/country-arrow.png") center left 5px no-repeat,rgba(255,255,255);
}
.success-msg {
	background: #70E884;
	background: linear-gradient(180deg, rgba(112, 232, 132, 1) 0%, rgba(27, 141, 48, 1) 100%);
}

.error-msg::before {
	position: absolute;
	content: "";
	background: #a10001;
	height: 67%;
	width: 3px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.success-msg::before {
	position: absolute;
	content: "";
	background: #5bf578;
	height: 67%;
	width: 3px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.error-msg {
	background: #f8e4e6;
	background: #FE5C5C;
	background: linear-gradient(180deg, rgba(254, 92, 92, 1) 0%, rgba(213, 58, 58, 1) 100%);
}

.input-msg span {
	font-family: "Merienda";
	font-size: 15px;
}
.info-msg {

	border: 2px solid #ffa370;

}
.input-msg {
	border-radius: 5px;
	padding: 6px 13px;
	display: flex;
	align-items: center;
	max-width: 425px;
	margin: 14px auto;
	position: relative;
}

.info-msg:hover {
	background: #f7dbcc;
	cursor: pointer;
}

.form-pages {
	margin-top: 35px;
	margin-bottom: 35px;
	background: rgba(0,132,108,0.2);
	border-radius: 20px;
	padding: 30px 120px;
	box-shadow: rgba(0, 0, 0, 0.10) 1px 3px 16px;
	border: 3px solid rgba(255,255,255,0.5);
}
.form-ico {
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	padding: 8px 0px;
	border-radius: 50%;
	text-align: center;
	left: 5px;
	/* background: #FAF47F; */
	/* background: -webkit-linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* background: -moz-linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* background: linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FAF47F", endColorstr="#B7732D", GradientType=0); */
	background: transparent;
}
.form-icos {

	top: 10px;
	position: absolute;
	margin: auto;
	width: 36px;
	height: 36px;
	padding: 8px 0px;
	border-radius: 50%;
	text-align: center;
	left: 5px;
	/* background: #FAF47F; */
	/* background: -webkit-linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* background: -moz-linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* background: linear-gradient(0deg, rgba(250, 244, 127, 1) 0%, rgba(183, 115, 45, 1) 100%); */
	/* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FAF47F", endColorstr="#B7732D", GradientType=0); */
	background: transparent;
}
.form-ico iconify-icon {
	color: #000;
	font-size: 21px;
}
.form-icos iconify-icon {
		color: #fff;
	font-size: 21px;
}
.form-icos iconify-icon {
	color: #000;
	font-size: 21px;
}
.form-icos i {
	color: #000;
	font-size: 17px;
}
.forget a {
	text-decoration: none;

	font-weight: normal;
}
label a:hover {
	color: #396200;
}


.copyrights a:hover {
	color: #5ff049;
}

.copyrights h6 {
	font-size: 16px;
}

.copyrights a:hover {
	color: #5ff049 !important;

}


.copyrights a {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
}

.form-block {
	margin-bottom: 22px;
}

.form-pages {
	margin-top: 35px;
	margin-bottom: 35px;
	background: rgba(255,255,255,0.6);
	border-radius: 20px;
	padding: 30px 120px;
	box-shadow: rgba(0, 0, 0, 0.10) 1px 3px 16px;
}
.form-pages {
	margin-top: 35px;
	margin-bottom: 35px;
	background: rgba(255,255,255,0.1);
	border-radius: 20px;
	padding: 30px 120px;
	box-shadow: rgba(0, 0, 0, 0.10) 1px 3px 16px;
}
.form-control::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.form-control:focus-visible {
	outline: none;
}
option {
	background: #f9ffee;
}

.innerpage-title h3 {
	font-size: 57px;
}

.inner-bg::before {
	position: absolute;
	content: "";
	background: url("../images/inner-bg.png") no-repeat scroll center;
	width: 100%;
	height: 587px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	z-index: -1;
}
.back-redirect a {
	color: #fff;
}

a {

	color: #6fb51b;
}
.banner-button .btn-primary {
	background: #fff;
}

.banner-button .btn-primary:hover {

background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(229, 255, 174, 1) 100%);
}

/************************ inner about **********************************/
.abt-ben-icon {
	width: 78px;
	height: 78px;
	background: #affc09;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.abt-benefits {
	background: rgba(0,132,108,0.1);
	border: 3px solid rgba(255,255,255,0.5);
	border-radius: 23px;
	padding: 18px 15px;
	overflow: hidden;
	z-index: 3;
}
.abt-benefits h4 {
	text-transform: capitalize;
}
.abt-ben-list {
	margin: 20px 129px;
}
.inner-abt-button .btn-primary {
	background: #fff;
}
/************************ inner about end**********************************/


/************************ animation **********************************/

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 1;
  }
}


.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}


@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}


.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {


	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}


.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}



@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

}



/********************************** Responsive **********************************/

 @media only screen and (max-width: 1345px) {
}
 @media only screen and (max-width: 1199px) {
	.banner-logo {
	margin-left: -40px;
}
.banner-car img {
	width: 88%;
}
.social-icons ul {
	right: -34px;
}

.banner-left {
	margin-left: -76px;

}
.banner-box h3 {
	font-size: 25px;
}
.banner-arrow {

	display: none;
}
.abt-box-common {
	background: #fff;
	width: auto;
	height: auto;
	padding: 20px 20px;
	margin-left: 0px;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 3px 16px;

}
.abt-box {

	margin-top: 22px;
}

.about-title p br {
	display: none;
}
.abt-redirect iconify-icon {
	right: -10px;
	top: -3px;
}
.how-content h3 {
	font-size: 25px;
}

.how-content {
	margin-left: 10px;
}
.how-sec {
	margin-top: 16px;
}
.how-sec-three {
	margin-left: 13px;
}
.plan-num {
	margin: 0px 26px;
}
.plan-num::before {
	left: -35px;
	top: -35px;
}
.affi-commission-list {
	margin: 0px 0px;
}
.stati-list li {

	margin: 0 31px;
}
.affi-sec {

	width: 100%;
}
.ref-lvl-bg {
	top: -47px;
	left: -7px;
}
.affi-overall-box {

	left: -47px;
	width: 113%;
}
.affi-sec p br {
	display: none;
}
.footer-map .add-title h3 {
	font-size: 28px;
}
.social-links {
	margin-top: 8px;
}
.pay-icons li {
	margin: 35px 0px 0px 0px;
}.abt-ben-list {
	margin: 20px 76px;
}
}
 @media only screen and (max-width: 991px) {

	br{
		display: none;
	}

	.banner-logo {
	margin-left: 0px;
}
.social-icons {
	display: none;
}
.mobile-menu {
	display: block;
}

	
/* default nav-responsive */

.navbar-head h4 {
	display: none;
}

.navbar-head {
	background: #936204;
	width: 100%;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0px 0px;
	background: linear-gradient(180deg, rgba(144, 244, 45, 1) 0%, rgba(109, 176, 26, 1) 100%);
}
.navbar-head h4 {
	display: inline-block;
	top: 6px;
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.navbar-head button {
	float: right;
	background: #fff;
	padding: 2px 7px;
}
.head-nav-link li {
	display: block;
	
	padding: 5px 0px;
	text-align: center;
	margin: 0px 0px;
}


.banner-logo {
	text-align: center;
}
.header-nav {
	background: rgba(0,0,0,0.6);
	border-radius: 12px;
	margin-bottom: 20px !important;
	margin-top: 10px;
}
.nav-button {
	text-align: center;
	margin-bottom: 25px;
	justify-content: center !important;
}
.head-nav-link li:hover {
	background: #81d725;
	border-radius: 10px;
}
.head-nav-link li:hover a{
color: #000;
}
.trans-histroy-info br {
	display: block;
}
/* default nav-responsive end*/

.server-time {
	margin-top: 5px;
	justify-content: center;
}
.top-right-nav {
	justify-content: center;
	display: none;
}
.head-vido {
	display: none;
}
.video-content {
	display: none;
}
.banner-bg {

	padding-top: 23px;

}
.banner-content {
	margin-top: 26px;
}
.banner-left {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
.banner-car {

	left: 0px;
}
.glossy-bg::before {

	opacity: 0.3;
}
.glossy-bg::after {

	opacity: 0.3;
}
.banner-box {
	padding: 19px 15px;
	margin-top: 20px;
}
.head-nav-link li a {
	color: #fff;
}
.profile-content {
	display: none;
}
.why-choose-img video {
	height: auto;

}
.abt-button {
	left: 0px;
	justify-content: center;
}
.how-sec {
	display: block;
	margin-top: 31px;
	text-align: center;
}
.plan-overall-bg {
	height: auto;
	padding: 20px 0px;
}
.plan-title {
	text-align: center;
}
.affi-sec {
	margin-top: 35px;
}
.title h2 {
	font-size: 38px;
}
.ref-lvl-bg {
	top: -18px;
	left: -28px;
}
.stati-list li {
	margin: 15px 39px;
}
.stati-list {

	padding: 12px 10px;

}
.banner-img .main-img {
	max-width: 80%;
}
.position-relative {
	position: relative !important;
}
.btn-primary {

	padding: 6px 17px;
}
.form-pages {

	padding: 5px 30px;

}
.innerpage-title h3 {
	font-size: 44px;
}
.abt-ben-list {
	margin: 0px 0px;
}
.abt-benefits {
	margin-top: 23px;
}
.home-plan-top {
	margin-top: 93px;
}
 }
 @media only screen and (max-width:767px) {
.ref-lvl-bg {

	width: 95px;
	height: 96px;
}
.ref-lvl {
	width: 85px;
	height: 85px;

}
.ref-lvl h2 {
	font-size: 30px;
}
.ref-value h2 span {
	font-size: 18px;
}
}
 @media only screen and (max-width: 575px) {
	.affi-overall-box {
	left: 0px;
	width: 100%;
}
.ref-lvl-bg {
	top: 0px;
	left: 0px;
	position: relative;
	right: 0px;
	margin: 0 auto;
}
.affi-tabs-list {

	margin-bottom: 0px;
}
.title h2 {
	font-size: 28px;
}
.added-plan-parts li:last-child {
	opacity: 0.1;
}
.stati-list {

	margin-top: 15px;
}
.foot-menus {
	text-align: center;
}
.foot-main-menu li {
	padding: 4px 0;
}
.foot-main-menu li a {

	font-size: 14px;

}
.foot-menu-title {
	margin-top: 0px;
}
.footer-map {
	margin-bottom: 30px;
}
.btn-primary {
	font-size: 14px;
	padding: 6px 17px;
}
}
@media only screen and (max-width: 470px) {
	.btn-primary {

	font-size: 14px;

}
h6 {
	font-size: 14px;
}
p {
	font-size: 14px;
	line-height: 25px;
}
.banner-box h3 {
	font-size: 18px;
}
.plan-tab-main {
	margin-left: 10px;
}
.plan-num::before {
	left: -36px;
	top: -38px;
}
.plan-tabs-list .nav-link {

	border-radius: 10px;
}
.home-plan {
	width: 100%;
	padding: 35px 20px 19px 20px;
}
.main-plan-name {

	left: 0px;
	transform: rotate(0deg);
	top: 25px;
	height: 41px;
	right: 0px;
	text-align: center;
	z-index: 3;
	justify-content: center;
	display: flex;
	position: relative;
}

.plan-percent {

	margin-top: -91px;
	top: -66px;
}
.pay-icons li img {
	width: 50%;
}
.pay-icons li {
	margin: 15px 0px 0px 0px;
}
.abt-phone img {
	width: 67%;
} 
.how-img img {
	width: 57%;
}
.social-list {

	margin-top: 10px;
}
.abt-circle li:first-child {
	width: 277px;
	height: 277px;
}
.abt-circle li:last-child {
	width: 237px;
	height: 237px;
}
.affi-overall-box {

	border-radius: 39px;

}
.abt-redirect {
	display: none;
}
.affi-sec {
	margin-top: 15px;
}
.affiliate-bg {

	padding: 29px 0px;
}
.head-nav-link li a {

	font-size: 14px;
}
.form-pages {
	padding: 5px 10px;
}
.innerpage-title h3 {
	font-size: 36px;
}
.input-msg {

	padding: 6px 8px;
}
.form-control {
	padding: 12px 10px;
	font-size: 14px;
	padding-left: 41px;
}
.form-block {
	margin-bottom: 15px;
}
.inner-bg::before {
	height: 517px;
}
.form-pages {
	padding: 0px 0px;
	background: transparent;
	border: navajowhite;
	box-shadow: none;
}
.checkbox label {
	font-size: 14px;
}
}
@media only screen and (max-width: 390px) {
.plan-num::before {
	left: -37px;
	top: -51px;
}
.plan-icon::before {

	display: none;
}
.innerpage-title h3 {
	font-size: 30px;
}
}