/* ============================
    Animations
   ============================ */
@keyframes fadeIn {
	from {
		opacity: 0; /* Start completely transparent */
	}
	to {
		opacity: 1; /* End fully visible */
	}
}
@keyframes fadeOut {
	from {
		opacity: 1; /* Start fully visible */
	}
	to {
		opacity: 0; /* End completely transparent */
	}
}
/* ============================
    Dashboard - global styles
   ============================ */
.cust-gl-slider {
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	background: #ddd;
	height: 300px;
	position: relative;
}
.cust-gl-slider-mask {
	z-index: 1;
	white-space: nowrap;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}
.cust-gl-slide {
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.cust-gl-slider-nav {
	z-index: 2;
	text-align: center;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	inset: auto 0 0;
}
.cust-gl-slider-nav.cust-gl-round > div {
	border-radius: 100%;
}
.cust-gl-slider-nav.cust-gl-num > div {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	padding: 0.2em 0.5em;
}
.cust-gl-slider-nav.cust-gl-shadow > div {
	box-shadow: 0 0 3px #3336;
}
.cust-gl-slider-nav-invert {
	color: #fff;
}
.cust-gl-slider-nav-invert > div {
	background-color: #2226;
}
.cust-gl-slider-nav-invert > div.cust-gl-active {
	background-color: #222;
}
.cust-gl-slider-dot {
	cursor: pointer;
	background-color: #fff6;
	width: 1em;
	height: 1em;
	margin: 0 3px 0.5em;
	transition: background-color 0.1s, color 0.1s;
	display: inline-block;
	position: relative;
}
.cust-gl-slider-dot.cust-gl-active {
	background-color: #fff;
}
.cust-gl-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff;
}
.cust-gl-slider-dot:focus.cust-gl-active {
	box-shadow: none;
}
.cust-gl-slider-arrow-left,
.cust-gl-slider-arrow-right {
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
	width: 80px;
	margin: auto;
	font-size: 40px;
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.cust-gl-slider-arrow-left [class^='w-icon-'],
.cust-gl-slider-arrow-right [class^='w-icon-'],
.cust-gl-slider-arrow-left [class*=' w-icon-'],
.cust-gl-slider-arrow-right [class*=' w-icon-'] {
	position: absolute;
}
.cust-gl-slider-arrow-left:focus,
.cust-gl-slider-arrow-right:focus {
	outline: 0;
}
.cust-gl-slider-arrow-left {
	z-index: 3;
	right: auto;
}
.cust-gl-slider-arrow-right {
	z-index: 4;
	left: auto;
}
.cust-gl-icon-slider-left,
.cust-gl-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	inset: 0;
}
.cust-gl-slider-aria-label {
	clip: rect(0 0 0 0);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}
.cust-gl-slider-force-show {
	display: block !important;
}
.cust-gl-tabs {
	position: relative;
}
.cust-gl-tabs:before,
.cust-gl-tabs:after {
	content: ' ';
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.cust-gl-tabs:after {
	clear: both;
}
.cust-gl-tab-menu {
	position: relative;
}
.cust-gl-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.cust-gl-tab-link.active {
	background-color: #c8c8c8;
}
.cust-gl-tab-link:focus {
	outline: 0;
}
.cust-gl-tab-content {
	display: block;
	position: relative;
	overflow: hidden;
}
.cust-gl-tab-pane {
	display: none;
	position: relative;
}
.cust-gl-tab-active {
	display: block;
}
/* ============================
    Dashboard - Breakdown Section
   ============================ */
.cust-section-title-wrapper {
	text-align: center;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}
.cust-section-title-wrapper.cust-blog {
	text-align: left;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}
.cust-breakdown-section {
	background-image: url('/images/breakdown-section.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 0;
	position: relative;
	background-size: auto;
	padding-top: 405px;
}
.cust-breakdown-circle {
	width: 100%;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	inset: 0% 0 auto;
}
.cust-breakdown-container {
	width: 100%;
	max-width: 264px;
	position: sticky;
	top: 20px;
}
.cust-testimonial-logo {
	display: initial;
}
.container {
	width: 100%;
	/* max-width: 1158px !important; */
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* ============================
    Dashboard - Try Now Section
   ============================ */
.try-image-container-wrapper {
	grid-row-gap: 16px;
	perspective: 1000px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
	transform: perspective(1000px);
}
.try-image-container {
	width: 100%;
	max-width: 437px;
	margin-right: auto;
}
.now-image-container {
	width: 100%;
	max-width: 863px;
	margin-left: auto;
}
.try-now-mob-image {
	width: 100%;
	max-width: 344px;
	position: absolute;
}
.try-now-mob-image:not(.active) {
	transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
}
/* ============================
    Dashboard - Testimonial
   ============================ */
.cust-testimonial-slider {
	background-color: #fff0;
	width: 100%;
	height: 100%;
}
.cust-testimonial-top-content {
	width: 100%;
	max-width: 526px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.cust-testimonial-author-wrapper {
	justify-content: space-between;
	width: 100%;
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: absolute;
	inset: 38px 0 auto;
}
.cust-testimonial-slide-nav {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: none;
}
.cust-testimonial-bottom-content {
	z-index: 1;
	background-image: url('/images/Testimonial_Back.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -265px;
	padding-top: 85px;
	padding-bottom: 60px;
	position: relative;
}
.cust-testimonial-typography {
	text-align: center;
	width: 100%;
	max-width: 597px;
	margin-left: auto;
	margin-right: auto;
}
.cust-testimonial-logo-wrapper,
.cust-testimonial-description-wrapper {
	margin-bottom: 56px;
}
.cust-testimonial-description {
	letter-spacing: -0.28px;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(#b8d3fa, #e5effe);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 28px;
	line-height: 36px;
}
.cust-testimonial-author-name-bio {
	grid-row-gap: 4px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}
.cust-testimonial-author-name {
	font-family: var(--_fonts-family---geist);
	letter-spacing: -0.09px;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
}
.cust-testimonial-author-bio {
	display: inline-block;
}
.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow {
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: auto;
	position: absolute;
	inset: 0% auto auto 0%;
}
.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
	inset: auto auto 208px 128px;
}
.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
	inset: auto 128px 208px auto;
}
.cust-team-image-wrapper {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: #d4e8ff03;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 76px;
	height: 76px;
	display: flex;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 1px 3px #d4e8ff14, inset 0 3px 12px #d4e8ff14;
}
.cust-team-image-wrapper.cust-mt {
	margin-top: 48px;
}
/* ============================
    Dashboard - Blog
   ============================ */
.cust-blog-collection-list {
	grid-column-gap: 24px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.cust-blog-single {
	background-color: #d4e8ff03;
	padding: 8px 8px 16px;
	position: relative;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
}
.cust-blog-image-wrapper {
	border: 1px solid #d4e8ff14;
	display: block;
	overflow: hidden;
}
.cust-blog-image {
	width: 100%;
	height: 100%;
}
.cust-blog-typography {
	padding-left: 8px;
	padding-right: 8px;
}
.cust-blog-category-date-wrap {
	border-bottom: 1px solid #d4e8ff14;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
}
.cust-blog-category-date-text {
	font-family: var(--_fonts-family---geist-mono);
	font-size: var(--_text-style---paragraph-small);
	letter-spacing: -0.12px;
	text-transform: uppercase;
	line-height: 16px;
}
.cust-blog-post-name {
	background-image: linear-gradient(
		180deg,
		var(--_color-palette---tertiary),
		var(--_color-palette---quaternary)
	);
	font-family: var(--_fonts-family---eudoxus-sans);
	letter-spacing: -0.28px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 35px;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
	display: block;
}
.cust-blog-button-wrap {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.cust-blog-button-text-link {
	font-family: var(--_fonts-family---geist-mono);
	color: #d8e7fe;
	font-size: var(--_text-style---paragraph-small);
	letter-spacing: -0.12px;
	text-transform: uppercase;
	text-decoration: none;
}
/* ============================
    Dashboard - FAQs
   ============================ */
.cust-faq-section {
	background-color: #010513;
}
.cust-faq-content-wrapper {
	width: 100%;
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
}
.cust-faq-tabs-menu {
	text-align: center;
	border-bottom: 1px solid #d4e8ff14;
	width: 100%;
	max-width: 461px;
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
}
.cust-faq-tabs-menu.hv2 {
	max-width: 100%;
}
.cust-faq-tabs-menu.blog {
	max-width: none;
	margin-bottom: 48px;
}
.cust-faq-tab-link {
	color: var(--_color-palette---primary);
	font-size: var(--_text-style---paragraph-regular);
	text-align: center;
	letter-spacing: -0.07px;
	background-color: #fff0;
	padding: 8px 20px;
	line-height: 20px;
	position: relative;
}
.cust-faq-tab-link.active {
	background-color: #d4e8ff03;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
}
.cust-faq-tab-link-active-line {
	background-color: var(--_color-palette---tertiary);
	opacity: 0;
	width: 100%;
	max-width: 32px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	inset: auto 0 -17px;
	box-shadow: 0 -0.66px 1.6px #b8d3fa24, 0 -1.5px 3.6px #b8d3fa05,
		0 -2.5px 6.25px #b8d3fa40, 0 -4.2px 10.5px #b8d3fa4d, 0 -12px 24px #b8d3fa8f,
		0 -10px 24px #b8d3fa7a, 0 -16px 40px #b8d3faa3, 0 -33px 80px #b8d3fa99;
}
.cust-faq-tab-link-line-element {
	opacity: 0;
}
.cust-faq-tab-link-line-element.one {
	position: absolute;
	inset: 0% auto auto 0%;
}
.cust-faq-tab-link-line-element.two {
	position: absolute;
	inset: 0% 0% auto auto;
}
.cust-faq-tab-link-line-element.three {
	position: absolute;
	inset: auto auto 0% 0%;
}
.cust-faq-tab-link-line-element.four {
	position: absolute;
	inset: auto 0% 0% auto;
}
.cust-faq-accordion-question-wrap {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.cust-faq-icon-wrapper {
	background-color: #d4e8ff03;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 28px;
	height: 28px;
	display: flex;
	position: relative;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 1px 3px #d4e8ff14, inset 0 3px 12px #d4e8ff14;
}
.cust-faq-accordion-wrapper {
	flex-direction: column;
}
.cust-faq-answer {
	color: #5f7589;
	width: 100%;
	max-width: 100%;
	margin-top: 16px;
	font-size: 16px;
	line-height: 26px;
}
.cust-faq-answer-text {
	color: #d8e7feb3;
	font-size: var(--_text-style---paragraph-regular);
	letter-spacing: -0.07px;
	line-height: 20px;
}
.cust-faq-question {
	font-family: var(--_fonts-family---geist);
	color: var(--_color-palette---primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.cust-single-faq-accordion-wrap {
	background-color: #fff0;
	border-bottom: 1px solid #d4e8ff14;
	padding: 30px 0;
	text-decoration: none;
	position: relative;
}
.cust-single-faq-accordion-wrap.active {
	background-color: #fff0;
}
.cust-single-faq-accordion-wrap._1st {
	padding-top: 0;
}
.cust-faq-icon {
	z-index: 1;
}
.cust-faq-accordion-answer-wrap {
	overflow: hidden;
}
/* ============================
    Dashboard - Media Queries
   ============================ */
@media (min-width: 1536px) {
	/* .try-image-container-wrapper,
	.cust-blog-section-title-wrapper,
	.cust-blog-items-wrapper,
	.cust-section-title-wrapper,
	.cust-testimonial-slider-wrapper {
		margin: 0 185px;
	} */
}
@media screen and (min-width: 1280px) {
	/* .try-image-container-wrapper,
	.cust-blog-section-title-wrapper,
	.cust-blog-items-wrapper,
	.cust-section-title-wrapper,
	.cust-testimonial-slider-wrapper {
		margin: 0 61px;
	}
	.trust-container,
	.unlock-container,
	.why-choose-container,
	.get-start-container {
		margin: 0 61px;
	} */
}
@media screen and (max-width: 991px) {
	.cust-breakdown-circle {
		max-width: 230px;
	}
	.cust-section-title-wrapper.cust-pricing,
	.cust-section-title-wrapper.cust-faq,
	.cust-section-title-wrapper.cust-flexible-plans,
	.cust-section-title-wrapper.cust-testimonial {
		margin-bottom: 40px;
	}
	.cust-testimonial-bottom-content {
		padding: 40px;
	}
	.cust-testimonial-typography {
		max-width: 500px;
	}
	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
		left: 20px;
	}
	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
		right: 20px;
	}
	.cust-blog-collection-list {
		grid-column-gap: 16px;
		grid-template-columns: 1fr 1fr;
	}
	.cust-blog-category-date-wrap {
		margin-bottom: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.cust-blog-post-name {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 34px;
	}
	.spinner {
		max-width: 400px;
		height: auto;
		top: -200px;
	}
	.cust-testimonial-content .spinner {
		max-width: 100%;
	}
	.cust-head-title {
		padding-top: 25px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cust-faq-tabs-menu {
		margin-bottom: 40px;
	}
	.cust-faq-accordion-wrapper {
		grid-row-gap: 16px;
	}
	.cust-faq-answer {
		max-width: 100%;
		font-size: 16px;
	}
	.cust-single-faq-accordion-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ready-header {
		line-height: 58px;
		font-size: 48px;
	}
	.try-now-mob-image {
		max-width: 260px;
	}
	.try-image-container {
		max-width: 300px;
	}
	.now-image-container {
		max-width: 400px;
	}
	.ready-header-section.try-now {
		margin-bottom: 60px;
	}
	.cust-breakdown-section {
		background-size: cover;
        padding-top: 280px;
        padding-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.cust-breakdown-circle {
		display: none;
	}
	.cust-breakdown-section {
		background-image: none;
		background-repeat: repeat;
		background-size: auto;
		padding-top: 4rem;
	}
	.cust-testimonial--top-content {
		max-width: 380px;
	}
	.cust-testimonial--author-wrapper {
		max-width: 280px;
	}
	.cust-testimonial--bottom-content {
		margin-top: -190px;
		padding: 24px;
	}
	.cust-testimonial--typography {
		max-width: 380px;
	}
	.cust-testimonial--logo-wrapper,
	.cust-testimonial--description-wrapper {
		margin-bottom: 20px;
	}
	.cust-testimonial--description {
		font-size: 20px;
		line-height: 30px;
	}
	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow.left {
		inset: auto auto 0% 0%;
	}
	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow.right {
		inset: auto 0% 0% auto;
	}
	.cust-team-image-wrapper {
		max-width: 60px;
		height: 60px;
	}
	.cust-team-image-wrapper.cust-mt {
		margin-top: 24px;
	}
	.cust-blog-collection-list {
		grid-template-columns: 1fr;
	}
	.spinner {
		max-width: 300px;
		display: none;
		top: -150px;
	}
	.cust-testimonial-content .spinner {
		display: block;
	}
	.cust-head-title {
		margin: auto;
		padding-top: 40px;
	}
	.feature-all-cards {
		flex-direction: column;
		gap: 16px;
	}
	.feature-all-cards .feature-card {
		margin-top: 0;
		width: 100%;
	}
	.cust-testimonial-top-content {
		max-width: 380px;
	}
	.cust-testimonial-author-wrapper {
		max-width: 280px;
	}
	.cust-testimonial-bottom-content {
		margin-top: -190px;
		padding: 24px;
	}
	.cust-testimonial-typography {
		max-width: 380px;
	}
	.cust-testimonial-logo-wrapper,
	.cust-testimonial-description-wrapper {
		margin-bottom: 20px;
	}
	.cust-testimonial-description {
		font-size: 20px;
		line-height: 30px;
	}
	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
		inset: auto auto 0% 0%;
	}
	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
		inset: auto 0% 0% auto;
	}
	.cust-faq-tab-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ready-header-section {
		width: 100%;
	}
	.ready-header {
		line-height: 42px;
		font-size: 32px;
	}
	.try-now-mob-image {
		max-width: 210px;
	}
	.try-image-container {
		max-width: 200px;
	}
	.now-image-container {
		max-width: 220px;
	}
	.ready-header-section.try-now {
		margin-bottom: 80px;
	}
	.bottom-text{
		font-size: 14px;
	}
}
@media screen and (max-width: 479px) {
	.cust-gl-tab-link {
		display: block !important;
		width: 100%;
	}
	.cust-testimonial--top-content {
		max-width: 280px;
	}
	.cust-testimonial--bottom-content {
		margin-top: -140px;
		padding: 16px;
	}
	.cust-testimonial--logo {
		width: 100%;
		max-width: 125px;
	}
	.cust-testimonial--description-wrapper {
		margin-bottom: 10px;
	}
	.cust-testimonial--description {
		font-size: 16px;
		line-height: 26px;
	}
	.cust-testimonial--author-name-bio {
		grid-row-gap: 2px;
	}
	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow {
		max-width: 36px;
		height: 36px;
	}
	.cust-blog-single {
		padding-bottom: 10px;
	}
	.cust-blog-category-date-wrap {
		margin-bottom: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.cust-blog-post-name {
		letter-spacing: -0.16px;
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 28px;
	}
	.cust-blog-button-text-link {
		line-height: 20px;
	}
	.trust-chips {
		/* flex-direction: column; */
		gap: 10px;
		margin-bottom: 1rem;
	}
	.cust-testimonial-slider {
		background-color: #fff0;
		width: 100%;
		height: 100%;
	}
	.cust-testimonial-top-content {
		max-width: 280px;
	}
	.cust-testimonial-bottom-content {
		margin-top: -140px;
		padding: 16px;
	}
	.cust-testimonial-logo {
		width: 100%;
		max-width: 125px;
	}
	.cust-testimonial-description-wrapper {
		margin-bottom: 10px;
	}
	.cust-testimonial-description {
		font-size: 16px;
		line-height: 26px;
	}
	.cust-testimonial-author-name-bio {
		grid-row-gap: 2px;
	}
	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow {
		max-width: 36px;
		height: 36px;
	}
	.cust-faq-tabs-menu.blog {
		flex-flow: wrap;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 30px;
		padding-bottom: 10px;
		display: flex;
	}
	.cust-faq-tab-link-active-line {
		display: none;
	}
	.cust-faq-accordion-question-wrap {
		grid-column-gap: 8px;
		grid-row-gap: 10px;
		align-items: flex-start;
	}
	.cust-faq-icon-wrapper {
		max-width: 24px;
		height: 24px;
	}
	.cust-faq-accordion-wrapper {
		grid-row-gap: 15px;
	}
	.cust-faq-answer {
		letter-spacing: 0;
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.cust-faq-answer-text {
		font-size: 14px;
		line-height: 23px;
	}
	.cust-faq-question {
		font-size: 18px;
		line-height: 28px;
	}
	.cust-single-faq-accordion-wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ready-header-section {
		width: 100%;
	}
	.ready-header {
		line-height: 38px;
		font-size: 28px;
	}
	.try-now-mob-image {
		max-width: 170px;
	}
	.try-image-container {
		max-width: 150px;
	}
	.now-image-container {
		max-width: 170px;
	}
}

