.tab-style-four.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 20px 14px !important;
}
.top-bar-bg {
    background: -webkit-linear-gradient(left, #274778 30%, #3294b9 100%) !important;
}
  
#fixed-social {
   position: fixed;
   top: 170px;
   z-index: 999;
   right: 0;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 50px;
   position: relative;
   text-align: center;
   line-height: 40px;
   width: 50px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
  visibility: visible;
  right: 46px;
  opacity: 1;
  border-radius: 10px;
} 
#fixed-social a span {
  line-height: 41px;
  top:  5px;
  right: 60px;
  position: absolute;
  text-align: center;
  width: 150px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
 .fixed-facebook{
  background: url(https://www.yelkenakademisi.com.tr/wp-content/uploads/2019/12/face.png) no-repeat 0 0;
  display: inline-block;  
 }
 .fixed-facebook span{
  background-color: #5f82cf;
 }
 .fixed-twitter{
  background: url(https://www.yelkenakademisi.com.tr/wp-content/uploads/2019/12/twit.png) no-repeat 0 0;
  display: inline-block;  

 }
 .fixed-twitter span{
  background-color: #00acec;
 }
 .fixed-linkedin{
  background: url(https://www.yelkenakademisi.com.tr/wp-content/uploads/2019/12/linked.png) no-repeat 0 0;
  display: inline-block;

 }
 .fixed-linkedin span{
  background-color: #0097d3;
 }
 .fixed-instagrem{
  background: url(https://www.yelkenakademisi.com.tr/wp-content/uploads/2019/12/insta.png) no-repeat 0 0;
  display: inline-block;  
 }
 .fixed-instagrem span{
  background-color: #cc3f5e;
 }
 .fixed-whatsapp{
  background: url(https://www.yelkenakademisi.com.tr/wp-content/uploads/2019/12/wp.png) no-repeat 0 0;
  display: inline-block;

 }
 .fixed-whatsapp span{
  background-color: #3fac2b;
 }