/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/************************testimonial****************/
.tvtestimonial {
    position: relative;
}

.tvcmstestimonial {
    margin-bottom: 0;
    position: relative;
}

.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
}

.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #fff;
}

.tvtestimonial-title-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px;
}

.tvtestimonial-title {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .tvcmstestimonial {
        /*margin-bottom: 50px;*/
    }
}

.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}

/****************** left testimonial *************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}

.tvcmstestimonial .tvtestimonial:before {
    /*content: '';*/
    position: absolute;
    left: 100px;
    bottom: 0;
    background-image: url(../img/demo_img.png);
    width: 267px;
    height: 257px;
    display: block;
}

.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvtestimonial-dec {
    /* color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; */
}

.tvtestimonial-img-block {
    position: relative;
    margin-bottom: 15px;
}

.tvcmstestimonial .tvtestimonial-dec {
    position: relative;
    letter-spacing: 0.02em;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
}

/* .tvcmstestimonial .tvtestimonial-dec, */
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
    margin: auto;
    text-align: center;
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    margin-bottom: 20px;
}

.tvtestimonial-title-des i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    color: #222222;
    font-size: 25px;
}

.tvtestimonial-title-des {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tvtestimonial-title a:hover {
    color: #fff!important;
}

.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    border-radius: 100%;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
}

.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}

.tvcmstestimonial .tvcmstestimonial-main-title-wrapper {
    /*display: none;*/
}

.tvtestimonial-title a {
    letter-spacing: 0.5px;
    font-family: 'El Messiri';
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    line-height: 97.4%;
}

.tvtestimonial-inner-content-box {
    /*   margin-bottom: 0px;
    margin: 0 15px;
    border: 1px solid transparent;
    padding: 50px 0;*/
}

.tvcmstestimonial .tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box {
    margin-bottom: 0;
    position: relative;
}

.tvtestimonial-content-box .tvtestimonial-inner-content-box {
    margin: 0 15px;
}

/* .tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ddd;
    left: auto;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
} */
.tvtestimonial {
    overflow: hidden;
    padding: 0;
}

#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}

.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}

.tvtestimonial-slider-inner {
    margin: 0 15px;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    overflow: hidden;
    background-color: #4E7661;
    border-radius: 5px;
    position: relative;
}

.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
    background: none;
    border: none;
}

.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
}

.tvtestimonial-content-box {
    text-align: center;
    padding: 78px 0 62px;
    width: 50%;
    overflow: hidden;
    margin: auto;
}

.tvcms-left-testimonial .tvtestimonial-content-box {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 15px 0 0 0;
}

@media (max-width: 1280px) {
    .tvcmstestimonial .tvtestimonial:before {
        left: 50px;
    }
}

@media (max-width: 1140px) {

    .tvcmstestimonial .tvtestimonial-dec,
    .tvtestimonial {
        width: 100%;
    }
}

.tvtestimonial {
    position: relative;
    width: 100%;
    /* margin-left: 0;
    margin-right: auto; */
    margin: auto;
}

.tvtestimonial .tvcms-main-title .tvmain-title h2 p {
    text-align: center;
}

@media (max-width: 991px) {

    /*.tvcmstestimonial .tvtestimonial-dec,*/
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 15px;
    }

    .tvtestimonial {
        padding: 0;
    }

    .tvcmstestimonial .tvtestimonial:before {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -20px;
        left: 10px;
    }
}



/***** left testimonial *****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}

.tvtestimonial-content-box .owl-item .tvtestimonial-info-box svg {
    /* height: 100px;
    width: 100px; */
    /* margin-right: -13px; */
    margin-left: 0;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
}

.tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box svg path {
    fill: #fff;
    opacity: 0.15;
}

/* .tvcmstestimonial .tvtestimonial-title-des:after {
    content: '';
    background-color: #ddd;
    height: 30px;
    width: 2px;
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.tvcmstestimonial .tvtestimonial-img-block,
.tvtestimonial-info-box svg {
    /*opacity: 0;*/
}

.tvtestimonial-content-box .owl-item.active .tvtestimonial-img-block {
    /*opacity: 1;*/
}

.tvtestimonial-slider-inner .owl-stage-outer {
    /*padding-bottom: 100px;*/
}

.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    border: 2px #000 solid;
    background-color: transparent;
    height: 5px;
    width: 50px;
}

.tvtestimonial-info-box .tvrattings {
    margin-bottom: 20px;
    line-height: 0;
}

.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px #000 solid;
    background-color: #000000;
    height: 5px;
    width: 50px;
}

.tvtestimonial-side-img {
    position: absolute;
    left: 0;
    bottom: 0;
}



.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.tvtestimonial-info-box .star i {
    font-size: 18px;
    color: #fff;
    margin: 0 1px;
}

.tvtestimonial-info-box .star.star_on i {
    color: #fff;
    opacity: 1;
}



.tvtestimonial .tvmain-title::after {
    display: none;
}

/* .tvtestimonial-title:after {
    content: "";
    background-color: #666;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
} */
.tvtestimonial .tvcms-main-title .tvmain-title h2 p {
    text-align: center;
}

/* .tvtestimonial-inner-content-box:hover .tvtestimonial-title a{
    color: #F46463;
} */
.tvcms-testimonial-next-pre-btn .tvcmsprev-btn {
    left: 30px;
}

.tvcms-testimonial-next-pre-btn .tvcmsnext-btn {
    right: 30px;
}

@media (max-width: 1500px) {
    .tvtestimonial-side-img {
        width: 15%;
    }

    .tvcmstestimonial {
        background-position: left;
    }
}

@media (max-width: 1440px) {
    .tvtestimonial-content-box {
        padding: 70px 0 60px;
    }

    /* .tvcms-testimonial-next-pre-btn .tvcmsprev-btn,
    .tvcms-testimonial-next-pre-btn .tvcmsnext-btn {
        position: absolute;
        transform: translate(0, -50%);
        margin: 0px;
    } */
}

@media (max-width: 1280px) {
    .tvtestimonial-content-box {
        padding: 60px 0;
    }

    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 0;
    }
}

@media (max-width: 1180px) {
    .tvtestimonial-content-box {
        width: 62%;
    }
}

@media (max-width: 1080px) {
    .tvtestimonial-content-box {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {

    .tvtestimonial-img-block,
    .tvtestimonial-info-box .tvrattings,
    .tvtestimonial-title-des {
        margin-bottom: 10px;
    }

    .tvtestimonial-content-box {
        padding: 40px 0;
    }

    .tvcms-testimonial-next-pre-btn .tvcmsprev-btn {
        left: 15px;
    }

    .tvcms-testimonial-next-pre-btn .tvcmsnext-btn {
        right: 15px;
    }

}

@media (max-width: 768px) {

    .tvtestimonial-designation,
    .tvcmstestimonial .tvtestimonial-dec {
        font-size: 14px;
    }

    .tvtestimonial-content-box {
        width: 80%;
    }
}

@media (max-width: 575px) {
    .tvcmstestimonial .tvcmstestimonial-main-title-wrapper {
        width: 100%;
    }

    .tvtestimonial-slider-inner {
        margin: 0;
        width: 100%;
    }

    /* .tvcmstestimonial .tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box {
        padding: 15px;
    } */
    .tvtestimonial-content-box {
        width: 100%;
    }
}

@media (max-width: 480px) {

    

    .tvtestimonial-content-box {
        padding: 30px 0 10px;
    }

    .tvcms-testimonial-next-pre-btn {
        text-align: center;
        margin: 15px 0;
        direction: ltr;
    }
    .tvcmstestimonial .tvtestimonial-dec{
        margin-bottom: 5px;
    }
}

@media (max-width: 425px) {
    .tvtestimonial-side-img {
        display: none;
    }
}
@media (max-width: 400px) {
    .tvtestimonial-title-des {
        display: block;
        text-align: center;
    }
    .tvtestimonial-title{
        margin-right: 0;
    }
}
