.mobileHeaderday1 {
    display: none;
}

.desktopHeaderday1 {
    display: block;
}

/* .ticketstickybar{
    display:none;
} */
.scheduleHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    margin-top: 70px;
    margin-bottom: 40px;
    background: #483865;
    position: sticky;
    top: 90px;
    z-index: 9;
    transition: all 0.3s ease;
}

.scheduleDayNav a {
    padding: 17px 16px;
    color: #FFD5AB;
    border-top: 1px solid #FFD5AB;
    border-bottom: 1px solid #FFD5AB;
    font-family: 'Montserrat';
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 300;
}

.scheduleDayNav a.dayOnenav {
    border-radius: 14px 0 0px 14px;
    border-left: 1px solid #ffd5ab;
}

.scheduleDayNav a.dayThreenav {
    border-radius: 0 14px 14px 0;
    border-right: 1px solid #ffd5ab;
}

.scheduleDayNav a.dayActive,
.scheduleDayNav a:hover {
    color: #000;
    background: #FFD5AB;
}

.scheduleDayDate {
    float: left;
    width: calc(100% - 530px);
    position: relative;
}

.scheduleDayDate h6 {
    font-size: 66px;
    color: #FFD5AB;
    font-family: 'MeganDisplay';
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
	margin:0px;
}

.scheduleDayDate h4 {
    font-size: 24px;
    color: #FFD5AB;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 300;
	margin:0px;
}

.scheduleDayDate h4 sup {
    font-size: 12px;
    vertical-align: super;
    letter-spacing: 4px;
    top: 1px;
    position: relative;
}

.downloadSchedule {
    font-size: 18px;
    padding: 17px 28px 17px 28px;
    text-transform: capitalize;
    border-radius: 10px;
    color: #FFD5AB;
    border: 1px solid #FFD5AB;
    /* background-color: #FFD5AB; */
    font-family: 'Montserrat';
    max-width: 188px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.3s ease;
	background:transparent;
}

.downloadSchedule img {
    padding-left: 10px;
    width: auto;
    display: initial;
    max-width: 100%;
}

.downloadSchedule:hover {
    opacity: 0.9;
    box-shadow: 0px 0px 10px #FFD5AB;
	color:#FFD5AB;
}

@media(max-width:1024px) {
    .scheduleDayNav a {
        padding: 15px 15px;
        font-size: 17px;
    }

    .scheduleDayDate h6 {
        font-size: 48px;
    }

    .scheduleDayDate {
        width: calc(100% - 448px);
    }

    .scheduleDayDate h4 {
        font-size: 15px;
    }

    .downloadSchedule {
        font-size: 16px;
        padding: 17px 20px 17px 20px;
    }
}

@media(max-width:767px) {
    .scheduleDayNav {
        display: flex;
    }

    .scheduleHeader {
        justify-content: center;
        flex-wrap: wrap;
    }

    .scheduleDayDate {
        width: 100%;
        position: static;
        float: none;
        margin: 15px 0px 5px;
    }

    .scheduleDayNav a {
        padding: 10px 14px;
        font-size: 16px;
    }

    .scheduleDayNav a.dayOnenav {
        border-radius: 10px 0 0px 10px;
    }

    .scheduleDayNav a.dayThreenav {
        border-radius: 0px 10px 10px 0px;
    }

    .scheduleDayDate h6 {
        font-size: 25px;
    }

    .scheduleDayDate h4 {
        font-size: 14px;
    }

    .downloadSchedule {
        font-size: 12px;
        padding: 10px 30px 12px 30px;
        border-radius: 8px;
    }

    .scheduleHeader {
        width: 103%;
        top: 74px;
        z-index: 9;
        margin-left: -1%;
    }

    /*     
    .downloadSchedule{
        display:none;
    } */
    .scheduleHeader {
        margin-bottom: 0px;
    }

    .mobileHeaderday1 {
        display: block;
    }

    .desktopHeaderday1 {
        display: none;
    }

    .mobilegap .scheduleDayDate {
        margin: 24px 0px 5px;
    }
}