/* Footer Style */
.footer ul {
	padding: 0px;
	margin: 0px;
}

.footer a:hover,
.footer a:focus {
	text-decoration: underline;
}

.footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-top {
	background-color: rgba(124, 35, 84, 0.2);
	padding: 25px 0;
}
.footer-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.footer-icon-rounded {
	background-color: rgba(124, 35, 84, 0.2);
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5px;
}

.footer-icon-text {
	font-size: 16px;
	color: #000;
	margin-left: 10px;
	display: inline-block;
}

a.footer-icon-text:hover {
	color: #7c2354;
}

.footer-middle {
	padding: 38px 0;
	background-color: #7c2354;
}

.footer-logo {
	margin-bottom: 20px;
	display: inline-block;
}

.footer-pharmacy-logo img {
	max-width: 290px;
	width: 100%;
}

.footer-logo img {
	max-width: 212px;
	width: 100%;
}

.footer-middle .footer-title {
	color: #fff;
	margin-bottom: 15px;
}

.footer-menu-link,
.footer-menu-link:hover,
.footer-menu-link:focus {
	color: #fff;
	font-size: 15px;
}

.footer-menu ul li {
	margin-bottom: 8px;
}

.footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer-location-text {
	color: #fff;
	font-size: 15px;
}

.footer-location-text a {
	color: #fff;
}

.footer-location-text p {
	margin-left: 10px;
}

.footer-newsletter p {
	color: #fff;
	font-size: 12px;
}

.footer-newsletter-box {
	position: relative;
}

.footer-newsletter-box .form-control {
	border-radius: 8px;
	border: none;
	padding-right: 35px;
}

.footer-newsletter-box .btn:focus,
.footer-newsletter-box .btn:active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-newsletter-box .btn {
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
}

.footer-bottom {
	background-color: #f6f6f6;
	padding: 25px 0;
}

.footer-copyright {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
}

.footer-bottom .footer-menu-link {
	color: #000;
	font-size: 12px;
}

.footer-bottom .footer-menu-link:hover {
	color: #7c2354;
}

.footer-bottom .footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-bottom .footer-menu ul li {
	margin-bottom: 0;
	padding: 0 6px;
}

.footer-bottom .footer-menu ul li + li {
	border-left: 1px solid #e2e5ec;
}

.footer-payment ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-payment ul li + li {
	margin-left: 6px;
}

/* Media query */

@media (min-width: 768px) and (max-width: 991px) {
	.footer-icon-text {
		font-size: 11px;
	}
}

@media (max-width: 768px) {
	.footer-icon-text {
		font-size: 16px;
	}

	.footer-top .footer-title {
		margin-bottom: 10px;
	}
	.footer-icon-with-text {
		margin-bottom: 8px;
	}
	.footer-block {
		margin-bottom: 20px;
	}
	.footer-middle {
		padding: 20px 0;
	}
	.footer-copyright {
		text-align: center;
	}
	.footer-payment ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-copyright-col {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer-payment {
		margin: 10px 0;
	}
	.footer-bottom {
		padding: 20px 0;
	}
	.footer-middle .footer-title {
		margin-bottom: 10px;
	}
	.footer-pharmacy-logo img {
		max-width: 212px;
	}
}

@media (max-width: 480px) {
	.footer-pharmacy-logo img {
		max-width: none;
	}
	.footer-icon-text {
		margin-left: 6px;
	}
	.footer-top .row [class*="col-"] {
		width: 100%;
	}
	.footer-location-text {
		font-size: 14px;
	}
	.footer-menu ul li {
		margin-bottom: 6px;
	}
	.footer-menu-link {
		font-size: 14px;
	}
}
