html {
	font-size: 62.5%;
}

body {
	font-family: "Poppins", sans-serif;
	color: #000
}

section.main-wrap-inner {
	padding: 40px 0px 16px;
	background: linear-gradient(rgb(175, 184, 255) 50%,
			rgb(201, 208, 255) 75%,
			rgb(247, 242, 255) 100%);
	position: relative;
}

section.main-wrap-inner::before {
	content: "";
	position: absolute;
	height: 76%;
	width: 100%;
	background: linear-gradient(10.79deg,
			rgb(246, 248, 255) 29.12%,
			rgb(235, 237, 255) 92.88%);
	border-radius: 0px 0px 360px 360px;
	inset: 0px auto auto;
}

.main-wrap-inner .first-div {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	flex-direction: column;
	align-items: center;

}

.main-wrap-inner .left-section {
	position: relative;
}

.main-wrap-inner .left-section h1 {
	color: #000;
	font-weight: 600;
}

.main-wrap-inner .left-section li {
	display: flex;
	gap: 22px;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0px 0px 0px 8px;
}

.flag-section {
	padding: 8px 16px;
	margin: 24px 0px 0px;
	min-width: auto;
	-webkit-box-pack: start;
	justify-content: flex-start;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	align-items: center;
	background: rgb(230, 230, 251);
	width: fit-content;
	border-radius: 4px;
}

.flag-section .title {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
}
.first-div.container .btn-primary{
	min-width: 248px;
	padding: 12px 40px;
}
.both-wrap{
	display: flex;
	align-items: center;
}
.social-banner{
	display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 25px 0px 0px 32px;
}
.adot{
	border-radius: 50%;
    background: rgb(0, 255, 158);
    min-height: 12px;
    min-width: 12px;
}
.adot-pulse {
    border-radius: 50%;
    margin: 0px;
    background: rgb(0, 255, 158);
    animation: 3s ease-in-out 0s infinite normal none running pulse;
}
.custom-odometer-container{
    min-width: 62px;
}
.odo-meter {
    font-size: 2rem;
    line-height: 1;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 16px 0px 8px;
}

.odo-meter .count-digit {
	position: relative;
	overflow: hidden;
	margin: 0 1px;
	width: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 1em;
	text-align: center;
	background: transparent;
}
.odo-meter .count-digit div {
	position: relative;
	top: 0;
	transition: transform 0.5s ease;
}
.odo-meter .count-digit span {
	display: block;
	height: 1em;
	line-height: 1em;
}
.odo-meter .seperator {
	margin: 0 4px;
	align-self: center;
}

.trusted-partner-wrap {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.trusted-partner-wrap .container-body {
	flex-direction: column;
	background: rgb(255, 255, 255);
	padding: 16px;
	box-shadow: rgba(0, 0, 85, 0.2) 0px 2px 20px 0px;
	border-radius: 8px;
	transform: translateY(-50%);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.as-seen-in {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.trusted-partner-wrap .heading {
	color: rgb(0, 0, 0);
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.1;
}

.trusted-partner-wrap .grid-list {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 16px 30px;
	list-style: none;
	padding: 0px;
}

.trusted-partner-wrap,
.item-1 {
	order: 3;
}

.trusted-partner-wrap,
.item-2 {
	order: 4;

}

.trusted-partner-wrap,
.item-3 {
	order: 5;
}

.trusted-partner-wrap,
.item-4 {
	order: 2;
}

.right-section lottie-player {
	margin: 0 auto;
}

.main-wrap-inner .left-section li::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 17px;
	margin-top: 2px;
	transform: rotate(47deg);
	border-right: 3px solid rgb(255, 160, 122);
	border-bottom: 3px solid rgb(255, 160, 122);
}

.btn-primary,
.primary-btn {
	line-height: 2.4rem;
	text-align: center;
	white-space: normal;
	background-color: rgb(0, 255, 158);
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(0, 0, 0);
	padding: 15px 72px;
	border: none;
	border-radius: 24px;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
}

.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: rgb(0, 220, 136);
	border: none;
	color: rgb(0, 0, 0);
}

.primary-btn:hover,
.primary-btn:active:focus,
.primary-btn:active:hover {
	background-color: rgb(0, 220, 136);
	border: none;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.how-it-inner {
	text-align: center;
}

.how-it-inner h2 {
	font-weight: 600;
}

.how-it-inner span {
	color: rgb(129, 80, 204);
}

.how-it-inner .box-wrapper {
	margin: 40px 0px;
	gap: 40px;
}

.how-it-inner .box-wrapper img {
	width: 72px;
	height: 68px;
}

.how-it-inner .box-wrapper h3 {
	margin: 24px 0px 16px;
}

.how-it-inner .box-wrapper p {
	padding: 0px 2px;
}
.how-it-inner .box-wrapper h3 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 600;
}

.how-it-inner .box-wrapper p {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.content_slider {
	position: relative;
	padding: 0 0 60px;
	background-color: rgb(255, 255, 255);
	overflow-x: clip;
	margin: 135px 0 0;
}

.content_slider:before {
	content: "";
	position: absolute;
	background-color: rgb(0, 0, 127);
	width: 140%;
	z-index: 1;
	height: 74.7%;
	border-radius: 0px 0px 80% 80% / 0px 0px 100% 100%;
	transform: translateX(-50%) scale(1.5);
	inset: 9% auto auto 50%;
}

.content_slider h2 {
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}

.content_slider .bold_s_arrow.bold_n_prev::before {
	transform: rotate(180deg);
}
.in .testimonial-wrapper .bold_s_arrow.bold_n_prev::before {
	transform: rotate(180deg);
}
.in .testimonial-wrapper .bold_n_prev {
	right: 0%;
}
.content_slider .bold_n_prev {
	right: 8%;
}

.content_slider .home-crsl-cntnr {
	padding: 4rem 0px 0px;
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	width: 100%;
	text-align: center;
}

.content_slider .bold-carousel {
	position: relative;
	display: block;
}

.in .content_slider .bold_s_arrow {
	background-color: rgb(0, 255, 158);
}
.content_slider .bold_s_arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	height: 48px;
	width: 48px;
	z-index: 2;
	top: 50%;
	color: transparent;
	outline: none;
	background: rgb(229, 170, 229);
	border-radius: 50%;
}

.content_slider .css-dots {
	display: none;
}

.content_slider .bold_c_prev {
	left: 8%;
}

.content_slider .bold_s_arrow::before {
	content: "";
	height: 15px;
	width: 18px;
	display: inline-block;
	opacity: unset;
}
.in .testimonial-wrapper .bold_s_arrow::before {
	content: "";
	height: 15px;
	width: 18px;
	display: inline-block;
	opacity: unset;
}

.page-loaded .content_slider .bold_s_arrow::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 23 22' fill='rgb(0,0,0)'%3E%3Cpath d='M11.3988 0.218002C11.3006 0.119788 11.1532 0.0706805 10.9568 0.0706805C10.8095 0.0706805 10.6622 0.119788 10.564 0.218002L0.300556 10.5305C0.202341 10.6287 0.104127 10.7269 0.104127 10.9234C0.104127 11.0707 0.202341 11.218 0.300556 11.3162L10.564 21.6287C10.6622 21.7269 10.8095 21.7761 10.9568 21.7761C11.1532 21.7761 11.3006 21.7269 11.3988 21.6287L12.3809 20.6466C12.4791 20.5484 12.5282 20.4011 12.5282 20.2537C12.5282 20.0573 12.4791 19.91 12.3809 19.8118L4.76931 12.2002L21.5149 12.2002C21.7113 12.2002 21.8586 12.1019 21.9568 12.0037C22.055 11.9055 22.1041 11.7582 22.1041 11.6109V10.2359C22.1041 10.0394 22.055 9.89212 21.9568 9.7939C21.8586 9.69569 21.7113 9.64658 21.5149 9.64658L4.76931 9.64658L12.3809 2.03497C12.4791 1.88765 12.5282 1.74032 12.5282 1.593C12.5282 1.39657 12.4791 1.29836 12.3809 1.20015L11.3988 0.218002Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.page-loaded.in .testimonial-wrapper .bold_s_arrow::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 23 22' fill='rgb(0,0,0)'%3E%3Cpath d='M11.3988 0.218002C11.3006 0.119788 11.1532 0.0706805 10.9568 0.0706805C10.8095 0.0706805 10.6622 0.119788 10.564 0.218002L0.300556 10.5305C0.202341 10.6287 0.104127 10.7269 0.104127 10.9234C0.104127 11.0707 0.202341 11.218 0.300556 11.3162L10.564 21.6287C10.6622 21.7269 10.8095 21.7761 10.9568 21.7761C11.1532 21.7761 11.3006 21.7269 11.3988 21.6287L12.3809 20.6466C12.4791 20.5484 12.5282 20.4011 12.5282 20.2537C12.5282 20.0573 12.4791 19.91 12.3809 19.8118L4.76931 12.2002L21.5149 12.2002C21.7113 12.2002 21.8586 12.1019 21.9568 12.0037C22.055 11.9055 22.1041 11.7582 22.1041 11.6109V10.2359C22.1041 10.0394 22.055 9.89212 21.9568 9.7939C21.8586 9.69569 21.7113 9.64658 21.5149 9.64658L4.76931 9.64658L12.3809 2.03497C12.4791 1.88765 12.5282 1.74032 12.5282 1.593C12.5282 1.39657 12.4791 1.29836 12.3809 1.20015L11.3988 0.218002Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}


.content_slider .bold_s_arrow::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}
.in .testimonial-wrapper .bold_s_arrow::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}
.in .testimonial-wrapper .bold_c_prev::after {
	right: 14px;
}
.content_slider .bold_c_prev::after {
	right: 14px;
}

.home-crsl-cntnr {
	text-align: center;
}

.content_slider .bold_track {
	overflow: hidden;
	margin: 0;
	padding: 0;
	transform: translateZ(0);
	position: relative;
	display: block;
}

.slider-bg {
	position: relative;
	width: 100%;
}

.slider-bg:before {
	content: "";
	position: absolute;
	height: 251px;
	width: 869px;
	background: url(/wp-content/themes/genesis-sample/images/rebranding-feature-texture.png) center center / contain no-repeat;
	inset: -39px auto auto -120px;
	opacity: 1;
	z-index: 1;
	border-radius: 20px;
}

.home-crsl-cntnr .bold_slides {
	margin-left: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-bottom: 0;
	transition: transform 0.5s ease;
}

.home-crsl-cntnr .bold_slide {
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	user-select: none;
	padding: 24px 0px 40px;
}

.home-crsl-cntnr .bold_slide.b_active {
	position: relative;
}

.home-crsl-cntnr .bold_slide img {
	height: auto;
	max-width: 100%;
	display: block;
	background-color: #fff;
	width: 100%;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 85, 0.2) 0px 0px 11px 0px;
}
.in .content_slider .bold_slide .btn{
	background-color: rgb(0, 255, 158);
}
.content_slider .bold_slide .btn {
	padding: 12px 10px;
	background-color: rgb(229, 170, 229);
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(0, 0, 0);
	border-radius: 24px;
	border: 1px solid rgb(229, 170, 229);
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 55px;
	width: calc(100% - 15px);
	display: none;
	min-width: unset;
}

.content_slider .bold_bullets {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.content_slider .bold_slide.b_active .btn {
	display: inline-block;
}

.b_bullet {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #fff;
	z-index: 1;
	opacity: 0.3;
	margin: 0px 5px;
	cursor: pointer;
	padding: 0;
	border: 0;
	border-radius: 50%;
}

.b_bullet.b_active {
	opacity: 1;
}

.career-user {
	background-color: rgb(246, 248, 255);
}

.career-user .container {
	padding: 80px 0px;
	text-align: center;
}

.career-user h2 {
	font-size: 4rem;
	line-height: 4.8rem;
	margin: 0px 0px 48px;
	font-weight: 600;
	color: #000;
}

.career-user img {
	width: 64px;
	height: 64px;
}

.career-user h3 {
	margin: 16px 0px;
	font-size: 2.2rem;
	line-height: 3.4rem;
	font-weight: 600;
	color: #000;
}

.career-user p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000;
}

.faq-section .inner-container {
	max-width: 780px;
	margin: 0 auto
}

.tr .faq-section h2 {
	font-weight: 600;
}

.faq-section {
	margin: 50px 0;
}

.faq-section .details {
	background: rgb(246, 248, 255);
	border-radius: 11px;
	margin-bottom: 15px
}

.faq-section .ques-tip {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	color: #082e67;
	position: relative;
	cursor: pointer;
	padding: 20px 54px 20px 30px
}

.faq-section h2 {
	font-size: 4rem;
	line-height: 4.8rem;
	margin: 0px 0px 48px;
	color: #000;
	text-align: center;
	font-weight: 600;
}

.faq-section .ques-tip h3 {
	margin: 0;
	font-size: 2.2rem;
	line-height: 3.4rem;
	color: #000;
	font-weight: 600;
}

.faq-section .ques-tip::marker {
	content: none
}

.faq-section .ques-tip span {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(100%, -50%)
}

.faq-section .ques-tip span:after {
	content: "+";
	color: #000;
}

.faq-section .details[open] .ques-tip span:after {
	content: "−"
}

.faq-section .details[open] .answer-tip {
	max-height: 1500px;
	padding-bottom: 20px;
	transition: all .2s ease-in;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: left;
	padding: 0px 24px 16px 30px;
	color: #000;
}

.faq-section .details[open] .answer-tip a {
	color: rgb(0, 0, 255);
	font-weight: 600;
	text-decoration: underline;
}

.faq-section .answer-tip {
	max-height: 0;
	overflow: hidden;
	transition: none;
	padding-left: 30px;
	padding-right: 54px
}

.faq-section .answer-tip ul {
	padding-left: 28px;
	margin: 0 0 20px
}

.faq-section .answer-tip>ol li::marker {
	font-weight: 800
}

.faq-section .answer-tip p:last-child {
	margin-bottom: 0
}

.faq-section.beige-bg .ques-tip {
	background: rgb(246, 248, 255);
}

.faq-section.beige-bg .answer-tip {
	background: rgb(246, 248, 255);
}

.faq-section.no-inner-bg .ques-tip {
	background: rgba(0, 0, 0, 0)
}

.faq-section.no-inner-bg .answer-tip {
	background: rgba(0, 0, 0, 0)
}

.faq-section.no-inner-bg .key-accordian {
	counter-reset: question
}

.faq-section.no-inner-bg .key-accordian .ques-tip {
	padding: 0 54px 16px 16px
}

.faq-section.no-inner-bg .key-accordian .ques-tip h3::before {
	content: counter(question) ". ";
	counter-increment: question;
	font-weight: bold
}

.faq-section.no-inner-bg .key-accordian .ques-tip span {
	border: solid #002d6b;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: calc(50% - 16px)
}

.faq-section.no-inner-bg .key-accordian .ques-tip span:after {
	display: none
}

.faq-section.no-inner-bg .key-accordian .details {
	border-bottom: 1px solid #ccc6bf;
	border-radius: unset
}

.faq-section.no-inner-bg .key-accordian .details[open] {
	border-bottom: none
}

.faq-section.no-inner-bg .key-accordian .details[open] .ques-tip {
	background-color: #ebe2d3;
	padding: 16px 54px 16px 16px;
	border-radius: 16px
}

.faq-section.no-inner-bg .key-accordian .details[open] .ques-tip span {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 50%
}

.faq-section.no-inner-bg .key-accordian .details[open] .answer-tip {
	padding: 16px
}

details summary::-webkit-details-marker {
	display: none
}

.faq-space .faq-section {
	margin: 60px 0 40px
}
.tooltip.show {
	animation: tooltipFadeIn 0.3s ease forwards;
}

/* Hover effect for better interactivity */
.testimonial-item:hover {
	transform: translateY(-2px);
}

/* Focus styles for accessibility */
.testimonial-item:focus {
	outline: 2px solid #00b67a;
	outline-offset: 4px;
	border-radius: 50%;
}
.testimonial-wrapper {
  padding: 80px 0 ;
  background-color: rgb(246, 248, 255);
} 
.in .testimonial-wrapper {
  padding: 80px 0 0;
} 

.testimonial-wrapper .bold-carousel {
  position: relative;
}
.testimonial-wrapper .bold_track {
  overflow: hidden;
}
.testimonial-wrapper .bold_slides {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.testimonial-wrapper .bold-slide-content {
  display: flex;
  flex-direction: row;
  padding: 0px 150px;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  gap: 32px 100px;
}
.testimonial-wrapper .test-img {
  width: 54%;
}
.testimonial-wrapper .test-img img {
  display: block;
  max-width:100%
}
.testimonial-wrapper .test-content {
  width: calc(100% - 54%);
}
.in .testimonial-wrapper  h2 {
	margin-top: 0;
}
.testimonial-wrapper  h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.86px;
  line-height: 58px;
  text-align: center;
  padding-bottom: 60px;
  color: #000;
}

.testimonial-wrapper .test-content p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  min-height: 110px;
}
.testimonial-wrapper .author-name{
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  padding: 20px 0 25px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  color: #000;
}
.testimonial-wrapper .bold_bullets {
  position: absolute;
  bottom: 10%;
  left: 57%;
}
.testimonial-wrapper .slider_button {
  position: absolute;
  bottom: -80px;
  left: calc(57%);
}
.testimonial-wrapper .b_bullet.b_active {
  opacity: 1;
}
.testimonial-wrapper .b_bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  opacity: 0.3;
  border: none;
  background: rgba(0,0,0);
  margin: 0 4px;
}
.in .testimonial-wrapper .bold-carousel {
	position: relative;
	display: block;
}

.in .testimonial-wrapper .bold_s_arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	height: 48px;
	width: 48px;
	z-index: 2;
	top: 40%;
	color: transparent;
	outline: none;
	background-color: rgb(0, 255, 158);
	border-radius: 50%;
}


/* Progress Lottie Section */
.progress-lottie {
	padding: 80px 0;
	background: #fff;
	overflow: visible;
}
.in .progress-lottie .lottie-heading h2{
	width: 750px;
	margin: 0px auto 60px;
}
.progress-lottie .lottie-heading h2 {
	font-size: 4rem;
	text-align: center;
	line-height: 4.8rem;
	margin: 0px auto 48px;
	width: 45%;
	font-weight: 600;
}

.progress-lottie .lottie-wrap {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: visible;
}
.in .testimonial-wrapper .test-content h2{
	display: none;
}
.three-col-icon .how-it-inner .box-wrapper{
	gap: 20px;
	text-align: left;
	border-bottom: 1px solid #E6EAF5;
    padding-bottom: 80px;
    margin-bottom: 0;
}
.three-col-icon .box{
	padding-left: 80px;
	position: relative;

}
.three-col-icon .box img{
	position: absolute;
    left: 0;
	top: 20px;
}
.in .section-module.support .text-center{
	margin-bottom: 0;
}

/* Left Section - Lottie Animations */
.progress-lottie .left-section {
	width: 50%;
	display: none !important;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

/* Show ONLY active lottie */
.progress-lottie .left-section.active {
	display: block !important;
	opacity: 1 !important;
}

.left-section lottie-player {
	width: 100% !important;
	max-width: 552px;
	height: auto !important;
	max-height: 470px;
}

/* Right Section - Steps */
.right-section {
	width: 50%;
	margin: 0px 0px 0px 40px;
}

.slide {
	position: relative;
	transition: all 0.3s ease;
	color: rgb(0, 0, 0);
	margin: 0px 0px 28px;
	padding: 0px 0px 0px 77px;
	z-index: 1;
	cursor: pointer;
}

/* ONLY active slide styling */

.slide .heading {
	line-height: 3.6rem;
	font-weight: 500;
	text-align: left;
	font-size: 1.7rem;
	padding: 0px 0px 8px;
	border: 0px;
	border-radius: 0px;
	background: none;
	cursor: pointer;
	color: rgb(0, 0, 0);
	display: flex;
}

.progress-lottie .cta-wrap {
	margin-top: 60px;
}

/* Sub-heading and Description */
.sub-heading {
	position: relative;
	max-height: 0;
	color: rgb(0, 0, 0);
}

.slide.active .heading {
	color: rgb(0, 0, 212);
	font-weight: 700;
}

.slide.active .sub-heading {
	max-height: 150px;
}

.description {
	font-size: 1.8rem;
	line-height: 2.8rem;
	transition: all 0.3s ease 0.2s;
	text-align: left;
	display: none;
}

.slide.active .description {
	opacity: 1;
	display: block;
}

/* Circular Progress Indicator */
.circular {
	height: 100px;
	width: 100px;
	top: -78px;
	left: -90px;
	position: absolute;
	transform: scale(0.5);
	z-index: 5;
}

.inner {
	position: absolute;
	z-index: 6;
	border-radius: 100%;
	margin: -43px 0px 0px -42px;
	height: 85px;
	width: 85px;
	left: 50%;
	top: 50%;
	background: rgb(255, 255, 255);
	border: 7px solid rgb(240, 240, 240);
	transition: border-color 0.3s ease;
}


.number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50 !important;
	color: #333;
	font-weight: 600;
	font-size: 2.8rem;
	transition: all 0.3s ease;
	display: block !important;
	text-align: center;
	line-height: 1;
	pointer-events: none;
}

.slide.active .number {
	color: #006cd9;
	font-weight: 700;
	transform: translate(-50%, -50%) scale(1.15);
}

/* Progress Circle Animation */
.circle {
	position: absolute;
	inset: 0;
}

.bar {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255);
	border-radius: 100%;
	clip: rect(0px, 100px, 100px, 50px);
}

.bar.left {
	transform: rotate(0deg);
}

.bar.right {
	transform: rotate(180deg);
}

.progress {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	clip: rect(0px, 50px, 100px, 0px);
	background: rgb(240, 240, 240);
	transition: background-color 0.3s ease;
}

.slide.active .progress {
	background-color: #006cd9;
}

.slide.active .bar.left .progress {
	animation: progressLeft 3.5s ease-in-out forwards;
}

.slide.active .bar.right .progress {
	animation: progressRight 3.5s ease-in-out 3.5s forwards;
}
/* Container styles */
.trustpilot-container {
	padding: 60px 0;
}

.trustpilot-container .part1 {
	width: 59%;
}

.trustpilot-container .testimonials-grid {
	width: 40%;
}

.container-body {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

/* Header section */
.trust-head {
	text-align: center;
}

.trustpilot-image {
	width: 119px;
	top: 6px;
	position: relative;
	left: -6px;
}

/* Content box */
.content-box h2 {
	font-size: 4rem;
	line-height: 4.8rem;
	font-weight: 600;
	margin-block: 16px 57px;
	text-align: left;
}

.content-box p {
	width: auto;
	padding: 16px 0px;
	font-size: 2rem;
	text-align: left;
}

.rating-wrapper {
	margin-bottom: 24px;
}

.star-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-bottom: 16px;
}

/* Trustpilot Green Star Styles */
.rating-count {
	padding: 10px 0px 0px 23px;
	font-size: 2rem;
	line-height: 2.8rem;
}

.tp-rating-wrap .icon-wrap {
	background: rgb(0, 182, 122);
}

.tp-rating-wrap {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.tp-rating-wrap {
	display: flex;
	gap: 0;
}

.icon-wrap {
	width: 46px;
	height: 46px;
	background: rgb(229, 229, 229);
	padding: 3px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.tp-rating-wrap .icon-wrap .icon-star {
	width: 32px;
	height: 32px;
	background: rgb(255, 255, 255);
	clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
	position: relative;
	display: inline-block;
}

.tp-rating-wrap .icon-wrap .icon-star::after {
	border-right-color: rgb(0, 182, 122);
}

.tp-rating-wrap .icon-wrap.disabled .icon-star::after {
	border-right-color: rgb(229, 229, 229);
}

.tp-rating-wrap .star::before {
	display: none;
}

.tp-rating-wrap .star::after {
	content: "";
	display: block;
	position: absolute;
	right: 25%;
	top: 64%;
	width: 0px;
	height: 0px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 10px solid rgb(229, 229, 229);
	transform: rotate(-25deg);
}

.tp-rating-wrap .icon-wrap.disabled {
	background: rgb(229, 229, 229);
}

/* Testimonials grid */
.testimonials-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonial-item {
	display: inline-block;
	margin: 2%;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
	transition: transform 0.4s;
}

.testimonial-image {
	border-radius: 5px;
}

.testimonial-item:hover .testimonial-image {
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.how-it-works.three-col-icon .cta-wrap{
	display: none;
}

/* Tooltip styles */
.tooltip {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	width: 205px;
	text-align: left;
	min-width: 205px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
}

.tooltip.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(-10px);
	pointer-events: auto;
}

.tooltip-arrow {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
}

.tooltip-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 12px;
	justify-content: center;
}

.tooltip-text {
	font-size: 1.2rem;
	line-height: 1.6rem;
	min-height: 80px;
	color: rgb(0, 0, 0);
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
}

.user-name {
	font-size: 1.4rem;
	text-align: left;
}

.tpRatingWrap.tip-rating {
	display: flex;
	gap: 0.2em;
}

.tip-rating .icon-wrap {
	background: rgb(0, 182, 122);
	width: 20px;
	height: 19px;
}

.small-star {
	width: 15px;
	height: 15px;
	background: rgb(255, 255, 255);
	clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
	position: relative;
}
.trustpilot-mobile{
	display: none;
}
.in .faq-section {
	margin: 80px 0;
}
/* Animation for pulse */
@keyframes pulse {
    10% {
    opacity: 0.5;
    height: 12px;
    width: 12px;
    transition: opacity 0.5s linear;
    }

    60% {
            opacity: 0;
    transform: scale(2.5);
    transition: opacity 0.5s linear;
    }

    100% {
        opacity: 0;
    transition: opacity 0.5s;
    }
}
/* Animation for tooltip entrance */
@keyframes tooltipFadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(10px) scale(0.9);
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(-10px) scale(1);
	}
}


/* Progress Animations */
@keyframes progressLeft {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@keyframes progressRight {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}



@media screen and (min-width: 993px) and (max-width:1139px) {
	.trusted-partner-wrap .grid-list {
		gap: 16px 30px;
	}
}

@media screen and (min-width: 992px) {
	.trusted-partner-wrap .container-body {
		padding: 24px 56px;

	}

	.trusted-partner-wrap .grid-list {
		-webkit-box-pack: justify;
		justify-content: space-between;
		gap: 4px;
	}
}
@media screen and (min-width: 1200px) {
	.trusted-partner-wrap .heading {
		margin: 0px 50px 0px 0px;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.in .trusted-partner-wrap .heading {
		margin: 0px 20px 0px 0px;
	}

	.trusted-partner-wrap .grid-list {
		gap: 50px;
	}

	.tr .trusted-partner-wrap .grid-list {
		gap: 16px 30px;
	}
}

@media screen and (min-width: 768px) {
	section.main-wrap-inner {
		padding: 29px 0px 59px;
		background: linear-gradient(135deg,
				rgb(175, 184, 255),
				rgb(201, 208, 255),
				rgb(247, 242, 255));
	}

	section.main-wrap-inner::before {
		height: 100%;
		width: 65%;
		background: linear-gradient(65.21deg,
				rgb(246, 248, 255) 32.68%,
				rgb(235, 237, 255) 85.14%);
		border-radius: 0px 500px 500px 0px;
		inset: 0px auto auto;
	}

	.right-section lottie-player {
		height: 480px;
		width: 480px;
	}

	.main-wrap-inner .first-div {
		flex-direction: row;
		gap: 20px;
		max-width: 1170px;
		width: 100%;
	}



	.main-wrap-inner .first-div::before {
		inset: 34px auto auto 0px;
		width: 100px;
	}

	.main-wrap-inner .first-div::after {
		inset: 34px auto auto 60px;
		width: 242px;
	}

	.main-wrap-inner .first-div::before,
	.main-wrap-inner .first-div::after {
		content: "";
		position: absolute;
		border-radius: 0px 20px 20px 0px;
		height: 42px;
		background: linear-gradient(270deg,
				rgba(201, 208, 255, 0.5) 1.53%,
				rgba(241, 230, 244, 0) 101.46%);
	}


	.main-wrap-inner .left-section h1 {
		font-size: 58px;
		line-height: 70px;
		margin-top: 40px;
	}
	.main-wrap-inner .left-section ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 16px 0px 0px;
		padding: 0;
	}

	.btn-primary {
		margin: 40px 0px 16px;
	}
	.in .testimonial-wrapper .btn-primary{
		margin: 0;
	}

	.btn-primary,
	.primary-btn {
		min-width: 300px;
		width: auto;
	}
    .how-it-works {
        padding: 112px 0px 0;
    }
	.how-it-works.three-col-icon {
		padding:0;
	}
	.how-it-inner h2 {
		font-size: 4rem;
		line-height: 4.8rem;
	}
	.in .how-it-inner h2 {
		margin-top: 0;
	}

	.how-it-inner .box-wrapper {
		margin: 48px 0px;
		text-align: center;
		display: flex;
		flex-direction: row;
	}

	.content_slider h2 {
		text-align: center;
		font-size: 4rem;
		line-height: 4.8rem;
	}

	.slider-bg:before {
		content: "";
		position: absolute;
		height: 251px;
		width: 869px;
		background: url(/wp-content/themes/genesis-sample/images/rebranding-feature-texture.png) center center / contain no-repeat;
		inset: -39px auto auto -120px;
		opacity: 1;
		z-index: 1;
		border-radius: 20px;
	}

	.home-crsl-cntnr .bold_slide {
		padding: 0 0px 40px;
	}

}

@media screen and (max-width:1139px) {
	.as-seen-in {
		flex-direction: column;
	}

	.trusted-partner-wrap .heading {
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 0px 0px 16px;
	}

}

@media screen and (max-width:992px) {

.main-wrap-inner .first-div{
	flex-direction: column;
}
.first-div .left-section {
	margin-bottom: 0;
	order: 1;
}
.first-div .right-section{
	order: 2;
}
.main-wrap-inner .left-section h1{
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}
.both-wrap {
	flex-direction: column;
}
.social-banner{
	margin: 0;
}
.entry-content section.main-wrap-inner {
	padding: 29px 0px 110px;
}

/* Container */
.progress-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

/* Arrows wrapper */
.progress-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none; /* so dots clickable if needed */
}

/* Arrow buttons */
.progress-arrow {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    pointer-events: all;
	font-size: 0;
}

/* Arrow line */
.progress-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 16px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
}

/* Arrow head */
.progress-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) rotate(45deg);
}

/* Left arrow */
.progress-prev::before {
    transform: translateY(-50%) rotate(225deg);
	left: 10px;
}

/* Right arrow */
.progress-next::before {
    transform: translateY(-50%) rotate(45deg);
}

/* Dots (center indicators) */
	.progress-bullets {
		display: flex;
		justify-content: center;
		gap: 8px;
	}

	.progress-bullet {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.3);
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.progress-bullet.active {
		background-color: #000;
	}

	.progress-lottie {
		overflow: hidden;
		position: relative;
		display: flex;
        flex-direction: column;
	}

	.progress-lottie .slides-container {
		display: flex;
		transition: transform 0.3s ease;
		width: 100%;
		overflow: visible;
		position: relative;
		padding-top: 20px;
	}

	.progress-lottie .slide {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		padding: 20px 70px;
		box-sizing: border-box;
		position: relative;
		min-height: 100%;
		margin: 0;
	}

	.progress-lottie .slide .heading {
		width: 100%;
		margin: 0;
		padding-left: 40px;
		position: relative;
		margin-bottom: 8px;
	}

	.progress-lottie .slide .sub-heading {
		width: 100%;
		margin: 0;
		padding-left: 40px;
	}

	.progress-lottie .slide .description {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.progress-lottie .lottie-wrap {
		flex-direction: column;
		padding: 0 15px;
	}

	.progress-lottie .right-section {
		width: 100%;
		margin: 0;
		order: 1;
	}

	.progress-lottie .left-section {
		width: 100%;
		margin: 60px 0 0 0;
		order: 2;
		padding: 0 15px;
	}

	.left-section lottie-player {
		max-width: 100%;
		width: 100% !important;
		height: auto !important;
	}
	.in .testimonial-wrapper .bold_bullets{
		left: 50%;
		transform: translateX(-50%);
	}
	.in .testimonial-wrapper .slider_button{
		left: 50%;
		transform: translateX(-50%);
	}

	.faq-section {
		margin: 40px 15px;
	}
	.in .faq-section {
		margin: 40px 15px;
	}
	.trustpilot-container {
        padding: 40px 15px;
    }
	.container-body{
		flex-direction: column;
	}
	.trustpilot-container .part1 {
		width: 100%;
	}
	.trustpilot-image {
		width: auto;
		top: 0;
		position: relative;
		left: 0;
		margin: 0 auto;
	}
	.content-box h2 {
		text-align: center;
		font-size: 2.8rem;
		line-height: 3.8rem;
		margin: 16px 0px;
	}
	.tp-rating-wrap{
		justify-content: center;
	}
	.trustpilot-container .testimonials-grid {
		width: 100%;
	}
	.trustpilot-container .testimonials-grid {
		width: 70%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.testimonial-item{
		margin: 1%;
	}
	.testimonial-image {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width:768px) {
	.right-section lottie-player {
		height: auto;
		width: auto;
	}
	.flag-section {
		padding: 11px 8px;
		border-radius: 4px;
		margin: 30px auto 0px;
		gap: 10px;
		min-width: 300px;
	}
	.first-div.container .btn-primary{
		min-width: 300px;
	}

	.career-user {
		overflow: hidden;
	}

	.career-user .col-md-4 {
		margin-bottom: 24px;
	}

	.career-user .col-md-4:last-child {
		margin-bottom: 0;
	}
    	.progress-lottie .lottie-heading h2 {
		font-size: 3rem;
		width: 90%;
		line-height: 3.6rem;
	}

	.lottie-wrap {
		flex-direction: column;
		padding: 0 15px;
	}

	.left-section,
	.right-section {
		width: 100%;
		margin: 0;
	}

	.slide {
		padding-left: 60px;
		margin-bottom: 20px;
	}

	.slide .heading {
		font-size: 1.7rem;
		line-height: 2.8rem;
	}

	.description {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.circular {
		transform: scale(0.4);
		left: -75px;
		top: -65px;
	}
    	.trustpilot-container {
		padding: 40px 15px;
		margin: 10px;
	}

	.heading {
		font-size: 1.8rem;
	}

	.testimonials-grid {
		grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
		gap: 15px;
	}
	.tooltip {
		width: 250px;
		bottom: 100px;
		padding: 16px;
	}

	.tooltip-text {
		font-size: 0.85rem;
	}
.testimonial-wrapper .bold-slide-content{
    display: block;
    padding: 0;
}

.testimonial-wrapper .test-img {
  width: 100%;
}
.testimonial-wrapper .test-img img {
  margin: 0 auto 32px;
}
.testimonial-wrapper .bold_bullets{
  position: static;
  text-align: center;
}
.testimonial-wrapper .test-content {
  width: 100%;
}
.testimonial-wrapper .slider_button {
	position: static;
}
.in .progress-lottie .lottie-heading h2{
	max-width: 100%;
}

}

@media screen and (max-width:767px) {
	.main-wrap-inner .left-section h1 {
		color: #000;
		font-weight: 600;
		font-size: 3.6rem;
		line-height: 4.6rem;
		font-weight: 600;
		text-align: center;
	}

	.main-wrap-inner .left-section ul {
		display: none;
	}
	.entry-content section.main-wrap-inner {
        padding: 29px 0px 150px;
    }
	.how-it-works {
        padding: 170px 0px 40px;
    }

	.btn-primary {
		width: 100%;
		margin: 30px 0px 16px;
	}

	.right-section lottie-player {
		width: 300px !important;
		height: 300px;
	}
	.how-it-inner h2 {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}
	.how-it-inner .box-wrapper .box {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.primary-btn {
		width: 100%;
	}
	.progress-lottie .primary-btn {
		width: 100%;
	}
	.three-col-icon .how-it-inner .box-wrapper .box{
		padding-left: 100px;
	}
	.three-col-icon .box img{
		top: 0;
	}
	.three-col-icon .how-it-inner .box-wrapper{
		padding-bottom: 20px;
	}
	.testimonial-wrapper{
		padding: 40px 0;
	}
	.testimonial-wrapper .slider_button .btn-primary{
		width: 100%;
		margin-top: 30px;
	}

	.content_slider {
		margin: 40px 0;
		padding: 0 0 30px;
	}
	.content_slider:before{
		border-radius: 0px 0px 100% 100% / 0px 0px 100% 100%;
		inset: 14% auto auto 50%;
	}

	.slider-bg:before,.slider-bg:after {
		content: "";
		position: absolute;
		top: 14px;
		height: 40px;
		background: linear-gradient(270deg, rgb(121, 137, 255) 1.53%, rgba(121, 137, 255, 0) 101.46%);

	}
	.slider-bg:before{
		left: -2px;
		border-radius: 20px;
		width: 40px;
		opacity: 0.15;
	}
	.slider-bg:after{
		right: 23px;
		width: 242px;
		border-radius: 0px 20px 20px 0px;
		opacity: 0.18;
		z-index: 1;
	}

	.career-user {
		margin-top: 40px;
	}

	.career-user .container {
		padding: 40px 15px;
		border-top: 0;
		text-align: center;
	}

	.career-user h2 {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}

	.faq-section .answer-tip {
		margin-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px
	}

	.faq-section .details[open] .answer-tip {
		max-height: 100%
	}

	.faq-space .faq-section {
		margin: 40px 0 20px
	}
	.trustpilot-mobile{
		display: block;
		padding: 0 10px;
	}
	.trustpilot-container{
		display: none;
	}
	.trustpilot-mobile .image-wrapper{
		background-color: rgb(255, 255, 255);
		box-shadow: rgba(0, 0, 85, 0.1) -1px -1px 18px 6px;
		padding: 20px;
		border-radius: 8px;
		text-align: left;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		justify-content: space-between;
		min-height: 195px;
	}
	.trustpilot-mobile .testi_desc{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.trustpilot-mobile .user-rates-wrap{
		margin: 16px 0 0;
		display: flex;
		gap: 10px;
	}
	.trustpilot-mobile .user-rates-wrap .user-image{
		border-radius: 50%;
		display: block;
	}
	.trustpilot-mobile .user-rates-wrap .user-name{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.trustpilot-mobile .bold_slides {
		margin-left: 0;
		width: 100%;
		list-style: none;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		margin-bottom: 0;
	}
	.trustpilot-mobile .bold_track {
		overflow: hidden;
		margin: 0;
		padding: 0;
		transform: translateZ(0);
		position: relative;
		display: block;
	}
	.trustpilot-mobile .bold-carousel {
		position: relative;
		display: block;
	}
	.trustpilot-mobile .bold_slide {
		height: 100%;
		flex-shrink: 0;
		white-space: normal;
		user-select: none;
		padding: 24px 0px 40px;
	}
	.trustpilot-mobile .trust-head {
		text-align: left;
	}
	.trustpilot-mobile .content-box h2{
		text-align: left;
	}
	.trusted_slider {
		position: relative;
	}

	.trusted_slider:before {
		content: "";
		position: absolute;
		width: 180px;
		height: 200px;
		background: url("/wp-content/themes/genesis-sample/images/trustpilot-bg.png")
		no-repeat center/contain;
		top: 30%;
		right:-15px;
		pointer-events: none;
	}
	.faq-section + .section-module.support {
		background-color: rgb(246, 248, 255);
		padding: 30px 0;
	}
	.tp-rating-wrap {
        justify-content: left;
		margin-bottom: 20px;
    }
	.content-box p.rating{
		text-align: left;
		font-size: 2rem;
		line-height: 3rem;
		font-weight: 600;
		margin: 0px 0px 5px;
		display: block;
		padding: 0;
	}
	.progress-lottie{
		padding: 20px 0 0;
	}
	.progress-lottie .slide{
		padding: 20px 15px;
	}
	.in .how-it-works.three-col-icon{
		padding: 40px 0;
	}
	.progress-arrows{
		padding: 0 10px;
	}
	.progress-lottie .lottie-wrap{
		padding: 0;
	}
	.progress-lottie .left-section{
		margin: 20px 0 0 0;
	}
	.progress-arrows{
		padding: 0 10px;
	}
	.progress-lottie .slides-container{
		padding-top: 80px;
	}
	.progress-lottie .slide .circular{
		position: absolute;
		left: 50%;
		top: -170px;
		transform: translateX(-50%) scale(0.5);
		z-index: 5;
	}
	.progress{
		transform: translateX(-50%) scale(0.5);	
	}
	.progress-lottie .slide .heading{
		padding-left: 0;
		padding-top: 15px;
		display: block;
		text-align: center;
		font-size: 2.2rem;
		line-height: 3.4rem;
		margin-bottom: 10px;
	}
	.progress-lottie .slide .sub-heading{
		padding-left: 0;
	}
	.progress-lottie .slide .description{
		text-align: center;
		font-size: 1.6rem;
        line-height: 2.4rem;
	}
	.progress-lottie .cta-wrap{
		margin-top: 20px;
	}
	.in .testimonial-wrapper .slider_button{
		width: 100%;
	}
	.in .testimonial-wrapper .bold_s_arrow{
		transform: translateY(-15px);
		background-color: transparent;
	}
	.in .testimonial-wrapper .bold_s_control{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.heading {
		font-size: 1.5rem;
	}

	.testimonials-grid {
		grid-template-columns: repeat(3, 1fr);
		max-width: 300px;
	}

	.tooltip {
		width: 220px;
		padding: 14px;
	}

	.tooltip-text {
		font-size: 0.8rem;
	}
}
