/**
* 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 mailto: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 <mailto: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 {
    padding: 100px 0;
    margin-bottom: 100px;
    position: relative;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 10px;
}
.tvtestimonial-content-box.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 7px;
    background: #DADADA;
    border-radius: 2px;
}
.tvtestimonial {
    position: relative;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    border-radius: 100%;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
        padding: 50px 0;
    }
}
/***************** left testimonial ************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 22px;
    color: #E9E2D8;
    margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #E8422a;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 7px;
}
/**** testimonial ****/
@media (min-width:992px){
    .tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item.active {
        opacity: 1;
        visibility: visible;
    }
    .tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item .tvtestimonial-wrapper-info {
        transform: translateX(-15%) scale(0.7);
        margin-left: 15px;
        margin-right: -50%;
    }
    .tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item.center+.owl-item .tvtestimonial-wrapper-info {
        transform: translateX(15%) scale(0.7);
        margin-right: 15px;
        margin-left: -50%;
    }
    .tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item.active.center .tvtestimonial-wrapper-info {
        transform: scale(1);
        box-shadow: 0px 4px 84px 0px rgba(38, 60, 102, 0.20);
        margin: 0 -27.147%;
    }    
}
.tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item.active.center {
    z-index: 1;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: hidden;
    padding: 23px 15px;
    padding-top: 23px;
    color: #231616;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding-bottom: 38px;
}
.tvcmstestimonial-main-title-wrapper {
    position: relative;
}
.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 {
    position: relative;
    padding-top: 28px;
}
.tvtestimonial-title-des::after {
    background-color: #E8422a;
    width: 40px;
    height: 4px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tvtestimonial-title {
    margin: 0;
    padding-bottom: 6px;
}
.tvtestimonial-title a {
    position: relative;
    color: #231616;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}
.tvcmstestimonial .tvtestimonial-designation {
    display: inline-block;
    text-transform: capitalize;
    color: #7B7373;
    font-size: 14px;
    font-weight: 400;
}
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-wrapper-info {
    padding: 50px 25px;
    margin: 0 15px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 4px 84px 0px rgba(38, 60, 102, 0.20);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tvtestimonial-slider-inner {
    position: relative;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
    padding: 0;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
    padding: 0 15px;
}
.tvcms-left-testimonia .tvtestimonial-title-des {
    margin-bottom: 10px;
}
.tvtestimonial-content-box {
    text-align: center;
}
.tvtestimonial-content-box.owl-carousel .owl-stage-outer {
    overflow: visible;
}
/**** testimonial css ****/
.tvcmstestimonial .tvcms-main-title .tvmain-title h2 {
    color: #ffffff;
}
/**** left testimonial ****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
/**** end testimonial ****/
@media (max-width: 1024px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1024 - 280)));

    }
}
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
}
@media (max-width:575px) {
    .tvcmstestimonial .tvtestimonial-dec {
        padding-bottom: 45px;
    }
}
.tvtestimonial-inner-content-box .tvquote {
    position: absolute;
    right: 30px;
    bottom: 35px;
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #E8422a;
}