/**
* 2007-2024 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-2024 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 {
    position: relative;
    z-index: 1;
}
.tvservice-inner {
    /*margin-top: -100px;*/
    /*    background-color: #fff;
    box-shadow: 0px 0px 15.2px 0.8px rgb(0 0 0 / 20%);*/
}
.tv-all-service-wrapper.row {
    margin: 0 -15px;
}
.tvcmscustomer-services .tvservices-center {
    background-color: unset;
    box-shadow: none;
    border: none;
    padding: 0 15px;
}

.tvservices-img i {
    color: #ffffff;
}
.tvcmscustomer-services .tvservices-img-conut {
    /* margin-inline-end: 15px; */
}
@media (max-width: 991px) {
    .tvservices-center.card {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .tvservices-content-box .tvservice-dec {
        font-size: 14px;
    }
}
.tvservice-all-block-image {
    overflow: hidden;
    position: relative;
}
.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-wrapper {
    display: flex;
    vertical-align: middle;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 15px;
    text-align: start;
    align-items: center;
}

.tvservices-center:nth-child(3) .tvall-block-box-shadows:after {
    display: none;
}
.tvservices-content-box .tvservices-title {
    font-weight: 400;
    font-family: 'Baloo Paaji';
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #070707;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.tvservices-content-box .tvservice-dec {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
    color: #A7A7A7;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.tvservices-wrapper:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;
}
/* .tvservices-img img {
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
} */
/* .tvservices-center:hover .tvservices-img img {
    transform: rotateY(180deg);
} */
.tvservices-img {
    position: relative;
    display: inline-block;
    /* padding: 12px; */
    min-width: 100px;
    border-radius: 100%;
    margin-inline-end: 25px;
}
.tvservices-img::after  {
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    border-radius: 50%;
    border: 1px dashed #000000;
    background-clip: content-box;
  }
  .tvservices-wrapper:hover .tvservices-img:after  {
    animation: spin 9s linear infinite;
  }
@keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }
.tvservices-center .tvall-block-box-shadows:after {
    /* content: '';
    position: absolute;
    background-color: #555;
    display: block;
    width: 1px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; */
}
.tv-all-service-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/***** mobile service *****/
@media (max-width: 1024px) {
    /*.tvservices-center.odd:last-child {
        display: block;
        overflow: hidden;
        margin: auto;
        float: 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 #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: 1200px) {
    .tvservices-wrapper{
        padding: 15px;
    }
    .tvservices-img {
        margin-inline-end: 15px;
    }
    .tvservices-content-box .tvservices-title{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .tvservices-content-box .tvservice-dec{
        font-size: 16px;
        line-height: 16px;
    }
}
@media(max-width: 1199px) {
    #left-column .tvcmscustomer-services .tvservices-center,
    #right-column .tvcmscustomer-services .tvservices-center {
        width: 50%;
        float: left;
    }
}

@media(max-width: 1024px)
{
    .tvcmscustomer-services .tvservices-center
    {
        width: 50%;
    }
    .tv-all-service-wrapper.row
    {
        display: block;
    }
    
}
@media(max-width: 991px) {
    .tv-all-service.card-deck {
        border: none;
    }
    .tvcmscustomer-services .tvservices-center {
        border: none;
        margin-bottom: 0;
    }
    .tvcmscustomer-services .tvservices-center .tvall-block-box-shadows {
        /*border: 1px solid rgba(0, 0, 0, 0.07);*/
        padding: 20px 10px;
    }
    .tvservices-content-box .tvservices-title
    {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 10px;

    }
    .tvservices-content-box .tvservice-dec
    {
        font-size: 14px;
    }
    #left-column .tvcmscustomer-services .tvservices-center .tvall-block-box-shadows {
        border: none;
    }
    .tvservices-center:nth-child(2) .tvall-block-box-shadows:after {
        display: none;
    }
    .tvcmscustomer-services .tvservices-center:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media(max-width:767px) {
    #left-column .tvcmscustomer-services .tvservices-center,
    #right-column .tvcmscustomer-services .tvservices-center {
        width: 100%;
        float: none;
    }
}
@media (max-width: 650px){
    .tvcmscustomer-services .tvservices-center {
        width: 100%;
    }
    }
    @media(max-width: 575px) {
        .tvservices-content-box .tvservices-title {
            font-size: 17px;
        }
        .tv-all-service.card-deck {
            padding: 15px 0;
            display: inline-block;
        }
        .tvservices-center.card{
            width: 100%;
        }
    }
@media(max-width: 480px) {
    .tvservices-center.card {
        width: 100%;
    }
    .tvservices-center .tvall-block-box-shadows:after {
        display: 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;
}
@media (max-width: 425px) {
   
    .tvservices-center.card {
        width: 100%;
    }
    .tvservices-center .tvall-block-box-shadows:after {
        display: none;
    }
    .tvservices-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 420px){
    .tvservices-img{
        min-width: 75px;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
    }
}