
/****** Fixed Footer *******/


.wrap{
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.center-text{
	text-align: center;
}

.promo_footer{
	display: block;
	width: 100%;
	margin: 0;
	position: fixed;
	left: 0;
	bottom: 0%;
	background: #536676;
	z-index: 1000;
}

.promo_footer .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	padding: 0 35px;
	margin: 0 auto;
}

.promo_footer .left{
	display: none;
}

.promo_footer .right > img{
	margin-right: 20px;
}

.promo_footer a.btn{
	background: #6cbb37;
	color: #FFF;
	margin: 10px 0 10px 10px;
}

@media only screen and (max-width: 849px) {

	
	.promo_footer .wrap{
		padding: 0 15px;
	}
	
	.promo_footer .right{
		float: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		   -moz-flex-direction: row;
			-ms-flex-direction: row;
			 -o-flex-direction: row;
				flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	
	.promo_footer .right > img{
		width: 35vw;
		max-width: 145px;
		padding: 10px 0;
    	display: block;
		margin-right: 5px;
	}
	
	.promo_footer a.btn{
		font-size: 12px !important;
		padding: 8px 5vw;
	}
}


@media only screen and (min-width: 850px) {

	.promo_footer .right{
		float: none;
		display: block;
	}
	.promo_footer .left{
		display: block;
	}
	
	.promo_footer h2{
		color: #FFFFFF;
		margin: 0;
    	padding: 25px 0;
		font-size: 20px;
	}
	
	.promo_footer a.btn{
    	margin: 15px 0;
	}
	
	.promo_footer a.btn:hover{
		background: #73c63c;
	}

}


@media only screen and (min-width: 1050px) {
	
	.promo_footer .wrap{
		padding: 0 15px;
	}
	
	.promo_footer h2{
		font-size: 24px;
	}
	
	.promo_footer a.btn{
		font-size: 17px !important;
	}
	
}





/****   Quickbooks Desktop Access Page & Thank you page   ****/

.cover_body{
	background: #38424c url(../img/bkgd_full_dark.jpg) no-repeat center center;
    background-size: cover;
	min-height: 100%;
    min-height: calc(100vh - 70px);
    width: 100%;
    padding-top: 15px;
	padding-bottom: 40px;
}

	
.page_center{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.top_feature{
	text-align: center;
	margin: 0 auto;
	padding: 30px 20px;
}

.bluebox{
    color: #FFF;
    background: #44aee3;
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
	letter-spacing: 1px;
}

.quickbooksAndInvoice{
    display: block;
    margin: 20px auto;
    text-align: center;
	width: 100%;
    max-width: 500px;
}

.cover_body h1{
    color: #FFF;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -1px;
}
.cover_body h2{
    color: #FFF;
}

.white_box{
	padding: 20px;
	background: #ffffff;
	border-radius: 4px;
}

.white_box h2{
    color: #263340;
    letter-spacing: 0.5px;
    font-size: 27px;
}

.message_and_form .left-section{
	margin: 0 0 30px;
}

.right-section form{
	margin-top: 20px;
}
.right-section .btn{
	color: #FFF;
    background: #67ba2f;
    padding: 12px;
    font-size: 17px !important;
}

.right-section .btn:hover{
	background: #73c63c;
}

.arrowContainer .greenArrow{
	display: none;
}


.thankYouPage{
	max-width: 880px;
}
.thankYouPage h1{
    font-weight: 300;
	font-size: 30px;
	margin-top: 30px;
}
.thankYouPage .big_checkmark{
	width: 100px;
}
.thankYouPage h3{
    font-weight: 400;
    margin-top: 15px;
    color: #FFF;
}

@media only screen and (min-width: 850px) {
	.top_feature{
		padding: 40px 20px;
	}
	
	.quickbooksAndInvoice{
		display: block;
		margin: 20px auto;
		text-align: center;
		max-width: none;
		width: auto;
	}
	
	.message_and_form{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
    	padding: 0 20px;
	}
	.message_and_form .left-section,
	.message_and_form .right-section{
		width: 48%;
		margin: 20px 0;
	}
	
	.message_and_form h1{
		font-size: 45px;
	}
	
	.white_box{
		padding: 40px;
	}
	
	.arrowContainer{
		display: block;
    	position: relative;
	}
	
	.arrowContainer .greenArrow{
		display: block;
		position: absolute;
		width: 130px;
		height: 161px;
		background-image: url(/img/green-arrow-form.png);
		bottom: -13px;
		left: -140px;
		background-repeat: no-repeat;
	}
	
	
	.thankYouPage h1{
		font-size: 40px;
	}
	
	.thankYouPage .big_checkmark{
		width: auto;
		margin-bottom: 10px;
	}

} 








/******* FORM STYLING ********/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
	display: block;
	height: 45px;
	line-height: 1em;
	padding: 0 20px;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 1em;
	color: #38414c;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #f5f5f5;
	width: 100%;
	background-color: #f5f5f5;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: ;
	transition: ;
}

input:focus[type="text"],
input:active[type="text"],
input:focus[type="password"],
input:active[type="password"],
input:focus[type="datetime-local"],
input:active[type="datetime-local"],
input:focus[type="date"],
input:active[type="date"],
input:focus[type="month"],
input:active[type="month"],
input:focus[type="time"],
input:active[type="time"],
input:focus[type="week"],
input:active[type="week"],
input:focus[type="number"],
input:active[type="number"],
input:focus[type="email"],
input:active[type="email"],
input:focus[type="url"],
input:active[type="url"],
input:focus[type="search"],
input:active[type="search"],
input:focus[type="tel"],
input:active[type="tel"],
input:focus[type="color"],
input:active[type="color"],
select:focus,
select:active,
textarea:focus,
textarea:active{
	outline: none; 
	border-color: #36404b;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5f7080;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5f7080;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5f7080;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5f7080;
  font-weight: 400;
}








/************  Brand Resources Page  ************/

.hero.hero-subscriptions.hero-text-only{
	background: rgba(0, 0, 0, 0) url(../img/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding-bottom: 10px;
    padding-top: 10px;
}


.innerContent{
	padding: 80px 0;
}

.simple_section{
	   padding-top: 40px;
	padding-bottom: 40px;
}

.asset_block{
	margin-top: 30px;
}

.brand_asset{
	margin-bottom: 20px;
	display: block;
	border: 1px solid #cfcfcf;
    border-radius: 3px;
    overflow: hidden;
	
	 -webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		 -ms-transition: all 0.15s ease-in-out;
		  -o-transition: all 0.15s ease-in-out;
			 transition: all 0.15s ease-in-out;
}
.brand_asset:hover{
	border-color: #44AFE1;
	-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
			transform: translateY(-2px);
}

.p2{
	color: #7a7a7a;
	font-size: 14px;
	margin-bottom: 10px;
}

a.btn_outline {
    display: inline-block;
    border: 1px solid #7c8d9d;
    padding: 4px 35px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    color: #7c8d9d;
	 -webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		 -ms-transition: all 0.15s ease-in-out;
		  -o-transition: all 0.15s ease-in-out;
			 transition: all 0.15s ease-in-out;
}

a.btn_outline:hover{
	border-color:  #44AFE1;
	color: #44AFE1;
}

.color_pallet{
	margin-top: 30px;
}
.colorSpot{
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
	color: #FFFFFF;
    padding-top: 41px;
    font-weight: 500;
}
.colorSpot.darkText{
	color: #536676;
}





/********************/
img {
	max-width:100%;
	height:auto;
}

.hero-heading {

    color: #4c637b;

    font-size: 54px;

    font-weight: 300;

    line-height: 60px;

	margin-bottom: 25px;

}

.hero-heading > span {

    background: rgba(0, 0, 0, 0) url("../img/cashflow_underline.png") no-repeat scroll center bottom;

    padding-bottom: 5px;

}

.hero .hero-text p {

    color: #4c637b;

}

.btn-primary-3d {

    background: #6cbb37 none repeat scroll 0 0;

    box-shadow: 0 5px 0.2px #508c27;

    color: #fff;

    font-size: 18px !important;

    padding: 15px 50px !important;

	margin-bottom: 10px;

}

.btn-primary-3d:active, .btn-primary-3d:focus, .btn-primary-3d:hover {
    transform: translate(0px, 4px);
		box-shadow: 0 0px 0px #6cbb37;
		color:#fff;
}

.hero_section_main_img {
    margin-top: 30px;
		position: relative;
}

.computerVideo {
		cursor: pointer;
    position: absolute;
    width: 63%;
    height: 67%;
    left: 50%;
    transform: translateX(-50%);
    top: 13.5%;
    max-width: 620px;
		opacity: 0.9;
		background-image: url('../img/btn-play-video.png');
		background-repeat: no-repeat;
		background-size: 120px auto;
		background-position: center;
	
	-webkit-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}
.computerVideo:hover{
		opacity: 1;
		background-size: 130px auto;
}

.star_above_text {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 15px;
}

.star_below_text {

  color: #a4a4a3;

  font-size: 17px;

  font-weight: 300;

  margin: 5px 0 20px;

}

.star_above_text .star_above_text_inner > span {

  display: block;

}
html {
    background: transparent !important;
}
.star_above_text_inner {

    display: inline-block;

    position: relative;

}
.footer-copy > a {
    color: #8998a6;
    text-decoration: underline;
}

.star_above_text_inner::before {

  background: rgba(0, 0, 0, 0) url("../img/leaf-left.png") no-repeat scroll center top;

  content: "";

  display: inline-block;

  height: 80px;

  left: -42px;

  position: absolute;

  top: -22px;

  width: 37px;

}

.star_above_text_inner::after {

  background: rgba(0, 0, 0, 0) url("../img/leaf-right.png") no-repeat scroll center top;

  content: "";

  display: inline-block;

  height: 80px;

  right: -42px;

  position: absolute;

  top: -22px;

  width: 37px;

}









.home_section_1 {

    padding: 40px 0 90px;

}

.home_section_1 .step_text {

  color: #556e86;

  font-size: 20px;

  font-weight: 300;

  line-height: 28px;

}

.home_section_1 .step_one .step_box_wrapper, .home_section_1 .step_four .step_box_wrapper {

  background: #f8f8f8 none repeat scroll 0 0;

}

.home_section_1 .step_two .step_box_wrapper, .home_section_1 .step_three .step_box_wrapper {

  background: #f4f9fd none repeat scroll 0 0;

}

.home_section_1 .step_box_wrapper {

  display: table;

  height: 280px;

  max-height: 100%;

  margin: 0 6px;

  position: relative;

  border-radius: 10px;

  padding:20px 40px;

}

.home_section_1 .box_inner_wrapper {

  display: table-cell;

  vertical-align: middle;

}

.home_section_1 .step_box_wrapper .box_icon {

    margin: 10px 0 20px;

    text-align: center;

}

.home_section_1 .top_icon_heading h1 {

    margin: 12px 0 35px;

}

.home_section_1 .step_section {

    margin-bottom: 50px;

    margin-top: 80px;

}

.home_section_1 .step_two {

    margin-bottom: 30px;

    margin-top: 130px;

}

.home_section_1 .step_four {

    margin-top: 130px;

}

.home_sub_section_1 {

    margin-top: 50px;

}

.home_sub_section_1 .container-fluid {

    max-width: 1360px;

}

.more_sectoin_boxes .more_icon {

    margin: 30px 0;

}

.more_sectoin_boxes p {

  font-size: 16px;

  font-weight: 300;

  line-height: 22px;

}

.more_sec_box_inner {

  min-height: 270px;

  padding: 15px 10px;

}

.more_sectoin_boxes > div {

  border-right: 1px solid #eeeeee;

}

.more_sectoin_boxes > div:last-of-type > .more_sec_box_inner, .more_sectoin_boxes > div:last-of-type {

  border-right: 0 none;

  padding-right: 0;

}

.more_sectoin_boxes {

  margin: 50px 0 30px;

}

.more_button > a {

  border: 1px solid #44aee3;

  border-radius: 5px;

  color: #44aee3;

  display: inline-block;

  font-size: 20px;

  font-weight: 400;

  margin-top: 20px;

  padding: 14px 40px;

}

.more_button > a:hover {

	background:#44aee3;

	color:#fff;

}
#main .section-title.about_page_title {
    color: #263340;
    font-family: "Roboto",sans-serif;
    font-size: 60px;
    font-weight: 300;
}
#main section .section-description.top_about_text {
    color: #8998a6;
    margin-bottom: 10px;
}
#main .about_banner {
    padding: 0 0 75px;
}
#main .white_bg_about {
    padding: 50px 0 0;
}
#main .white_bg_about .section-description {
    margin-bottom: 55px;
}
.about_left_img {
    text-align: center;
}
.our_story_title {
    color: #263340;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_left_img {
    margin-top: 20px;
}
.about_subtitle {
    color: #aaaaaa;
    font-size: 13px;
    margin: 45px 0 35px;
    text-transform: uppercase;
}
.sec-testimonials.with_about_bg {
    background-image: url("../img/about_bottom.jpg");
    background-size: cover;
    text-align: center;
}
.step_one .step_box_wrapper::after, .step_three .step_box_wrapper::after {

  background: rgba(0, 0, 0, 0) url("../img/step_left_arrow.png") no-repeat scroll right bottom;

  content: "";

  display: block;

  height: 63px;

  position: absolute;

  right: -85px;

  top: 100%;

  width: 100%;

}

.step_two .step_box_wrapper::after {

  background: rgba(0, 0, 0, 0) url("../img/step_right_arrow.png") no-repeat scroll left bottom;

  content: "";

  display: block;

  height: 63px;

  position: absolute;

  left: -85px;

  top: 100%;

  width: 100%;

}





.footer-top-text .hero-heading {

    color: #fff;

	margin-bottom: 25px;

}

.footer-top .footer-top-text p {

    color: #fff;

    font-size: 20px;

}

.home_section_2 {

    background: #8998a6 none repeat scroll 0 0;

    color: #eeeeee;

    padding: 55px 0 40px;

}

.home_section_2 h1 {

  color: #eee;

  margin-bottom: 20px;

}

.home_section_2 p > span {

    position: relative;

    top: -4px;

}

.home_section_2 p > span:first-child {

    padding-right: 8px;

}

.home_section_2 p > span:last-child {

  padding-left: 8px;

}

.home_section_2 p {
    font-size: 18px;
}

.home_section_2 .container-fluid {

  max-width: 1450px;

}

.home_section_2 .btn-primary-3d {

    font-size: 22px !important;

    font-weight: 500;

	margin-top: 50px;

}

.quick_book_blog > img {

    position: relative;

    top: -3px;

}

.home_section_2 .col-sm-8.col-md-8 {

    border-right: 1px solid #bcc3ca;

}



.home_section_3 {

  padding: 100px 0 110px;

}

.home_section_3 .sec-heading .heading_icon {

    margin-bottom: 20px;

}

.home_section_3 .sec-heading {

    margin-bottom: 40px;

}

.feature_box_text > h1 {

    color: #263340;

}

.feature_box_text > p {

    font-size: 15px;

    line-height: 28px;

}

.feature_box_one {

    margin: 0 auto 30px;

    max-width: 450px;

    width: 100%;

}

.feature_box_img {

    margin-bottom: 30px;

}

.feature_box_text {

    max-width: 370px;

}

.feature_box_text .btn.btn-primary {

    display: inline-block;

    margin-top: 30px;

    max-width: 194px;

    padding: 12px 0;

}

.feature_box_two {

    margin: 0 auto;

    max-width: 380px;

}

.home_section_4 {

    background: #8998a6 url(../img/conference.jpg) no-repeat left top / contain;

    padding: 60px 0;

}

.home_section_4 p {

    color: #fff;

    font-size: 25px;

    font-weight: 300;

    margin-bottom: 10px;

}

.home_section_5 {

    padding: 70px 0 50px;

}

.home_section_5 .customer_section > h1 {

    margin: 15px 0;

}

.customer_section > p {

  font-size: 18px;

  font-weight: 300;

  margin-bottom: 20px;

}

.more_button {

    margin-top: 15px;

}

.home_section_6 {

    background: #f8f8f8 none repeat scroll 0 0;

    padding: 70px 0 100px;

}

.home_section_6 .owl-carousel .carousel-item {

    background: #fff none repeat scroll 0 0;

}

.seore_section span {

    display: inline-block;

    vertical-align: middle;

}

.score_text > img {

    display: block;

}

.score_text {

    padding-left: 6px;

}

.seore_section .col-md-4 {

    padding-right: 0;

}

.score_top_heading h2 {

    margin: 0;

}

.score_top_heading > p {

    font-weight: 300;

    margin-bottom: 20px;

}

.score_top_heading {

    margin-bottom: 40px;

	margin-top: 30px;

}
.more_case_study {
    background: #f8f8f8 none repeat scroll 0 0;
    display: table;
    margin-top: 40px;
    padding: 25px;
    text-align: center;
}
.more_case_text {
    margin-bottom: 8px;
}
.recurring_img {
    margin-top: 90px;
}
.icon-wraper {
    min-height: 60px;
    margin-bottom: 10px;
}
.payment_column h4 {
    font-weight: 500;
}
.payment_column {
    padding: 0 25px;
}
.subscriptions-sec6.subsecribe_section_last_columns {
    background: #f8f8f8;
}
.subsecribe_section_last_columns .heading2 {
	margin-bottom: 50px;
}



















@media (min-width: 1301px) and (max-width:1399px) {

.nav > li > a {

	padding-left:12px;

	padding-right:12px;

}

.navbar .navbar-nav > li > a {

    font-size: 13px;

}

}

@media (max-width:1100px) {

.home_section_2 .btn-primary-3d {

    font-size: 20px !important;

    font-weight: 500;

    margin-top: 50px;

}

.btn-primary-3d {

    background: #6cbb37 none repeat scroll 0 0;

    box-shadow: 0 5px 0.2px #508c27;

    color: #fff;

    font-size: 18px !important;

    margin-bottom: 10px;

    padding: 12px 25px !important;

}

.footer-bottom .footer-number, .footer-bottom .footer-email {

    font-size: 15px;

}

.navbar .navbar-number {

    margin-top: 20px;

}

.score_text {

    font-size: 13px;

    padding-left: 6px;

}
.navbar .navbar-brand {

    margin-left: 15px !important;

}
}

@media (max-width:800px) {

.btn-primary-3d {

    background: #6cbb37 none repeat scroll 0 0;

    box-shadow: 0 5px 0.2px #508c27;

    color: #fff;

    font-size: 18px !important;

    margin-bottom: 10px;

    padding: 10px 18px !important;

}

.home_section_2 .btn-primary-3d {

    font-size: 16px !important;

    font-weight: 500;

    margin-top: 50px;

}

.step_one .step_box_wrapper:after, .step_three .step_box_wrapper:after {

    background: rgba(0, 0, 0, 0) url("../img/step_left_arrow.png") no-repeat scroll right bottom / contain ;

    content: "";

    display: block;

    height: 55px;

    position: absolute;

    right: -85px;

    top: 100%;

    width: 100%;

}

.step_two .step_box_wrapper:after {

    background: rgba(0, 0, 0, 0) url("../img/step_right_arrow.png") no-repeat scroll left bottom / contain ;

    content: "";

    display: block;

    height: 58px;

    left: -85px;

    position: absolute;

    top: 100%;

    width: 100%;

}
.subscriptions-sec2.subsecribe_section2.receiveable_sec7 {
    margin-bottom: 70px;
    padding-top: 0 !important;
}

}

@media (max-width:767px) {
.payment_column {
    padding: 0 10px;
}
.recurring_img {
    margin-top: 30px;
}
.hero.hero-subscriptions .hero-text p {
    padding: 0 15px;
}
.pricing_table_top h2 {
    font-size: 48px !important;
}
.section-title br {
    display: none !important;
}
.pricing_table_top p.section-description br {
    display: none;
}
#steps .step {
    margin-bottom: 10px;
}
.payments-sec2.payments_section.payments_section2 {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}
.payments_section.hero.hero-payments {
    padding-bottom: 0 !important;
    padding-top: 80px !important;
}
.hero-subscriptions h1.heading1 {
    font-size: 48px !important;
}
.partner-signup-top p > br {
    display: none;
}
h1.partner_heading {
    font-size: 48px !important;
}
h1.partner_heading > br {
    display: none;
}
.home_section_4 {

    background: #8998a6 url("../img/conference.jpg") no-repeat scroll left top / cover ;

    padding: 60px 0;

}
.footer-top {
    background-size: cover;
    padding-bottom: 0 !important;
    padding-top: 60px;
}
.footer-bottom {
    padding-bottom: 100px;
    padding-top: 45px !important;
    text-align: center;
}
.score_text > img {

    display: inline-block;

    max-width: 94px;

    width: 100%;

}

.score_icon {

    margin-bottom: 15px;

    width: 100%;

}

.seore_section .col-md-4 {

    margin-bottom: 25px;

    padding: 0;

    text-align: center;

}

.score_text {

    font-size: 15px;

    padding-left: 6px;

}

.step_two .step_box_wrapper::after {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

.step_one .step_box_wrapper::after, .step_three .step_box_wrapper::after {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

.home_section_1 .step_two {

    margin-bottom: 30px;

    margin-top: 30px;

}

.home_section_1 .step_four {

    margin-top: 30px;

}

.more_sec_box_inner {

    min-height: 215px;

    padding: 15px 10px;

    text-align: center;

}

.more_sectoin_boxes > div {

    border-right: medium none;

}

.feature_box_two {

    margin: 0 auto;

    max-width: 100%;

    text-align: center;

}

.feature_box_text {

    max-width: 100%;

}

.feature_box_one {

    margin: 0 auto 30px;

    max-width: 100%;

    text-align: center;

    width: 100%;

}

}

@media (max-width:580px) {



.home_section_2 .col-sm-8.col-md-8 {

    border-right: medium none;

}

.home_section_2 .btn-primary-3d {

    font-size: 20px !important;

    font-weight: 500;

    margin-top: 50px;

}

body {

    overflow-x: hidden;

}

.hero-heading {

    color: #4c637b;

    font-size: 40px;

    font-weight: 300;

    line-height: 45px;

    margin-bottom: 50px;

}

.hero .hero-text {

    margin-bottom: 20px;

    overflow: hidden;

    padding-top: 5px;

    position: relative;

    z-index: 2;

}

.hero_section_main_img {
    margin-bottom: 30px;
    margin-top: 30px;
}

	
	
	
.more_sectoin_boxes .col-sm-3.col-md-3 {

    padding: 0;

}

.more_sec_box_inner {

    min-height: 215px;

    padding: 15px 0;

    text-align: center;

}
html {
    overflow-x: hidden;
}
.acc-payable-sec3.background_payable {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.accounts_payable_main .col-sm-12 {
    padding: 0;
}
.lisdt_icon_one.lisdt_icon_two.list-icons {
    margin-bottom: 0 !important;
}
.subscriptions-sec2.subsecribe_section2 {
    margin-top: 0 !important;
}
.subscriptions-sec4.subsecribe_section4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.testi_box_main {
    margin-bottom: 20px;
}
.about_button {
    margin-top: 20px;
}
.socials_icon {
    margin-top: 20px;
}
.footer-bottom .social-links {
    margin-bottom: 25px !important;
}
}
.section-description.about_sec_text_top {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
}
.stripe_logo_mobile {
	display:none;
}
@media (max-width:420px) {
.hero-heading {
    color: #4c637b;
    font-size: 34px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 30px;
}
body .hero .hero-text {
    padding-top: 30px;
}
.hero .hero-text .btn {
    font-weight: 400 !important;
    margin-top: 25px;
}
.stripe_logo_desktop {
    display: none;
}
.stripe_logo_mobile {
    display: block;
    text-align: center;
}
.subscriptions-sec2.receiveable_sec2 .img-subscriptions-sec2 {
    bottom: 0 !important;
    left: 0 !important;
    max-width: 90% !important;
    position: relative !important;
}
.acc_reciveable3.acc-payable-sec4 .acc-payable-sec4-img {
    max-width: 100% !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 99 !important;
}
.acc_reciveable3.acc-payable-sec4 {
    margin-bottom: 40px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 40px !important;
}
.acc_reciveable5 .btn.btn-success.start_my.tag_click {
    border-bottom: 4px solid #508d26 !important;
    font-family: roboto;
    font-size: 18px !important;
    font-weight: 400;
    padding: 12px 25px;
    text-transform: unset;
}
.acc_reciveable6 .col-sm-offset-7 {
    margin-left: 0 !important;
}
.receiveable_sec2 .lisdt_icon_one.lisdt_icon_two.list-icons {
    float: left;
    margin-bottom: 0 !important;
    margin-right: 15px;
    margin-top: 30px;
}
.subscriptions-sec3 .subscriptions-well {
    padding: 0 40px !important;
}
.list-icons.lisdt_icon_two {
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
}
}

@media (max-width:400px) {

.more_button > a {

    margin-top: 0px;

    padding: 10px 12px;

}

.score_icon {

    margin-bottom: 15px;

}

.navbar .navbar-brand {

    margin-left: 15px !important;

    margin-top: 5px;

    max-width: 260px;

}

.navbar .navbar-toggle {

    border-color: transparent;

    margin-right: 0;

    margin-top: 18px;

    padding: 9px 0;

    z-index: 99999;

}

.hero-heading {
    color: #4c637b;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 30px;
}
.hero .hero-text .btn {

    font-weight: 400 !important;

    margin-top: 20px;

}

.risk_free_text {

    float: left;

    margin-bottom: 105px;

    width: 100%;

}


	
.computerVideo {
    height: 46%;
    top: 40.5%;
    background-size: 80px auto;
}
	.computerVideo:hover{
    background-size: 90px auto;
	}
	
	
	
.home_section_1 .step_text {

    color: #556e86;

    font-size: 17px;

    font-weight: 300;

    line-height: 24px;

}

.home_section_1 .step_box_wrapper {

    border-radius: 10px;

    display: table;

    height: 280px;

    margin: 0 6px;

    max-height: 100%;

    padding: 20px;

    position: relative;

}

.star_above_text_inner {

    font-size: 16px;

}

.step_section div {

    padding: 0;

}

.more_sectoin_boxes > div {

    border-right: medium none;

}

.owl-carousel .carousel-item {

    border-radius: 4px;

    min-height: 240px;

    padding: 40px 20px;

    transition: all 0.3s ease-in-out 0s;

}

.owl-carousel .carousel-wrap {

    padding: 5px;

}

}
.hero.hero-subscriptions {
    background: rgba(0, 0, 0, 0) url("../img/sub_bg.jpg") repeat scroll 0 0 / cover;
    padding-bottom: 40px;
    padding-top: 0;
}
.hero-subscriptions h1.heading1 {
    color: #fff;
    font-family: roboto;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
}
.hero-subscriptions .subscriptions_top_text.fadeInUpmd {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.hero-subscriptions .headingh2.fadeInUpmd {
    color: #fff;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}
.border_div > span {
    border-bottom: 1px solid #fff;
    display: inline-grid;
    margin: 35px 0 30px;
    width: 40px;
}
.border_div {
    text-align: center;
}
.subscribe_top_boxes .sub_box_main {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 3px 7px #44758d;
    min-height: 242px;
    padding: 35px 25px;
	margin-bottom: 20px;
    text-align: center;
}
.sub_box_main > h3 {
    color: #263340;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.subscribe_top_boxes .icon-wrap span {
    font-size: 40px;
}
.payments_page .subscribe_top_boxes .sub_box_main {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 3px 7px #44758d;
    min-height: 243px;
    padding: 35px 25px;
    text-align: center;
}
.btn.btn-success.start_my.tag_click {
    border-bottom: 4px solid #508d26 !important;
    font-family: roboto;
    font-size: 18px;
    text-transform: unset;
}
.subscribe_top_boxes {
    text-align: center;
}
.button_bottom_text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.subscriptions-sec2.subsecribe_section2 {
    background: #fff none repeat scroll 0 0;
}
.subscriptions-sec3.subsecribe_section3 {
    background: #fff none repeat scroll 0 0;
    padding-top: 80px;
}
.subsecribe_section p {
    text-align: justify;
}
.lisdt_icon_two.list-icons li .list-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #67b930;
    display: inline-block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 37px;
}
.lisdt_icon_two.list-icons li p {
    display: inline-block;
    position: relative;
    top: 0;
    transform: unset;
}
.lisdt_icon_two.list-icons li {
    height: auto;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    transform-style: preserve-3d;
}
.lisdt_icon_one.lisdt_icon_two.list-icons {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 30px;
}
.list-icons.lisdt_icon_two {
    display: inline-block;
    margin-right: 0;
}
.subscriptions-sec5.subsecribe_section {
    border: medium none;
    padding-bottom: 120px;
}
section .heading2 {
    font-family: roboto;
    font-weight: 300;
}
.subscriptions-sec3 .row > div h3 {
    font-family: roboto;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
.subscriptions-sec3.subsecribe_section3.subsecribe_trial {
    background: rgba(0, 0, 0, 0) url("../img/signup_bg.jpg") no-repeat scroll 0 0 / cover ;
    padding-bottom: 55px;
    padding-top: 55px;
}
.subsecribe_trial.subscriptions-sec3 .subscriptions-well {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 40px;
    position: relative;
}
.subsecribe_trial.subscriptions-sec3 .subscriptions-well {
    margin-top: 0;
    padding-top: 0;
}
.subscriptions-sec3.subsecribe_trial .subscriptions-well-text {
    padding-right: 0;
}
.free_trial .btn.btn-success.start_my.tag_click {
    position: relative;
}
.subsecribe_trial.subscriptions-sec3 .subscriptions-well::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.subsecribe_trial.subscriptions-sec3 .subscriptions-well .subscriptions-well-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.free_trial {
    margin-top: 25px;
    text-align: center;
}
.subsecribe_trial .subscriptions-well-text > p {
    color: #fff;
}
.subsecribe_trial.subscriptions-sec3 .subscriptions-well .heading2 {
    color: #fff;
}
.subscriptions-sec4.subsecribe_section4 {
    background: #fff none repeat scroll 0 0;
    padding-top: 60px;
}
.subsecribe_section4 p {
    text-align: justify;
}
.subsecribe_section5 p {
    text-align: justify;
}
.coming_soon {
    color: #67b930;
    text-transform: uppercase;
}
.with_about_bg i {
    color: #14abf4;
    font-size: 30px;
    margin-bottom: 20px;
}
.with_about_bg a:hover i {
    color: #54595e;
}
#main .with_about_bg .section-title.get_in_touch {
    font-size: 16px;
    margin-bottom: 90px;
    text-transform: uppercase;
}
#main section.with_about_bg {
    padding: 90px 0 250px;
}
.about_button > a {
    background: #14abf4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: ruby-text;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 45px;
}
.about_button > a:hover {
    background: #54595e none repeat scroll 0 0;
}
.socials_icon > a {
    color: #636769;
}
.socials_icon > a:hover {
    color: #54595e;
}
.payable_coming {
    text-align: center;
}
.subscribe_top_boxes.payable_boxes .sub_box_main {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 3px 7px #44758d;
    min-height: 264px;
    padding: 35px 25px;
    text-align: center;
}
body .hero .hero-text {
    padding-top: 60px;
}
.background_payable {
	background:#fff;
}
.acc-payable-sec3.background_payable {
    padding-bottom: 200px;
    padding-top: 260px;
}
.acc-payable-sec4.background_payable {
    margin-top: 80px;
}
.acc-payable-sec4.background_payable:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.payments_page .hero-text {
    text-align: center;
}
.payments_section.hero.hero-payments {
    border: medium none;
    padding-bottom: 80px;
    padding-top: 100px;
}
.payments_section {
    background: #fff none repeat scroll 0 0;
    border: medium none;
}
.payments_section.payments-sec3 .sec-heading p {
    max-width: 715px;
	width: 100%;
}
.payments-sec2.payments_section.payments_section2 {
    padding-bottom: 390px;
}
.payments-sec2 .heading2 {
    margin-top: 75px;
}
.justyfy_cl {
    text-align: justify;
}
.pricing_table_top .pricing-table.recommanded .inner, .pricing-table:hover .inner {
    border-top-color: #42a9dc;
}
.pricing_table_top .pricing-table .inner {
    background-color: #f5f5f5;
    border-radius: 5px;
    border-top: 4px solid transparent;
    padding: 35px 32px 48px;
    transition: border-top 0.2s linear 0s;
}
.site_inner_pages .recommanded .btn-primary {
    background: #44aee3 none repeat scroll 0 0;
    border-bottom: 4px solid #2c8ab9 !important;
}
.btn.btn-primary.btn-md:hover {
    background: #1797d5 none repeat scroll 0 0;
    color: #fff;
}
#pricing-tables .btn-primary:hover {
    border-color: #0875a9;
    color: #fff;
    opacity: 0.82;
}
.pricing_table_top h2 {
    color: #606060;
    font-family: roboto;
    font-size: 60px;
    font-weight: 300;
}
.pricing_top_text {
    color: #606060;
    margin-bottom: 10px;
}
.pricing_table_top .section-description {
    color: #606060;
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
}
.precing_page_box .step {
    padding: 20px 40px 50px;
}
.step.step_border {
    border-right: 1px solid #eee;
}
.with_white_bg .center {
    text-align: center;
}
#main .with_white_bg .section-title.text-center.mbn {
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    margin: 10px 0 20px !important;
}
.with_white_bg .center > p {
    font-size: 18px;
    font-weight: 300;
}
.testi_box_main {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    min-height: 280px;
    padding: 35px 40px;
}
.thumb {
    float: left;
    margin-right: 20px;
}
.testi_right_area {
    float: left;
    text-align: left;
}
.testi-by-text {
    float: left;
    margin-top: 15px;
    text-align: left;
    width: 100%;
}
.name {
    color: #263340;
}
.receiveable_sec2 .lisdt_icon_two.list-icons li .list-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #67b930;
    float: left;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 37px;
}
.receiveable_sec2 .list-unstyled.list-icons.lisdt_icon_two p {
    width: 200px;
}
.receiveable_sec2 .lisdt_icon_one.lisdt_icon_two.list-icons {
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-top: 30px;
}
.subscriptions-sec2.receiveable_sec2 .img-subscriptions-sec2 {
    bottom: 100px;
    left: 57%;
    max-width: 499px;
    position: absolute;
}
.acc_reciveable3.acc-payable-sec4:after {
    background: rgba(0, 0, 0, 0) url("../img/acc_rec_bg.jpg") no-repeat scroll 0 center;
    content: "";
    display: block;
}
.acc_reciveable3.acc-payable-sec4 {
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 150px;
    padding-top: 170px;
}
.acc_reciveable3.acc-payable-sec4 .acc-payable-sec4-img {
    max-width: 472px;
    position: absolute;
    right: 50%;
    top: 15px;
    z-index: 99;
}
.pricing_table_top .thumb {
    display: block;
    float: none;
}
.acc_reciveable3 .lisdt_icon_one li {
    display: inline-block;
    margin-right: 25px;
}
.acc_reciveable3 .lisdt_icon_one.list-icons {
    margin: 10px 0;
}
.acc_reciveable5 .btn.btn-success.start_my.tag_click {
    border-bottom: 4px solid #508d26 !important;
    font-family: roboto;
    font-size: 23px !important;
    font-weight: 400;
    text-transform: unset;
}
.acc_reciveable5 .free_trial {
    margin-top: 45px;
    text-align: center;
}
.reciveable_inner_P {
    line-height: 15px;
    margin-top: -4px;
    text-align: left !important;
}
.acc_reciveable6 .col-sm-offset-7 {
    margin-left: 52%;
}
.subscriptions-sec2.subsecribe_section2.receiveable_sec7 {
    margin-bottom: 70px;
    padding-top: 170px;
}
.receiveable_sec7.subscriptions-sec2 .img-subscriptions-sec2 {
    bottom: 35px;
}
.acc-receivable-sec4.background_payable.acc_reciveable4 {
    padding-bottom: 40px;
    padding-top: 70px;
}
.partner-signup-top {
    padding: 100px 20px 85px;
    text-align: center;
}
h1.partner_heading {
    color: #606060;
    font-size: 60px;
}
.partner-signup-top > p {
    font-size: 20px;
    margin-top: 35px;
}
.partner.partner-signup .contact-top-logo {
    padding-top: 60px;
}
.blue-bg.partner-signup.partner {
    background: rgba(0, 0, 0, 0) url("../img/partner_bg.jpg") no-repeat scroll 0 0 / cover ;
    padding-bottom: 100px;
}
.partner.partner-signup h2.section-title {
    color: #263340;
    font-size: 28px;
}
#partner_form .btn.btn-primary.btn-block {
    font-size: 16px !important;
    text-transform: uppercase;
}
.case_study_text {
    color: #5f7080;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 695px;
    width: 100%;
}
.col-sm-8.case_study_left {
    padding-left: 0;
}
.case_study_logo {
    margin: 15px 0 35px;
}
.case_study_main .case_section_1 {
    margin-bottom: 30px;
    padding: 80px 0 0px;
}
.case_study_border {
	border-bottom: 1px solid #dddddd;
	padding: 0px 15px 60px;
}
.case_section_2 {
    padding: 20px 0 120px;
}
.case_study_box > p {
    color: #555d65;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-left: 20px;
}
.case_study_box > h3 {
	background: rgba(0, 0, 0, 0) url("../img/arro_img.png") no-repeat scroll 0 8px;
    color: #555d65;
    font-size: 25px;
    padding-left: 20px;
}
.case_study_box.case_study_box_last > h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.case_study_box.case_study_box_last > p {
    font-weight: bold;
    margin: 0;
}
.case_study_box.case_study_box_last {
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 40px 0;
}
.testi_case_study {
    color: #888888;
    font-size: 27px;
    font-style: italic;
    margin-top: 35px;
}
.testi_case_study_img {
    margin: 25px 0 20px;
    text-align: center;
}
.case_study_box {
    padding-right: 35px;
}
.testi_case_study_name {
    text-align: center;
}
.about_banner > img {
    width: 100%;
}
.about_banner.about_banner_withbg {
    background: rgba(0, 0, 0, 0) url("../img/about_banner.jpg") no-repeat fixed 0 0 / cover ;
    margin-bottom: 45px;
    min-height: 660px;
}
.coming_soon_tag > span {
    background: #44ade1 none repeat scroll 0 0;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
}
.coming_soon_tag {
    margin-bottom: 10px;
}
.navbar-number > a {
    color: #b5b8bb;
}

@media (max-width:1600px) {
.navbar-brand > img {
    max-width: 80%;
    padding-top: 7px;
}	
.navbar-number > a {
    color: #b5b8bb;
    font-size: 18px;
}
.navbar .navbar-number {
    margin-left: -25px;
}
.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
}

/*************************
**** =Custom New style
*************************/
.step_box_wrapper .step_title {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: middle !important;
}
.media .media-body p > span {
	display: block;
	font-size: 13px;
	line-height: 16px;
}
.media-body > p {
    line-height: 18px;
}
.invoice_template_page .banner-inner .col-md-offset-1 > img {
    margin-bottom: 25px;
}
.invoice_template_page .btn {
    font-size: 18px !important;
}
.invoice_template_page h2 {
    font-size: 32px;
}
.invoice_template_page .section-title > br {
    display: none;
}
@media (min-width : 401px){
.navbar .navbar-toggle {
    margin-top: 20px;
}
}









