/* ============================================
   RESPONSIVE CSS
   ============================================ */

/* ===== LARGE DESKTOP (1200px - 1367px) ===== */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
    .hero-area .bg-title {
        font-size: 300px;
        line-height: 370px;
        bottom: 0;
    }
    .hero-area .hero-bg img {
        width: 86%;
    }
    .hero-area .hero-banner img {
        width: 70%;
    }
}

/* ===== DESKTOP (992px - 1199px) ===== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .header-container {
        width: 90%;
    }
    .hero-content .title {
        font-size: 60px;
        line-height: 60px;
    }
    .hero-area .hero-bg {
        width: 56%;
    }
    .hero-area .hero-banner {
        top: 30px;
        width: 48%;
    }
    .hero-area .bg-title {
        font-size: 250px;
        line-height: 250px;
    }
    .btn-style-2 {
        padding: 0 24px;
    }
    .section-title .title {
        font-size: 40px;
        line-height: 45px;
    }
    .hero-area {
        padding: 200px 0 350px;
    }
    .help-area {
        padding: 80px 0 50px;
    }
    .built-area .built-area-banner {
        left: 0;
    }
    .built-area .built-area-under-bg {
        left: 150px;
    }
    .sollution-area .sollution-area-banner {
        right: 140px;
    }
    .sollution-area .sollution-area-bg {
        right: -160px;
    }

    /* Home Two */
    .hero-area-2 .hero2-bg {
        right: -380px;
        top: -620px;
    }
    .easy2-area .easy2-area-banner {
        left: -150px;
    }
    .accordion2-area .accordion2-area-banner {
        right: -140px;
        top: 8%;
    }
}

/* ===== TABLET (768px - 991px) ===== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .header-container {
        width: 90%;
    }
    .main-menu.stellarnav {
        text-align: right;
    }
    .hero-content .title {
        font-size: 50px;
        line-height: 50px;
    }
    .hero-area .hero-bg {
        width: 62%;
    }
    .hero-area .hero-banner {
        top: 110px;
        right: 0;
        width: 46%;
    }
    .hero-area .bg-title {
        font-size: 224px;
        line-height: 224px;
    }
    .hero-area {
        padding: 200px 0 300px;
    }
    .help-area {
        padding: 30px 0 50px;
    }
    .info-content .title {
        font-size: 30px;
        line-height: 35px;
    }
    .built-area .built-area-banner {
        left: 0;
        top: 50px;
        width: 50%;
    }
    .built-area .built-area-bg {
        width: 84%;
    }
    .built-area .built-area-under-bg {
        left: 80px;
    }
    .built-area {
        padding: 150px 0 340px;
    }
    .sollution-area .sollution-area-banner {
        right: 40px;
        top: 0;
        width: 50%;
    }
    .sollution-area .sollution-area-bg {
        width: 58%;
    }
    .sollution-area {
        padding: 110px 0 296px;
    }
    .sollution-area .sollution-dot-bg {
        right: 10%;
    }
    .section-title .title {
        font-size: 30px;
        line-height: 35px;
    }
    .subscribe-area .subscribe-banner {
        top: -58px;
        width: 44%;
    }
    .testimonial-area {
        padding: 90px 0 130px;
    }

    /* Home Two */
    .hero-area-2 .hero2-bg {
        right: -520px;
        top: -708px;
    }
    .easy2-area {
        padding: 150px 0 200px;
    }
    .easy2-area .easy2-area-bg {
        width: 60%;
    }
    .easy2-area .easy2-area-banner {
        top: 10%;
        width: 46%;
    }
    .accordion2-area .accordion2-area-bg {
        width: 60%;
    }
    .accordion2-area .accordion2-area-banner {
        top: 24%;
        width: 46%;
    }

    /* Footer */
    .footer-widget .links li,
    .footer-widget .links a {
        font-size: 16px;
        line-height: 40px;
    }
    .footer-bottom-area .copyright .text {
        font-size: 14px;
    }
}

/* ===== MOBILE (max-width: 767px) ===== */
@media only screen and (max-width: 767px) {
    /* General */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title {
        margin: 0 0 50px;
    }
    .section-title .intro {
        font-size: 18px;
        line-height: 22px;
    }
    .section-title .title {
        font-size: 28px;
        line-height: 32px;
    }
    .btn-style-1 {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 30px;
    }
    .btn-style-2 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 25px;
    }

    /* Header */
    header .header-container {
        width: 100%;
        padding: 0 15px;
    }
    .main-menu.stellarnav {
        text-align: right;
    }
    .main-menu.stellarnav > ul {
        background: #ffffff;
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .main-menu.stellarnav > ul > li > a {
        color: #1F3445 !important;
        padding: 10px 20px !important;
        font-size: 16px !important;
        border-bottom: 1px solid #f0f0f0;
    }
    .main-menu.stellarnav > ul > li:last-child > a {
        border-bottom: none;
    }
    .logo {
        padding: 8px 0;
    }
    .logo .link {
        font-size: 16px;
    }
    .logo .link img {
        height: 30px;
        margin-right: 5px;
    }

    /* Hero */
    .hero-area {
        padding: 180px 0 200px;
    }
    .hero-area .hero-bg {
        display: none;
    }
    .hero-area .hero-banner {
        display: none;
    }
    .hero-area .bg-title {
        font-size: 100px;
        line-height: 100px;
        bottom: 50px;
    }
    .hero-content .top-intro {
        font-size: 9px;
        padding: 2px 15px 2px 65px;
    }
    .hero-content .top-intro .new {
        padding: 2px 12px;
        font-size: 9px;
    }
    .hero-content .title {
        font-size: 36px;
        line-height: 42px;
        margin: 20px 0 0;
    }
    .hero-content .text {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0 0;
    }
    .hero-content .link {
        margin: 25px 0 0;
    }

    /* Help / Services */
    .help-area {
        padding: 60px 0 30px;
    }
    .single-help {
        padding: 30px 20px 40px;
        margin: 0 0 20px;
    }
    .single-help .icon-box {
        padding: 15px 0 25px;
    }
    .single-help .icon-box .icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .single-help .icon-box .icon img {
        height: 40px;
    }
    .single-help .content .title {
        font-size: 20px;
        line-height: 24px;
    }
    .single-help .content .text {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0 0;
    }

    /* Info Content */
    .info-content .title {
        font-size: 28px;
        line-height: 32px;
    }
    .info-content .text {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 0;
    }
    .info-content .link {
        margin: 30px 0 0;
    }

    /* Built Area */
    .built-area {
        padding: 60px 0 80px;
    }
    .built-area .built-area-bg {
        display: none;
    }
    .built-area .built-area-banner {
        display: none;
    }
    .built-area .built-area-under-bg {
        display: none;
    }

    /* Sollution Area */
    .sollution-area {
        padding: 60px 0 80px;
    }
    .sollution-area .sollution-area-bg {
        display: none;
    }
    .sollution-area .sollution-area-banner {
        display: none;
    }
    .sollution-area .sollution-under-bg {
        display: none;
    }
    .sollution-area .sollution-dot-bg {
        display: none;
    }

    /* Screenshot */
    .screenshot-area {
        padding: 60px 0;
    }
    .screenshot-area .screenshot-banner {
        display: none;
    }
    .screenshot-area .screenshot-bg {
        display: none;
    }

    /* Testimonial */
    .testimonial-area {
        padding: 60px 0 80px;
    }
    .testimonial-area .testimonial-bg {
        display: none;
    }
    .single-testimonial .content {
        opacity: 1;
        visibility: visible;
    }
    .single-testimonial .content .text {
        font-size: 15px;
        line-height: 24px;
    }
    .testimonial-carousel .owl-nav div {
        height: 22px;
        width: 22px;
        line-height: 22px;
        font-size: 12px;
    }

    /* Subscribe */
    .subscribe-area {
        padding: 60px 0 70px;
    }
    .subscribe-area .subscribe-banner {
        display: none;
    }
    .subscribe-area .subscribe-bg {
        display: none;
    }
    .subscribe-area .section-title {
        text-align: center;
    }
    .subscribe-area .section-title .title {
        color: #ffffff;
    }
    .subscribe-box .input-box input[type="text"] {
        padding: 0 15px;
        height: 50px;
        font-size: 15px;
    }
    .subscribe-box .input-box input[type="submit"] {
        position: relative;
        right: 0;
        top: 10px;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }

    /* Footer */
    footer {
        padding: 60px 0 0;
    }
    footer .footer-banner {
        display: none;
    }
    footer .footer-dot-1,
    footer .footer-dot-2,
    footer .footer-dot-3 {
        display: none;
    }
    .footer-widget {
        margin: 0 0 20px;
    }
    .footer-widget .title {
        font-size: 18px;
    }
    .footer-widget .links {
        margin: 15px 0 0;
    }
    .footer-widget .links li,
    .footer-widget .links a {
        font-size: 15px;
        line-height: 35px;
    }
    .footer-bottom-area .fba-left {
        padding: 20px 0 0;
        text-align: center;
    }
    .footer-bottom-area .fba-left .flogo {
        font-size: 18px;
    }
    .footer-bottom-area .copyright {
        padding: 10px 0 20px;
        text-align: center;
    }
    .footer-bottom-area .copyright .text {
        font-size: 14px;
        line-height: 24px;
    }

    /* ===== HOME TWO ===== */
    .hero-area-2 .hero2-bg {
        display: none;
    }

    .easy2-area {
        padding: 60px 0 80px;
    }
    .easy2-area .easy2-area-bg {
        display: none;
    }
    .easy2-area .easy2-area-banner {
        display: none;
    }
    .easy2-area .easy2-area-under-bg {
        display: none;
    }

    .accordion2-area {
        padding: 60px 0 80px;
    }
    .accordion2-area .accordion2-area-bg {
        display: none;
    }
    .accordion2-area .accordion2-area-banner {
        display: none;
    }
    .accordion-2 {
        margin: 30px 0 0;
    }
    .accordion-2 .card .card-header .mb-0 .btn {
        font-size: 16px;
        padding: 18px 30px;
    }
    .accordion-2 .card .card-header .mb-0 .btn::after {
        right: 15px;
        top: 18px;
    }
    .accordion-2 .card .collapse.show .card-body,
    .accordion-2 .card .collapsing .card-body {
        padding: 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .screenshot2-area {
        padding: 0 0 60px;
    }
    .screenshot2-area .screenshot2-bg {
        display: none;
    }

    .pricing-area-2 {
        padding: 60px 0 60px;
    }
    .pricing-area-2 .pricing-area-2-dotbg {
        display: none;
    }
    .pricing-tab-menu {
        margin: 0 0 40px;
    }
    .pricing-tab-menu .nav-tabs .nav-item .nav-link {
        padding: 8px 20px;
        font-size: 14px;
    }
    .single-pricing {
        padding: 30px 15px;
        margin: 0 0 20px;
    }
    .single-pricing .type {
        font-size: 18px;
    }
    .single-pricing .price {
        font-size: 28px;
        line-height: 32px;
    }
    .single-pricing .info {
        margin: 20px 0 0;
    }
    .single-pricing .info li {
        font-size: 14px;
        line-height: 30px;
    }
    .single-pricing .link {
        margin: 25px 0 0;
    }

    .download-list li {
        margin-right: 8px;
    }
    .download-list li a {
        font-size: 13px;
    }

    /* ===== INNER PAGES ===== */
    .inner-hero-area {
        padding: 130px 0 60px;
    }
    .inner-hero-content .title {
        font-size: 40px;
        line-height: 44px;
    }

    .all-blog-area {
        padding: 60px 0 60px;
    }
    .single-all-blog {
        margin: 10px 0 30px;
        padding: 10px;
    }
    .single-all-blog .content {
        padding: 15px 10px 15px;
    }
    .single-all-blog .content .ago {
        font-size: 14px;
    }
    .single-all-blog .content .title {
        font-size: 18px;
        line-height: 22px;
        margin: 5px 0 0;
    }
    .single-all-blog .content .text {
        font-size: 14px;
        line-height: 22px;
        margin: 15px 0 0;
    }
    .single-all-blog .content .link {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 15px;
        opacity: 1;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        font-size: 12px;
    }

    .blog-details-area {
        padding: 60px 0 60px;
    }
    .blog-details-content .meta {
        display: block;
        margin: 0 0 30px;
    }
    .blog-details-content .meta .author .name {
        font-size: 14px;
    }
    .blog-details-content .meta .info {
        display: block;
        padding-left: 0;
        font-size: 13px;
    }
    .blog-details-content .title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 30px;
    }
    .blog-details-content .text {
        font-size: 15px;
        line-height: 26px;
    }
    .blog-details-content blockquote {
        padding: 30px 20px;
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0;
    }
    .blog-details-content .share-tags {
        display: block;
        margin: 40px 0 0;
    }
    .blog-details-content .share-tags .st-tags {
        flex: 0 0 100%;
        padding: 15px 0;
    }
    .blog-details-content .share-tags .st-tags .name {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .blog-details-content .share-tags .st-tags .tags li a {
        font-size: 13px;
    }
    .blog-details-content .share-tags .st-share {
        flex: 0 0 100%;
        text-align: left;
        padding: 15px 0;
    }
    .blog-details-content .share-tags .st-share .name {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .blog-details-content .share-tags .st-share .links li {
        margin-right: 10px;
    }
    .blog-details-content .share-tags .st-share .links li a {
        font-size: 13px;
    }
    .blog-details-content .bd-comments-area {
        margin: 30px 0 0;
    }
    .blog-details-content .bd-comments-area .title {
        font-size: 16px;
    }
    .blog-details-content .bd-comments-area .bd-allcommentes li .bd-comment-box .img {
        float: none;
        margin-bottom: 15px;
    }
    .blog-details-content .bd-comments-area .bd-allcommentes li .bd-comment-box .content {
        padding: 0;
    }
    .blog-details-content .bd-comments-area .bd-allcommentes li .bd-comment-box .content .text {
        font-size: 14px;
        line-height: 22px;
    }
    .blog-details-content .bd-comments-area .ul {
        padding: 0 0 0 20px;
    }
    .blog-details-content .bd-post-comment {
        margin: 40px 0 0;
    }
    .blog-details-content .bd-post-comment .title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px;
    }
    .blog-details-content .bd-post-comment .bd-post-input-box {
        margin: 0 0 15px;
    }
    .blog-details-content .bd-post-comment .bd-post-input-box input[type="text"],
    .blog-details-content .bd-post-comment .bd-post-input-box textarea {
        font-size: 14px;
        padding: 12px 15px;
    }
    .blog-details-content .bd-post-comment .bd-post-input-box input[type="submit"] {
        padding: 15px 25px;
        font-size: 14px;
        width: 100%;
    }
}

/* ===== WIDE MOBILE (481px - 767px) ===== */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .hero-area .bg-title {
        font-size: 150px;
        line-height: 150px;
    }
    .hero-content .title {
        font-size: 42px;
        line-height: 48px;
    }
    .section-title .title {
        font-size: 32px;
        line-height: 36px;
    }
    .info-content .title {
        font-size: 32px;
        line-height: 36px;
    }
    .single-pricing {
        padding: 40px 20px;
    }
    .download-list li {
        width: auto;
    }
}

/* ===== SMALL MOBILE (240px - 480px) ===== */
@media only screen and (min-width: 240px) and (max-width: 480px) {
    .hero-area {
        padding: 150px 0 140px;
    }
    .hero-area .bg-title {
        font-size: 70px;
        line-height: 70px;
        bottom: 30px;
    }
    .hero-content .title {
        font-size: 28px;
        line-height: 34px;
        margin: 15px 0 0;
    }
    .hero-content .text {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 0;
    }
    .hero-content .link {
        margin: 20px 0 0;
    }
    .hero-content .top-intro {
        font-size: 8px;
        padding: 2px 10px 2px 55px;
    }
    .hero-content .top-intro .new {
        padding: 2px 10px;
        font-size: 8px;
    }
    .btn-style-1 {
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        padding: 0 20px;
    }
    .btn-style-1 .icon {
        margin-left: 8px;
    }
    .btn-style-2 {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        padding: 0 18px;
    }
    .section-title .intro {
        font-size: 15px;
        line-height: 18px;
    }
    .section-title .title {
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0 0;
    }
    .info-content .title {
        font-size: 22px;
        line-height: 28px;
    }
    .info-content .text {
        font-size: 14px;
        line-height: 22px;
    }
    .single-help {
        padding: 20px 15px 30px;
    }
    .single-help .icon-box .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .single-help .icon-box .icon img {
        height: 30px;
    }
    .single-help .content .title {
        font-size: 18px;
    }
    .single-help .content .text {
        font-size: 14px;
        line-height: 22px;
    }

    /* Pricing */
    .pricing-tab-menu .nav-tabs .nav-item .nav-link {
        padding: 6px 15px;
        font-size: 13px;
    }
    .single-pricing {
        padding: 20px 12px;
    }
    .single-pricing .type {
        font-size: 16px;
    }
    .single-pricing .price {
        font-size: 24px;
        line-height: 28px;
    }
    .single-pricing .info li {
        font-size: 13px;
        line-height: 26px;
    }
    .single-pricing .link {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 12px;
    }
    .download-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .download-list li a {
        display: block;
        text-align: center;
    }

    /* Accordion */
    .accordion-2 .card .card-header .mb-0 .btn {
        font-size: 14px;
        padding: 14px 25px;
    }
    .accordion-2 .card .card-header .mb-0 .btn::after {
        right: 12px;
        top: 14px;
        font-size: 14px;
    }
    .accordion-2 .card .collapse.show .card-body,
    .accordion-2 .card .collapsing .card-body {
        padding: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    /* Subscribe */
    .subscribe-box .input-box input[type="text"] {
        height: 44px;
        font-size: 13px;
        padding: 0 12px;
    }
    .subscribe-box .input-box input[type="submit"] {
        height: 44px;
        font-size: 13px;
        padding: 0 15px;
    }

    /* Footer */
    .footer-widget .links li,
    .footer-widget .links a {
        font-size: 14px;
        line-height: 30px;
    }
    .footer-bottom-area .copyright .text {
        font-size: 13px;
        line-height: 22px;
    }

    /* Inner Pages */
    .inner-hero-content .title {
        font-size: 28px;
        line-height: 32px;
    }
    .inner-hero-area {
        padding: 110px 0 50px;
    }
    .single-all-blog .content .title {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-details-content blockquote {
        padding: 20px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .blog-details-content .share-tags .st-tags .tags li a {
        font-size: 12px;
    }
    .blog-details-content .share-tags .st-share .links li a {
        font-size: 12px;
    }
    .blog-details-content .bd-comments-area .bd-allcommentes li .bd-comment-box .content .text {
        font-size: 13px;
        line-height: 20px;
    }
    .blog-details-content .bd-post-comment .bd-post-input-box input[type="text"],
    .blog-details-content .bd-post-comment .bd-post-input-box textarea {
        font-size: 13px;
        padding: 10px 12px;
    }
    .blog-details-content .bd-post-comment .bd-post-input-box input[type="submit"] {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* ===== EXTRA SMALL (max-width: 379px) ===== */
@media only screen and (max-width: 379px) {
    .hero-area .bg-title {
        font-size: 55px;
        line-height: 55px;
    }
    .hero-content .title {
        font-size: 24px;
        line-height: 30px;
    }
    .section-title .title {
        font-size: 20px;
        line-height: 26px;
    }
    .info-content .title {
        font-size: 20px;
        line-height: 26px;
    }
    .logo .link {
        font-size: 14px;
    }
    .logo .link img {
        height: 24px;
    }
    .single-pricing .price {
        font-size: 20px;
    }
    .pricing-tab-menu .nav-tabs .nav-item .nav-link {
        padding: 5px 12px;
        font-size: 12px;
    }
    .single-pricing .info li {
        font-size: 12px;
        line-height: 24px;
    }
}