/**
* 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-block{
    margin-bottom: 80px;
    position: relative;
    padding: 80px 0;
    background-color: #fffbd7;
}
.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-item-title {
    text-align: center;
    margin-bottom: 0;
}
.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 .bad-all-pagination .bad-prev-btn:hover,.badtestimonials-wrapper-block .bad-all-pagination .bad-next-btn:hover{
    background-color: #fff;
}
.badtestimonials-item-content-main {
    position: relative;
    padding: 20px 35px;
    background-color: #fffdeb;
    border-radius: 15px;
    margin: auto;
    width: 65%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.badtestimonials-item-img-wrapper {
    position: relative;
    z-index: 1111;
}
.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-item-title a {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.badtestimonials-item-title-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../img/quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    bottom: auto;
}
.badtestimonials-item-img-wrapper img.owl-lazy {
    position: absolute;
    right: 0;
    left: 0;
    top: -87px;
}
.badtestimonials-item-title-wrapper::after {
    content: '';
    height: 1px;
    width: 57%;
    background-color: #dddddd;
    display: block;
    top: -95px;
    margin: auto;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.badtestimonials-item-sub-title {
    font-size: 14px;
    color: #8e8e8e;
    display: none;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 17px;
}
.badtestimonials-item-title-wrapper a {
    font-size: 22px;
    color: #686868;
    font-weight: 600;
    line-height: 30px;
    font-style: italic;
}
.badtestimonials-item-title-wrapper {
    text-align: center;
    position: relative;
    padding-top: 15px;
}
.badtestimonials-wrapper-block .owl-dots{
    display: none;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 30px;
    color: #686868;
    text-align: center;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    padding-top: 17px;
    margin: 20px 0 60px;
}
.badtestimonials-wrapper {
    width: 351px;
    position: absolute;
    z-index: 1;
    height: 352px;
    right: -178px;
    top: -50px;
    bottom: 0;
    left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
}
.badtestimonials-wrapper1 {
    width: 311px;
    height: 369px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: -40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.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-content-box-inner {
    margin: 0 15px;
    padding: 70px 0 0;
}
.badtestimonials-main-title .badmain-title-wrapper{
    padding: 0 15px;
}
@media(max-width:1440px){
    .badtestimonials-wrapper5 {
        width: 202px;
        height: 208px;
        top: -67px;
    }
    .badtestimonials-item-description {
        -webkit-line-clamp: 3;
        font-size: 15px;
        line-height: 27px;
        margin: 24px 0 60px;
    }
    .badtestimonials-wrapper {
        width: 331px;
        height: 332px;
        right: -172px;
        top: -47px;
    }
    .badtestimonials-wrapper1 {
        width: 281px;
        height: 333px;
        left: -42px;
    }
    .badtestimonials-item-title-wrapper a {
        font-size: 20px;
        line-height: 23px;
    }
    .badtestimonials-item-title-wrapper::after{
        top: -85px;
    }
}
@media(max-width: 1200px){
    .badtestimonials-block{
        margin-bottom: 50px;
        padding: 50px 0;
    }
    .badtestimonials-item-title-wrapper a {
        font-size: 18px;
        line-height: 20px;
    }
    .badtestimonials-item-content-main {
        padding: 20px 30px;
    }
    .badtestimonials-wrapper {
        width: 311px;
        height: 302px;
        right: -162px;
        top: -48px;
    }
    .badtestimonials-wrapper1 {
        width: 261px;
        height: 310px;
        left: -37px;
    }
    .badtestimonials-item-title a{
        font-size: 16px;
    }
    .badtestimonials-wrapper5 {
        width: 182px;
        height: 188px;
        top: -57px;
    }
}
@media(max-width: 991px){
    .badtestimonials-block{
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .badtestimonials-item-title-wrapper a {
        font-size: 17px;
        line-height: 20px;
    }
    .badtestimonials-wrapper1 {
        width: 231px;
        height: 274px;
        left: -32px;
    }
    .badtestimonials-wrapper {
        width: 291px;
        height: 284px;
        right: -151px;
        top: -40px;
    }
    .badtestimonials-item-description {
        line-height: 26px;
    }
    .badtestimonials-item-title-wrapper::before{
        width: 40px;
        height: 40px;
    }
    .badtestimonials-item-title-wrapper::after {
        top: -95px;
    }
    .badtestimonials-item-title a{
        font-size: 16px;
    }
    .badtestimonials-wrapper5 {
        width: 162px;
        height: 168px;
        top: -47px
    }
}

@media(max-width: 767px){
    .badtestimonials-wrapper5 {
        width: 132px;
        height: 138px;
        top: -42px;
    }
    .badtestimonials-item-title-wrapper::after {
        top: -82px;
    }
    .badtestimonials-wrapper {
        width: 251px;
        height: 264px;
        right: -124px;
        top: -32px;
    }
    .badtestimonials-wrapper1 {
        width: 201px;
        height: 237px;
        left: -27px;
    }
    .badtestimonials-item-title-wrapper{
        padding-top: 5px;
    }
}
@media(max-width: 674px){
    .badtestimonials-content-box-inner{
     margin: 0;
    }
    .badtestimonials-main-title .badmain-title-wrapper{
        padding: 0;
    }
}
@media(max-width:575px){
    .badtestimonials-wrapper-block .badmain-title-wrapper .badmain-title{
        margin-bottom: 15px;
    }
    .badtestimonials-wrapper5 {
        width: 112px;
        height: 108px;
        top: -32px;
    }
    .badtestimonials-wrapper {
        width: 231px;
        height: 231px;
        right: -119px;
        top: -28px;
    }
    .badtestimonials-item-content-main {
        width: 75%;
    }
    .badtestimonials-wrapper1 {
        width: 171px;
        height: 203px;
        left: -25px;
    }
    .badtestimonials-item-title-wrapper::after {
        top: -82px;
    }
}
@media(max-width:494px){
    .badtestimonials-main-title .badmain-title-wrapper{
        padding: 0;
    }
    .badtestimonials-content-box-inner{
        margin: 0;
    }
}
@media(max-width:480px){
    .badtestimonials-item-content-main{
        width: 100%;
        padding: 18px;
    }
    .badtestimonials-wrapper5 {
        width: 92px;
        height: 98px;
        top: -22px;
    }
    .badtestimonials-wrapper {
        width: 191px;
        height: 191px;
        right: -98px;
    }
    .badtestimonials-wrapper1 {
        width: 141px;
        height: 167px;
        left: -17px;
    }
    .badtestimonials-item-title-wrapper{
        padding-top: 5px;
    }
}
@media(max-width:360px){
    .badtestimonials-wrapper5 {
        width: 72px;
        height: 78px;
        top: -12px;
    }
    .badtestimonials-wrapper1 {
        width: 121px;
        height: 144px;
        left: -14px;
    }
    .badtestimonials-wrapper {
        width: 171px;
        height: 167px;
        right: -88px;
    }
}