/* large screens */
@media (min-width: 1600px) {
}
/* Desktops/Laptops */
@media (max-width: 1500px) {
    .thankyou-page-inner {
        top: 15%;
    }
    .thankyou-page-inner .wrapper {
        padding: 100px;
    }
    .next-prev-btn .back {
        text-align: center;
    }

    .slider-inner .carousel-caption h1 {
        font-size: 50px;
        width: 50%;
    }
    .slider-inner .carousel-caption p {
        font-size: 16px;
        width: 40%;
    }
}
/* Desktops/Laptops */
@media (max-width: 1200px) {
    .wrapper {
        padding: 50px 80px;
    }
    .form-heading {
        font-size: 24px;
    }
    .form-buttons button {
        font-size: 12px;
        height: 55px;
    }
    .form-buttons button i {
        font-size: 12px;
    }
    .thankyou-page {
        border-radius: 0;
        padding: 20px;
    }
    .thankyou-page-inner {
        top: 5%;
    }
    .thankyou-page-inner .wrapper {
        padding: 50px;
    }
    .thankyou-page-inner h2 {
        font-size: 30px;
    }

    .slider-inner .carousel-caption h1 {
        font-size: 50px;
        width: 70%;
    }
    .slider-inner .carousel-caption p {
        font-size: 16px;
        width: 58%;
    }

    .navham-content {
        width: 40%;
    }
    .coming-soon-title h1 {
        font-size: 70px;
    }
    .social-icon-single {
        width: 25%;
    }
}

/* Laptops */
@media (max-width: 1024px) {
}

/* Tablets */
@media (max-width: 768px) {
    .steps-inner {
        margin-top: 100px;
    }
    .wrapper {
        padding: 50px 80px;
    }
    .timer {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-right: 0;
        border-radius: 0;
        position: relative;
        justify-content: center;
        width: 100%;
        justify-content: center;
    }
    .timer-heading {
        margin: 0 20px;
    }
    .sm-sticky {
        position: fixed;
        top: 0 !important;
        z-index: 10;
        width: 100%;
    }

    .tab-100 {
        width: 100%;
    }
    .slider {
        margin-top: 50px;
    }

    .navham-content {
        width: 50%;
    }
    .coming-soon-title h1 {
        font-size: 55px;
    }
    #countdown {
        font-size: 50px;
        min-height: 140px;
    }
    #countdown span {
        font-size: 12px;
    }
    .coming-soon-subscribe input[type="email"] {
        width: 50%;
    }
    .coming-soon-subscribe button {
        padding: 0 50px;
    }
}

/* mobile */
@media (max-width: 576px) {
    .steps-inner {
        margin-top: 100px;
    }
    .wrapper {
        padding: 30px 40px;
    }
    .form-heading {
        font-size: 20px;
    }
    .step-heading p {
        font-size: 18px;
    }
    .step-bar .step-counter {
        font-size: 18px;
    }
    .form-input {
        font-size: 15px;
    }
    .form-input input {
        width: 25px;
        height: 25px;
    }
    .form-input input:checked::after {
        line-height: 22px;
        font-size: 12px;
    }
    .form-buttons {
        display: block;
    }
    .form-buttons button {
        font-size: 12px;
        height: 55px;
        width: 100%;
        margin-top: 10px;
    }
    .form-buttons button i {
        font-size: 12px;
    }
    .timer {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-right: 0;
        border-radius: 0;
        position: sticky;
        justify-content: center;
        width: 100%;
        justify-content: center;
    }
    .timer-heading {
        margin: 0 20px;
    }
    .sm-sticky {
        position: fixed;
        top: 0 !important;
        z-index: 10;
        width: 100%;
    }
    .thankyou-page {
        border-radius: 0;
        padding: 20px;
    }
    .thankyou-page-inner {
        top: 15%;
        border-radius: 10px;
    }
    .thankyou-page-inner .wrapper {
        padding: 50px;
    }
    .thankyou-page-inner h2 {
        font-size: 30px;
    }
    .next-prev-btn .back {
        width: 100%;
    }

    .wrapper {
        width: 100%;
    }
    .signup-heading h2 {
        font-size: 35px;
    }
    .signup-heading p {
        font-size: 13px;
    }
    .slider {
        margin-top: 50px;
    }
    .slider-inner .carousel-caption h1 {
        font-size: 35px;
        width: 70%;
    }
    .slider-inner .carousel-caption p {
        font-size: 12px;
        width: 58%;
    }
    .agree-notif label span {
        font-size: 12px;
    }
    .login-notif {
        font-size: 14px;
    }

    .nav_icons {
        display: none;
    }
    .navham-content {
        width: 100%;
    }
    .navham-content .nav_icons {
        display: block;
        text-align: center;
    }
    .coming-soon-inner {
        min-height: auto;
        margin-top: 60px;
    }
    .coming-soon-title h1 {
        font-size: 36px;
    }
    #countdown {
        font-size: 25px;
        min-height: 80px;
    }
    #countdown span {
        font-size: 7px;
    }
    .social-icons {
        position: relative;
    }
    .social-icon-single {
        width: 100%;
    }
}
