/**
* 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 no-repeat center center:
* 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
*/
.badcustomerservices-block {
    position: relative;
    margin-bottom: 100px;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: left;
}
.badcustomerservices-1, .badcustomerservices-2, .badcustomerservices-3{
    position: relative;
}
.badcustomerservices-1::after,
.badcustomerservices-2::after,
.badcustomerservices-3::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.badcustomerservices-content-inner.badcustomerservices-4 {
    border: none;
}
.badcustomerservices-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
}
.badcustomerservices-content-inner .badcustomerservices-content-box{
    padding-top: 22px;
}
.badcustomerservices-content-inner .badcustomerservices-content-image-wrapper img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.badcustomerservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: left;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper img{
    animation-name: iconhover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes iconhover {
    16.65% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
    }
    33.3% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}
.badcustomerservices-content-image-wrapper img {
    max-width: inherit;
}
.badcustomerservices-content-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #0d0d0d;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    padding-top: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-title {
    color: var(--theme-custom-color);
}
@media(max-width: 1440px){
    .badcustomerservices-block {
        margin-bottom: 80px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width: 1199px) {
    .badcustomerservices-block {
        margin-bottom: 50px;
    }
    .badcustomerservices-content-image-wrapper img {
        width: auto;
    }
}
@media(max-width: 991px) {
   .badcustomerservices-block {
        margin-bottom: 30px;
    }
    .badcustomerservices-content-inner {
        width: 40%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .badcustomerservices-content-image-wrapper {
        text-align: center;
    }
    .badcustomerservices-1::after,
    .badcustomerservices-2::after,
    .badcustomerservices-3::after{
       display: none;
    }
    .badcustomerservices-content-title {
        font-size: 15px;
        line-height: 24px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 14px;
        padding-top: 0;
    }
    .badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-1 {
        padding-bottom: 10px;
    }
    .badcustomerservices-content {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-inner{
        width: 44%;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 12px;
        line-height: 18px;
    }
    .badcustomerservices-content {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 50%;
        padding: 10px 0;
    }
}
@media(max-width: 525px){
    .badcustomerservices-content-inner {
        width: 88%;
        padding: 10px 0;
        border-right: none;
    }
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-block {
        justify-content: left;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 14px;
    }
}