.fare-calculator {
    margin: 30px 0;
    padding: 22px;
}

.fare-calculator-step-1, 
.fare-calculator-step-2 {
    background: #f2f2f5;
    padding: 0px 15px 20px 15px;
}

.fare-calculator fieldset {
    position: relative;
    border: none;
    padding: 20px 0px 20px 0px;
}

.fare-calculator legend {
    position: absolute;
    top: 15px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    width: 100%;
    width: 100%;
    padding: 0;
    display: contents;
    max-width: none;
}

.fare-calculator legend a.reset {
    display: block;
    float: right;
    font-weight: normal;
}

.fare-calculator label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 0px 2px 25px;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 27px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
}

.fare-calculator-step-1 label::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 30px;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #f2f2f5;
}

.fare-calculator-step-1 label.green-dot::before {
    background-color: #017137;
}

.fare-calculator [type=checkbox], 
.fare-calculator [type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.fare-calculator-step-title {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    color: #3a3740;
    text-transform: capitalize;
    margin: 30px 0px 20px 0px;
}

.fare-calculator-step-circle {
    background: #e90c2b;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    margin-right: 10px;
    display: inline-block;
}

.fare-calculator-stations {
    width: 15px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    border: 4px solid #c0c0c0;
    border-radius: 15px;
}

.fare-calculator-stations::before {
    content: '';
    position: absolute;
    right: 5px;
    top: -10px;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #c0c0c0;
}

.fare-calculator-stations::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 17px;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #c0c0c0;
}

.fare-calculator-start ~ .fare-calculator-stations::after {
    content: 'S';
    line-height: 1.4;
    font-weight: 600;
    color: white;
    padding: 2px 0 0 8px;
    position: absolute;
    right: -34px;
    top: -4px;
    display: block;
    width: 17px;
    height: 23px;
    border: none;
    border-radius: 50%;
    transform: translateX(-30px);
    background-color: #017137;
}

.fare-calculator-inbetween ~ .fare-calculator-stations {
    border: 4px solid #017137;
}

.fare-calculator-inbetween ~ .fare-calculator-stations::before {
    background-color: #017137;
}

.fare-calculator-inbetween ~ .fare-calculator-stations::after {
    background-color: #017137;
}

.fare-calculator-stop ~ .fare-calculator-stations::before {
    background-color: #017137;
}

.fare-calculator label::before > .fare-calculator-start {
    background-color: #017137;
}

.fare-calculator-stop ~ .fare-calculator-stations::after {
    content: 'E';
    line-height: 1.4;
    font-weight: 600;
    color: white;
    padding: 2px 0 0 8px;
    position: absolute;
    right: -34px;
    top: -4px;
    display: block;
    width: 17px;
    height: 23px;
    border: none;
    border-radius: 50%;
    transform: translateX(-30px);
    background-color: #e90c2b;
}

.fare-calculator-checkbox {
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #3a3742;
}

.fare-calculator-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.fare-calculator label input:checked ~ .fare-calculator-checkbox {
    background-color: #fff;
}

.fare-calculator label input:checked ~ .fare-calculator-checkbox:after {
    display: block;
}

.fare-calculator label .fare-calculator-checkbox:after {
    left: 4px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid #3a3742;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fare-calculator-radio {
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #3a3742;
    border-radius: 10px;
}

.fare-calculator-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.fare-calculator label .fare-calculator-radio:after {
    left: 1px;
    top: 1px;
    width: 4px;
    height: 4px;
    border: 6px solid #3a3742;
    border-radius: 20px;
    background-color: #3a3742;
}

.fare-calculator label:hover input ~ .fare-calculator-radio {
    background-color: #fff;
}

.fare-calculator label input:checked ~ .fare-calculator-radio {
    background-color: #fff;
}

.fare-calculator label input:checked ~ .fare-calculator-radio:after {
    display: block;
}

.fare-calculator label:hover input:disabled ~ .fare-calculator-checkbox {
    background-color: #c0c0c0;
}

.fare-calculator label:hover input ~ .fare-calculator-checkbox {
    background-color: #fff;
}

input:disabled ~ .fare-calculator-checkbox {
    background-color: #c0c0c0;
    border: 1px solid #999999;
}

input:disabled ~ .fare-calculator-radio {
    background-color: #c0c0c0 !important;
    border: 1px solid #999999 !important;
}

.fare-calculator label input:focus ~ .fare-calculator-checkbox {
    border: 1px solid #e90c2b;
}

.fare-calculator label input:focus ~ .fare-calculator-radio {
    border: 1px solid #e90c2b;
}

#mn-asterisk {
    color: red;
}

.fare-calculator-estimate {
    background-color: #fff;
    padding: 25px 15px;
}

.fare-calculator-price {
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    text-transform: unset;
    color: #2f3a8a;
}

.fare-calculator-disclaimer {
    font-size: 0.85rem;
}

@media only screen and (min-width:991px) and (max-width:1370px){
    .fare-calculator {
        padding: 0px;
        margin-right: -30px;
    }
}

@media (max-width: 991px) {
    .fare-calculator {
        padding: 10px;
        margin-right: -30px;
    }
}
@media (min-width: 991px) {
    .fare-calculator-price {
        font-size: 42px;
    }
}

@media (min-width: 1298px) {
    .fare-calculator-price {
        font-size: 5rem;
    }
}

@media (min-width: 1371px) {
    .fare-calculator-price {
        font-size: 60px;
    }
}

@media (min-width: 1430px) {
    .fare-calculator-price {
        font-size: 5rem;
    }
}


@media (max-width: 321px) {
    .fare-calculator-price {
        font-size: 38px;
    }
}