/**
* 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
*/
.badtestimonials-wrapper-block {
    margin-bottom: 80px;
    position: relative;
}
.badtestimonials-content-img {
    width: 804px;
    height: 618px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    overflow: hidden;
    height: auto;
    width: auto;
    margin: auto;
}
.badtestimonials-item-content{
    margin-right: auto;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.badtestimonials-item-img-wrapper{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.badtestimonials-content .owl-carousel .owl-item{
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -moz-transform:scale(0.9);
    transform:scale(0.9);
}
.badtestimonials-content .owl-item.active{
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}
.badtestimonials-item {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-dots {
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: none;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot{
    display: block;
    margin: 0 5px;
    counter-increment: count;
    position: relative;
    display: inline-block;
}
.badtestimonials-wrapper-block .owl-carousel button.owl-dot.active,.badtestimonials-wrapper-block .owl-carousel button.owl-dot:hover{
    background: transparent;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after{
    background-color: var(--theme-custom-color);
}
.badtestimonials-block .owl-dots::after{
    /* content:''; */
    background:#fff;
    width:80px;
    height:1px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-90px;
    left:auto;
}
.badtestimonials-content-wrapper, .badtestimonials-right {
    padding: 0;
}
.badtestimonials-item-content .badtestimonials-item-title {
    margin: 0
}
.badtestimonials-item-title{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
}
.badtestimonial-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.badtestimonials-content-wrapper .badmain-title-wrapper {
    display: block;
    padding-left: 15px;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 15px;
    color: #a6a5a5;
    font-weight: 400;
    padding-left: 10px;
    text-transform: capitalize;
    margin: 0;
}
.badtestimonials-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badtestimonials-item-title a {
    font-size: 18px;
    color: var(--theme-custom-color);
    font-weight: 500;
    margin: 0;
    padding-right: 15px;
    position: relative;
}
.badtestimonials-item-title a::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--theme-custom-color);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 30px;
    color: #656565;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 10px;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    left: 45%;
    right: auto;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    right: 45%;
    left: auto;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span{
    background: none;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active{
    border: none;
}
.badtestimonials-content-box-inner {
    position: relative;
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block{
        margin-bottom:80px;
    }
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block{
        margin-bottom: 50px;
    }
    .badtestimonials-item-title{
        margin: 15px 0 0;
    }
    .badtestimonials-content-img {
        width: 604px;
        height: 418px;
    }
}
@media(max-width: 1024px){
    .badtestimonials-content-img {
        width: 504px;
        height: 318px;
    }
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-bottom: 30px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 30px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 26px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badtestimonials-content-wrapper .badmain-title-wrapper {
        padding-left: 0;
    }
    .badtestimonials-content {
        padding-bottom: 15px;
    }
    .badtestimonial-content-box {
        flex-wrap: wrap;
    }
}
@media(max-width: 767px){
    .badtestimonials-item::after {
        top: -20%;
        left: -10%;
    }
    .badtestimonials-item::before {
        bottom: -35%;
        right: -11%;
    }
}
@media (max-width: 575px) {
    .badtestimonials-item::after {
        top: -25%;
        left: -16%;
    }
    .badtestimonials-item::before {
        bottom: -36%;
        right: -17%;
    }
    .badtestimonials-item-title a {
        font-size: 17px;
        line-height: 30px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title{
        font-size: 13px;
    }
    .badtestimonials-item-description{
        margin-bottom: 10px;
    }
    .badtestimonials-content-img {
        width: 408px;
        height: 260px;
    }
}
@media(max-width:480px){
    .badtestimonials-item-description{
        font-size: 13px;
    }
    .badtestimonials-content-img {
        width: 320px;
        height: 230px;
    }
}
@media (max-width: 425px) {
    .badtestimonials-item::after {
        top: -28%;
        left: -23%;
    }
    .badtestimonials-item::before {
        bottom: -38%;
        right: -22%;
    }
}
@media (max-width: 375px) {
    .badtestimonials-item::after {
        top: -31%;
        left: -31%;
    }
    .badtestimonials-item-description{
        margin-bottom: 5px;
    }
    .badtestimonials-item::before {
        bottom: -42%;
        right: -26%;
    }
    .badtestimonials-content-img {
        width: 308px;
        height: 230px;
    }
}
@media(max-width:350px){
    .badtestimonials-item-title a{
        font-size: 15px;
    }
}