/**
* 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-1 {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
.badtestimonials-2 {
    display: flex;
    align-items: center;
}
h5.badtestimonials-item-title {
    margin-left: 17px;
}
.badtestimonials-item-content-main {
    padding: 20px;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 65px;
    top: -30px;
    right: 80px;
    left: auto;
    margin: auto;
    background-image: url(../img/Icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.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-wrapper-block{
    margin-bottom: 80px;
    padding: 80px 0;
    background-color: #f7f7f7;
}
.badtestimonials-wrapper-block .bad-all-pagination .bad-prev-btn:hover,.badtestimonials-wrapper-block .bad-all-pagination .bad-next-btn:hover{
    background-color: #fff;
}
.badtestimonials-content-wrapper .owl-dots{
    display: none;
}
.badtestimonials-item {
    position: relative;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.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: #fff;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after{
    background-color: #d4d4d4;
}
.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-content .badtestimonials-item-sub-title {
    font-size: 12px;
    color: var(--theme-custom-color);
    font-weight: 600;
    display: block;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}
.badtestimonials-content-wrapper .badmain-title-wrapper{
    display: block;
    text-align: center;
}
.badtestimonials-content-wrapper .badmain-sub-title {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    color: #6c6c6c;
    line-height: 30px;
    display: inline-block;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 14px;
    line-height: 18px;
    color: #5f5f5f;
    font-weight: 400;
    margin: 0;
}
.badtestimonials-item-content {
    line-height: 2;
    padding-top: 40px;
}
.badtestimonials-item-title a {
    font-size: 18px;
    line-height: 30px;
    color: #202020;
    font-weight: 700;
    margin: 0;
}
.badtestimonials-wrapper-block .bad-all-pagination{
    padding-top: 0;
}
.badtestimonials-item-description {
    font-size: 14px;
    line-height: 30px;
    color: #868686;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 15px 25px 0px;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    position: static;
    top: 52%;
    left: 19%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    position: static;
    right: 19%;
    top: 52%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.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;
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block{
        margin-bottom:80px;
    }
    .badtestimonials-item-description{
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 1200px){
    .badtestimonials-wrapper-block{
        margin-bottom: 50px;
        padding: 50px 0;
    }
    .badtestimonials-item-img-2 {
        width: 150px;
        height: 117px;
    }
    .badtestimonials-item-title a {
        font-size: 16px;
        line-height: 30px;
    }
    .badtestimonials-item-description{
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .badtestimonials-wrapper-block{
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 28px;
    }
    .badtestimonials-item-content-main {
        padding: 15px;
    }
    .badtestimonials-1{
        padding: 0;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .badtestimonials-item-description {
        padding: 15px 0 0;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
    }
    .badtestimonials-item-title {
        margin-left: 12px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        left: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        right: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        top: 68%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        top: 68%;
    }
    .badtestimonials-wrapper-block .owl-dots {
        bottom: -12px;
    }
    .badtestimonials-item-img-2 {
        width: 100px;
        height: 77px;
        top: 50px;
        margin: auto;
    }
}
@media(max-width: 767px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        width: 52px;
        height: 45px;
        top: -20px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
        left: 16px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        right: 16px;
    }
}

@media(min-width: 420px) and (max-width: 580px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        right: 40px;
    }
}
@media (max-width: 575px) {
    .badtestimonials-content-wrapper .badmain-title-wrapper{
        padding-bottom: 0px;
    }

}
@media (max-width: 375px) {
    .badtestimonials-item-description{
        font-size: 13px;
        line-height: 26px;
    }
}
@media(max-width: 345px){
    .badtestimonials-item-content{
        padding-top: 0;
    }
    .badtestimonials-1{
        padding: 0 15px;
    }
    .badtestimonials-item-description {
        padding: 5px 0 0;
    }
}