/**
* 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 {
    margin-bottom: 100px;
    position: relative;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 10px;
}
.tvcms-left-testimonial .owl-theme .owl-dots .owl-dot.active span, .tvcms-left-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.tvcms-left-testimonial .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #d9d9d980;
}
.tvtestimonial {
    position: relative;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
.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;*/
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
    }
}
/***************** left testimonial ************/
.tvcms-left-testimonial {
    background-color: #272727;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
    .tvtestimonial-title a {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (991 - 280)));
    }
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 19px;
    color: #FFC70030;
    margin: 0 3px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FFC700;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 7px;
    line-height: 14px;
}
/**** testimonial ****/
.tvtestimonial-inner-content-box {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 1px;
    padding: 15px 10px;
}
.tvtestimonial-wrapper-info:hover .tvtestimonial-inner-content-box {
    /* box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.1); */
}
.tvtestimonial-img-block {
    margin-bottom: 0px;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: hidden;
    color: #646464;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.533;
    letter-spacing: 0.6px;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding-bottom: 34px;
}
.tvtestimonial-title-des {
    padding-bottom: 13px;
}
.tvtestimonial-title {
    margin: 0;
    padding-bottom: 4px;
}
.tvtestimonial-title a {
    position: relative;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
.tvcmstestimonial .tvtestimonial-designation, .tvcms-left-testimonial .tvtestimonial-designation {
    padding-bottom: 9px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
.tvcms-left-testimonial .tvleft-right-title.facet-label,
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-dec {
    color: #fff;
}
.tvtestimonial-title a::before {
    position: absolute;
    /* content: ""; */
    width: 4px;
    height: 4px;
    right: -11px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding-top: 20px;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0;
    border: none;
    background: none;
    padding: 0;
}
.tvtestimonial-wrapper-info {
    padding: 0 15px;
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
}
.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;
}
.tvcms-left-testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 27px;
}
.tvcms-left-testimonia .tvtestimonial-title-des {
    margin-bottom: 10px;
}
.tvtestimonial-content-box {
    text-align: center;
}
/**** testimonial css ****/
.tvcmstestimonial .tvcms-main-title .tvmain-title h2,
.tvcmstestimonial .tvcms-main-title .tvmain-desc {
    /*color: #ffffff;*/
}
/**** left testimonial ****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
    padding: 0;
}
/**** end testimonial ****/
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding-bottom: 15px;
    }
}
.tvtestimonial-inner-content-box .tvquote {
    position: absolute;
    right: 8%;
    bottom: 22px;
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #272727;
}