*, .btn:active, .btn:focus{
  outline: none;
}
h4.cal {
    font-size: 18px;
font-weight: lighter;
margin: 5px 0 10px 0;
font-family: 'bebas_neueregular', sans-serif;
text-align: right;
color: #F67638;
}
form{
  margin-top: 0px;
}
.slider{
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #dbdbdb;
  position: relative;
  outline: none;
  margin-bottom: 20px;
}
.slider-point{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #A7CB00;
  position: absolute;
  top: -5px;
  -moz-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #A7CB00;
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.slider::-webkit-slider-thumb:hover {
  background: #7B9500;
}

.slider:active::-webkit-slider-thumb {
  background: #7B9500;
}

.slider::-moz-range-thumb {
  width:20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #A7CB00;
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.slider::-moz-range-thumb:hover {
  background: #7B9500;
}

.slider:active::-moz-range-thumb {
  background: #7B9500;
}

.spinner {
  width: 70px;
  text-align: center;
  float: right;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: inherit;
}
.select-wrapper {
    color: #aaa;
    cursor: pointer;
    float: left;
    overflow: hidden;
    /*padding-right: 3em;*/
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.calrebate-select {
 background: #ffffff url(../images/select_down_arrow.png) 95% center no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
cursor: pointer
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 1em;
    line-height: 1em;
    padding: 0.8em;
    align-items: left;
        height: auto;
    width: 100%;
    width: calc(100%);
    &:focus {
        outline: none;
    }
}

.select-icon {
    position: absolute;
    top: .8em;
    right: 1em;
}
.calrebatecontainer {
    padding : 10px 25px 0 25px;
}
td, th {
padding: 4px 10px 4px 5px;
}
input[type="range"] {
    padding: 0.3em 0;
    margin-top: 1em;
}
.pd0 {
    padding: 0;
}
.label-cal {
    font-weight: 500;
    margin-top:0.6em
}
.btn-cal{
    height: 44px;
    font-size: 16px
}
.results {
 line-height: 1.1;
}
ul.cal-result {
    line-height:1.5;
    list-style: square;
}
.month-pay {
    color:#398439; 
    font-weight:500" 
}
.credit p {
    margin-top: -22px;
}

.cal-link {
    margin-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.cal-container {
    background-color: #817d7d;
    display: inline-block;
    width: 100%;
    padding: 35px;
    border-radius: 13px;
}

.select2-container {
        width :100%;
}
.select-wrapper {
        left: 0 !important;
}
    .select2-dropdown--above {
        top: 0 !important;
    }
.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  outline: 0;
  min-height: 39px;
  text-align: left;
 width: 100%;
        width: calc(100%);&: focus {
            outline: none;}
}

.select2-selection__rendered {
  margin: 5px;

}
.select2-selection__arrow {
  margin: 5px;

}
.val-cal-rebate {
        font-family: 'bebas_neueregular', sans-serif !important;
}
.symbol-cal-rebate {
        margin-right: 10px !important; 
    font-family: 'bebas_neueregular', sans-serif !important;
}
    .label-range-calrebate {
    margin: 10px auto  !important;
    display: table  !important;
}
    .center-box {
        text-align: center;
}
@media (max-width: 995px) {
    .cal-container {
        padding: 15px !important;
    } 
}