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 {
    background: #0362A0;
    width: 31px;
    height: 33px;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.icon .fa {
    color: #FFFFFF;
    font-size: 16px;
} */

.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;
}