.btn-pink{
  background:url(../images/btn-pink.png) no-repeat;
  text-align:center;
  color: #FFFFFF !important;
    display: block;
    font-family: 'Maven Pro',sans-serif;
    font-size: 18px;
    height: 64px;
    line-height: 44px;
    text-decoration: none;
    width: 188px;
}

.btn-blue{
  background:url(../images/btn-blue.png) no-repeat;
  text-align:center;
  color: #FFFFFF !important;
    display: block;
    font-family: 'Maven Pro',sans-serif;
    font-size: 16px;
    height: 64px;
    line-height: 44px;
    text-decoration: none;
    width: 188px;
}

.schedule{
  background: url("../images/btn-schedule.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 100%;
  display: block;
}

.email{
  background: url("../images/icon.png") no-repeat scroll left center transparent;
    padding: 0 0 0 45px;
}

.address{
  background: url("../images/icon-note.png") no-repeat scroll left center transparent;
    padding: 0 0 0 45px;
}

.phone{
  background: url("../images/icon-phone.png") no-repeat scroll left center transparent;
    padding: 0 0 0 45px;
   margin: 0!important;
}