@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.highlight-separator.shadow-in[data-shadow-animation] span {
    background-color: #91d800 !important;
    height: 4px;
}
.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 30px !important;
    width: auto;
}

.h2, h2 {
    font-size: 3rem;
}

body, h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", serif !important;
}

.menu-item-list .nav-link {
    letter-spacing: -1px;
}

.push-button-text {
    font-family: "Montserrat", serif;
    letter-spacing: 0px;
    font-size: 12px;
    top: 8px !important;
}

.navbar {
    background-color: #fff !important;
}

.menu-list-wrapper {
    overflow: hidden !important;
}

.bg-gradient-wf {
    background: linear-gradient(to right, #0048b3, #c6eb7b);
}

.bg-blue {
    background-color: #0048b3;
}

.bg-wf {
    background-color: #c6eb7b;
}

.feature-box {
    background-color: #fff;
    border: 3px solid #c2e77c;
    height: 150px;
}

.feature-box:hover {
    background-color: #c2e77c;
}

.feature-box.feature-box-left-icon .feature-box-icon, .feature-box.feature-box-left-icon-middle .feature-box-icon {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.feature-box .feature-box-icon i {
color: #000 !important;
    font-size: 41px;
    text-align: center;
    display: block !important;
}

.feature-box .feature-box-content {
    text-align: center;
}

.feature-box .feature-box-content span {
    line-height: 105%;
color: #000 !important;
    
}

.pricing-table {
    background-color: #fff;
    border: 3px solid #c8ec80;
    border-radius: 30px;
}

.bg-green {
    background-color: #c8ec80;
}

.btn-link.text-green, .text-green, a.text-green-hover:hover {
    color: #c8ec80;
}

@media only screen and (max-width: 768px) {
header .navbar-brand .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: 100px !important;
}
}