@media (max-width: 1199px) {
    .nav-container {
        max-width: 940px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .logo-img {
        max-height: 84px;
    }

    .background {
        max-width: 940px;
    }

    .order_tickets {
        padding-right: 20px;
    }

    .copyright {
        padding-top: 56px;
    }

    .footer {
        padding: 24px 60px 31px 60px;
    }

    .footer_nav ul {
        gap: 15px;
    }

    .footer_nav ul li a {
        font-size: 18px;
    }

    .footer_copy p,
    .website_design p {
        font-size: 16px;
        line-height: 16px;
    }

    .banner_data img {
        width: 300px;
    }

    h1 {
        font-size: 30px;
    }

    .breadcrumb h1 {
        padding-left: 20px;
    }

    .countdown_main {
        padding: 0;
    }

    .countdown-timer {
        gap: 10px;
    }

    .count_text p {
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        margin-top: 7px;
    }

        .count_text p > span {
            font-size: 56px;
        }

    .left_pad {
        padding-left: 20px;
    }

    .support {
        padding: 55px 0px;
    }

    .grand-prize-video {
        margin-bottom: 25px;
    }

    .notification {
        margin: 25px 0;
    }

    h2 {
        font-size: 24px;
    }

    /*.count_text p {
        font-size: 24px;
    }*/

    .breadcrumb {
        padding: 8px 15px 16px 0px;
    }

    .submit_form p {
        margin-bottom: 40px;
    }

    form.billing-wrap {
        padding-bottom: 25px;
    }

    .dreamcan_cometrue_desc {
        padding: 20px 0 0 30px;
        margin-bottom: 15px;
    }

        .sub_desc p, .dreamcan_cometrue_desc .big p {
            margin-bottom: 18px;
        }

    .sub_desc {
        width: 90%;
    }

    .remove_pad .dream_img img {
        max-height: 212px;
    }

        .ticket_main ul li img {
            width: 50% !important;
        }

    .newsletter {
        padding: 50px;
    }

    .image_left {
        width: 60%;
    }

    .image_right {
        width: 40%;
    }

    .win_truck_prize,
    .win_atv_prize,
    .win_card_prize,
    .win_costal_prize,
    .win_pink_prize,
    .win_bird_prize,
    .win_miss_prize {
        margin-bottom: 25px;
    }

    .about_easter {
        width: 345px;
    }

    .dreamcan_cometrue_desc.about_data {
        padding: 20px 0 0 0px;
    }

    .about-slider {
        padding-top: 20px;
    }

    .dreamcan_cometrue_desc h6 {
        margin-bottom: 21px;
    }

    .dreamcan_cometrue_desc .big p {
        margin-left: 0px;
    }

    /*.foundland {
        background-position: 80% 34%;
    }*/

    .radio_option label:before {
        width: 20px;
        height: 25px;
        background-size: 40px;
        background-position: -20px 0;
    }

    .radio_option label {
        font-size: 17px;
    }

    .continue_btn {
        margin-top: 5px;
    }

    .red_box p:first-child {
        font-size: 40px;
    }

    .red_box p:last-of-type {
        font-size: 30px;
    }

    .red_box a {
        font-size: 28px;
        padding-left: 45px;
    }

    .yellow_box p:first-child {
        font-size: 40px;
    }

    .yellow_box p:last-of-type {
        font-size: 30px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .blue_box p:first-child {
        font-size: 40px;
    }

    .blue_box h6 {
        font-size: 16px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .blue_box address {
        word-spacing: 0px;
    }

    .breadcrumb_yellow h1 {
        padding-left: 20px;
        font-size: 30px;
    }

    .rules_regulations {
        padding: 30px 0px;
    }

    .sponsors ul li {
        width: 16%;
        margin-bottom: 20px;
    }

    .rules_thanks .big p {
        margin-bottom: 30px;
    }

    .rules_thanks {
        margin-top: 16px;
    }

    /*.lottery_img img {
        height: 173px;
    }*/

    .thank_tou_txt_right {
        font-size: 22px;
    }

    .countdown_main.thankyou_banner_countdown {
        position: absolute;
        bottom: -45px;
        right: 10px;
        width: 425px;
    }
}

@media (max-width: 991px) {
    .margin-top {
        margin-top: 15px !important;
    }

    .margin-bottom {
        margin-bottom: 15px !important;
    }

    .main-nav {
        height: 130px;
    }

    .nav-container {
        max-width: 720px;
    }

    .background {
        max-width: 100%;
    }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(0,0,0,0.6);
    }

    .order_btn {
        text-align: center;
        margin-top: 20px;
        margin-left: -10px;
    }

    .nav-links li.order_btn img {
        width: 120px;
    }

    .order_btn_mobile {
        display: block;
    }

        .order_btn_mobile img {
            width: 80px;
            height: auto;
        }

    .nav-menu {
        display: block;
        position: relative;
        padding: 10px;
        width: 50px;
        height: 37px;
        cursor: pointer;
    }

    .nav-menu span {
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        height: 2px;
        background-color: #fff;
    }

        .nav-menu span:nth-of-type(2) {
            top: 18px;
        }

        .nav-menu span:nth-of-type(3) {
            top: 26px;
        }

    .nav-links {
        position: fixed;
        top: 0;
        right: -25px;
        width: 300px;
        height: 100vh;
        overflow-y: hidden;
        background-image: linear-gradient(rgba(4, 56, 159, 1), rgba(26, 100, 216, 1) 120%);
        padding: 80px 40px 40px;
        z-index: 1050;
        transform: translateX(300px);
        transition: transform .4s;
    }

        .nav-links.menu-open {
            transform: translateX(-25px);
        }

    .close-btn {
        display: block;
        position: absolute;
        top: 45px;
        right: 60px;
        cursor: pointer;
    }

        .close-btn span {
            display: block;
            position: absolute;
            width: 30px;
            height: 3px;
            background-color: #fff;
        }

            .close-btn span:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .close-btn span:nth-of-type(2) {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .nav-links ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .nav-links ul li {
        width: 100%;
    }

        .nav-links ul li a {
            font-size: 26px;
        }

            .nav-links ul li a.active {
                color: #ffbc01 !important;
            }

    .home_icon img {
        width: 50px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: -9px;
    }

    .order_tickets, .footer_nav {
        padding-right: 10px;
    }

    header .nav > li > a {
        padding: 10px 10px;
    }

    .logo {
        padding-left: 10px;
        margin-top: 0;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .order_tickets img {
        width: 70px;
    }

    header .navbar-default {
        padding-right: 10px;
        padding-top: 17px;
    }

    .hero-banner::before {
        height: 140px;
    }

    .footer-top {
        flex-direction: column;
    }

        .footer-top .footer-right,
        .footer-top .footer-left {
            width: 100%;
        }

        .footer-top .footer-right {
            justify-items: center;
        }

    .footer_copy {
        padding-right: 0px;
    }

    .copyright {
        padding-top: 30px;
        flex-direction: column;
    }

    .footer {
        padding: 20px 30px 25px 30px;
    }

    .footer_logo img {
        margin: 0 auto;
    }

    .footer-breton {
        padding-right: 0;
        margin-top: 15px;
    }

    .breton-footer-logo .breton-img {
        background-position-x: center;
    }

    .footer_nav {
        text-align: center;
        padding-right: 0px;
    }

        .footer_nav ul {
            padding-left: 0;
        }

    .copyright .footer-col {
        width: 100% !important;
    }

    .footer_logo,
    .footer_copy {
        padding: 0px;
        text-align: center;
    }

    .website_design {
        text-align: center;
        padding: 0px;
    }

    .footer-breton {
        padding-right: 10px;
    }

    .foundland {
        background-position: 100% 34%;
    }

    .banner_data img {
        width: 250px;
    }

    .breadcrumb {
        padding: 8px 15px 10px 0px;
    }

    h1 {
        font-size: 24px;
    }

    .breadcrumb h1 {
        padding-left: 20px;
    }

    .count_text p {
        font-size: 32px;
        line-height: 36px;
    }

        .count_text p > span {
            font-size: 46px;
        }

    .countdown_main {
        padding: 10px 0;
    }

    .countdown-timer {
        gap: 10px;
    }

        .countdown-timer .time {
            font-size: 52px;
            padding: 15px 12px 10px 12px;
            min-width: 80px;
        }

    .left_pad {
        padding-left: 20px;
    }

    .support {
        padding: 30px 0px;
    }

    .support_desc {
        padding-left: 0px;
    }

        .support_desc h2 {
            line-height: normal;
        }

        .support_desc p {
            font-size: 16px;
        }

    .thanks_sponsor_img {
        padding-right: 20px;
    }

        .thanks_sponsor_img img {
            width: 190px;
        }

    .notification {
        margin: 20px 0;
    }

    h2 {
        font-size: 20px;
    }

    /*.notification .big {
        padding: 30px 0;
    }*/

    .dreamcan_cometrue_desc {
        padding: 0;
    }

        .sub_desc p,
        .dreamcan_cometrue_desc .big p {
            margin-bottom: 15px;
        }

    .sub_desc {
        width: 100%;
    }

    .ticket_main ul li {
        min-height: 150px;
    }

    .ticket_main li.ticket {
        width: 15%;
    }

    .ticket_main ul li img {
        width: 50%;
    }

    .ticket_main li.cabin img {
        width: 100%;
    }

    .win_truck_prize,
    .win_atv_prize,
    .win_card_prize,
    .win_costal_prize,
    .win_pink_prize,
    .win_bird_prize,
    .win_miss_prize {
        margin-bottom: 20px;
    }

    .easter_seals {
        margin-right: 10px;
    }

    .dreamcan_cometrue_desc.about_data,
    .about-slider {
        padding: 0px;
    }

    .about_easter {
        width: 100%;
        margin-top: 10px;
    }

    .submit_form p {
        font-size: 16px;
        line-height: 18px;
        word-spacing: 0px;
    }

    .submit_form .input_text {
        margin-bottom: 15px;
        padding: 8px 15px;
        font-size: 16px;
    }

    .radio_option label {
        padding-left: 30px;
        margin-bottom: 10px;
        word-spacing: 0px;
    }

    .continue_btn {
        padding: 8px 45px;
        font-size: 20px;
    }

    .red_box p:first-child {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .red_box p:last-of-type {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .red_box a {
        font-size: 24px;
        padding-left: 25px;
    }

    .yellow_box p:first-child {
        font-size: 32px;
    }

    .yellow_box p:last-of-type {
        font-size: 28px;
    }

    .blue_box p:first-child {
        font-size: 32px;
    }

    .blue_box p:first-child {
        padding-bottom: 10px;
    }

    .newsletter {
        padding: 20px 0px;
    }

        .newsletter p {
            font-size: 30px;
            margin-bottom: 25px;
        }

    .subscribe_btn {
        font-size: 20px;
        margin: 20px auto 0;
    }

    .breadcrumb_yellow h1 {
        padding-left: 20px;
        font-size: 24px;
    }

    .sponsors ul li {
        width: 24%;
    }

    /*.lottery_img img {
        height: 130px;
    }*/

    .scroll_link {
        padding-top: 15px;
    }

        .scroll_link a {
            font-size: 14px;
        }

    .countdown_main.thankyou_banner_countdown {
        bottom: -25px;
        width: 340px;
    }

        .countdown_main.thankyou_banner_countdown .count_text p {
            font-size: 22px;
        }

    .deadline-img {
        margin-bottom: 15px;
    }

    .grand-prize-video {
        margin-bottom: 20px;
    }

    .sub_desc .order-link {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-nav {
        position: relative;
        top: 0;
        left: 0;
        background-image: linear-gradient(rgba(4, 56, 159, 1), rgba(26, 100, 216, 1) 120%);
        transform: translateX(0);
        height: 110px;
        margin: 0 auto;
    }

    .nav-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav-links {
        right: 0;
        transform: translateX(315px);
        transition: transform .4s;
    }

        .nav-links.menu-open {
            transform: translateX(0);
        }

    .logo-img {
        max-height: 76px;
    }

    .menu-right {
        gap: 15px;
    }

        .nav-links.menu-open {
            transform: translateX(15px);
        }

    .hero-banner::before {
         display: none;
    }

    .footer {
        margin-bottom: 15px;
    }

    .footer-top {
        gap: 10px;
    }

    .footer_nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer_nav ul li a {
        font-size: 18px;
    }

    .countdown_main {
        gap: 15px;
    }

    .countdown-timer {
        gap: 5px;
    }

        .countdown-timer .time {
            font-size: 46px;
            padding: 10px 10px 6px 10px;
            min-width: 60px;
        }

        .countdown-timer .time span {
            font-size: 14px;
        }

    .count_text p {
        font-size: 26px;
        line-height: 28px;
    }

        .count_text p > span {
            font-size: 36px;
        }

    h1 {
        font-size: 20px;
    }

    .diff_draw {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .breadcrumb h1 {
        padding-left: 5px;
        text-align: center;
        padding-right: 5px;
        margin: 5px 0;
    }

    .breadcrumb {
        padding: 8px 0px 10px;
    }

    .support_desc {
        padding-right: 10px;
    }

    .thanks_sponsor .big p {
        text-align: center;
    }

    .thanks_sponsor_img {
        padding-right: 0px;
        text-align: center;
    }

    .big p {
        font-size: 36px;
    }

    .left_pad {
        padding-top: 0px;
    }

    .thanks_sponsor_img img {
        width: 160px;
    }

    .background {
        padding: 14px 0 0;
    }

    .notification .big p,
    .notification .big p span {
        letter-spacing: 0px;
    }

    .banner_data {
        bottom: 10px;
        right: 35px;
    }

    .left_pad {
        padding-left: 10px;
    }

    /*.notification {
        background-position: 15% 50%;
        background-size: cover;
    }

        .notification .big {
            padding: 20px 0;
        }*/

    .dream_img img {
        width: 100%;
    }

    .remove_pad {
        padding-right: 15px;
    }

    .dreamcan_cometrue_section .col-sm-6 .col-sm-6,
    dreamcan_cometrue_section .col-xs-6 .col-xs-6 {
        width: 50%;
        float: left;
    }

    .remove_pad .dream_img img {
        max-height: 100%;
    }

    .sub_desc {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .dreamcan_cometrue_desc {
        margin-top: 25px;
    }

    .dreamcan_cometrue_desc .big {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .ticket_main ul li {
        display: block;
        width: 200px !important;
        margin: 0 auto;
    }

    .ticket_main li.ultimate {
        position: relative;
        right: auto;
        background-image: url(../images/BG3_m.png);
        background-position: 0 0px;
        margin-top: 0px;
    }

    .ticket_main ul li.ultimate img {
        padding-left: 0;
        margin-top: 70px;
    }

    .ticket_main li.cabin {
        position: relative;
        left: auto;
        background-image: url(../images/BG2_m.png);
    }

    .ticket_main li.cabin,
    .ticket_main li.draw {
        min-height: 170px;
    }

    .ticket_main li.ultimate {
        min-height: 200px;
    }

    .ticket_main li.cabin img {
        width: 70%;
    }

    .ticket_main li.ticket {
        background-image: url(../images/BG1_m.png);
        min-height: 100px;
    }

    .ticket_main li.draw {
        background-image: url(../images/BG2_m.png);
        position: relative;
        left: auto;
    }

    .ticket_main li.ultimate:hover,
    .ticket_main li.ultimate.active {
        background-image: url(../images/BG4-black_m.png);
    }

    .dreamcan_cometrue_desc .big p {
        line-height: 1;
    }

    .thanks_sponsor .big p {
        line-height: 20px;
    }

    .ticket_main li.ticket img {
        margin-top: 15px;
    }

    .ticket_main li.cabin img {
        margin-top: 50px;
    }

    .ticket_main li.draw img {
        margin-top: 50px;
    }

    .image_left {
        width: 100%;
        margin-top: 15px;
    }

    .image_right {
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;
    }

    .image_left img {
        margin: 0 auto;
    }

    .image_right img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .lottery_img img {
        margin: 0 auto;
    }

    .easter_seals {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }

    .email_notification_pop {
        max-width: 500px;
    }

    input.text_box {
        font-size: 20px;
        margin-bottom: 10px
    }

    .pop_body input[type="button"] {
        font-size: 22px;
    }

    .order_way {
        padding: 15px 0px;
    }

    .submit_form p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .submit_form .input_text {
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .continue_btn {
        padding: 5px 25px;
        font-size: 18px;
        float: none;
        display: table;
        margin: 0 auto;
        border-radius: 6px;
    }

    .radio_option label {
        font-size: 16px;
    }

    .red_box {
        padding-top: 27px;
        min-height: auto;
        padding-bottom: 27px;
    }

        .red_box p:first-child {
            font-size: 28px;
            padding-bottom: 10px;
        }

        .red_box p:last-of-type {
            font-size: 24px;
            padding-bottom: 6px;
        }

        .red_box a {
            padding-left: 0;
            display: table;
            margin: 0 auto;
        }

    .yellow_box {
        padding-top: 27px;
        padding-bottom: 27px;
        min-height: auto;
    }

        .yellow_box p:first-child {
            font-size: 28px;
        }

        .yellow_box p:last-of-type {
            font-size: 24px;
        }

    .blue_box {
        padding-top: 27px;
        padding-bottom: 27px;
        min-height: auto;
    }

        .blue_box p:first-child {
            font-size: 28px;
        }

    .newsletter {
        padding: 0px;
    }

    .submit_form .newsletter_text {
        border-radius: 6px;
        padding: 8px 15px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .subscribe_btn {
        font-size: 18px;
        margin: 5px auto 15px;
        padding: 5px 25px;
        border-radius: 6px;
    }

    .breadcrumb_yellow h1 {
        padding-left: 5px;
        text-align: center;
        padding-right: 5px;
        margin: 5px 0;
        font-size: 20px;
    }

    .lottery_img img {
        height: auto;
    }

    .sponsors .col-sm-3 {
        width: 24%;
        float: left;
    }

    .share_pop_body p {
        font-size: 20px;
    }

    .share_pop_body span {
        font-size: 20px;
    }

    .share_pop_body a {
        font-size: 14px;
    }

    .social_icon_pop ul li:first-child {
        margin-right: 30px;
    }

    .social_share_pop {
        width: 440px;
        height: auto;
        display: inline-table;
    }

    .share_pop_body {
        padding: 0px 20px;
    }

    .social_icon_pop {
        padding: 10px 0px;
    }

    .share_pop_body {
        padding: 0px 20px 15px;
    }


    .website_design {
        padding-top: 15px;
    }

    .scroll_link {
        padding-top: 5px;
        text-align: center;
    }

    .thank_tou_txt_content {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .countdown_main.thankyou_banner_countdown {
        bottom: -12px;
        right: 0;
        width: 100%;
        position: relative;
        background: #000;
    }

        .countdown_main.thankyou_banner_countdown .count_text p {
            padding: 0 0px 10px 0;
            text-align: center;
        }

    .thankyou_banner {
        background-size: 100% 53px;
    }

    .good-luck-txt {
        text-align: center;
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .final-deadline-img {
        margin-top: 15px;
    }

    .add-prize-container {
        margin-bottom: 10px;
    }

    .rules_regulations ul li,
    .rules_regulations p {
        font-size: 14px;
    }

    .rules_regulations h4 {
        font-size: 22px;
    }

    .rules_regulations h5 {
        font-size: 20px;
    }
}

@media (max-width: 567px) {
    .main-nav {
        height: 90px;
    }

    .nav-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo-img {
        max-height: 55px;
    }

    .menu-right {
        gap: 10px;
    }

    .nav-menu {
        width: 40px;
    }

    .order_btn_mobile img {
        width: 55px;
    }

    .order_tickets img {
        width: 60px;
        margin-top: -8px;
    }

    .order_tickets {
        padding-right: 0px;
        top: -51px;
        right: 80px;
    }

    header .navbar-toggle {
        margin-top: -56px;
    }

    .diff_draw {
        grid-template-columns: 1fr;
    }

    .footer_logo img {
        width: 200px;
    }

    .footer_nav {
        padding-top: 10px;
    }

    .support {
        background-size: cover; /*background-position: 100% 34%;*/
        background-position: 0 40%;
    }

    .support_desc {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .notification {
        background-image: none;
        background-color: #ffcf1f;
    }

    .big p {
        text-align: center;
    }

    .banner_data img {
        width: 200px;
    }

    .countdown_main {
        flex-direction: column;
        gap: 10px;
        padding: 5px 0;
    }

    .count_text p {
        text-align: center;
        margin-top: 0;
    }

    .countdown-timer .time {
        font-size: 50px;
    }

    /*.foundland {
        background: url('../images/support_foundland-(mobile).png');
        background-position: 0 50%;
        padding: 40px 0px;
    }*/
    /*.ticket_main.sponsors-img {
        display: none;
    }

    .ticket_main-mobile {
        background-image: url('../images/sponsors-mobile.png');
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 350px;
        display: block;
    }*/
    .email_notification_pop {
        width: 90%;
        padding: 50px 60px;
    }

    .submit_form p {
        font-size: 16px;
    }

    .submit_form .input_text {
        padding: 5px 10px;
        font-size: 16px;
    }

    .radio_option label {
        font-size: 14px;
    }

    .continue_btn {
        padding: 5px 15px;
        font-size: 16px;
    }

    .red_box p:first-child {
        font-size: 24px;
    }

    .red_box p:last-of-type {
        font-size: 20px;
    }

    .yellow_box p:first-child {
        font-size: 24px;
    }

    .yellow_box p:last-of-type {
        font-size: 20px;
    }

    .blue_box p:first-child {
        font-size: 24px;
    }

    .sponsors ul li {
        width: 30%;
    }

    .sponsors .col-sm-3 {
        width: 33%;
    }

    ul.employee-rules {
        padding-left: 30px;
    }

    .good-luck-txt {
        font-size: 30px;
    }

    .sub_desc .order-link {
        font-size: 36px;
        line-height: 1em;
    }

    /* SPLASH PAGE */
    #splash-page .splash-container h1 {
        font-size: 56px;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .banner_data img {
        width: 130px;
    }

    .dream-imgs .col-sm-6:nth-of-type(2n+1) {
        padding-right: 15px;
    }

    .dream-imgs .col-sm-6:nth-of-type(2n+2) {
        padding-left: 15px;
    }

    .order_tickets {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    .lottery_img img {
        margin: 0 auto;
    }

    .dreamcan_cometrue_section .col-sm-6 .col-sm-6 {
        width: 100%;
    }

    .sponsors ul li {
        width: 48%;
    }

    .sponsors .col-sm-3 {
        width: 50%;
    }

    .social_share_pop {
        width: 90%;
    }

    .share_pop_body p {
        font-size: 16px;
    }

    .share_pop_body span {
        font-size: 16px;
    }

    .share_pop_body a {
        font-size: 12px;
        display: block;
    }

    .social_icon_pop ul li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .share_pop_body a:before {
        display: block;
        margin: auto;
    }

    .banner_txt {
        font-size: 11px;
        bottom: 5px;
        line-height: 12px;
        left: 15px;
        padding: 0 15px;
        width: 160px;
    }

    .countdown-timer .time {
        min-width: 100%;
        width: 25%;
    }

    .email_notification_pop {
        padding: 40px;
    }

    .pop_head {
        padding: 15px;
    }

    .big p {
        font-size: 32px;
    }

    .pop_body .title.big {
        margin-bottom: 15px;
    }

    input.text_box {
        font-size: 20px;
        padding: 10px 15px 6px;
    }

    .pop_body input[type="button"] {
        padding: 11px 10px 7px 10px;
    }
}

@media (max-width: 374px) {
    .order_btn_mobile {
        display: none;
    }
}

@media (max-width: 2600px) {
    .lotery_title {
        width: 650px;
        font-size: 70px;
        line-height: 80px;
    }

    .lotery_subtext {
        font-size: 35px;
        left: 40%;
        top: 60px;
    }

    .lotery_price_main h1 {
        font-size: 100px;
        top: 0;
    }

        .lotery_price_main h1:before {
            font-size: inherit;
        }

        .lotery_price_main h1 span {
            font-size: 60px;
        }

    .bottom_subtext {
        margin-top: 10px;
    }
}

@media (max-width: 1450px) {
    .lotery_title {
        width: 450px;
        font-size: 55px;
        line-height: 60px;
    }

    .lotery_subtext {
        left: 35%;
        top: 70px;
    }

    .lotery_price_main h1 {
        font-size: 90px;
    }

        .lotery_price_main h1 span {
            font-size: 50px;
        }

    .bottom_text h3 {
        font-size: 40px;
    }

    .bottom_text {
        margin-top: 10px;
    }
}

@media (max-width: 1300px) {
    .main-wrap {
        padding: 30px;
    }

    .lotery_subtext {
        left: 0;
        top: 15px;
        position: relative;
        width: 50%;
    }

    .lotery_title {
        width: 49%;
        margin-right: 1%;
        letter-spacing: -4px;
    }

    .lotery_price_main {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .lotery_subtext br {
        display: none;
    }

    .lotery_price_main h1 {
        position: relative;
        display: inline-block;
        width: 100%;
        right: 0;
        text-align: left;
        margin-top: 10px;
    }

        .lotery_price_main h1 span {
            display: inline-block;
        }

    .bottom_text {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .main-wrap {
        padding: 20px;
    }

    .lotery_title {
        font-size: 35px;
        line-height: normal;
        letter-spacing: -2px;
    }

    .lotery_subtext {
        font-size: 25px;
        line-height: normal;
        top: 0;
    }

    .lotery_price_main h1 {
        margin-top: 0;
        font-size: 60px;
    }

        .lotery_price_main h1 span {
            font-size: 40px;
            margin-left: 10px;
        }

    .bottom_text h3 {
        font-size: 24px;
        line-height: normal;
    }

    .bottom_subtext p {
        font-size: 18px;
    }

    .final-deadline-img {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .lotery_title {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .lotery_subtext {
        width: 100%;
        text-align: center;
    }

    .lotery_price_main h1 {
        font-size: 50px;
        text-align: center;
    }

    .bottom_text h3 {
        font-size: 20px;
        text-align: center;
    }

    .bottom_subtext p {
        font-size: 16px;
        text-align: center;
    }

    .jackpot-5050 {
        margin-bottom: 15px;
    }

    .grand-prize-video {
        margin-bottom: 15px;
    }
}

@media (max-width: 567px) {
    .lotery_title {
        font-size: 30px;
    }

    .lotery_subtext {
        font-size: 20px;
    }

    .lotery_price_main h1 {
        font-size: 40px;
    }

        .lotery_price_main h1 span {
            font-size: 25px;
        }

    .grand-prize-video {
        padding: 20px;
    }

    .grand-prize-video .grand-header {
        margin-bottom: 15px;
    }

    .grand-prize-video video:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .lotery_title {
        font-size: 25px;
    }

    .lotery_subtext {
        font-size: 18px;
    }

    .lotery_price_main h1 {
        font-size: 30px;
    }

        .lotery_price_main h1 span {
            font-size: 20px;
        }

    .bottom_text h3 {
        font-size: 16px;
    }

    .bottom_subtext p {
        font-size: 14px;
        line-height: 18px;
    }
}