@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.book-sample {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

.ourrea-testimonial {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

.ourrea-testimonial .container {
    color: rgb(232, 242, 245);
    padding: 50px 40px 20px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    overflow: hidden;
    box-shadow: 5px 5px 25px #a7a7a7;
    max-width: 100%;
}

.ourrea-testimonial .tag {
    text-align: center;
    font-size: 1.1rem
}

.ourrea-testimonial .fa-heart {
    color: rgba(255, 230, 0, 0.959);
    font-size: 30px
}

.ourrea-testimonial .card {
    height: 200px;
    padding: 10px 20px;
    border: none;

    /*box-shadow: -1px 3px 5px #a7a7a7 */
    background-color: #2d3092;
}

.ourrea-testimonial .testimonial {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500
}

.ourrea-testimonial .active-star {
    color: #FBC02D;
    margin-bottom: 8px
}

.ourrea-testimonial .active-star:hover {
    color: #F9A825;
    cursor: pointer
}

.ourrea-testimonial .profile {
    padding-top: 10px
}

.ourrea-testimonial .name {
    font-weight: 700
}

.ourrea-testimonial .designation {
    font-size: 0.84rem;
    font-weight: 600
}

.ourrea-testimonial .owl-carousel {
    margin-bottom: 15px
}

.ourrea-testimonial .owl-carousel .owl-stage-outer {
    padding: 40px 10px;
    height: 380px
}

.ourrea-testimonial .owl-stage>.owl-item {

    padding-left: 300px;
    padding-right: 300px;
}


.ourrea-testimonial .owl-carousel .owl-item img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover
}

.ourrea-testimonial .owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important
}

.ourrea-testimonial .owl-theme .owl-nav [class*='owl-']:hover {
    border: 3px solid #1010ca;
    color: #1010ca !important
}


@media(max-width: 575.5px) {
    .ourrea-testimonial .container {
        margin: 0px;
        padding: 20px
    }
}

@media(max-width: 1200px) {
    .ourrea-testimonial .owl-stage>.owl-item {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.form-control-disabled {
    background-color: #e9ecef;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 62px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
