.my-float{
    position: fixed;
    right: 17px;
    bottom: 130px;
    font-size: 44px;
    z-index: 100;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    padding: 0px;
    }

.float:hover .my-float,
.float:hover .my-float-2 {
	background-color: var(--cnvs-link-color) !important;
	color: #fff !important;
}

.my-float-2 {
    position: fixed !important;
    right: 85px !important;
    bottom: 145px !important;
    font-size: 16px !important;
    z-index: 100 !important;
    width: 120px !important;
    height: 34px !important;
    background-color: #25D366 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 4px !important;
}

.slider-caption p, .slider-caption h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.car-p-features {
    color: #666;
}