.logo-bar img {
    width: 210px;
    padding: 15px 0;
}
.navbar-nav .nav-link {
    padding: 20px !important;
    color: #000;font-weight: 500;
}
.navbar-nav .dropdown-menu a {
    line-height: 30px;
    font-size: 15px;
}
.custom-form-section {
    padding: 4rem 0;
    background: #fbfbfb;
}
.custom-offer-form {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    border: 3px solid #ebebeb;
}
.content-side h1 {
    color: #1C4132;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.content-side h1 span {
    font-size: 2.6rem;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    top: 5px;
}
.content-side h4 {
	margin-top: 50px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.content-side li {
    line-height: 28px;
}
.cta-box {
    background: #AFE67F;
    padding: 15px 15px 15px 20px;
    border-radius: 20px;
    color: #1C4132;
/*     position: absolute;
    bottom: 0;
    margin: 0 15px; */
}
.cta-box svg {
	width: 20px !important;
    height: 20px !important;
    position: relative;
    top: -1px;
}
.cta-box a {
	color: #fff;
    border: 1px solid #1C4132;
    padding: 3px 10px;
    font-weight: 500;
    background: #1C4132;
    text-decoration: none;
}
.cta-box p {
    margin: 10px 0 25px;
}
.custom-offer-form .form-control { height: 45px; }
.custom-offer-form h3 {
    color: #1C4132;
    font-weight: 700;
    margin: 15px 0 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.custom-offer-form h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.custom-offer-form label {
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: 500;
}
.custom-offer-form .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    border: 1px solid #1C4132;
    padding: 10px 20px;
    font-weight: 500;
    background: #1C4132;
    text-decoration: none;
    margin-top: 10px;
    transition: all ease-in .3s;
    font-size: 18px;
    float: right;
}
.custom-offer-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #AFE67F;color: #1C4132;
}
.criteria {
    background: #fff;
    padding: 10px 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
}
.content-side .criteria h4 {
    margin-top: 20px;
    padding-left: 20px;
}
.content-side .criteria li { font-size: 14px; }
.content-side .criteria img {
	position: relative;
    right: 10px;
    top: 20px;
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
}
.wpcf7-response-output {
    text-align: center;
}
.fb-icon { display: none; }
footer {
    background: #0a0b0b;
}
footer img {
	margin: 0 auto;
/*     display: block; */
    width: 90px;
}
.thanks-block {
    background-color: #65A044;
    padding: 40px;
    margin: 6rem 3rem 8rem;
    color: #fff;
    box-shadow: 0 0 20px #b9b9b9;
}
.thanks-block h3 {
	font-size: 6rem;
    font-weight: 700;
}
.thanks-block h5 {
	color: #000;
    font-size: 24px;
}
ul.footer-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    float: right;
}
ul.footer-icons li {
    padding: 30px 10px;
}
ul.footer-icons li svg {
    color: #fff;
    width: 22px;
    height: 22px;
}




@media only screen and (max-width: 767px) {
	.content-side h1 {
    	font-size: 1.5rem;
 	}
 	.content-side h1 span {
	    font-size: 2rem;
	}
	.cta-box {
	    position: relative;
	    margin: 40px 15px;
	}
	.content-side .criteria img {
	    position: relative;
	    right: 0;
	    top: 0px;
	    width: 70%;
	    margin: auto;
	    display: block;
	}
	.logo-bar img {
	    margin: auto;
        display: inline-block;
        padding: 10px 0 0;
	}
	.navbar { 
	    text-align: center;
    	margin: auto;
   	 	display: block;
    }
    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -2.5rem;
    }



}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.content-side .criteria img {
	    position: relative;
	    right: 0;
	    top: 0px;
	    width: 70%;
	    margin: auto;
	    display: block;
	}

}

@media only screen and (min-width: 1200px) {
	.fb-icon {
		display: block !important;
	    position: absolute;
    	right: 0;
    	top: 32%;
	}
	.fb-icon svg { width: 25px;height: 25px; }

}

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

}