.nav-main {
    color: #322fe9 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
}

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

.info {
    font-size: 18px;
}

.title {
    font-size: 30px;
    color: #322fe9;
}

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

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

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

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

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

a {
    color: #322fe9;
    text-decoration: none;
}

a:hover {
    color: #322fe9;
    text-decoration: underline;
}

.btn-green {
    background-color: #322fe9;
    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: #322fe9;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}



.behaviour-change-collapse {
    background-color: #322fe9; 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;
}
