/**
* 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 {
    padding: 90px 290px;
    margin-bottom: 80px;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    overflow: hidden;
    height: 57px;
    width: 56px;
    margin: 0 15px 0 0;
    border-radius: 50px;
}
.badtestimonials-item-img-wrapper-2 {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: var(--theme-custom-color);
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.badtestimonials-item-img-2 {
    width: 20px;
    height: 18px;
    line-height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    display: inline-block;
}
.badtestimonials-item-img-wrapper-2 {
    margin-bottom: 20px;
}
.badtestimonials-item-content{
    margin-right: auto;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper{
    position: relative;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    right: 5%;
    bottom: 0;
    left: auto;
    margin: auto;
    background-image: url(../img/left-quote.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.badtestimonials-item-img-wrapper{
    display: block;
}
.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;
    margin: 0px 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.04);
}
.badtestimonials-wrapper-block .owl-dots {
    display: block;
    margin-top: 30px;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot{
    display: block;
    margin: 0 3px;
    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 span{
    background-color: var(--theme-text-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 {
    margin: 0 -15px;
}
.badtestimonials-item-content .badtestimonials-item-title {
    margin: 0;
}
.badtestimonials-content-wrapper .badmain-sub-title{
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 14px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
}
.badtestimonials-item-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.badtestimonials-item-title a {
    font-size: 20px;
    line-height: 28px;
    color: var(--theme-text-color);
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 25px 0;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn,
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    top: 60%;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--theme-text-color);
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active{
    border: none;
}
.badtestimonials-content-box-inner {
    position: relative;
    padding-bottom: 10px;
}
@media (max-width: 1800px) {
    .badtestimonials-wrapper-block {
        padding: 90px 240px;
    }
}
@media (max-width: 1620px) {
    .badtestimonials-wrapper-block {
        padding: 90px 160px;
    }
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block {
        padding: 90px 100px;
    }
}
@media (max-width: 1400px) {
    .badtestimonials-wrapper-block {
        padding: 90px 70px;
    }    
}
@media (max-width: 1300px) {
    .badtestimonials-wrapper-block {
        padding: 90px 50px;
    }
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block {
        margin-bottom: 50px;
        padding: 60px 30px;
    }
    .badtestimonials-item{
        padding: 30px;
    }
    .badtestimonials-item-description{
        margin: 20px 0;
    }
    .badtestimonials-wrapper-block .owl-dots{
        margin-top: 25px;
    }
    
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-bottom: 30px;
        padding: 30px;
    }
    .badtestimonials-item {
        padding: 25px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper img{
        height: 50px;
        width: 50px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 26px;
        margin: 15px 0;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn, .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        position: static;
        margin: 0 5px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after{
        height: 50px;
        width: 50px;
    }
    .badtestimonials-content-pagination {
        margin-top: 15px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 26px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badtestimonials-wrapper-block .owl-dots{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .badtestimonials-wrapper-block .owl-dots{
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .badtestimonials-wrapper-block{
        padding: 30px 0;
    }
    .badtestimonials-item {
        padding: 20px;
    }
    .badtestimonials-item-title a{
        font-size: 15px;
        line-height: 22px;
    }
    .badtestimonials-item-description{
        font-size: 13px;
        line-height: 20px;
    }
    .badtestimonials-wrapper-block .owl-dots{
        margin-top: 5px;
    }
}
@media (max-width: 375px) {
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after{
        display: none;
    }
}