footer.page-footer{
    background-color: #ecf0f1;
}

footer.page-footer ul li{
	margin-bottom: 10px;
}

footer.page-footer ul li i{
	color: #0098db;
	font-size: 2rem;
	min-width: 50px;
}

footer.page-footer ul li a{
	display: flex;
	flex-direction: row;
	align-items: center;
}

footer.page-footer .rapid-links{
	/*border-right: 1px solid black;*/
	min-height: 145px;
}

.global-links{
	border-right: 1px solid black;
	border-left: 1px solid black;
	line-height: 5;
	font-size: 15px;
    align-items: center;
    justify-content: space-between;
}


.global-links .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.global-links .col{
	padding: 0px ;
	text-align: center;
}

.store-link-google img, .store-link-apple img{
	transition: 0.3s all ease;
}

.store-link-apple:hover img{
	transform: rotate(10deg);
}

.store-link-google:hover img{
	transform: rotate(-10deg);
}

.social-links .row .s3{
	font-size: 27px;
}

.social-links .row .s3 a i{
	transition: 0.3s all ease;
}

.social-links .row .s3 a:hover i{
	/*transform: rotate(-20deg);
	font-size: 30px;*/
	transform: scale(3);
}

footer.page-footer .rapid-links{
   line-height: 2.5 !important;
  }

@media only screen and (max-width: 601px){

	footer.page-footer .rapid-links{
		border-right: none;
	}

	.global-links .row{
		display: block;
		line-height: 2;
	}

	.global-links .col{
		text-align: left;

	}
}
