.section-padding {
	padding-top: 220px;
	padding-bottom: 120px;
}
.p-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-transform: capitalize;
	background-color: var(--e-global-color-accent);
	color: #f8f9fa;
	border-radius: 8px;
	padding: 25px 50px;
	transition: 0.4s;
}
.p-button:hover {
	background-color: var(--e-global-color-secondary);
	color: #f8f9fa;
}
.p-button.disable {
	background-color: rgba(13, 26, 41, 0.22);
}
.elementor .p-button-inline,
.p-button-inline {
	display: inline;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #0854a0;
	text-decoration: underline;
	transition: 0.4s;
}
.p-button-inline:hover {
	color: var(--e-global-color-primary);
}

/* start: Promotions */
.promotion_section {
	position: relative;
}
.promotion_section .promotion_item {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	border: 1px solid rgba(13, 27, 42, 0.2);
	border-radius: 8px;
	overflow: hidden;
}
.promotion_section .promotion_item .promotion_thumb,
.promotion_section .promotion_item .promotion_content {
	width: calc(50%);
}
.promotion_section .promotion_item .promotion_thumb a img,
.promotion_section .promotion_item .promotion_thumb a {
	display: inline-flex;
	height: 100%;
}
.promotion_section .promotion_item .promotion_content {
	padding: 75px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* end: Promotions */

/* start: Upcoming Promotions */
.upcoming_promotions {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.upcoming_promotions .single_promotion {
	max-width: 100%;
	border: 1px solid rgba(13, 27, 42, 0.2);
	border-radius: 8px;
	background-color: #ffffff;
	overflow: hidden;
}
.upcoming_promotions .single_promotion .promotion_thumb {
	height: 415px;
}
.upcoming_promotions .single_promotion .promotion_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.upcoming_promotions .single_promotion .promotion_content {
	padding: 32px;
}
.promotion_section .promotion_item .promotion_content .promotion_title,
.upcoming_promotions .single_promotion .promotion_content .promotion_title {
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--e-global-color-secondary);
	margin-bottom: 14px;
	margin-top: 0;
}
.promotion_section .promotion_item .promotion_content .promotion_title a,
.upcoming_promotions .single_promotion .promotion_content .promotion_title a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.promotion_section .promotion_item .promotion_content .excerpt,
.upcoming_promotions .single_promotion .promotion_content .excerpt {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--e-global-color-secondary);
	margin-bottom: 0;
}
.upcoming_promotions .single_promotion .promotion_content .p-button {
	margin-top: 24px;
	cursor: default;
	width: 100%;
}
.upcoming_promotions .single_promotion .promotion_content .p-button-inline {
	margin-top: 11px;
	display: block;
}
.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 50px;
}
.owl-carousel .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	background-color: var(--e-global-color-primary);
	opacity: 0.27;
	border-radius: 50%;
}
.owl-carousel .owl-dots button.owl-dot.active {
	opacity: 1;
}
/* end: Upcoming Promotions */

/* start: Price Table */
.single_table {
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
		0px 4px 8px -2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.single_table .title {
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	font-family: var(--e-global-typography-secondary-font-family);
	color: var(--e-global-color-primary);
	margin-bottom: 25px;
}
.single_table .desc {
	font-size: 16px;
	line-height: 1.4;
	font-family: var(--e-global-typography-secondary-font-family);
	color: var(--e-global-color-secondary);
	opacity: 0.7;
	margin-bottom: 25px;
}
.single_table .price {
	font-size: 48px;
	line-height: 1;
	display: flex;
	align-items: start;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	margin-bottom: 40px;
}
.single_table .price .currency {
	font-size: 17px;
	line-height: 1.5;
}
.single_table .price_feature ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.single_table .price_feature ul li {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	font-family: var(--e-global-typography-secondary-font-family);
	color: var(--e-global-color-secondary);
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding-top: 19px;
	padding-left: 25px;
}
.single_table .price_feature ul li span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	display: block;
	margin-top: 11px;
}

.single_table .price_feature ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 18px;
	height: 18px;
	background-image: url(../img/check.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.single_table .price_feature ul li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--e-global-color-secondary);
	opacity: 0.1;
}
.single_table .price_feature ul li:not(:first-child) {
	margin-top: 18px;
}
.single_table .price-btn {
	margin-top: 40px;
	display: block;
	text-align: center;
	color: var(--e-global-color-accent);
	font-weight: 600;
	font-size: 14px;
	font-family: var(--e-global-typography-secondary-font-family);
	line-height: 1;
	border: 1px solid var(--e-global-color-accent);
	background-color: #ffffff;
	border-radius: 8px;
	padding: 18px 25px;
	transition: 0.4s;
}
.single_table .price-btn:hover {
	background-color: var(--e-global-color-accent);
	color: #f8f9fa;
}
.single_table .btn_desc {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	opacity: 0.7;
	font-family: var(--e-global-typography-secondary-font-family);
	margin-top: 12px;
}
.single_table .ticker {
	width: 145px;
	display: inline-block;
	border-radius: 4px;
	background-color: rgb(225, 55, 61);
	box-shadow: 0px 23px 30.2px -12px rgba(225, 55, 61, 0.41);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--e-global-typography-secondary-font-family);
	color: #f8f9fa;
	padding: 12px 18px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	text-align: center;
	top: -25px;
}
.price_table.owl-carousel .owl-dots button.owl-dot {
	background-color: #f8f9fa;
	opacity: 0.5;
}
.price_table.owl-carousel .owl-dots button.owl-dot.active {
	background-color: #f8f9fa;
	opacity: 1;
}
/* end: Price Table */

/* start: Testimonial */
.testimonial_item {
	display: flex;
	flex-wrap: wrap;
	gap: 37px;
	align-items: end;
	justify-content: space-between;
	padding-top: 15px;
}
.testimonial_item .testimonial_img {
	max-width: 430px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.testimonial_item .testimonial_img::after {
	content: "";
	position: absolute;
	top: -15px;
	right: -20px;
	width: 70px;
	height: 70px;
	border-radius: 8px;
	background-color: var(--e-global-color-primary);
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
		0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 30px 43px -12px rgba(0, 0, 0, 0.65);
	background-image: url(../img/quote.svg);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.testimonial_item .testimonial_img img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.testimonial_item .testimonial_content {
	max-width: 450px;
	width: 100%;
	margin-bottom: 15px;
}
.testimonial_item .testimonial_content .title {
	font-size: 72px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--e-global-typography-primary-font-family);
	color: #f8f9fa;
	font-weight: 400;
	margin-bottom: 35px;
}
.testimonial_item .testimonial_content .title span {
	color: var(--e-global-color-primary);
}
.testimonial_item .testimonial_content .desc {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--e-global-typography-secondary-font-family);
	line-height: 1.6;
	color: #f8f9fa;
	opacity: 0.7;
	margin-bottom: 0;
}
.testimonial_item .testimonial_content .reviewer {
	margin-top: 50px;
}
.testimonial_item .testimonial_content .reviewer .name {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 800;
	font-family: var(--e-global-typography-secondary-font-family);
	color: #f8f9fa;
	margin-bottom: 0;
}
.testimonial_item .testimonial_content .reviewer .designation {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	font-family: var(--e-global-typography-secondary-font-family);
	color: #f8f9fa;
	opacity: 0.42;
}
.testimonials_section.owl-carousel .owl-nav {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: 0;
	bottom: 35px;
}
.testimonials_section.owl-carousel .owl-dots.disabled,
.testimonials_section.owl-carousel .owl-nav.disabled {
	display: none;
}
.testimonials_section.owl-carousel .owl-nav button {
	border: none;
	padding: 0;
	outline: none;
	display: inline-flex;
}
.testimonials_section.owl-carousel .owl-nav button > div {
	width: 13px;
	height: 13px;
	background-image: url(../img/angle-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.testimonials_section.owl-carousel .owl-nav button > div.nav-left {
	background-image: url(../img/angle-left.svg);
}
/* end: Testimonial */

/* start: Responsive */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 100px 0;
	}
	.upcoming_promotions .single_promotion .promotion_thumb {
		height: auto;
	}
	.upcoming_promotions .single_promotion .promotion_content {
		padding: 24px;
	}
	.upcoming_promotions .single_promotion .promotion_content .promotion_title {
		font-size: 20px;
		margin-bottom: 11px;
	}
	.upcoming_promotions .single_promotion .promotion_content .excerpt {
		font-weight: 16px;
	}
	.upcoming_promotions .single_promotion .promotion_content .p-button {
		margin-top: 30px;
	}

	.promotion_section .promotion_item .promotion_content {
		padding: 40px;
	}
	.testimonial_item {
		gap: 20px;
	}
	.testimonial_item .testimonial_img {
		max-width: 360px;
	}
	.testimonial_item .testimonial_content {
		max-width: 340px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
	.p-button {
		padding: 20px 25px;
	}
	.upcoming_promotions {
		gap: 0;
	}
	.upcoming_promotions .single_promotion .promotion_thumb {
		height: auto;
	}
	.upcoming_promotions .single_promotion .promotion_content {
		padding: 24px;
	}
	.promotion_section .promotion_item .promotion_content .promotion_title,
	.upcoming_promotions .single_promotion .promotion_content .promotion_title {
		font-size: 20px;
		margin-bottom: 11px;
	}
	.promotion_section .promotion_item .promotion_content .excerpt,
	.upcoming_promotions .single_promotion .promotion_content .excerpt {
		font-weight: 16px;
	}
	.promotion_section .promotion_item .promotion_content .p-button,
	.upcoming_promotions .single_promotion .promotion_content .p-button {
		margin-top: 30px;
	}

	.promotion_section .promotion_item .promotion_thumb,
	.promotion_section .promotion_item .promotion_content {
		width: 100%;
	}
	.promotion_section .promotion_item .promotion_content {
		padding: 24px;
	}
	.testimonial_item .testimonial_content .desc {
		font-size: 16px;
	}
	.testimonial_item .testimonial_content .reviewer {
		margin-top: 35px;
	}
	.testimonial_item .testimonial_content .reviewer .name {
		font-size: 16px;
	}
	.testimonial_item .testimonial_content .reviewer .designation {
		font-size: 16px;
	}
	.testimonial_item .testimonial_content {
		margin: 0;
	}
	.testimonial_item .testimonial_img::after {
		width: 52px;
		height: 52px;
		background-size: 23px 23px;
		top: -10px;
		right: -8px;
	}
	.testimonials_section.owl-carousel .owl-nav {
		bottom: 20px;
		right: 35px;
	}
}
/* end: Responsive */
