/* Large Screen.  */

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

    /* Header */

}

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

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

    /*Header*/
    .header-logo img {
        width: 250px;
        margin-bottom: 50px;
    }

    .header-logo h1 {
        font-size: 42px;
    }

    .header-logo::before {
        background-size: 130px;
    }

    .header-info h1 {
        font-size: 76px;
    }

    /*Share */
    .share-info h2 {
        font-size: 20px;
    }

    .share-offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 90%;
        margin: 0 auto;
        padding-left: 30px;
        margin-bottom: 50px;
    }

    .share-details {
        max-width: 86%;
        margin-bottom: 30px;
    }

    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 14px;
    }

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

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

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

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

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


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

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

    /* Header */
    .header-logo::before {
        background-size: 100px;
    }

    .header-logo img {
        width: 200px;
        margin-bottom: 30px;
    }

    .header-logo h1 {
        font-size: 34px;
    }

    .header-info {
        padding-left: 100px;
    }

    .header-info h1 {
        font-size: 60px;
    }

    /*Banner*/
    .banner-wrap h1 {
        font-size: 28px;
    }

    .banner-wrap h2 {
        font-size: 22px;
    }

    /*Exh*/
    .exhibitor-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .exh-wrap {
        max-width: 100%;
    }

    .exh-details {
        max-width: calc(100% - 0%);
    }

    .up-note {
        margin-bottom: 30px;
    }

    /*Share CSS*/
    .share-info h2 {
        font-size: 20px;
    }

    .share-details {
        max-width: 30%;
    }

    .share-box-wrapper {
        width: 70%;
    }

    .share-details p {
        margin: 20px 0;
        margin: 0;
    }

    .share-box {
        margin-bottom: 5px;
        width: 210px;
    }

    .share-text {
        max-width: 600px;
    }

    .share-details {
        max-width: 30%;
        padding-right: 0px;
    }

    .share-box-wrapper {
        text-align: center;
    }

    .icon h3 {
        font-size: 16px;
    }

    /* How */
    .how-work .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-work .col-lg-6 {
        width: 100%;
    }
    .how-head h2 {
        font-size: 24px;
    }

    .how-list {
        margin-bottom: 30px;
    }

    /*FAQ*/
    .faq-area .heading h3 {
        font-size: 22px;
    }

    .panel-group {
        border-top: 1px solid #ddd;
    }

    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }

    .nav-tabs.nav-justified>li {
        display: inline-block;
        width: auto;
    }

    .nav-tabs li {
        white-space: nowrap;
        margin-right: 10px;
    }

    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }

    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #000000;
        color: #fff;
    }

    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }

    .inner-img img {
        max-width: 620px;
    }

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

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

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

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

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


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

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

    /* Header */
    .header-area {
        background-size: cover;
    }

    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-logo {
        width: 100%;
    }

    .header-logo::before {
        right: -10px;
        background-size: 100px;
    }

    .header-logo::after {
        right: -100%;
    }

    .header-info {
        width: 100%;
        background-size: contain;
        padding-left: 0px;
        padding: 30px 0;
    }

    .header-logo h1 {
        font-size: 36px;
    }

    .header-info h1 {
        font-size: 54px;
    }

    .header-logo img {
        width: 170px;
        margin-bottom: 30px;
    }

    /*Banner*/
    .banner-wrap h2 {
        font-size: 24px;
    }

    .banner-wrap h2 br {
        display: none;
    }

    .priority-code {
        font-size: 18px;
    }

    /*Exhibitor*/
    .exhibitor-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .exh-wrap {
        max-width: 100%;
    }

    .exh-details {
        max-width: calc(100% - 0%);
    }

    .up-note {
        margin-bottom: 20px;
    }

    .exh-details p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /*Share CSS*/
    .share-info h2 {
        font-size: 20px;
    }

    .share-offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .share-details {
        margin-top: 0;
        text-align: left;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .share-details p {
        margin-bottom: 15px;
    }

    .share-box {
        margin-bottom: 5px;
    }

    .share-text h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .share-text p {
        font-size: 16px;
    }

    .share-box-wrapper {
        text-align: center;
    }

    /* How to */
    .how-work .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-work .col-lg-6 {
        width: 100%;
    }
    .how-head h2 {
        font-size: 24px;
    }

    .how-list {
        margin-bottom: 30px;
    }

    /*FAQ*/
    .faq-area .heading h3 {
        font-size: 22px;
    }

    .panel-group {
        border-top: 1px solid #ddd;
    }

    .faq-wrap .panel-title a {
        font-size: 16px;
    }

    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }

    .nav-tabs.nav-justified li {
        white-space: nowrap;
        margin-right: 10px;
        display: inline-block;
        width: auto;
    }

    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }

    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #000000;
        color: #fff;
    }

    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }

    .panel-body {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        font-size: 16px;
    }

    .inner-img img {
        max-width: 100%;
    }

    .ins-img .inner-img img {
        max-width: 200px;
    }

    /*Notice*/


    /*Footer*/
    .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 480*/

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

    /*Share*/
    .sec-title h2 {
        font-size: 16px;
    }

    .share-offer-wrapper {
        margin-bottom: 30px;
    }

    .share-wrapper .share-box-wrap {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .share-wrapper .share-box-wrap:last-chid {
        margin-bottom: 0px;
    }

    .share-offer-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    /*Footer*/

}