.help-block{
	color: red;
}

#custom-pagination .pagination li a{
  border: 1px solid #000;
  padding: 2px 4px;
  text-decoration: none;
  color: #000;
}
.next a{
  border: none !important;
  color: black;
}
#custom-pagination .pagination li a:hover{
 
  color: red;
}
#custom-pagination .pagination .prev.disabled span{
    cursor: not-allowed;
    background-color: #fff;
}
#custom-pagination .pagination .active a{
    color: red;
}

.footer-section ul li {
    margin: 16px 0;
}
 .footer-section .social-icon{
          padding: 6px;
        }  

