@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('fixed.css');
@import url('pricing.css');
@import url('pricing1.css');

body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif; 
    color: #333;
}

.padd0 {padding: 0;}
.padd15 {padding: 0 15px;box-sizing: border-box;}
.padd_lft_nn {padding-left: 0;}
.padd_rht_nn {padding-right: 0;}
.pos_rel {position: relative;}
.wrapper {max-width: 990px;}
.wrapper1 {max-width: 1065px;}
.slider_wrapper {max-width: 960px;}
.m_top15 {margin-top: 15px;}
.m_bot15 {margin-bottom: 15px;}


.mainSection header {
	background: #333;
}
.header_bg_div {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #05727E),
        color-stop(0.7, #FBF9BC),
        color-stop(1, #E8B077)
    );
    background-image: -o-linear-gradient(bottom, #05727E 0%, #FBF9BC 70%, #E8B077 100%);
    background-image: -moz-linear-gradient(bottom, #05727E 0%, #FBF9BC 70%, #E8B077 100%);
    background-image: -webkit-linear-gradient(bottom, #05727E 0%, #FBF9BC 70%, #E8B077 100%);
    background-image: -ms-linear-gradient(bottom, #05727E 0%, #FBF9BC 70%, #E8B077 100%);
    background-image: linear-gradient(to bottom, #05727E 0%, #FBF9BC 70%, #E8B077 100%);
    
    padding: 70px 0 0;
    color: #FFF;
}

.nav_fix_trans {
    position:fixed;
	top:0;
	width:100%;
	height:70px;
	z-index:99;
	-webkit-transition:-webkit-transform 420ms cubic-bezier(.165,.84,.44,1);
	-moz-transition:-moz-transform 420ms cubic-bezier(.165,.84,.44,1);
	transition:transform 420ms cubic-bezier(.165,.84,.44,1);
    
    box-sizing: border-box;
    padding: 0 20px;
}

.nav_fix_col_fff {
    position:fixed;
	top:0;
	width:100%;
	height:70px;
	z-index:150;
    
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #FFF;
    box-shadow:0 1px 1px rgba(0,0,0,.1)
}

.nav_fix_col_fff ul.top_nv_fix li a {
    color: #333 !important;
}

.nav_fix_col_fff ul.top_nv_fix li:last-child a, .nav_fix_col_fff ul.top_nv_fix li a.nav_fix_col_fff_act {
    border: 2px solid rgba(0,0,0,0.8) !important;
}

.nav_fix_col_fff ul.top_nv_fix li:last-child a:hover {
    border-color: rgba(0,0,0,1) !important;
}

.nav_fix_col_fff ul.top_nv_fix li a.nav_fix_col_fff_act:hover {
	background-color: transparent;
}

ul.top_nv_fix li {
    line-height: 70px;
    float: none;
    display: inline-block;
}

ul.top_nv_fix li a {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-left: 9px;
    opacity: 0.8;
    padding: 8px 7px 9px;
    float: none;
    display: inline-block;
}

ul.top_nv_fix li a:hover {
    background-color: rgba(0,0,0,0.1);
    opacity: 1;
}

ul.top_nv_fix li:last-child a {
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 4px;
}

ul.top_nv_fix li:last-child a:hover {
    border-color: rgba(255,255,255,1);
    background-color: transparent;
}

.header_bg_div h1, .white_bg h2, .dark_gry_bg h1, .light_gry_bg h1, .gry_bg h1 {
    font-size: 33px;
    font-weight: 300;
}

.white_bg h3, .dark_gry_bg h3, .light_gry_bg h3, .gry_bg h3 {
    font-size: 21px;
    font-weight: 300;
}

.watch_vid_lnk_abs {
    position: absolute;
    top: -8px;
    left: 50%;
    -ms-transform: translate(-50%,0); /* IE 9 */
    -webkit-transform: translate(-50%,0); /* Safari */
    transform: translate(-50%,0);
    
    background-color: #000;
    font-size: 16px;
    color: #FFF;
    border-radius: 8px;
    padding: 5px 25px 6px;
    display: inline-block;
    font-weight: 300;
    z-index: 1;
}

.watch_vid_lnk_abs img {
    display: inline-block;
    vertical-align: middle;
}

.white_bg {
    background-color: #FFF;
    padding: 40px 0;
    border-bottom: 1px solid #CCC;
}

.white_bg h1 {
    font-size: 33px;
    line-height: 1.2;
}

.stp_rnd_div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    background-color: #027280;
    color: #FFF;
}

.stp_rnd_div .stp_num {
    font-size: 63px;
}

.stp_txp_rot_abs {
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 19px;
}

.dash_div {
    height: 90px;
    line-height: 90px;
    color: #ebebeb;
    margin: 30px 2px 0 2px;
    visibility: hidden;
}

.dash_div span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
}

.dash_div_vis {
    visibility: visible;
}

.stp_mn_div {    
    border-radius: 30px;
    box-sizing: border-box;
    max-width: 320px;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
}

.stp_mn_div_bg {
    background-color: #ebebeb;
}

.stp_hd {
    font-size: 17px;
}

.stp_hd_col {
    color: #027280;
}

.stp_para {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
}

.para {
    font-size: 14px;
    font-weight: 300;
}

.dark_gry_bg {
    background-color: #2c2d31;
    color: #FFF;
    padding: 40px 0 0;
}

.light_gry_bg {
    background-color: #f7f5f3;
    padding: 40px 0;
}

.para1 {
    font-size: 18px;
    font-weight: 300;
}

.member_bg {
    background: url('../images/member_bg.jpg') no-repeat scroll center center / cover transparent;
    padding: 13% 0;
    color: #FFF;
}

.member_bg h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.8;
}

.pricing_bg {
    background-color: #027280;
    padding: 100px 0 160px;
    color: #FFF;
}

.pricing_bg h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 52px;
}

.pricing_lnk {
    transition: all .3s ease-out 0;
	display: inline-block;
	padding: 20px 60px;
	background-color: #fcad26;
	color: #fff;
	font-size: 2.14286em;
	font-weight: 700;
	border-radius: 5px;
    text-shadow: 1px 1px 0 #000;
	box-shadow: 0 -1px #ffbd4a,0 3px #d88900;
}

.pricing_lnk:hover {
    background-color: #f29e0d;
}

.foot_lnk {
    margin: 10px 0 0 10px;
}

.foot_lnk ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #027280;
    padding: 0 15px;
    font-weight: 300;
}

.foot_lnk ul li a:hover {
     text-decoration: underline;
}

.foot_ico_lnk ul li a {
    font-size: 20px;
    color: #027280;
    opacity: 0.6;
    transition: all 0.3s ease-out 0s;
    padding: 0 10px;
}

.foot_ico_lnk ul li a:hover {
    opacity: 1;
}

@keyframes moveSlideshow {
	100% { 
		transform: translateX(-66.6666%);  
	}
}

.slide_div1 .slide1, .slide_div2 .slide2 {
	animation: moveSlideshow 60s linear infinite;
}

.slide_div1 {
	height: 672px;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.slide_div1 > div {
	height: 100%;
	width: 4458px;
	background: url('../images/optin_slider.png') no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
}

.slide_div2 {
	height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.slide_div2 > div {
	height: 100%;
	width: 3937px;
	background: url('../images/integ_ico.png') no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
}

.ifrm_vid_fix_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

.ifrm_vid_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ifrm_vid_cls {
    font-size: 45px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    line-height: 1;
}

.ifrm_vid_fix_div:hover .ifrm_vid_cls {
    opacity: 1;
}

.ifrm_vid_cls:hover {
    color: rgba(255, 255, 255, 0.7);
}

.mob_blk {
    display: none;
}

.mob_menu_bar {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 12px;
    background-color: #e6e6e6;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #8c8c8c;
    margin-right: 15px;
}

#mob_check {
    display: none;
}

.mob_mnu {
    display: none;
    margin-top: 15px;
}

#mob_check:checked ~ .mob_mnu {  
	display: block;
}

.mob_mnu ul li {
    width: 100%;
    line-height: 38px;
    background-color: #027280;
}

.mob_mnu ul li a {
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.gry_bg {
    padding: 110px 0 40px;
    background-color: #f9f9f9;
}

.pric_hd {
    font-size: 33px;
}

.pric_btn_grp {
    border: 1px solid #46AAB5;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
}

.pric_btn {
    color: #46AAB5;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
}

.pric_btn:hover, .pric_btn_act {
    background-color: #46AAB5;
    color: #FFF;
}

@media handheld, only screen and (max-width: 767px) {
    .mob_nn {
        display: none;
    }
    .mob_blk {
        display: block;
    }
    .nav_fix_trans a img, .nav_fix_col_fff a img {
        width: 190px;
        margin-left: 15px;
    }
    
    .nav_fix_trans, .nav_fix_col_fff {
        padding: 0;
    }
	.pricing_lnk {
		font-size: 1.5em;
		padding: 10px 30px;
	}
}
#pricePlans::after {
    clear: both;
    content: "";
    display: table;
}
#pricePlans {
}
#pricePlans {
    margin: 0 auto;
    max-width: 69em;
}
#pricePlans #plans .col_4 {
    overflow: visible;
}
#pricePlans #plans .plan {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.planContainer .title h2 {
    color: #3e4f6a;
    font-size: 2.125em;
    font-weight: 300;
    margin: 0;
    padding: 0.6em 0;
}
.planContainer .title h2.bestPlanTitle {
    background: #46aab5 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.planContainer .price p {
    background-color: #46aab5;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
    background: #1a1a1a none repeat scroll 0 0;
}
.planContainer .price p span {
    color: #dedede;
}
.planContainer {
	padding-left:0px;
}
.planContainer li {
    float: left;
    width: 100%;
    list-style:none;
}
.planContainer .options {
	padding:0px;
}
.planContainer .options li {
    border-bottom: 1px dotted #ccc;
    color: #364762;
    font-weight: 700;
    line-height: 2.5;
}
.planContainer .options li span {
    color: #979797;
    font-weight: 400;
}
.planContainer .button a {
    border: 2px solid #3e4f6a;
    border-radius: 4px;
    color: #3e4f6a;
    display: inline-block;
    float: none;
    font-weight: 700;
    height: 2.8em;
    letter-spacing: 2px;
    line-height: 2.8em;
    margin: 0 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
	transition: all 0.3s ease-out 0s;
}
.planContainer .button a.bestPlanButton {
    background: #1a1a1a none repeat scroll 0 0;
    border: 2px solid #1a1a1a;
    color: #fff;
}
.planContainer .button a.trialPlanButton {
    background: #FFF none repeat scroll 0 0;
    border: 2px solid #ddd;
    color: #46aab5;
	letter-spacing: 1px;
}
.planContainer .button a.trialPlanButton:hover {
    border: 2px solid #bbb;
	color: #027280;
}



.camparisionMainSection{
	margin: 100px 0px 50px;
}
.camparisionMainSection .logoSec1 .arrow1 {
	position:absolute;
	top: 0px;
    left: -20px;
    width: 20px;
}
.camparisionMainSection .logoSec1 p img {
	width:100%
}
.camparisionMainSection .logoSec1 {
	position: absolute;
    top: -13px;
    background: #fef9dc;
    left: 196px;
    //left:10%;
    z-index: 9;
    width: 153px
}
.camparisionMainSection .logoSec1 .logoSec3 {
	color:#fff;
	background:#50aab5;
	padding: 7px;
}
.camparisionMainSection .logoSec1 p{
	margin-bottom:2px;
}
.camparisionMainSection .logoSec1 .logoSec3 p {
	text-decoration:underline;
}
table.comparison {
	border:5px solid #50aab5;
}
table.comparison td, table.comparison th {
	border:1px solid #ccc;
}
table.comparison td:nth-child(2) span , table.comparison th:nth-child(2) img {
	margin-top:-10px;
}
table.comparison td:nth-child(2) , table.comparison th:nth-child(2) {
	background:#fef9dc;
}	
table.comparison td , table.comparison th {
	padding:5px 10px;
}
table.comparison td, table.comparison th{
	width:130px;
}
table.comparison tr td:first-child, table.comparison th:first-child{
	width:150px;
}
table.comparison tr td:first-child{
	text-align:left;
}
#example{
padding:0;
}
#example .dtr-details{
padding: 0px;
list-style: none;
}
#example .dtr-details li{
border: 1px solid gray;
margin: 6px 0;
padding-left: 10px;
}
.dtr-title img{
border-right:1px solid gray;
    width: 120px;
}
table.dataTable.no-footer{
border-bottom:5px solid #50aab5;
}
.no_image img{
	display:none;
}

@media screen and (max-width:1200px){
	.logoSec1{
		display:none;
	}
	
}

@media screen and (max-width:600px){
.no_image img{
		display:block;
	}
}
@media screen and (max-width:767px){
	.camparisionMainSection {
		margin: 60px 0px 50px;
	}
}



/*Privacy page*/
.privacySection h1 {
	color: #804000;
}
.privacySection p {
	font-family: Verdana, Geneva, sans-serif;
}
.privacySection .head {
	margin-bottom:0px;
}
.privacySection div {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.privacySection h2 {
	font-weight: bold;
}
.privacySection {
	padding:75px 0px 25px 0px;
}




/*earnings-disclaimer page*/
.edSection {
	padding:75px 0px 25px 0px;
}
.edSection h1 {
	color: #804000;
}
.edSection .first p {
	font-family: Verdana, Geneva, sans-serif;
}
.edSection .second p {
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*terms-services page*/
.termService {
	padding:75px 0px 25px 0px;
}
.termService h1 {
	color: #804000;
}
.termService p {
	font-family: Verdana, Geneva, sans-serif;
}
.termService p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.termService div {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.termService h4 {
	font-weight: bold;
}




/*Refund policy page*/

.refundPolicy {
	padding:85px 0px 25px 0px;
}
.refundPolicy h1 {
	font-size: 48.778px;
	line-height: 54px;
	font-family: sans-serif;
	margin-bottom:20px;
	margin-top: 40px;
	font-weight: 600;
}
.refundPolicy a {
	color:#50aab5;
}
.refundPolicy a:hover {
	color:#50aab5;
	text-decoration:none;
}
.refundPolicy p {
	font-family: sans-serif;
	font-size:16px;
	color: #343a40;
	margin: 1em 0;
}

@media screen and (max-width : 767px){
	.refundPolicy {
		text-align:justify;
	}
	.refundPolicy h1 {
		margin-top: 15px;
		font-size: 27.648px;
	}
}
