/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */


body {
	background: #ffffff !important;
}

.backBtn a {
	cursor: pointer;
	color: #808080;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	PADDING: 10px 0;
}

.footer-widget h4 strong {
	font-weight: 600;
}

.footer-widget p strong,
footer .copyright strong {
	font-weight: 500;
}


.backBtn i {
	font-size: 10px;
	font-weight: 700;
}

.heading-container .row h2 {
	color: #a00202ff;
	font-size: 28px;
	font-weight: 600;
}

.heading-container .desc {
	font-size: 18px;
	color: gray;
}

.contactBtn a {
	background-color: #a00202ff;
	color: #ffffff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}

/* .contactBtn:hover {
	background-color: #00a1acff;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.price-selection-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 80%;
	max-width: 100%;
	margin: auto;
	padding: 10px 2px;
	position: relative;
	z-index: 1;
	top: -80px;
}

.price-selection-container .price-selection-wrapper {
	background: #FFF;
	border-radius: 10px;
	box-shadow: rgb(204, 204, 204) 0px 0px 5px 1px;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.price-selection-wrapper,
.price-selection-wrapper-2 {
	transition: .4s ease-in;
}

.price-selection-wrapper:hover,
.price-selection-wrapper-2:hover {
	transform: translateY(-5px);
	box-shadow: rgb(219 9 9 / 27%) 0px 0px 5px 1px;
}

.price-selection-wrapper-2 {
	background: #FCFBE4;
	border-radius: 10px;
	box-shadow: rgb(204, 204, 204) 0px 0px 5px 1px;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: unset !important;
	max-width: unset !important;
}

.price-selection-wrapper .price-container,
.price-container {
	height: 100%;
}

.price-container .border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
	padding-top: 10px;
	margin-bottom: 15px;
}

.price-container .price-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.price-wrapper .price-license {
	display: flex;
	flex-direction: column;
	margin: 0px;
	width: 100%;

}

.price-wrapper ul {
	padding-left: 0;
	max-height: 200px;
	min-height: 200px;
	overflow-y: auto;
	scrollbar-width: thin;

}

.price-wrapper>ul>li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	margin: 6px 0;
	color: rgb(100, 99, 99);
}

.price {
	font-weight: 500;
	font-size: 18px;
}

.price-container .price-wrapper .license {
	display: flex;
	align-items: last baseline;
	gap: 10px;
	text-transform: capitalize;
	font-size: 32px;
	font-family: regular_bold;
	margin: 5px 0px 0px;
}

label.selectedCurrencyLabel,
label.customizable_plans {
	font-size: 14px;
	font-family: 'regular_bold';
	color: #c34949;
	padding: 0;
	text-align: left;
	border-radius: 11px;
	margin-bottom: .5rem;
}

.purchase-btn {
	background: #F2F2F2;
	align-items: center;
	width: 100%;
	padding: 10px;
	outline: none;
	color: #3d2628;
	border-radius: 6px;
	border: 1px solid #F2F2F2;
}

.purchase-btn:hover,
.purchase-btn:hover i {
	background: #D22833;
	color: #FFF;
}

.knowledge-btn {
	background: #bbb882;
	color: #FFF;
	flex-direction: row;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	outline: none;
	border: none;
	border-radius: 5px;
}

.knowledge-btn:hover {
	background: #00474cff;
	box-shadow: 10px 10px 29px -3px rgba(0, 0, 0, 0.75);
}

.price-2 {
	font-family: regular_bold;
	margin: 0 !important;
	font-weight: 600;
	font-size: 24px;
}

section.container.heading-container {
	padding: 20px;
}

.businessPartnerSlider .owl-item img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.sectionHeaderForPrice {
	padding: 60px 20px 90px 20px;
	background: #F2F2F2;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
}

.sectionHeaderForPrice h6 {
	color: #A00202;
	font-size: 22px;
	font-weight: 500;
}

.activeMostPopular {
	position: relative;
	transform: translateY(-5px);
}

.activeMostPopular .purchase-btn {
	background: #D22833;
	color: #FFF;
}

.activeMostPopular .mostPopularText {
	background: #D22833;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 8px;
	border-radius: 4px;
	position: relative;
	top: -5px;
}

.activeMostPopular::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: linear-gradient(to right, #A00202 0%, #cd6666c7 40%, #ff1c1c 60%, #e74a4a59 100%);
}

section.container.pb-5.middleHighlighSec {
	padding: 20px;
}

.middleHighlighSec h4 {
	font-size: 18px;
}

.middleHighlighSec .leftSide h5 {
	font-size: 26px;
}

.middleHighlighSec .rightSide {
	text-align: right;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: space-between;
}

section.middleHighlighSec {
	background: #f2f2f2;
}

section.businessPartnerSlider {
	padding: 80px 20px;
	margin: 20px 0;
}

section.businessPartnerSlider .head h3 {
	color: #A00202;
}

section.businessPartnerSlider .head h5 {
	font-size: 15px;
}

.businessPartnerSlider .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.businessPartnerSlider .item {
	text-align: center;
	justify-content: center;
	display: flex;
}

.businessPartnerSlider .head {
	position: relative;
	top: -12px;
	background: #FFF;
	text-align: center;
	max-width: 49%;
	margin: auto;
}

.businessPartnerSlider .col-12 {
	padding-bottom: 20px;
	border: 1px solid #44444438;
	border-radius: 4px;
}

.price-selection-container .bottomCard {
	grid-column: span 3;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	width: 70%;
	margin: auto;
	margin-top: 10px;
}

@media screen and (max-width:1220px) {
	.price-selection-container {
		width: 90%;
	}

}

@media screen and (max-width:1020px) {
	.price-selection-container {
		width: 100%;
	}

	.price-selection-container .price-selection-wrapper {
		padding: 12px;
	}

	.price {
		font-weight: 500;
		font-size: 15px;
		margin: 0;
	}

	.price-container .border-bottom {
		padding-top: 0;
		margin-bottom: 5px;
	}

	.price-container .price-wrapper .license {
		font-size: 24px;
		margin: 0px 0 6px;
	}
}

@media screen and (max-width:520px) {
	.heading-container .row h2 {
		font-size: 20px;
	}

	.sectionHeaderForPrice {
		padding: 40px 10px 83px 10px;
		margin-top: 0;
	}

	.price-selection-container .price-selection-wrapper {
		padding: 12px;
	}

	.price-wrapper ul {

		max-height: 150px;
		min-height: 160px;
	}

	.price {
		margin-bottom: 0;
		font-size: 16px;
	}

	section.middleHighlighSec {

		padding: 20px;
	}

	.middleHighlighSec .leftSide h5 {
		font-size: 18px;
	}

	.middleHighlighSec h4 {
		font-size: 15px;
	}

	.middleHighlighSec .rightSide {

		align-items: center;
	}

	.price-selection-container .bottomCard {
		margin-top: 0;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.price-selection-container {
		width: 100%;
		display: flex;
		flex-direction: column;

	}

	.businessPartnerSlider .head {
		top: -50px;
		max-width: 90%;
	}
}