

/*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*/
    .logo {
        width: 40%;
        margin-right: 25px;
    }
    .h-right {
        width: 60%;
    }
    .logo img {
        margin-right: 0;
    }
    /* New */
    .new-title h2 {
        font-size: 24px;
    }
    .new-details h3 {
        font-size: 18px;
    }
    /* Show */
    .show-wrap {
        min-height: 295px;
    }
    .show-wrap h3 {
        font-size: 17px;
    }
    /* Stats */
    .stats-wrap h2 {
        font-size: 32px;
    }
    /* Share */
    .sec-title {
        font-size: 22px;
    }
    /* Footer */
    .footer-date p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .logo {
        width: 40%;
        margin-right: 25px;
    }
    .h-right {
        width: 60%;
    }
    .logo img {
        margin-right: 0;
    }

    /*Exhibitor*/
    .exh-wrapper h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .exh-wrapper h2 {
        font-size: 20px;
    }
    /* About */
    .about-wrap {
        margin-bottom: 30px;
    }
    /* New */
    .new-title h2 {
        font-size: 24px;
    }
    .new-details {
        margin-bottom: 30px;
    }
    /* Show */
    .show-wrap {
        margin-bottom: 30px;
    }
    /* Stats */
    .stats-wrap h2 {
        font-size: 24px;
    }
    .stats-wrap.counter h2 {
        font-size: 32px;
    }
    /*Share*/
    .sec-title {
        font-size: 20px;
    }
    .social-box .text h3 {
        font-size: 18px;
    }
    /*Footer*/
    .footer-date-wrap {
        border-bottom: 20px solid #007CBC;
    }
    .footer-date p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer-date p:first-child span {
        padding-left: 0;
    }
}




/* -------------------------------------------------
  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;
    }
    .logo img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    /*Exhibitor*/
    .exh-wrapper {
        padding: 25px;
    }
    .exh-logo {
        width: 200px;
        margin-bottom: 10px;
    }
    .exh-wrapper h1 {
        font-size: 18px;
    }
    .exh-wrapper h2 {
        font-size: 16px;
    }
    .exh-wrapper p {
        font-size: 14px;
        margin-top: 10px;
    }
    .reg-btn {
        padding: 0px 60px;
    }
    /* About */
    .about-wrap {
        margin-bottom: 30px;
    }
    .about-wrap h2 {
        font-size: 22px;
    }
    /* New */
    .new-title h2 {
        font-size: 22px;
    }
    .new-details {
        margin-bottom: 30px;
    }
    .new-details h3 {
        font-size: 18px;
    }
    /* Show */
    .show-wrap {
        min-height: auto;
        margin-bottom: 40px;
    }
    .stats-wrap h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .show-wrap h3 {
        font-size: 18px;
    }
    /* Stats */
    .stats-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .stats-wrap.counter {
        margin-bottom: 30px;
    }
    /*Share*/
    .sec-title {
        font-size: 20px;
    }
    .share-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .share-box-wrap {
        margin-bottom: 30px !important;
    }
    .share-box-wrap:last-child {
        margin-bottom: 0px !important;
    }

    /*Footer*/
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-date-wrap {
        margin-left: 0;
    }
    .footer-date p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer-date p:first-child span {
        padding-left: 0;
    }
    .footer-date span {
        width: 40px;
    }
    .footer-date span.info {
        width: 100%;
    }
}




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

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

}