body { font-family: 'Montserrat', sans-serif; color: #444!important; }
h1, h2, h3, h4, h5, h6 { font-weight: 800!important; }

.popup-form {
    background-image: url('../img/backgrounds/popup-1.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px)  {
    .popup-form { background: #FFF!important; }
}

/* Add here all your CSS customizations */
.btn-whatsapp, .btn-callnow {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.btn-callnow { bottom: 175px; }

.btn-whatsapp a, .btn-callnow a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-whatsapp a img, .btn-callnow a img { width: 100%; }