@media (min-width: 576px) {
    .jumbotron {
        padding: 18rem 5rem 0 7rem;
    }
}

@media (max-width: 468px) {
    .jumbotron {
        padding-top: 15rem !important;

    }
    .calculator-box {
        padding: 50px 35px;
    }
    #button {
        bottom: 90px;
    }
    .white-mockup {
        width: 260px !important;
        position: absolute;
        top: 490px !important;
        right: 12px !important;
    }
    .category-group {
        padding-top: 50px;
    }
    .dashboard_device_mockup img {
        width: 300px;
    }

    .hidden-xs-down {
        display: none !important;
    }

    .seo_p {
        font-size: 18px;
        color: white;
    }
}

@media only screen
and (min-width: 1225px)
and (max-device-width: 1700px) {
    .jumbotron {
        /*padding: 17rem 5rem 0 7rem !important;*/
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
    }

    footer section {
    /*padding-left: 100px;*/
    }

    #testimonials {
        background-position: -174px 580px !important;
        background-size: 25%;
    }

    .hidden-lg-up {
        display: none !important;
    }

    .carousel-item img {
        width: 100%;
        height: auto;
    }

    .phone {
        width: 56px;
        position: absolute;
        top: 226px;
        left: 20px;
    }

    .stripes {
        width: 95px;
        position: absolute;
        top: 103px;
        left: 0;
        z-index: -1
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .phone {
        width: 70px !important;
    }
}

@media (min-width: 1800px) {
    .seo {
        width: 43%;
    }
    .white-mockup {
        width: 480px;
    }

    .seo_h1 {
        font-size: 5rem;
    }

    .phone {
        width: 80px;
        top: 450px;
        left: 22px;
        position: absolute;
    }

    .jumbotron {
        padding: 25rem 5rem 0 7rem;
    }

    .stripes {
        width: 100px;
        position: absolute;
        top: 208px;
        left: 0;
        z-index: -1
    }
}


@media (max-width: 991px) {
    nav {
        padding: 22px 54px !important;
        background: #440F7C;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .navbar.navbar-fixed-top.fixed-theme {
        background: #440F7C;
    }

    .card img {
        margin-top: 45px;
    }

    .seo:after {
        /*bottom: -182px;*/
    }

    .device_mockup {
        /*top: 138px;*/
    }

    .phone {
        width: 38px !important;
        top: 313px;
        position: absolute;
    }

    .seo {
        width: 60%;
    }

    .seo_h1 {
        /*font-size: 46px;*/
    }

    .jumbotron {
        padding: 11rem 3rem;
    }

}

@media (max-width: 768px) {
    .device_mockup {
        position: absolute;
        /*right: -45px;*/
        top: 152px;
    }
    .white-mockup {
        width: 290px;
        top: 273px;
        right: 22px;
    }
    .footer-about {
        width: 100% !important;
    }
    footer section {
        padding-left: 30px;
        padding-right: 30px;
    }
    #testimonials {
        background-position: 180px 500px !important;
    }

    .device-mockup-dload {
        width: 300px;
    }

    .hero-btn-group {
        text-align: center !important;
        justify-content: end !important;
        display: block !important;
    }

    .hidden-sm-down {
        display: none !important;
    }

    .header-text {
        font-size: 30px;
    }

    .device_mockup img {
        width: 50px !important;
    }

    .jumbotron {
        padding-top: 23rem;
    }

    .seo {
        width: 100%;
    }

    .phone {
        position: absolute;
        top: 410px;
        left: 16px;
    }

    .stripes {
        position: absolute;
        top: 0px;
        left: 16px;
    }

}

@media (max-width: 600px) {
    nav {
        padding: 15px 35px !important;
        background: #440F7C;
    }

    .seo:after {
        bottom: -246px !important;
    }

    .navbar-nav {
        margin-top: 20px;
    }


    .card img {
        margin-top: 0;
    }

    .navbar-brand img {
        width: 110px;
    }

    .seo {
        width: 100%;
    }

    .jumbotron {
        padding: 11rem 2rem;
    }

    .seo_h1 {
        font-size: 40px;
    }

    .seo_p {
        font-size: 22px;
    }

    .device_mockup img {
        /*display: none;*/
    }

    body {
        overflow-x: hidden;
    }
}

