/**
* 2007-2022 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-2022 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 {
    position: relative;
}
.badtestimonials-wrapper-block{
    margin-bottom: 80px;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    margin: 0px;
    overflow: hidden;
    padding: 14px;
    width: 100%;
}
.badtestimonials-item-img-wrapper{
    border: 1px solid var(--theme-custom-color);
    padding: 0;
}
.badtestimonials-wrapper-block .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 30px;
    margin: auto;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot{
    display: block;
    margin: 0 10px;
    counter-increment: count;
    position: relative;
    display: inline-block;
}
.badtestimonials-content button.owl-prev:hover span,
.badtestimonials-content button.owl-next:hover span{
    color: #ff6363;
}
.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: counter(count, decimal-leading);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    color: #ff6363;
    background-color: transparent;
    text-align: center;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after{
    color: #ffffff;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot span{
    height: 7px;
    width: 7px;
    display: block;     
    opacity: .6;
    border-radius: 25px;
    background: none;
}
.badtestimonials-block .owl-dots {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.badtestimonials-block .owl-dots::after{
    content:'';
    background:#fff;
    width:80px;
    height:1px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-90px;
    left:auto;
}
.item.badtestimonials-item {
    padding: 70px 30px;
    background-color: transparent;
    border: 1px solid #dadada;
    position: relative;
    display: inline-block;
}
.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-item:hover a{
    color: var(--theme-custom-color);
}
.badtestimonials-item-title{
    text-align: left;
    padding: 15px 0 0 40px;
}
.badtestimonials-content-wrapper .badmain-title-wrapper{
    display: block;
    text-align: center;
}
.badtestimonials-content-wrapper .badmain-sub-title{
    font-size: 20px;
    line-height: 26px;
    color: #111;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    width: 60%;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 18px;
    line-height: 18px;
    color: var(--theme-custom-color);
    font-weight: 500;
    margin: 0;
}
.badtestimonials-item-title a{
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 40px;
    color: #9b9b9b;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding: 0 40px;
}
.badtestimonials-item-description::before{
    content: " ";
    background-image: url(../img/Quotes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 13px;
}
.badtestimonials-item-description::after{
    content: " ";
    background-image: url(../img/Quotes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 22px;
    right: 63px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.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: 1650px){
    .badtestimonials-item-description {
        font-size: 20px;
        line-height: 28px;
    }
    .badtestimonials-content-box-inner {
        margin: 0 15px;
    }
}
@media(max-width: 1470px){
    .badtestimonial-block-wrraper {
        padding-left: 0;
    }
    .badtestimonials-content-wrapper .badmain-sub-title{
        width: 70%;
    }
    .badtestimonials-item-description::after{
        bottom: 17px;
        right: 38px;
    }
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block {
        margin-bottom: 80px;
    }
    .badtestimonials-item-description {
        font-size: 17px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 18px;
        line-height: 23px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title{
        width: 80%;
    }
}
@media(max-width: 1400px){
    .badtestimonials-item-description::after{
        right: 20px;
    }
} 
@media(max-width: 1300px){
    .badtestimonials-item-title a {
        font-size: 20px;
        line-height: 26px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media(max-width: 1220px){
    .badtestimonials-item-description::after {
        right: 6%;
    }
}
@media(max-width: 1199px){
    .item.badtestimonials-item{
        padding: 50px 20px;
    }
    .badtestimonials-wrapper-block {
        margin-bottom: 45px;
    }
    .badtestimonials-item-description {
        font-size: 16px;
        line-height: 28px;
    }
    .badtestimonials-item-description::after {
        right: 2%;
    }
    .badtestimonials-item-title a {
        font-size: 20px;
        line-height: 30px;
    }
    .badtestimonials-wrapper-block.container {
        padding: 80px 50px 130px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title{
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 15px;
        width: 78px
    }
    .badtestimonials-item-title{
        margin: 5px 0 0;
    }
}
@media(max-width: 1024px){
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 12px;
    }
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-bottom: 50px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 25px;
    }
    .badtestimonials-item-description::after,.badtestimonials-item-description::before{
        width: 16px;
        height: 11px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 20px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 15px;
        line-height: 20px;
    }
}
@media(max-width: 904px){
    .badtestimonials-content-wrapper .badmain-sub-title{
        width: 95%;
    }
}
@media(max-width: 877px){
    .badtestimonials-content-wrapper .badmain-sub-title{
        width: 85%;
    }
}
@media(max-width: 848px){
    .badtestimonials-content-wrapper .badmain-sub-title{
        font-size: 15px;
        line-height: 18px;
    }
}
@media(max-width: 800px){
    .badtestimonials-content-wrapper .badmain-sub-title{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .item.badtestimonials-item {
        padding: 40px 20px;
    }
    .badtestimonials-item-title {
        padding: 4px 0 0 40px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title{
        font-size: 16px;
        line-height: 20px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
        padding: 4px;
    }
    .badtestimonials-item-title a {
        font-size: 16px;
        line-height: 18px;
    }
    .badtestimonials-wrapper-block.container{
        width: 100%;
        margin-left: auto;
    }
    .badtestimonials-content-wrapper, .badtestimonials-right {
        justify-content: space-between;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 13px;
        line-height: 18px;
    }
    .badtestimonials-item-description {
        font-size: 13px;
        line-height: 21px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        width: 52px;
        height: 45px;
        top: -20px;
    }
    .badmain-sub-title::before {
        top: 4px;
    }
    .badtestimonial-block-wrraper {
        padding-left: 15px;
    }
}
@media(max-width: 675px){
    .badtestimonials-wrapper-block.container {
        padding: 60px 22px;
    }
    .badtestimonials-item-description {
        padding: 0 20px 0 34px;
    }
}
@media(max-width: 575px){
    .item.badtestimonials-item {
        padding: 30px 10px;
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
    }
    .badtestimonials-item-description::after, .badtestimonials-item-description::before {
        width: 12px;
        height: 8px;
    }
    .badtestimonials-item-description {
        font-size: 13px;
        line-height: 20px;
    }
    .badtestimonials-item-title {
        padding: 0px 0 0 40px;
    }
}
@media(max-width: 475px){
    .badtestimonials-wrapper-block.container {
        padding: 30px 22px;
    }
    .badtestimonials-content-wrapper .badmain-title-wrapper {
        display: block;
        text-align: center;
        margin: auto;
    }
    .badtestimonials-content-wrapper, .badtestimonials-right {
        display: block;
    }
    .badtestimonials-content {
        width: 100%;
    }
}
@media(max-width: 455px){
    .badtestimonials-item-description {
        line-height: 22px;
    }
}
@media(min-width: 420px) and (max-width: 580px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        right: 40px;
    }
}
@media(max-width: 425px){
    .badtestimonials-item-title{
        margin: 0;
        padding: 0 0 0 28px;
    }
    .badtestimonials-item-description {
        padding: 0 15px 0 26px;
    }
    .badtestimonials-item-title a {
        font-size: 14px;
        line-height: 16px;
    }
    .badtestimonials-item-description::after{
        bottom: 13px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title {
        width: 83%;
        font-size: 14px;
        line-height: 18px;
    }
    .badmain-title-wrapper .badmain-desc {
        width: 100%;
    }
}
@media(max-width: 375px){
    .badtestimonials-item-description {
        padding: 0 10px 0 15px;
    }
    .badtestimonials-item-description::before{
        left: 0;
    }
    .item.badtestimonials-item {
        padding: 20px 10px;
    }
    .badtestimonials-item-description::after{
        bottom: 10px;
        right: 0;
    }
    .badtestimonials-item-title a {
        font-size: 12px;
    }
    .badtestimonials-item-title {
        padding: 0 0 0 16px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 13px;
        line-height: 17px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn, .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        display: none;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 12px;
        line-height: 16px;
    }
}
@media(max-width: 345px){
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 12px;
        line-height: 16px;
    }
    .badtestimonials-item-description {
        line-height: 20px;
        font-size: 12px;
    }

}