.aside-left-bar-e a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 10px 20px;
}

.aside-left-bar-e a:hover {
    color: #fff;
    background-color: #218a58 !important;
}

.menu-item-active {
    color: #fff;
    background-color: #218a58 !important;
}

.menu-item-active a {
    color: #fff !important;
}

.label-bg-e {
    background-color: #218a58 !important;
    color: #fff;
    /*width: 100% !important;*/
    display: inline-block;
    text-align: center;
}

.btn-green, .btn-green:hover {
    background: #218a58 !important;
    color: #fff;
    /*width: 100% !important;*/
    display: inline-block;
    text-align: center;
}

.label-bg-e:hover {
    color: #fff;
}

.view-more-btn {
    background-color: #218a58;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #218a58 !important;

}

.view-more-btn:hover {
    color: #fff;
}

.search-page-subhead {
    left: 0 !important;
    top: 0 !important;
}

.error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.error input {
    border: 1px solid #ff0000 !important;
}

.modal-open {
    overflow: hidden !important;
}

.fb-bg {
    background-color: #3B5998;
}

.linkdin-bg {
    background-color: #0E76A8;
}

.web-bg {
    background-color: #218A58;
}

.youtube-bg {
    background-color: #FF0000;
}
.itune-bg {
    background-color: rgba(0,0,0,0.8);
}

.campaign-bg {
    background-color: rgba(208, 251, 4, 0.65);
    color: black !important;
}

.google-bg {
    background-color: #4285F4;
}

.socila-links li {
    margin-right: 15px;
}

.socila-links li a {
    padding: 4px 30px;
    border-radius: 20px;
}

.twitter-bg {
    background-color: #00ACEE;
}

.vertical-center {
    align-content: center !important;
}

.color-white {
    color: white !important;
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .col-.mr-4.mt-3 .input-group .datepicker-input {
        width: 146px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .col-.mr-4.mt-3 a {
        font-size: 11px;
    }

    .col-.mr-4.mt-3 button.view-more-btn {
        font-size: 11px;
        margin: 0px !important;
    }

    .col-.mr-4.mt-3 .input-group .datepicker-input {
        width: 110px;
    }

    .card.card-custom > .card-header .card-toolbar {
        align-items: center;
        margin: 0rem 0;
        flex-wrap: wrap;
    }
}