.online-request{
    margin:30px 0px 70px 0px;
}
.online-request .online-left{
	float: left;
	width:33%;
	height:300px;
	border: 1px solid #ccc;
	padding: 20px;
}
.online-request .online-left h4,
.online-request .online-right h4,
.online-req-box h4,
.req-additional-msg h4{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.online-request .content{
	margin-top:20px;
}
.online-request .form-item input{
	width: 100%;
    padding: 5px 10px;
    border: 1px solid #BABABA;
    border-radius: 0;
    background: transparent;
    color: #404040;
    font-size: 0.875em;
    /*min-height: 2em;*/ 
    display: inline-block;
}

/*box2*/
.online-request .online-right{
	width:66%;
	border:1px solid #ccc;
	float:right;
	padding: 20px;
}
.form-type-select select, .meters input{
	width: 100%;
    padding: 2px;
    font-size: 14px;
}
.meters input{
    border: 1px solid #BABABA;
    padding-left: 5px;
}
.house-field{
    margin-bottom:20px;
}
.house-field h5 {
    text-align: left;
}
.house-field .column-wrapper {
    overflow: visible;
}
.budget-range-bar-bg {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #CECECE;
}
.budget-range-bar {
    position: relative;
    top: -2px;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #66aee7;
}
.budget-range-bar .min-point, .budget-range-bar .max-point {
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.budget-range-bar .min-point {
    left: 0;
}
.budget-range-bar .max-point {
    right: 0;
}
.budget-range-bar .min-point:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 4px;
    height: 2px;
    background-color: #c00;
}
.budget-range-bar .max-point:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 4px;
    height: 2px;
    background-color: #c00;
}
.range-track {
    margin-top: 12px;
    font-size: 14px;
}
.range-track .low {
    float: left;
}
.range-track .high {
    float: right;
}
.house-field.req-budget .form-item{
    float: left;
    width: 96px;
}
.house-field .mark-to {
    float: left;
    width: 0.5em;
    margin: 36px 15px 0;
    border-top: 1px solid #404040;
    text-align: center;
}
.maxmin-outer {
    margin-top: -37px;
}
.maxmin-outer span {
    display: inline-block; *display: inline; *zoom:1;
    font-size: 14px;
    margin-bottom: 10px;
    color: #f00;
}
.pType-wrapper {
    margin-bottom: 12px;
}
.pType-wrapper .pType {
    float: left;
    width: 22%;
    margin-right: 3%;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    background-color: #ededed;
    text-decoration:none;
}
.pType-wrapper .pType:hover, .pType-wrapper .pType.active {
    color: #fff;
    background-color: #0078d7;
}
.clickable-num-wrapper .clickable-num {
    display: inline-block; *display: inline; *zoom:1;
    font-size: 14px;
    padding: 7px 15px;
    text-align: center;
    background-color: #ededed;
    margin-bottom: 7px;
    text-decoration: none;
}
.clickable-num-wrapper .clickable-num:hover, .clickable-num-wrapper .clickable-num.active {
    color: #fff;
    background-color: #0078d7;
}
.clickable-num-wrapper .form-item {
    display: inline-block; *display: inline; *zoom:1;
    width: 4em;
}



/*Where did you hear about us box3*/
.online-req-box{
	border: 1px solid #ccc;
	padding:20px;
	margin-top:30px;
}
.online-req-box .form-item{
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
}
.online-req-box .otherchannel{
	width:100%;
}
.online-req-box .otherchannel label{
    display: block;
}
.online-req-box .otherchannel input{
	margin-top:10px;
    width: 100%;
    padding: 0.3em 1em 0.25em;
    border: 1px solid #BABABA;
}

/*box4*/
.req-additional-msg{
	margin-top:30px;
}
.req-additional-msg h4{
    border-bottom: 0px;
}
.req-additional-msg textarea {
    width: 100%;
    min-height: 10em;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
}

.form-type-checkbox,.captcha{
    width:45%;
    margin:40px auto;
    text-align:center;
}
.captcha{
    margin-top:80px;
    width:60%;
}
.captcha img{
    cursor:pointer;
    width:178px;
    height:56px;
}
.captcha .form-item-captcha-response{
    display:inline-block;
    float:left;
    margin: 0px 0px 0px 80px;
}
.captcha .form-item-captcha-response input{
    width:185px;
    margin:10px 0px;
    height: 40px;
    padding-left: 10px;
}
.bluesubmit{
    width:40%;
    margin:auto;
    text-align:center;
}
.bluesubmit input{
    width:40%;
    line-height: 36px;
    font-size: 20px;
}
.req-how-to-know .form-item label, .form-type-checkbox label{
    display: inline-block; *display: inline; *zoom:1;
    margin-left: 0px;
    padding-left: 1.5em;
    background: url("../images/checkbox.png") no-repeat 0 5px;
    background-size: 13px 13px;
    font-size: 1em;
    line-height: 1.5em;
}
.req-how-to-know .form-item.active label{
    background-image: url(../images/checkbox-selected.png);
}
.form-type-checkbox.active label{
     background-image: url(../images/checkbox-selected.png);
}
.form-type-checkbox.active label a{
    color:#0F80D9;
    text-decoration:underline;
}
/* .model{
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,.5);
    padding: 30px;
    border-radius: 10px;
    margin-left: -10%;
    width: 20%;
    color: #fff;
    display: none;
} */
.models{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999995;
    opacity: 1;
    background: rgba(1,1,1,0.6);
    display:none;
}
.layder1{
    position: fixed;
    top: 10%;
    left: 50%;
    background: rgba(0,0,0,.6);
    padding: 30px;
    border-radius: 10px;
    margin-left: -10%;
    width: 20%;
    color: #fff;
    display: none;

}
.layder1 .submit-success-msg{
    font-size:22px;
    text-align:center;
    margin-bottom:0px;
}
.models .layder-conter{
    background:#fff;
    width:510px;
    border-radius:20px;
    margin:4% auto;
    text-align:center;
    padding:50px 30px;
}
.models .layder-conter img.success-img{
    width:35%;
}
.models .layder-conter .submit-success-msg{
    font-size:25px;
    color:rgb(15, 128, 217);
    margin-top:20px;
    margin-bottom: 10px;
}
.models .layder-conter p.tank{
    font-size:20px;
    color:#ccc;
}
.ahref{
    margin-top:60px;
}
.ahref a{
    display: inline-block;
    width: 49%;
}
.ahref img{
    display:block;
    margin:auto;
    width:13%;
}
.ahref a span{
    margin-top:10px;
    color:#ccc;
    display:inline-block;
}