
/*Laptop*/

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

}




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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /*Header*/
    .header-logo {
        width: 400px;
    }
    .header-title {
        font-size: 52px;
    }
    /* Exhibitor */
    .booth {
        font-size: 22px;
    }
    .exh-wrapper h2 {
        font-size: 24px;
    }
    /* About */
    .about h3 {
        font-size: 22px;
    }
    /* Share */
    .sec-title {
        font-size: 22px;
    }
    /* Footer */

}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .header-area, .footer-area {
        padding: 30px;
    }
    .header-wrapper {
        padding: 30px;
    }
    .header-logo {
        width: 300px;
    }
    .header-title {
        font-size: 40px;
    }
    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 24px;
    }
    /* About */
    .about h3 {
        font-size: 22px;
    }
    /* Video */
    .video-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .video-box {
        width: 100%;
    }
    /*Counter*/
    .sec-title {
        font-size: 22px;
    }
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 18px;
    }
    /* Hours */
    .hour li {
        margin-right: 0;
        font-size: 16px;
    }
    /*Share*/
    .social-box .text h3 {
        font-size: 18px;
    }
    /*Footer*/

}




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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    body {
        font-size: 16px;
    }
    /*Header*/
    .header-area, .footer-area {
        padding: 20px;
    }
    .header-wrapper {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header-logo {
        width: 220px;
    }
    .header-title {
        font-size: 35px;
        margin-top: 30px;
    }
    /*Banner*/

    /*Exhibitor*/
    .exh-logo {
        max-width: 250px;
        margin-bottom: 10px;
    }
    .exh-wrapper h2 {
        font-size: 18px;
    }
    .exh-wrapper p {
        font-size: 16px;
    }
    /* Video */
    .video-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .video-box {
        width: 100%;
    }
    .text-box h3 {
        font-size: 18px;
    }
    /*Counter*/
    .sec-title {
        font-size: 22px;
    }
    .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;
    }
    /* About */
    .about h3 {
        font-size: 18px;
    }
    .about-wrap h3 {
        font-size: 18px;
    }
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hour li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    /*Share*/
    .share-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .share-box-wrap {
        margin-bottom: 30px !important;
    }
    .share-box-wrap:last-child {
        margin-bottom: 0px !important;
    }

    /*Footer*/


}




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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /*Header*/
    /*Banner*/
    .banner-wrap {
        width: 400px;
        margin: 0 auto;
    }
    /* Counter */
    .cdown {
        width: calc(50% - 15px);
    }
    /*Share*/
    .share-wrapper .share-box-wrap {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px; 
    }
    .share-wrapper .share-box-wrap:last-chid {
        margin-bottom: 0px; 
    }
    /*Footer*/

}