.whatsapp-chat {
    position: fixed;
    bottom: 94px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 100;
}
.whatsapp-chat i {
    font-size: 50px;
    color: green;
}
@media only screen and (max-width: 767px)  {
    .whatsapp-chat {
        bottom: 79px;
        right: 15px;
    }
}

/* Contact Section - Homepage */
.cont-map #contact-form {
    position: unset;
}
.cont-map .map {
    height: 600px;
}

/* Service page */
.portfolio-btn {
    font-size: 24px;
    color: #fff;
    background-color: rgb(11, 63, 90);
    border: 2px solid #fff;
    width: 100%;
    transition: all .8s;
}
.portfolio-btn:hover {
    background-color: rgb(11, 135, 147);
    color: #fff3cd;
}
@media only screen and (min-width: 1200px) {
    .blog-pg .right-column {
        position: relative;
    }

    .blog-pg .right-column .sticky {
        position: sticky;
        top: 100px;
    }
}
