
@media (min-width: 1400px) {
  .container {
      max-width: 1360px!important;
  }
}

/* ------------------ FONT BREAKPOINTS ------------------ */

/* col- */
@media only screen and (max-width: 576px) {
    html {
        font-size: 75%;
    }
}

@media only screen and (max-width: 1000px) {
    .hero-img img {
        display:none;
    }
}

/* col-sm */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}

@media screen and (min-width: 991.98px) {
    .dc-dropdown-menu.show {
        transform: translate(-19%, 0px);
    }

    .dc-dropdown-menu {
        border: unset;
        border-radius: 10px;
        padding: 11px 0;
        box-shadow: 0 2px 20px 0 rgba(25, 25, 25, 0.24);
        max-height: 0;
        opacity: 0;
        display: none;
        visibility: hidden;
        min-width: 199px;
    }

    .dc-dropdown-menu:before {
        position: absolute;
        left: calc(50% - 12px);
        top: -8px;
        content: '\A';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 8px solid #fff;
    }

    .dc-dropdown-menu.show {
        max-height: 750px;
        opacity: 1;
        transition: opacity .8s ease;
        visibility: visible;
    }

    .dc-dropdown-menu .dropdown-item {
        padding: 2px 11px;
        font-family: 'Exo', sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 27px;
        color: #002567;
    }

    .dc-dropdown-menu .dropdown-item:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .dc-nav-topbar img {
        margin-right: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .dc-navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 22px;
        line-height: 50px;
        letter-spacing: -0.04px;
    }

    .dc-dropdown-menu {
        border: unset;
    }

    .dc-dropdown-menu .dropdown-item {
        padding: 0;
        font-size: 14px;
        line-height: 29px;
        letter-spacing: -0.02px;
        color: #002567;
        font-family: 'Exo', sans-serif;
        font-weight: bold;
    }

    .dc-dropdown-menu .dropdown-item:hover {
        background-color: #ffffff;
        color: #000000;
    }
}
/* col-md */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 82%;
    }
}

/* col-lg */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    html {
        /* rem 62.5% trick */
        font-size: 88%;
    }
}

/* col-xl */
@media screen and (min-width: 1200px) {
    html {
        font-size: 100%;
    }
}

/* ------------------ END FONT BREAKPOINTS ------------------ */




/* ------------------ BOOTSTRAP BREAKPOINTS ------------------ */

/* col- */
@media only screen and (max-width: 576px) {
  .imageblock h2 {
      margin-top: 180px;
    }
    .intro-text p strong {
        display: none;
        /*display: block;
        text-align: center;
        margin-top: 10px;*/
    }
    .intro-reviews {
        margin-top: 15px;
        width: 200px;
        height: 220px;
    }
    .intro-reviews-imgholder .intro-reviews-imgoverlay {
        font-size: 34px;
    }
    .example .example-image {
        border-radius: 20px 20px 0 0;
    }
    .example-details {
        border-radius: 0 0 20px 20px;
    }
    .example .section-content > .col-12:nth-child(1) {
        padding-right: 15px
    }
    .example .section-content > .col-12:nth-child(2) {
        padding-left: 15px
    }

    .lower-footer .col-12 {
        justify-content: center !important;
        margin: 10px 0;
    }
    .autoAnimatie p {
        font-size: 1rem;
    }

    nav .nav-info {
        flex-direction: column;
        align-items: flex-start !important;
    }
    nav .nav-info .nav-whatsapp i {
        font-size: 1.8rem;
    }

    .hero-text {
        text-align: center;
    }
    .hero-buttons button {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        margin-top: 20px;
    }

    .section-bg-offset {
        padding: 50px;
        padding: 20px;
    }

    .popup-inner {
        width: 90%;
    }


}

/* col-sm */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .intro-text p strong {
        display: none;
        /*display: block;
        text-align: center;
        margin-top: 10px;*/
    }
    .hero-buttons {
        margin-top: 20px;
    }
    .intro-reviews {
        margin-top: 20px;
        width: 180px;
        height: 200px;
    }
    .intro-reviews-imgholder .intro-reviews-imgoverlay {
        font-size: 34px;
    }
    .example .example-image {
        border-radius: 20px 20px 0 0;
    }
    .example-details {
        border-radius: 0 0 20px 20px;
    }
    .example .section-content > .col-12:nth-child(1) {
        padding-right: 15px
    }
    .example .section-content > .col-12:nth-child(2) {
        padding-left: 15px
    }

    .lower-footer .col-12 {
        justify-content: center !important;
        margin: 10px 0;
    }

    nav .nav-info {
        flex-direction: column;
        align-items: flex-start !important;
    }

}


/* col-md */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero-buttons button {
        width: 100%;
    }
    .intro-reviews {
        margin-top: 20px;
        height: 200px;
        width: 200px;
    }
    .intro-reviews-imgholder .intro-reviews-imgoverlay {
        font-size: 34px;
    }
    .example .example-image {
        border-radius: 20px 20px 0 0;
    }
    .example-details {
        border-radius: 0 0 20px 20px;
    }
    .example .section-content > .col-12:nth-child(1) {
        padding-right: 15px
    }
    .example .section-content > .col-12:nth-child(2) {
        padding-left: 15px
    }

}


/* col-lg */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}

/* col-xl */
@media only screen and (min-width: 1200px) {

}

/* ------------------ END BOOTSTRAP BREAKPOINTS ------------------ */




/* ------------------ UNUSUAL BREAKPOINTS ------------------ */


@media only screen and (max-width: 400px) {
    .nav-logo img {
        width: 100%;
        height: 100%;
    }
}

/* ------------------ END UNUSUAL BREAKPOINTS ------------------ */
