footer {
	margin-top: 0 !important;
}

.bd-highlight {
	border: none;
	transition: 0.2s all;
}

.bd-highlight:active {
	transform: scale(0.98) !important;
	transform-origin: center !important;
	background: #fff !important;
}

.bd-highlight span {
	font-family: 'Product Sans Medium Regular';
}

.bd-highlight:hover span {
	color: #A51414 !important;
}

.searchDivBg {
	background: #fff !important;
}

.searchDivBg img {
	width: 150px !important;
	object-fit: contain;
	height: 150px !important;
}

.searchDivBg h5 {
	font-family: 'Product Sans Medium Regular';
	font-size: 16px;
	color: #AD050A;
}

.searchDivBg p {
	font-family: 'Product Sans Medium Regular';
	font-size: 16px;
	color: #4E4E4E;
}

.searchDivBg p span {
	font-family: 'Product Sans Regular';
	font-size: 16px;
	color: #4E4E4E;
}

.digi-heading {
	font-family: 'Product Sans Medium Regular';
	color: #4E4E4E;
	font-size: 14px;
}

.li-disc {
	list-style-type: disc;
}

.manf-logo img {
	height: 85px !important;
	padding: 0px !important;
}

.popular-home>div>div {
	cursor: pointer;
}

.searchDivBg img {
	border-radius: 10px;
}

.supplier-logo {
	width: 140px;
	padding: 8px;
	background-color: white;
	border-radius: 8px;
}

.about span {
	letter-spacing: 0.5px;
}
.searchDivBg {
	cursor: pointer;
}

.popup-modal-content {
	border-radius: 8px !important;
}

.modal-dialog-centered {
	max-width: 600px !important;
	margin: 150px auto !important;
}

.form-banner {
	width: 200px;
	height: -webkit-fill-available;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.form-container {
	background-color: #F3F5F9;
	width: -webkit-fill-available;
	font-family: 'Product Sans Regular';
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.pop-up-close {
	margin-top: -2px;
}
.popup-p-tag {
	font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}


@media ( max-width : 768px) {
	.searchDivBg img {
		width: 100px !important;
		height: 100px !important;
	}
	.searchDivBg p {
		font-size: 14px;
	}
	.searchDivBg p span {
		font-size: 14px;
	}
	.searchDivBg h5 {
		font-size: 14px;
	}
	.regular-22 {
		font-size: 18px !important;
	}
	.about span {
		line-height: 22px !important;
		font-size: 14px !important;
	}
	.medium-regular-18 {
		font-size: 16px !important;
	}
}