

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

/* -------------------------------------------------
  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*/
    .left-side {
        width: 30%;
        padding-right: 0px;
    }

    .right-side {
        width: 70%;
    }
    .right-side h2 {
        font-size: 36px;
        margin-top: 30px;
    }
    .logo-wrap img {
        height: 70px;
    }
    .logo-wrap img:last-child {
        height: 60px;
    }
    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 14px;
    }

    /* Footer */
    .footer-top h5 {
        font-size: 24px;
    }
}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .left-side {
        width: 25%;
        padding-right: 0px;
    }

    .right-side {
        width: 75%;
    }
    .right-side h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .date h3 {
        font-size: 18px;
    }
    .logo-wrap img {
        height: 55px;
    }
    .logo-wrap img:last-child {
        height: 55px;
    }
    /* Exhibitor */
    .exhibitor-title h2 {
        font-size: 24px;
    }
    .exhibitor-logo-wrap img {
        width: 250px;
    }

    /*Share Boxes*/
    .card {
        width: 50%;
    }
    /*FAQ*/
    .sec-head h2 {
        font-size: 28px;
    }
    .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: #D42628;
        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;
    }
    /* Notice */

    /*Footer*/
    .footer-wrap {
        padding-bottom: 30px;
    }
    .footer-top h5 {
        font-size: 19px;
    }
}




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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /*Header*/
    .header-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .left-side {
        width: 100%;
        padding-right: 0;
        padding: 30px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .left-side::after {
        display: none;
    }
    .left-side img {
        max-width: 300px;
    }
    .right-side {
        width: 100%;
        padding-left: 0;
    }
    .right-side::before {
        width: 300%;
        left: -150%;
    }
    .right-side h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .date::before {
        left: -150%;
        width: 300%;
    }
    .date h3 {
        font-size: 18px;
    }
    .logo-wrap {
        padding: 30px 0px;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    /* Exhibitor */
    .exhibitor-title h2 {
        font-size: 19px;
    }
    .exhibitor-title h2 br {
        display: none;
    }
    .exhibitor-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .exhibitor-logo-wrap {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }
    .exhibitor-logo img {
        width: 270px;
    }
    .exhibitor-info {
        margin-top: 30px;
    }
    /*Share Boxes*/
    .card {
        width: 100%;
    }
    /*FAQ*/
    .sec-head h2 {
        font-size: 24px;
    }
    .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: #D42628;
        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;
    }
    .inner-img img {
        max-width: 100%;
    }
    .ins-img .inner-img img {
        max-width: 200px;
    }
    /* Notice */
    .notice-details p {
        font-size: 16px;
    }
    /*Footer*/
    .footer-wrap {
        padding-bottom: 30px;
    }
    .footer-top h5 {
        font-size: 18px;
    }
    .container.mobile {
        width: 100%;
    }
}




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

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

    /*Share Boxes*/
    .card {
        width: 50%;
    }
    .card-back {
        padding: 10px;
    }
    /*Footer CSS*/

}