

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

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

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

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px
    }
    /* Header */
    .logo img, .header-info img {
        height: 170px;
    }
    .right-wrap h1 {
        font-size: 40px;
    }
}



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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header */
    .logo img, .header-info img {
        height: 130px;
    }
    .right-wrap h1 {
        font-size: 30px;
    }
    /*Banner CSS*/

    /*Share CSS*/
    .card-front .card-text p {
        font-size: 16px;
        font-weight: 400;
    }
    .card-back .inner p {
        font-size: 16px;
    }
    .share_btn {
        font-size: 16px;
        padding: 2px 0;
    }
    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 14px;
    }

}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header */
    .logo img, .header-info img {
        height: 120px;
    }
    .right-wrap h1 {
        font-size: 28px;
    }
    /*Banner */
    /*Exhibitor*/
    .exh-details h4 {
        font-size: 24px;
    }
    .exh-area p {
        font-size: 18px;
    }
    .exh-logo img {
        max-width: 250px;
    }
    .exh-area .exh-details p {
        font-size: 18px;
    }
    /*Share Area CSS*/
    .card {
        width: 33.333333%;
    }
    .card-front .card-text p {
        font-size: 14px;
    }
    .card-back .inner p {
        font-size: 14px;
    }
    .share_btn {
        font-size: 14px;
    }
    /*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 {
        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: #0C1A3A;
        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*/
    .notice-wrap h4 {
        font-size: 18px;
    }

    /*Footer*/
    .isc-social-top p {
        font-size: 28px;
    }

}




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

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

    /* Header */
    .header-wrapper {
        padding: 0;
        padding-bottom: 30px;
    }
    .left-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        margin: 30px;
    }
    .logo img, .header-info img {
        height: auto;
        width: 100%;
    }
    .right-wrap {
        margin: 0 20px;
    }
    .right-wrap h1 {
        font-size: 24px;
        padding: 20px 20px 15px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0;
        text-align: center;
    }
    /*Banner CSS*/

    /*Exhibitor*/
    .exh-logo img {
        max-width: 250px;
        margin-bottom: 20px;
    }
    .exh-details h4 {
        font-size: 20px;
        text-align: center;
    }
    .exh-details h4 br {
        display: none;
    }
    .exh-area .exh-details p {
        font-size: 16px;
        text-align: center;
    }
    .exh-area p {
        font-size: 16px;
    }
    /*Banner*/
    .banner-text {
        padding: 15px;
    }
    .banner-area h4 {
        font-size: 22px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .banner-text li {
        font-size: 16px;
    }
    /*Share Area CSS*/
    .card {
        width: 100%;
    }
    /*FAQ*/
    .sec-head h2 {
        font-size: 20px;
    }
    .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: #0C1A3A;
        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 {
        font-size: 16px;
        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-wrap h4 {
        font-size: 18px;
    }


    /*Footer*/
    .isc-social-top p {
        font-size: 20px;
    }
    .isc-social ul a {
        font-size: 28px;
    }

}




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

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

    /*Banner CSS*/

    /*Share Area CSS*/
    .card {
        height: 210px;
    }
    .card {
        width: 50%;
    }
    .card-back {
        padding: 10px;
    }
    .card-front .card-text p {
        font-size: 14px;
    }
    .card-back .inner p {
        font-size: 14px;
    }
    .share_btn {
        font-size: 14px;
    }
    /*Content Area CSS*/
    /*Footer CSS*/

}