.social-contact{
background:transparent;
display:block;
position:fixed;
 bottom: 5vh;
 left:20px;
 flex-wrap:nowrap;
align-items:justify-center;
width:50px}
.social-contact i{background:transparent;
font-size:50px; 
color:#8ee34c;
}
.abt-img{display:flex;
position:relative;
flex-wrap:wrap;
align-items:center;
}
.abt-img  span{
font-size:40px;
color:#9de241;
text-align:center;
font-family:sans-serif;
vertical-align:bottom;
margin:auto;
width:100%;
font-weight:600;
}



.sc-logo img{
height:100px;
width:100px;
display:inline-block!important;
}
.sc-logo >div:first-child
{
vertical-align:top;	
text-align:center;
display:inline-block!important;
width:20%!important;
}

.sc-logo >div:last-child{  display:inline-block!important;width:75%!important;}
 


/*
.sc-logo img{
height:100%;
width:100%;
display:inline-block!important;
}
.sc-logo >div:first-child
{
vertical-align:top;	
text-align:center;
display:inline-block!important;
width:20%!important;
}

.sc-logo >div:last-child{  display:inline-block!important;width:75%!important;}
 
 */
@media (max-width: 991px) {
	.social-contact{
 bottom: 4px!important;
}
.ctc-btn{width:100%!important;margin:auto;float:center!important;}
 .price-wrap  .card-footer a{margin-top:50px;}
}