#blog-content .post-content .sub-heading{
    margin-top: 15px;
}

#blog-content .post-content li h5{
    /* font-weight: normal;
    color: #233049; */
    font-weight: normal;
    color: #233049;
    width: 93%;
    display: block;
    float: left;
}
#blog-content .post-content ul{
    /* float: left; */
}
#blog-content .post-content li{
    /* display: -webkit-inline-box; */
    display: block;
    /* float: left; */
}


#blog-content .post-content li:first-child{
    margin-top: 7px;
}

#blog-content .post-content li:before {
    /* content: "\2713";
    color: #005386;
    font-weight: bold;
    padding:10px; */


    content: "\2713";
    color: #005386;
    font-weight: bold;
    /* padding: 10px; */
    display: block;
    width: 7%;
    float: left;
  }

  #enquiry-track thead th{
      font-size: 15px;

  }

  #enquiry-track td{
    font-size: 12px;

}