﻿@charset "utf-8"; 

.schedule-date, .schedule-boxdate {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stab {
    background-color: #fff;
    margin: 20px 0 0;
    width: auto
}

.schtab {
    background-color: #fff;
    width: auto
}

.schedule-date .date-to {
    padding: 8px 9px;
    text-transform: lowercase
}

.s-days {
    display: flex;
    align-items: baseline;
    gap: 20px
}

.s-day {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.schedule-boxdate .s-day {
    font-size: 12px;
    line-height: 10px;
    margin-top: 8px;
}

.schedule-boxdate .s-day:not(.red) {
    color: var(--secondary_color);
}

.s-bigdate {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: var(--primary_color);
}

.s-month,.date-to {
    font-size: 20px;
    font-weight: 600;
    margin-top: -10px
}

.s-webcast {
    font-size: 24px;
    color: var(--primary_color);
    font-weight: 600;
    margin-bottom: 10px
}

.s-webcast img {
    vertical-align: baseline
}

.s-vidhiinfo .s-title {
    font-size: 30px;
    font-weight: 400;
    color: var(--secondary_color)
}

.s-address p,.s-address span,.s-vidhiinfo .s-address {
    color: #878787;
    line-height: 25px!important;
    font-size: 16px!important
}


.show-detail-wrapper {display: flex;flex-wrap: wrap;border: var(--bs-border-width) solid var(--bs-border-color);border-top: none;border-left: none;}

.s-vidhiinfo .s-address .img {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

.s-address {
    margin-top: 5px
}

.s-address p {
    margin-bottom: 0;
    margin-top: 5px
}

.s-address .info-detail {
    display: flex;
    gap: 60px;
    flex-wrap: wrap
}

.s-address a {
    color: var(--primary_color)
}

.s-address a:hover {
    color: var(--primary_color)
}

.s-address img {
    padding-right: 5px;
    width: 22px;
    margin-top: -2px
}

.top {
    margin-top: 25px
}

.boxdate-to {
    color: var(--secondary_color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -16px;
    padding: 10px 11px;
    text-transform: lowercase;
}

.s-box {
    width: 50%;
    display: inline-block;
    padding: 30px 20px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    margin-bottom: -1px;
    border-right: none;
}

.s-boxbigdate,.s-boxmonth {
    color: var(--secondary_color);
    font-weight: 600;
    text-transform: uppercase;
}
.s-boxmonth {
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.s-boxbigdate {
    font-size: 38px;
}

.s-boxtext {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
    margin-bottom:5px;
    font-weight: 500;
    line-height:25px;
}

.s-boxtext span,.sm-boxtext .s-topic {
    color: #2e60ad;
    font-size: 15px
}

.s-boxtime {
    font-size: 16px;
    color: #878787
}

.s-boxtime img {
    vertical-align: middle;
    width:18px;
    margin-bottom: 4px;
    margin-right: 2px;
    filter: grayscale(100%) brightness(130%);
}

.schedule-2boxdate {
    display: inline-block;
}

.schedule-2boxdate+.s-boxtext {
    color: var(--primary_color);
}

.s-boxwebcast img {
    margin-left: 5px;
    margin-bottom: 5px
}
.s-note {
    width:100%;
}
.s-material,.s-note {
    font-size: 15px;
    margin-top: 12px
}

.b-gap {
    /* background-color:var(--gray_3); */
    /* box-shadow:-1px 1px 4px 0 rgba(0,0,0,.25); */
    padding: 25px 0;
}
.schedule-wrapper {border:var(--bs-border-width) solid var(--bs-border-color);padding: 30px 20px;margin-bottom: -1px;}
.s-remark {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    width:100%;
}

.s-reference {
    margin-top: 12px;
    font-size: 15px;
    text-align: left;
    word-break: break-all;
    width:100%;
}
.s-reference span, .s-remark span, .s-note span {
    font-weight:600;
    color: #4189A9;
}

.s-reference a {
    font-weight:600;
    margin: 0 2px
}

.s-reference a:hover {
    text-decoration: underline
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin: 40px auto!important
}

.ui-helper-hidden-accessible {
    display: none
}

.condense,.near {
    -webkit-appearance: none;
    width: 160px;
    height: 40px;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #363636;
    color: #333;
    background: #fff;
    font-weight: 600
}

.condense:hover,.nactive,.near:hover,.rightside .active {
    color: #e9573e;
    border-color: #e9573e
}

#Togglemess {
    font-weight: 400
}

.icallink {
    overflow-wrap: break-word
}

.fancyboxcolor {
    padding: 5px
}

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f5f5f6;
    width: 50%;
    z-index: 5;
    position: relative
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    min-height: 0
}

.ui-menu-item a {
    color: #333
}

.ui-menu-item a:hover {
    color: #e9573e
}

.ui-menu-item {
    padding: 4px;
    font-size: 14px
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    border-radius: 10px
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    width: 100%;
    height: 100%
}

.findus {
    width: 50%;
    margin: 10% auto 0;
    border: 10px solid #fff
}

.m-left {
    margin-left: -30px
}

.red {
    color: var(--primary_color);
}

.home-banner {position:relative;}
.removeborder {border-bottom: none;}
.removeborder .s-box {border-top: none;margin-top: -45px;}
.schedule-wrapper.removeborder{z-index: 1;position: relative;}
@media(max-width: 1023px) {
    .s-icon {margin-bottom:0}
}

@media(max-width: 767px) {

    #stabs-container{margin-top:48px;}
    .b-gap {
        padding: 0 16px 20px;
        border:var(--bs-border-width) solid var(--bs-border-color);
        margin-bottom: 30px;
    }
    .show-detail-wrapper {border:none;}
    .s-box {width:100%;border:none;border-top:1px solid #efefef;padding:24px 0;}
    .schedule-wrapper {border:none;padding:30px 0;}

    .s-note, .s-reference {font-size:14px}

    .s-days {
        flex-flow: column;
        gap: 0
    }

    .s-bigdate {
        font-size: 44px;
    }

    .schedule-date .date-to {
        padding: 5px 4px;
        font-size: 16px
    }

    .s-vidhiinfo .s-title {
        font-size: 24px
    }

    .s-address p {
        margin-top: 10px;
        font-size: 14px!important;
        line-height: 1.5!important
    }

    .s-address .info-detail {
        gap: 10px;
        flex-flow: column
    }

    .s-boxtime {
        font-size: 14px
    }

    .s-boxtime img {
        margin-bottom: 3px;
    }
}


@media screen and (max-width: 639px) {
    .s-icon {
        float:right;
        margin: 0 0 8px
    }
}

@media screen and (max-width: 340px) {
    .c-map ul li {
        width:30%!important
    }

    .c-thumb {
        width: 100%
    }
}

@media screen and (max-width: 377px) {
    .c-map ul li img {
        width:80px;
        margin: 0 2px
    }
}

@media(min-width: 500px) and (max-width:767px) {
    .c-thumb{
        width:40%;
        float: left;
        margin: 20px
    }
}

@media only screen and (min-width: 320px) {
    #Jmst {
        background:url(../images/banner/janmastami-mob.jpg) center no-repeat
    }

    #JJ {
        background: url(../images/banner/jj-mob.jpg) center no-repeat
    }

    #PP {
        background: url(../images/banner/pratistha-mob.jpg) center no-repeat
    }

    #Punyatithi {
        background: url(../images/banner/nm-punyatithi-mob.jpg) center no-repeat
    }

    #S {
        background: url(../images/banner/shibir-mob.jpg) center no-repeat
    }

    #Birthday {
        background: url(../images/banner/niruma-birthday-mob.jpg) center no-repeat
    }
}

@media(min-width: 768px) {
    #Jmst {
        background:url(../images/banner/janmastami-tablet.jpg) center no-repeat
    }

    #JJ {
        background: url(../images/banner/jj-tablet.jpg) center no-repeat
    }

    #PP {
        background: url(../images/banner/pratistha-tablet.jpg) center no-repeat
    }

    #Punyatithi {
        background: url(../images/banner/nm-punyatithi-tablet.jpg) center no-repeat
    }

    #S {
        background: url(../images/banner/shibir-tablet.jpg) center no-repeat
    }

    #Birthday {
        background: url(../images/banner/niruma-birthday-tablet.jpg) center no-repeat
    }
}

@media(min-width: 1280px) {
    #Jmst {
        background:url(../images/banner/janmastami.jpg) center no-repeat
    }

    #JJ {
        background: url(../images/banner/jj.jpg) center no-repeat
    }

    #PP {
        background: url(../images/banner/pratistha.jpg) center no-repeat
    }

    #Punyatithi {
        background: url(../images/banner/nm-punyatithi.jpg) center no-repeat
    }

    #S {
        background: url(../images/banner/shibir.jpg) center no-repeat
    }

    #Birthday {
        background: url(../images/banner/niruma-birthday.jpg) center no-repeat
    }
}

@media only screen and (min-width: 320px) {
    #GP {
        background:url(../images/banner/gp-event-banner-wt-mob.jpg) center no-repeat
    }

    .home-banner-mob {
        padding-top: 92px
    }

    .big-event-banner {
        background-size: cover!important;
        cursor: inherit;
        padding-top: 53%;
        height: 0;
        width: 100%
    }

    .bigetext {
        background: rgba(0,0,0,.6);
        text-align: center;
        font-family: open sans,sans-serif;
        padding-top: 7%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        width: 160px;
        left: 15%;
        margin-left: auto;
        margin-right: auto
    }

    .bigtxt-ename {
        font-size: 16px!important;
        font-weight: 600;
        color: #fff;
        line-height: 20px!important
    }

    .bigtxt-eplace {
        font-size: 13px!important;
        font-weight: 600;
        text-transform: uppercase;
        color: #fbb250;
        line-height: 1!important
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 16px!important;
        font-weight: 600
    }

    .bigtxt-edate {
        color: #fff
    }

    .bigtxt-edate span {
        color: #fbb250
    }

    .bigtxt-emonth {
        text-transform: uppercase;
        color: #fbb250;
        line-height: 20px
    }

    .be-hr {
        display: none
    }
}

@media only screen and (min-width: 360px) {
    .bigetext {
        padding-top:9%
    }
}

@media(min-width: 480px) {
    .home-banner-mob {
        padding-top:70px
    }

    .big-event-banner {
        padding-top: 52%
    }

    .be-hr {
        margin: 0;
        display: block;
        height: 1px;
        background: #fff
    }

    .bigetext {
        right: 50%;
        left: 50%;
        margin-left: -8%;
        padding-top: 14%;
        width: 180px
    }

    .bigtxt-ename {
        font-size: 16px!important;
        line-height: 20px!important
    }

    .bigtxt-eplace {
        font-size: 13px!important
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 16px;
        line-height: 30px
    }
}

@media(min-width: 640px) {
    .home-banner-mob {
        padding-top:27px
    }

    .big-event-banner {
        padding-top: 52%
    }

    .be-hr {
        margin: 0;
        display: block;
        height: 1px;
        background: #fff
    }

    .bigetext {
        right: 50%;
        left: 50%;
        margin-left: -5%;
        padding-top: 18%;
        width: 210px
    }

    .bigtxt-ename {
        font-size: 20px!important;
        line-height: 25px!important
    }

    .bigtxt-eplace {
        font-size: 13px!important
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 20px
    }
}

@media(min-width: 768px) {
    #GP {
        background:url(../images/banner/gp-event-banner-wt-tablet.jpg) center no-repeat
    }

    .bigetext {
        right: 50%;
        left: 50%;
        width: 322px;
        margin-left: -8%;
        padding-top: 16%
    }

    .big-event-banner {
        background-size: cover!important;
        cursor: inherit;
        padding-top: 57%;
        height: 0;
        width: 100%
    }

    .bigtxt-ename {
        font-size: 30px!important;
        line-height: 40px!important
    }

    .bigtxt-eplace {
        font-size: 23px!important
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 30px!important;
        line-height: 40px
    }

    .be-hr {
        margin: 0;
        display: block;
        height: 1px;
        background: #fff
    }
}

@media(min-width: 1024px) {
    .bigetext {
        right:50%;
        left: 50%;
        padding-top: 18%;
        width: 324px;
        margin-left: -3%
    }
}

@media(min-width: 1280px) {
    #GP {
        background:url(../images/banner/gp-event-banner-wt.jpg) center no-repeat
    }

    .home-banner-mob {
        padding-top: 0
    }

    .big-event-banner {
        padding-top: 46%;
        background-size: cover!important;
        height: 100vh;
        min-height: 100vh;
        cursor: inherit;
        position: relative
    }

    .bigetext {
        right: 50%;
        left: 50%;
        padding-top: 20%;
        width: 445px;
        margin-left: -6%
    }

    .be-hr {
        margin: 30px 0;
        display: block;
        height: 1px;
        background: #fff
    }

    .bigtxt-ename {
        font-size: 40px!important;
        line-height: 50px
    }

    .bigtxt-eplace {
        font-size: 33px!important;
        line-height: 38px
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 42px!important;
        line-height: 53px
    }
}

@media(min-width: 1440px) {
    #GP {
        background:url(../images/banner/gp-event-banner-wt.jpg) center no-repeat
    }

    .big-event-banner {
        padding-top: 46%;
        background-size: cover!important;
        height: 100vh;
        min-height: 100vh;
        cursor: inherit;
        position: relative
    }

    .bigetext {
        right: 50%;
        left: 50%;
        padding-top: 15%;
        width: 445px;
        margin-left: -4%
    }

    .be-hr {
        margin: 60px 0;
        display: block;
        height: 1px;
        background: #fff
    }

    .bigtxt-ename {
        font-size: 40px;
        line-height: 50px
    }

    .bigtxt-eplace {
        font-size: 33px;
        line-height: 38px
    }
}

@media(min-width: 1920px) {
    #GP {
        background:url(../images/banner/gp-event-banner-wt.jpg) center no-repeat
    }

    .big-event-banner {
        padding-top: 46%;
        background-size: cover!important;
        height: 100vh;
        min-height: 100vh;
        cursor: inherit;
        position: relative
    }

    .bigetext {
        right: 50%;
        left: 50%;
        padding-top: 15%;
        width: 445px;
        margin-left: -4%
    }

    .be-hr {
        margin: 60px 0;
        display: block;
        height: 1px;
        background: #fff
    }

    .bigtxt-ename {
        font-size: 40px;
        line-height: 50px
    }

    .bigtxt-eplace {
        font-size: 33px;
        line-height: 38px
    }

    .bigtxt-edate,.bigtxt-emonth {
        font-size: 48px;
        line-height: 53px
    }
}

.caladd {
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px
}

.portuguese .bigtxt-edate,.spanish .bigtxt-edate {
    line-height: 60px!important
}
