/* event ads */

.news-adds {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 16px);
    padding: 24px;
}
.news-adds-grid {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 12px 0 12px;
    display: grid;
    grid-template-rows: repeat(12,1fr);
    /*    gap: 15px;*/
}
.news-adds-header {
    padding: 6px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #E3E3E3;
    background-color: #ECEBF0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.news-adds-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.news-adds-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-adds-footer {
    /*padding: 10px;*/
    border-top: 1px solid #E3E3E3;
    display: flex;
    justify-content: center;
    background-color: #4872DF;
    border-radius: 4px;
}

.news-adds-button {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.news-adds-button:hover {
    background-color: #0056b3;
}

.news-add-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    background-color: #FAFAFA;
    padding: 16px;
    border-radius: 12px;
    flex: 0 0 100%;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 30px -8px #3232321a;
}




/*end event ads */
/*custom dropdown start*/
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
/*custom dropdown end*/
.events-title {
    color: #100C20;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    margin: 0;
    position: relative;
}

.section-title {
    font-size: 26px;
    margin: 0;
    margin-bottom: 45px;
    position: relative;
}

.section-title:after {
    content: "";
    border: 0;
    width: 50px;
    height: 2px;
    background: #291C64;
    z-index: 1;
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: -12px;
}

/* Calendar */
.see-more, .show-less {
    color: #9DA9BB;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
    cursor: pointer;
}

.event-heading {
    padding-bottom: 16px;
    color: #100C20;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    margin-top: -6px;
}

.quick-events .events-calendar {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    overflow: auto;
}

.quick-events .events-calendar .calendar-header {
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.quick-events .events-calendar .calendar-header .current-date {
    float: left;
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.quick-events .events-calendar .calendar-header .current-date span {
    color: #344050;
    margin-left: 3px;
}

.quick-events .events-calendar .calendar-header .nav-time {
    float: right;
}

.quick-events .events-calendar .calendar-header .nav-time .btn-change-date {
    /*                border: 1px solid #291C64;*/
    /*                -webkit-border-radius: 5px;*/
    /*                -moz-border-radius: 5px;*/
    /*                border-radius: 5px;*/
    margin-left: 10px;
    /*                padding: 5px 10px;*/
    /*                background: #291C64;*/
    color: #000000;
    cursor: pointer;
    font-size: 32px;
}

.quick-events .events-calendar .calendar-header .nav-time .btn-change-date:first-child {
    margin-left: 0;
}

.quick-events .events-calendar .calendar-header .nav-time .btn-change-date:hover {
    opacity: 0.7;
}

.quick-events .events-calendar .calendar-header .nav-time .btn-change-date#current {
    font-size: 15px;
}

.quick-events .events-calendar .calendar-table {
    width: 100%;
    /*    margin-bottom: 1rem;*/
    background-color: transparent;
    border-collapse: collapse;
}

.quick-events .events-calendar .calendar-table tr th,
.quick-events .events-calendar .calendar-table tr td {
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.quick-events .events-calendar .calendar-table tr th:last-child,
.quick-events .events-calendar .calendar-table tr td:last-child {
    border-right: none;
}

.quick-events .events-calendar .calendar-table tr th {
    text-align: center;
    /* background: #f5f5f5; */
    font-size: 15px;
}

.quick-events .events-calendar .calendar-table .calendar-day {
    width: 14.2%;
    height: 70px;
    padding: 6px 12px 14px 12px;
    text-align: right;
    line-height: 20px;
    position: relative;
}

.quick-events .events-calendar .calendar-table .calendar-day .day-num {
    font-size: 13px;
    height: 30px !important;
    width: 30px;
    font-weight: 600;
    background-color: #EDF2F9;
    border-radius: 100%;
    line-height: 22px;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4px;
    margin: 4px auto;
}

.quick-events .events-calendar .calendar-table .calendar-day.weekend .day-num {
    color: #f21e4e;
}

.quick-events .events-calendar .calendar-table .calendar-day.today {
    padding-right: 6px;
}

.quick-events .events-calendar .calendar-table .calendar-day.today .day-num {
    color: #fff;
    background: #f21e4e;
    border-radius: 100%;
    width: 22px;
    font-size: 12px;
    text-align: center;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title {
    color: #ffffff;
    background: #567BD2;
    font-size: 11px;
    margin-top: 6px;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.hidden-title {
    opacity: 0;
    visibility: hidden;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title span {
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.no-name {
    opacity: 0;
    visibility: hidden;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-1 {
    background: #ffd15c;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-2 {
    background: #f21e4e;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-3 {
    background: #6c6ce5;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-4 {
    background: #1da1f3;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.color-5 {
    background: #be31a1;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.first-day {
    margin-right: -13px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day {
    margin-left: -13px;
    margin-right: -13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.middle-day span {
    opacity: 0;
    margin-right: 14px;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day {
    margin-left: -13px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0px 10px 10px 0px;
}

.quick-events .events-calendar .calendar-table .calendar-day .event-title.last-day span {
    opacity: 0;
}

    /* Compact Calendar */
    .quick-events .events-calendar.compact .calendar-header {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        /*        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 16px;*/
    }

        .quick-events .events-calendar.compact .calendar-header .current-date {
            /*            float: none;
            font-size: 18px;
            line-height: 20px;
            text-align: center;*/
            color: #344050;
            font-size: 23px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 27.6px */
        }

        .quick-events .events-calendar.compact .calendar-header .nav-time {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .quick-events .events-calendar.compact .calendar-header .nav-time.right {
                left: auto;
                right: 15px;
            }

            .quick-events .events-calendar.compact .calendar-header .nav-time .btn-change-date {
                /*                margin-left: 6px;*/
                /*                line-height: 30px;*/
            }

                .quick-events .events-calendar.compact .calendar-header .nav-time .btn-change-date:first-child {
                    margin-left: 0;
                }

    .quick-events .events-calendar.compact .calendar-table tr th {
        padding: 6px;
        color: #4D5969;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .quick-events .events-calendar.compact .calendar-table .calendar-day {
        text-align: center;
        height: 36px;
        padding: 10px 0;
    }

        .quick-events .events-calendar.compact .calendar-table .calendar-day.today {
            background: #f5f5f5;
        }

        .quick-events .events-calendar.compact .calendar-table .calendar-day .day-num {
            height: auto;
            line-height: normal;
        }

        .quick-events .events-calendar.compact .calendar-table .calendar-day.today .day-num {
            border-radius: 100%;
            background: #291D64;
            width: 30px !important;
            height: 30px !important;
            color: #FFF;
            text-align: center;
            font-size: 13px;
            font-weight: 700;
            line-height: 150%;
            margin: 0 auto;
        }

        .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark {
            /*	width: 10px;
	height: 10px;
	border-radius: 100%;*/
            /*	background: #ffd15c;*/
            margin: 5px auto;
            cursor: pointer;
        }

            .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark.color-1 {
                background: #FDE6D8 !important;
                color: #AC5A2B !important;
                font-size: 11px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding: 6px 8px;
                width: 90%;
                border-radius: 4px;
            }

            .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark.color-2 {
                background: #D9F8EB !important;
                color: #00894F !important;
                font-size: 11px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding: 6px 8px;
                width: 90%;
                border-radius: 4px;
            }

            .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark.color-3 {
                background: #e2def5 !important;
                color: #523ac6 !important;
                font-size: 11px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding: 6px 8px;
                width: 90%;
                border-radius: 4px;
            }

            .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark.color-4 {
                background: #D9E7FA !important;
                color: #215CAC !important;
                font-size: 11px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding: 6px 8px;
                width: 90%;
                border-radius: 4px;
            }

            .quick-events .events-calendar.compact .calendar-table .calendar-day .event-mark.color-5 {
                background: #f9e8f6 !important;
                color: #da70c5 !important;
                font-size: 11px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding: 6px 8px;
                width: 90%;
                border-radius: 4px;
            }

.quick-events .list .event-item-wrap .event-item {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    margin: 16px 0;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
/* Events List */
/*.quick-events .events-list .event-item {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}*/
.quick-events .events-list.compact .event-item,
.quick-events .events-list.grid .event-item {
    padding: 0;
/*    height: 100%;*/
}
.event-item-ads {
    padding: 0;
    height: 100%;
}

.quick-events .events-list .event-item .event-image {
    /*-ms-flex: 0 0 25%;
    flex: 0 0 25%;*/
    max-width: 25%;
    cursor: pointer;
}

.quick-events .events-list.compact .event-item .event-image,
.quick-events .events-list.grid .event-item .event-image {
    /*-ms-flex: 0 0 100%;
    flex: 0 0 100%;*/
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px;
}

.quick-events .events-list .event-item .event-image img {
    width: 100%;
    border-radius: 10px;
}

.quick-events .events-list.compact .event-item .event-image img,
.quick-events .events-list.grid .event-item .event-image img {
    border-radius: 10px 10px 0px 0px;
}

.quick-events .events-list .event-item .event-info {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}

.quick-events .events-list.compact .event-item .event-info,
.quick-events .events-list.grid .event-item .event-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 20px;
}

.quick-events .events-list .event-item .event-info .event-title {
    color: #100C20;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: -3px;
    margin-bottom: 8px;
    cursor: pointer;
}

.quick-events .events-list .event-item .event-info .event-meta {
    color: #211750;
    font-family: Geist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

    .quick-events .events-list .event-item .event-info .event-meta > div {
        margin-bottom: 10px;
    }

    .quick-events .events-list .event-item .event-info .event-meta i {
        margin-right: 8px;
    }

.quick-events .events-list .event-item .event-info .event-intro {
    color: #5A5555;
    font-family: Geist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
    position: absolute;
    bottom: 12px;
}

/* Events Grid */
.quick-events .events-list.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

    .quick-events .events-list.grid .event-item-wrap {
        /*	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;*/
        /*    padding-right: 15px;
    padding-left: 15px;*/
        box-sizing: border-box;
        border-radius: 12px;
        border: 1px solid #E3E3E3;
        box-shadow: 0px 4px 30px -8px rgba(50, 50, 50, 0.10);
        height: 100%;
        position: relative; 
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

/* Popup */
.my-mfp-zoom-in.mfp-bg {
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

    .my-mfp-zoom-in.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .my-mfp-zoom-in.mfp-bg.mfp-removing {
        opacity: 0;
    }

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background: #fff;
    max-width: 904px;
    height: 710px;
    overflow-y: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 24px 28px;
    border-radius: 12px;
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog .mfp-close {
    color: black;
    opacity: 1;
}

.my-mfp-zoom-in .zoom-anim-dialog .event-item {
    border-bottom: 1px solid #f2f2f2;
/*    margin-bottom: 40px;*/
}

    .my-mfp-zoom-in .zoom-anim-dialog .event-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-image img {
        width: 100%;
    }

    .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info {
        padding-top: 16px;
    }

        .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-title {
            color: #100C20;
            font-family: Geist;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 38.4px */
            margin-bottom: 12px;
        }

        .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta {
            font-size: 14px;
            line-height: 20px;
            color: #8b88b1;
            margin-bottom: 8px;
        }

            .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-location {
                color: #211750;
                font-family: Geist;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 120%; /* 21.6px */
            }

            .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-date {
                color: #211750;
                font-family: Geist;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 120%; /* 21.6px */
            }

            .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-description {
                color: #000;
                font-family: Geist;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 24px */
                padding: 16px 0;
            }

.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta > div {
    margin-bottom: 8px;
}

.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta i {
    margin-right: 10px;
}

.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-intro {
    font-size: 15px;
    line-height: 22px;
}

.my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-intro p {
    margin-bottom: 10px;
}

.btn-darkRed {
    background-color: #FFE3E6;
    color: #B92D3B;
}

.sponsorLinkName {
    color: #291C64;
    font-size: 16px;
    font-weight: bold;
}

.sponsorLinkGrey {
    color: #808080;
    font-size: 14px;
}

.multiday-event-container {
    position: relative;
    height: 20px;
}

.multiday-event {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    line-height: 20px;
    width: 300px;
    padding-left: 10px;
}






/*Pop Up CSS start*/

        .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-time,
        .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-date {
            font-family: 'Geist';
            font-size: 18px;
            font-weight: 600;
            line-height: 21.6px;
            color: #211750;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-right: 28px;
            margin-bottom: 8px;
        }
        .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-date {
            background: transparent;
            padding: 0;
        }

        /*.icon-size {
            width: 24px;
            height: 24px;
            margin-right: 8px;*/ /* Adjust space between icon and text if needed */
        /*}*/
        .event-date-time-container {
            display: flex; 
        /*    gap: 28px;  */
            flex-wrap: wrap;
        }
.event-date {
    display: flex;
    padding: 6px 4px 6px 24px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    /*    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;*/
    color: #211750;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    background: transparent;
    border-radius: 0 0 8px 8px;
    max-height: 45px;
}

        .my-mfp-zoom-in .zoom-anim-dialog .event-contact {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px; 
            width: 65%;
            padding: 16px 0;
        }

        .event-contact div {
            margin-bottom: 5px;
        }

        .event-contact i {
    /*        margin-right: 5px;*/
        }
.contact-header {
    font-family: 'Geist';
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    color: #2B2829;
    margin-top: 32px;
    margin-bottom: 32px;
}

.contactName {
    font-family: Geist;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #100C20;
    display: flex;
    gap: 10px;
    align-items: center;
    text-wrap: nowrap;
    font-weight: 600;
}
.contactEmail {
    font-family: Geist;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #1D6B6D;
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}
.contactPhone {
    font-family: Geist;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #1D6B6D;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}
.admissionFee {
    font-family: Geist;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #100C20;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

        .event-contact .contactName img,
        .event-contact .contactEmail i,
        .event-contact .contactPhone img,
        .event-contact .admissionFee i {
            width: 24px;
            height: 24px;
            font-size: 24px;
        }

        .bord-bottom-line {
            border-bottom: 1px solid #f2f2f2;
        }

        .see-more-btn {
            margin-top: 16px;
            background-color: #179295;
            color: white;
            padding: 12px 24px;
            border-radius: 12px;
            border: none;
            display: inline-flex;
            align-items: center;
        }

        .see-more-btn i {
            margin-left: 10px;
        }

        .see-more-btn:hover {
            background-color: #127c7a;
        }



/*Pop Up END*/



/* Responsive */
@media screen and (max-width: 991px) { 
/*    .quick-events .events-list .event-item .event-image { 
        max-width: 40%;
    }

    .quick-events .events-list .event-item .event-info {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
     
    .quick-events .events-list.grid .event-item-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }*/
    .quick-events .events-list.grid {
         grid-template-columns: repeat(2, 1fr); 
    }
}

@media screen and (max-width: 767px) {
    /* Events list */
    .quick-events .events-list .event-item {
        padding: 0;
    }

        .quick-events .events-list .event-item .event-image {
            /*-ms-flex: 0 0 100%;
	    flex: 0 0 100%;*/
            max-width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

            .quick-events .events-list .event-item .event-image img {
                border-radius: 10px;
            }

        .quick-events .events-list .event-item .event-info {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 20px;
        }

    /* Events grid */
    .quick-events .events-list.grid .event-item-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 450px) {
    .news-adds {
        flex: 0 0 100%;
    }
    .quick-events .events-list.grid { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .see-more, .show-less { 
        font-size: 10px; 
    }
    .events-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .my-mfp-zoom-in .zoom-anim-dialog .event-contact{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .event-date-time-container{
        flex-direction: column;
    }
    .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-time, .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-date{
        margin-right: 0;
        font-size: 16px;
    }
    .my-mfp-zoom-in .zoom-anim-dialog .event-item .event-info .event-meta .event-location{
        font-size: 16px;
    }
    .event-contact .contactName img, .event-contact .contactEmail i, .event-contact .contactPhone img, .event-contact .admissionFee i{
        width: 20px;
        height: 20px;
    }
    .contactName, .contactEmail, .contactPhone, .admissionFee {
        font-size: 16px;
    }
}
@media screen and (max-width: 414px) {
    /* Compact Calendar */
    .quick-events .events-calendar.compact .calendar-header .current-date {
        font-size: 14px;
    }
}
