.bg-lightblue {
	background-color: #e9f2ff;
}

.pricing-standard {
	background-color: #8a9bb3;
	color: #fff;
	border-radius: 20px;
	padding: 10px;
}

.between-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
}

.card-price {
	font-size: 2rem;
	font-weight: bold;
	margin: 15px 0;
}

.toggle-container {
	padding: 20px;
}

.billing-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: white;
	border-radius: 30px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.option {
	padding: 10px 25px;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.option.active {
	background-color: #1677ff;
	color: white;
	border-radius: 30px;
}

.border-s {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--primary-white);
	border: 1px solid #d1e3ff;
	border-radius: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 16rem;
	padding: 0.25rem;
	-webkit-box-shadow: 0 4px 4px #ddeaff;
	box-shadow: 0 4px 4px #ddeaff;
}

.btn.no-border {
	border: none !important;
	border-radius: 30px;
}

.feature-box {
	background-color: #e6f0ff;
	border-radius: 15px;
}

.tab-button {
	text-align: left;
	padding: 16px;
	border: none;
	border-bottom: 1px solid #dee2e6;
	background: transparent;
	width: 100%;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab-button.active {
	border-right-color: #1c78ff;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 4px;
	background-color: #fff;
	font-weight: 600;
	flex-flow: column;
	max-width: 27.4375rem;
	padding: 2.125rem 5.375rem 2.125rem 3.5rem;
	display: flex;
}
.tab-button {
	font-weight: 600;
	flex-flow: column;
	max-width: 27.4375rem;
	padding: 2.125rem 5.375rem 2.125rem 3.5rem;
	display: flex;
}

.tab-button:hover {
	background-color: #f8f9fa;
}

.feature-img {
	z-index: 2;
	width: 23.25rem;
	min-width: 23.25px;
	height: 100%;
	position: relative;
}

.phone-preview {
	border-left: 1px solid #cbd5e1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 400px;
}

.video-wrapper {
	position: relative;
	display: inline-block;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.bg-star-icon {
	background-color: #e9f2ff;
	border-radius: 5px;
}

.starbucks-table {
	margin-left: 15rem;
	margin-top: -12rem;
}

.feature-type {
	text-decoration: none;
	color: black;
}
.pricing_table {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.features-h3 {
	font-size: 3rem;
}
.key-features_wrapper {
	grid-row-gap: 4rem;
	flex-flow: column;
	align-items: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: flex;
}
.global-padding {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
