﻿

.btn_Cercle {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #007BFD;
    text-align: center;
    border: none;
    cursor: pointer;
    position The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : fixed; z-index: 1;
    bottom: 10%;
    right: 6%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    color: white;
}


/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

.testimonial::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 10px;
    background: rgba(256, 256, 256, 0.2);
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-item .testimonial-inner .testimonial-img {
    position: relative;
}

    .testimonial-item .testimonial-inner .testimonial-img img {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        border: 2px solid var(--bs-white);
    }

    .testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
        position: absolute;
        top: 0;
        left: -25px;
        color: var(--bs-white);
        background: var(--bs-primary);
    }

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

    .testimonial-carousel .owl-dots .owl-dot {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin: 20px 10px 0 10px;
        background: var(--bs-primary);
        transition: 0.5s;
    }

        .testimonial-carousel .owl-dots .owl-dot.active {
            width: 30px;
            height: 30px;
            border-radius: 30px;
            background: var(--bs-light);
            transition: 0.5s;
        }

        .testimonial-carousel .owl-dots .owl-dot span {
            position: relative;
            margin-top: 50%;
            margin-left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .testimonial-carousel .owl-dots .owl-dot.active span::after {
            background: var(--bs-primary);
        }

        .testimonial-carousel .owl-dots .owl-dot span::after {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: var(--bs-white);
            transition: 0.5s;
        }

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-carousel .owl-nav .owl-prev {
        font-size: 50px;
        margin-right: 80px;
        color: var(--bs-white);
        transition: 0.5s;
    }

    .testimonial-carousel .owl-nav .owl-next {
        font-size: 50px;
        margin-left: 80px;
        color: var(--bs-white);
        transition: 0.5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            color: var(--bs-primary);
        }
/*** Testimonial End ***/



.transform_div {
    transform: rotate(-90deg);
    width:18px 
}
.transform_td {
    font-size  : 12pt;
    height: 65px;
    width: 17px;
    vertical-align: sub;
    /* text-align: center; */
    margin: 0;
    padding: 7px .0px .0px .0px;
  /*  border-radius: 0px;
    -webkit-box-shadow: 1px 1px 3px 1px #BB777C;*/
}
.StyleCheckbox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin: 7px;
}
