.mb-social-share ul {
  margin-top: -3px;
  margin-left: -8px;
  list-style-type: none;
  padding: 0;
  line-height: 26px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  position: relative;
}

.mb-social-share ul li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.mb-social-share ul li a {
  height: 42px;
  width: 42px;
  box-sizing: content-box;
  padding: 0;
  vertical-align: middle;
  margin-right:4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.mb-social-share ul li a:before {
  transition: color .3s ease 0s;
  font-size: 21px;
  line-height: 42px;
  height: 42px;
  width: 42px;
  display: block;
  position: relative;
  z-index: 10;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
 line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}


.mb-social-share ul li:last-child >a {
  margin-right: 0;
}


.mb-social-share .linkedin a:before {
  content: "\E09D";
}

.mb-social-share .facebook a:before {
  content: "\e093";
}

.mb-social-share .twitter a:before {
  content: "\e094";
}


@media(min-width:981px){
  .mb-social-share ul{
  margin-bottom: 6.593%;
  }
}


@media(max-width:767px){
  .mb-social-share ul{
  margin-top: -13px;
  }
  
  .fot-col1-section4{
      margin-top: -43px;
  }
}