.widget-snippet  .header-phone{
      font-size: 18px;
     font-family: 'Gotham';
     text-align: right;
     display: block;
     color:#616161;
}
.widget-snippet.top-phone-header a{
   color: #616161;
   -webkit-transition:all 0.5s ease 0s;
   transition:all 0.5s ease 0s;
}
.widget-snippet.top-phone-header a:hover i,
.widget-snippet.top-phone-header a:hover{
   color: #89b723;
}
.widget-snippet.top-phone-header a:hover i{
   border-color:#89b723;
}
.widget-snippet .header-phone i{
color: #616161;
border: 2px solid #616161;
border-radius: 50%;
height: 25px;
width: 25px;
line-height: 22px;
text-align: center;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 14px;
}


body.widget-snippet .header-phone{
    max-width:767px;
   margin: a auto;
   text-align:center;
   padding:50px;
}

