
.esc-heading h3{
    border-left: 4px solid #04AA6D;

}
.content{
    background: #fff;
    max-width: 1170px;
    margin: 0px auto;
    -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 4px 16px 0 rgba(0,0,0,.3);
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.breadcrumb li a{
    color: #0047ba !important;
}
.section-title fieldset {
    padding: 15px 19px 19px 19px !important;
    border: 1px solid #e9ebec !important;
    border-radius: 10px;
}
.section-title legend{
    text-align: left !important;
    color: #1c5ba9;
    margin: 0;
    width: auto;
    float: inherit;
    font-size: 22px;
    padding: 2px 20px;
    background: #e9ebec;
    border-radius: 4px;
    margin: auto;
    font-weight: bold;
}
