@media(max-width:1199px) {

    /*---------- HEADER ----------*/

    body.js--nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: hidden;
    }

    .section-header .module-logo a img {
        margin: 25px 0;
        height: 32px;
        transition: all 0.5s;
    }

    body.js--nav .section-header .module-toggle i:before {
        content: '\f00d';
    }

    .section-header .module-nav {
        z-index: 9999;
        position: fixed;
        top: 100%;
        bottom: -100%;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0,0,0, .64);
        /*border-top: 1px solid #EBEBEB;*/
        transition: top .3s linear;
    }

    body.js--nav .section-header .module-nav {
        top: 80px;
        bottom: 0;
    }
    .section-header.fixed-header .module-logo a img {
        margin: 20px 0;
        height: 28px;
        transition: all 0.5s;
    }

    .section-header .module-nav .module__container--outer {
        padding: 20px 0 30px 0;
        background: #FFF;
    }

    .section-header .module-nav ul.level1 {
        display: block;
        align-items: center;
    }

    .section-header .module-nav ul.level1 > li.nav__item > a.nav__link {
        padding: 10px 25px;
        text-align: left;
        font-family: UbuntuMedium;
    }

    .section-header .module-nav ul.level1 > li.nav__item:hover > a.nav__link,
    .section-header .module-nav ul.level1 > li.nav__item.active > a.nav__link {
        border-bottom-color: transparent;
    }

    /*---------- FOOTER ----------*/

}

@media(max-width:991px) {
    nav .nav__item img {
        margin-right: 8px;
        width: 13px;
        margin-bottom: 3px;
    }
    .section-header .nav__link {
        padding-left: 15px !important;
    }
    .section-header nav {
        width: 90%;
        margin: auto;
    }
    .section-header .module-nav ul.level1 > li.nav__item:hover > a.nav__link, .section-header .module-nav ul.level1 > li.nav__item.active > a.nav__link {
        color: #189EA6;
    }
    .section-footer .module {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-footer .module__title {
        margin: 0 0 25px;
    }

    .section-footer .module-aboutus .text {
        padding: 0;
    }

    .section-footer .module-downloadapp img {
        width: 100%;
        height: auto;
    }

    /* module-needhelp */

    .module-needhelp .entry-body {
        padding: 30px 30px 60px;
    }

    .module-needhelp .entry-image {
        position: relative;
        margin: -30px 0 0 0;
    }

    .module-needhelp .entry-image:before {
        display: none;
    }

    .module-needhelp .entry-image:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        background-image: linear-gradient(to bottom, rgba(255,0,0, 0), rgba(5,154,190,1));
        content: '';
    }



    /* module-provider */

    .module-provider .entry-body {
        padding: 30px 30px 60px;
    }

    .module-provider .entry-image {
        position: relative;
        margin: -30px 0 0 0;
    }

    .module-provider .entry-image:before {
        display: none;
    }

    .module-provider .entry-image:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 100px;
        background-image: linear-gradient(to bottom, rgba(255,0,0, 0), rgba(245,141,37,1));
        content: '';
    }

    /* module-dapp */

    .module-dapp {
        margin: 70px 0 70px;
    }

    .module-dapp .module__container--inner {
        background: transparent;
    }

    .module-dapp .entry-body {
        padding: 0;
    }

    .module-dapp .entry-footer {
        padding: 0;
    }

    .module-dapp .entry-image {
        margin: 0;
    }

    .module-dapp .entry-image img {
        max-width: 70%;
        height: auto;
    }

}

@media(max-width:766px) {
    .downloadApp {
        height: initial;
    }
    .btn-services {
        padding-top: 10px;
    }
    #loadMore img{
        width: 12px;
        margin-left: 5px;
        transition: all 0.5s;
    }
    #loadMore.loadMoreActive img{
        width: 12px;
        margin-left: 5px;
        transform: rotate(180deg);
        transition: all 0.5s;
    }
    #loadMore {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modalContact {
        top: 0px;
    }
    .modalContact h3,
    .modalContact .h3 {
        margin: 10px 0 0px;
        font-size: 24px;
    }
    .module-contact textarea.form-control {
        height: 100px;
    }
    .module-screenshots .row{
        margin: 0;
    }
    .module-screenshots .container,
    .module-screenshots .col-md-8{
        padding: 0;
    }
    .screenshots-slick .screenshot {
         padding: 0;
    }
    .newsletter {
        padding: 40px 0 25px;
    }
    .newsletter-flex_fg .newsletter-flex {
        width: 100%;
        margin-bottom: 20px;
    }
    .newsletter-flex_fg .input-group-text {
        display: inline-block;
    }
    .newsletter-flex_fg .input-group {
        display: block;
    }
    .largerProject .txt-title {
        text-align: center;
    }
    .largerProjectLeft .btn {
        margin: auto;
        width: 285px;
        display: block;
    }
    .module-screenshots .txt-title {
        text-align: center;
    }
    .screenshots-slick {
        padding-bottom: 31px;
    }
    .module-screenshots {
        padding: 60px 0 35px;
        background: #fff;
    }
    .module-screenshots .module__headline {
        padding: 0 0px;
        width: 90%;
        margin: auto;
    }
    .largerProjectLeft {
        display: block;
    }
    .mainBanner .banner-title {
        font-size: 30px;
    }
    .downloadAppFlex {
        justify-content: center;
    }
    .downloadApp .downloadAppFlex {
        justify-content: flex-start;
    }
    .downloadAppFlex a:first-of-type {
        margin-right: 10px;
    }
    .downloadAppFlex img {
        height: 50px;
    }
    .arrow-curve-down {
        right: 68px;
        left: auto;
    }
    .entry ,
    .services .container ,
    .header .container ,
    .mainBanner ,
    .footer ,
    .newsletter .container ,
    .largerProject .container {
        width: 90%;
        margin: auto;
    }
    .imgProject {
        width: 100%;
        height: auto;
    }
    .largerProjectLeft {
        padding-bottom: 23px;
    }
    .lottie {
        width: 80%;
        height: auto;
        margin: auto;
        margin-top: 40px;
    }
    .aboutAppWidget .txt-title {
        text-align: center;
    }

    .txt-title {
        font-size: 24px;
    }
    .servicesRow {
        padding: 0 30px;
    }
    .btn-services .arrow-curve-left {
        display: none;
    }
    .downloadAppRight,
    .stepsDownloadAppLeft {
        padding-top: 0px;
    }
    .stepsDownloadApp {
        padding-top: 50px;
    }
    .services-card {
        margin-bottom: 24px;
    }
    .downloadAppImg{
        width: 80%;
        margin: auto;
        margin-bottom: 50px;
        height: auto;
        display: block;
    }
    .benefit {
        padding-left: 40px;
        padding-right: 40px;
    }
    .stepsDownloadAppImg {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
        height: auto;
    }
    .aboutAppWidget img{
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 50px;
    }
    .downloadApp ,
    .stepsDownloadApp {
        width: 90%;
        margin: auto;
    }
    .mainBanner {
        padding-top: 150px;
    }
    .stepsDownloadAppRow {
        display: flex;
        flex-direction: column-reverse;
    }
    .bigBanner {
        background-position-y: -10%;
    }
    .downloadSteps {
        background-position-y: top;
    }
    .banner-content {
        text-align: center;
    }
    .screenshots-slick .slick-list {
        margin: 0;
    }
    .benefits-slick .slick-arrow.slick-next ,
    .screenshots-slick .slick-arrow.slick-next {
        right: 0;
    }
    .benefits-slick .slick-arrow.slick-prev,
    .screenshots-slick .slick-arrow.slick-prev {
        left: 0;
    }
    .screenshots-slick .slick-arrow:before,
    .benefits-slick .slick-arrow:before {
        font-size: 45px;
    }

    h3, .h3 {
        margin: 10px 0 20px;
        font-size: 24px;
    }

    /* mainBanner */

    .mainBanner .slick-dots {
        bottom: 150px;
    }

    .mainBanner .banner-item {
        height: 630px;
    }

    .mainBanner .banner-subtitle {
        margin-top: 15px;
    }

    /* benefits */

    .benefits {
        padding: 10px 10px 10px;
    }

    .benefits-slick .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .benefits-slick .entry {
        padding: 30px 10px 0;
    }

    .benefits-slick .entry-image {
        top: -26px;
        width: 52px;
        height: 52px;
    }

    .benefits-slick .entry-image img {
        width: auto;
        height: 20px;
    }

    .benefits-slick .entry-title {
        height: 15px;
        font-size: 12px;
        line-height: 15px;
    }

    .benefits-slick .entry-excerpt {
        margin-top: 5px;
        height: 56px;
        font-size: 10px;
        line-height: 14px;
    }

    /* module-screenshots */

    .module-screenshots .module__headline {
        max-width: 100%;
    }

    .screenshots-slick .slick-list {
        /*padding: 0 50px 0 0 !important;*/
    }

    /* newsletter */

    .newsletter {
        text-align: center;
    }

    .newsletter-title {
        padding-right: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .newsletter #newsletter-email_cfg {
        margin-left: 0;
    }

    .newsletter .newsletter-gdpr_cfg {
        margin-left: 0;
    }

}

@media(max-width:575px) {

    .module-contact form > .row > div:nth-child(4) {
        text-align: left;
    }

    .module-contact form > .row > div:nth-child(5) {
        text-align: left;
    }

    .module-contact .checker + label {
        display: inline;
    }

}
