body{
	font-family: 'montserrat_regular', Sans-Serif;
	color: #5c5c5c;
}

h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}


.transition{
    transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
    -wenkit-transition: all 0.3s ease-in-out !important;
}

.grey_bg{
   background: #f7f7f7;
}

.grey-section{
	background: #f3f6f7;
}


.white_bg{
	background:#fff;
}

.resp_img{
	width: 100%;
}

.btn_green{
	background: #29B57E;
		border:none;
	   box-shadow: none !important;
	    color: #fff !important;
	    text-shadow: none !important;
}

.btn_green:hover, .btn_green:active, .btn_green:focus{
	background: #1fa36f;
	border:none;
	   box-shadow: none !important;
	   	   color: #fff !important;
}

.btn_blue{
	background: #4c8bd6;
}
.btn_blue:hover, .btn_blue:active, .btn_blue:focus{
	background: #437ec5;
	border:none;
	   box-shadow: none !important;
	   color: #fff !important;
}

.btn_large{
border-radius: 4px;
color: white;
padding: 12px 32px;
text-align: center;
font-size: 14px;
text-transform: uppercase;
border:none !important; 
box-shadow: none !important;


}



.btn_medium{
border-radius: 3px;
color: white;
padding: 8px 20px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
border:none !important; 
box-shadow: none !important;

}

.btn-outline{
	border:solid 1px #4c8bd6 !important;
	background: #fff !important;
color:#4c8bd6 !important;
}

 
	.btn-outline:hover, .btn-outline:active, .btn-outline:focus{
color:#fff !important;
background: #4c8bd6 !important;

}

#header header{
}


.navbar-inverse{
	background: transparent;
	border-bottom: none !important;
}

#navbar{
	font-size: 12px;
	font-family: 'montserrat_light', Sans-Serif;
}



#navbar .btn{
    margin: 7px 5px 5px 5px;
}


.navbar-fixed-top{
	position:relative;
	top:-40px;
	 
}

.navbar-fixed-top.fixed{
	position: fixed;
	margin-top: 0px;
    padding-top: 3px !important;
    padding-bottom: 0 !important;
}

#pushcrew_navbar.notfixed{
	top:-40px !important; 
}


.navbar-brand img{
	margin-top: -7px;
} 



.navbar {
    padding-top: 10px;
    padding-bottom: 10px;

}

.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	opacity: 0.6;
	 transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
    -wenkit-transition: all 0.3s ease-in-out !important;
}
#navbar a:hover{
	opacity: 1;
}

.navbar-inverse.fixed{
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.navbar-inverse.fixed .navbar-nav>li>a{
	color: #000;
}


#navbar.in, #navbar.collapsing{
		float: none !important;
}



 
#navbar.in .navbar-nav>li>a, #navbar.collapsing .navbar-nav>li>a{
	color: #000;
} 

.navbar-inverse .navbar-collapse{
	    border-color: #e7e7e7;

}

#header{
	background: url(../images/header_bg.png) no-repeat 0px 0px;
	background-size:cover;
	 
}
#home_hero{
	margin-top: 0px;
}



section{
	padding-top: 40px;
    padding-bottom: 40px;
}


#home_hero{}


#home_hero h1{
	color: #fff;
	font-size: 33px;
	line-height: 48px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'montserrat_regular', Sans-Serif;
}

#home_hero h1 span{
	color:#72deff;
}

#home_hero p{
	color: #bbccde;
	font-size: 16px;
	margin-bottom: 25px;
	font-family: 'montserrat_light', Sans-Serif;
	font-weight: 500;
}


#customer{
	padding:0px; 
}

#customer .container{
	background: #f5f7f8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding-top: 40px;
    padding-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	overflow: hidden;

}
 


.customer_logo{
	
	margin-bottom: 25px;
}

.customer_logo{
	position: relative;
	 
}

.customer_logo img{
	width: 190px;
	box-shadow: -3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: -3px 3px 0px rgba(0,0,0,0.1);
    position: absolute; 
    opacity: 0; 
    transition: all 0.5s linear;
    
}

 .customer_logo img.show{opacity: 1;}

#why h3{
	font-family: 'montserrat_regular',Sans-Serif;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
}

#why p{
	font-size: 14px;
	font-weight: 100;
	line-height: 25px;
	font-family: 'montserrat_light', Sans-Serif;
}

#why img{
	height: 45px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 8px;
}

#why .single_box{
	padding-right: 40px;

}

.single_for a{
	display: block;
	text-decoration: none;
}

 
.single_for:hover h3{
	color: #4691d0;
}

.single_for img{
	max-height:66px;
}

.single_for h3{
	font-size: 12px;
	color: #7c7c7c;
	text-decoration:none;
	margin:20px auto 20px auto;
	font-family: 'montserrat_light', Sans-Serif;
	 
}


.home-title{
	font-size: 26px;
	margin-bottom:50px;
	color: #5c5c5c;
	font-family: 'montserrat_semiBold', Sans-Serif;
	line-height: 33px;
	 
}

.carousel-control{
	width: auto;
	opacity: 1;
}

.carousel-control.left{
	background: transparent;
	left: -5%;
	top:50%;
	margin-top: -25px;
}

.carousel-control.right{
	background: transparent;
	right: -5%;
		top:50%;
	margin-top: -25px;
}

.home_carousel{
	padding-top: 75px;
}

.home_carousel h3, .heading_medium{
	font-size: 18px;
	margin-bottom: 20px;
	color: #5c5c5c;
	font-family: 'montserrat_regular', Sans-Serif;
	line-height: 28px;
}

.home_carousel p, .text{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #5c5c5c;
	font-family: 'montserrat_light', Sans-Serif;
}

#home_section #myCarousel .item img{
	width: 100%;
	height:auto;
}

.carousel-indicators li{
	background: #d7dee0;
}
.carousel-indicators li.active{
	background: #86bdff;
	width: 10px;
	height: 10px;
	margin:1px; 
}

.carousel-indicators{
	left: 24%;
	bottom: 45px;
	margin-left: 0;
}

#workson .btn_large{
  margin-top: 20px;
}


#footer{
	background:#33435c;
	font-size: 13px;
	padding-top: 30px;
	font-family: 'montserrat_light';
}

#footer h4{
	color:#98a5b8;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 15px;
}

#footer ul{
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
}

#footer ul li{
	line-height: 30px;
	color: #f4fbff;
	}

	#footer ul li a{
	color: #f4fbff;
	text-decoration:none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
    -wenkit-transition: all 0.1s ease-in-out;
 	}

	#footer ul li a:hover{
		color: 	#4691d0;
	}

.footer-social{
	text-align: right;
	float: right;
	min-width: 120px;
}

	.footer-social ul{

	}
	.footer-social ul li a{
		display: inline-block;
		float: left;
		background: #f7f7f7;
		width: 30px;
		height: 30px;
		max-height: 30px;
		line-height: 33px;
		text-align: center;
		transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
    -wenkit-transition: all 0.3s ease-in-out !important;
    border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
color: #333;
margin-right: 15px;
	}

.footer-social ul li a.facebook{
	background:#47669d;
}
.footer-social ul li a.twitter{
	background:#2e8fbc;
}
.footer-social ul li a.linked{
	background:#176b97;
}

.footer-social ul li i{
	font-size: 1.2em;
}

	.footer-social ul li:last-child a{
		margin-right: 0px;
	}
	.footer-social ul li a:hover{
		background: #4691d0;
		color: #fff !important;
	}

	.footer_logo{
		clear: both;
	}


.copyright{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:solid 1px #42526b;
	color: #bdcada;
}
.copyright a{
	color: #5479a5;
}
 a.white{
	color: #bdcada;
}
.foot_con a{
	color: #f4fbff;
}

.foot_con i{
	margin-right: 5px;

}

.font_small{
	font-size: 11px;
	font-family: 'montserrat_light', Sans-Serif;
	color: #fff;
	opacity: 0.6;

}

.p_input{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border:solid 1px #547390;
	background: none;
	width: 75%;
	float: left;
	min-height: 38px;
	color: #bdcada;
	font-family: 'montserrat_light', Sans-Serif;
	font-size: 12px;
}


.subscribe ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bdcada;

}
.subscribe ::-moz-placeholder { /* Firefox 19+ */
  	color: #bdcada;

}
.subscribe :-ms-input-placeholder { /* IE 10+ */
  	color: #bdcada;

}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color: #bdcada;

}

.p_submit{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border:solid 1px #547390;
	background: none;
	color:#547390;
	width: 	15%;
	float: left;
	position: relative;
	left: -1px;
	line-height: 8px;
	font-size: 1.8em;
	min-height: 38px;
	min-width: 31px;
}

.p_submit i{
	margin-top: -2px;
}

.p_submit:hover + .p_submit, .p_submit:hover{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


/*features page starts here*/

.featurebody #home_hero{
	margin-top:-40px;
	padding-bottom: 0px;
	padding-top: 0px;
}

			
	.single_feature{
		clear: both;
		overflow: hidden;
	}		
	.single_feature h2{
	font-family: 'montserrat_regular', Sans-Serif;
	font-size: 23px;
	margin-bottom:20px;
	line-height: 31px;
	}

	.single_feature img{
		
		/*max-height: 300px;*/
		 
	}

	.single_feature p{
		font-size: 15px;
		font-family: 'montserrat_light', Sans-Serif;
		line-height: 28px;

	}		

/*.single_feature:nth-of-type(even) img{
	text-align: right;

}*/

.bigcta{
	padding: 25px 0px;
	font-size: 24px;
	font-family: 'montserrat_regular', Sans-Serif;
}
.bigcta .btn{
	/*margin-left: 20px;*/

}

.feature_text{
	min-height: 150px;
}
.feature_img{
	min-height: 200px;
}

/*features page ends here*/

.font15{
	font-size: 15px !important;
}

.seo_ul li{
	list-style: none;
	line-height: 28px;
	padding-left: 1.3em; 
	text-indent: -1.3em;
}

.seo_ul li:before{
	content:"•";
	padding-right: 20px;
	display: block;
	float: left;
}

.seo_why img{
	max-height: 30px;
	width: auto !important; 
	margin-bottom: 0px !important;
	margin-top: -2px !important;
	margin-right: 15px !important;

}

.font_light{
	font-family: 'montserrat_light', Sans-Serif;
}

.seo1 .resp_img{
	max-width: 450px !important;

}

.seo_1con{
	width: 450px;
	margin:0 auto; 
}
 

.infotext{
	font-size: 18px;
font-family: 'montserrat_regular', Sans-Serif;
margin-top: 5px;
margin-bottom: 5px;
}

.single_case{
	background:#fff;
	border: solid 1px #e6e6e6;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.case_share{
	 
	cursor: pointer;
	position: relative;
	 
}

.case_share_icon{
	margin:10px 0px; 
	float: right;

}


.case_share ul{
 display: none;
 float: right;
 position: absolute;
 z-index: 999999;
 right: -5px;
 top: -2px;
 width: 180px;
}

.case_share ul li{
	list-style: none;
	float: right;
}
.case_share ul li a{
	display: block;
	float: left;
	background: #fff;
	border-radius: 100%;
	border:solid 1px #d4d4d4;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	line-height: 30px;
	text-align: center;

}

.case_share ul li a.facebook{
	color: #47669d;
}
.case_share ul li a.twitter{
	color: #2e8fbc;
}
.case_share ul li a.envelope{
	color: #d8684a;
}
.case_share ul li a.linked{
	color: #176b97;
}


.single_case .case_img{
	text-align: center;
	height: 40px;
	overflow: hidden;
	padding: 2px 0px 0px 0px;
	margin-top: 00px;
	margin-bottom: 20px;
	clear: both;
}

.single_case .case_img img{
	 
}

.case_desc{
	font-size: 18px;
	color: #adadad;
	line-height: 28px;
	text-align: center;
	padding: 00px 10px 20px 10px;
	height: 115px;
	margin-bottom:20px;
}

.case_view a{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-family: 'montserrat_semiBold', Sans-Serif;
	padding:15px 0px;
	border-top: solid 1px #e6e6e6;
	margin-left: -15px;
	margin-right: -15px;
	text-transform: uppercase;
	display: block;
	  transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
    -wenkit-transition: all 0.3s ease-in-out !important;
    color: #4691d0;
    text-decoration: none;

}

.case_view a:hover{
	background: #f3f3f3;

}

.pt-2{
	padding-top: 3px !important;
}

#home_hero.case_details h1{
	font-size:35px !important;
	font-weight:600 ;
	font-family: 'montserrat_regular', Sans-Serif; 
}

#home_hero.case_details p{
	font-size:30px !important; 
	color: #fff !important;
	font-family: 'montserrat_regular', Sans-Serif !important;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}


.case_details_number{
	background: rgba(256,256,256,0.3);
	width: 60%;
	margin:0 auto;
	overflow: hidden;
	padding:; 
}

.case_details_number_two{
	width: 40%;
}

#home_hero.case_details .single_number{
 	border-right: solid 1px rgba(256,256,256,0.3);
 	margin: 15px 0px;
 	padding: 0px;
 }

#home_hero.case_details .single_number:last-of-type{
border-right:0px;
}

 #home_hero.case_details .single_number h5{
 	color: #f3f3f3;
 	font-size: 14px;
 	font-family: 'montserrat_regular', Sans-Serif !important;
 	margin-top: 15px;
 }

 #home_hero.case_details .single_number p{
  	color: #ede6ae !important;
  	 font-size: 17px;
 	font-family: 'montserrat_semibold', Sans-Serif !important;
 	display: block;
 	margin-top: 10px;
 	 	margin-bottom: 0px;

  }
 

.sidebar .widget h6.title{
	font-size: 18px;
	color: #545454;
	margin-bottom: 15px;
}

.sidebar .widget .subtitle{
	color: #9d9d9d;
	font-size: 14px;
}


.widget{
    border:solid 1px #d5e1e5;
	background:#fbfbfb;
	margin:0px;
	padding: 20px; 
	margin-bottom: 20px;
}



.sidebar .widget .marker{
	font-size: 13px;
	color: #1081e0;
}

.sidebar .widget .marker i{
	margin-right: 5px;
}

.widget ul{
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-family: 'montserrat_light', Sans-Serif;
	margin-bottom:25px;
}

.widget ul:last-of-type{
	margin-bottom:0px;
}



.widget li{
	list-style: none;
	line-height: 28px;
	padding-left: 1.3em; 
	text-indent: -1.3em;
	font-size: 13px;
}

.widget li strong{
	font-weight: bold;
	font-family: 'montserrat_semibold', Sans-Serif;
	}

.widget li:before{
	content:"•";
	padding-right: 17px;
	display: block;
	float: left;
}

.case_content{
	padding-top: 0px;
}

.quote{
	padding: 25px;
	background: #f8f8f8;
	position: relative;
	margin-bottom: 20px;


}

.quote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: #d8d8d8 #fff;
}

.quote p{
		font-family: 'montserrat_regular', Sans-Serif !important;
		font-size: 20px !important;
		color: #5c9ede !important;
		line-height: 32px !important;
		    font-weight: normal;
}

.quote_author{
	font-size: 14px;
	font-family: 'montserrat_regular', Sans-Serif;
	color: #8fc4eb;
	text-align: right;    font-weight: normal;

}

.breadcrumb{
	text-transform: uppercase;
		padding: 30px 20px 0px 20px;
	background: #fff;
	margin-bottom: 0px;
}

.breadcrumb a{
	color: #545454;
	padding-left: 15px;
	}
.breadcrumb a:hover{
   color: #5c9ede;
   text-decoration: none;
}

.case_content{
	position: relative;
}

.floating_social{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;

}

.case_content .single_cse_con h2{
	font-size: 19px;
	font-family: 'montserrat_regular', Sans-Serif;
	margin-bottom: 20px;
	margin-top: 35px;
	clear: both;
	line-height: 30px;
}

.case_content .single_cse_con p{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	line-height: 30px;
	margin-bottom: 15px;
	color: #777 !important;
	    font-weight: normal;
	}


.case_content .single_cse_con .seo_ul{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	margin-top: 5px;
}

.case_content .single_cse_con .seo_ul li{
	line-height: 35px;
}


.case_content .single_cse_con .btn-outline{
	margin-top:10px; 
	margin-bottom:10px;
}

.case_content .single_cse_con .img_cont{
	margin-bottom: 40px;
	margin-top: 40px;
}

.case_content .single_cse_con .img_desc{
	font-size: 13px;
		font-family: 'montserrat_light', Sans-Serif;
		margin-top: 5px;

}

.case_content .single_cse_con b{
	color: #5c9ede;
}
.case_content .single_cse_con b, .case_content .single_cse_con strong{
	font-family: 'montserrat_semibold', Sans-Serif;
}

.case_navigator {
	border-top: solid 1px #e6e6e6;
	padding-top: 35px;
	margin-top: 35px;
	clear: both;
	display: block;
}

.case_navigator .nav_text{
	margin-bottom: 5px;

}

.case_navigator h5 a{
	line-height: 27px;
	color: #5c9ede;
	padding-right: 20px;
	display: block; 

}



.floating_social ul{
 float: right;
 position: absolute;
 z-index: 999999;
 right: 40px;
 top: 0px;

}

.floating_social ul{
	float: left;
}

.floating_social ul li{
	list-style: none;
	float: right;
}

.floating_social ul li a i{
	font-size: 1.5em;
}

.floating_social ul li a{
	display: block;
	float: none;
	background: #fff;
	border-radius: 100%;
	border:solid 1px #d4d4d4;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 15px;
	  transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
    -wenkit-transition: all 0.3s ease-in-out !important;

}

.floating_social ul li a.facebook{
	color: #47669d;
}
.floating_social ul li a.twitter{
	color: #2e8fbc;
}
.floating_social ul li a.envelope{
	color: #d8684a;
}
.floating_social ul li a.linked{
	color: #176b97;
}

.floating_social ul li a.facebook:hover{
	color: #fff;
	background:#47669d; 
}
.floating_social ul li a.twitter:hover{
	color: #fff;
		background:#2e8fbc; 
}
.floating_social ul li a.envelope:hover{
	color: #fff;
		background:#d8684a; 
}
.floating_social ul li a.linked:hover{
	color: #fff;
		background:#176b97; 
}

.why_push_text ul{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 35px !important;
}

.why_push_text h2{
	margin-bottom: 20px !important;
	margin-top: 35px !important;

}

.why_push_text  p{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	line-height: 32px;
	margin-bottom: 0px !important;
	color: #5c5c5c !important;
	    font-weight: normal;
	}


.contact #header{
	background:#f7f7f7  !important;
}

.contact  .navbar-inverse .navbar-nav>li>a{
color: #000 !important;
}
 
.contact .navbar-fixed-top {
	position: fixed; 
     top: 0px;
     box-shadow:0px 1px 5px rgba(0,0,0,0.2); 
         background: #fff;
}

.contact_section{
	margin-top: -10px;
}

.conformcont{

	 
	padding-top: 80px;
	padding-bottom: 80px;
}

.conformlogocont{
	background: #f8f8f8;
	padding-top: 80px;
	text-align:center;
	padding-bottom: 80px;

}

.con_head{
	font-size: 22px;
	font-family: 'montserrat_regular', Sans-Serif;
	margin-bottom: 30px;
}

.con_head span{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	margin-top: 5px;
	display: block;
	color: #a1a1a1;
}


#contact_us_form input, #contact_us_form textarea, #contact_us_form select{
	box-shadow: none !important;
	height: 44px;
	margin-bottom: 10px;
	border:solid 1px #e2e2e2;
	padding: 20px 15px;
	font-family: 'montserrat_light', Sans-Serif;
}

#contact_us_form textarea{
	height: 100px;
		padding: 10px 15px;
}

#contact_us_form input:active, #contact_us_form input:focus, #contact_us_form textarea:active, #contact_us_form textarea:focus{
	box-shadow: none !important;
	border:solid 1px #4c8bd6;	
}

#contact_us_form .btn_large{
	width: 100%;
}

.con_smal{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	color: #6c6c6c;
	margin-top: 30px;
}
.con_smal a{
	color: #5baec0;
}

.captcha{
	border:solid 1px #e2e2e2;
	height: 42px;
	margin-right: 15px;
	border-radius: 4px;
}

.input-small{
	width: 63.0%;

}

#contact_us_form .checkbox label span{
	line-height: 52px;
	margin-left: 10px;
	font-weight: normal;
		font-family: 'montserrat_light', Sans-Serif;
		color: #999;
}

#contact_us_form .checkbox input[type="checkbox"]{
border: solid 1px #e2e2e2;
}

.conformlogocont .con_head{
	color: #5daee6;
} 

.con_testi p{
	color: #5daee6;
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	line-height: 25px;
}
.con_testi .test_auth{
	color: #5daee6;
	font-size: 15px;
	font-family: 'montserrat_regular', Sans-Serif;
}

.signup_section{
	background: #f7f7f7;
	margin-top: 0px;
}

.signup_section .conformcont {
	padding-top: 10px;
	padding-bottom: 40px;
	
}
.sign_white{
	 
	    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 30px;
	padding-bottom: 30px;
}

.signup_section .conformcont .row input{
	margin-bottom: 0px !important;

}

.signup_section .conformcont select{
	margin-bottom: 0px !important;
	width: 100%;
	border-radius: 4px;
	color: #333;
	height: auto !important;
	padding:12px  15px !important ;
}

.selectsmall{
	 
    width: 25%;
    
    padding-right: 0px;
}

.signup_section .conformcont select.small{
	border-right:0px ;
	border-radius:4px 0px 0px 4px !important ;
	padding-right: 20px !important;

}

.sign_web {
	margin-right: -15px;
	padding-left: 0px;
}

.sign_web input{
	border-radius:0px 4px 4px 0px !important ;
}

.signlogos{
	padding: 15px;
}

.signtitle{
	font-size: 20px;
	font-family: 'montserrat_regular', Sans-Serif;
	margin-bottom: 5px;
	color: #5daee6;
	border-right: solid 1px #d7d7d7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.signlogos img{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;

}

.sign_testi .signimg{
		margin-top: 5px;
}

.sign_testi p,.sign_testi .test_auth{
	padding-left: 15px;
}




.price_box{
	border:solid 1px #d9e1e3;
	padding: 30px 20px;
	background: #fbfbfb;
	min-height: 710px;
	position: relative;
}
.price_box.premium{
	border:solid 2px #44accc;
	margin-top: -15px;
	margin-bottom: -15px;
	background: #ffffff;
	min-height: 745px;	
}

.price_title{
	font-size: 24px;
	font-family: 'montserrat_semibold', Sans-Serif;
	height: 30px;
	font-weight: 500;
	text-align: center;

}  

.price_img{
	text-align: center;
	margin-top: 40px;
	height: 120px;
}

.price_box.premium .price_img{
	height: 135px;


}

.price_price {
		font-size: 30px;
	font-family: 'montserrat_semibold', Sans-Serif;
	color: #6898c9;
	text-align: center;
	margin-top: 20px;

}
.price_price span.subt, span.subt{
	font-size: 14px;
	font-family: 'montserrat_regular', Sans-Serif;
	color: #b1b1b1;
	display: block;
	font-weight: normal;
	text-align:center;
}

.price_ul{
	 font-family: 'montserrat_semibold', Sans-Serif;
	 margin-top: 30px;
	 text-align:center; 

}

.price_ul ul {
	 list-style-type: circle;
	 color: #6898c9;
	 font-size: 20px;
	 font-family: 'montserrat_light', Sans-Serif;
	  text-align:left;
}

.price_ul ul li span{
	 color: #5c5c5c;
	 font-size: 12.5px;
}

.al_pri{
	line-height: 35px;
}

 .price_but{
 	position: absolute;
	bottom: 20px;
	left: 40%;
	 margin-left: -55px;
}

.price_but.free{
		 margin-left: -70px;

}


.faqtitle{
	 font-size: 26px;
	font-family: 'montserrat_semibold', Sans-Serif;
	text-align:center;
	margin-bottom: 50px;
	margin-top: 10px;
}

 

.faq ul li .ques{
	font-size: 14px;
	font-family: 'montserrat_regular', Sans-Serif;
	margin-bottom: 20px;
	line-height: 25px;
	padding-right: 50px;
}
.faq ul li .ans{
	font-size: 14px;
	font-family: 'montserrat_light', Sans-Serif;
	margin-bottom: 20px;
	line-height: 23px;
	padding-right: 50px;
	 
}

.faq ul li.nobullet{
	list-style: none !important;
}


.pslider{
	margin-top: 40px;
}

p.odometer{
	margin-bottom: 0px !important;
}