.heading h6 {
    color: #1a1a1a;
    font-size: 18px;
    margin-top: 50px;
}

.table_content {
    padding-top: 50px;
}

.right_heading h5 {
    color: #b99212;
    font-size: 24px;
    margin-top: 50px;
}

.application_type p,
.record_details p {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.certBtn.selected {
    color: #fff !important;
    background-color: #57b03e;
    border: 1px solid #57b03e;
}

.btn_hover {
    border: 1px solid #57b03e;
    padding: 8px 40px;
    border-radius: 50px;
    background-color: transparent;
    margin-bottom: 30px;
}

.btn_hover:hover {
    background-color: #57b03e;
    color: #fff !important;
    border: 1px solid transparent;
}

.cert_line {
    width: 40px;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.transaction_headig h4 {
    color: #000754;
    font-size: 20px;
    margin-bottom: 20px;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #31578f;
    color: #fff;
}

.communication h5 {
    color: #291770;
    font-size: 20px;
    margin-bottom: 20px;
}

.flag_color {
    background: #215298;
    padding: 8px 20px;
    color: #fff;
}

.fa-money {
    color: #9f9f9f;
}

.blue_color {
    background-color: #215298;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
}

.border_line_chat {
    border: 1px solid #bc961b94;
    border-radius: 0;
    padding: 20px;
}

.border_line_chat:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15), 0 0px 10px 0 rgba(0, 0, 0, 0.15);
    transition: 1s;
}

.radious {
    border: 1px solid #31578f6b;
}

.border_line_chat p {
    color: #999;
    font-size: 13px;
    margin-top: 20px;
}

.bg_clr {
    /* background: #efefef4d;
	border: 0.1px solid #efefefc2; */
    margin-top: 50px;
    padding-top: 20px;
}

@media only screen and (min-width:500px) {
    .attach {
        padding-top: 25px;
    }
}