#pricing {
	height: 100%;
	padding: 100px;
	text-align: center;
}

.card {
	box-shadow: 0px 12px 15px -15px rgba(0, 0, 0, 0.5);
}
.card-header {
	color: white;
	background-color: #373737;
	padding: 21px;
	position: relative;
}
.pricing-column {
	padding: 3% 2%;
}

.btn-dark {
	background-color: black;
}
.popular-head-rotate {
	text-align: center;
	left: 0;
	width: 200%;
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #09a0f7;
	padding: 10px;
}
.elementor-price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.btn-dark:hover {
	background-color: #343a40;
}
.card .card-header p {
	color: #fff;
}
.popular-head-rotate h4 {
	font-size: 15px;
}
.card .card-body h2 {
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	margin-top: 21px;
}
.card .card-body span {
	font-size: 40px;
}
.card .card-body sup {
	font-size: 22px;
	color: #09a0f7;
}
ul.list-card-price li {
	border-bottom: 1px solid #dddddd94;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.list-card-price {
	margin-top: 40px;
}
a.btn.price-btn {
	width: 200px;
	text-decoration: underline;
	text-decoration-color: #fff;
	font-size: 18px;
}
.btn-main-price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 21px;
	margin-top: 39px;
}
.modal-content.content-wrapper-promotion .modal-header {
	border-bottom: none;
}
.modal-content.content-wrapper-promotion button.btn-close {
	background-image: none;
}
.modal-content.content-wrapper-promotion button.btn-close i {
	color: #09a0f7;
	font-size: 23px;
}
.modal-content.content-wrapper-promotion {
	margin: 0px 120px;
}
.btn1 {
	font-size: 17px;
	padding: 15px;
	color: #fff;
	display: block;
	background: #09a0f7;
	transition: 0.5s ease-in-out 0s;
	font-family: "Oswald-SemiBold";
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}
.main_heading-promotion {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	height: 100%;
}
.main_heading-promotion h2 {
	font-size: 35px;
}
a.btn.add-to-zata {
	width: 140px;
	color: #fff;
}
.btn-promotion {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
@media (max-width: 576px) {
	#pricing {
		padding: 10px;
	}
	.modal-content.content-wrapper-promotion {
		margin: 0px 0px;
	}
}
