/**
* 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 {
    margin-bottom: 80px;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 25%;
    position: relative;
}
.badcustomerservices-content-inner::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 130px;
    background-color:#d1d1d1;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badcustomerservices-content-inner:last-child::after{
    display: none;
}
.badheader-customerservices-main {
    padding: 15px 0;
}
.badcustomerservices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
.badcustomerservices-content-title {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #0b221a;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 4px;
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #777777;
    font-weight:400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
}
.badcustomerservices-content-title:hover{
    color: var(--theme-custom-color);
}
.badcustomerservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: left;
    margin-bottom: 20px;
}
@media(max-width: 1200px) {
    .badcustomerservices-block {
        margin-bottom: 50px;
    }
}
@media(max-width:1100px){
    .badcustomerservices-content-inner::after {
        right: 5%;
    }
}
@media(max-width: 991px) {
   .badcustomerservices-block {
        margin-bottom: 30px;
    }
    .badcustomerservices-content-inner {
        width: 50%;
        margin: 19px 0;
    }
    .badcustomerservices-content-inner {
        display: flex;
        justify-content: center;
    }
    .badcustomerservices-content-inner::after{
        display: none;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-title {
        font-size: 16px;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 100%;
    }
    .badcustomerservices-content-inner:first-child{
        margin-top: 0;
    }
    .badcustomerservices-content-inner:last-child{
        margin-bottom: 0;
    }
    .badcustomerservices-content-image-wrapper{
        text-align: center;
    }
    .badcustomerservices-content-title{
        text-align: center;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        text-align: center;
    }
}
@media(max-width: 445px){
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-box {
        text-align: left;
    }
    .badcustomerservices-content-block {
        justify-content: center;
    }
    .badcustomerservices-content-title {
        font-size: 16px;
    }
    .badcustomerservices-content {
        justify-content: center;
    }
}