/**
* 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:
* 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
*/

/********************************service ****************/
.tvcmscustomer-services .tvservices-center {
    background-color: unset;
    box-shadow: none;
    border: none;
    text-align: center;
}
.tvservices-img {
    height: 50px;
    width: 50px;
    margin: auto;
    background-color: transparent;
    border-radius: 0;
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -moz-transform: translateY(5px);
        transform: translateY(5px)
    }
    30% {
        -webkit-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    50% {
        -webkit-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -moz-transform: translateY(3px);
        transform: translateY(3px)
    }
    65% {
        -webkit-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    80% {
        -webkit-transform: translateY(2px);
        -o-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -moz-transform: translateY(2px);
        transform: translateY(2px)
    }
    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}
.tvall-block-box-shadows:hover .tvservices-img {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.tvservices-img i {
    color: #ffffff;
}
.tvservice-all-block-image {
    overflow: hidden;
    position: relative;
}
.tvcmscustomer-services {
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}
.tvcmscustomer-services .tvservices-center {
    /*border-right: 1px solid rgba(0, 0, 0, 0.07);*/
    padding: 32px;
    position: relative;
}
.tvservices-center:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #eeeeee;
    margin: auto;
}
/*.tvservices-center:last-child:before{
    display: none;
}
*/
.tv-all-service.card-deck{
    margin-bottom: 0;
    direction: ltr;
    border-spacing: 0;
}
.tvcmscustomer-services .tvservices-img-conut i {
    display: none;
}
.tvcmscustomer-services .tvservices-img-conut {
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.tvservices-content-box .tvservices-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.tvservices-content-box .tvservices-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.3px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.tvall-block-box-shadows:hover .tvservices-content-box .tvservices-title{
    color: #333333;
}
.tvservices-content-box .tvservice-dec{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.tvservices-center:hover .tvservices-title{
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
    .tvservices-center:last-child:before{
        display: none;
    }
@media(min-width: 992px){
    .tv-all-service.card-deck{
        display: flex;
    }
}
@media (max-width: 991px) {
    .tvservices-all-block {
        display: block;
        overflow: hidden;
    }
    .tvservices-center.card {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 0px;
    }
    .tvcmscustomer-services .tvservices-center{
        border-bottom: 1px solid #e5e5e5;
    }
    .tvservices-content-box .tvservices-title {
        /*font-size: 16px;*/
        /*margin-bottom: 5px;*/
    }
    .tvservices-content-box .tvservice-dec {
        font-size: 14px;
    }
    .tvcmscustomer-services{
        border-bottom: none;
    }
}
@media(max-width: 991px) and (min-width: 576px){
    .tvservices-center.tvservice-cash-trustpay:before{
        display: none;
    }
}
@media (max-width: 767px) {
    .tvcmscustomer-services {
        margin-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .tvservices-center.card {
        width: 100%;
    }
    .tvcmscustomer-services{
        border-bottom: 1px solid #eeeeee;
    }
    .tvservices-center:not(:last-child):before{
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background-color: #eeeeee;
        margin: auto;
    }
    .tvcmscustomer-services .tvservices-center{
        border-bottom: none;
    }
}

/***** mobile service *****/
@media(max-width: 1199px){
    .tvcmscustomer-services .tvservices-center {
        padding:30px 15px;
    }
}
.tvcmsmobile-contact #contact-link .tvcms_contact_info{
    font-size: 14px;
}
.tvcmsmobile-contact #contact-link i{
    font-size: 19px;
}
.tvcmsvertical-menu-icon{
    display: none;
}
/***** left service *****/
#left-column .tv-all-service.card-deck,
#right-column .tv-all-service.card-deck {
    border-left: none;
}
#left-column .tvcmscustomer-services .tvservices-center,
#right-column .tvcmscustomer-services .tvservices-center {
    display: block;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #ededed;
}
#left-column .tvcmscustomer-services .tvservices-center:last-child,
#right-column .tvcmscustomer-services .tvservices-center:last-child {
    border-bottom: none;
}
#left-column .tvcms-main-title .tvmain-title,
#right-column .tvcms-main-title .tvmain-title {
    line-height: 40px;
}
#left-column .tvcmsmain-title-wrapper,
#right-column .tvcmsmain-title-wrapper {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 15px;
}
#left-column .tvcmscustomer-services .tvservices-img-conut, 
#right-column .tvcmscustomer-services .tvservices-img-conut {
    margin-bottom: 0;
    margin-right: 15px;
}
#left-column .tvservices-content-box,
#right-column .tvservices-content-box {
    text-align: left;
}
#left-column .tvservices-wrapper,
#right-column .tvservices-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
#left-column .tvcustomer-services.container,
#right-column .tvcustomer-services.container {
    padding: 0;
}
#left-column .tvservices-content-box .tvservices-title,
#right-column .tvservices-content-box .tvservices-title {
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}
@media(max-width: 1199px){
    #left-column .tvcmscustomer-services .tvservices-center,
    #right-column .tvcmscustomer-services .tvservices-center {  
        width: 50%;
        float: left;
    }
}
.lang-rtl #left-column .tvservices-wrapper, 
.lang-rtl #right-column .tvservices-wrapper{
    direction: rtl;
}
.lang-rtl #left-column .tvcmscustomer-services .tvservices-img-conut, 
.lang-rtl #right-column .tvcmscustomer-services .tvservices-img-conut{
    margin: 0 0 0 15px;
}
.lang-rtl #left-column .tvservices-content-box, 
.lang-rtl #right-column .tvservices-content-box{
    text-align: right;
}
/***** end service *****/