/**
* 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 {
    padding-bottom:80px;
}

.badtestimonials-wrapper-block {
    background-image: none !important;
}

.owl-carousel .owl-item .badtestimonials-item-img-wrapper img {
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-item .badtestimonials-item-img-wrapper {
    position: relative;
    padding-right: 10px;
}
.owl-carousel .owl-item .badtestimonials-item-description img {
    height: 22px;
    width: 22px;
    margin-right: 20px;
    display: inline-block;
}
.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-pagination-wrapper{
    margin-top: 40px;
}
.badtestimonials-content-box-inner {
    padding: 0 15px;
}

.badtestimonials-item {
    padding: 20px 0;
    position: relative;
    margin:10px 0;
}


.badtestimonials-wrapper-block .owl-dots {
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.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-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::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-item-title {
    text-align: center;
    margin-bottom: 0;
}

.badtestimonials-content-wrapper .badmain-title-wrapper {
    display: block;
    text-align: center;
}

.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 14px;
    line-height: 27px;
    color: #838383;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    display: none;
}

.badtestimonials-item-title a {
    font-size: 18px;
    line-height: 28px;
    color:#000;
    font-weight: 600;
    margin: 0;
    font-family: var(--badtheme-font-name-2);
    padding-left: 10px;
}

.badtestimonials-item-description {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
}

.badtesitmonial-bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    padding-top: 15px;
}
.badtestimonial-top-block {
    padding: 0 40px;
}
.badtestimonials-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    left: -3%;
    right: auto;
}

.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    right: -3%;
    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;
}

.badtestimonials-item {
    position: relative;
}
.badtestimonials-item::after{
    position: absolute;
    content: "";
    background-color: #cccccc;
    height: 250px;
    width: 1px;
    right: -12px;
    top: 0;
    bottom: 0;
}
.owl-item:last-child .badtestimonials-item::after{
    display: none;
}
@media(max-width: 1200px) {
    .badtestimonials-block {
        padding-bottom:50px;
    }
    .badtestimonial-top-block {
        padding: 0 25px;
    }
}

@media(max-width: 991px) {
    .badtestimonials-block {
        padding-bottom:30px;
    }

    .badtestimonials-item-description {
        font-size: 16px;
        line-height: 28px;
    }

    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 26px;
    }

    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 14px;
        line-height: 28px;
    }
    .badtesitmonial-bottom-block{
        padding-top:0;
    }
    .badtestimonials-item::after{
        height: 190px;
    }
}

@media(max-width: 767px) {
    .badtestimonials-item-description {
        font-size: 14px;
    }

    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        width: 52px;
        height: 45px;
        top: -20px;
    }
    .badtestimonials-item::after {
        display: none;
    }

    .badtestimonials-item-title a {
        font-size: 18px;
    }

    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 27px;
    }
    .badtestimonials-item{
        padding: 0;
        margin: 0;
    }
    .badtestimonials-content-box-inner{
        padding: 0;
    }
}

@media(min-width: 420px) and (max-width: 580px) {
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        right: 40px;
    }
}

@media (max-width: 575px) {
    .badtestimonials-item-description {
        width: 100%;
    }
    .badtestimonial-top-block {
        padding: 0 20px;
    }
    .badtesitmonial-bottom-block {
        padding: 0 20px;
    }
}
