.loan-calculator-header-block {
    background-image: url('/img/loan-calculator-header-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Roboto;
}

.loan-calculator-header-block p {
    font-size: 48px;
    color: white;
}

.loan-cal-btn button {
    min-width: 185px;
    min-height: 55px;
    border-radius: 10px;
    font-size: 20px;
}

.loan-hide-btn button {
    min-width: 185px;
    min-height: 55px;
    background-color: #066cb4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loan-hide-btn img {
    width: 30px;
    height: 30px;
}

.loan-calculator-content {
    display: none;
}

.loan-title{
    font-family: Roboto;
    font-size: 30px;
    color: #888888;
    padding-bottom: 1rem;
}

.loan-calculator-form{
    padding-bottom: 5rem;   
}

.loan-sub{
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding-top: 2rem;
}

.loan-sub p{
    font-size: 25px;
    margin-bottom: 0px;
    color:#888888;
}

.loan_slider {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  opacity: 1;
  background-image: linear-gradient(rgba(7, 104, 179, 1), rgba(7, 104, 179, 1));
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.loan_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: rgba(7, 104, 179, 1);
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

#interest_rate{
    background-size: 40% 100%;
}

.result-wrapper{
    display: flex;
    align-items:flex-start;
    padding-top:2rem;
    padding-bottom: 2rem;
}
.result-wrapper p{
    font-family: Roboto;
    font-size: 45px;
    color: #888888;
}

.result-wrapper span{
    font-family: Roboto;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 25px;
    color: #888888;
}

.loan-hr{
    margin-top: 0;
    margin-left: 0;
    width: 20%;
    height: 4px;
    background: rgba(7, 104, 179, 1);
}

.right-loan-wrapper{
    padding-left: 1.5rem;
    padding-top: 1.5rem;
}

.left-loan-wrapper{
    padding-right: 1.5rem;
    padding-top: 1.5rem;
}

.left_sub{
    margin-left: 80px;
}

.estimated{
    line-height: 1.2;
}

.loan-apply-btn-wrapper .btn-primary{
    font-size: 15px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 300;
    background-color: #066cb4;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.loan-apply-btn-wrapper .btn-primary:hover{
    color: #fff;
}

.loan-apply-btn-wrapper img{
    margin-right:10px;
    margin-left:10px;
}

.loan-apply-btn-wrapper a{
    color: #00ACFB;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

.loan-apply-btn-wrapper a:hover{
    color: #00ACFB;
}

@media only screen and (max-width: 567px) {
    .loan-title{
        font-size: 20px;
    }
    .result-wrapper p{
        font-size: 38px;
    }

    .loan-sub p{
      font-size: 20px;
    }
}
