.card-title{
    color: #048b51;
    font-weight: bolder;
    padding-left: 11px;
}

.card-header {
    padding: 1px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.common-sec {
    position: relative;
    z-index: 0;
}

.py-50, .common-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}

* {
    box-sizing: border-box;
}

.accordion .card .btn-link.collapsed {
    color: #058d4e;
}

.accordion .card .btn-link {
    width: 100%;
    border: none;
    color: ;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 9px 15px;
    position: relative;
    white-space: normal;
    text-decoration: none;
    transition: all 300ms linear 0s;
    padding-right: 35px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.accordion .card h3 .btn.collapsed::after, .accordion .card h4 .btn.collapsed::after, .accordion .card h5 .btn.collapsed::after, .accordion .card h6 .btn.collapsed::after {
    content: "→";
    color: #058d4e;
    background: rgba(199, 199, 199, 0);
}

.accordion .card h3 .btn::after, .accordion .card h4 .btn::after, .accordion .card h5 .btn::after, .accordion .card h6 .btn::after {
    top: 50%;
    right: 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
    content: "↓";
    font-weight: 900;
    margin-top: -15px;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 39, 118, 0);
}
.accordion .card .btn-link.collapsed {
    color: #058d4e;
}

.accordion .card .btn-link:not(.collapsed) {
    color: white;
    background-color: #058d4e;
}
