/* Social Icons Design  */
#crfs_social_icons_wrap {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 0;
	padding-right:12px;
  list-style: none;
  z-index: 99;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(0%,-50%);
}
#crfs_social_icons_wrap li a {
  display: block;
  font-size: 20px;
  background: #1c045e;
  color: #ffffff;
  display: block;
 width:40px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
  margin-bottom: 4px;
  text-align: center;
  border-radius:50% !important;
	margin-bottom:8px;
	
}
@media only screen and (max-width:1024px){
	#crfs_social_icons_wrap{
		display:none !important;
	}
}
