
@import url("/wp-content/themes/pitchwp/style.css");



.icon_text_inner{
	text-align: justify;
}

.numbered_steps_holder .number{
	color:#88c43f;
}

.qbutton.qbutton_with_icon.icon_right,.qbutton.qbutton_with_icon.icon_right:hover{
	color: #ffffff;
	text-decoration: none;
	border-color: #2e2e2e;
}

#contact-file{
	margin-bottom: 20px;
}

.contact-form-heading p{
	font-family: Montserrat;
	font-size: 25px;
	line-height: 30px;
	font-style: normal;
	font-weight: 700; 
	text-decoration: none; 
	letter-spacing: -0.5px; 
	text-transform: capitalize; 
	margin-bottom: 23px;
	text-align: center;
	color:#88c43f;
}


.quick_quote_name,
.quick_quote_email,
.quick_quote_contact_no,
.quick_quote_textarea
{
	margin-top:20px;
}




#quote_form_reset{
	padding: 12px 25px;
	border-radius: 0px;
	float: right;
}

input.wpcf7-form-control.wpcf7-submit{
	padding: 0 18px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	color: #ffffff;
}

.home-contact-submit{
	width: 100%;
}

.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea{
	height:150px;
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]){
	width: 50%;
	text-align: center;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	display:none;
}

.footer_top a,.footer_top a:hover{
	color: #949494;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.price_in_table .price{
	font-size: 45px;
}

.price_in_table .value{
	font-size: 20px;
}

.price_table_inner ul li.table_title .title_content{
	font-size: 19px;
}

.office-loc-img img{
    height:200px;
    width:100%;
}


@media (min-width: 992px){
	.free-quote {
    	display: block;
	}
}
.free-quote {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    position: fixed;
    right: 0;
    display: none;
    top: 40%;
    -webkit-transform: rotate(-90deg) translate3d(50%,0,0);
    transform: rotate(-90deg) translate3d(50%,0,0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1000;
}
.free-quote.btn {
    border-width: 0;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.free-quote.btn-primary {
    color: #fff;
    background-color: #007ac3;
    border-color: #007ac3;
}

.free-quote.btn-primary:hover {
    color: #fff;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
}
.free-quote.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.free-quote i {
    margin-right: 10px;
}
.free-quote .fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 a{
    text-decoration:none;
}
h3 a:hover {
    color: #88c43f;
}

h2, h2 a {
    color: #88c43f !important;
}


@media (min-width: 992px){
    .testimonial_author_info,.testimonial_text,.flex-control-nav.flex-control-paging{
        padding-left:100px;
    }
    .testimonial_text{
        width: 90%;
    }
}

