@media print {
    .bannerWarpper,
    .headerRightArea,
    .not-print {
      display: none;
    }
    .not-display {
        display: block;
    }
    .break-after {
        display: block;
        page-break-after: always;
        position: relative;
    }
    .print-margin { margin-top: 170px; }
  }
@media only screen and (max-width: 1400px) {
    .bannerWarpper {
        height: 490px;
    }

    .jackpotBanner img.jackpotBannerImg {
        width: 64%;
        margin: 0px auto 0 auto;
    }

    .jackpotResult {
        left: 40.6%;
        font-size: 5rem;
    }

    .headerSearchContainer {
        display: none;
    }
    .nextEvent {
        top: -40px;
        right: 20px;
    }
    .eventfream {
        height: 127px;
    }
}

@media only screen and (max-width: 500px) {
    .bannerWarpper {
        height: 245px;
    }

    .jackpotBanner img.jackpotBannerImg {
        width: 94%;
        margin: 0px auto 0 auto;
    }

    .jackpotResult {
        left: 36.6%;
        font-size: 2rem;
    }
    .resultWrapper {
        padding: 15px 0;
    }
    .todaysResults {
        margin-bottom: 15px;
        padding: 15px;
    }
    .footerWrapper {
        display: block;
    }
    .dropdown-item {
        font-size: 12px;
    }
    .headerRightArea .dropdown-menu.show {
        transform: translate3d(-292px, 26px, 0px) !important;
    }
    .nextEvent {
        top: -40px;
        right: 10px;
    }
    .eventfream {
        height: 53px;
    }
    .nextEvent p {
        font-size: 0.6rem;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 12px 10px;
        font-family: 'Roboto', sans-serif;
    }
    .contentSection {
        position: absolute;
        bottom: 80px;
        left: 0;
        height: auto;
        opacity: 1;
        overflow: hidden;
        z-index: 10;
    }
    .bodyWrapper {
        position: relative;
        padding-bottom: 3700px;
    }
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .padding-80 {
        padding-bottom: 80px;
    }
    .mainMenuArea {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        background: #000;
        height: 100vh;
        z-index: 100;
        margin: 0;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }
    .menuSlide .mainMenuArea {
        left: 0;
    }
    .mainMenuArea ul {
        margin: 30px 0 0 0;
    }
    .mainMenuArea ul li {
        float: none;
        border-bottom: 1px solid #086080;
        border-right: 0;
    }
    .mainMenuArea ul li a {
        display: block;
        width: 100%;
        padding: 12px 12px 12px 20px;
        border-left: 4px solid transparent;
    }
    .headerRightArea .dropdown{
        display: none;
    }
    .contentSection.otherPageMobile {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        opacity: 1;
        overflow: auto;
    }
    .bannerWarpper.otherPageBanner{
        overflow: hidden;
    }
    button.toggleBtn {
        display: inline-block;
        background-color: transparent;
        color: #fecd20;
        border: 1px solid #fecd20;
    }
    .contactUsContent{
        display: block;
    }
    .mapWrapper{
        margin-top: 15px;
    }
    .addressWrapper {
        margin-top: 0;
    }
    .articleContent.pattiList img {
        height: auto;
        width: 100%;
    }
    .tabcontent h3 {
        font-size: 18px;
    }
}