.rates_calculator * {
    font-family: "PT Sans";
}

.rates_calculator {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(103, 193, 0, 0.24);
    padding: 15px 27px 15px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.rates_calculator-title {
    font-size: 2.75em;
    font-weight: 800;
    color: #036936;
    line-height: 1.06;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09019607843137255);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.rates_calculator-slider-name {
    margin-bottom: 10px;
    font-size: .875em;
    text-align: center;
    font-weight: normal;
    color: #000000;
}

.rates_calculator-results-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    padding-bottom: 10px;
    padding-top: 10px;
}

.rates_calculator-results-col {
    flex: 1;
}

.rates_calculator-intro-rate {
    text-align: center;
    color: #036936;
    font-size: 7em;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.rates_calculator-intro-text {
    text-align: center;
    color: #036936;
    margin: 0.5em;
    font-weight: bold;
    line-height: normal;
    font-size: 1.25em;
}

.rates_calculator-intro-text-small {
    font-size: .875em;
    text-align: center;
    font-weight: bold;
    color: #048711;
}

.rates_calculator-inputs {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    max-width: 500px;
}

.rates_calculator-button a {
    background: #036936;
    color: #ffffff!important;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-target {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ece7e7;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connect {
    box-shadow: rgba(51, 51, 51, .45) 0 0 3px inset;
    background: #036936;
    transition: background 450ms ease 0s
}

.noUi-handle:after,
.noUi-handle:before {
    content: none
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 15px;
    left: -17px;
    top: -5px;
    border: 1px solid #036936;
    border-radius: 3px;
    background: #fff;
    color: #036936;
    cursor: pointer;
    padding-top: 7px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

input#rates_calculator_amount {
    width: 100%;
    max-width: 180px;
    box-shadow: none;
    background: #ffffff;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-size: 21px;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .2);
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    height: auto;
}

.rates_calculator-results-row .rates_calculator-results-col {
    font-size: 20px;
    font-weight: normal;
    color: #036936;
    text-align: center;
}

.rates_calculator-results-row .rates_calculator-results-col:nth-child(3),
.rates_calculator-results-row .rates_calculator-results-col:nth-child(2) {
    font-weight: bold;
}

.rates_calculator-results-row .rates_calculator-results-col:nth-child(1) {
    font-size: 14px;
    color: #474747;
}

.rates_calculator-results-row .rates_calculator-results-col:nth-child(3) span {
    font-weight: normal;
    font-size: 12px;
    color: #048711;
}

.rates_calculator-results .rates_calculator-results-row:nth-child(1) .rates_calculator-results-col {
    font-weight: normal;
        font-size: 14px;
    line-height: 17px;
}

.rates_calculator-discl {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #048711;
    font-weight: normal;
}
@media all and (max-width:550px){
	.rates_calculator-results .rates_calculator-results-row:nth-child(1) .rates_calculator-results-col {
 
    font-size: 12px;
    line-height: 14px;
}
	.rates_calculator-results-row .rates_calculator-results-col {
    font-size: 13px; 
		line-height: 12px;
}
	.rates_calculator-button a {
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}
	.rates_calculator-results-row .rates_calculator-results-col:nth-child(1) {
    font-size: 11px;
   
}
}