@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}



/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #000000;
    padding:8px 0 5px;
	}
.topStrip p{
    color: #ffffff;
    font-size:18px;
	line-height:18px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-7px 10px 0;
	}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top:23px;
	}
ul.mainMenu{
	float:right;
	margin-top:33px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	line-height:19px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:10px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	height:663px;
	padding:70px 0;
	}
.banner__left{
	float:left;
	width:50%;
	text-align:left;
	margin-top:20px;
	}
.banner_subheading{
	font-size:24px;
	line-height:30px;
	/*color:#e40d0d;*/
	font-weight:600;
	}
.banner_heading{
	font-size:50px;
	line-height:56px;
	color:#0080cb;
	font-weight:bold;
	margin-top:10px;
	}
.banner_heading span{
	color:#000000;
	}
.banner_text{
	font-size:18px;
	font-weight:600;
	line-height:27px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:15px;
	}
.getinfo-col{
	float:left;
	width:100%;
	margin-top:45px;
	text-align:left;
	}
.info-heading{
	display: inline-block;
    vertical-align: top;
	font-size:26px;
	line-height:30px;
	color:#222222;
	font-weight:500;
	letter-spacing:0.7px;
	padding-right:70px;
	position:relative;
	}
.info-heading img{
	position:absolute;
	right:0;
	top:5px;
	}
.emailbox{
	float:left;
	width:100%;
	background:#e4f1f9;
	padding:15px;
	border-radius:10px;
	margin-top:25px;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	}
.emailField{
	width:calc(100% - 190px);
	text-align:left;
	border-radius:5px;
	height:68px;
	padding:15px 15px 10px 55px;
	font-family: 'Poppins';
	font-size:16px;
	line-height:24px;
	color:#000;
	background:url(../images/mail-ic.png) no-repeat 15px center #fff;
	background-size:25px;
	border:none;
	outline:none;
	-webkit-appearance:none;
	}
.earning-button{
	width:180px;
	height:68px;
	background:#18b310;
	border-radius:5px;
	text-align:center;
	line-height:71px;
	color:#ffffff;
	font-size:22px;
	font-weight:600;
	font-family: 'Poppins';
	border:none;
	outline:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.banner_product{
	position:absolute;
	right:-30px;
	top:60px;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 0;
	overflow:hidden;
	}
.common_heading{
	font-size:45px;
	line-height:60px;
	color:#000000;
	font-weight:bold;
	}
.s1_subheading{
	font-size:20px;
	line-height:27px;
	color:#000000;
	font-weight:600;
	margin-top:15px;
	}
.common_para{
	font-size:18px;
	line-height:27px;
	color:#000000;
	margin-top:30px;
	letter-spacing:0.3px;
	}
.common_para strong{ font-weight:600;}
.sec1_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:740px;
	background:#f7f7f7;
	margin-top:50px;
	border-radius:10px;
	padding:30px 20px 15px;
	position:relative;
	}
.sec1_box-heading{
	font-size:20px;
	line-height:29px;
	color:#000000;
	font-weight:600;
	}
.sec1_box-row{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top:15px;
	}
.sec1_box-col{
	width:33.33%;
	padding:25px 0 20px 15px;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	align-items: center;
	position:relative;
	border-bottom:1px solid #ddd;
	}
.sec1_box-col:after{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #ddd;
	content:"";
	}
.sec1_box-col:nth-child(1):after,.sec1_box-col:nth-child(2):after,.sec1_box-col:nth-child(3):after{ top:25px;}
.sec1_box-col:nth-child(4):after,.sec1_box-col:nth-child(5):after,.sec1_box-col:nth-child(6):after{ bottom:20px;}
.sec1_box-col:nth-child(4),.sec1_box-col:nth-child(5),.sec1_box-col:nth-child(6){ border-bottom:none;}
.sec1_box-col:nth-child(3n):after{ display:none;}
.sec1_box-col:nth-child(1),.sec1_box-col:nth-child(4){ padding-left:0;}
.s1-icon img{
	width:60px;
	}
.s1-col-content{
	width:calc(100% - 60px);
	padding-left:15px;
	text-align:left;
	}
.s1-col-content p{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	}
.s1-col-content h3{
	font-size:40px;
	line-height:40px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	}
.s1-polygon-ic1{
	position:absolute;
	left:-50px;
	top:100px;
	z-index: -1;
	}
.s1-polygon-ic2{
	position:absolute;
	right:-50px;
	z-index: -1;
	top:-20px;
	}
.s1-polygon-ic3{
	position:absolute;
	right:10px;
	bottom:-50px;
	z-index: -1;
	}
	
/*--------SCROLL-STRIP--------*/
.scroll_strip{
	float:left;
	width:100%;
	padding:30px 0;
	overflow:hidden;
	position:relative;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider__list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 35s linear infinite;	
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider__list li{
	color:#fff;
	font-size:45px;
	line-height:60px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 35px;
	position:relative;
	background: #087fc5;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
	}
	
/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	}
.demographics_box{
	float:left;
	width:100%;
	margin-top:40px;
	border:2px solid #eaf2f6;
	border-radius:10px;
	padding:30px 25px;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	}
.demographics_box-col{
	width:53%;
	text-align:left;
	}
.demographic_header{
	font-size:35px;
	line-height:40px;
	color:#000000;
	font-weight:600;
	text-align:left;
	}
.gender_box{
	float:left;
	width:100%;
	min-height:148px;
	background:#0080cb;
	border-radius:5px;
	padding:18px 0 15px;
	margin-top:20px;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	align-items: center;
	}
.gender-col{
	width:50%;
	position:relative;
	padding:0 15px 0 75px;
	text-align:left;
	/*border-right:1px solid #8bbcea;*/
	}
.gender-icon{
	position:absolute;
	left:20px;
	width:39px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
.gender-col-text1{
	font-size:24px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	}
.gender-col-text2{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:5px;
	}
.gender-col-text3{
	font-size:40px;
	line-height:36px;
	font-weight:bold;
	color:#ffffff;
	margin-top:15px;
	}
.demographics_box-col-rght{
	width:45%;
	}
.age-col{
	width:100%;
	padding:0 100px 0 25px;
	position: relative;
	}
.age-icon{
	position:absolute;
	right:25px;
	top:50%;
	width:70px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
.country_box{
	float: left;
    width: 100%;
    margin-top: 30px;
    border: 2px solid #eaf2f6;
    border-radius: 10px;
    padding: 30px 0;
	}
.country_box .demographic_header{ padding-left:25px;}
.map-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.country_list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	width:100%;
	margin-top:-110px;
	}
ul.country_list li{
	width:16.667%;
	text-align:center;
	padding:0 15px;
	}
ul.country_list li img{
	display:block;
	margin:0 auto 12px;
	max-width:100%;
	}
ul.country_list li p{
	font-size:21px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000000;
	}
ul.country_list li h3{
	font-size:28px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	margin-top:7px;
	letter-spacing:0.5px;
	}
.traffic_box{
	float: left;
    width: 100%;
    margin-top: 30px;
    border: 2px solid #eaf2f6;
    border-radius: 10px;
    padding: 30px 25px;
	}
.device_row{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	width:100%;
	}
.device_col{
	width:31%;
	margin-top:25px;
	background: #0080cb;
    border-radius: 5px;
	padding:20px 20px 10px;
	text-align:left;
	}
.device_col-top{
	width:100%;
	padding-right:70px;
	position:relative;
	}
.device_col-top h4{
	font-size:25px;
	line-height:28px;
	color:#ffffff;
	font-weight:500;
	}
.device_col-top p{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:4px;
	}
.device_col-top img{
	position:absolute;
	right:0;
	top:0;
	}
.progressbar{
	width:100%;
	height:12px;
	margin-top:15px;
	border-radius:30px;
	background:#fff;
	overflow:hidden;
	position:relative;
	}
.progressbar span{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	background:#4ae51a;
	}
.prog-value{
	font-size: 40px;
    line-height:45px;
    color: #ffffff;
    font-weight: bold;
	margin-top:12px;
	}

/*============sectionThree=======*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background: url(../images/sec3.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	}
.s3-text1{
	font-size:25px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin-bottom:15px;
	}
.clickbank-logo{
	display:inline-block;
	margin:0 0 0 10px;
	}
.s3-text2{
	font-size:30px;
	line-height:38px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:600;
	margin-top:15px;
	}
.s3-text2 span{
	color:#0080cb;
	}

.benefit-container{
	max-width:690px;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin:30px auto 0;
	}	
.benefit-slide-dwn{
	float:left;
	width:100%;
	background:#eaf7ff;
	border-radius:15px;
	margin-top:15px;
	border:1px solid #aaaaaa;
	position:relative;
	}
.benefit-heading{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center #216db4;
	padding:20px 45px 18px 65px;
	font-size:22px;
	line-height:27px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:0.5px;
	position:relative;
	cursor:pointer;
	border-radius:10px 10px;
	}
.benefit-heading-open{
	background:url(../images/open.png) no-repeat right 15px center #216db4;
	border-radius:10px 10px 0 0;
	}
.benefit-heading img{
	position:absolute;
	left:12px;
	top:50%;
	width:40px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
.benefit-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 25px 20px;
	}
.benefit-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.sec3-prod1{
	position:absolute;
	left:-70px;
	top:-90px;
	width:140px;
	transform:rotate(35deg);
	-webkit-transform:rotate(35deg);
	}
.sec3-prod2{
	position:absolute;
	left:90px;
	top:410px;
	width:220px;
	transform:rotate(-35deg);
	-webkit-transform:rotate(-35deg);
	}
.sec3-prod3{
	position:absolute;
	right:-45px;
	top:-50px;
	width:140px;
	transform:rotate(-35deg);
	-webkit-transform:rotate(-35deg);
	}
.sec3-prod4{
	position:absolute;
	right:200px;
	top:850px;
	width:140px;
	transform:rotate(35deg);
	-webkit-transform:rotate(35deg);
	}


/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-started-hdng{
	font-size:35px;
	line-height:40px;
	color:#000000;
	font-weight:500;
	margin-top:15px;
	}
.sec4_box{
	display:inline-block;
	vertical-align:top;
	max-width:1030px;
	width:100%;
	border:1px solid #c6c6c6;
	border-radius:10px;
	padding:0 30px 30px;
	margin-top:40px;
	text-align:left;
	}
.sec4_header{
	width:100%;
	padding:15px 0;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	border-bottom:2px solid #ddd;
	text-align:left;
	}
.s4-icon img{
	display:inline-block;
	vertical-align:middle;
	width:58px;
	}
.sec4_header p{
	width:calc(100% - 60px);
	padding-left:15px;
	font-size:26px;
	line-height:27px;
	color:#000000;
	font-weight:600;
	}
.funnel-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	background:#ebf4fc;
	border-radius:10px;
	padding:20px;
	margin-top:20px;
	}
.funnel-col-1{
	width: calc(100% - 140px);
	text-align:left;
	}
.link-hdng{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	}
.link-text{
	font-size:18px;
	line-height:27px;
	letter-spacing:0.3px;
	margin-top:10px;
	color:#0931a4;
	text-decoration:underline;
	word-break:break-all;
	}
.funnel-col-2{
	width:128px;
	}
.copy-link-btn{
	width:100%;
	height:50px;
	background:#18b310;
	border-radius:5px;
	line-height:48px;
	font-size:18px;
	font-weight:600;
	border:none;
	-webkit-appearance:none;
	cursor:pointer;
	color:#fff;
	}

/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:70px 0;
	background:url(../images/section5.jpg) no-repeat center top;
	background-size:cover;
	}
.sec5_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top:15px;
	}
.sec5_col{
	width:33.33%;
	padding:0 10px;
	margin-top:25px;
	}
.sec5_col-box{
	float:left;
	width:100%;
	border:1px solid #ddd;
	border-radius:10px;
	overflow:hidden;
	}
.download-banner{
	display:block;
	margin:0 auto;
	width:100%;
	}
.s5-banner-set{
	float:left;
	width:100%;
	background:#eaf7ff;
	padding:12px;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	}
.s5-banner-set p{
	font-size: 20px;
    width: calc(100% - 180px);
    line-height: 24px;
    color: #000000;
    text-align: left;
	}
.s5-banner-set p strong{ font-weight:600;}
.download-btn{
	width:180px;
	height:48px;
	background:#18b310;
	font-size:16px;
	line-height:48px;
	font-weight:600;
	cursor:pointer;
	-webkit-appearance:none;
	border:none;
	border-radius:5px;
	font-family: 'Poppins';
	color:#fff;
	}
.download-btn img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 0 0 5px;
	}

/*=============sectionSix=============*/
.sectionSix{
	float:left;
	width:100%;
	padding:70px 0;
	}
.control-bx{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin-top:40px;
	}
.ctrl-bx-hd{
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	color:#0080cb;
	}
.ctrl-strp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 25px 15px;
	background:#ebf4fc;
	border:1px solid #62a6e3;
	border-radius:5px;
	margin-top:20px;
	text-align:left;
	}
ul.ctrl-strp-lst{
	float:left;
	width:100%;
	}
ul.ctrl-strp-lst li{
	margin:5px 0;
	text-align:left;
	font-size: 18px;
    line-height: 26px;
	letter-spacing:0.5px;
	}
.email_swipe-box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	text-align:left;
	}
.ctrl-code-bx{
	margin:15px 0 0 0;
	border:3px solid #62a6e3;
	border-radius:10px 10px 0 10px;
	padding:25px 25px;
	height:515px;
	overflow-y:scroll;
	background:#fff;
	position:relative;
	}
a.code-bx-lnk{color:#1846ae; text-decoration:underline;}
.code-bx-img{
	margin:25px auto 0;
	display:block;
	max-width:100%;
	}
.copybtn{	
	float:right;
	margin:0;
	display:block;
	height:44px;
	width:164px;
	background:#0080cb;
	border-radius:0 0 4px 4px;
	font-weight:bold;
	font-size:14px;
	line-height:42px;
	color:#fff;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}
.code-box-copy pre[class*="language-"] {
    border: 1px solid #ddd;
    border-radius: 2px;
	}
/*------email_section------*/
.email_section{
	float:left;
	width:100%;
	background:url(../images/email-sec-banner.jpg) no-repeat center top;
	background-size:cover;
	padding:38px 0 30px;
	}
.email_sec-row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	}
.email_sec-left{
	width:50%;
	text-align:left;
	}
.email_sec-left h2{
	font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px solid #74bae1;
	}
.email_sec-left p{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
	font-weight:500;
    letter-spacing: 0.3px;
	}
.email_sec-right{
	width:43%;
	text-align:center;
	}
.emailField-input{
	width: 100%;
	height:72px;
    text-align: left;
    border-radius: 5px;
    padding: 15px 15px 10px 55px;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
	letter-spacing:0.3px;
    color: #000;
    background: url(../images/mail-ic.png) no-repeat 15px center #fff;
    background-size: 25px;
    border: none;
    outline: none;
    -webkit-appearance: none;
	}
.earning-button2 {
    width: 100%;
    height: 85px;
    background: #18b310;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
	padding-top:5px;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Poppins';
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
	margin-top:15px;
	box-shadow:0  3px 5px 1px rgba(0,0,0,0.2);
	}

/*--------sectionSeven--------*/
.sectionSeven{
	float:left;
	width:100%;
	padding:70px 0;
	}
.faq-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	padding:15px;
	}
.up-slide-dwn {
    float: left;
    width: 100%;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.2);
	padding:0 25px;
	margin-top:30px;
	border-radius:10px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn2.png) no-repeat right 10px center;
    padding: 25px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
	}
.acdn-heading.accordion-open {
    background: url(../images/open-btn2.png) no-repeat right 10px center;
	border:none;
	border-bottom:1px solid #ddd;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 25px 35px 5px 0;
	}
.acdn-para {
    font-size: 18px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
    margin-bottom: 25px;
    text-align: left;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	border-top:1px solid #ddd;
	}
.ftr-logo{
	display:block;
	margin:0 auto 30px;
	}
.ftr-txt1{
	font-size:16px;
	line-height:27px;
	letter-spacing:0.3px;
	color:#000;
	margin:20px 0 0;
	}
.ftr-txt1 a{ color:#000; padding:0 5px; text-transform:uppercase;}

.mt-20{margin-top:20px !important;}
.mt-0{margin-top:0 !important;}
/*==============Media=============*/


@media only screen and (max-width:1200px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 15px;}

.banner_heading {font-size: 43px;line-height: 50px;}
.banner_product {right: 0;top: 55px; width: 500px;}

.device_col{ width:32%;}

.sec3-prod2{left: 10px; top: 400px; width: 200px;}
.sec3-prod4{right: 50px;}

.earning-button2{ font-size:24px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu{ display:none;}

.banner{ height:auto; padding:50px 0;}
.banner__left{ margin:0; width:60%;}
.banner_heading {font-size: 38px; line-height: 42px;}
.banner_text {font-size: 17px; line-height: 26px;}
.getinfo-col {margin-top: 30px;}
.info-heading{font-size: 24px;line-height: 30px;}
.banner_product {right: -40px;top: 55px;width: 370px;}

.common_heading {font-size: 38px;line-height: 50px;}
.common_para {font-size: 16px;line-height: 26px;}

.demographics_box-col{ width:100%;}
.demographics_box-col-rght {width: 62%;margin-top: 30px;}
ul.country_list li {padding: 0 8px;}
ul.country_list li p {font-size: 15px;line-height: 20px;}
.device_col-top p{ font-size:15px;}

.sec3-prod3 {right: -70px;top: -80px;width: 115px;}
.sec3-prod2,.sec3-prod4{ display:none;}
.benefit-para {font-size: 16px;line-height: 25px;}

.sec5_col{ width:50%;}
.download-btn{width: 160px; height: 42px;font-size: 13px; line-height: 42px;}
.download-btn img {width: 14px;margin: -3px 0 0 5px;}

.email_sec-left{ width:100%;}
.email_sec-left h2 {font-size: 40px;line-height: 43px;}
.email_sec-right {width: 100%;margin-top: 20px;}


}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip p{font-size: 16px;line-height: 16px;}
.topStrip p img {width: 19px;margin: -5px 6px 0;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{ right:15px; top:16px; left:auto;}
.mobilemenu{ top:77px;}
.mobimenu-top{ top:55px;}

.logo {margin-top: 12px;}


.banner{ padding:30px 0;}
.banner__left{ width:100%;text-align: center;}
.banner_product{ position:static; margin:13px auto 0; max-width:100%;}
.banner_subheading {font-size: 14px;line-height:17px;}
.banner_heading { font-size: 28px; line-height: 33px;}
.banner_text {font-size: 16px;line-height: 24px;}
.getinfo-col {margin-top: 25px;}
.info-heading { font-size: 19px;line-height: 25px;padding-right: 55px;}
.info-heading img {top: 3px;width: 45px;}
.emailbox{ margin-top:10px;}
.emailField{ width:100%;height: 65px; padding: 13px 15px 10px 55px;}
.earning-button{width:100%; margin-top:15px;height: 65px;}


.sectionOne{ padding:30px 0;}
.common_heading {font-size: 28px;line-height: 36px;}
.s1_subheading{ font-size:18px;}
.common_para{ margin-top:20px;line-height: 24px;}

.sec1_box{ padding:25px 15px 15px; margin-top:25px;}
.sec1_box-heading {font-size: 18px;line-height: 27px;}
.sec1_box-col,.sec1_box-col:nth-child(1), .sec1_box-col:nth-child(4){ width:50%;justify-content: center;-webkit-justify-content: center; padding:15px;}
.s1-col-content{ width:100%; text-align:center; padding:0;}
.s1-icon img {width: 50px;}
.s1-col-content p {font-size: 17px; line-height: 22px;}
.s1-col-content h3 { font-size: 30px; line-height: 30px;}
.sec1_box-col:after{ display:none;}
.sec1_box-col:nth-child(4){ border-bottom: 1px solid #ddd;}
.sec1_box-col:nth-child(odd){border-right: 1px solid #ddd;}
.s1-polygon-ic3{ display:none;}

.scroll_strip{ padding:20px 0;}
.slider__list li{font-size: 29px;line-height: 40px; padding: 0 20px;}

.sectionTwo{ padding:30px 0;}
.demographics_box{ padding:20px 15px;margin-top: 15px;}
.demographic_header {font-size: 26px;line-height: 30px;}
.gender_box{ margin-top:10px; padding:0;min-height: auto;}
.gender-col{ width:100%; border:none;border-bottom: 1px solid #8bbcea; padding:15px 15px 15px 75px;}
.gender-col:last-child{ border:none;}
.demographics_box-col-rght{ width:100%;}
.age-col { padding:20px 85px 17px 20px;}
.age-icon{ width:60px; right:15px;}
.country_box{ padding:20px 10px;}
.country_box .demographic_header{ padding-left:10px;}
ul.country_list{margin-top: -65px;}
ul.country_list li{ width:33.33%; margin-top:15px;padding: 0 5px;}
ul.country_list li img{ width:80px;margin: 0 auto 8px;}
ul.country_list li p { font-size: 13px; line-height: 20px;}
ul.country_list li h3 {font-size: 24px;line-height: 27px;margin-top: 5px;}

.traffic_box{ padding:20px 15px;}
.device_col{ width:100%;margin-top: 15px;}
.device_col-top h4{font-size: 23px;}
.progressbar{height: 10px; margin-top: 10px;}
.prog-value {font-size: 36px;line-height: 40px; margin-top: 12px;}

.sectionThree{ padding:35px 0;}
.sec3-prod1{width: 120px;left: -55px;}
.s3-text1 {font-size: 22px;line-height: 25px;}
.clickbank-logo{ display:block; margin:0 auto; width:200px;}
.s3-text2 {font-size: 19px;line-height: 28px;margin-top: 20px;}

.benefit-container{ margin:10px auto 0;}
.benefit-slide-dwn{margin-top: 10px;}
.benefit-heading{padding: 15px 30px 13px 50px;font-size: 17px;line-height: 22px; background-size:15px;}
.benefit-heading img{ width:30px;}
.benefit-content{ padding:0 15px 15px;}
.benefit-para {font-size: 16px;line-height: 24px; margin-top: 15px;}

.sectionFour{ padding:30px 0;}
.s4-started-hdng {font-size: 25px;line-height: 30px; margin-top: 15px;}
.sec4_box{ margin-top:20px; padding:0 15px 15px;}
.sec4_header{ padding:15px 0 10px;}
.s4-icon img{ width:35px; margin-top:-3px;}
.sec4_header p { width: calc(100% - 35px);padding-left: 10px;font-size: 20px;line-height: 26px;}
.funnel-row{ padding:20px 15px;margin-top: 15px;}
.funnel-col-1{ width:100%;}
.link-hdng {font-size: 16px; line-height: 24px;}
.link-text {font-size: 14px;line-height: 20px;}
.funnel-col-2{ margin-top:15px; width:100%;}

.sectionFive{ padding:30px 0;}
.sec5_row{ margin-top:5px;}
.sec5_col{ width:100%;margin-top: 15px;}
.s5-banner-set{ padding:10px 10px;}
.download-btn{width: 145px;  height: 40px; font-size: 13px; line-height: 40px;}
.s5-banner-set p {font-size: 18px; width: calc(100% - 145px);}

.sectionSix{ padding:30px 0;}
.control-bx{margin-top: 30px;}
.ctrl-bx-hd {font-size: 24px;line-height: 30px;}
.ctrl-strp{padding:10px 15px;margin-top: 15px;}
ul.ctrl-strp-lst li{font-size: 15px; line-height: 20px;margin: 10px 0;}
.ctrl-code-bx{ padding:20px 15px;}

.email_section{ padding:25px 0;}
.email_sec-row{ padding:0 5px;}
.email_sec-left h2 {font-size: 30px;line-height: 35px;}
.email_sec-left p {font-size: 16px; line-height: 25px;margin-top: 15px;}
.emailField-input{height: 65px;}
.earning-button2{height: 68px;line-height: 66px;font-size: 20px;}

.sectionSeven{ padding:30px 0;}
.faq-container{ padding:7px;}
.up-slide-dwn{padding: 0 15px; margin-top: 20px;}
.accordion{padding: 20px 25px 15px 0;font-size: 17px;line-height: 22px;}
.acdn-content{ padding:15px 5px 5px;}
.acdn-para { font-size: 16px;line-height: 24px; margin-bottom: 15px;}

.footer{ padding:30px 0;}
.ftr-logo{ width:150px;}
.ftr-txt1 {font-size: 13px; line-height: 21px; margin: 15px 0 0;}
}

@media only screen and (max-width:360px){
	
}
/*GS CODE*/
.demographics_box{
    margin-bottom: 50px;
}
.gcommon_para {
    text-align: left;
}
.gbanner_heading {
    font-size: 40px;
    line-height: 56px;
    margin-top: 15px;
}
.getinfo-col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.emailbox {
    width: 50%;
}
.gbanner_subheading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .emailbox {
        width: 100%;
    }
}
.sectionEight {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #ebf4fc;
}
.grow5 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.gh4 {
    font-size: 28px;
}
@media (min-width: 769px) {
    .gcol6 {
        flex: 0 0 50%;
        max-width: 50%;
}
}
@media (max-width: 768px) {
    .gh4{
    font-size: 26px;
    line-height: 30px;
}
    .gcol66{
    margin-bottom: 40px;
}
    .grow5 {
        justify-content: center;
    }
}