.section-heading p {
    font-size: 16px;
    color: #636363;
    margin-bottom: 0;
}

.link {
    text-decoration:none;
    color:#009ac8;
}

.link:hover {
    text-decoration:none;
    color:#0097cc;
}

.col_sm1{
    width: 100%;
    margin: 0 auto;
}

.col_sm4{
    width: 23%;
    margin: 1%;
    float: left;
}

.img {
    width: 78%;
    display: block;
    margin: 0 auto;
    float: none;
}

.clear {
    clear: both;
}

.top2 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}
/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

tr:nth-child(even) {
  background-color: #fff;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:98%;
  margin:0 auto;
  float:none;
}

.tab_def{
    margin:1%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 0.7%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}




.body_text111 {
  padding: 0.6%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:600;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}


table td b {
  font-weight:700;
  font-size:15px;
}

table th {
  font-size: .85em;
   font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:600;
  font-size:16px;
}

.body_text1129 {
    font-size: 15px;
    font-weight: 600;
    color: #009ac8;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 0.6%;
}


.t_hed{
    font-size: 20px;
    font-weight:600;
    color: #fff;
    font-family:'PoppiNs', sans-serif;
    text-align:left;
    text-transform: uppercase;
}

.col_sm11{
    width:98%;
    margin:0 auto;
}

.txt p{
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    color: #616161;
    font-weight: 500;
    margin: 1%;
    font-size: 16px;
    line-height: 140%;
    
}

.txt p span{
    font-weight: 600;
    font-size: 18px;
}


@media only screen and (max-width:800px){
    .col_sm4{
    width: 98%;
    }
}
