* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Prompt';
}

.container-footer {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
}

.footer {
	background-image: url(https://s3.amazonaws.com/cdn.codeblu.io/website/img_footer/footer_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px 0;

}

.footer {
	width: 100%;
	padding: 10px 15px;
}
.footer ul{
	padding-left: 0;
}


.footer ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer ul li a {
	font-size: 16px;
	/* text-transform: capitalize; */
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	line-height: 2.5;

	font-style: normal;
	display: block;
	transition: all 0.3s ease;
}

.footer ul li a:hover {
	text-decoration: none;
	color: #00A3FF;
	transition: all 0.5s ease;
}

.footer .social-links a {
	display: inline-block;
	height: 30px;
	width: 30px;

	margin: 10px 10px 2px 2px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer .social-links a:hover {
	display: inline-block;
	height: 30px;
	width: 30px;

	margin: 10px 10px 2px 2px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #00A3FF;
	transition: all 0.5s ease;
}
.lineView {
	margin-bottom: 1rem;
}
/*responsive*/
@media(max-width: 767px) {
	.footer {
		width: 100%;
		margin-bottom: 0px;
	}
	.footer {
		width: 100%;
		text-align: center;
		padding: 0px 0;
	}
	.footer .mobile-view {
		width: 20%;
		padding: 10px 15px;
		display: none;
	}
	.container-footer{
		padding: 1.5rem 0;
	}
}
@media(max-width:768px){
	.footer ul li a {
		font-size: 14px;
	}
}
@media(max-width: 574px) {
	.footer {
		width: 100%;
	}
}

@media(max-width: 500px) {
	

	.footer ul li a {
		font-size: 16px;
		/* text-transform: capitalize; */
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
		line-height: 2;

		font-style: normal;
		display: block;
		transition: all 0.3s ease;
	}

	.site-header .branding {
		padding-left: 0px;
	}

}

@media(min-width: 768px) {
	.desktop-view {
		width: 20%;
		padding: 10px 15px;
		display: none;
	}


	.lineView {
		display: none;
	}

}