
:root {
    --primary-color: #CA1A2C;
}
button, input, optgroup, select, textarea {
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font-family: Lexend,sans-serif;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.form-group input[type=date], .form-group input[type=email], .form-group input[type=number], .form-group input[type=password], .form-group input[type=text], .form-group select, .form-group textarea {
    background-color: #fff;
    width: 100%;
    caret-color: var(--primary-color);
    font-size: 15px;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

button, input, optgroup, select, textarea {
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font-family: Lexend,sans-serif;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

 .form-radio .group-radio input:checked~label {
    color: var(--primary-color);
}

 .form-radio label {
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 5px;
    color: #243a72;
    font-size: 14px;
    font-weight: 400;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 .service-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

 .chartjs {
    border: thin solid #e1e1e1;
}

 .chartjs .wrap-form .form-range>label {
    margin-bottom: 5px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}
.form-range{
    height: 2.5rem;
}
 .range-select,  .range-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

 .slider {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    width: calc(100% - 110px);
}

 .chartjs .wrap-form .form-submit input {
    border-radius: 5px;
    border-color: #243a72;
    background: #243a72;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 370px;
    height: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

 .chartjs .right-chartjs .top-chart {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* support-link */
.support-link {
   margin-top: 20px;
   display: flex;
   justify-content: space-between;
}

 .support-link .download-document {
    background: var(--primary-color);
    height: 50px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
line-height: 50px;
}
.download-document:first-child{
    border-right: 1px solid #fff;
    border-radius: 5px 0 0 5px
}
.download-document:last-child{
border-radius: 0 5px 5px 0;
width: 60%;
}
 .support-link .download-document em {
    margin-right: 10px;
    font-size: 20px;
}

.support-link>* {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
}

 .support-link .download {
    margin-bottom: 25px;
    color: #04abe9;
    font-size: 14px;
    font-weight: 400;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.first-month-payment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	justify-content: space-between;
    border-top: thin solid #e1e1e1;
    border-bottom: thin solid #e1e1e1;
    padding: 6px 0;
}
.loan-pay-month{
	display: block;
	text-align: right
}
.first-month-payment>* {
    width: 100%;
    max-width: 50%;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.first-month-payment>* strong {
    color: #111;
    font-size: 1.5rem;
    font-weight: 700;
}

.info-chart {
    margin-top: 20px;

}
/* nĂ³ilider */
.price-detail-section .slider {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    width: calc(100% - 110px);
}

.noUi-target {
    -webkit-box-shadow: none;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    padding-right: 20px;
    height: 20px;
    overflow: hidden;
}

.noUi-base {
    top: 9px;
    height: 3px;
}

.noUi-connects {
    top: 0;
    border: none;
    border-radius: 0;
    background: #e3e3e3;
    height: 3px;
}

.noUi-origin {
    background: var(--primary-color);
    height: 3px;
}

.noUi-handle {
    right: -15px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
}

.input-change-slider,
.input-change-select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: thin solid #e1e1e1;
    width: 110px;
    min-width: 110px;
    height: 40px;
} 

 .input-change-slider input,
 .input-change-select input {
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    height: 38px;
    color: #333;
    text-align: center;
    
}

 .input-change-slider label,
 .input-change-select label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-left: thin solid #e1e1e1;
    background: #f8f8f8;
    width: 50px;
    min-width: 50px;
    height: 38px;
    color: #999;
    font-size: 14px;
}



.noUi-handle .noUi-touch-area {
    display: none;
}

.loan__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.loan-rate {
    width: calc(100% - 120px);
}

.loan-rate select:focus-visible {
    outline: none;
}

.loan-rate select option{
    padding: 5px;
 }

 .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
  
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
  }
  .select-styled:after {
    position: absolute;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    top: 10px;
    right: 15px;
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .select-options li:hover, .select-options li.is-selected {
    color: var(--primary-color);
    background: #fff;
  }
  .select-options li[rel="hide"] {
    display: none;
  }

  #Deferred-Payment-Loan {
    display: none;
  }
@media (min-width: 1440px)
{
     .service-content {
        margin-bottom: 45px;
    }
}

@media (min-width: 1280px)
{
     .service-title {
        margin-bottom: 25px;
    }

    .fz-20 {
        font-size: 20px;
    }

     .chartjs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

     .chartjs .left-chartjs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.9411764706%;
        flex: 0 0 52.9411764706%;
        border-right: thin solid #e1e1e1;
        border-bottom: none;
        padding: 25px 30px 20px;
        width: 100%;
        max-width: 52.9411764706%;
    }

     .chartjs .form-group {
        margin-bottom: 11px;
    }

     .chartjs .form-group.form-radio {
        margin-bottom: 25px;
    }

     .form-radio .group-radio {
        margin-right: 10px;
    }

     .chartjs .form-group.form-submit {
        margin-bottom: 0;
    }

     .chartjs .right-chartjs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.0588235294%;
        flex: 0 0 47.0588235294%;
        width: 100%;
        max-width: 47.0588235294%;
    }

    .chartjs .right-chartjs {
        background: #f8f8f8;
    }

     .chartjs .right-chartjs .top-chart {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        position: relative;
        justify-content: flex-end;
        height: calc(100% - 190px);
        overflow: hidden;
    }

     .first-month-payment,  .support-link,  .top-chart {
        padding-right: 30px;
        padding-left: 30px;
    }

     .chartjs .right-chartjs .chart {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        left: -88px;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        width: 100%;
        max-width: 100%;
        max-width: 90%;
        height: 215px;
    }

     .info-chart {
        position: relative;
        z-index: 20;
        max-width: 39%;
    }

     .first-month-payment,  .support-link,  .top-chart {
        padding-right: 30px;
        padding-left: 30px;
    }


}

@media (min-width: 768px){
     .chartjs .right-chartjs .top-chart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .info-chart {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 50%;
    }
}
