/**
* 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 ****************/
.page-home .tvcmscustomer-services {
    margin: 0 50px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.tvcmscustomer-services {
    position: relative;
    margin-bottom: 80px;
    /*background-color: #f8f8f8;*/
}
.tvcmscustomer-services .tvservices-center {
    background-color: unset;
    box-shadow: none;
    border: none;
    /* cursor: pointer; */
    /*text-align: center;*/
}
.tvservices-img {
    /*height: 80px;
    width: 80px;*/
    margin: auto;
  /*  background-color: #1d68a9;
    border-radius: 50px;
    line-height: 54px;*/
}
.tvservices-img i {
    color: #ffffff;
}
.tvcmscustomer-services .tvservices-img-conut {
    margin: 0;
    width: 20%;
}
.tvservices-content-box .tvservices-title {
    font-size: 20px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .tvservices-all-block {
        display: block;
        overflow: hidden;
    }
    .tvservices-center.card {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .page-home .tvcmscustomer-services {
        margin: 0 30px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tvservices-content-box .tvservice-dec {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .tvcmscustomer-services {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tvservices-center.card {
        width: 100%;
    }
}

.tvservice-all-block-image {
    overflow: hidden;
    position: relative;
}
.tvcmscustomer-services {
  /*  background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);*/
    margin-top: 60px;
    margin-bottom: 80px;
}
.tvcmscustomer-services .tvservices-center {
    padding: 0 7.5px;
}
.tvcmscustomer-services .tvservices-center:last-child {
    border-right: none;
}
.tv-all-service.card-deck {
    margin-bottom: 0;
    direction: ltr;
    border-spacing: 0;
}
.tvcmscustomer-services .tvservices-img-conut i {
    display: none;
}
.tvservices-img {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
}
.tvservices-img img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: -webkit-all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.tvservices-img img:nth-child(1) {
    opacity: 1;
}
.tvservices-img img:nth-child(2) {
    opacity: 0;
}
/* .tvcmscustomer-services .tvall-services-block:hover .tvservices-img img:nth-child(1) {
    opacity: 0;
}
.tvcmscustomer-services .tvall-services-block:hover .tvservices-img img:nth-child(2) {
    opacity: 1;
} */
.tvservices-content-box .tvservices-title {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 10px;
    cursor: default;
    transition: all 0.3s ease-in-out;
    -webkit-transition: -webkit-all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.tvall-block-box-shadows:hover .tvservices-content-box .tvservices-title {
    /* color: #222222;
    font-weight: 700; */
}
/* .tvcmscustomer-services .tvall-services-block:hover .tvservices-content-box .tvservices-title {
    color: #ffffff;
} */
.tvservices-content-box .tvservice-dec {
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    font-weight: 400;
    cursor: default;
    transition: all 0.3s ease-in-out;
    -webkit-transition: -webkit-all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
/* .tvcmscustomer-services .tvall-services-block:hover .tvservices-content-box .tvservice-dec {
    color: #ffffff;
} */
.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;*/
}
/***** mobile service *****/
@media(max-width: 1199px) {
    .tvcmscustomer-services .tvservices-center {
        /*padding: 30px 15px;*/
    }
}
@media (max-width: 1024px) {
    .tvservices-center.odd:last-child {
        display: block;
        overflow: hidden;
        margin: auto;
        float: none;
    }
}
@media(max-width: 991px) {
    .tv-all-service.card-deck {
        border: none;
    }
    .tvcmscustomer-services .tvservices-center {
        border: none;
        margin-bottom: 0;
        /*padding: 15px;*/
    }
    .tvcmscustomer-services .tvservices-center .tvall-block-box-shadows {
        /*border: 1px solid rgba(0, 0, 0, 0.07);*/
        /*padding: 5px;*/
    }
    #left-column .tvcmscustomer-services .tvservices-center .tvall-block-box-shadows {
        border: none;
    }
}
@media(max-width: 575px) {
    .tv-all-service.card-deck {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px 0;
    }
    .tvcmscustomer-services .tvservices-center {
        /*padding: 15px 0;*/
    }
    .tvcmscustomer-services .tvall-services-block {
        padding: 20px 10px !important;
    }
    .tvservices-img {
        width: 40px;
    }
    .tvservices-img img {
        width: 40px;
        height: 40px;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 15px !important;
    }
}
/***** 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 #f7f7f7;
}
#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;
    }
}
@media(max-width:767px) {
    #left-column .tvcmscustomer-services .tvservices-center,
    #right-column .tvcmscustomer-services .tvservices-center {
        width: 100%;
        float: none;
    }
}
.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;
}
.control-label {
    text-transform: capitalize;
}
.tvservices-all-block {
    display: flex;
    justify-content: center;
    margin: 0 -7.5px;
}
.tv-all-service {
    padding: 0;
}
.tvcmscustomer-services .tvall-services-block {
    background: #eeeeee89;
    border-radius: 10px !important;
    /* border: 1px solid #bbb; */
    padding: 20px;
    margin: 0;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    transition: all 0.3s ease-in-out;
    -webkit-transition: -webkit-all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.tvservices-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tvservices-content-box {
    /* width: 80%; */
}