﻿@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    margin: 0 0 !important;
    padding: 0 0 !important;
}

body {
    margin: 0 0 !important;
    padding: 0 0 !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

ul, h1, h2, h3, h4, h5, h6, pre, form, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

a {
    color: rgba(0,0,0,1) !important;
}

.menu-list a {
    color: white !important;
}

.subfooter a {
    color: white !important;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #EAEDED;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.4);
    }

a img {
    border: 0;
}

a {
    text-decoration: none;
}

.navbar {
    padding: 0 0 !important;
    /*background-color: #264f07 !important;
    color: rgba(255,255,255,0.7);*/
    background-color: white !important;
    color: rgba(0,0,0,0.9);
    font-size: 17px;
    border-radius: 0 0;
}

    .navbar a {
        color: rgba(0,0,0,0.9) !important;
    }

    .navbar .navbar-toggler {
        color: rgba(0,0,0,0.9) !important;
    }

.dropdown-menu {
    background-color: white !important;
    color: rgba(0,0,0,0.9);
}

    .dropdown-menu a {
        color: rgba(0,0,0,0.9) !important;
    }

        .dropdown-menu a:hover {
            background-color: rgba(250, 208, 44, 0.45) !important;
        }

.btn-primary {
    background-color: #264f07 !important;
    color: rgba(255,255,255,0.7);
    font-weight: normal !important;
    border: solid 1px #2f6505 !important;
}

.btn-outline-secondary {
    background-color: rgba(250, 208, 44, 0.9);
    border: solid 1px rgb(230, 189, 30) !important;
    color: rgba(0,0,0,0.7);
    padding: 5px 5px;
    width: 100%;
}


.HeaderBackground {
    /* background-image:url(/Content/images/background.jpg);
    background-size:100%;
    min-height:500px;*/
    /* text-align: center;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-bottom:solid 1px rgba(0,0,0,0.5);*/
}

    .HeaderBackground .logo {
        width: 150px;
        float: none;
        margin: auto auto;
    }

    .HeaderBackground p {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .HeaderBackground .tagline {
        color: rgba(0,0,0,0.8);
        font-size: 24px;
        font-weight: bold;
    }

    .HeaderBackground .globalsearch {
        margin-top: 10px;
    }

        .HeaderBackground .globalsearch .form-control {
            border: solid 1px #2f6505 !important;
            /* background-color: rgba(47, 101, 5, 0.13);*/
            font-size: 20px;
            border-radius: 25px 0 0 25px !important;
        }

        .HeaderBackground .globalsearch .top-search {
            margin-top: 0px !important;
            border: solid 1px #2f6505 !important;
            height: 50px !important;
        }

        .HeaderBackground .globalsearch .btn {
            padding-left: 20px !important;
            padding-right: 20px !important;
            background-color: white !important;
            color: #2f6505 !important;
            font-size: 20px !important;
        }

.headerNav {
    /*padding: 10px 0px;
    background-color: rgba(250, 208, 44, 0.45) !important;*/
    background-color: #EAEDED;
    color: #2f6505;
    font-size: 20px;
    text-align: center !important;
}


.CatgeoryNav {
    padding: 15px 0px;
    overflow-x: auto;
}


.tableCategory {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

    .tableCategory img {
        width: 80px;
        border: solid 1px rgba(0,0,0,0.4);
        border-radius: 50% 50%;
    }

.tableVerticle {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .tableVerticle td {
        padding: 5px 25px;
        width: 150px;
    }

    .tableVerticle img {
        width: 100px;
        /*border: solid 1px rgba(0,0,0,0.4);*/
        border-radius: 10% 10%;
    }

.tableCause {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .tableCause td {
        /*padding: 5px 20px;*/
        padding: 5px 25px;
        width: 150px;
    }

    .tableCause img {
        width: 100px;
        /*border: solid 1px rgba(0,0,0,0.4);*/
        border-radius: 5% 5%;
    }

main {
    /* min-height: 300px;
    padding: 30px 0px;
    background-color: #EAEDED;*/
    /* padding-top: 4px !important;*/
}

.wrapper {
    min-height: 300px;
    /* padding: 0px 0px 5px 0px;*/
    /* background-color: #bebebe;*/
}


.carousel-caption h5 {
    color: rgba(0,0,0,0.8);
    font-size: 3rem !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.byverange {
    text-align: center;
}

    .byverange img {
        width: 100%;
        border-radius: 5% 5% 5% 5%;
    }

    .byverange .title {
        margin-bottom: 40px;
        text-align: center;
        margin-top: 20px;
    }

        .byverange .title h2 {
            margin-bottom: 20px;
            font-family: 'PT Sans', sans-serif;
            font-weight: 700;
            font-size: 40px;
        }

    .byverange a {
        color: rgba(0,0,0,1);
        /* font-weight: bold;*/
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
    }

.byvecause {
    text-align: center;
    box-shadow: 20px 20px 20px 20px white inset;
}

    .byvecause img {
        width: 100%;
        border-radius: 5% 5% 5% 5%;
    }

    .byvecause .rect {
    }

    .byvecause .title {
        margin-bottom: 40px;
        text-align: center;
        margin-top: 20px;
    }

        .byvecause .title h2 {
            margin-bottom: 20px;
            font-family: 'PT Sans', sans-serif;
            font-weight: 700;
            font-size: 40px;
        }

    .byvecause a {
        color: rgba(0,0,0,1);
        /*font-weight: bold;*/
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
    }

.howitworks {
    text-align: center;
    box-shadow: 20px 20px 20px 20px white inset;
}

    .howitworks .title {
        margin-bottom: 40px;
        text-align: center;
        margin-top: 20px;
    }

    .howitworks p {
        margin-bottom: 40px;
        text-align: justify !important;
    }

    .howitworks i {
        margin-bottom: 20px;
    }

    .howitworks .icon {
        font-size: 32px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .howitworks .title h2 {
        margin-bottom: 20px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 40px;
    }


footer {
    background-color: rgba(0,0,0,0.9);
    padding: 40px 0px 20px 0px;
    color: rgba(255, 255, 255,0.7);
}

    footer .logo {
        width: 150px;
        margin-bottom: 10px;
    }

    footer a {
        color: rgba(255, 255, 255,0.7);
    }

        footer a:hover {
            color: #fad02c;
        }

    footer h4 {
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 13px;
    }

    footer ul.menu-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        footer ul.menu-list li {
            margin-bottom: 13px;
        }

    footer ul.social-icons li a:hover {
        background-color: #fad02c;
    }

    footer ul.social-icons li {
        display: inline-block;
        margin-right: 5px;
    }

        footer ul.social-icons li a {
            width: 34px;
            height: 34px;
            display: inline-block;
            line-height: 34px;
            text-align: center;
            background-color: #fff;
            color: #232323;
            border-radius: 50%;
            transition: all 0.3s;
        }

            footer ul.social-icons li a:hover {
                background-color: #fad02c;
            }

    footer .Upper {
        margin-bottom: 20px;
    }

section.Lower {
    background-color: rgba(0,0,0,0.7);
    height: auto;
    height: 50px;
}

.followus {
    background-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.9);
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
}

    .followus a {
        color: rgba(0,0,0,0.9);
        font-size: 18px;
    }

.RegisterPanel {
    padding: 10px 0px;
}

    .RegisterPanel .col {
        text-align: center;
    }

.card {
    border-radius: unset;
}

.byveVerticles {
    padding: 15px 15px;
}

    .byveVerticles .card-header {
        background-color: unset !important; /* rgba(0,0,0,0.1) !important;*/
        border-bottom: unset !important;
        text-align: center !important;
        font-size: 28px;
        font-weight: bold;
    }

        .byveVerticles .card-header a {
            /*font-size: 20px;*/
            cursor: pointer;
            text-decoration: underline;
            text-decoration-color: #2f6505;
        }

            .byveVerticles .card-header a:hover {
                /*font-size: 20px;*/
                cursor: pointer;
                text-decoration: underline;
                text-decoration-color: #fad02c;
            }

    .byveVerticles .card-body {
        padding: 20px 0px !important;
    }

.byveCause {
    padding: 15px 15px;
}

    .byveCause .card-header {
        background-color: unset !important; /* rgba(0,0,0,0.1) !important;*/
        border-bottom: unset !important;
        text-align: center !important;
        font-size: 36px;
        font-weight: bold;
    }

.byveVerticles .card-body {
    padding: 20px 0px !important;
}

.card-body {
    overflow-x: auto;
    padding: 5px 0px !important;
}

    .card-body a.list-inline-item {
        text-align: center;
        padding: 0px 20px !important;
        margin-right: 30px;
    }

        .card-body a.list-inline-item img {
            width: 150px;
        }

        .card-body a.list-inline-item span {
            display: block;
        }

.btn-primary {
    color: rgba(255,255,255,0.7) !important;
}

.card.ads {
    padding: 0.75rem;
    text-align: center;
}

    .card.ads.sponsored {
        padding: 0rem;
        text-align: center;
        margin-top: 0.25rem;
    }



    .card.ads .card-body {
        overflow: hidden !important;
    }

        .card.ads .card-body a {
            text-align: center !important;
            font-size: 16px;
            color: #264f07;
        }

        .card.ads .card-body h2 {
            font-size: 18px;
            font-weight: bold;
            padding-bottom: 10px;
            background-color: #fff;
            background-clip: border-box;
            border-bottom: 1px solid rgba(0,0,0,.125);
            margin-bottom: 20px;
            text-align: left !important;
        }

        .card.ads .card-body img {
            /*width: 100%;*/
            /* width: 100%;*/
            /*   width: 100px;
            height: 100px;*/
            background-position: center center;
            background-repeat: no-repeat;
        }

            .card.ads .card-body img.big {
                width: 60%;
                height: auto;
                background-position: center center;
                background-repeat: no-repeat;
            }

        .card.ads .card-body .title {
            font-size: 14px;
        }

    .card.ads.sponsored img {
        width: 100%;
    }

    .card.ads .sponsored img {
        /* height: 100% !important;*/
        width: 100% !important;
    }

.advertisement img {
    width: 50%;
}

/*.card-body .deal {
    overflow-x: auto;
}*/

.tableDeal {
    text-align: center;
    font-size: 18px;
}

    .tableDeal td {
        padding: 5px 25px;
        width: 150px;
    }

    .tableDeal img {
        width: 100px;
        /*border: solid 1px rgba(0,0,0,0.4);*/
        border-radius: 10% 10%;
    }

.swal2-confirm {
    background-color: #264f07 !important;
    color: rgba(255,255,255,1) !important;
}

.swal2-cancel {
    background-color: #fad02c !important;
    color: rgba(0,0,0,1) !important;
}

.catImage {
    width: 100px !important;
    height: auto !important;
    border-radius: 5% 5% !important;
    display: block !important;
    margin: auto auto !important;
}

.catTitle {
    display: inline-flex !important;
    min-height: 40px !important;
    text-align: center !important;
    margin: auto auto !important;
    margin-top: 10px !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

.tableDeal .catTitle {
    font-weight: bold !important;
}

a.align-self-end {
    font-weight: bold !important;
}

.invertCard1 {
    background-color: #efefef !important;
    /* background-color: rgb(230, 189, 30) !important;*/
}

.invertCard {
    background-color: #7eb28d !important;
    background-color: #44693D !important;
    color: white !important;
}


    .invertCard ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .invertCard ::-webkit-scrollbar-track {
        background-color: #87b89a;
        background-color: #44693D !important;
        border-radius: 0px;
    }

    .invertCard ::-webkit-scrollbar-thumb {
        background-color: #759f86;
        background-color: #6ba060 !important;
    }

        .invertCard ::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,0.4);
        }

.poweredby a {
    color: rgba(255,255,255,0.7) !important;
}

.footer-designedby a {
    color: rgba(255,255,255,0.7) !important;
}

@media (max-width: 768px) {
    .navbar {
        padding: 5px 0 !important;
        background-color: white !important;
    }

    .headerNav {
        /*padding: 10px 0px;
    background-color: rgba(250, 208, 44, 0.45) !important;*/
        background-color: #EAEDED;
        color: #2f6505;
        font-size: 18px;
        text-align: center !important;
    }

    .byveVerticles .card-body {
        overflow-x: auto !important;
    }

    .byveVerticles .card-header {
        background-color: unset !important; /* rgba(0,0,0,0.1) !important;*/
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
        font-size: 18px !important;
        font-weight: normal !important;
        text-align: left !important;
    }

        .byveVerticles .card-header a {
            font-size: 18px;
            cursor: pointer;
        }

    .HeaderBackground {
        text-align: center !important;
        padding: 10px 0px !important;
    }

        .HeaderBackground p {
            font-family: 'PT Sans', sans-serif;
            font-weight: 500;
            font-size: 16px;
        }

        .HeaderBackground .globalsearch .form-control {
            border: solid 1px #2f6505 !important;
            /*  background-color: rgba(47, 101, 5, 0.13);*/
            font-size: 16px;
            border-radius: .25rem;
            border: solid 1px #2f6505 !important;
        }

    .tableCategory {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .tableCategory td {
        }

        .tableCategory img {
            width: 50px;
            border: solid 1px rgba(0,0,0,0.4);
            border-radius: 50% 50%;
            margin: 0 15px;
        }

            .tableCategory img.first {
                margin-left: 0 !important;
            }

            .tableCategory img.last {
                margin-right: 0 !important;
            }

    .tableVerticle {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .tableVerticle td {
            font-size: 14px;
            padding: 0 0px !important;
        }

        .tableVerticle img {
            width: 62px !important;
            /* border: solid 1px rgba(0,0,0,0.4);*/
            border-radius: 10% 10% !important;
            margin: 0 10px;
        }

    .tableDeal {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .tableDeal td {
            font-size: 14px;
            padding: 0 0px !important;
        }

        .tableDeal img {
            width: 100px;
            width: 62px !important;
            margin: 0 10px;
        }

    .tableCause {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .tableCause td {
            font-size: 14px;
            vertical-align: top !important;
            padding: 0 0px !important;
        }

        .tableCause img {
            /*width: 100px !important;*/
            /* border: solid 1px rgba(0,0,0,0.4);*/
            /* border-radius: 10% 10% !important;*/
            /*margin: 0 10px;*/
            width: 62px !important;
            /* border: solid 1px rgba(0,0,0,0.4);*/
            border-radius: 10% 10% !important;
            margin: 0 10px;
        }


    .byverange {
        overflow-x: auto;
    }

        .byverange a {
            color: rgba(0,0,0,1);
            /*font-weight: bold;*/
            text-align: center;
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 30px;
            font-family: 'PT Sans', sans-serif;
            font-size: 18px;
        }

    .byvecause a {
        color: rgba(0,0,0,1);
        /* font-weight: bold;*/
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
    }

    .byverange .title h2 {
        margin-bottom: 20px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 28px;
    }

    .byvecause .title h2 {
        margin-bottom: 20px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 28px;
    }

    .howitworks .title h2 {
        margin-bottom: 20px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 28px;
    }

    .carousel-item img {
        width: 110% !important;
        object-fit: cover;
    }

    .subfooter .mb-3 {
        text-align: center !important;
    }

    .carousel-indicators {
        margin-bottom: 0 !important
    }

    footer ul.social-icons li a {
        width: 20px;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        background-color: #fff;
        color: #232323;
        border-radius: 0%;
        transition: all 0.3s;
    }

    .card.ads .card-body a {
        text-align: left !important;
        font-size: 11px;
        color: #264f07;
    }

    .card.ads .card-body h2 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid rgba(0,0,0,.125);
        margin-bottom: 20px;
        text-align: left !important;
    }

    .card.ads .card-body img {
        /*width: 100%;*/
        width: 100%;
        height: auto;
    }

        .card.ads .card-body img.big {
            width: 60%;
            height: auto;
        }

    .card.ads .card-body .title {
        font-size: 13px;
    }

    .separator {
        display: none;
    }

    .advertisement img {
        width: 100%;
    }

    .catImage {
        width: 62px !important;
        height: auto !important;
        border-radius: 5% 5% !important;
        display: block !important;
        margin: auto auto !important;
    }

    .catTitle {
        margin: auto auto !important;
        text-align: center !important;
        margin: auto auto !important;
        font-weight: bold;
    }
}

.fitsize {
    width: 100% !important;
    height: auto !important;
}

.PageTitle {
    text-align: center;
    padding: 10px 0px;
}


.footer {
    float: left !important;
    width: 100% !important;
    /*  margin-top: 30px !important;*/
}

.footer-upper {
    background: #323a45 !important;
    padding: 30px 0px !important;
}

.footer-lower {
    background: #2b313b !important;
    color: #fff !important;
    padding: 15px 0px !important;
    border-top: 1px solid #4a5059 !important;
}

.footer-upper .title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #fff !important;
    border-bottom: 2px solid !important;
    padding-bottom: 8px !important;
    margin-bottom: 15px !important;
}

.title.information-title {
    border-color: #ea5648 !important;
}

.title.service-title {
    border-color: #61b974 !important;
}

.title.myaccount-title {
    border-color: #37bfe1 !important;
}

.title.newsletter-title {
    border-color: #f49e22 !important;
}

.title.myaccount-title {
    border-color: #37bfe1 !important;
}

.footer-upper .column ul li {
    margin-bottom: 5px;
}

.footer-upper .column .social ul li {
    float: left;
    margin-right: 8px;
}

    .footer-upper .column .social ul li a {
        float: left;
        height: 44px;
        width: 44px;
        padding: 8px 15px;
        font-size: 18px;
    }

.footer-upper .column ul li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.footer-upper .column ul li {
    margin-bottom: 5px;
}

.footer-upper .column .social ul li.facebook a {
    background: #3c599b;
    padding: 8px 17px;
}

    .footer-upper .column .social ul li.facebook a:hover {
        background-color: white;
    }

.footer-upper .column .social ul li.twitter a {
    background: #2eacf6;
}

    .footer-upper .column .social ul li.twitter a:hover {
        background: white;
    }

.footer-upper .column .social ul li.rss a {
    background: #f49e22;
}

    .footer-upper .column .social ul li.rss a:hover {
        background: white;
    }

.footer-upper .column .social ul li.youtube a {
    background: #f13d3a;
    padding: 8px 14px;
}

    .footer-upper .column .social ul li.youtube a:hover {
        background: white;
    }

li {
    list-style: none;
}

.cardPadding {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
}

    .cardPadding h2 {
        margin-bottom: 10px !important;
        border-bottom: 0 !important;
    }

    .cardPadding h1 {
        font-weight: 600;
        color: #44693D;
    }

.golden {
    color: #ffdb58;
}

.side-crop {
    /* max-width: 100px;
    overflow: hidden;
    max-height: 100px;*/
    margin: auto auto !important;
}

    .side-crop img {
        /*max-width: initial;
        max-height: initial;*/
        /* width: 95%;
        height: 75%;*/
        width: 100%;
        height: 110px;
        object-fit: cover;
        /* border-radius: 5px 5px;*/
        /*border: solid 1px #f5f5f5;*/
        /*box-shadow: #EAEDED 1px 1px 2px 2px;*/
    }

.side-crop-big {
    margin: auto auto !important;
}

    .side-crop-big img {
        /*max-width: initial;
        max-height: initial;*/
        width: 100%;
        height: 336px;
        object-fit: cover;
    }

.verticlescroller {
    overflow-x: scroll !important;
}


.VerticalsScoller {
    /*overflow-x: scroll !important;*/
}

    /*.VerticalsScoller ::-webkit-scrollbar {
        width: 1px !important;
        height: 1px !important;
    }

    .VerticalsScoller ::-webkit-scrollbar-track {
        background-color: #87b89a !important;
        border-radius: 0px !important;
    }

    .VerticalsScoller ::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.4) !important;
    }

        .VerticalsScoller ::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,0.4) !important;
        }*/

    .VerticalsScoller table {
        padding: 0 0 !important;
        margin: 0 auto !important;
        border: none !important;
        /* margin-top: 5px !important;
        margin-bottom: 5px !important;*/
    }

        .VerticalsScoller table td {
            padding: 0 0 !important;
            margin: 0 0 !important;
            border: none !important;
        }

            .VerticalsScoller table td div {
                /*background-color: #ffffff;
                width: 150px;
                height: 180px;
                float: left;
                margin-left: .25rem !important;
                margin-right: .25rem !important;
                padding: 10px 10px;*/
                background-color: #ffffff;
                width: 170px;
                height: 200px;
                float: left;
                margin-left: .25rem !important;
                margin-right: .25rem !important;
                padding: 20px 20px;
            }

    .VerticalsScoller.deals table td div {
        height: 220px !important;
    }


    .VerticalsScoller table td div.first {
        margin-left: 0 !important;
    }

    .VerticalsScoller table td div img {
        width: 100% !important;
        /* border-radius: 5px 5px !important;
                    background-color: #EAEDED !important;
                    box-shadow: #EAEDED 1px 1px 2px 2px !important;*/
    }

    .VerticalsScoller table td div span {
        /*font-weight: bold;*/
        font-weight: normal !important;
        font-size: 16px;
        padding-top: 1rem;
        display: block;
        text-align: center;
    }

.comingsoon {
    margin: -40px 0 0 0;
    z-index: 1000;
    color: white;
    background-color: #44693d96;
}


/* width */
::-webkit-scrollbar {
    width: 2px !important;
    height: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9a9696 !important;
    border-radius: 10px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f49e22 !important;
    }

.invertCard ::-webkit-scrollbar-thumb:hover {
    background: #f49e22 !important;
}

.card-header-new {
    padding: 0 0 !important;
    margin-bottom: -5px !important;
    border-bottom: none !important;
    background-color: unset !important;
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
}

.btn-success {
    background-color: #cce0cc !important;
    border-color: #87b787 !important;
}

.alter-bg {
    background: rgb(0, 100, 0, 0.20);
}



.EventBoxB img {
}

.EventBoxB .caption {
    position: absolute;
    right: 0% !important;
    bottom: 0rem !important;
    left: 0% !important;
    padding: 0.75rem 0.25rem;
    padding-top: 3.5rem !important;
    color: #fff;
    text-align: left !important;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    padding: 2px 10px;
}

.EventBoxB .btn {
    position: absolute;
    right: .5rem !important;
    top: .5rem !important;
    /* left: 0% !important; */
    display: inline-block;
    width: fit-content;
    /* color: black !important;
    box-shadow: 0px 10px 14px -7px #3e7327;*/
    text-shadow: 0px 1px 0px #5b8a3c;
    color: rgba(0,0,0,1) !important;
    border-radius: 20px;
    padding: 5px 15px;
    border: solid 1px #4b8f29;
  /*  border-color: #4b8f29;*/
    /*  background-color: #cce0cc !important;*/
    background: linear-gradient(#77b55a, rgba(73, 143, 39, 1));
    /*font-weight: bold;*/
    font-family: Arial,sans-serif;
    letter-spacing: 0.05rem;
    box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    text-shadow: 0px 1px 0px #5b8a3c;
    color: rgba(0,0,0,1) !important;
}

    .EventBoxB .btn:hover {
        position: absolute;
        right: .5rem !important;
        top: .5rem !important;
        /* left: 0% !important; */
        display: inline-block;
        width: fit-content;
        /*color: white !important;*/
        border-radius: 20px;
        padding: 5px 15px;
        border: solid 1px #4b8f29;
        /*background-color: #2f6505 !important;*/
        background: linear-gradient(rgba(73, 143, 39, 1), #77b55a);
        font-family: Arial,sans-serif;
        letter-spacing: 0.05rem;
        box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        text-shadow: 0px 1px 0px #5b8a3c;
        color: rgba(0,0,0,1) !important;
    }

.EventBoxB .caption h5 {
    font-size: 2.5rem !important;
    /*    font-size:200% !important;*/
    font-style: italic !important;
    font-weight: 600 !important;
}

.EventBoxB .caption .btn {
    position: unset;
    right: unset !important;
    top: unset !important;
    /*border: unset !important;
    background-color: unset !important;
    color: unset !important;*/
}

.EventBoxB .caption p {
    font-size: 1.75rem !important;
    text-align: left;
    text-transform: uppercase;
    /* font-weight: 600;*/
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
    letter-spacing: 0.1rem;
}
.EventBoxB .caption span {
    display: block;
    font-size: 1.50rem !important;
    text-align: left;
}
    .EventBoxB .btn-md {
    padding: .5rem .75rem !important;
    font-size: 1rem !important;
    border-radius: .2rem !important;
    font-weight: normal !important;
}

.btn-lg {
    /*font-size: 18px;*/
    /*font-family: Arial;*/
    /*width: 140px;*/
    /*height: 50px*/;
    /*border-width: 1px;*/
    color: #fff;
    border-color: #4b8f29;
    /*font-weight: bold;*/
    box-shadow: 0px 10px 14px -7px #3e7327;
    text-shadow: 0px 1px 0px #5b8a3c;
    color: rgba(0,0,0,1) !important;
    /* background: linear-gradient(#77b55a, #72b352);*/
    background: linear-gradient(#77b55a, rgba(73, 143, 39, 1));
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    border-width: 2px;
}

    .btn-lg:hover {
        /*background: linear-gradient(#72b352, #77b55a);*/
        /*background-color:rgba(0,0,0,1);*/
        background: linear-gradient(rgba(73, 143, 39, 1), #77b55a);
    }

/*.btn-lg {
    background: #1f4006;
    background-image: -webkit-linear-gradient(top, #1f4006, #42701f);
    background-image: -moz-linear-gradient(top, #1f4006, #42701f);
    background-image: -ms-linear-gradient(top, #1f4006, #42701f);
    background-image: -o-linear-gradient(top, #1f4006, #42701f);
    background-image: linear-gradient(to bottom, #1f4006, #42701f);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #e0ffde;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #365e1b 2px;
    text-decoration: none;
}

    .btn-lg:hover {
        background: #264f07;
        background-image: -webkit-linear-gradient(top, #264f07, #3d800a);
        background-image: -moz-linear-gradient(top, #264f07, #3d800a);
        background-image: -ms-linear-gradient(top, #264f07, #3d800a);
        background-image: -o-linear-gradient(top, #264f07, #3d800a);
        background-image: linear-gradient(to bottom, #264f07, #3d800a);
        text-decoration: none;
    }
*/

/*.btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
*/
.roundbtn {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
}