.contact-us-container {
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
	max-width: 1440px !important;
}
#field1{
	min-width: 220px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: auto;
	height: 100% !important; 
	border: none;
}

#field2{
	float: right !important;
	min-width: 220px !important;
	width: 45% !important;
	margin-bottom: 40px !important;
	margin-left: 5px;
	height: 100% !important;
	margin-top: 0 !important;
	border: none;
}

.panel, .panel-body { background-color: transparent !important; padding: 0 !important; }

.panel-title {
	display: block;
	font-weight: 600;
	font-size: 1.5rem !important;
}

#contact-us-form a {
	text-decoration: none;
	color: gray;
}

#contact-us-form .collapse.in {
	display: block;
	opacity: 1;
	height: auto;
}

#contact-us-form .collapse {
	display: block;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

#contact-us-form .panel-heading {
	pointer-events: none;
}

#contact-us-form a:hover, #contact-us-form .contact-us-active {
	color: dodgerblue;
}

#contact-us-form .contact-us-group {
	margin-bottom: 16px;
}

#contact-us-form .contact-us-input {
	width: 100%;
	display: block;
	color: #555;
	background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
	bcontact-us-radius: 0px !important;
}
#contact-us-form .vehicle-input{
	height: 45px;
}
#contact-us-form .information-input{
	height: 45px;
}

#contact-us-form .contact-us-input.disabled {
	background: #eee;;
	cursor: not-allowed;
}

#contact-us-form .form-error {
	margin-left: 5px;
	color: red;
	display: none;
}


#contact-us-form .hidden-group {
	display: none;
}

.contact-us-container .contact-us-disclaimer {
	/*border: 1px solid black;*/
	padding: 4px;
	font-size: 12px;
}

input.contact-us-input, #contact-us-form select {
	padding: 8px;
}

#bankruptcyDate, #coBankruptcyDate {
	display: none;
}


@media (max-width: 600px) {
/*	.contact-us-container {
		width: 90%;
	}*/

	#contact-us-form .contact-us-input {
		width: 270px;
	}

}


#list-name{
	padding-left: 50px;
}

label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.contact_us_required{
	color: #e21d25 !important;
	margin-left: 4px;
}

textarea.message{
	/* height: 160px; */
	height: 75px;
	width: 100% !important;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
}

select.select-area{
	width: calc(50% - 8px);
	border: 1px solid #ccc;

}

.contact-us-btn{
	padding: 15px 25px 15px 25px;
	width: auto;
	background-color: #000 !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: bold;
	bcontact-us-radius: none;
	color: var(--btn-primary-color);
	bcontact-us-color: var(--btn-primary-bcontact-us-color);
	background: var(--btn-primary-bg);
}
input.contact-us-input{
	width: 100%;
}
#phone, #email, #home-zip{
	width: calc(50% - 8px);
}


.image-default{
	min-height: 360px;
	width: 100%;
	background: #fff url('https://secure.images.demo.dev.pixelmotiondemo.com/formImages/showcase_bg.jpg') no-repeat 50% 50%;
	background-size: contain;
	border: 1px solid #cecece;
}

.vehicle-label{
	display: none;
}
.color-options{
	text-align: center;
}

@media (max-width: 780px) {
   
    #contact-us-form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    div.message-area {
        margin-right: auto !important;
    }

}
