/* Section 1 */
.fbp-section-1 .celeris-row-1 #fbp_header_lottie {
	margin-right: -150px;
}
/* Section 3 */
.fbp-section-3 .celeris-row-1 .celeris-row
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 {
	width: 70%;
}
.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2{
	line-height: normal;
}
.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2 span.right-icon{
	display: block;
}
.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-2 {
	width: 30%;
}
.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-2 .celeris-section-btn {
	float: right;
}
.fbp-section-3 .celeris-row-1 div#celeris-row-2 {
	align-items: flex-start;
	justify-content: space-between;
}
.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-col-1,
.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-col-2 {
	width: 45%;
}
.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-text-wrapper{
	padding-left: 15px;
	position: relative;
}
.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-text-wrapper::before{
	content: '';
	background: var(--color-dark-blue);
	width: 5px;
	height: 100%;
	border-radius: 8px;
	position: absolute;
	left: 0px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 {
	justify-content: space-between;
	align-items: center;
	background: var(--color-dark-blue-2);
	padding: 60px 50px;
	border-radius: 15px;
	border-bottom-right-radius: 0;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 {
	width: 40%;
	background: var(--color-white-2);
	border-radius: 15px;
	padding: 40px 30px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item .celeris-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item .celeris-img-wrapper {
	width: fit-content;
	height: 50px;
}
.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-2{
	width: 55%;
}
/* Section 4 */
.fbp-section-4 .celeris-row-1 #celeris-row-1 {
	margin-bottom: 30px;
}
.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper .celeris-card {
	background: transparent;
	border-radius: 15px;
	padding: 20px 20px;
	height: 100%;
	width: 31%;
	transition: all 0.3s ease;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper #celeris-card-2,
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper #celeris-card-4{
	background: var(--font-color-lightblue-2);
}
.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper .celeris-card:hover{
	background: var(--color-white-2) !important;
	transition: all 0.3s ease;
}
.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper .celeris-card .celeris-img-wrapper {
	height: 50px;
	width: auto;
	margin-bottom: 15px;
}
/* Section 5 */
.fbp-section-5 .celeris-row-2 #celeris-row-1 {
	margin-bottom: 30px;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card {
	background: var(--color-skin);
	border-radius: 15px;
	padding: 20px 20px;
	height: 100%;
	width: 23%;
	min-height: 545px;
	transition: all 0.3s ease;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card:hover{
	transition: all 0.3s ease;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card .celeris-img-wrapper {
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card .celeris-img-wrapper img {
	height: auto;
	max-width: 100%;
	object-fit: fill;
	width: 100%;
}
.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card .celeris-list-wrapper ul.celeris-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


/* Section 6 */
.fbp-section-6 .celeris-row-1 .celeris-row {
	justify-content: space-between;
}
.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 {
	width: 70%;
}
.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-2 {
	width: 30%;
}
.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-2 .celeris-btn-wrapper {
	width: fit-content;
	float: right;
}

.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2{
	padding-bottom: 30px;
}
.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2 span.right-icon::after{
	bottom: -26px;
}
.fbp-section-6 .celeris-row-2 {
	display: flex;
	align-items: center;
}
.fbp-section-6 .celeris-row-2 #chek_card_lottie {
	width: 75vh;
	margin-left: -175px;
}
/* Section 7 */
.fbp-section-7 #celeris-row-1 {
	margin-bottom: 30px;
}
.fbp-section-7 div#celeris-row-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.fbp-section-7 div#celeris-row-2 .celeris-col-1,
.fbp-section-7 div#celeris-row-2 .celeris-col-2,
.fbp-section-7 div#celeris-row-2 .celeris-col-3,
.fbp-section-7 div#celeris-row-2 .celeris-col-4,
.fbp-section-7 div#celeris-row-2 .celeris-col-5,
.fbp-section-7 div#celeris-row-2 .celeris-col-6{
	width: 45%;
}
.fbp-section-7 div#celeris-row-2 .celeris-img-wrapper {
	height: 100%;
	width: 100%;
}
.fbp-section-7 div#celeris-row-2 .celeris-img-wrapper img {
	height: 100% !important;
	max-width: 100%;
}
.fbp-section-7 div#celeris-row-2 .celeris-wrapper h3 {
	color: var(--color-white-2);
	opacity: 0.2;
}
.fbp-section-7 div#celeris-row-2 .celeris-wrapper h4 {
	color: var(--font-color-lightblue);
	margin-bottom: 15px;
}
.fbp-section-7{
	position: relative;
}
.fbp-section-7::after {
	content: url(https://celerispay.com/wp-content/uploads/2024/05/Component-9.png);
	position: absolute;
	right: 0%;
	top: 0% !important;
}
.fbp-section-7::before {
	content: url(https://celerispay.com/wp-content/uploads/2024/05/pps.png);
	position: absolute;
	left: 7%;
	bottom: 0% !important;
	z-index: 0;
}
/* Section 8 */
.fbp-section-8 .celeris-row-1 .celeris-row {
	display: flex;
	align-items: center;
}
.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1 {
	width: 70%;
}
.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1 .celeris-section-heading h2{
	line-height: normal;
}
.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-2 {
	width: 30%;
}
.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-2 .celeris-section-btn {
	float: right;
}
.fbp-section-8 .celeris-row-2 .celeris-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 50px;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-1 {
	width: 45%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-img-wrapper {
	height: 100%;
	width: 100%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-img-wrapper img {
	height: 100% !important;
	max-width: 100%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 {
	width: 50%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-wrapper h3 {
	line-height: normal;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-wrapper p {
	color: var(--color-black);
	font-size: 14px;
	font-weight: 400;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-wrapper .celeris-list-wrapper ul.celeris-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-wrapper .celeris-list-wrapper ul.celeris-list li.celeris-list-item {
	display: flex;
	gap: 15px;
	align-items: center;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-wrapper .celeris-list-wrapper ul.celeris-list li.celeris-list-item .celeris-img-wrapper {
	height: 30px;
	width: auto;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 {
	width: 100%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper .celeris-card {
	background: transparent;
	border-radius: 15px;
	padding: 0;
	height: 100%;
	width: 31%;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper .celeris-card .celeris-img-wrapper{
	margin-bottom: 15px;
	height: 50px;
	width: auto;
}
.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper .celeris-card:hover{
	box-shadow: none;
}
.fbp-section-8 .celeris-row-2{
	padding-bottom: 80px;
	padding-top: 80px;
	border-radius: 0px;
}
/* Section 9 */
.fbp-section-9 .celeris-row-1 .celeris-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.fbp-section-9 .celeris-row-1 .celeris-card-wrapper .celeris-card {
    background: var(--color-white-2);
    border-radius: 15px;
    padding: 20px 20px;
    height: 100%;
    width: 22%;
    text-align: left;
}
.fbp-section-9 .celeris-row-1 .celeris-card-wrapper .celeris-card .celeris-img-wrapper {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}
.fbp-section-9 .celeris-row-2 .celeris-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1 {
    width: 30%;
}
.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-wrapper h3 {
    line-height: normal;
	padding-bottom: 0px;
}
.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-2 {
    width: 65%;
    position: relative;
    height: 130px;
}
.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-animation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-2 .celeris-animation-wrapper .secu-container {
    width: 160%;
}
@media screen and (max-width: 1199px) and (min-width: 981px){
	/* Section 1 */
	.fbp-section-1 .celeris-row-1 #fbp_header_lottie {
		margin-right: -90px;
	}
	.fbp-section-1 .celeris-row-1 .celeris-section-heading h1 {
		font-size: var(--font-size-32) !important;
		line-height: normal !important;
	}
	/* 	Section 3 */
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2 {
		line-height: normal;
		padding-left: 15px;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2	{
		line-height: normal;
		padding-left: 15px;
		font-size: var(--font-size-32) !important;
	}
	/* 	Section 4 */
	.fbp-section-4 .celeris-row-1 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper{
		gap: 25px;
	}
	/* 	Section 5 */
	.fbp-section-5 .celeris-row-2 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
		line-height: normal;
	}
	/* 	Section 6 */
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1{
		padding-left: 15px;
	}
	.fbp-section-6 .celeris-row-2 .chek_card #chek_card_lottie {
		width: 100%;
		height: 100%;
		margin-left: 0;
	}
	.fbp-section-6 .celeris-row-2 {
		display: flex;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper {
		gap: 20px;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper .celeris-card{
		width: 48%;
	}
	/* 	Section 7 */
	.fbp-section-7::before{
		left: -4%;
	}
	.fbp-section-7 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
	}
	/* 	Section 8 */
	.fbp-section-8 .celeris-row-1{
		margin-bottom: 40px;
	}
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1 .celeris-section-heading h2 {
		line-height: normal;
		font-size: var(--font-size-32) !important;
		padding-left: 15px;
	}
	.fbp-section-8 .celeris-row-2 .celeris-row{
		gap: 30px;
	}
	/* 	Section 9 */
	.fbp-section-9 .celeris-row-1 .celeris-section-heading h2{
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-wrapper h3{
		font-size: var(--font-size-18) !important;		
	}
}

@media screen and (max-width: 980px){
	/* Section 1 */
	.fbp-section-1 .celeris-row-1 #fbp_header_lottie {
		margin-right: 0px;
	}
	.fbp-section-1 .celeris-row-1 .celeris-section-heading h1 {
		font-size: var(--font-size-32) !important;
		line-height: normal !important;
	}
	/* 	Section 2 */
	.white-label-solution-section .celeris-col-1 h2{
		font-size: var(--font-size-32) !important;
		line-height: normal !important;
	}
	/* 	Section 3 */
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2	{
		line-height: normal;
		padding-left: 15px;
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-col-1, .fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-col-2 {
		width: 100%;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-2 .celeris-col-1{
		margin-bottom: 30px;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1,
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-2{
		width: 100%;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item {
		width: 47%;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item .celeris-wrapper{
		flex-direction: column;
	}
	/* 	Section 4 */
	.fbp-section-4 .celeris-row-1 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper{
		gap: 40px;
	}
	.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper .celeris-card {
		width: 48%;
	}
	/* 	Section 5 */
	.fbp-section-5 .celeris-row-2 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
		line-height: normal;
	}
	.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card{
		min-height: 615px;
		width: 48%;
	}
	/* 	Section 6 */
	.fbp-section-6 .celeris-row-2 #chek_card_lottie {
		width: 75vh;
		margin-left: 0;
	}
    .fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2 {
        padding-left: 15px;
        font-size: var(--font-size-32) !important;
	}
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2 span {
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-6 .celeris-row-2{
		flex-wrap: wrap;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper {
		gap: 30px;
		justify-content: space-between;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper .celeris-card {
		width: 48%;
		height: 100%;
	}
	/* 	Section 7 */
	.fbp-section-7 .et_pb_row {
		width: 100%;
		padding: 0 20px;
	}
	.fbp-section-7::before{
		left: -4%;
	}
	.fbp-section-7 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-32) !important;
	}
	/* 	Section 8 */
	.fbp-section-8 .celeris-row-1{
		margin-bottom: 40px;
	}
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1 .celeris-section-heading h2 {
		line-height: normal;
		font-size: var(--font-size-32) !important;
		padding-left: 15px;
	}
	.fbp-section-8 .celeris-row-2 .celeris-row{
		gap: 30px;
	}
	.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-1,
	.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-2 {
		width: 100%;
	}
	.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper .celeris-card{
		width: 48%;
	}
	/* 	Section 9 */
	.fbp-section-9 .celeris-row-1 h2{
		line-height: normal;
		font-size: var(--font-size-32) !important;
	}
	.fbp-section-9 .celeris-row-1 h2 .right-icon{
		display: block;
	}
	.fbp-section-9 .celeris-row-1 .celeris-card-wrapper .celeris-card{
		width: 48%;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-wrapper h3{
		font-size: var(--font-size-18) !important;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1{
		width: 32%;
	}

}
@media screen and (max-width: 767px){
	/* 	Section 1 */
	.white-label-solution-section .celeris-col-1 h2 {
		font-size: var(--font-size-24) !important;
	}
	.white-label-solution-section .celeris-col-1 h2 span{
		font-size: var(--font-size-24) !important;
	}
	/* 	Section 3 */
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 {
		width: 100%;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-2 {
		width: 100%;
		margin-top: 15px;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-2 .celeris-section-btn {
		float: left;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item{
		width: 100%;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-1 .celeris-list-wrapper ul.celeris-list li.celeris-list-item .celeris-wrapper {
		flex-direction: row;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3{
		padding: 30px 20px;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-3 .celeris-col-2	{
		margin-top: 30px;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2 span.right-icon {
		display: inline;
	}
	.fbp-section-3 .celeris-row-1 #celeris-row-1 .celeris-col-1 .celeris-section-heading h2 {
		line-height: normal;
		padding-left: 15px;
		font-size: var(--font-size-24) !important;
	}
/* 	Section 4 */
	.fbp-section-4 .celeris-row-1 #celeris-row-2 .celeris-card-wrapper .celeris-card {
		width: 100%;
	}
	.fbp-section-4 .celeris-row-1 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-24) !important;
	}
	.wlp-section-4 .celeris-row-1 .celeris-card-wrapper .celeris-card{
		width: 100%;
	}
	/* 	Section 5 */
	.fbp-section-5 .celeris-row-2 #celeris-row-1 .celeris-section-heading h2 {
		font-size: var(--font-size-24) !important;
		line-height: normal;
	}
	.fbp-section-5 .celeris-row-2 #celeris-row-2 .celeris-card-wrapper .celeris-card {
		min-height: 100%;
		width: 100%;
	}
	
	/* 	Section 6 */
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2 {
		padding-left: 15px;
		font-size: var(--font-size-24) !important;
	}
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 h2 span {
		font-size: var(--font-size-24) !important;
	}
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-1 {
		width: 100%;
	}
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-2 {
		width: 100%;
	}
	.fbp-section-6 .celeris-row-1 .celeris-row .celeris-col-2 .celeris-btn-wrapper {
		width: fit-content;
		float: left;
		margin-top: 30px;
	}
	.fbp-section-6 .chek_card #chek_card_lottie {
		width: 100%;
		height: 100%;
		margin-left: 0px;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-1{
		margin-bottom: 0px;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper .celeris-card {
		width: 100%;
		height: 100%;
	}
	.fbp-section-6 .celeris-row-2 .celeris-col-2 .celeris-card-wrapper .celeris-card h2{
		font-size: var(--font-size-18) !important;
	}	
	/* 	Section 7 */
	.fbp-section-7 div#celeris-row-2 .celeris-wrapper h3 {
		color: var(--color-white-2);
		opacity: 0.2;
		font-size: var(--font-size-40);
	}
	.fbp-section-7 div#celeris-row-2 .celeris-wrapper h4 {
		color: var(--font-color-lightblue);
		margin-bottom: 15px;
		font-size: var(--font-size-24) !important;
		line-height: normal;
	}
	.fbp-section-7 div#celeris-row-2 .celeris-col-1, .fbp-section-7 div#celeris-row-2 .celeris-col-2, .fbp-section-7 div#celeris-row-2 .celeris-col-3, .fbp-section-7 div#celeris-row-2 .celeris-col-4, .fbp-section-7 div#celeris-row-2 .celeris-col-5, .fbp-section-7 div#celeris-row-2 .celeris-col-6 {
		width: 100%;
	}
	/* 	Section 8 */
	.fbp-section-8 .celeris-row-1 .celeris-row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1,
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-2 {
		width: 100%;
	}
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-2 .celeris-section-btn	{
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.fbp-section-8 .celeris-row-2 .celeris-row .celeris-col-3 .celeris-card-wrapper .celeris-card{
		width: 100%;
	}
	.fbp-section-8 .celeris-row-1 .celeris-row .celeris-col-1 .celeris-section-heading h2 {
		line-height: normal;
		font-size: var(--font-size-24) !important;
		padding-left: 15px;
	}
	
	/* 	Section 9 */
	.fbp-section-9 .celeris-row-1 h2{
		line-height: normal;
		font-size: var(--font-size-24) !important;
	}
	.fbp-section-9 .celeris-row-1 h2 .right-icon{
		display: block;
	}
	.fbp-section-9 .celeris-row-1 .celeris-card-wrapper .celeris-card{
		width: 100%;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1 .celeris-wrapper h3{
		font-size: var(--font-size-20) !important;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row{
		gap: 30px;
		flex-wrap: wrap;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-1{
		width: 100%;
	}
	.fbp-section-9 .celeris-row-2 .celeris-row .celeris-col-2{
		width: 100%;
	}
}