.fc-calendar-container { position: relative;  width: 100%;margin-bottom: 20px; } .fc-calendar { width: 100%; } .fc-calendar .fc-head { height:28px; line-height:22px; color: #0E406A;margin-bottom: 20px; } .fc-calendar .fc-body { position: relative; width: 100%;} .fc-calendar .fc-row { width: 100%; border-bottom: 1px solid #ececec; } .fc-four-rows .fc-row  { height: 25%; } .fc-five-rows .fc-row  { /*height: 20%;*/ height: 19.59%; } .fc-six-rows .fc-row { height: 16.66%; height: -moz-calc(100%/6); height: -webkit-calc(100%/6); height: calc(100%/6); } .fc-calendar .fc-row > div, .fc-calendar .fc-head > div { float: left; height: 100%; width:  14%; /* 100% / 7 */ width: -moz-calc(100%/7); width: -webkit-calc(100%/7); width: calc(100%/7); position: relative; } /* IE 9 is rounding up the calc it seems */ .ie9 .fc-calendar .fc-row > div, .ie9 .fc-calendar .fc-head > div { width:  14.2%; } .fc-calendar .fc-row > div { border-right: 1px solid #ececec; padding: 4px; position: relative; } .fc-calendar .fc-head > div { color: var(--white); font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; line-height: normal; } .fc-calendar .fc-row > div > span.fc-date { position: absolute; width: 30px; height: 20px; font-size: 12px; line-height: 20px; font-weight: 700; color: #ddd; text-shadow: 0 -1px 0 rgba(255,255,255,0.8); bottom: 5px; right: 5px; text-align: right; } .fc-calendar .fc-row > div > span.fc-weekday { padding-left: 5px; display: none; } .fc-calendar .fc-row > div.fc-today {  } .fc-calendar .fc-row > div.fc-out { opacity: 0.6; } .fc-calendar .fc-row > div:last-child, .fc-calendar .fc-head > div:last-child { border-right: none; }

/* Calendar Css Start  */
.calendar {
    position: absolute;
    margin-left: auto;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 140px;
    padding-bottom: 70px;
    padding-left: 140px;
}
.calendar-wrap{
    width: 100%;
}
.calendar .calendar-block {
    min-width: 420px;
}
.calendar .custom-month{
    margin-bottom: -8px;
    font-family: 'Above The Sky';
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: var(--yellow);
}
.calendar .custom-year{
    color: var(--white);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
}
.calendar .calendar-heading{
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
}
.calendar .fc-calendar .fc-body .fc-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border: 0;
}
.calendar .fc-calendar .fc-row > div{
    height: 42px;
    max-width: 42px;
    border: 0;
}
.calendar .fc-calendar .fc-row > div.fc-today > span.fc-date{
    line-height: 31px;
    height: 31px;
    max-width: 31px;
    border-radius: 100%;background-color: var(--red);color: var(--white);
}
.calendar .fc-calendar .fc-row > div > span.fc-date {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: none;
    color: var(--white);
    line-height: 1;
    height: auto;
    line-height: 42px;
}
.calendar-nav .btn-icon.prev img{
    transform: rotate(180deg);
}
.calendar-nav .btn-icon.prev{
    margin-right: 10px;
}
.fc-calendar .fc-row > div.fc-content {
    border: 1px solid var(--yellow);
    border-radius: 50%;
}
.fc-calendar .fc-row > div.fc-content:hover{
    background-color: var(--yellow);
}
.fc-calendar .fc-row > div.fc-content:hover > span.fc-date{
    color: var(--blue);
}
.fc-content-tooltip {
    position: absolute;
    display: none;
    padding: 8px;
    top: calc(100% + 13px);
    z-index: 1;
    left: 50%;
    min-width: 225px;
    min-height: 35px;
    text-align: left;
    background-color: var(--blue);
    margin-top: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    color: var(--white);
    font-weight: 400;
    transform: translate(-50%, 0%);
    letter-spacing: 0.025em;
}
.fc-content-tooltip::after {
    content: ''; 
    position: absolute; 
    top: -10px; 
    left: 50%;
    transform: translate(-50%, 0);
    width: 0px; 
    height: 0px; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid var(--blue);
}
.calendar .fc-calendar .fc-row > div.fc-today:empty {
    opacity: 0;
}
/* Calendar Css End  */

/* Event List Section Css Start  */
.event-list-sec {
    margin: 55px 0 100px;
}
.event-pagination .row {
    align-items: center;
    justify-content: center;
}
.event-pagination .month{
    margin-bottom: -8px;
    font-family: 'Above The Sky';
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}
.event-pagination .year{
    color: var(--red);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
}
.event-pagination .btn-icon.prev img {
    transform: rotate(-180deg);
}
.event-pagination .btn-icon.prev {
    margin-right: 10px;
}
.event-pagination .col-left {
    width: 320px;
}
.event-pagination .col-right {
    width: 135px;
}
.event-list-wrapper{
    margin: 70px 0 20px;
}
.event-list-wrapper .col{
    width: 25%;
    margin-bottom: 40px;
}
.event-list-wrapper .event-list-box{
    background-color: #E2E2E2;
    height: 100%;
}
.event-list-wrapper .event-list-box .content {
    padding: 20px 15px;
}
.event-list-wrapper .event-list-box .heading{
    background-color: var(--blue);
}
.event-list-wrapper .event-list-box .heading h5 {
    margin-bottom: 0;
    position: relative;
    color: var(--white);
    padding: 11px 15px;
    font-weight: 340;
    text-transform: uppercase;
    clip-path: polygon(0 0, 89% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
    width: 67%;
}
.event-list-wrapper .event-list-box .desc p {
    font-size: 22px;
    color: #221646;
    font-weight: 400;
    line-height: 133%;
    min-height: 57px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
.event-list-wrapper .event-list-box .desc{
    margin-bottom: 15px;
}
.event-list-wrapper .event-list-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.event-list-wrapper .event-list-box ul li{
    display: flex;
    font-weight: 300;
}
.event-list-wrapper .event-list-box ul li img{
    flex-shrink: 0;
    margin-right: 10px;
    color: var(--darkgray);
}
.event-list-wrapper .event-list-box ul li:not(:last-child){
    margin-bottom: 8px;
}
/* Event List Section Css End  */

@media only screen and (max-width: 1560px) {
    /* Calendar Css Start  */
    .calendar{
        padding-right: 60px !important;
        padding-left: 60px;
    }
    .fc-content-tooltip{
        min-width: 150px;
    }
    /* Calendar Css End  */
}
@media only screen and (max-width: 1199px) {
    /* Event List Section Css Start  */
    .event-list-wrapper .col {
        width: 33.33%;
    }
    .event-list-sec {
        margin: 55px 0 70px;
    }
    /* Event List Section Css End  */
}
@media only screen and (max-width: 991px) {
    /* Calendar Css Start  */
    .calendar{
        padding-right: 40px !important;
        padding-left: 40px;
    }
    .calendar .calendar-block {
        min-width: 320px;
    }   
    .fc-content-tooltip {
        min-width: 110px;
    } 
    .fc-calendar .fc-head > div{
        font-size: 14px;
    }
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-list-wrapper .col {
        width: 50%;
    }
    /* Event List Section Css End  */
}
@media only screen and (max-width: 767px) {
    /* Calendar Css Start  */
    .calendar {
        padding-right: 20px !important;
        padding-left: 20px;
        background: linear-gradient(117.88deg, #25215D 0%, #E12827 100%);
        position: relative;
        top: 0;
        transform: unset;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .event-banner.hero-section.inner-banner{
        height: auto;
    }
    .event-banner.hero-section.inner-banner .hero-slider{
        height: 37vh;
    }
    .event-banner.hero-section .bottom-panel .col-right{
        display: none;
    }
    .fc-content-tooltip {
        min-width: 180px;
    }
    .calendar .fc-calendar .fc-body .fc-row>:first-child .fc-content-tooltip {
        right: auto;
        left: -10px;
        transform: unset;
    }
    .calendar .fc-calendar .fc-body .fc-row>:last-child .fc-content-tooltip {
        left: auto;
        right: -10px;
        transform: unset;
    }
    .calendar .fc-calendar .fc-body .fc-row>:last-child .fc-content-tooltip::after{
        right: 20px;
        left: auto;
        transform: unset;
    }
    .calendar .fc-calendar .fc-body .fc-row>:first-child .fc-content-tooltip::after{
        left: 20px;
        right: auto;
        transform: unset;
    }
    .calendar .calendar-block {
        min-width: auto;
    }
    .calendar .fc-calendar .fc-row > div > span.fc-date{
        line-height: 38px;
    }
    .calendar .fc-calendar .fc-row > div{
        height: 38px;
        max-width: 38px;
    }
    .calendar .fc-calendar .fc-row > div.fc-today > span.fc-date {
        line-height: 28px;
        height: 28px;
        max-width: 28px;
    }
    .fc-calendar .fc-head > div{
        font-size: 12px;
    }
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-list-wrapper .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .event-list-sec {
        margin: 40px 0 30px;
    }
    .event-list-wrapper {
        margin: 30px 0;
    }
    .event-pagination .col-right {
        padding-left: 0;
        width: 114px;
    }
    .event-pagination .col-left {
        width: calc(100% - 114px);
    }
    /* Event List Section Css End  */
}
@media only screen and (max-width: 767px) {
    /* Calendar Css Start  */
    /* Calendar Css End  */
}