        
.new_social_icons .clutch-widget{
  width: 60px;  
}
.new_social_icons .clutch-widget iframe{
  height:90px !important;
  width: 60px;
  position: relative;
  top: -86px;
  right: -204px;
}
#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    background: 0 0;
    color: #47505a;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 30px;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: .3s;
    border: 1px solid #47505a;
}
#footer .footer-top .social-links a svg {
    fill: #47505A;
}

#footer .footer-top .social-links a:hover svg{
    fill: #fff;
}
.new_social_icons .clutch-widget iframe{
	display:block !important;
}
           