*{
      box-sizing: border-box;
      margin: 0px;
      padding: 0px;
      font-family: "Times New Roman", Times, serif;
      font-size: 1em;
    }
/* Start of Footer 1 i.e Downloads, Contact Details section */
    .footer-1{
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      background-color: #6b736d;
      justify-content: center;
     /* height: 200px;  */

    }

    .external-links{
      display: flex;
      flex-flow: column wrap;
      width: 30%;
      height: 100%;
      justify-content: flex-start;
      align-content: center;
      
      margin-bottom: 10px;
     
    }
    .external-links-heading{
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 5px;
       
        
    }
    .external-links-ul{
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        text-align: left;
        height: 100%;
        width: 100%;
        
      }

    .external-links-ul ul{
        list-style-type: none;
        line-height: 25px;
      }
    .external-links-ul li>a{
      text-decoration: none;
      color:  #000000;
    }

    .external-links-ul li a:hover{
      background-color: green;
    }

    .forms-download{
      display: flex;
      flex-flow: column wrap;
      width: 35%; 
      height: 100%;
      margin-top: 10px;
      margin-bottom: 10px;

    }
     
    .forms-download-heading{
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;       
      }
      .forms-download-ul{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        text-align: left;
        height: 100%;
        width: 100%;
          
      }
      .forms-download-ul ul{
        list-style-type: none;
        line-height: 25px;

      }
      .forms-download-ul li>a{
        text-decoration: none;
        color:  #000000

      }
      .forms-download-ul li a:hover{
        background-color: green;
      }

    .contact-us{
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start;
      width: 35%;
      height: 100%; 
      align-content: center;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 25px;

    }

    .contact-us-heading{
      width: 100%;
      text-align: center;
    }
    .contact-us-p{
      width: 100%;
      text-align: center;
    }

  
    
/* End of Footer 1 i.e Downloads, Contact Details section */
/* ************************************************************************************/
 
 /* Start of Footer section i.e copy right and content owned section */
    .footer{
      display: flex;
      flex-flow: column wrap;
      width: 100%;
      height: 120px;
      justify-content: center;
      align-items: center;
      background-color: #6e9979;
      text-align: center;
      line-height: 25px;
    }
    .footer-copyright{
      flex-flow: row wrap;
    }
    .footer-disclaimer{
     flex-flow: row wrap;
   }
    .footer-disclaimer a{
      text-decoration: none;
    }
/* End of Footer section i.e copy right and content owned section */
/* ************************************************************************************/