.contact.pages {
	margin: 5vw auto;
}

.contact-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 500px;
}

.contact h3 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
	color: var(--text-title-black-color);
}

.contact .bi {
	background: var(--primary-color);
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
}

.contact .fa-phone {
	font-size: 18px;
}

.contact .fa-envelope {
	font-size: 16px;
}

.contact p {
	font-size: 17px;
	line-height: 1.75;
	padding-bottom: 15px;
	color: var(--text-black-color);
}

i.bi.bi-phone {
	font-weight: bold;
}
iframe {
    border: 0 none;
}
@media screen and (max-width: 992px) {
	.contact-footer h3 {
		font-size: 22px !important;
		padding-top: 30px !important;
	}

	.contact-left {
		height: 402px !important;
	}

}