#regForm {
    background-color: #660F6D;
    margin: 0px auto;
    font-family: inherit;
    padding: 30px;
    max-width: 780px;
    width: 90%;
    border-radius: 5px;
}

.mutistep-form {
    margin-bottom: 25px;
}

input#prop_add {
    margin: 15px 0;
}

.tab label {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 10px 0;
}

.tab label.ratio-btn {margin-right: 30px;}

label.btn.btn-sm.btn-default.active .label.btn.btn-sm.btn-default,
#regForm .form-group .btn:hover {
    background-color: #f26522;
}

h1 {
    text-align: center;
}

select {
    width: 100%;
    margin-bottom: 18px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: inherit;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#regForm button {
    background-color: #f26522;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-family: inherit;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}

.red-text {
    color: red;
}




.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

#regForm p {
    margin: 0;
}

.text-white {
    color: #fff;
}

p.text-white {
    color: #fff;
    margin-top: 8px !important;
}

.mutistep-form h2 {
    color: #660f6d;
}

input#af_mortgage_ns {
    width: auto;
}

.checkbox.check-terms input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.btn-space {
    margin: 20px 0;
}



.irs--flat .irs-shadow {
    background-color: #e1e4e9;
}
#pano {
	float: left;
	width: 100%;
	height: 250px;
}
.irs--flat .irs-min, .irs--flat .irs-max{
	display: none;
}
span.irs-handle.single {
    top: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(245 241 241 / 0%);
    background-color: #da4453;
    /* background: linear-gradient(to bottom, white 0%, #da4453 30%, white 100%); */
    /* box-shadow: 1px 1px 2px #E91E63, inset 0 0 3px 1px white; */
    border-radius: 30px;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color: #da4453;
}