.topbar, .right-topbar {
    margin: 0;
    padding: 0
}
.topbar li, .right-topbar li {
    float: left;
    list-style-type: none;
    padding: 5px;
}
.topbar li a, .right-topbar li a{
    padding: 10px 20px;
    line-height: 20px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    text-decoration: none
}

.topbar li a i, .right-topbar li a i{
    font-size: 16px;
    line-height: 10px;
    margin-right: 5px;
}
.topbar li:after, .right-topbar li:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 25px;
    width: 1px;
    background: #999
}

.topbar li:last-child::after, .right-topbar li:last-child::after, .right-topbar li ul li:after {
    display: none
}
.right-topbar {
    float: right;
}

/***********************************************************
OVER RIDES
***********************************************************/
@media (max-width: 991.98px) {
    .navbar .navbar-collapse .nav-link {
        color: #343f52;
    }
}


/********************
About
 ***********************/
.mission-vision-section h2{
    border-top: 5px solid blue;
    margin: 0 50px;border-bottom: 5px solid blue;
}

.gradient-5 {
    background-image: linear-gradient(
        43deg,#4158d0 0,#c850c0 46%,#ffcc70 100%);
}

.event-sidebar-list{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
}

.event-listing-main-event{
    height: 600px !important;
    object-fit: cover;
}

.event-listing-remaining-event{
    height: 400px !important;
    object-fit: cover;
}

.home_events_images{
    max-width: 100%;
    height: 320px !important;
    object-fit: cover;
}

.grecaptcha-badge{
    display: none;
}

.rounded-circle.w-12 {
    height: 3.5rem;
    object-fit: cover;
}

.float {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 28px;
    left: 18px;
    color: #0DC042;
    text-align: center;
    font-size: 60px;
    line-height: 55px;
    z-index: 100;
}
#whatsappBtn:hover {
    color: #0DC042;
}

.nav-link{
    font-size: 0.9rem;
}
.form-check-input:checked {
    background-color: #2e3192;
    border-color: #2e3192;
}


.d-N {
    display: none;
}

.loading {
    color: rgb(255, 255, 255);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.7;
    background:  0% 0% / 110px rgb(0, 0, 0);
}
.loading p {
    position: fixed;
    left: 50%;
    top: 50%;
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #555353;
    border-radius: 50%;
    display: inline-block;
}
.form-check-input{
    border: 1px solid rgb(0 0 0 / 44%) !important;
    float:unset !important;
    margin-left:unset !important;
}

.fund-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
.fund-table thead tr {
    background: #2E3192 !important;
    color: white;
    border-bottom: 1px solid #ddd;
}
.fund-table th, .fund-table td {
    padding: 8px 8px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
.fund-table tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.fund-table tr:nth-child(2n+1) {
    background-color: #fff;
}
@media (min-width: 576px) {
    .modal-sm-custom {
        max-width: 40%;
    }
}
@media (max-width: 575.98px) {
    .modal-sm-custom {
        max-width: 100%;
    }
}

.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}

@media (max-width: 768px) {
    .responsive-td{
        width: 150px !important;
        display: block !important;
    }
}

.captcha img{
    width: 150px;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 20px;
    border-radius: 8px;
}
