

/*
.inv__cal {
    
    background-color: rgb(10, 0, 32) !important;
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
}




.plans__cal {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    padding: 30px 0;
    position: relative;
}






.plans__cal--txt strong {
    color: rgb(255, 174, 17) !important;
    
}

.plans__cal--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
    width: 100%;
}

.cal__input label {
    color: rgb(255, 174, 17) !important;
    font-size: 2vh;
    font-weight: 400px;
    margin-right: 30px;
}


.cal__input--input {
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid rgb(255, 174, 17) !important;
    box-shadow: none;
    outline: none;
    color: rgb(65, 28, 28);
    border-radius: 5px;
}
*/
.section-title h3{
    color: rgba(255, 148, 17, 0.918) !important;
}
.section-title h2{
    color: rgba(255, 148, 17, 0.918) !important;
}









.inv__cal {
    border-radius: 20px;
    background-color: rgb(255, 255, 255) !important;
   }

.plans__cal--icon img {
    width: 100px;
}

.cal__input--input {
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid rgb(255, 174, 17) !important;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
}

.cal__input label {
    color: rgb(255, 174, 17) !important;
    font-weight: 600;
    margin-top: 10px;
    font-size: 2vh;
}  




.plans__cal--txt {
    margin-right: 30px;
    font-size: 2vh;
    color: rgb(255, 174, 17) !important;
}

.cal__result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.cal__result--item {
    width: 110px;
    height: 50px;
    border-radius: 5px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.cal__result--text {
    font-size: 2vh;
    color: rgb(255, 174, 17) !important;
    text-align: left;
}

.cal__result--val {
    font-size: 2vh;
    color: #130027;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;
}



