.cros-pricing-container .cros-pricing-table .table tbody td:first-child .server-info h4 {
    font-size: 17px;
    color: var(--white)
}

.cros-pricing-container .cros-pricing-table .price span.cycle {
    margin-left: 0.3rem;
}

.cros-Slider .slides .slide-bg,
.hero-bg-wrap {
    border-top: 5px solid #3aa161 !important;
    margin-top: -2px;
}

.hero-bg-wrap.small-header.inverse,
.hero-bg-wrap.small-header.dark {
    border-color: #3aa161 !important;
    border-top: 3px solid #3aa161 !important;
}

.pre-header ul li {
    border-right: 0;
}

.pre-header a {
    text-decoration: none;
}

.pre-header small {
    font-size: 60%;
    font-weight: 400;
    top: -0.4em;
    position: inherit;
}

.pre-header .langs a.active span {
    font-weight: bold;
}

.footer-last p,
.footer-last a {
    font-size: 0.8rem;
}

body.dark-mode .footer-last a,
body.dark-mode .block-footer .footer-last .footer-copyright a:hover {
    color: #e0e0e0;
}

.footer-last a {
    color: #2a2e36;
}

body.dark-mode .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options .regular_pricing.savecut:before {
    content: "";
    top: 45%;
    background: #9b9b9b;
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options .regular_pricing.savecut:before {
    top: 45%;
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing.fixed-height {
    min-height: 100px;
}



.pre-header .theme-switch {
    display: inline-block;
}

.pre-header ul li {
    padding-right: 5px;
}

.pre-header .theme-switch .nav-link {
    padding: 0;
    padding-top: 3px;
}

.mega-menu .html-item h3 {
    margin-top: 0;
}

.dropdown-menu.dropdown-mega .mega-menu .item-with-icons .menu-name {
    font-size: 17px;
}

.mega-menu .title-green .item-with-icons .menu-name {
    color: #00a13a;
    text-transform: uppercase;
}

.cros-navbar .navbar-nav li ul.dropdown-menu li a:not(.item-heading) {
    font-size: 15px;
}

.mega-menu .menu-small-box {
    padding: 5px 10px;
}

.mega-menu .menu-small-box.hover-back:hover {
    background-color: #09973c
}

.mega-menu .menu-small-box.hover-back:hover .menu-name,
.mega-menu .menu-small-box.hover-back:hover .item-icon {
    color: #ebebeb;
}

.mega-menu .item-with-icons .item-icon,
.mega-menu .item-with-icons .menu-name {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mb-label {
    max-width: 100%;
    word-wrap: break-word;
    display: block;
    white-space: normal;
    line-height: inherit;
}

.panel-sidebar img {
    max-width: 100%;
}

#taskScroll button {
    display: block;
    margin-top: 10px;
}

.dark-mode #taskScroll li>a:hover {
    background: #2d2d2d !important;
}

#taskScroll li>a:hover {
    background: #edf0f5 !important;
}


.dark-mode .markdown-content blockquote {
    margin: 30px 0 15px;
    background-color: #343434;
    border-left: 5px solid #09973c;
}

.markdown-content blockquote {
    margin: 30px 0 15px;
    background-color: #343434;
    border-left: 5px solid #09973c;
    background-color: #edf0f5;
}

@media (min-width: 768px) {

    .block-footer .footer-widgets,
    .block-footer .footer-widgets.picons {
        padding: 90px 0 30px;
    }
}