.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 25px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}    
@media (max-width: 768px) {
    .float {
        width: 100px;
        height: 100px;
        font-size: 24px;
        bottom: 6%;
        left: 75%;
    }
}
.my-float {
    margin-top: 16px;
}

.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    width: 300px;
    height: 100%;
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}
.modal.right.fade.in .modal-dialog {
    transform: translateX(0);
}

.cls-1 {
    fill: #fff;
}

.cls-2 {
    fill: none;
    stroke: #565656;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .86px;
}
.dv_contact_whatsapp_list
{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

.dv_location_contacts
{
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    transition: opacity .15s linear;
}

.dv_contact_whatsapp_list>li {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

.dv_contact_whatsapp_list>li>a {
    display: block;
    color: #000000;
    font-size: 14px;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}
.modal {
    z-index: 1050;
    display: none;
}
.modal.show {
    display: block;
}
