.qoute-captcha div {
	margin: 0 auto 30px auto !important;
}
/*
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control{
	-webkit-appearance: none;
	color: #000000;
	background-color:#ffffff; 
} */
select{
	-webkit-appearance: none;
	color: #000000;
	background-color:#ffffff;
	background-image: url('/wp-content/uploads/arrow-down-icon.webp');
	background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
}

.em h1,
.em h3 {
	font-size: 20px;
	line-height: 15px;
}

.em h2 {
	font-size: 18px;
	line-height: 25px;
}

.em h3 {
	text-align: center;
	margin: 15px;
}

.em p,
.em label,
.em input[type="text"],
.em input[type="email"],
.em select,
.em span,
.em a,
.em li {
	font-size: 14px !important;
}

.em .codedropz-btn-wrap span {
	background-color: #ccc;
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
}

.em .codedropz-upload-wrapper {
	margin-top: 15px;
}

.em .btn-submit {
	max-width: 100%;
    margin-left: 0;
}

.em .btn-submit input[type="reset"], 
.em .btn-submit a {
    width: 100%;
    text-align: center;
    font-family: "montserrat-medium";
    font-size: 14px;
    background: #fff;
    border: #000 solid 1px;
    outline: none !important;
    border-radius: 0 !important;
    padding: 5px 0;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
    cursor: pointer;
    display: inline-block;
}

.em input[type="submit"] {
	float: left;
    width: 100%;
    text-align: center;
    font-family: "montserrat-medium" !important;
    font-size: 14px !important;
    background: #b32927;
    border: #b32927 solid 1px;
    outline: none !important;
    border-radius: 0 !important;
    padding: 15px 0;
    text-transform: uppercase;
    cursor: pointer;
    color: white !important;
}

a {
	color: #337ab7;
}

.qanda {
	padding-left: 30px;
	text-align: left;
}

.qanda li {
    display: list-item;
    list-style-type: disc;
	line-height: 25px;
    margin-bottom: 15px;
}

span.red {
	color: #b32927 !important;
	margin-right: 3px;
}

.support-cusinfo {
	padding: 10px;
}

.personal-col label {
	display: inline-block;
	width: 100%;
}

.personal-col {
	padding: 10px;
}

.em input[type="text"],
.em input[type="email"],
.em select.form-control {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #707070 !important;
	font-size: 16px;
    font-family: 'montserrat-regular';
	margin-top: 15px;
    padding-left: 10px;
}

.em textarea {
    width: 100%;
    margin-top: 10px;
    font-family: "montserrat-regular";
    padding: 10px;
    resize: none;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    min-height: 250px;
    outline: none !important;
}

.wpcf7-form select {
    font-size: 14px; /* Change this value to your desired font size */
}

input#wcount_additional-information {
    width: auto;
    margin-right: 5px;
	margin-top: 0;
    background-color: #f3f3f3;
    border: 2px solid #707070 !important;
    border-radius: 12px;
    padding: 5px;
    text-align: center;
}

span.wpcf7awc-msg.word-count-space {
    align-items: center;
}

.quote-product-support .imgradio span {
    display: none;
}

.imgradio input[type="radio"], .imgradio input[type="checkbox"] {
    display: none;
}

.quote-product-support .imgradio {
    display: block;
    float: left;
	width: 50%;
    padding: 10px;
}

.quote-product-support .imgradio img {
	max-height: 80px;
	max-width: 100%;
	margin: auto;
}

.quote-product-support .imgradio div {
	text-align: center;
	padding: 10px;
}

.imgradio label {
    outline: #cccccc 1px solid;
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.imgradio input[type="radio"]:checked+label:before, 
.imgradio input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    background: url(https://catfiesta.com/evervue/wp-content/uploads/checked.webp) no-repeat center;
    background-size: contain;
}

.imgradio input[type="radio"]:checked+label,
.imgradio input[type="checkbox"]:checked+label {
    outline: #b32927 4px solid;
}

.wpcf7-spinner {
	display: none !important;
}

.quote-prompt {
    background: rgba(51, 51, 51, .5);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999999;
    display: none;
}

.quote-modal {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.quote-col {
    background-color: #fff;
    width: 40%;
    padding: 25px;
    text-align: center;
}

.quote-col p {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

.quote-modal-close {
    background: #b32927;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}


.quote-modal-close-report {
    background: #b32927;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}

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

@media(min-width: 1025px) {
	.em h1,
	.em h3 {
		font-size: 30px;
		line-height: 50px;
	}

	.em h2 {
		font-size: 20px;
	}
	
	.personal-col {
		width: 100%;
		display: grid;
    	grid-template-columns: 20% 80%;
		margin-bottom: 5px;
	}
	
	.em input[type="text"],
	.em input[type="email"],
	.em select.form-control  {
		margin-top: 0;
	}
	
	.em .btn-submit a {
		margin-left: 14px;
	}

	.em .btn-submit input[type="reset"], 
	.em .btn-submit a {
		font-size: 15px;
        margin-top: 14px;
        width: 30%;
	}

	.em p,
	.em label,
	.em input[type="text"],
	.em input[type="email"],
	.em select,
	.em span,
	.em a,
	.em li  {
		font-size: 16px !important;
		color: #000000;
		-webkit-appearance: none;
	}

	.em .btn-submit {
		max-width: 50%;
		width: 100%;
		float: left;
		margin-left: 25%;
	}
	
	.btn-submit span.qoute-captcha div {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.qanda {
		text-align: justify;
	}

	.quote-product-support .imgradio {
		width: 33.3%;
	}

	.quote-product-support .imgradio div {
		padding: 25px 10px;
	}
}

/*------------------------------------*\
    Consent Message
\*------------------------------------*/

span.wpcf7-list-item.first.last {margin: 0 !important;}
.consent-message span.wpcf7-form-control-wrap {text-align: left !important;}
.consent-message p, .consent-message ul {
	text-align: left; 
	margin-top: 15px !important; 
	font-size: 14px !important;
	float: left;
    width: 100%;
}

.consent-message li {
	display: block !important;
	font-size: 14px !important;
}

.consent-message p.provide-text {
    margin-top: 15px !important;
    float: left !important;
    width: 100% !important;
}


.consent-message p.last-text {
     margin-bottom: 25px !important;
}

.request-quote-container.consent-message {margin-top: 15px !important; padding: 0 15px !important;}
.consent-message .wpcf7-list-item .wpcf7-list-item-label {font-size: 14px !important;}
.consent-message .showpop {color: #b32927; cursor: pointer !important; font-size: 14px !important;}
.request-quote-main .wpcf7-not-valid-tip {float: none !important;}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
    accent-color: #b32927;
}

.wpcf7-form-control-wrap .wpcf7-checkbox input {
	margin-left: 0 !important;
}

.em span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	color: red !important;
}

.reset-center {
    float: left;
    width: 100%;
    text-align: center;
}

.recaptcha .wpcf7-not-valid-tip {
	text-align: center !important;
    margin-top: -20px !important;
    margin-bottom: 40px !important;
}