

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

    /*Header*/

    /*Footer*/
}

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

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

    /*Header*/
    /*Share */
    .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-bottom img {
        width: 430px;
    }
}




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

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

    /*Header*/


    /* Exhibitor */
    .exhibitor-title h2 {
        font-size: 24px;
    }

    .exhibitor-logo-wrap img {
        width: 250px;
    }

    /*Share CSS*/
    .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;
    }

    /*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: #FFAE02;
        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-bottom img {
        width: 330px;
    }
}




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

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

    /*Header*/

    /* 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;
    }

    .exhibitor-info p {
        font-size: 16px;
    }
    .exhibitor-info h3 {
        font-size: 20px;
    }
    /*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: 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;
    }

    /*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: #FFAE02;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .social {
        gap: 10px;
    }

    .social li a {
        height: 36px;
        width: 36px;
        line-height: 38px;
        font-size: 16px;
    }
    .footer-bottom img {
        width: 300px;
    }
}




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

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

    /*Header*/
    /* Banner */
    /*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 CSS*/

}