/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 11:07:47 */
.custom_info_bg_one .fl-col-content::before {
	content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
	opacity: 1;
    transition: opacity 0.4s ease;
	background-image: url(/wp-content/uploads/2025/10/1-How-it-works-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	transition: opacity 0.3s ease;
}

.custom_info_bg_one .fl-col-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/Step-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.custom_info_bg_two .fl-col-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
	opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 1;
	background-image: url(/wp-content/uploads/2025/10/2-How-it-works-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	transition: opacity 0.3s ease;
}

.custom_info_bg_two .fl-col-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/Step-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.custom_info_bg_three .fl-col-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
	opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 1;
	background-image: url(/wp-content/uploads/2025/10/3-How-it-works-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	transition: opacity 0.3s ease;
}

.custom_info_bg_three .fl-col-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/11/Step-3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.custom_info_bg .fl-col-content {
	position: relative;
    z-index: 1;
    background: none;
    overflow: hidden;
}

.custom_info_bg:hover .fl-col-content::before {
    opacity: 0;
}

.custom_info_bg:hover .fl-col-content::after {
    opacity: 1;
}

.custom_info_bg:hover .htgs_flipbox_custom {
	z-index: 999 !important;
}


.how_to_get_started_front .front_title h3 {
	color: #1d3c96;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 26px;
	line-height: 33px;	
}

.how_to_get_started_back .back_title h3 {
	color: #1d3c96;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 26px;
	line-height: 33px;	
}

.how_to_get_started_back .back_img img {
	width: 42px;
    height: 51px;
}

.how_to_get_started_back .back_para {
	padding-left: 30px;
	padding-right: 30px;
}

.how_to_get_started_back .back_para p {
	color: #01334E;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 23px;
}