.socialbar{
    position: fixed;
	right: 0;
	top: 35%;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1;
}
.icon{
    color:white;
    text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;  
}
.icon:hover{
    color: white;
	padding-right: 3rem;
	text-decoration: none;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
.wa-whatsapp{
    background: #008000;
    
    border-radius: 10px 0 0 10px;
}
.fa-facebook{
    background:#3b5998;
    border-radius: 10px 0 0 10px;
    
}

.icon-youtube{
    background: red;
    border-radius: 10px 0 0 10px;
}
.fa-chalkboard-teacher{
    background: #ff6c2c;
    border-radius: 10px 0 0 10px;
}
.fa-user-tie{
    background: #0caf1ad7;
    border-radius: 10px 0 0 10px;
}
.fa-archive{
    background: #0caf1ad7;
    border-radius: 10px 0 0 10px;
}
.fa-book-medical{
    background:#0caf1ad7;
    border-radius: 10px 0 0 10px;
}
.fa-envelope{
    background:#76dc76;
    border-radius: 10px 0 0 10px;
}

.fa-note-sticky{
    background: #0caf1ad7;
    border-radius: 10px 0 0 10px;
}

.fa-cross{
    background: #0caf1ad7;
    border-radius: 10px 0 0 10px;
}

.fa-address-card{
    background:#0083f5;
    border-radius: 10px 0 0 10px;
}

.fa-book{
    background:#950014;
    border-radius: 10px 0 0 10px;
}

/*.icon:first-child{
    border-radius: 1rem 0 0 0;
}
.icon:last-child{
    border-radius: 0 0 0 1rem;
}*/
