.float{

    position:fixed;

    width:60px;

    height:60px;

    bottom:95px;

    right:25px;

    background-color:#25d366;

    color:#FFF;

    border-radius:50px;

    text-align:center;

    font-size:30px;

    box-shadow: 2px 2px 3px #999;

    z-index:1000;

}

.float:hover{color:#fff}

.float_phone{bottom:160px; color:#000; background-color:#eaf215; }

.my-float{

    margin-top:16px;

}

.float_phone .my-float{font-size:22px; margin-top: 20px;}

.map-wrap .map-img-wrap img{
    max-height: 150px;
}
.banner-content h1 {
    color: #fff;   
}
.banner-content p{ color: #fff; }

.car-modal {
    z-index: 9999 !important;
    top: 15% !important;
}
.car-modal .modal-header .close, .car-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -20px -1px -15px auto;
    background: #ff2d8b;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
.car-modal .modal-content {
    padding: 0 15px;
    background-image: url("../../assets/img/bg/spa-onload.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 400px;
    width: 100%;
    height: 100%;
}
.car-modal .modal-body {
    padding: 0 15px;
}
.modal-header{
    border-bottom: none!important;
}
@media only screen and (max-width: 768px) {
    .car-modal .modal-content {
        min-height: 200px; 
    }
}