@import url('css/bootstrap.css');
@import url('css/bootstrap-responsive.css');



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


/*font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;*/



*{
	margin: 0 auto;
}

body{
	background-color:#f7f5f5;
	font-family: 'Open Sans', sans-serif;
	padding:0;
}

iframe {
	height:838px !important;
	width:100% !important;
}
.heade_container{
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
}

p{
	color: #646464;
}

.container-fluid{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.frame{
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
}

.logo{
	text-align:left;
}


.contct_no{
	float:right !important;
	text-align:right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:600;
	font-size: 25px;
	margin-top: 33px;
}

.contct_no a{
	color: #3cafb2;
	text-decoration: none;	
}


.menu{
	float:left;
	/*height: 50px;*/
	line-height: 50px;
	background-color: #3cafb2;
}

.msg {
margin-top: 25px;
text-align: center;
color: rgb(6, 171, 6);
background-color: #F0F4F4;
padding: 8px 0;
border-left: 3px solid rgb(255, 136, 0);
}

.navbar {
	margin-bottom: 0px;
}

.center-menu{
	margin: 0 auto;
	width: 1100px;
	max-width: 100%;
}

.center-menu{
	padding:0px;
}

.center-menu li{
	list-style: none;
	float:left;	
	line-height:30px;
}

.center-menu .nav li a{
	color: #fff;
	text-decoration: none;
	/*padding: 14px 20px 14px 20px;*/
	text-shadow: none;
}

.center-menu .nav li a:hover{
	/*padding: 14px 20px 14px 20px;*/
	background-color: #000;
	color: #fff;
}
.nav ul li ul.sub-menu {
width:200px;
}
.nav ul li ul.sub-menu li  {
background-color:  #3cafb2;
width:100%
}
.nav ul li ul.sub-menu li a {
width:80%
}
.nav ul li ul.sub-menu li:hover {
width:100%;
background-color: #000;

}
.current{
	padding: 14px 20px 14px 20px;
	background-color: #000;
}

.slider_container{
	float:left;
	background-color: #ffffff;
	padding-bottom: 20px;
}


.slider_div{
	float:left;
	margin-top: 20px;
	margin-left: 0 !important;
}

#load {
    background:url(loading_big.gif) rgba(255, 255, 255, 0.75) no-repeat center;
   height: 100%;
   width: 100%;
   left:0;
   top:0;
   position: fixed;
   z-index: 9999;
   margin: 0px;

}

.sign_form{
	/*width: 315px;*/
	float:right !important;
	/*background:url(../img/sign-in.png) center no-repeat;*/
	/*height: 296px;*/
	margin-top: 20px;
	padding-bottom:25px;
	background-color: #3cafb2;
	text-align: center;
	/*font-size: 20px;*/
	color: #fff;
	padding-top: 15px;
}

.sign_form label{
	width: 100px;
	float: left;
	color: #fff;
}

.sign_form br{
	display: none;
}

.ws-plugin--s2member-pro-login-widget-lost-password {
	text-align:right;
	color: #fff;
	padding-right:24px;	
}


.ws-plugin--s2member-pro-login-widget-lost-password a, .ws-plugin--s2member-pro-login-widget-profile-summary-edit-profile a, .ws-plugin--s2member-pro-login-widget-profile-summary-logout a {
	color: #fff;
}

.ws-plugin--s2member-pro-login-widget-profile-summary-logout, .ws-plugin--s2member-pro-login-widget-profile-summary-edit-profile {
	margin-top: 10px;
}

.ws-plugin--s2member-pro-login-widget-profile-summary-logout a {
	color: #fff;
	background-color: #f86d3c;
	padding: 5px 20px;
}

.ws-plugin--s2member-pro-login-widget-profile-summary-logout a:hover {
	background-color: #000;
	text-decoration: none;
}

.ws-plugin--s2member-pro-login-widget-profile-summary-my-account{
	display: none;
}

.sign_form .ws-plugin--s2member-pro-login-widget{
	margin-top: 15px;
	margin-bottom: 15px;
}

.ws-plugin--s2member-pro-login-widget-remember-me label{
	width: 100%;
	margin-top: 13px;
	margin-bottom: 11px;
	float: left;
}

#ws-plugin--s2member-pro-login-widget img{
	border-radius: 100%;
}

.sign_form h1{
	font-size: 20px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight:400;
	margin-top: 0px;
	background-color:#000000;
}

.fill_row{
	/*width: 291px;*/
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	margin-top: 10px;
	/*height: 22px;*/
	line-height: 22px;
}


.fill_row label{
	font-size: 15px;
	text-align:left;
	float:left;
	padding-left: 12px;
	color: #fff;
}

.fill_row input[type="text"] {
	height: 25px;
	float: left;
	/*padding-left: 3px;
	padding-right: 3px;*/
}


.fill_row input[type="password"] {
	/*width: 165px;*/
	height: 25px;
	float: left;
	/*padding-left: 3px;
	padding-right: 3px;*/
}

.rember{
	width: 180px;
	float:left;
	text-align:left;
	margin-top: 4px;
}

.rember input[type="checkbox"]{
	float:left;
	text-align:left;
}


.rember input[type="submit"]{
	border: none;
	margin-right: 15px;
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	cursor:pointer;
	margin-left: 15px;
}

.rember input[type="submit"]:hover{
	background-color: #fead1f;
}

.aonsd{
	margin-left:12px !important;
}


.rember label{
	width: 140px;
	float:left;
	text-align:left;
	margin-top: 0px;
	margin-left: -6px;
}


.rember a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	margin-left: 15px;
}


.sign_up-ro{
	margin-top:0px;
}

.forgot{
	margin-top: 8px;
}

.welcome_container{
	float:left;
	padding: 0px 0 40px 0;
}


.welcome_container ul li{
	font-size: 16px;
	color: #2b2828;
	font-weight: 400;
	line-height: 24px;
}

.welcome_container  h1{
	font-size: 30px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:left;
	font-weight:600;
	margin-top: 30px;
}

.slider_div  h1{
	font-size: 30px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:left;
	font-weight:600;
	/*margin-top: 30px;*/
	line-height: normal;
}

.higlight{
	font-style:normal;
	color: #3cafb2;
}


.welcome_container p{
	font-size: 16px;
	text-align:justify;
	margin-top: 15px;
	color: #2b2828;
	font-weight:400;
}

.plan_container{
	width: 100%;
	float:left;
	background-color: #fff;
	padding: 30px 0 40px 0px;
	text-align: center;
}


.plan_container p{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	color: #2b2828;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 17px;
}

.plan_container  h2{
	font-size: 50px;
	color: #25979a;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
	font-weight:600;
	line-height: normal;
}


.plan-1 {
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 46%;
	margin-right: 2%;
}


.plan-1:first-child{
	margin-left: 0px;
}


.plan-1:last-child{
	margin-right: 0px;
}


.plan_bg{
	background:url(img/plan-pt.png) left no-repeat;
	background-size: 100%;
	line-height:207px;
	text-align:center;
}


.plan_bg h3{
	font-size: 30px;
	color: #25979a;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
	font-weight:600;
	line-height: 195px;
}


.plan-1 p{
	font-size: 16px;
	text-align:center;
	margin-top: 15px;
	color: #2b2828;
	font-weight:400;
	line-height: 14px;
	margin-bottom: 17px;
	
}

.subscribe{
	text-align:center;
	padding:10px 36px;
	background-color: #25979a;
	text-decoration:none;
	color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	border: none;
}

.subscribe:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.subscr_req  blockquote{
	margin: 35px 0 20px;
}

.foote_container{
	width: 100%;
	float:left;
	text-align:center;	
	padding: 10px 0 20px 0px;
	font-size: 15px;
	color: #666666;
}

.foote_container li{
	list-style: none;
	display:inline-block;
	padding: 0px 15px 0px 15px;
	border-right: 1px #666666 solid;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 15px;
	
}


.foote_container a{
	color:#333333;
	text-decoration:	none;
}

.foote_container li:last-child{
	border-right: none;
}

.copyright{
	padding-left: 0;
	float:left;
	margin:0;
}

.ks{
	float:left;
}

.sign-up_container{
	float:left;
	background-color: #fff;
	padding: 0px 0 40px 0;
}


.sign-up_container  h1{
	font-size: 30px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:left;
	font-weight:600;
	margin-top: 0px;
	margin-bottom: 20px;
}

.form_left{
	width: 500px;
	float: left !important;
	text-align:left;
	margin-top: 30px;
}


.sign-up_container p{
	margin-bottom: 10px;
	margin-top: 10px;
}


.sign-up_container label{
	width: 80%;
	float:left;
	margin-bottom:10px;
	color: #585655;
	font-size: 17px;
}

.sign-up_container input[type="text"]{
	float:left;
	background-color: #fbfbfb;
	border: #efefef 1px solid;
	border-radius:0px;
	height:37px;
	padding-left:5px;
	padding-right:5px;
}

.need{
	color: #ff4100;
	font-style:normal;
}

.rows{
	width: 100%;
	float:left;
	/*margin-top: 10px;
	margin-bottom: 15px;*/
}


.rows select{
	float:left;
	background-color: #fbfbfb;
	border: #efefef 1px solid;
	border-radius:0px;
	height:37px;
	padding-left:5px;
	padding-right:5px;
}

.rows textarea{
	width: 90%;
	float:left;
	background-color: #fbfbfb;
	border: #efefef 1px solid;
	border-radius:0px;
	height:80px;
	padding-left:5px;
	padding-right:5px;
}


.sign-up_container input[type="submit"]{
	/*width: 93%;*/
	background-color: #f56c3d;
	height: 50px;
	border: none;
	border-radius: none;
	color: #fff;
	font-size: 23px;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
	font-weight:600;
}


.sign-up_container input[type="submit"]:hover{
	background-color:#666666;
}

.faq-contianer{
	margin-top: 50px;
}


@media (max-width: 400px) {
	.fill_row label {
		font-size: 15px;
		text-align: left;
		width: 100%;
		padding-left: 0px;
}
	
	
.fill_row {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%; 
}

.fill_row input[type="text"] {
	width: 91%;
	height: 25px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}


.fill_row input[type="password"] {
	width: 91%;
	height: 25px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

.rember label {
	width: 91%;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}

.fill_row {
	margin-top: 0px;
}

}


@media (max-width: 979px) {
.menu{
	float:right;
	/*height: 50px;*/
	line-height: 50px;
	background-color: #3cafb2;
	width: 100%;
	text-align: center;
}
	
.nav ul li{position: relative; display: flex !important;
float: none !important;}	
	
.center-menu .nav li a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.center-menu .nav li:hover {
	background-color: #000;
	color: #fff;
}
		
	
	
}


.s2member-pro-paypal-form-div input[type="email"]{
	height: 37px;
	background-color: #fbfbfb;
	border: #efefef 1px solid;
}

.your-email input[type="email"]{
	height: 37px;
	background-color: #fbfbfb;
	border: #efefef 1px solid;
}

.security-code{
	margin-top: 19px;
	width: 100%;
	float: left;
}

@media (max-width: 979px) and (min-width: 800px) {

.plan-1 {
	margin-top: 30px;
	text-align: center;
	width: 30%;
	margin-right: 0%;
}

.plan_bg h3 {
	font-size: 30px;
	color: #25979a;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-weight: 600;
	line-height: 351px !important;
}


}


@media (max-width: 779px) and (min-width: 600px) {

.plan-1 {
	margin-top: 30px;
	text-align: center;
	width: 50%;
	margin-right: 0%;
}

}

@media (max-width: 599px) {

.plan-1 {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	margin-right: 0%;
}


.plan_bg {
	background: url(img/plan-pt.png) center no-repeat;
	background-size: 85%;
	line-height: 207px;
	text-align: center;
}

}

@media (max-width: 767px) {

.plan_bg h3 {
	font-size: 30px;
	color: #25979a;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-weight: 600;
	line-height: 300px !important;
}


}

.after_lg{
	text-align: center;
}

.after_lg img{
	border-radius: 100%;
}

.log_hd {
	text-align: center;
	padding: 17px;
	font-size: 16px;
	color: #fff;
}

.acct_name{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	line-height: 26px;
}

.acct_name:hover{
	text-decoration: none;
}

.log_ontaier{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.log_out{
	padding: 5px 25px;
	text-decoration: none;
	background-color: #F5A225;
	color: #fff;
}

.log_out:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}


.ps-bg {
	/*background-color: rgb(247, 247, 247);*/
	padding-top: 0px;
	padding-bottom: 25px;
	border: 1px dashed orange;
	min-height: 305px;
}
.price-list {
	background-color: orange;
	color: #fff;
	margin-top: -10px;
	margin-bottom: 13px;
}

.pc{
	font-size: 45px;
	text-align: center;
	line-height: normal;
	color: orange;
}

.doller {
	font-weight: 400;
	font-size: 26px;
	color: rgb(136, 136, 136);
	font-style: normal;
}

.cap-lt{
	text-transform: uppercase;
}

.pd-heig{
	min-height: 92px;
}

.document_list p{
	text-align: left;
}

.sign-up_container h5{
	margin-bottom: 0px;
	color:#3cafb2;
	font-size: 16px;
}

.sign-up_container p{
	margin-top: 0px;
	margin-bottom: 20px;
}

.sign-up_container p{
	font-size: 16px;
	text-align: justify;
	margin-top: 15px;
	color: #2b2828;
	font-weight: 400;
}


.law{
	color: #000;
}


.contct_no .menu{
	float: right !important;
	background: none;
}

.contct_no .menu li{
	list-style: none;
	float: left;
	line-height: 25px;
	border-right: 1px solid rgba(128, 128, 128, 0.42); 
}


.contct_no .menu li:last-child{
	border-right: none; 
}

.contct_no .menu li a{
	color: #3cafb2;
	padding: 10px 12px;
}

.converte_container{
	 text-align:center; 
	 margin-top: 103px;
	 float: right !important;
	 padding: 0px; 
	 border: 2px solid rgb(136, 136, 136); 
	 width: 27% !important;
	 float: left;
	 height:320px; 
	 margin-right: 220px;
	 background-color: transparent
}

@media(max-width: 767px){
	.converte_container{
	 width: 100% !important;
	 margin-right: 0px;

}

}

.converte_container .inner_container{
	width: 100%; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(136, 136, 136); 
	margin: 0px; 
	padding: 13px 0px; 
	text-align: center; 
	color: rgb(0, 0, 0); 
	background-color: transparent;
}

@media(max-width:767px){
.converte_container{
	 margin-top: 20px !important; 
	 width: 100% !important; 
	 float: left;
	 background-color: transparent
}

.converte_container select {
	height: 32px;
	margin-top: 10px !important;
}

.sign-up_container h1 {
	margin-top: 0px;
}


}


.converte_container .V1mainContainer{
	width: 90% !important;
	margin-left:10px !important;
	text-align: left !important;
}

.converte_container .V1textarea{
	width: 97% !important; 
	height: 32px;
	border: 1px solid #cccccc;
	text-align: left !important;
	border-radius: 4px;
	padding: 0px 5px;
	margin-top: 7px;
}

.converte_container select {
	height: 32px;
	margin-top: 10px !important;
	width: 100% !important;
	padding: 4px 6px; 
}

.form_left{
	margin-left:0px !important
}

.links{
	text-decoration: none; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial; 
	margin-bottom: 6px; 
	color: rgb(0, 0, 0);
}

.inner_container .V1label{
	font-size: 16px !important;
	color: #3cafb2 !important;
}

.links:hover{
	text-decoration: none; 
}

/*===========================
signup styling start here

=============================*/


.cont_contaer{
	display: none;
}

.cont_contaer .sign_up_cont{
	margin: 0px; 
	padding: 0px; 
	border: 2px solid rgb(136, 136, 136); 
	width: 239px; 
	right:0px; 
	top:385px;
	height:291px; 
	background-color: transparent;
}

.cont_contaer .sign_up_cont .in_cont{
	width: 100%; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(136, 136, 136); 
	margin: 0px; 
	padding: 13px 0px; 
	text-align: center; 
	color: rgb(0, 0, 0); 
	background-color: transparent;
}


.cont_contaer .sign_up_cont .in_cont .links_in{
	text-decoration: none; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial; 
	margin-bottom: 6px; 
	color: rgb(0, 0, 0);
}

.in_cont .links_in {
	font-size: 16px !important;
	color: #3cafb2 !important;
}

.sign_up_cont .V1mainContainer {
	margin-left: 10px !important;
	text-align: left !important;
}

.sign_up_cont select {
	height: 32px;
	margin-top: 10px !important;
	width: 89% !important;
	padding: 4px 6px;
}

@media(max-width:599px){

.subscribed_container{
	margin-top: 30px;
}

.cont_contaer .sign_up_cont{
	margin: 0px; 
	padding: 0px; 
	border: 2px solid rgb(136, 136, 136); 
	width: 100%; 
	height:320px; 
	background-color: transparent;
}

.cont_contaer{
	text-decoration: none;
	display: block;
}


.right_side{
	display: none;
}


}

.right_side{
	position: fixed;
	top: 297px;
	right: 4px;
}

.right_side .sign_up_cont{
	margin: 0px; 
	padding: 0px; 
	border: 2px solid rgb(136, 136, 136); 
	width: 239px; 
	right:0px; 
	top:385px;
	height:291px; 
	background-color: transparent;
}

.right_side .in_cont{
	width: 100%; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(136, 136, 136); 
	margin: 0px; 
	padding: 13px 0px; 
	text-align: center; 
	color: rgb(0, 0, 0); 
	background-color: transparent;
}

.right_side .in_cont .links_in{
	text-decoration: none; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial; 
	margin-bottom: 6px; 
	color: rgb(0, 0, 0);
}

.right_side .links_in {
	font-size: 16px !important;
	color: #3cafb2 !important;
}

.right_side .V1mainContainer {
	margin-left: 10px !important;
	text-align: left !important;
}

.right_side .V1textarea, .cont_contaer .V1textarea{
	text-align: left;
}

.right_side select {
	height: 32px;
	margin-top: 10px !important;
	width: 88% !important;
	padding: 4px 6px;
}

/*user subscription detail page css style here
==============================================
==============================================
*/

.user_container{
	text-decoration: none;
	float: left;
	background-color: #fff;
	padding: 0px 0 40px 0;
}

.user_container h2 {
	font-size: 50px;
	color: #25979a;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-weight: 600;
	line-height: normal;
}

.user_container .tabl_hd{
	background-color:#f5f5f5;
	border-top: 2px solid #3cafb2;
}

.tabl_hd .border_right{
	border-right:1px solid #3cafb2;
	padding:10px 0 10px 0px;
}

.border_right:last-child{
	border-right: 0;
}

.border_right h4{
	color: #3cafb2;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	line-height: normal;
	margin:0;
	text-align: left;
	padding-left:30px;
	text-transform: uppercase;
}

.subscription_bg{
	float: left;
	margin-top: 10px;
	background-color:#f5f5f5;
	padding: 0px 0px;
}


.subscription_bg p{
	padding: 5px 30px;
	margin: 0;
}

@media(max-width: 767px){
	.border_right{
		width: 50% !important;
		float:left !important;
	}
	
	
	.border_right h4{
		font-size: 21px;
		padding-left: 20px;
	}

	.subscription_bg p{
		padding-left: 20px;
	}
	
	
}


@media(max-width: 967px){
	.nav ul li ul.sub-menu {
		width: 100%;
	}

	
	.nav ul li:hover>ul {
		display: flex;
	}
	
	
	.nav ul li:hover>ul li{
		width: 100% !important;

	}

}


	div.subscription_bg {overflow:hidden;}

	div.subscription_bg>div{
       float:left; 
		 padding-bottom:2000px; 
		 margin-bottom:-2000px;
		 padding-top: 10px;
	}

.bd_rt{
	border-right: 1px solid #3cafb2;
	float:left;
}

a.scrollup-tab {
	zIndex: 9999999;
	bottom: -10px;
	width: 62px;
	height:  48px;
	color: #fff;
	padding: 10px 5px;
	background-color: #3cafb2 !important;
	background: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}

a.scrollup-tab:hover{
	text-decoration: none;
}

.contct_no ul{
	text-align: right;
	float: right;
}

.contct_no ul li{
	list-style: none;
	float: left;
	padding: 0 4px 0 6px;
	border-right: 1px solid rgba(128, 128, 128, 0.42);
	font-size: 21px;
	color: #3cafb2;
}

.contct_no ul li:last-child{
	border-right: 0;
}

@media(max-width: 480px){
	.contct_no ul {
		text-align: center;
		float: none;
		line-height: 32px;
		margin-left:0;
}

.contct_no ul li {
		display: inline-block;
		float: none;
}

}

.desiged_by{
	text-align: right;
	font-size: 14px;
}

.instruction{
	margin-top: 75px;
}

.our_plan{
	color: rgb(255, 91, 39);
}

.or_pl {
margin-left: 10px;
font-size: 15px;
font-weight: 600;
}

.plan-1 label {
	display: -webkit-inline-box;
	margin-bottom: 5px;
	font-size: 18px;
	color: #03BEC5;
}

.form{
	text-align: center;
}

