.text-green{
    color: #6E9871;
}
.bg-green{
    background: #6E9871;
}
.text-cream{
    color: #EEEAE7;
}
.bg-creem{
    background: #EEEAE7;
}
.text-darkgreen{
    color: #296c2e;
}
.ak-topbar {
    padding: 15px 0;
}

.ak-topbar__left {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.ak-topbar__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ak-topbar__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 767px) {
    .ak-topbar__left,
    .ak-topbar__right {
        justify-content: center;
        text-align: center;
    }

    .ak-topbar__right {
        margin-top: 10px;
    }
}

.icnwidth{
    width: 32px;
}

.headrappwidth{
    width: 30px;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .bookapntbtn {
        display: none;
    }
}

.bg-gradient-one{
    background: linear-gradient(311deg, #fafafa 0%, #e2efe3 100%);
}

.bg-f3f3{
    background: #f1f2ff;
}

.b-radius-30{
    border-radius: 30px;
}

.wrkmttop{
    margin-top: 55px;
}

.googlervwwidth{
    width: 110px;
}

.aboutbanner{
    background: url('../new-images/banner/about-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}