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

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


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

@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 {
        margin-right: 30px;
    }
    .logo img {
        max-height: 80px;
    }
    .header-text h4, .header-text h5 {
        font-size: 20px;
    }
    .header-bg img {
        height: 150px;
    }
}



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

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

    /* Header */
    .logo {
        margin-right: 25px;
    }
    .logo img {
        max-height: 60px;
    }
    .header-text h4, .header-text h5 {
        font-size: 16px;
    }
    .header-text h5 span {
        height: 13px;
    }
    .header-bg img {
        height: 120px;
    }
    /* Footer */

}



/* -------------------------------------------------
  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-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo {
        margin-right: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .exhibitor-logo img {
        max-width: 270px;
    }
    .header-text {
        text-align: center;
        margin-bottom: 30px;
    }
    .header-text h4, .header-text h5 {
        font-size: 20px;
    }
    .header-text h4 span {
        display: block;
    }
    .header-bg img {
        height: 150px;
    }
    /*Promo*/
    .section-padding {
        padding: 50px 0;
    }
    .sec-title h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .insta-wrapper {
        width: 100%;
    }
    .share-step h2, .share-info h2 {
        font-size: 18px;
        padding-left: 30px;
    }
    .insta-wrapper {
        margin-top: 20px;
    }
    .share-step h2:before, .share-info h2:before {
        top: 0;
        -webkit-transform: translateY(-0%);
                transform: translateY(-0%);
    }
    .share-info p {
        font-size: 16px;
        padding-left: 30px;
    }
    /*Slider*/

    .slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        right: 10px;
    }
    .slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        left: 10px;
        z-index: 999;
    }
    .slick-prev:before, .slick-next:before {
        line-height: 17px;
        font-size: 30px;
    }
    .slick-next.slick-arrow, .slick-prev.slick-arrow {
        background: rgba(53, 192, 206, 0.3);
        border: 1px solid rgba(53, 192, 206, 0.3);
    }
    .slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
        background: #35C0CE;
    }
    /*Footer*/
    .footer-title h2 {
        font-size: 17px;
    }
    .social li a {
        font-size: 28px;
    }
}



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

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

