h4.spb_heading, h4.lab-heading {
    font-weight: normal;
    margin-top: 30px;
    border-bottom: 2px solid transparent;
    position: relative;
    margin-bottom: 34px;
    text-align: center;
    font-size: 24px;

}
h4, h4 a, .carousel-wrap > a {
    color: rgb(54, 52, 52);
}
h4, .body-content.quote, #respond-wrap h3 {
    font-size: 24x;
    line-height: 20px;
}
h4.spb_heading::before, h4.lab-heading::before {

    content: "";
    display: block;
    border-top: 2px solid rgb(153, 148, 148);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;

}
h4.spb_heading span, h4.lab-heading span {
    background: #f8f8f8;
    }
    h4.spb_heading span, h4.lab-heading span {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
/*********************************grid ****************************/
.lab_header{
    font-weight: 600;
    margin-top:20px;
    color: #e23127;
  }
  .lab-subheader{
      font-size:18px;
      font-weight: 700;
      color:#111;
      text-align: center;
     
      padding: 6px;
     
  }
  .catalog-subheader{
      font-weight:700;
      font-size:18px;
      text-align: center;
      margin-bottom:10px;
      color: #e23127;
      border-bottom: 1px solid #e23127;
  }
  .grid-container {
      columns: 3 220px;
      column-gap: 1.5rem;
      width: 85%;
      margin:  auto;
      margin-top: 30px;
  }
  .align_grid {
      margin: 0 ;
      display: inline-block;
      width: 100%;
      background-color: #fbfbfb;
      padding:8px;
      transition: all .25s ease-in-out;
      margin-bottom: 30px;
  }
  .align_grid2 {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: all .25s ease-in-out;
    margin-bottom: 30px;
    border: 1px solid #ccc;
  }
  
    .fa-file-pdf{
        color: #e23127;
    }
    .catalog-subheader2{
        font-weight: 700;
        font-size: 19px;
        text-align: center;
        margin-bottom: 10px;
        color: #363293;
        padding: 8px;
        border-bottom: 1px solid #eee;
    }
  .list-type4{
       width:350px;
       margin:0 auto;
  }
  .list-type4 ol{
       counter-reset: li;
       list-style: none;
       *list-style: decimal;
       font-size: 15px;
       font-weight: 700;
       padding: 0;
       margin-bottom: 10px;
  }      
  .list-type4 a{ 
    position: relative;
    display: block;
    padding: 3px;
    margin: 10px 0;
    border-bottom: 1px dotted #d1e7f7;
    color: #2c2b2b;
    font-family: 'Metrophobic', sans-serif !important;
     
  }  
  
   /************Modal**************/
       .pdf-image{
              height: 25px;
              width: 20px;
       }
       .download-image{
          height: 20px;
       }
       .modal-type a{
            position: relative;
            display: block;
            padding: 7px;
            margin: 15px 0;
            margin-left: 0px;
            border-bottom: 1px solid #f8f8f8;
            color: #4a4a4a;
            text-decoration: none;
            text-align: left;
            margin-left: 30px;
            margin-right: 10px;
            font-size: 13px;
       }
       .list-type5 a{     
        position: relative;
        display: block;
        padding: 4px;
        margin: 17px 0;
        color: #2c2b2b;
        text-decoration: none;
        text-align: left;
        border-bottom: 1px dotted #ccc;
        margin-left: -9%;
        font-size: 14px;
         
      }    
   
  .modal-lisst{
      list-style-type: none;
  
  }
  .catalog_img{
    width: 18px;
    margin-right: 6px;
    padding-bottom: 7px;
  }
  .fa-download{
    margin-right: 20px;
    color: #e23127;
    font-size: 18px;
  }
  
  
  
      /*************Media Query*****************/
          @media only screen and (min-width: 280px) and (max-width:480px)
          {   
              .list-type4{
              width: 100%;
              }
              .modal-type a {
                  width: 87% !important;
                  margin-left: -1px !important;
              }
           
          }  
            @media only screen and (min-width: 480px) and (max-width:576px)
          {   
              .list-type4{
              width: 100%;
              }
          }
          @media only screen and (min-width: 576px) and (max-width:768px)
          {   
            
              .list-type4{
              width: 100%;
              }
          } 
          @media only screen and (min-width: 768px) and (max-width:991px)
          {  
              .list-type4{
              width: 100%;
              }
          } 
          @media only screen and (min-width: 991px) and (max-width:1200px)
          {   
              .list-type4{
              width: 100%;
              }
          } 
          @media only screen and (min-width: 1200px) and (max-width:15000px)
          {
              .list-type4{
              width: 100%;
              }
          } 