.carousel {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {

}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.active {
    margin: 0;
    background-color: #FFF;
}

.wrapper {
    display: flex;
    position: relative;
}

.wrapper #left {
    top: 50%;
    cursor: pointer;
    position: sticky;
    float: left;
    text-align: center;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper #right {
    top: 50%;
    cursor: pointer;
    position: sticky;
    text-align: center;
    float: left;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper svg:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:first-child {
    left: -12px;
}

.wrapper i:last-child {
    right: 0px;
}

.wrapper .carousel {
    width: calc((100% - 55px));
    float: left;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin: auto;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img:first-child {
    margin-left: 0px;
}

.wrapper {
    width: 100%;
    height: 100%;
}


.carousel > div {
    object-fit: cover;
    user-select: none;
    display: inline-block;
}

.icon-left-right {
    width: 25px;
    height: auto;
    position: initial !important;
    transform: inherit !important;
}

.text-align-left {
    text-align: left !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 30%
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

.divDescription-carousel {
    font-size: 13px !important;
    text-align: left !important;
    color: #565656 !important;
    max-height: 400px !important;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
}


.social-media-video {
    width: 100%;
    height: 100%;
}

.background-carousel-indicators {
    background: black;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

.see-more {
    font-weight: 600;
    color: #808080;
    font-size: 13px;
}

.div-icon-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #66737a94;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.div-icon-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #66737a94;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-social-media-description {
    overflow-y: auto !important;
    max-height: 20dvh !important;
    min-height: 30px;
    width: 95%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.icon-zoom {
    width: 30px;
    height: 30px;
    position: initial !important;
    transform: inherit !important;
}

.div-icon-zoom {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 10px 5px;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #66737a94;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.height-100pt {
    height: 100% !important;
}

.row-li-carousel-indicator {
    background-color: #d4d4d4;
    height: 6px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px #f2f2f2 solid;

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.row-li-carousel-indicator > * {
    flex-shrink: unset;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}


.row-close-carousel > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y)
}


.slide {
    height: 300px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.modal-top-custom-carousel-social-media {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    transform: none !important;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.border-right-none {
    border-right: none !important;
}

.box-what-people-say {
    width: 100%;
    height: auto;
    max-height: 450px;
    background: #000;
    flex: none;
    order: 1;
    flex-grow: 0;
    white-space: initial;
    text-align: center;
}

.img-slide-carousel {
    background-size: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.close-modal-carousel {
    text-align: center;
    color: #00b0f0;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 14px;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .mb-100 {
        margin-bottom: 50px;
    }

    @media screen and (max-width: 768px) {
        .group-menu-header {
            margin-left: 0px;
        }

        .wrapper {
            width: 100%;
        }
    }
}

@media screen and (min-width: 993px) {
    .wrapper .carousel {
        width: calc((100%));
        float: left;

    }

    .carousel > div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .wrapper .carousel > div {
        width: 100%;
    }

    .mobile-float-left {
        float: left;
    }

    .mobile-float-right {
        float: right;
    }

    .box-what-people-say {
        width: 100%;
        height: auto;
        max-height: 450px;
        background: #000;
        flex: none;
        order: 1;
        flex-grow: 0;
        white-space: initial;
        text-align: center;
    }

    .wrapper #left {
        top: 50%;
        cursor: pointer;
        position: relative;
        float: left;
        text-align: center;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .wrapper #right {
        top: 50%;
        cursor: pointer;
        position: relative;
        text-align: center;
        float: left;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .icon-left-right {
        width: 25px;
        height: auto;
        position: initial;
        transform: inherit;
    }

    .wrapper {
        width: 100%;
    }

    .wrapper .carousel {
        width: calc((100%));
        float: left;
        font-size: 0px;
        cursor: pointer;
        white-space: nowrap;
        scroll-behavior: smooth;
        margin: auto;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 43%;
    }

    .about-margin-left {
        margin-left: 25px;
    }

    .modal-top-custom-carousel-social-media {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto !important;
        transform: none !important;
        top: 5%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        border-radius: 0;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .zoom-social-media-by-carousel-img {
        height: 70vh;
        width: 100vw;
        background-size: 100%;
    }

    .div-icon-zoom {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: 10px 5px;
        transform: inherit;
        z-index: 2;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
}

.hrHeight {
    border: none;
    height: 1px;
    color: #f2f2f2;
    background-color: #f2f2f2;
    margin-top: 8px;
}

p#pTitleModel {
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 10px;
}
