.logo h1 {
    padding-left: 40px;
    background-image: url('logo-appoia.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo h1 a {
    font-weight: bold;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 12px 15px;
    background: #25d366;
}

.navbar .getstarted i,
.navbar .getstarted:focus i {
    margin-left: 0;
}

.navbar .getstarted .whatsapp-top {
    margin-left: 5px;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.pricing h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing h4 {
    font-size: 28px;
}

.contact .info h4 {
    margin-top: 10px;
}

.contact .info i {
    font-size: 40px;
}

.social-links a i {
    font-size: 20px;
}

.back-to-top,
.whatsapp-bottom {
    width: 50px;
    height: 50px;
}

.back-to-top {
    right: 75px;
}

.whatsapp-bottom {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: #25d366;
    border-radius: 50px;
}

.back-to-top i,
.whatsapp-bottom i {
    font-size: 34px;
}

.whatsapp-bottom i {
    color: #fff;
    line-height: 0;
}