@import url(https://cdn.materialdesignicons.com/1.3.41/css/materialdesignicons.min.css);

#fab {
    display: none;
}
.cta-fab { 
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #212121;
    position: fixed;
    bottom: 18px;
    right: 18px;
    cursor: pointer;
    color: #fff;
   /*text-align: center;
   */
    line-height: 40px;
    font-size: 25px;
    z-index: 99999;
    /*padding: 10px 17px;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cta-fab .btn-close {
    padding: 10px 17px;
}
.cta-fab:hover {
    background: #212121;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cta-fab .content {
    width: 100%;
    visibility: hidden;
    opacity: 1;
    transition: all 0 ease;
    display: none;
    border-radius: 100%;
}
.minified {
    margin-top: 10px;
    margin-left: 18px;
}
.cta-fab .minified {
    display: block;
    opacity: 1;
}
.cta-fab.expanded {
    width: 220px;
    height: 240px;
    right: 10px;
    border-radius: 19px;
    background: #414045;
}
.bg-cta-fab {
    background: #414045;
}
.cta-fab.expanded .minified {
    display: none;
    opacity: 0;
}
.cta-fab.expanded .content {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
    position: relative;
}
.cta-fab.expanded .content div {
    opacity: 1;
}
.d-fab-i {
    width: 50px;
    text-align: center;
}

.fab-pulse{
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0, 0, 0, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}
.fab-pulse:hover {
    -webkit-animation: none;
   -moz-animation: none;
   -ms-animation: none;
   animation: none;
}
@-webkit-keyframes pulse {
   to {
       box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
   }
}
@-moz-keyframes pulse {
   to {
       box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
   }
}
@-ms-keyframes pulse {
   to {
       box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
   }
}
@keyframes pulse {
   to {
       box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
   }
}

@media (max-width: 575.98px) {}
@media (max-width: 992px) {
    .cta-fab.expanded {
        width: 100% !important;
        height: 100% !important;
        right: 0 !important;
        border-radius: 0px !important;
        background: #212121 !important;
        padding-top: 70px !important;
        bottom: 0 !important;
    }
    .cta-fab {
        width: 65px;
        height: 65px;
    }
    .pm-fab {
        padding-top: 20px !important;
    }
    .bg-cta-fab {
        background: #212121 !important;
    }
    .minified {
        margin-top: 13px !important;
        margin-left: 18px !important;
    }
    .minified {
        font-size: 32px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}