/**
* 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.badcustomerservices-1,
.badcustomerservices-content-inner.badcustomerservices-2,
.badcustomerservices-content-inner.badcustomerservices-3 {
    width: 35%;
    margin-right: 32px;
}
.badcustomerservices-content-inner.badcustomerservices-4{
    width: 35%;
}
.badcustomerservices-content-inner.badcustomerservices-4:last-child{
    margin-right: 0;
}
.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;
}
.badcustomerservices-content-block {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex; 
    justify-content: space-evenly;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;

}
.badcustomerservices-content-image-wrapper .customerservices-main {
    position: relative;
    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;
    margin: 15px 0;
}
.badcustomerservices-content-image-wrapper .customerservices-main:hover img {
    transform: rotatey(180deg);
}
.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: 80px;
    height: 50px;
}
.badcustomerservices-content-title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: left;
    color: #000000;
    font-weight: 600;
    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: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #929292;
    text-align: left;
    font-weight: 400;
    padding-top: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.badcustomerservices-1,
.badcustomerservices-2,
.badcustomerservices-3,
.badcustomerservices-4{
    border: 1px solid #D5D5D5;
}
.badcustomerservices-content-title1 {
    font-size: 46px;
    line-height: 56px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}
@media(max-width: 1440px){
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 15px;
        line-height: 22px;
    }
}
@media(max-width: 1400px){
    .badcustomerservices-content-title {
        font-size: 18px;
        line-height: 25px;
    }
    .badcustomerservices-content-title1{
        font-size: 40px;
        line-height: 50px;
    }
    .badcustomerservices-content-box {
        padding-left: 10px;
    }
}
@media(max-width: 1399px){
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-3,
    .badcustomerservices-content-inner.badcustomerservices-4 {
        width: 29%;
        margin-right: 20px;
    }
}
@media(max-width:1200px){
    .badcustomerservices-block{
        margin-bottom: 50px;
    }
    .badcustomerservices-content-title1 {
        font-size: 35px;
        line-height: 40px;
    }
    .badcustomerservices-content-title {
        font-size: 17px;
        line-height: 23px;
    }
    .badcustomerservices-content-image-wrapper img {
        max-width: 65px;
        height: 45px;
    }
}
@media(max-width: 1199px) {
    .badcustomerservices-content-image-wrapper img {
        width: auto;
    }
}
@media(max-width: 991px) {  
    .badcustomerservices-block{
        margin-bottom: 30px;
    }
    .badcustomerservices-content-inner {
        width: 42%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 14px;
        padding-top: 5px;
    }
    .badcustomerservices-content {  
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
    }
    .badcustomerservices-content-title1 {
        font-size: 34px;
        line-height: 40px;
    }
    .badcustomerservices-content-title {
        font-size: 16px;
        line-height: 20px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-3 {
        width: 37%;
        margin-right: 14px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-4{
        margin-right: 0;
        width: 37%;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-2{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-inner{
        width: 48%;
    }
    .badcustomerservices-content-title1 {
        font-size: 31px;
        line-height: 38px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-3 {
        width: 45%;
        margin-right: 14px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-4{
        width: 45%;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-2 {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 100%;
        padding: 12px 0;
    }
    .badcustomerservices-content-title1 {
        font-size: 28px;
        line-height: 32px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-3 {
        margin-bottom: 25px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-3,
    .badcustomerservices-content-inner.badcustomerservices-4 {
        width: 60%;
        margin-right: 0;
    }
    .badcustomerservices-content-title1 {
        font-size: 26px;
        line-height: 29px;
    }
    .badcustomerservices-content-title{
        margin-bottom: 0 ;
    }
}
@media(max-width: 525px){
    .badcustomerservices-content-inner {
        padding: 15px 10px;
    }
}
@media (max-width:480px){
    .badcustomerservices-content-inner {
        width: 100%;
        padding: 0;
    }
    .badcustomerservices-content-title1 {
        font-size: 22px;
        line-height: 25px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-1, .badcustomerservices-content-inner.badcustomerservices-3{
        margin-bottom: 20px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1,.badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-3, .badcustomerservices-content-inner.badcustomerservices-4 {
        width: 70%;    }
}
@media(max-width:380px){
    .badcustomerservices-content-inner{
        justify-content: center;
    }
    .badcustomerservices-content-title1 {
        font-size: 20px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1, .badcustomerservices-content-inner.badcustomerservices-2, .badcustomerservices-content-inner.badcustomerservices-3, .badcustomerservices-content-inner.badcustomerservices-4 {
        width: 90%;
    }
}