/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
    .section-padding {
        padding: 30px 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .default-theme-btn {
        padding: 15px 30px;
    }
    .section-title p {
        font-size: 15px;
    }
    #mainNav {
        padding: 10px;
    }
    .navbar-nav .nav-item {
        padding: 0;
    }

    .hero-text h2 {
        font-size: 22px;
    }
    .hero-text p {
        font-size: 15px;
    }
    .single-feature-item h3 {
        margin: 20px 0;
    }

    .choose-left {
        margin-left: 15px;
    }
    .choose-right {
        height: 170px;
    }
    .choose-right i {
        height: 60px;
        width: 60px;
        line-height: 50px;
        font-size: 25px;
        border-radius: 50%;
        margin-left: -30px;
        margin-top: -30px;

    }
    .single-feature-item {
        margin-bottom: 40px;
    }
    .single-price-box {
        margin-top: 30px;
    }

    .single-counter:after {
        content: "";
    }
    .single-counter {
        margin-bottom: 20px;
    }

    .default-theme-btn.promotional-btn {
        margin: 0 5px;
        padding: 10px 15px;
    }
    .default-theme-btn.promotional-btn.diff-padding {
        padding: 10px 26px;
    }
    .single-blog-post {
        margin-bottom: 20px;
    }
    .input-form input {
        padding: 12px 10px;
        width: 100%;
    }
    .input-form a {
        margin-top: 25px;
        margin-left: 0;
    }

    #footer .container:nth-child(2) {
        position: unset;
        left: 0;
        right: 0;
        text-align: center;
    }

    .list-unstyled.list-inline.footer-social-links {
        margin: 30px 0;
    }
    .footer-right {
        text-align: center;
        margin-top: 30px;
    }
    .footer-right ul li a {
        color: #fff;
        padding: 0 8px;
    }
    .footer-right .list-inline-item {
        line-height: 2;
    }
    .why-choose-area .row.no-gutter {
        margin-right: 0;
        margin-left: 0;
    }
    .post-tags {
        float: none;
    }
    .post-social-share {
        float: none;
        margin: 10px 0;
    }

    .post-social-share ul li {
        padding-left: 0;
        padding-right: 10px;
    }
    .post-info span {
        margin-right: 0;
    }
}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 576px) and (max-width: 767px) {
    #mainNav {
        padding: 10px;
    }
    .navbar-nav .nav-item {
        padding: 0;
    }
    .choose-left {
        margin-left: 15px;
    }
    .single-counter:after {
        content: "";
    }
    .single-counter {
        margin-bottom: 20px;
    }
    .input-form input {
        max-width: 310px;
    }
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {}


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}