/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2024 | 07:04:37 */
.finance_pop_up {
	z-index: 99999;
}
.cky-revisit-bottom-left {
	left: 95px !important;
}

.popup_div_footer {
	width: 320px !important;
}

.popup_div_footer .inner_floating_div {
	color: #000 !important;
	opacity: 1 !important;
}

#popupTooltipClose {
	cursor: pointer;
}





.popup_div_footer::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #cd9a35;
	transform: rotate(45deg);
	z-index: 0;
	bottom: -7px;
	right: 40px;
}


.builder-item.desktop-center {
    width: 100%;
}

.hfg-slot.center {
    width: 100%;
    overflow: hidden;
}

/* .custom_slick_slider .slick-prev {
    left: -12px;
}

.custom_slick_slider .slick-next {
    right: -12px;
}
 */




@media(max-width:768px) {
	.popup_div_footer {
	width: 80% !important;
}
	.popup_div_footer::after {
	right: 80px;
}
}




