/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#contact-us-footer{
background-color:#F26B06;
border-radius:0px;
color:#ffffff;
font-size:18px;
font-weight:bold;
padding:9px 23px;
}
@media only screen and (max-width: 575px) {
  #contact-us-footer {
    background-color:#F26B06;
    position:fixed;
    bottom:0;
    font-size:14px;
    width:100%;
    font-weight:normal;
  }
}