/*Laptop*/

@media (min-width: 1170px) {
    .container {
        width: 1200px
    }

    /*Header*/

}



/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }

    /*Header*/
    .logo img {
        width: 700px;
    }

    /* Exh */
    .exh-logo h2 {
        font-size: 24px;
    }

    .show-wrapper h3 {
        font-size: 20px;
    }

    /* Why */
    .why-attend h2 {
        font-size: 24px;
    }

    /* Show */
    .show-info-img {
        width: 30%;
    }

    .show-date-info h2 {
        font-size: 24px;
    }

    .show-hours li,
    .show-activities li {
        font-size: 16px;
    }

    /* Footer */
    .footer-info h3 {
        font-size: 26px;
    }

}




/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    /* Header */


    /*Exhibitor*/
    .exh-logo img {
        max-width: 250px;
    }

    /* Exh */
    .exh-logo h2 {
        font-size: 24px;
    }

    .show-wrapper h3 {
        font-size: 20px;
    }

    /* Why */
    .why-attend h2 {
        font-size: 24px;
    }

    /* Show */
    .show-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .show-info-img {
        width: 100%;
    }

    .show-date-info h2 {
        font-size: 24px;
    }

    .show-hours li,
    .show-activities li {
        font-size: 16px;
    }

    /*Counter*/
    .countdown-area .sec-title span {
        font-size: 24px;
    }

    .cdown span strong {
        font-size: 80px;
    }

    .cdown span {
        font-size: 18px;
    }

    /*Footer*/
    .footer-info {
        margin-top: 30px;
    }

    .footer-info h3 {
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-logo {
        padding: 30px;
    }

}




/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 300px
    }

    body {
        font-size: 16px;
    }

    /* Header */
    .logo {
        padding: 10px 35px 125px 35px;
    }

    .logo img {
        max-width: 200px;
    }

    .date {
        margin-top: -100px;
    }

    .date h3 {
        padding: 0px 30px;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 13px;
        line-height: 1.3;
    }

    .date span {
        position: relative;
        top: -3px;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .web a {
        font-size: 20px;
        margin-top: 35px;
        margin-bottom: 12px;
    }

    /*Banner CSS*/
    /*Exhibitor*/
    .exh-logo img {
        max-width: 250px;
    }

    /* Exh */
    .exh-logo h2 {
        font-size: 20px;
    }

    .show-wrapper h3 {
        font-size: 18px;
    }

    /* Why */
    .why-attend h2 {
        font-size: 20px;
    }

    /* Show */
    .show-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .show-info-img {
        width: 100%;
    }

    .show-date-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .show-date-info h2 {
        font-size: 20px;
    }

    .show-hours li,
    .show-activities li {
        font-size: 15px;
    }

    /*Counter*/
    .sec-title {
        font-size: 20px;
    }

    .sec-title span {
        display: block;
    }

    .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .cdown {
        text-align: center;
        width: 30%;
        margin-bottom: 20px;
    }

    .cdown span {
        font-size: 16px;
        width: 110px;
    }

    .cdown span strong {
        font-size: 70px;
    }

    /*Footer*/
    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-info {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 62px;
    }

    .footer-info::before {
        right: -500%;
    }

    .footer-logo-wrap::before {
        left: -450%;
    }

    .footer-info h3 {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-info h3 span {
        margin-left: 0;
        display: block;
    }

    .footer-logo {
        padding: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .footer-logo img {
        max-width: 200px;
    }
}




/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }

    /* Counter */
    .cdown {
        width: calc(50% - 15px);
    }

    /*Content Area CSS*/

}