
.calcResult {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px !important;
    color: #00AF9D !important;
}


.resetCalc {
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #00AF9D;
    border: none;
    background: none;
}

    .resetCalc:hover {
        font-family: Poppins-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #0E9284;
        border: none;
        background: none;
    }


.calcButton {
    background: #00AF9D;
    border: 1px solid #00AF9D;
    border-radius: 8px;
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 6px 30px;
    color: white;
    transition: all 0.3s
}


    .calcButton:hover {
        background: #0E9284;
        border: 1px solid #00AF9D;
        border-radius: 8px;
        font-family: Poppins-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding: 6px 30px;
        color: white;
        transition: all 0.3s
    }

    .calcButton:active {
        background: #0E9284;
        border: 1px solid #00AF9D;
        border-radius: 8px;
        font-family: Poppins-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding: 6px 30px;
        color: white;
        transition: all 0.3s
    }


.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
}

.timesPosition {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.branchOption {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #00AF9D;
}

    .branchOption:hover {
        font-family: Poppins-Medium;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        text-align: center;
        color: #00AF9D !important;
        text-decoration: underline !important;
    }

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
    width: 100%;
    margin-bottom: 30px;
}

.inputRate {
    background: #FFFFFF !important;
    border: 0.5px solid #AFAFAF !important;
    border-radius: 10px !important;
}

.rateFormTitle {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #00AF9D;
}

h6 {
    font-family: Poppins-Medium;
    color: #444444 !important;
}

p {
    font-family: Poppins-Medium;
    color: #444444 !important;
}

label {
    font-family: Poppins-Medium;
    color: #444444 !important;
}

span {
    font-family: Poppins-Medium;
    color: #444444 !important;
}

.rateBoxDesc {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 28px rgb(0 0 0 / 4%);
    border-radius: 10px;
}

.nice-select .option {
    font-family: Poppins-Regular;
    color: #00AF9D !important;
}

.rateBox {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    border-radius: 10px 10px 0px 0px;
    padding: 10px 15px;
}

.rateInputBox {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 28px rgb(0 0 0 / 4%);
    border-radius: 10px;
    
}





