/**
* 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****************/
/************************testimonial****************/
.tvtestimonial {
    position: relative;
}
.tvcmstestimonial {
    margin-bottom: 100px;
    /*padding: 80px 0 70px 0;*/
    position: relative;
}
/* .tvcmstestimonial .container{
    padding: 0;
} */
.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;
}
.tvcmstestimonial:before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000000;*/
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    text-align: start;
    border-radius: 50%;
}
.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;
    }
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}
/****************** left testimonial *************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.tvtestimonial-wrapper-info .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-wrapper-info .star i {
    font-size: 19px;
    color: #FD52154D;
    margin: 0 1.5px;
}
.tvtestimonial-wrapper-info .star.star_on i {
    color: #FD5215;
}
/***** testimonial *****/
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    letter-spacing: 0.05em;
    color: #363636;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    padding: 14px 0 20px;
}
.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: block;
    align-items: center;
}
.tvtestimonial-title {
    margin: 0;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    letter-spacing: .5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.97;
    text-transform: capitalize;
    color: #000;
}
.tvtestimonial-title a {
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.41;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
    text-align: center;
    color: #000000;
}
.tvtestimonial-inner-content-box {
    margin-bottom: 40px;
    text-align: center;
}
.tvtestimonial-img-block img {
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.tvtestimonial {
    overflow: visible;
    /*padding: 0;*/
    align-items: center;
}
.tvtestimonial-img-block {
    border: 5px solid #fff;
    display: inline-block;
    border-radius: 50%;
}
.tvtestimonial-wrapper-info {
    padding: 29px 28px 35px 28px;
    margin: 0 15px;
    border-radius: 15px;
    border: 1px solid #c1c1c1;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.40) 100%);
    /* filter: blur(2px); */
}
.tvtestimonial-wrapper-info:hover {
    /* border-color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
}
.lang-rtl .tvtestimonial-wrapper-info {
    direction: rtl;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    position: relative;
    /* display: flex; */
}
#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;
}
/***** 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: 1600px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: calc(11px + (14 - 11) * ((100vw - 280px) / (1200 - 280)));
        /* line-height: 15px; */
    }
}
@media (max-width: 1200px) {
    .owl-carousel.owl-drag .owl-item {
        width: 400px;
    }
    .tvtestimonial-title a {
        font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1200 - 280)));
    }
    .tvcmstestimonial .tvtestimonial-designation {
        font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1200 - 280)));
    }
    .post_description .tvnews-event-description {
        padding-bottom: 80px;
    }
    .tvtestimonial-wrapper-info {
        padding: 24px 25px 20px 25px;
        margin: 0 11px;
    }
    .tvtestimonial-inner-content-box {
        margin-bottom: 30px;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
    .tvtestimonial-wrapper-info {
        padding: 24px 20px 20px 20px;
        margin: 0 7px;
    }
}
@media (max-width: 650px) {
    .tvtestimonial-inner-content-box .tvtestimonial-img-block img {
        width: 77%;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        margin-inline-start: 10px;
    }
    .tvtestimonial-wrapper-info {
        padding: 17px 14px 13px 14px;
    }
    .tvtestimonial-inner-content-box {
        margin-bottom: 20px;
    }
    .tvtestimonial-title-des {
        margin-bottom: 7px;
    }
    .tvtestimonial-title a {
        margin-bottom: 3px;
    }
}
@media(max-width: 480px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding: 6px 0;
    }
    .tvtestimonial-inner-content-box {
        margin-bottom: 10px;
    }
}
.tvcms-left-testimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-title a {
    color: #000;
}
/* @media (min-width: 1600px){
    .tvcms-testimonial-next-pre-btn .tvcmsprev-btn{
        left: -60px;
        right: auto;
    }
    .tvcms-testimonial-next-pre-btn .tvcmsnext-btn{
        right: -60px;
        left: auto;
    }
} */