body.widget-snippet .social-link {
  padding: 20px;
  background: #C41F35;
  text-align: center;
  max-width: 560px;
  background:#081a3a
}
body.widget-snippet .social-link::before {
    position: relative;
    margin-bottom: 20px;
    display: block;
}
body.widget-snippet .social-link::before {
    top: 10px;
}

body.widget-snippet .social-link a {
  padding: 15px;
  width:60px;
  height:60px;
  border-color:#fff;
  text-decoration: none;
}
body.widget-snippet .social-link a.snippet-activated-elm, body.widget-snippet .social-link a.snippet-highlighted-elm{
  outline:2px #f26522 dashed
}
body.widget-snippet .social-link a:after{
  display: none;
}
body.widget-snippet .social-link a i.fa {
  font-size: 22px;
  border-radius:50%;
  line-height:30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.widget-snippet .social-link a i.fa {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  color:#fff;
  width: 30px;
  display: block;
}

.widget-snippet .social-link a i{
  position: relative;
}

.widget-snippet .social-link {
    text-align: right;
    border-right: 4px solid #fff;
    padding-right: 20px;
}
.widget-snippet .social-link a {
  margin-left: 10px;
  width: 31px;
  height: 31px;
  display: inline-block;
  position: relative;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  outline: 0;
}
.widget-snippet .social-link a:hover  {
  text-decoration: none;
}
.widget-snippet .social-link a:hover i {
    color: #081a3a;
}
.widget-snippet .social-link:before {
  content: "Follow Us";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  font-family: 'Axiforma';
}
.widget.widget-snippet.footer-social {
    position: relative;
    display: block;
    z-index: 1;
    max-width: 1366px;
    margin: 0 auto;
}
.widget.widget-snippet.footer-social {
  position: relative;
  display: block;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
}
.widget.widget-snippet.footer-social .social-link {
  max-width: 400px;
  float: ;
  margin: 0 auto;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  border-radius: ;
  border-right: 0;
}
.widget.widget-snippet.footer-social .social-link a{
  margin: 0 12px
}
.widget.widget-snippet.footer-social .social-link i{
  font-size: 36px;
}
.widget.widget-snippet.header-social .social-link:before {
  display: none;
}


/*Responsive start*/

@media (max-width:1640px) {
.responsive .widget.widget-snippet.footer-social {
    max-width:100%;
  }
.responsive .widget-snippet .social-link{
    padding-bottom:10px;
  }
  
}

@media (max-width:1440px) {

.responsive .widget-snippet .social-link{
    padding-bottom:40px;
  }
  
}
@media (max-width:1300px) {
.responsive .widget-snippet .social-link{
    padding-bottom: 0px;
  }
  
}


@media (max-width:1300px) {
.responsive .widget-snippet .social-link{
    padding-bottom: 0px;
  }
  
}

/*Responsive end*/
