/**
* 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-repeat: no-repeat;
    background-position: center;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
}
.tvcmstestimonial .nivo-controlNav .nivo-control.active,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tvcmstestimonial .nivo-controlNav .nivo-control,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    margin: 0 5px;
    display: inline-block;
    transform: scale(0.75);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    border-radius: 100px;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
.tvtestimonial-title-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    /* -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; */
    margin-bottom: 10px;
}
.tvcmstestimonial-bg-warapper {
    padding: 98px 0 68px;
    background-position: center;
    background-repeat: no-repeat;
}
.tvcmstestimonial-main-title-wrapper .tvcmsmain-title-wrapper {
    text-align: center;
}
/****************** 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: #fff;
    margin: 0 2px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FFC700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF9900;
}
.tvtestimonial-info-box .tvrattings {
    padding: 17px 0;
    margin-bottom: 0;
    line-height: 14px;
}
/***** testimonial *****/
.tvcmstestimonial .tvtestimonial-dec {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.tvtestimonial-img-block {
    margin-bottom: 0px;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: visible;
    border-top: 2px solid #fff;
    padding: 23px 5px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.57;
    text-align: center;
    color: #fff;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding-bottom: 65px;
    width: 50%;
}
.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 {
    margin-bottom: 31px;
}
.tvtestimonial-title {
    margin-bottom: 15px;
}
.tvtestimonial-icon {
    text-align: end;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0;
    text-align: end;
}
.tvtestimonial-icon svg {
    display: block;
}
.tvtestimonial-inner-content-box .tvtestimonial-icon svg path {
    fill: #C19CA0;
}
.tvtestimonial-title a {
    position: relative;
}
.tvtestimonial-title a,
.tvcmstestimonial .tvtestimonial-designation {
    font-size: calc(18px + (22 - 18) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 300;
    line-height: 0.96;
    text-transform: uppercase;
    color: #fff;
}
.tvcmstestimonial .tvtestimonial-designation {
    display: inline-block;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 300;
    font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}
.tvtestimonial-title a:hover {
    color: #000;
}
.tvtestimonial-inner-content-box {
    margin-bottom: 0px;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-slider-inner {
    /* position: relative; */
    background-size: cover;
    padding-top: 37px;
}
.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: #fff;
}
/***** 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:1380px) {
    .tvcmstestimonial {
        background-size: cover;
    }
}
@media (max-width: 1024px) {
.tvcmstestimonial .tvtestimonial-dec{
    width: 70%;
}
}
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
    .tvtestimonial-icon {
        bottom: 0;
    }
    .tvtestimonial-slider-inner{
        padding-top: 10px;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding: 18px 10px 0;
    }
    .tvcmstestimonial .tvtestimonial-dec {
        padding-bottom: 35px;
    }
    .tvtestimonial-title {
        margin-bottom: 5px;
    }
    .tvcmstestimonial-bg-warapper {
        padding: 50px 0 45px;
    }
    .tvtestimonial-slider-inner {
        margin-top: 15px;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 15px;
    }
    .tvtestimonial-title-des {
        margin-bottom: 20px;
    }
}
@media (max-width: 392px) {
    .tvcmstestimonial .tvcmsnext-btn,
    .tvcmstestimonial .tvcmsprev-btn {
        display: none;
    }
}