@media screen and (max-width:1440px) {
    .list-topics-content {
        width: 165px;
        height: 130px;
    }
}

/*max-width:1440px*/

@media screen and (max-width:1199px) {

    .welcome-hero-txt h2 {
        font-size: 40px;
    }

    .single-welcome-hero-form input {
        width: 177px;
    }

    .welcome-hero-btn {
        width: 140px;
    }

    .list-topics {

        top: -58px;
    }

    .list-topics-content {
        width: 140px;
        height: 100px;
    }

    .list-topics-content i {
        font-size: 30px;
        line-height: 30px;
    }

    .list-topics-content h2 {
        font-size: 14px;
    }

    .explore-button a {
        font-size: 12px;
        padding: 5px 7px;
    }
}

/*max-width:1199px*/

@media screen and (max-width:992px) {
    .welcome-hero-serch-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .welcome-hero-form {
        height: 50px;
        width: 100%;
    }

    .welcome-hero-btn {
        margin-top: 30px;
        height: 40px;
    }

    .single-welcome-hero-form {
        padding: 0 20px;
    }

    .single-welcome-hero-form h4 {
        font-size: 18px;
    }

    .single-welcome-hero-form input[type="text"] {
        font-size: 12px;
    }

    .welcome-hero-form-icon {
        top: 15px;
        right: 30px;
    }

    .welcome-hero-form-icon i {
        font-size: 1.5em;
    }

    .list-topics-content {
        margin-bottom: 20px;
    }

    .single-how-works {
        height: auto;
        padding: 10px;
    }

    .explore-price-box {
        padding: 0 5px;
        margin: 0 5px;
    }

    .single-blog-item {
        height: auto;
    }

    .single-blog-item-txt .explore-button {
        float: none;
        margin-bottom: 0px;
    }

    .blog {
        padding: 0 0 50px 0;
    }

    .subscription {
        padding: 100px 0;
    }

    .footer-menu ul.footer-menu-item li a {
        padding-left: 15px;
    }

    .call_btn {
        display: block;
    }
}

/*max-width:992px*/


@media screen and (max-width:767px) {
    .welcome-hero-txt h2 {
        font-size: 32px;
    }

    .welcome-hero-txt {
        padding-top: 80px;
    }

    .welcome-hero-serch-box {
        margin-top: 20px;
    }

    .welcome-hero-form {
        flex-direction: column;
        height: auto;
        background: transparent;
    }

    .single-welcome-hero-form {
        flex-direction: column;
        width: 100%;
        background: #fff;
        margin: 10px 0;
        padding: 10px 0;
    }

    .single-welcome-hero-form input {
        height: auto;
    }

    .welcome-hero-btn {
        margin: 0;
        padding: 0;
    }


    .single-how-works, .single-explore-item, .single-blog-item {
        max-width: 400px;
        margin: 10px auto;
    }

}

/*max-width:767px*/

@media screen and (max-width: 540px) {

    .subscribe-title h2 {
        font-size: 18px;
    }
}

/*max-width:540px*/

@media screen and (max-width: 480px) {
    .subscription-input-group .subscription-input-form {
        width: 300px;
        margin-bottom: 10px;
    }
}

/*max-width:480px*/


@media screen and (max-width: 399px) {
    #navbar {
        /* margin-bottom: 10px; */
        width: 100%;
    }

    .testimonial-carousel .col-sm-3, .testimonial-carousel .col-xs-12 {
        width: 260px;
    }

    .footer-social span {
        display: block;
        margin-bottom: 15px;
    }

    .header-top li {
        padding: 10px 12px;
    }
}

/*max-width:399px*/