 @media only screen and (max-width:575px){
 footer div.container {
        margin: 0;
        padding: 0px 0px 0px 0px;
        position: absolute;
        bottom: 0px;
        background-color: black;
        color: white;
    }    
}


@media only screen and (max-width:575px){
    footer div.container div.row{
        margin: 0px;
        padding: 0px;
        z-index: 9999;
    }    
}


@media only screen and (max-width:575px){
    footer div.container i {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 100;
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 32px;
    }   
 }

@media only screen and (max-width:575px){
    footer div.container P {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 100;
        font-size: 10px;
       
    }   
 }

@media only screen and (max-width:575px){
    footer div.container div.bnt-fcstm {
        border-right: 1px dotted white;
        
        margin: 0px;
        padding: 0px;
        border-top: 8px solid rgb(143, 142, 142);
    }
}

@media only screen and (max-width:575px){
    .hero-text h5 {
        margin-top: 60px;
        margin-bottom:0px !important;
    }
  }
