/* Footer container */
.mainfooter {
    background-color: #175d9b; 
    color: #fff; 
    padding: 10px 0; 
}

.mainfooter .text-center {
    text-align: center;
    padding: 8px;
}

.footer-middle {
    padding-top: 10px; 
}

.footer-pad {
    text-align: center; 
    margin-bottom: 0px;
    padding: 0px 0px; 
}


.footer-pad h4 {
    margin-top: 0; 
}

.footer-pad ul {
    list-style: none; 
    padding: 0; 
}

.footer-pad ul li {
    margin-bottom: 0px; 
}

.footer-pad ul li a {
    color: #fff; 
    text-decoration: none; 
    font-size: 12px;
}

.copy {
    text-align: center; 
    margin-top: 0px; 
}
hr.new4 {
  border: 1px solid white;
}


	  /* CSS for scroll-to-top button */
      

#top-btn {
  width: 50px;
  height: 50px;
  bottom: -50px;
  right: 20px;
  position: fixed;
  text-align: center;
  border-radius: 100px;
  background-color: #293441;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .8s;
  transition: all .8s;
}

#top-btn:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#top-btn:hover i {
  padding-top: 5px;
}

#top-btn i {
  padding-top: 10px;
  font-size: 30px;
  line-height: 15px;
  color: #FFFFFF;
  margin-left: 0px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

/* Chatbot Button */
#chatbot-btn {
    position: fixed;
    right: 20px;
    bottom: -120px;         /* hidden initially (above scroll btn) */
    cursor: pointer;
    z-index: 999;
}


/* Not important */

* {
  margin: 0;
  padding: 0;
}


/* Set height from div so it's scrollable */

