.widget-snippet .header-call a:first-of-type{
font-family: 'Ubuntu', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 24px;
text-transform: capitalize;
color: #4A465D;
  text-decoration: none;
  position: relative;
  padding-left: 38px;
  display: inline-block;
vertical-align: text-top;
}
.widget-snippet .header-call a:first-of-type:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 26px;
height: 26px;
background: url("/template/bcf634fd/images/call.png");
background-repeat: no-repeat;
}
.widget-snippet .header-call a:first-of-type:hover {
  color: #1F92D0;
  text-decoration: none;
}
.widget-snippet .header-call{
  display:block;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.widget-snippet .header-call a:last-of-type{
  padding: 12px 0;
  background: #1F92D0;
  width: 216px;
  height: 48px;
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color:#fff;
  text-decoration: none;
  margin-left: 20px;
}
.widget-snippet .header-call a:last-of-type:after{
  content: "";
  background: url("/template/bcf634fd/images/right-arrow.png") no-repeat;
  margin-left: 10px;
  display: inline-block;
  background-position-y: 2px;
  width: 16px;
  height: 12px;
}
.widget-snippet .header-call a:last-of-type:hover{
background: #4A465D;
}
