.nav-main {
    color: #50b440 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    text-align: center;
}

.nav-main:hover {
    color: #000 !important;
    text-decoration: none;
}

.info {
    font-size: 18px;
}

.title {
    font-size: 30px;
    color: #50b440;
}

.sub-title {
    font-size: 25px;
}

.nav-pills .nav-tab.active {
    color: #fff;
    background-color: #000;
}

.nav-pills .nav-tab {
    color: #fff;
    background-color: #50b440;
    margin-right: 5px;
}

.slide-book-btn {
    color: #fff;
    text-decoration: none;
}

.slide-book-btn:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

a {
    color: #50b440;
    text-decoration: none;
}

a:hover {
    color: #50b440;
    text-decoration: underline;
}

.btn-green {
    background-color: #50b440;
    color: #fff;
    border-radius: 25px;
}

.btn-green:hover {
    background-color: #464646;
    color: #fff;
}

.footer-nav-link {
    color: #fff !important;
    margin-left: 20px
}

.circle-icon {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #4cb23a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.behaviour-change-collapse {
    background-color: #50b440;
    border-radius: 10px;
    cursor: pointer;
}


.home-page-slider-title {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2
}

.home-page-slider-text {
    color: #fff;
    font-size: 20px
}

.red-color {
    color: #eb1809;
}


.home-top-contact-div {
    display: grid;
    margin: auto;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 160px;
}

.calendar-div {
    min-width: 600px;
}

@media only screen and (max-width: 992px) {
    .home-top-contact-div {
        display: flex;
        margin-top: 2rem;
        justify-content: center;
        flex-direction: column;
        max-width: 180px;
    }
}
