/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 #basecmstestimonial {
	float: left;
	width: 100%;
	margin: 0 0 70px;
}
.testimonial_content {
    text-align: center;
    width: 100%;
}
.test-step {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 10px;
    padding: 6px 14px;
    display: inline-block;
    color: var(--global-palette9);
}
.test-step1 {
    background-color: #ddb4a8;
}
.test-step2 {
    background-color: #c88f7e;
}
.test-step3 {
    background-color: #995f4d;
}
.test-step4 {
    background-color: #703523;
}
.test-card {
    position: relative;
    text-align: center;
    margin: 0 0 25px;
}
.test-card:after {
    content: '';
    border-top: 3px dotted #b0b0b0;
    width: 61%;
    display: block;
    position: absolute;
    top: 17px;
    left: 70%;
}
.testimonial-4 .test-card::after {
    border-top: 0;
}
.testimonial_image1 {
    margin: 0px 0 30px;
    background-color: var(--global-palette7);
    display: inline-block;
    padding: 23px 25px;
    border-radius: 50%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.testimonial_content:hover .testimonial_image1 {
    transform: rotateY(360deg);
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
}
.testimonial_titile {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    color: var(--global-palette4);
}
#basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    width: 90%;
    color: var(--global-palette3);
}
.testimonial_titile span {
    text-decoration: underline;
}
#basecmstestimonial .testimonial {
    padding: 0 0 5px;
    float: left;
    width: 100%;
}
@media (max-width:1359px) {
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc{
        width: 100%;
    }
    #basecmstestimonial{
        margin: 0 0 50px;
    }
}
@media (max-width:1199px) {
    .test-step{
        font-size: 15px;
        padding: 5px 12px;
    }
    .testimonial_titile {
        font-size: 19px;
        margin: 0 0 10px;
    }
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc{
        font-size: 15px;
        width: 92%;
    }
}
@media (max-width:991px) {
    #basecmstestimonial {
        margin: 0 0 40px;
    }
}
@media (max-width: 767px) and (min-width: 544px){
    .testimonial_titile {
        font-size: 17px;
        margin: 0 0 5px;
    }
    .testimonial_image1{
        padding: 20px 23px;
    }
}
@media (max-width:767px) {
    .test-step {
        font-size: 14px;
        line-height: 18px;
    }
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc {
        font-size: 13px;
        line-height: 21px;
        width: 100%;
    }
}
@media (max-width:543px) {
    #basecmstestimonial {
        margin: 0 0 30px;
    }
    .testimonial_image1 img {
        width: 43px;
    }
    .testimonial_image1 {
        padding: 15px 17px;
        margin: 0px 0 15px;
    }
    #basecmstestimonial .testimonial-cms-banner-list .testimonial_content .testimonial_desc{
        font-size: 12px;
        line-height: 20px;
    }
    .testimonial_titile {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px;
    }
}
@media (max-width:479px) {
    #basecmstestimonial {
        margin: 0 0 30px;
    }
    #basecmstestimonial .splide__pagination{
        bottom: -0.5em;
    }
}
