

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

}


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

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

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

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

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

    /* Header */

    /*Banner */
    .about {
        margin-left: 25px;
    }

    .about-wrap p {
        font-size: 16px;
    }
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promo-video-wrap {
        width: 500px;
        margin-bottom: 30px;
    }
    .about {
        margin-left: 0;
    }
    /* Counter */
    .counter h3 {
        font-size: 20px;
    }
    .counter p {
        font-size: 16px;
    }
    /* Footer */
    .isc-social-top p {
        font-size: 32px;
    }
    .isc-social ul a {
        font-size: 42px;
    }
}

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

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

    /* Header */
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-logo {
        border-right: 0;
        border-bottom:  1px solid #a2a2a2;;
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .date p {
        font-size: 18px;
    }
    .date p i {
        width: 25px;
    }
    /*Banner CSS*/
    .banner-wrapper {
        padding: 20px;
    }
    .reg-btn {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
    }
    .banner-content img {
        max-width: 220px;
    }

    .banner-title {
        font-size: 20px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-title br {
        display: block;
        float: none;
    }

    .banner-subtitle br {
        display: none;
    }

    /*About*/
    .about-wrap h2 {
        font-size: 24px;
        text-align: center;
    }
    .divider {
        text-align: center;
    }
    .about p {
        font-size: 16px;
        text-align: center;
    }
    /* Counter */
    .counterup-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .counter {
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-right: 0;
        padding: 10px 0;
        border-bottom: 1px solid #727272;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .counter:last-child {
        border: 0 ;
     }
    /*Countdown CSS*/
    .cdown {
        width: 50%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .cdown:nth-last-child(-n + 2) {
        margin-bottom: 0px;
    }

    .cdown span strong {
        font-size: 40px;
    }

    .cdown span p {
        font-size: 16px;
    }

    .counter-wrap h2 {
        font-size: 20px;
    }

    /*Footer*/
    .footer-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .social-top p {
        font-size: 20px;
    }
    .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*/

    /*Countdown CSS*/
    .cdown {
        margin-bottom: 30px;
        width: calc(50%);
    }

    /*Promo CSS*/

    /*Share Area CSS*/
    .share-title {
        font-size: 22px;
        line-height: 34px;
    }

    /*Footer CSS*/
}