/* Extra Large */
@media (min-width: 1367px) {
    .container {
        width: 1200px
    }
    /* Header */
}
/* Large Screen.  */

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px;
    }

    /* Header */
    .header-area::after {
        background-position:  -6% center;
    }
    .logo-wrap {
        padding-left: 150px;
    }
}

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

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

    /*Header*/
    .header-area::after {
        background-position: -6% center;
    }
    .logo-wrap {
        margin-left: 90px;
    }
    .logo-wrap img {
        width: 300px;
    }
    .has-tags h1 {
        font-size: 50px;
    }
    .date h4 {
        font-size: 20px;
    }
    .date h5 {
        font-size: 20px;
    }
    .header-info h1 {
        font-size: 110px;
    }

    /* Exhibitor */
    .exh-logo h2 {
        font-size: 28px;
    }

    /* Show */
    .show-info h2 {
        font-size: 46px;
    }

    /* Promo */
    .promo-wrap h2 {
        font-size: 46px;
    }

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

    /* Footer */
    .footer-logo img {
        width: 250px;
    }

    .vendor-logo img {
        width: 120px;
    }

    .address h4 {
        font-size: 16px;
    }

    .address h2 {
        font-size: 76px;
    }

}




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

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

    /* Header */
    .header-area::after {
        background-position:  -10% center;
    }
    .logo-wrap {
        margin-left: 50px;
    }
    .logo-wrap img {
        width: 220px;
    }
    .has-tags h1 {
        font-size: 40px;
    }
    .date h4 {
        font-size: 16px;
    }
    .date h5 {
        font-size: 16px;
    }
    .header-info h1 {
        font-size: 85px;
    }

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

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

    .single-show-details p {
        padding: 0 0px;
    }

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

    .show-wrap>div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .show-img {
        height: 300px;
    }

    /* Promo */
    /*Counter*/

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

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

    /*Footer*/
    .footer-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 80px;
    }

    .footer-logo img {
        width: 180px;
    }

    .vendor-logo img {
        width: 130px;
    }

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

    .address h2 {
        font-size: 65px;
    }

}




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

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

    body {
        font-size: 16px;
    }

    /* Header */
    .header-area {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .header-area::after {
        display: none;
    }
    .logo-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 15px;
    }
    .logo-wrap img {
        width: 270px;
        margin-bottom: 25px;
    }
    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .has-tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .date h4 {
        font-size: 20px;
    }
    .date h5 {
        font-size: 20px;
    }
    .header-info h1 {
        font-size: 52px;
    }

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

    .exh-logo h2,
    .exh-logo h3 {
        font-size: 20px;
    }

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

    .single-show-details p {
        padding: 0 0px;
    }

    .register {
        padding: 0 30px;
        font-size: 16px;
    }

    /* Show */
    .show-info h2 {
        font-size: 36px;
    }

    .show-info h2::after {
        bottom: 8px;
    }

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

    .show-wrap>div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .show-img {
        height: 200px;
    }

    .show-details p {
        font-size: 16px;
    }

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

    .video-info {
        width: 100%;
    }

    .video-slider {
        width: 100%;
    }
    .video-wrap h2 {
        font-size: 36px;
    }
    .video-wrap h2::after {
        height: 15px;
        bottom: 8px;
    }
    .video-info img {
        width: 70%;
    }
    .promo-wrap h2 {
        font-size: 36px;
    }

    .promo-wrap h3 {
        font-size: 50px;
    }

    .promo-wrap p {
        font-size: 16px;
    }

    /*Counter*/
    .sec-title {
        font-size: 40px;
        line-height: 1;
    }

    .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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

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

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

    /*Footer*/
    .footer-area:after {
        display: none;
        ;
    }

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

    .footer-logo img {
        width: 300px;
        max-width: 270px !important;
    }

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

    .show-date p {
        font-size: 13.8px;
    }

}




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

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

}