
/*********************************grid ****************************/
.lab_header{
    font-weight: 600;
    margin-top:20px;
    color: #111;
  }
  .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: #111;
      border-bottom: 1px solid #111;
  }
  .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;
    background: #fff;
  
    }
    .fa-file-pdf{
        color: #111;
    }
    .catalog-subheader2 {
        font-weight: 600;
        font-size: 17px;
        text-align: left;
        margin-bottom: 10px;
        color: #025b9f;
        padding: 6px;
        border-bottom: 1px solid #eee;
        background: #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;
     
  }  
  .grid_image{
        width: 16%;
        margin-right: 28px;
        padding: 1px;
        margin-bottom: -1px;
  }
  .fa-file-pdf{
      color: #f8931d;
  }
  .catalog-subheader2 a,a:hover{

  color: #025b9f;
  text-decoration:none;
}
   /************Modal**************/
       .pdf-image{
              height: 25px;
              width: 20px;
       }
       .download-image{
          height: 20px;
       }
       .modal-type a{
        position: relative;
        display: block;
        padding: 9px;
        border: 1px solid #423d3d;
        color: #4a4a4a;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        width: 73%;
        margin: auto;
        margin-top: 12px;
       }
       .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: 10px;
        font-size: 14px;
         
      }    
   
  .modal-lisst{
      list-style-type: none;
  
  }
  .catalog_img{
    width: 25px;
    margin-right: 6px;
  }
  .fa-download{
    margin-right: 20px;
    color: #111;
    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: 13px !important;
                font-size: 12px;
              }
           
          }  
            @media only screen and (min-width: 480px) and (max-width:576px)
          {   
              .list-type4{
              width: 100%;
              }
              .modal-type a {
                width: 87% !important;
                margin-left: 28px !important;
                font-size: 15px;
              }
          }
          @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%;
              }
          } 