.font-24{
    font-size: 20px;
    text-align: justify;
}
.bold_class
{
  color:#3E92CC;
}
.ul-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;
}
.text-basic
{
    color:#3E92CC;
    font-family: fontsemibold;
}
.main_table tr.second_head {
    background-color: #3E92CC;
    color: #fff;
}








.main_table {
    font-family: fontmedium !important;
    border: 1px solid #d3d3d3;
  }
  .main_table.table-responsive {
    overflow-x: auto !important;
  }
  .main_table tr {
    border: 1px solid #d3d3d3;
  }
  .main_table tr.first_head {
    background-color: #3E92CC;
    color: #fff;
  }
  
  .main_table th h6.text-theme
  {
    color:#3E92CC !important;
  }
  .main_table th, td {
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    padding: 16px !important;
  }
  .main_table th h6 {
    margin-bottom: 0px;
  }
  .main_table tr {
    border: 1px solid #d3d3d3;
  }