body {
  font-family: "Poppins", sans-serif;

    font-size: 16px;
    color: #000;
    background-color: #f2f3f5;
}

.main
 {
     background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .12);

 }
.header-title {
    display: block;
    position: relative;
    background: #00426d;
    border-radius: 5px;
    margin: 20px 0 25px;
    overflow: hidden;
}

.header-title span {
    display: flex;
    position: relative;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #fff;
    border-left: 5px solid #f40900;
}
