/**
* 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 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-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
*/
.badcustomerservices-block {
    position: relative;
    margin-bottom: 80px;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
    width: 32%;
    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;
    padding: 0px 20px;
}
.badcustomerservices-inner{
    padding: 0;
}
.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: 15px;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper img {
    transform: translateY(-10px);
    margin: auto;
}
.badcustomerservices-content-image-wrapper{
    text-align: center;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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 img {
    max-width: inherit;
}
.badcustomerservices-content-title {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    -webkit-line-clamp: 1;
    text-transform:capitalize;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    font-family:var(--badtheme-font-name-2);
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
}

@media(max-width: 1200px){
    .badcustomerservices-block {
        margin-bottom: 50px;
    }
    .badcustomerservices-content-title {
        font-size: 18px;
        line-height: 25px;
    }
}
@media(max-width: 1199px) {
    .badcustomerservices-content-image-wrapper img {
        width: auto;
    }
}
@media(max-width: 991px) {
   .badcustomerservices-block {
        margin-bottom: 30px ;
    }
    .badcustomerservices-content-inner {
        width: 46%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px;
        padding: 10px;
    }
    .badcustomerservices-content-inner.badcustomerservices-3{
        padding-bottom: 0;
    }
    .badcustomerservices-content {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 14px;
        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;
    }
    .badcustomerservices-content-title{
        font-size: 17px;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 100%;
        padding: 25px 15px;
    }
}
@media(max-width: 525px){
    .badcustomerservices-content-inner {
        border-right: none;
        padding: 10px 15px;
    }
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-box {
        text-align: left;
    }
    .badcustomerservices-content-block {
        justify-content: left;
    }
    .badcustomerservices-content-image-wrapper{
        min-height: 0;
    }
    .badcustomerservices-content-title{
        margin-top: 10px;
    }
}
@media(max-width: 420px){
    .badcustomerservices-content-inner{
        width: 85%;
    }
    .badcustomerservices-content-inner{
        width: 90%;
    }
    .badcustomerservices-content-title{
        margin-top: 0;
    }
}