/**
* 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;
    background-color: transparent;
    margin-bottom: 100px;
    height: 10vh;
}
.badcustomerservices-content-inner {
    width: 24%;
    position: relative;
    border-right: none;
    padding: 0px;
    height:10vh;
}
.badcostumerservices-inner{
    height:100%;
}
.badcustomerservices-section{
    height:100%;
}
.badcustomerservices-content-inner.badcustomerservices-4{
    border-right: 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;
    height:100%; 
}
.badcustomerservices-content-inner .badcustomerservices-content-box{
    -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-inner:hover .badcustomerservices-content-box{
    -webkit-transform: translate(-20%);
    -o-transform: translate(-20%);
    -ms-transform: translate(-20%);
    -moz-transform: translate(-20%);
    transform: translate(-20%);
}
.badcustomerservices-content-inner .badcustomerservices-content-image-wrapper{
    -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 {
    height: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper{
    opacity: 0;
}
.badcustomerservices-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 5px;
    border: 1px solid #ebebeb;
    height:100%;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
.badcustomerservices-content-box {
    padding-left: 15px;
}
.badcustomerservices-content-title {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-family: var(--badtheme-font-name-1);
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #717171;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: inherit;
}
@media(max-width: 1440px){
    .badcustomerservices-content-title {
        font-size: 16px;
        line-height: 16px;
    }
}
@media(max-width: 1200px) {
    .badcustomerservices-block {
        margin-bottom: 50px;
        height:auto;
    }
    .badcustomerservices-content-title {
        font-size: 15px;
        line-height: 16px;
    }
    .badcustomerservices-content-image-wrapper img {
            height: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 12px;
        line-height: 20px;
    }
    .badcustomerservices-content-block {
        padding: 40px 12px;
    }
   
}
@media(max-width: 1024px){
    .badcustomerservices-content-image-wrapper img {
            height: 45px !important;
	    min-width: 45px !important;
	    max-width: 45px !important;
    }
    .badcustomerservices-content-title {
        font-size: 13px;
        line-height: 14px;
    }
}
@media(max-width: 991px) {
   .badcustomerservices-block {
        margin-bottom: 30px;
        height:auto;
    }
    .badcustomerservices-content-title {
        font-size: 12px;
        line-height: 12px;
    }
    .badcustomerservices-content-block {
        padding: 25px 8px;
    }
    
}
@media(max-width: 875px){
    .badcustomerservices-content-box {
        padding-left: 8px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-title{
        font-size: 14px;
        line-height: 20px;
    }
    .badcustomerservices-content-inner{
        width: 48%;
    }
    .badcustomerservices-content-inner.badcustomerservices-2{
        border-right: none;
    }
    .badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-1{
        margin-bottom:30px;
    }
    .badcustomerservices-content-box {
        padding-left: 15px;
    }
    .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;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-title {
        font-size: 13px;
    }
    .badcustomerservices-content-inner {
        width: 48%;
        padding: 10px 0;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,.badcustomerservices-content-inner.badcustomerservices-2{
        margin-bottom: 0px;
    }
}
@media(max-width: 445px){
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-box {
        text-align: left;
        padding-left: 15px;
    }
    .badcustomerservices-content-block {
        justify-content: left;
    }
    .badcustomerservices-content-inner {
        width: 100%;
        border-right: none;
        padding: 5px 0;
    }
    .badcustomerservices-content-title {
        font-size: 14px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 12px;
    }
}
