body, html {
	margin:0;
	padding: 0;
}
form.sand-flush-order-form {
    max-width: 650px;
		width: 90%;
    margin: 20px auto 0;
    background: #000000;
    border-radius: 10px;
    padding: 25px 10px;
		font-family: 'Raleway', sans-serif;
}
* {
	box-sizing: border-box;
}
form.sand-flush-order-form .sand-flush-order-form-row {
    display: flex;
    flex-flow: wrap;
}
form.sand-flush-order-form .sand-flush-order-form-row .sand-flush-order-form-col {
    width: 100%;
    padding: 0 15px;
}
form.sand-flush-order-form .sand-flush-order-form-row .sand-flush-logo {
    text-align: center;
		margin-bottom: 20px;
}
form.sand-flush-order-form .sand-flush-order-form-row .sand-flush-logo img {
    max-width: 250px;
    width: 90%;
}
.sandflush-inputfield-wrap label {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sandflush-inputfield-wrap .inner-field {
    display: flex;
    width: 100%;
}
.sandflush-inputfield-wrap .inner-field i {
    max-width: 50px;
    border-right: 1px solid #ececec;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sandflush-inputfield-wrap .inner-field i img {
	width: 25px;
}
.sandflush-inputfield-wrap .inner-field {
    display: flex;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin: 8px 0 20px 0;
}
.sandflush-inputfield-wrap .inner-field input, .sandflush-inputfield-wrap .inner-field select {
    width: 100%;
    border: none;
    padding: 10px 15px;
    outline: 0;
    background: transparent;
    font-size: 16px;
    color: #2e6800;
}
.sandflush-inputfield-wrap .inner-field select {
	font-size: 14px;
}
.calculator-button button {
    border: none;
    background: #d35f18;
    color: #ffffff;
    font-size: 20px;
    padding: 18px 45px;
    border-radius: 5px;
		outline: 0;
		text-transform: uppercase;
}
.calculator-button {
    text-align: center;
}




.sandflush-inputfield-wrap .inner-field .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background:rgba(46, 104, 0, 0.31);
  outline: none;
	padding: 0;
  -webkit-transition: .2s;
  transition: opacity .2s;
	border-radius: 20px;
	margin:21px 20px;
	margin-right:0;
}

.sandflush-inputfield-wrap .inner-field .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #d35f18;
  cursor: pointer;
	border-radius: 20px;
}

.sandflush-inputfield-wrap .inner-field .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4CAF50;
  cursor: pointer;
	border-radius: 20px;
}
.sandflush-inputfield-wrap .inner-field h4 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 5px;
		justify-content: center;
    color: #d35f18;
    font-size: 22px;
    font-weight: 700;
		width: 100px;
}
.sandflush-inputfield-wrap label small {
    font-weight: 600;
		font-size: 14px;
}


form.sand-flush-order-form.result .sand-flush-order-form-col .sandflush-inputfield-wrap.col-6 {
max-width: 100% !important;
flex: 100%;
}
form.sand-flush-order-form.result .sand-flush-order-form-col {
padding: 0;
}
form.sand-flush-order-form.result .footer {
padding: 0 15px;
}
form.sand-flush-order-form.result .footer label {
font-size: 14px;
}
form.sand-flush-order-form.result .sand-flush-order-form-col .sandflush-inputfield-wrap.col-6 label {
border-bottom: 1px solid #101010;
padding: 10px 0;
margin: 0;
font-size: 14px;
}
form.sand-flush-order-form.result .sand-flush-order-form-col .sandflush-inputfield-wrap.col-6 label span {
color: #d35f18;
}

@media all and (max-width:450px) {
    form.sand-flush-order-form.result .sand-flush-order-form-col .sandflush-inputfield-wrap.col-6 label {
    flex-flow: wrap;
    }
    form.sand-flush-order-form.result .sand-flush-order-form-col .sandflush-inputfield-wrap.col-6 label span {
    width: 100%;
    margin: 5px 0 0 0;
    }
    .callabel{
       float: left!important;
       margin-bottom: 25px!important;
       margin-top: 0px!important;
    }
}
.callogo{
    float: left;
    margin-bottom: 30px;
}
.callabel{
    color: white;
    float: right;
    margin-top: 25px;
}
.dropdownchoice{
    -webkit-appearance: none!important;
}