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

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

}




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

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

    /* Banner */
    .banner-title {
        font-size: 24px;
    }
    /* Counter */
    .counter h2 {
        font-size: 46px;
    }
    .counter p {
        font-size: 16px;
    }
    .video-text p {
        font-size: 18px;
    }
    /*Promo btn*/
    .promo-btn-btn a {
        padding: 0 20px;
        font-size: 16px;
    }
    /* Counter */
    .sec-title {
        font-size: 24px;
    }
    .social-box .text h3 {
        font-size: 18px;
    }
    /* Footer */
}


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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header */
    .header-wrap img {
        width: 300px;
    }
    .date p {
        font-size: 24px;
    }
    /*Share*/
    .social-box .text h3 {
        font-size: 18px;
    }
    /*banner*/
    .banner-area::before, .banner-area::after {
        width: 120px;
    }
    .banner-title {
        font-size: 22px;
    }
    /*Promo BTN*/
    .mb-50 {
        margin-bottom: 50px;
    }

    /*Details*/
    .details-wrap {
        width: 100%;
    }
    /*Counter*/
    .sec-title {
        font-size: 24px;
    }
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 18px;
    }
    /* Footer */
    .footer-wrap h1 {
        font-size: 50px;
    }
}


/* -------------------------------------------------
  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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .header-wrap img {
        width: 270px;
        margin-bottom: 30px;
    }
    .date p {
        font-size: 18px;
    }
    .date p span {
        width: 20px;
    }
    /*Banner*/
    .banner-area::before, .banner-area::after {
        display: none;
    }
    .banner-logo img {
        width: 270px;
    }
    .banner-title {
        font-size: 20px;
    }
    a.reg-button {
        font-size: 20px;
    }

    /* Video */
    .video-text p {
        font-size: 16px;
    }
    /*Promo btn CSS*/
    .promo-btn-btn {
        margin-bottom: 30px;
    }
    .promo-btn-btn a {
        font-size: 18px;
        margin: 15px 0;
    }

    /*Counter*/
    .sec-title {
        font-size: 20px;
    }
    .sec-title span {
        display: block;
    }
    .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .cdown {
        text-align: center;
        width: 48%;
        margin-bottom: 20px;
    }
    .cdown span {
        font-size: 16px;
    }
    .cdown span strong {
        font-size: 32px;
    }

    /*Share Area CSS*/
    .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;
    }
    /*Details*/
    .details-wrap ul {
        width: 100%;
        padding-left: 15px;
    }
    .details-wrap li {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
    }
    .details-wrap li {
        margin-bottom: 10px;
    }
    .details-wrap h3 {
        font-size: 20px;
    }
    /* Footer */
    .footer-wrap h1 {
        font-size: 28px;
    }

}


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

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

}