

/*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;
    }
    /*Exh*/
    .exhibitor-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 86%;
        margin: 0 auto;
    }
    .exh-wrap {
        max-width: 100%;
    }
    .exh-details {
        max-width: calc(100% - 0%);
    }
    .up-note {
        margin-bottom: 30px;
    }
    /*Share */
    .share-offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .share-details {
        max-width: 86%;
        margin-bottom: 30px;
    }
    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 14px;
    }
}




/* -------------------------------------------------
  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;
    }
    /*Exh*/
    .banner-wrap h2 {
        font-size: 24px;
    }
    .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-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;
    }
    /*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*/

}




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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /*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 */
    .banner-area {
        padding: 30px 0;
    }
    .banner-wrap h2 {
        font-size: 20px;
    }
    .banner-wrap h2 br:not(:first-child) {
        display: none;
    }
    /*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 {
        text-align: center;
    }
    /*Share CSS*/
    .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: center;
        max-width: 100%;
        padding-right: 0;
    }
    .share-details p {
        margin-bottom: 30px;
    }
    .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;
    }
    /*FAQ*/
    .faq-area .heading h3 {
        font-size: 18px;
    }
    .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 {
        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*/
    .notice-area.section-padding.pt0 {
        padding-top: 0;
    }
    .notice h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .notice p {
        font-size: 16px;
    }
    .notice p br {
        display: none;
    }

    /*Footer*/


}

/*Large 480*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /*Share*/
    .sec-title h2 {
        font-size: 16px;
    }
    .share-wrapper .share-box-wrap {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px; 
    }
    .share-wrapper .share-box-wrap:last-chid {
        margin-bottom: 0px; 
    }
    /*Footer*/

}