.footerin{
  background-color:white; border-style: solid; border-width:0px; border-top-width:1px; border-color:#999;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .footerin{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer-title{
  margin-bottom: 20px;
  color: #008000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 75px;
  height: 25px;
  padding-bottom: 4px;
}

.footer-address-ul {
    padding-left: 20px;
}

.footer-address-ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-address-ul li span {
    /*margin-left: 15px;*/
}

.footer-address-ul #li1:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e021";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    /* margin-right: 14px; */
    color: black;
}

.footer-address-ul #li2:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e182";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    /* margin-right: 14px; */
    color: black;
}

.footer-address-ul #li3:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\2709";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    /* margin-right: 14px; */
    color: black;
}

.footerin h6{
  color: black;
}
