.float {
    float: left;
    position: fixed;
    bottom: 25px;
    right: 100px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 9999; /* Add this line */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Optional: Add shadow */
}

.my-float {
    margin-top: 22px;
}


.whitecolor{
	color:white !important;
}
.defaultfont {
	font-family:"Barlow", sans-serif !important;
	font-style: normal;
}

.whitebackground {
	font-family:"Barlow", sans-serif !important;
	font-style: normal;
	background:white !important;
	color:black !important;
	margin-bottom:20px;
}