.slider {
    -webkit-appearance: none;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 5px solid #00857F;
}

.slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00857F;
    cursor: pointer;
}

.slider-outer {
    width: 90%;
    background-color: #00857F;
    border-radius: 10px;
    position: relative;
    height: 20px;
}

.slider-inner {
    width: 0%;
    height: 20px;
    margin-left: -2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #00857F;
    text-align: center;
    line-height: 30px;
    color: white;
}

.slider:focus {
    outline: 1px dashed #53565a;
    outline-offset: 3px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00857F;
    cursor: pointer;
    box-sizing: border-box;
}

.circle-icon:hover {
    background: #006A66;
}

.circle-icon span {
    font-size: 32px;
}

span.icon.icon-sm.dls-icon-minus::before,
span.icon.icon-sm.dls-icon-plus::before {
    font-size: 1rem;
    font-weight: 800;
}

.tooltiptext {
    width: 160px;
    background-color: #00857F;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 1;
    bottom: 250%;
    left: 0%;
    margin-left: -67px;
    font-weight: 700;
    font-size: 24px;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-width: 20px;
    border-style: solid;
    border-color: #00857F transparent transparent transparent;
}

.feecalc-black {
    color: #040505;
}

#invest-fee-calculator-entire-content {
    background-color: #ECEDEE;
    padding: 80px;
}

@media (max-width: 767px) {
    #invest-fee-calculator-entire-content {
        padding: 40px;
    }
}

@media (max-width: 400px) {
    #invest-fee-calculator-entire-content {
        padding: 20px;
    }
}

.feecalc-header {
    font-size: 28px;
    font-weight: 400;
}

.feecalc-footer {
    font-weight: 700;
    margin-bottom: 92px;
}

.feecalc-bigcircle {
    background-color: white;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1000px) {
    .feecalc-bigcircle {
        margin-top: 20px;
    }
}

.feecalc-bigcircle-header {
    width: 75%;
    font-size: 18px;
    font-weight: 700;
}

.feecalc-bigcircle-amount {
    color: #00857F;
    font-size: 60px;
    padding: 35px 0;
    font-weight: 700;
}

.feecalc-bigcircle-footer {
    width: 75%;
    color: #666666;
    font-size: 15px;
    font-weight: 700;
}