﻿.recaptcha-container {
    padding: 5px 0px 0px;
}
#recaptcha {
    width: 304px;
    margin: 0px auto;
}

.d-flex {
    display: flex;
}

.aln-ctr {
    text-align: center;
}
/* #region Our Customers module */
.customers-section {
    background-color: #EFEFEF;
    padding: 24px 0 32px 0;
}

    .customers-section > .container {
        max-width: 1190px;
        display: flex;
    }

    .customers-section .customers-carousel {
        width: 100%;
    }

    .customers-section .carousel-control-next,
    .customers-section .carousel-control-prev {
        position: inherit;
        display: flex;
        align-items: flex-end;
    }

    .customers-section .chevron:before {
        width: 22px;
        height: 22px;
        border-style: solid;
        border-width: 4px 4px 0 0;
        border-color: #424242;
        content: '';
        display: inline-block;
        position: relative;
        bottom: 19px;
        transform: rotate(-45deg);
        vertical-align: top;
    }

    .customers-section .chevron.left:before {
        transform: rotate(-135deg);
        right: 16px;
    }

    .customers-section .chevron.right:before {
        transform: rotate(45deg);
        left: 16px;
    }

    .customers-section .customers-slide {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        align-items: center;
    }

        .customers-section .customers-slide h4 {
            font-size: 28px;
            line-height: 33px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #424242;
        }

        .customers-section .customers-slide img {
            width: 100%;
            height: auto;
        }

@media (min-width: 576px) {

    .mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .customers-section .chevron:before {
        height: 18px;
        width: 18px;
        bottom: 8px;
    }

    .customers-section .chevron.left:before {
        right: 0;
    }

    .customers-section .chevron.right:before {
        left: 0;
    }
}

@media (max-width: 576px) {

    .non-mobile {
        display: none;
    }

    .customers-section {
        margin-bottom: 50px;
    }

        .customers-section .carousel-control-next-icon,
        .customers-section .carousel-control-prev-icon {
            width: 100%;
            height: 33px;
            max-width: 22px;
        }

        .customers-section .customers-slide h4 {
            font-size: 20px;
            line-height: 33px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .customers-section .customers-slide img {
            width: 85%;
        }
}

/* #endregion Our Customers module */