/**
* 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: 100px; */
    position: relative;
    background-attachment: fixed;
    /*background-repeat: no-repeat;*/
    background-position: bottom;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 7px;
    background: #DADADA;
    border-radius: 2px;
}
.tvtestimonial {
    position: relative;
    /* padding: 100px 0 ; */
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #6D6D6D;
}
.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;
}
.tvcmstestimonial .tvmain-title-separator:before,
.tvcmstestimonial .tvmain-title-separator:after {
    background-color: #f0f0f0;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        padding-top: 50px;
        margin-bottom: 50px;
    }
}
/****************** left testimonial *************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 0;
}
.tvcms-testimonial-next-pre-btn .tvcmsprev-btn:hover,
.tvcms-testimonial-next-pre-btn .tvcmsnext-btn:hover {
    border-color: #fff;
}
/***** testimonial *****/
.tvcmstestimonial .tvtestimonial-dec {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.tvcmstestimonial .tvtestimonial-dec {
    width: 65%;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #6D6D6D;
}
.tvcmstestimonial .tvtestimonial-dec {
    width: 100%;
    color: #686868;
    font-family: 'Baloo Paaji 2';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.72728;
    letter-spacing: 0.44px;
}
.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: block;
    align-items: center;
    margin-bottom: 11px;
}
.tvtestimonial-title {
    margin: 0;
    margin-bottom: 10px;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #686868;
    font-family: 'Baloo Paaji 2';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.tvtestimonial-title a {
    color: #3E351F;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.95px;
    text-transform: uppercase;
}
.tvtestimonial-title a:hover {
    color: #000;
}
.tvtestimonial-inner-content-box {
    margin-top: 29px;
    position: relative;
    display: flex;
    align-items: center;
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #3E351F;
}
.tvtestimonial {
    overflow: visible;
    align-items: center;
}
.tvtestimonial-wrapper-info {
    padding: 27px 23px;
    margin: 0 15px;
    text-align: start;
    background-color: #FFFFFF;
    border: 1px dashed #3E351F;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.lang-rtl .tvtestimonial-wrapper-info {
    direction: rtl;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    position: relative;
    /* display: flex; */
    margin-inline-start: 23px;
    text-align: start;
    align-items: flex-start;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
    text-align: start;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.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-wrapper-info .tvrattings {
    display: flex;
    gap: 2px;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-wrapper-info .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-wrapper-info .star i {
    font-size: 21px;
    color: #FFC70080;
    line-height: 1;
    vertical-align: middle;
}
.tvtestimonial-wrapper-info .star.star_on i {
    color: #FFC700;
}
/***** testimonial css *****/
/***** 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: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
}
@media (max-width: 1440px) {
    .tvcmstestimonial .tvtestimonial-dec{
        font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvtestimonial-title a {
        font-size: calc(18px + (20 - 18) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcmstestimonial .tvtestimonial-designation,
    .tvcms-left-testimonial .tvtestimonial-designation {
        font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media (max-width: 1200px) {
    .tvtestimonial-wrapper-info {
        padding: 24px 22px;
    }
}
.tvcms-left-testimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-title a {
    color: #000;
}
.tvtestimonial-wrapper-info .tvrattings span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0 1px;
}
.tvtestimonial-icon {
    position: absolute;
    bottom: auto;
    right: 0px;
    top: -20px;
}
.lang-rtl .tvtestimonial-icon {
    left: 0px;
    transform: rotateY(180deg);
    right: auto;
}
.tvtestimonial-wrapper-info:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    border-color: #fff;
}
@media (max-width: 575px) {
    .tvtestimonial-wrapper-info {
        padding: 13px 15px;
    }
    .tvcmstestimonial .tvtestimonial-dec {
        font-size: 16px;
        line-height: 29px;
    }
}