/**
* 2007-2023 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-2023 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;*/
    position: relative;
}
.tvtestimonial-wrapper {
    position: relative;
    padding: 100px 30px;
    background-color: #F5F5F5;
}
.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;
}
.tvtestimonial-img-block {
    margin-bottom: 15px;
}
.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 .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;
    }
}
.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;
}
.tvtestimonial-img-block {
    position: relative;
    margin-bottom: 5px;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    width: 65%;
    margin: auto;
    text-align: center;
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    margin-bottom: 20px;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box .tvtestimonial-dec {
    /*color: #000;*/
}
.tvcmstestimonial .tvtestimonial-dec {
    /*margin-bottom: 0;*/
}
.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;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.tvtestimonial-title {
    /*   margin: 0;
    padding-bottom: 5px;*/
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    /*border-radius: 100%;*/
    /*border: 4px solid #ffffff;*/
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);*/
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 15px;
    /*font-style: italic;*/
}
.tvcmstestimonial .tvcmstestimonial-main-title-wrapper {
    /*display: none;*/
}
.tvtestimonial-title a {
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #CD2027;
}
.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-content-box .owl-item.active .tvtestimonial-inner-content-box {
    margin-bottom: 0;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-slider-inner {
    padding: 10px 0 0 0;
    margin: 0 15px;
    overflow: hidden;
}
.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: 15px 0 0 0;
}
@media (max-width: 1280px) {
    .tvcmstestimonial .tvtestimonial:before {
        left: 50px;
    }
}
@media (max-width: 991px) {
    /*.tvcmstestimonial .tvtestimonial-dec,*/
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 85%;
    }
}
@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 15px;
    }
    .tvtestimonial {
        padding: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 70%;
    }
    .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;
    }
    .tvtestimonial-wrapper {
        padding: 50px 15px;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
}
/***** left testimonial *****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box svg {
    opacity: 18%;
    height: 100px;
    width: 100px;
    margin-right: -28px;
    margin-bottom: -30px;
    margin-top: -40px;
    margin-left: -15px;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box svg path {
    fill: #CB2323;
}
.tvcmstestimonial .tvtestimonial-title-des:after {
    content: '';
    background-color: #ddd;
    height: 30px;
    width: 2px;
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tvcmstestimonial .tvtestimonial-img-block,
.tvtestimonial-info-box svg {
    /*opacity: 0;*/
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-img-block {
    /*opacity: 1;*/
}
.tvtestimonial-slider-inner .owl-stage-outer {
    /*padding-bottom: 100px;*/
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #000000;
    width: 13px;
    height: 13px;
    border: 1px solid #CB2323;
    background-color: #CB2323;
    opacity: .2
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    width: 13px;
    height: 13px;
    opacity: 1;
    background-color: #CB2323;
    border-color: transparent;
}
.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-content-box .owl-item.active .tvtestimonial-info-box svg {
        height: 90px;
        width: 70px;
        margin-top: -25px;
    }
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 18px;
    color: #8A8A8A;
    opacity: .5 margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #ffc315;
    opacity: 1;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 10px;
    line-height: 0;
}