h4.header-title {
    color: #8e8e8e;
    font-family: var(--font-Helvetica);
    font-size: 25px;
}
p.company_title {
    color: #626262;
    font-family: var(--font-Helvetica);
    font-weight: 400;
    font-size: 13px;
}
h5.company_heading {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--font-Helvetica-Bold);
}
p.descp {
    font-family: var(--font-Helvetica);
    font-weight: 400;
}
.according_revenue .accordion-header {
    margin: 0;
    border-bottom: 0;
}
.according_revenue .accordion-button:not(.collapsed) {
    background: transparent;
    color: #a0aec0;
    font-family: var(--font-Helvetica);
    font-weight: 400;
    box-shadow: none;
    padding-bottom: 0;
}
.according_revenue .accordion-item {
    border: 1px solid #e2e8f0;
}
.according_revenue .accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: "\f0d7";
    font-family: "FontAwesome";
    transform: unset;
    color: #292d32;
}
.according_revenue .accordion-button::after {
    background-image: unset;
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #292d32;
    transform: rotate(180deg);
}
.according_revenue span {
    color: #000;
    font-family: var(--font-Helvetica);
    font-weight: 400;
    font-size: 15px;
}
.profileImage.travor_invester {
    background: #38b2ac;
}
.invester {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profileImage.sara_invester {
    background: #ff2020;
}
.profileImage {
    width: 29px;
    text-transform: uppercase;
    height: 29px;
    border-radius: 20px;
    font-size: 13px;
    font-family: var(--font-Helvetica);
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
}
.profileImage.marshall_invester {
    background: #ff9820;
}

.profileImage.john_invester {
    background: #8f20ff;
}

.profileImage.mason_invester {
    background: #7b0016;
}
.profileImage.nigel_invester {
    background: #0277b9;
}
.socail_icon {
    display: flex;
    gap: 10px;
}
.icon img {
    width: 34px;
}
.socail_icon {
    display: flex;
    gap: 10px;
    justify-content: end;
    /* padding: 20px 0; */
    align-items: center;
    margin-right: 20px;
}
/* edit-profile css start here */
.profile_form textarea.form-control {
    height: 175px;
    resize: none;
}
.profile_form .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}
.profile_form .invester_name {
    color: #000;
}
.profile_form label.form-label {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-Helvetica);
}
.sub_btn .btn {
    width: 100%;
    padding: 14px !important;
}
.content-page .form-control:disabled,
.form-control[readonly] {
    background-color: #eceff1;
    opacity: 1;
}
/* edit-profile css end here */
.company_logo img {
    width: 40px;
    height: 40px;
}
.attach_file img {
    width: 119px;
    height: 34px;
}
.attach_file .btn {
    width: 124px;
    text-transform: capitalize;
    padding: 10px;
}
