.col-sm-8.text-left, .auto-style2 {
    margin-bottom: 50px !important;
	height: 100% !important;
}

    .topnav-bg
    {
      background: #015e36;
      border: none;
      border-radius: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #f3e50b;
    }

    .heading-col
    {
        color: #000;
    }

    p
    {
        color: #000;
    }

    .navbar-brand
    {
     padding: 5px 25px;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
    {
      background: #01814d;
    }

    /* accordion css start */ 

    .accordion-container .accordion-title {
        position: relative;
        margin: 0 0 5px 0;
        text-align: left;   
        padding:11px;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        cursor: pointer;
        background:#fff;
       }
      
      .accordion-container .accordion-title:hover,
      .accordion-container .accordion-title:active,
      .accordion-title.open {
        background-color: #f9f9f9;
      }
      
      .accordion-container .accordion-title::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 10px;
        height: 2px;
        transform: rotate(90deg);
        background: #000;
        transition: all .3s ease-in-out;
      }
      
      .accordion-container .accordion-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 10px;
        height: 2px;
        background: #000;
        transition: all .2s ease-in-out;
      }
      
      .accordion-container .accordion-title.open::before {
        transform: rotate(180deg);
      }
      
      .accordion-container .accordion-title.open::after {
        opacity: 0;
      }
      
      .accordion-content {
        padding-left: 13px;
        text-align: left;
        
      }
      
      /* CSS for Demo */
      .accordion-container {
        max-width: 600px;
        margin: 0 auto;
      }
      
      ul.leftlisting
      {
        margin: 0px 0 10px;
        padding: 0px;
        list-style: none;
      }

      ul.leftlisting li
      {
        margin: 0px 0 0px;
        padding: 3px 0 3px 0;
        border-bottom: #ccc 1px solid;
      }

      ul.leftlisting li:last-child
      {
        border-bottom: none;
      }

      ul.leftlisting li a
      {
        text-decoration: none;
        color: #024025;
        font-size: 12px;
        padding: 0 0 0px 0;
        }
    
      ul.leftlisting li a:hover
      {
        color: #000;
      }
    
      .pright-10
      {
        padding-right: 7px;
        font-size: 10px;
      }
    
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #015e36;
    color: white;
    padding: 8px;
}

    footer p {
        color: #fff;
    }
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

.toast {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease !important;
    z-index: 1051;
}

    .toast.error {
        background-color: #ff3333;
    }

    .toast.success {
        background-color: #28b728;
    }
    .toast.info {
        background-color: #20c7ed;
    }

.close-button {
    cursor: pointer;
    color: #195b19;
    font-weight: bold;
    float: right;
    position: relative;
    right: -7px;
}




