/**
* 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;
}
.tvtestimonial-content-box.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 7px;
    background: #DADADA;
    border-radius: 2px;
}
.tvquote
{
    background-color: #222222;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}
.tvtestimonial-inner-content-box .tvtestimonial-info-box:hover .tvquote
{
    background-color: #A64826;
}

.tvtestimonial {
    position: relative;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    border-radius: 5px;
}
.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: 992px) {
.tvtestimonial-inner-content-box .tvtestimonial-info-box{
   padding-top: calc(18px + (30 - 18) * ((100vw - 280px) / (992 - 280)));
}
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        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-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: 16px;
    color: #FF940C30;
    margin: 0 1.5px;
}
.tvrattings span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    margin-inline-start: 5px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FF940C;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 7px;
    line-height: 14px;
}
/**** testimonial ****/
.tvtestimonial-inner-content-box {
    margin-bottom: 1px;
    background: #FFFFFF;
    border-radius: 17px;
    border:1px solid transparent;

}
.tvtestimonial-wrapper-info:hover .tvtestimonial-inner-content-box {
    border-color: #A64826;
}

.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: -0.32px;
    color: #505050;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding: 31px 0 29px;
    border-bottom:  1px solid #E4E4E4;
}
.tvtestimonial-title-des i {
    color: #222222;
    font-size: 25px;
}

.tvtestimonial-title {
    margin: 17px 0 5px;
}
.tvtestimonial-title a {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.432;
    letter-spacing: -0.48;
    text-transform: capitalize;
    color: #222;
    font-family: Playfair Display;
}
.tvcmstestimonial .tvtestimonial-designation {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: capitalize;
    color: #5F5F5F;
}
.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;
}
.lang-rtl .tvtestimonial-inner-content-box .tvtestimonial-info-box {
text-align: right;
}
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}

.lang-rtl .tvquote
{
    margin-right: 0;
    margin-left: auto;
}
.tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 28px 29px;
    text-align: start;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.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 15px;
}
.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;
    background-color: #ffffff;
}
/**** end testimonial ****/
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .tvcmstestimonial .tvtestimonial-dec {
        padding: 21px 0 22px;
    }
}

@media (max-width: 650px) {
    .tvquote 
    {
        width: 48px;
        height: 48px;
    }
    .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 19px 19px;
    }
    .tvtestimonial-title a
    {
        font-size: 19px;
    }
    .tvquote svg
    {
        width: 47px;
        height: 47px;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding-bottom: 15px;
    }
    .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 20px 19px;
    }
}
