@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Gayathri:wght@100;400;700&display=swap');

:root {
    --font-body: "Anek Malayalam", sans-serif;
    --font-title: "Gayathri", sans-serif;
}

.main-menu ul li a 
{
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.page-header {
    padding: 151px 0 20px;
}
.more-link {
    font-weight: 600;
}
.callat a
{
    font-size: 25px;
    font-weight: 400;
}
.callat h3
{
    margin: 0;
}
p
{font-weight: 300;}
.more-link svg {
    top: -4px;
}
@media (max-width: 992px) {
    .logo {
        width: 270px;
        margin: 3px 0;
        position: absolute;
        top: 1px;
    }
        header.sticky.sticky-active .hz69-menu .logo {
        width: 238px;
        top: 7px;
    }
    h1
    {
        font-size: 35px;
    }
    h2
    {
        font-size: 28px;
    }
    .astrologers-list li h3 {
    color: #000;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
}
    .hz69-menu {
        padding: 29px 0;
    }
        header.sticky.sticky-active .hz69-menu {
        padding: 28px 0;
    }
    .page-header {
    padding: 111px 0 20px;
}

}

