
/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
small,
label,
input,
ul,
li,
a,
button,
div {
    font-family: 'ubunturegular', 'DroidKufi-Regular';
}

.header-style-1 .header-bottom-bg-color {
    border-top: initial;
    border-bottom: initial;
}

.main {
    margin-top: 35px;
}

.text-brand {
    color: #fd4a5a !important;
}

.header-area {
    padding: 70px 0 15px 0 !important;
}

html,
body {
    height: 100%;
    background-color: #FFFAFA;
} */


.whatsapp-icon > a{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: unset;
    left: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @media (max-width: 768px) {
    .main {
        margin-top: 100px;
    }

    .title.style-3 {
        font-size: 28px;
    }
} */