


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

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

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px
    }
    /* Header */
    .logo img, .header-info img {
        height: 170px;
    }
    .right-wrap h1 {
        font-size: 40px;
    }
}
/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px;
    }
    /* Header */
    .logo img, .header-info img {
        height: 130px;
    }
    .right-wrap h1 {
        font-size: 30px;
    }
    /* Video */
    .about p {
        font-size: 16px;
    }
}

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

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

    /* Header */
    .logo img, .header-info img {
        height: 120px;
    }
    .right-wrap h1 {
        font-size: 28px;
    }
    /*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;
    }
    /*Testimonial*/
    .sec-title h2 {
        color: #fff;
        font-size: 24px;
    }
    .slider-wrapper.text-center.slick-initialized.slick-slider {
        width: 650px;
        margin: 0 auto;
    }

    .testimonial-area h2 {
        font-size: 24px;
    }

    .testimonial-text p {
        font-size: 18px;
    }

    .client-name {
        font-size: 20px;
    }

    /*Share Area CSS*/
    .share-title {
        font-size: 20px;
    }

    .card {
        width: 50%;
    }

    .card-front .card-text p {
        font-size: 14px;
    }
    /* Footer */
    .isc-social-top p {
        font-size: 32px;
    }
}

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

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

    /* Header */
    .header-wrapper {
        padding: 0;
        padding-bottom: 30px;
    }
    .left-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        margin: 30px;
    }
    .logo img, .header-info img {
        height: auto;
        width: 100%;
    }
    .right-wrap {
        margin: 0 20px;
    }
    .right-wrap h1 {
        font-size: 24px;
        padding: 20px 20px 15px;
        border-radius: 50px;
        margin-top: 0px;
        margin-left: 0;
        text-align: center;
    }
    /*Banner CSS*/
    .banner-wrapper {
        padding: 20px;
    }
    .reg-btn {
        font-size: 18px;
        height: 45px;
        line-height: 50px;
        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;
    }

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

    /*Testimonial Area CSS*/
    .testimonial-area h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .testimonial-text p {
        font-size: 16px;
    }

    .client-name {
        font-size: 16px;
    }



    /*Share Area CSS*/
    .about-wrap h2 {
        font-size: 24px;
    }

    .share-title {
        font-size: 22px;
    }

    .share-first-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card {
        width: 100%;
    }
    .sec-title h2 {
        font-size: 20px;
    }

    /*Footer*/
    .isc-social-top p {
        font-size: 20px;
    }
    .isc-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*/

    /*Banner CSS*/

    .banner-content {
        width: 90%;
    }

    /*Share Area CSS*/
    .card {
        width: 100%;
    }

    .card-back {
        padding: 10px;
    }

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

    /*Promo CSS*/

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

    /*Footer CSS*/
}