/* css for footer */
footer {
	padding: 30px 0 0;
	font-family: roboto-light;
	color: #fff;
	background-color: #687785;
}
footer .links {
	margin: 0;
	margin-top: 20px;
}
footer .links li {
	margin-top: 15px;
}
footer .links li a {
	display: block;
	color: #fff;
	font-size: 14px;
}
footer hr {
	border-top-color: #99a3ac;
}
footer h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: roboto-regular;
	text-transform: uppercase;
}
footer h5 {
	margin-top: 0;
	font-size: 15px;
}
footer .social li {
	margin-top: 8px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .social li a i {
	margin-right: 10px;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	border-radius: 50%;
	background-color: #fff;
}
footer .social li.fb i {
	background-color: #3c5998
}
footer .social li.twitter i {
	background-color: #53c5ef;
}
footer .social li.pinterest i {
	background-color: #ce1e27;
}
footer .social li.linkedin i {
	background-color: #007bb6;
}
footer .social li.yt i {
	background-color: #ce332d;
}
footer .make-payment-link {
	font-size: 14px;
}
footer .make-payment-link i {
	margin-right: 5px;
	font-size: 16px;
}
footer .bot {
	padding: 30px 15px;
	margin-top: 30px;
	text-align: center;	
	background-color: #919aa2;
}
footer .bot p {
	font-size: 14px;
}

.go-to-top-btn {
	display: none;
	border-radius: 50%;
	width: 48px;
    height: 48px;
    line-height: 34px;
    font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
    bottom: 25px;
    right: 48%;
	text-transform: inherit;
	color: #444;
	display: none;
	background-color: #fff;
}
.go-to-top-btn span {
	display: none;
}
.go-to-top-btn i {
	margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer .bot {
		padding-bottom: 60px;
	}
	footer h4 {
		margin-bottom: 10px;
	}
	footer h4 + img{
		margin-bottom: 20px;
	}
	footer .links {
		margin-bottom: 20px;
	}
	footer .links li {
		margin: 0 5px;
		margin-bottom: 7px;
		display: inline-block;
	}
	footer .links li a {
		padding-bottom: 5px;
		display: inline-block;
		border-bottom: 1px dotted #99a3ac;
	}
	footer .social {
		margin: 20px 0;
		overflow: hidden;
	}
	footer .social ul {
		margin-top: 20px;
	}
	footer .social li {
		margin: 0 10px;
		margin-bottom: 10px;
		display: inline-block;
		float: left;
		width: 43%;
		text-align: left;
	}
	.go-to-top-btn {
		margin: auto;
		left: 0;
		right: 0;
		bottom: 15px;
		border-radius: 30px;
		height: auto;
		line-height: normal;
		font-size: 14px;
		width: 120px;
	}
	.go-to-top-btn i {
		margin-left: 8px;
	}
	.go-to-top-btn span {
		display: inline;
	}
}