


.container {
    max-width: 1140px;
    width: 100%;
}

.rep-body-sec .rep-data .sec-name {
    text-transform: uppercase;
    min-height: 100%;
    text-align: center;
    color: #009aa6;
    border-bottom: 1px solid #009aa6;
    width: 100%;
    float: left;
}

    .rep-body-sec .rep-data .sec-name p {
        font-size: 20px;
        color: #009aa6;
        text-align: left;
        margin: 20px 0 0;
        float: left;
        width: 50%;
    }

.rep-body-sec .rep-data .slider {
    width: 100%;
    padding: 0px 0 0;
    margin: 30px auto 0;
    overflow: auto;
    white-space: nowrap;
    border: 0px solid #f9f9f9;
    border-bottom: 0;
    position: relative;
    scrollbar-color: #b0d4d7 #ebebeb;
    scrollbar-width: thin;
}

    .rep-body-sec .rep-data .slider:hover {
        scrollbar-color: #009aa6 #ebebeb;
    }

    .rep-body-sec .rep-data .slider .slider-items-container {
        height: auto;
        width: 100%;
        scrollbar-width: inherit;
    }

        .rep-body-sec .rep-data .slider .slider-items-container img {
            width: 100vw;
            max-width: 640px;
            display: block;
        }

        .rep-body-sec .rep-data .slider .slider-items-container .slider-item {
            display: inline-block;
            margin: 0 20px;
            white-space: normal;
        }

            .rep-body-sec .rep-data .slider .slider-items-container .slider-item .full-detail ul {
                margin-left: 2px;
                margin-top: 12px;
                max-height: 137px;
                overflow-y: auto;
            }

                .rep-body-sec .rep-data .slider .slider-items-container .slider-item .full-detail ul li {
                    font-size: 13px;
                    font-weight: 400;
                    color: #ffffff;
                }

                    .rep-body-sec .rep-data .slider .slider-items-container .slider-item .full-detail ul li::before {
                        content: "-";
                        margin-right: 7px;
                    }

            .rep-body-sec .rep-data .slider .slider-items-container .slider-item .full-detail h3 p {
                color: #66214c;
                font-size: 20px;
                font-weight: 700;
                margin-top: 5px;
                text-align: center;
                font-family: Raleway, sans-serif;
            }

        .rep-body-sec .rep-data .slider .slider-items-container .get-slide-width1 {
            width: auto;
            display: flex;
            max-width: 100%;
            transition: transform 0.5s ease;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
        }

    .rep-body-sec .rep-data .slider .all-controls {
        display: block;
        float: left;
        width: 100%;
    }

    .rep-body-sec .rep-data .slider .no-of-data1 {
        margin: 11px 0px 0px 0;
        height: 25px;
        font-size: 13px;
        text-transform: initial;
        color: #4091b6;
        float: left;
    }

        .rep-body-sec .rep-data .slider .no-of-data1 span {
            color: #009aa6;
            padding: 3px 1px;
            border-radius: 5px;
            font-size: 13px;
            font-weight: 700;
        }

    .rep-body-sec .rep-data .slider .controls {
        font-size: 25px;
        float: left;
        margin: 30px 0;
        width: 100%;
    }

        .rep-body-sec .rep-data .slider .controls button {
            color: #66214c;
            text-decoration: none;
            -webkit-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out;
            background: transparent;
            padding: 0px 11px 5px;
            display: inline-block;
            line-height: 16px;
            margin: 1px;
            outline: none;
            border: none;
            cursor: pointer;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 200;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .rep-body-sec .rep-data .slider .controls button:hover {
                /* color: #fff;
  background: #297294; */
            }

        .rep-body-sec .rep-data .slider .controls .prev-btn {
            border-radius: 5px 0 0 5px;
            float: left;
        }

            .rep-body-sec .rep-data .slider .controls .prev-btn span {
                margin-left: 20px;
                font-size: 18px;
            }

        .rep-body-sec .rep-data .slider .controls .next-btn {
            border-radius: 0 5px 5px 0;
            float: right;
        }

            .rep-body-sec .rep-data .slider .controls .next-btn span {
                margin-right: 20px;
                font-size: 18px;
            }

        .rep-body-sec .rep-data .slider .controls .prev-btn span.arrow-back {
            margin: 0 !important;
            font-size: 61px;
            display: inline-block;
            height: 43px;
            padding-top: 6px;
        }

        .rep-body-sec .rep-data .slider .controls .next-btn span.arrow-next {
            margin: 0 !important;
            font-size: 61px;
            display: inline-block;
            height: 43px;
            padding-top: 6px;
        }

        .rep-body-sec .rep-data .slider .controls .hide-control {
            display: none;
        }

    .rep-body-sec .rep-data .slider .rep-details {
        font-size: 12px;
        float: left;
        padding: 13px 13px 13px;
        /* min-width: 288px; */
        min-height: 470px;
        height: auto;
        font-weight: 600;
        background: #66214c;
        width: 100%;
        z-index: 1;
        text-wrap: balance;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .rep-body-sec .rep-data .slider .rep-details .rep-addr-sec {
            margin-bottom: 15px;
            white-space: initial;
        }

            .rep-body-sec .rep-data .slider .rep-details .rep-addr-sec .rep-name {
                color: #ffffff;
                font-size: 20px;
                font-weight: 400;
                margin-bottom: 10px;
                text-align: center;
                font-style: italic;
            }

            .rep-body-sec .rep-data .slider .rep-details .rep-addr-sec .rep-des {
                font-size: 15px;
                font-weight: 400;
            }

        .rep-body-sec .rep-data .slider .rep-details .rep-contact-sec {
            font-weight: 700;
            font-size: 30px;
            color: #ffffff;
            text-align: center;
            font-family: Raleway, sans-serif;
        }

        .rep-body-sec .rep-data .slider .rep-details a {
            color: #000000;
        }

        .rep-body-sec .rep-data .slider .rep-details .see-prod-info {
            /* position: absolute; */
            bottom: 11px;
            color: #009aa6;
            font-weight: 400;
            font-size: 11px;
            text-decoration: underline;
            cursor: pointer;
            right: 11px;
        }

            .rep-body-sec .rep-data .slider .rep-details .see-prod-info img {
                width: 67px;
                float: right;
            }

        .rep-body-sec .rep-data .slider .rep-details .close-flip {
            right: 10px;
            text-decoration: none;
            color: #ffffff;
            font-size: 13px;
        }

.rep-body-sec .rep-consumer {
    border-bottom: 20px solid #4090b6;
}


@media only screen and (max-width: 991px) {
    .rep-body-sec .search-sec-left .rep-search-form .form-group.search-field .padd-right-0 {
        padding-right: 15px;
    }

    .rep-body-sec .search-sec-left .rep-search-form .form-group.search-field .padd-left-0 {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 810px) {
}

@media only screen and (max-width: 460px) {
    .rep-body-sec {
        position: relative;
    }

        .rep-body-sec .rep-data {
            min-height: 250px;
            height: auto;
        }

            .rep-body-sec .rep-data .slider .slider-item {
                max-width: 300px;
                width: 100%;
            }

            .rep-body-sec .rep-data .slider .rep-details {
                /* max-width: 300px; */
                width: 100%;
                z-index: 1;
            }
}

@supports (display: grid) {
    .slider-items-container {
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        will-change: transform;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .slider-items-container.active {
            background: rgba(255, 255, 255, 0.3);
            cursor: grabbing;
            cursor: -webkit-grabbing;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
}

/* Flip Product Styling */
.flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 330px;
    max-height: 470px;
}

.detail {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    border-radius: 20px;
    position: absolute;
}

.full-detail {
    padding: 30px;
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    background: #ffffff !important;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    border-radius: 5px;
    border-radius: 20px;
    border: 1px solid #cccccc;
}

    .full-detail p {
        font-size: 21px;
        line-height: 28px;
        margin: 0 18px;
        font-weight: 400;
        text-align: center;
        font-family: Raleway, sans-serif;
        color: #58595B;
    }

.card-rotate .full-detail {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.card-rotate .detail {
    -webkit-transform: perspective(600px) rotateY(-180deg);
    transform: perspective(600px) rotateY(-180deg);
}

.detail {
    padding: 55px;
}

button img.arrow-back {
    height: 22px;   
}
button img.arrow-next {
    height: 22px;    
}


/*# sourceMappingURL=main.css.map */
