.ao_form_group .aow-10, .ao_form_group .aow-30{
    display: inline-block;
}
.ao_form_group .center{text-align: center;}
.ao_form_group .bw{background: #fff !important;}
.ao_form_group .fl{float:left;}
.ao_form_group .fr{float:right;}
.ao_form_group .aow-10 {
    width: 10%;
}
.ao_lbl {
    padding: 7px 0px 8px;
}
.ao_form_group button {
    background: #fff;
    color: #d9534f;
    font-weight: 700;
}
.aow-10 input,.aow-10 button, .aow-30 input,.aow-30 button{
    border-radius: 0px !important;
    width:100%;
    border: none !important;
}
input.ao-get-price {
    padding: 14px 0px !important;
    width: 100% !important;
    background: #d9534f !important;
}
.ao_form_group.nopad {
    padding: 0;
}
.ao_form_group .airoperate.pad_white{
background: #fff;
padding: 6px 10px;
overflow: hidden;
border-radius: 3px;
}
.ao_form_group {
    overflow: hidden;
}
.ao_form_group .aow-30{border-right: 1px solid}
/* .ao_form_group .aow-30{border-right: 1px solid} */
.ao_form_group .aow-30{
    width: 30%;
}
.ao_form_group .aow-50{width: 49%;}
.ao_form_group .aow-100,.ao_form_group .full{width: 100%;overflow: hidden;}
.ao_form_group .aow-room-count input {
    /* position: relative; */
    /* display: table-row; */
    width: 70px !important;
}
label.control-label {
    color: #7E7E98;
    font-size: 12px;
    font-weight: 100;
    margin: 15px 0 0 0;
    
    width: 100% !important;
    display: block;
    text-align: left;
}

.aow-room-count .increment_this, .aow-room-count .dicrement_this {
    padding: 7px 0px 8px;
    width: 10%;
}

.aow-room-count input::-webkit-outer-spin-button,
.aow-room-count input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.aow-room-count input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.cwi{    
    color: #fff !important;
}
.cw{    
    color: #fff;
}
.ao_form_group .success{
    margin-bottom: 0;
    font-size: 25px;
    color: #fff;
}
.radio.bwr {
    background: #fff;
    border-radius: 3px;
}
.ao_form_group .ao-active{
background: #373742;
border-radius: 3px;
color:#fff !important;
}

.ao_form_group .radio label{
font-weight: normal;
padding: 12px 10px 8px;
color: #333;
display: block;
width: 100%;
text-align: left;
}
  
/*progressbar*/
.ao_form_group #progressbar {
    /* margin-bottom: 30px; */
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
.ao_form_group #progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
}
.ao_form_group #progressbar li:before {
    content: counter(step);
    counter-increment: step+1;
    width: 30px;
    height: 30px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 5px;
    border: 1px solid;
    border-color: #ac413d;
    text-align: center;
    position: relative;
    z-index: 10;
}
/*progressbar connectors*/
.ao_form_group #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(243, 238, 238);
    position: absolute;
    left: -50%;
    top: calc(13px);
    z-index: 5;
}
.ao_form_group #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.ao_form_group #progressbar li.active:before,  #progressbar li.active:after{
    background: #d9534f;
    color: white;
    border-color: #d9534f;
    position: relative;
    z-index: 10;
}
.ao_form_group #progressbar li.is_complete:before{
    content: "\2713";
    background: #d9534f;
    color: #fff;
    
}
.ao_form_group #progressbar li.active:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #d9534f;
    position: absolute;
    left: -50%;
    top: calc(13px);
    z-index: 5;
}
.ao_form_group .aobtn-red{
color: #FFFFFF;
font-weight: 400;
background: #fd6577;
margin-top: 15px;
}
.ao_form_group .radios-wrap.error-item{
    border: 1px solid #fd6577;
    border-radius: 3px;
}

.ao_first_step input.error{
    border-bottom:2px solid #fd6577 !important;
}


@media screen and (max-width:768px) {
/** width < 768px **/
	.ao_form_group .aow-30,.ao_form_group .aow-10{
	width:100%;
	    margin-bottom:10px;
	}
	.ao_first_step.pad_white {
	    background: transparent !important;
	}

}



@media screen and (max-width:500px) {
/** width < 500px **/
	
	.ao_form_group .aow-50{
		width:100%;
	}
}



span.required.white:after {
    color: #FFF;
    content: '*';
}

.form-input-group .err-message {
    text-align: left;
    display: block;
    color: #faa;
}



































