/**
* 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: 0;
    position: relative;
}

.tvtestimonial-wrapper {
    position: relative;
    /* overflow: hidden; */
}
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    /* width: auto; */
}
.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}
/****************** left testimonial *************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
    .tvtestimonial-img-block{
        margin-bottom: 0;
    }
}
.tvcmstestimonial .tvtestimonial:before {
    /*content: '';*/
    position: absolute;
    left: 100px;
    bottom: 0;
    background-image: url(../img/demo_img.png);
    width: 267px;
    height: 257px;
    display: block;
}
.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvtestimonial-dec {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #818181;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.16px;
}   

.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 {
    align-items: center;
    margin-bottom: 15px;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin-inline-end: 20px;
    border-radius: 10px;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #373737;
    margin-bottom: 27px;
    font-weight: 600;
    letter-spacing: 1.52px;
    font-family: Montserrat;
    font-size: 16px;
    text-transform: capitalize;
}
.tvcmstestimonial .tvcmstestimonial-main-title-wrapper {
    /*display: none;*/
}
.tvtestimonial-title a {
    font-size: 22px;
    line-height: 1;
    font-family: 'Roboto Slab';
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    text-transform: capitalize;
}
.tvtestimonial-title:after {
    /* content: "";
    background-color: #666;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px; */
}
.tvtestimonial-inner-content-box {
    /*   margin-bottom: 0px;
    margin: 0 15px;
    border: 1px solid transparent;
    padding: 50px 0;*/
}
.tvtestimonial-wrapper-info {
    padding: 28px 13px;
    margin: 0 15px;
    background: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    
}
.tvtestimonial-slider-inner
{
    position: relative;
}
.tvtestimonial-content-box
{
    overflow: hidden;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}

.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
}
.tvtestimonial-content-box {
    text-align: center;
}
.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 40px 15px;
    text-align: start;
}
@media (max-width: 1280px) {
    .tvcmstestimonial .tvtestimonial:before {
        left: 50px;
    }
}
@media (max-width: 991px) {
    /*.tvcmstestimonial .tvtestimonial-dec,*/
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 8px;
    }
    .tvtestimonial {
        padding: 0;
    }
    .tvtestimonial-info-box .star i {
        font-size: 16px;
    }
    .tvtestimonial-inner-content-box .tvtestimonial-img-block img
    {
        margin-right: auto;
    }
    .tvcmstestimonial .tvtestimonial:before {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -20px;
        left: 10px;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box
    {
            text-align: center;
    }
}

@media (max-width: 650px) {
    .tvtestimonial-inner-content-box .tvtestimonial-img-block img
    {
        max-width: 65%;
    }
    .tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box
    {
        display: block;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
    .tvcmstestimonial .tvtestimonial-designation 
    {
         margin-bottom: 15px;
    }
}
/***** left testimonial *****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
.tvtestimonial-content-box .tvtestimonial-info-box svg {
    position: absolute;
    right: 19px;
    bottom: -36px;
}

.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #000000;
    width: 13px;
    height: 12px;
    border: 2px solid #A96E2D;
    border-radius: 0;
    background-color: transparent;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    width: 13px;
    height: 13px;
    background-color: #A96E2D;
    border-color: transparent;
    border-radius: 0;
}
.tvtestimonial-side-img {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1500px) {
    .tvtestimonial-side-img {
        width: 15%;
    }
}


@media (max-width: 425px) {
    .tvtestimonial-side-img {
        display: none;
    }
    .tvtestimonial-wrapper-info {
margin: 0;
    }
    .tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box svg {
        height: 90px;
        width: 70px;
        margin-top: -25px;
    }
    .tvtestimonial-content-box .tvtestimonial-info-box svg
    {
        display: none;
    }
    .tvtestimonial-title a {
        font-size: 20px;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 23px 9px 0;
    }
    .tvcmstestimonial .tvtestimonial-dec
{
    font-size: 14px;
    line-height: 25px;
}
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 21px;
    color: #aaa;
    opacity: .5;
     margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FFC700;
    opacity: 1;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 15px;
    line-height: 0;
}