.font-24{
    font-size: 20px;
    text-align: justify;
}
.bold_class
{
  color:#3E92CC;
}

.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;
}
.hand-image {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 30px;
}
.bold_red {
    color: #ff0000 !important;
}
.bold_blue {
    color: #3366ff !important;
}
.bold_green {
    color: #339966 !important;
}
.text-orange {
    color: #E5902C !important;
}
.td-one {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px 20px;
    font-family: fontmedium;
    color:#000;
    font-size: 14px;
}
.td-two {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px 20px;
    text-align: center;
    background-color: red;
    font-family: fontmedium;
    color: #fff;
}
.td-three {
    border: 1px solid #dddddd;
    text-align: left;
    text-align: center;
    padding: 8px 20px;
    background-color: rgb(0, 0, 255);
    font-family: fontmedium;
    color: #fff;
}
.table-content {
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 360px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.flag-bg {
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    background-color: #fff;   
}
.flag-img {
    width: 100px !important;
    margin-bottom: 15px;
};