/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

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




/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

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

    /* Header */

    /* Footer */

}




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

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

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

    /*Share CSS*/
    .card {
        width: 33.33%;
    }

    /* Footer */

}




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

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

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

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

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

    /* Video */
    .show-info h1 {
        font-size: 24px;
    }

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

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

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

    /*Share Area CSS*/
    .sec-head h2 {
        font-size: 24px;
    }

    .card {
        width: 33.333333%;
    }

    /* Footer */


}




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

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

    body {
        font-size: 16px;
    }

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

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

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

    .show-details {
        flex-direction: column;
    }

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

    /* Video */

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

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

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

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

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

    /*Share Area CSS*/
    .sec-head h2 {
        font-size: 20px;
    }

    .card {
        width: 100%;
    }

    /* Footer */

}




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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /* Counter */
    .cdown {
        width: calc(50% - 15px);
    }
    /*Share Area CSS*/
    .card {
        height: 210px;
    }

    .card {
        width: 50%;
    }

    .card-back {
        padding: 10px;
    }

    /*Content Area CSS*/

}