.col-md-12.lpv_title {
    color: #fff;
    text-align: center;
    padding: 50px 10px 20px;
}

.irs_1099 .lpv_title{
	color: #212529;
    text-align: center;
    padding: 20px;
}

.irs_1099 a.btn.lpv-cta:hover {
    background: #fff;
    border: 1px solid #e78200;
    color: #e78200;
}

.lpv_features-list {
    padding: 20px 100px;
    text-align: center;
}

.lpv_box.card {
    display: inline-flex;
}

.col-md-4.form_ver {
    display: inline-block;
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 30%;
/*    margin: 10px;*/
    cursor: pointer;
}

.form_ver ul {
    padding: 0 2vw;
    text-align: left;
}

.irs_1099 .form_ver ul {
    padding: 0 50px;
}

.form_ver h4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    border-color: #e9ecef;
    font-size: 28px;
}

.irs_1099 .form_container {
    background: #e9ecef;
    border-radius: 10px;
    padding: 30px 10px;
    max-width: 400px;
    margin: 0 auto;
	height: 450px;
}

.lpv_features-list .row.justify-content-center {
    padding: 0 10px;
}

a.btn.lpv-cta {
    background: #e78200;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    width: 40%;
}

.col-md-4.form_ver:hover{
	background: #e9ecef;
}

.irs_1099 .col-md-4.form_ver:hover{
	background: transparent;
}

.irs_1099 a.btn.lpv-cta {
	width: 80%;
}

.irs_1099 .cta_btn {
    padding: 10px 0 20px;
}



a.btn.lpv-cta:hover {
    background: #079c07;
}
#banner_lpv {
    height: 500px;
    max-height: 500px;
	display: inline-table;
}

.irs_1099#banner_lpv {
	display: block;
	height: auto;
	max-height: none; 
}

.irs_1099.form_ver {
	background: transparent;
}

.form_w9 {
	background: url(/assets/images/w9form_b.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


.form_1099 {
	background: url(/assets/images/1099_form.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

button.btn.btn-success.cta_lpv {
    width: 40%;
    height: 70px;
    font-size: 30px;
}

.cta_btn {
    padding: 30px 0;
}

.selected {
	background: #ffd299 !important;
}

.irs_1099 .form_ver {
    padding: 5px;
	/*margin: 5px;*/
}

.adjust .form_ver  {
	margin: 40px;
}

#testimonial {
    padding: 60px 20px;
    background: #F6F6F6;
}

#testimonial .testi_content {
    font-size: 18px !important;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 30px;
    box-shadow: 0 4px 7px -6px black;
}

#testimonial i.fa.fa-quote-left {
    float: left;
    color: #86c5ef;
	margin-top: -30px;
}

#testimonial i.fa.fa-quote-right {
    float: right;
    color: #86c5ef;
}

#testimonial i {
    color: #6c757d;
}

.others_title h4 {
    text-align: center;
	padding: 40px 50px 30px;
}

ul.other_buttons {
    margin: 0 auto;
	padding: 0;
}

.other_forms ul.other_buttons li {
    padding: 15px 0px;
    width: 250px;
    text-align: center;
    margin: 10px;
    background: #e78200;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
	display: inline-block;
	cursor: pointer;
}

ul.other_buttons a {
	color:#fff;
}

.other_forms.row {
    padding: 0 0 50px;
}


@media only screen and (min-width: 1280px) {
	.irs_1099 .form_container {
		height: 360px;
	}
	div#misc, div#int {
	    max-width: 320px;
	}
}

@media only screen and (max-width: 1200px) {
	#banner_lpv {display: inline-table;}
}

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

}

@media only screen and (max-width: 991px) {
	#testimonial {
	    padding: 30px 20px 50px;
	}
	#testimonial .col-md-2 {
	    max-width: none;
	    margin: 0 auto;
	    padding: 0;
	}
	#testimonial .testi_content {
		margin: 0 auto;
	}
	.lpv_features-list {padding: 20px 10px;}
	.other_forms ul.other_buttons li {
	    display: inline-block;
	    width: 100%;
	    margin: 5px 0;
	}
	ul.other_buttons {
	    padding: 0 10px;
	    width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.col-md-4.form_ver {
		width: 90%;
    	margin: 10px 0;
    }
    a.btn.lpv-cta {width: 80%;}
    .lpv_features-list {padding: 20px;}
    .lpv_features-list .row.justify-content-center {
	    padding: 0 20px;
	    max-width: auto;
	}
	.irs_1099 .form_container {
		height: auto;
	}
}