.font-24
{
  font-size: 20px;
}
.back-tertiary {
  background-color: #edf4ff !important;
}
.bold_class
{
  color:#3E92CC;
}
.text-darks
{
  color:#000;
  margin-left: -5px;
}
.text-darkss
{
  color:#000;
}
.expl_points {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  font-family: fontmedium !important;
}
.expl_points_icon i {
  width: 36px;
  height: 36px;
  background-color: #3E92CC;
    color: #fff;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}
.expl_point_data {
  font-size: 16px;
  color: rgb(30 30 30 / 84%) !important;
}
.annual_feess {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color:#3E92CC;
}



.main_table.table-responsive {
    overflow-x: auto !important;
}
.main_table {
    font-family: fontmedium !important;
    border: 1px solid #d3d3d3;
}
.main_table tr.second_head {
    background-color: #3E92CC;
    color: #fff;
    text-align: center;
}
.main_table tr {
    border: 1px solid #d3d3d3;
}
.main_table th, td {
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    padding: 16px !important;
}