.get-a-quote {
    z-index: 11;
    margin-bottom: 40px;
    background-color: white;
    padding: 20px 40px 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.7);
    width: 94%;
    margin-left: auto;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

form#contact-form h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 20px;
	color: #fff;
}
.box-center .footer-logo{
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
}
.navbar-brand.logo img{
    background: #fff;
}
.group-img {
    position: relative;
    margin-bottom: 15px;
}

.group-img select {
	margin-bottom: 0;
}
.group-img .validation_msg {
    font-size: 12px;
    color: #ff0;
    line-height: 10px;
    margin-top: 5px;
}
.group-img svg {
    position: absolute;
    right: 0;
    width: 17px;
    height: auto;
    top: 13px;
    right: 10px;
}
.main-cpt a img{	
    width: 20px;
    height: 20px;
    margin: 0 15px;
}
.themeht-btn.primary-btn.btn-new:hover span{
	color: #fff !important;
}
.main-cpt  span{
    color: #fff;
    font-size: 15px;
}
#strCAPTCHA{
	margin-top: 15px;
}

	.get-a-quote input[type="text"], .get-a-quote input[type="email"], .get-a-quote input[type="number"], .get-a-quote textarea, select {
    width: 100%;
    height: 42px;
    border: 0;
    outline: 0;
    margin-bottom: 0;
    color: #444;
    font-size: 14px;
    border-bottom: none;
    padding: 10px;
    line-height: 25px;
}
.get-a-quote textarea{
	height: 60px;
}
.get-a-quote .btn.btn-theme {
    background: rgb(255,120,16);
    background: #1c2045;
    color: #fff;
}

.get-a-quote h3 {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
#captchaDisplay {
    background: #fff;
    padding: 10px 30px;
    COLOR: #1c2045;
    font-weight: 800;
}
.get-a-quote button#refreshCaptcha{
    background: none;
    border: none;
}
.get-a-quote button#refreshCaptcha img{
    width: 25px;
}

.block-1{
    display: inline-flex;
}

.block-1 .block-same{
    margin-top: -9px;
    width: 270px;
}
.block-1 .block-same input{
	width: 100%;
}

.themeht-btn.primary-btn.btn-new {
    background: #fff;
    color: #000;
}

.thank_you_section {
    padding: 70px 0;
    text-align: center;
}
.thank_you img {
    width: 200px;
    margin-bottom: 20px;
}
.thank_you_section h2 {
    font-weight: 900;
    letter-spacing: .1px;
    color: #051523 !important;
    font-family: "Gordita Black", Sans-serif !important;
    font-size: 44px;
    line-height: 48px;
    padding: 0;
    margin: 0 0 20px 0;
}
.thank_you_section p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}
.google_partner{

}

.google_partner img{
    width: 100px;
    margin-right: 10px;
    margin-bottom: 25px;
}


@media (max-width:767px) {
    .banner h1 span {
        font-size: 36px;
        line-height: 36px;
    }
    .banner h1 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 40px;
    }
    .banner.banner-4 .mt-10{
        margin-top: 0 !important;
    }
    .banner.banner-4 .lead{
        margin-bottom: 10px !important;
    }
    .get-a-quote{  
        width: 100%;
        margin-bottom: 0;
        padding: 20px;
    }
    .tab.style-2 .nav-tabs .nav-link {
        width: 50%;
        padding: 20px 30px;
        font-size: 15px;
        line-height: 22px;
    }
    .footer{
            padding: 40px 0;
    }
    .banner.banner-4 .h5 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
    }
}