.eg_bold {
  font-weight: bold;
}
.eg_p {
  margin: 0;
  font-size: 17px;
}
.eg_h1 {
  font-size: 30px !important;
  font-weight: bold;
   text-align: center;
}

.eg_h2 {
  font-size: 26px !important;
  text-align: center;
}

.eg_h3 {
  font-size: 22px !important;
}
.eg_h4 {
  font-size: 18px;
}

.eg_h5 {
  font-size: 16px;
}

.eg_h6 {
  font-size: 14px;
}
.eg_border1{
  border:1px solid #ccc;
}
.eg_p {
  font-size: 17px;
}
.egsize_8 {
  font-size: 8px;
}
.egsize_9 {
  font-size: 9px;
}
.egsize_10 {
  font-size: 10px;
}
.egsize_11 {
  font-size: 11px;
}
.egsize_12 {
  font-size: 12px;
}
.egsize_14 {
  font-size: 14px;
}
.egsize_15 {
  font-size: 15px;
}
.egsize_16 {
  font-size: 16px;
}
.egsize_18 {
  font-size: 18px;
}
.egsize_20 {
  font-size: 20px;
}
.eg-size-24 {
  font-size: 24px;
}
.eg-size-28 {
  font-size: 24px;
}
.eg-size-32 {
  font-size: 32px;
}
.eg-size-40 {
  font-size: 40px;
}
.eg-size-56 {
  font-size: 56px;
}
.eg_w_20{
  width: 20%;
}
.eg_w_33{
  width: 33%;
}
.eg_w_40{
  width: 40%;
}
.eg_w_50{
  width: 50%;
}
.eg_w_70{
  width: 30%;
}
.eg_w_100{
  width: 100%;
}
.box_rounded_15{
border-radius: 15px;
}
