.bg-main-green{
    background-color: #017f42 !important;
}
.bg-main-blue{
    background-color: #0055a6 !important;
}

.maininner-container  h2{
    font-size: 24px;
    color: #383e42;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.maininner-container table{ width:100%; margin-bottom: 25px; border: 1px solid #e3e3e3;}
.maininner-container table tr td{ padding: 4px 10px; border: 1px solid #e3e3e3;}
.maininner-container table tr th{ padding: 4px 10px; font-weight: 600; border: 1px solid #e3e3e3; background: #01783e; color: #fff;}

.maininner-container table tr:nth-child(even) td{  background: #f8fcff;}
