/*  10. Profit calcuer area
/*----------------------------------------*/
.profit-calculater-inner label {
    color: #ffff;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.profit-calculater-inner select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(204, 163, 84, 0.45);
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.calculater-select-bg {
    background-color: #e5782f  !important;
}

.profit-calculater-inner select option {
    background-color: #e5782f;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.profit-calculater-inner .form-control {
    padding: 10px 20px;
    border: 1px solid #ff8800;
    width: 100%;
    background-color: #1a273b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    min-height: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.profit-calculater-inner {
    background: #1a273b;
    padding: 60px 40px;
    border-radius: 4px;
}

.about-calculater {
    margin-right: 40px;
}