.finance {
    position: relative;
    /* z-index: 43; */
}
.ui-timepicker-wrapper {
    z-index: 11;
}
.finance .title {
    margin-bottom: 30px;
}
.finance .title h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--navigation_color);
}
.finance .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}
.finance .single-head {
    padding: 50px;
    box-shadow: 0px 0px 15px #0000001a;
    height: 100%;
}
.finance .single-info {
    text-align: left;
    margin-bottom: 30px;
}
.finance .single-info i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: var(--navigation_color);
}
.finance .single-info ul .finance .single-info ul li {
    margin-bottom: 5px;
}
.finance .single-info ul li:last-child {
    margin-bottom: 0;
}
.finance .single-info ul li a {
    font-weight: 400;
}
.finance .single-info ul li a:hover {
    color: var(--theme_color);
}
.finance .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.finance .form-main {
    box-shadow: 0px 0px 15px #0000001a;
    padding: 50px;
}
.finance .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
}
.finance .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
}
.finance .form .form-group label {
    color: #333;
    position: relative;
}
.finance .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.finance .form .button {
    margin: 0;
}
.finance .form .button .btn {
    height: 50px;
    border: none;
}
