/**
* 2007-2025 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-2025 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;
    /*padding: 80px 0 70px 0;*/
    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-wrapper-info:hover .tvtestimonial-title a
{
    color: #BC7289;
}
.tvtestimonial {
    position: relative;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    border: 1px solid #D9D9D9;
}
.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;
}
.tvtestimonial-title {
    margin-right: 10px;
}
.tvcmstestimonial .tvmain-title-separator:before,
.tvcmstestimonial .tvmain-title-separator:after {
    background-color: #f0f0f0;
}
@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-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 19px;
    color: #FF9B0066;
    margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FF9B00;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 0;
}
/***** 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;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #757575
}
.tvcmstestimonial .tvtestimonial-dec {
    width: 100%;
}
.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: 9px;
}
.tvtestimonial-title {
    margin: 0;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    /* border-radius: 100px;
    border: 1px #FF8F29 solid; */
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.tvtestimonial-title a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Marcellus';
    color: #000000;
    font-family: 'Poppins';
}
.tvtestimonial-title a:hover {
    color: #000;
}
.tvcmstestimonial .tvtestimonial-inner-content-box {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.tvtestimonial {
    overflow: visible;
    align-items: center;
}
.tvtestimonial-wrapper-info {
    padding: 20px;
    border: 4px solid #F6F6F6;
    border-radius: 0px;
    margin: 0 15px;
    margin-bottom: 15px;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box img{
    margin: auto 0;
    width: auto;
}
.tvtestimonial-wrapper-info:hover
{
    background: #FFFFFF;
    border: 4px solid #fff;
box-shadow: 2px 8px 38px 2px rgba(0, 0, 0, 0.07);
}
.tvtestimonial-img-block {
    min-width: 100px;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    position: relative;
    /* display: flex; */
    margin-inline-start: 24px;
    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;
    text-align: center;
}
.tvtestimonial-slider-inner {
    /* padding: 50px 0; */
    /*overflow: hidden;*/
    position: relative;
    /* margin: 0 -15px; */
}
.tvcms-left-testimonial .tvtestimonial-wrapper-info {
    padding: 15px;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
    padding: 0;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
    padding: 0 5px;
    font-size: 16px;
}
.tvcms-left-testimonial .tvtestimonial-title a {
    font-size: 20px;
}
.tvcms-left-testimonial .tvtestimonial-designation {
    margin-top: 5px;
}
.tvcms-left-testimonia .tvtestimonial-title-des {
    margin-bottom: 10px;
}
.tvcms-left-testimonial .tvtestimonial-title-des {
    display: block;
}
.tvcms-left-testimonial .tvtestimonial-img-block {
    margin-bottom: 20px;
}
/***** 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;
    }
    .tvtestimonial-dec::before
    {
        display: none;
    }
}
@media (max-width: 575px) {

    .tvtestimonial {
        padding: 50px 0;
    }
    .tvtestimonial-title a {
        font-size: 20px;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        margin-inline-start: 15px;
    }
    .tvtestimonial-wrapper-info
    {
        margin: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 16px;
    }
    .tvtestimonial-img-block {
        min-width: 80px;
        width: 35%;
    }
}
.tvcms-left-testimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-title a {
    color: #000;
}
