/**
* 2007-2019 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-2019 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;
}
.tvcmscustomer-services .tvservices-img-conut {
	margin-bottom: 15px;
}
.tvservices-content-box .tvservices-title {
	font-size: 20px;
	margin-bottom: 10px;
}

/************************************************ service **************************************************************/
.tvservice-all-block-image {
	overflow: hidden;
	position: relative;
}
.tvcustomer-services .tvcmsmain-title-wrapper {
	display: none;
}
.tvcmscustomer-services {
    margin-bottom:80px;
}
.tvcmscustomer-services .tvservices-all-block{
	margin: 0 -7.5px;
}
.tvcmscustomer-services .tvservices-center{
	padding: 0 7.5px;
}
.tvcmscustomer-services .tvall-block-box-shadows{
	border: 1px solid #eeeeee;
	background-color: #ffffff;
    border-radius: 3px;
    padding: 35px 25px;
}
.tv-all-service.card-deck{
	margin-bottom: 0;
	border-spacing: 0;
}
.tvcmscustomer-services .tvservices-img-conut i {
	display: none;
}
.tvcmscustomer-services .tvservices-img-conut {
    margin-bottom: 0;
    margin-right: 15px;
}
.tvservices-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/****************************************** mobile service ******************************************/
@media(max-width: 1199px){
	.tvcmscustomer-services .tvservices-center {
	    width: 50%;
	    display: block;
	    float: left;
	    margin-bottom: 15px;
	}
	.tvcmscustomer-services {
    	margin-bottom:65px;
	}
}
@media(max-width: 991px){
	.tvservices-all-block {
		display: block;
		overflow: hidden;
	}
	.tvcmscustomer-services .tvservices-center.card {
		display: block;
		width: 50%;
		float: left;
	}
	.tv-all-service.card-deck {
		border: none;
	}
	.tvcmscustomer-services .tvservices-center {
		border: none;
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	.tvcmscustomer-services{
		margin-bottom: 15px;
	}
	.tvcmscustomer-services .tvall-block-box-shadows{
		padding: 15px;
	}
	.tvservices-content-box .tvservices-title{
		font-size: 14px;
	}
	.tvservices-content-box .tvservice-dec{
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.tvcmscustomer-services {
		margin-bottom: 50px;
	}
	.tvcmscustomer-services .tvservices-center.card{
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
}
@media(max-width: 575px){
	.tvcmscustomer-services .tvservices-center {
	    width:100%;
	}
	.tvcmscustomer-services .tvall-block-box-shadows {
	    padding: 15px;
	}
	.tvservices-center.card {
		width: 100%;
	}
}
/******************service*************************/
.tvleft-cmscustomer-services .tv-all-service{
	padding: 5px 15px 20px 15px;
	width: auto;
}
.tvleft-cmscustomer-services .tvservices-content-box .tvservices-title {
    font-size: 15px;
}
.tvleft-cmscustomer-services .tvservices-content-box .tvservice-dec {
    font-size: 13px;
}
.tvleft-cmscustomer-services .tvservices-img-conut{
	margin-right: 5px;
}
.tvleft-cmscustomer-services .tvservices-center{
	display: block;
	padding: 15px 0;
	border:none;
	border-radius: 0;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 0;
}
.tvleft-cmscustomer-services .tvservices-center:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.lang-rtl .tvcmscustomer-services .tvservices-img-conut{
	margin: 0 0 0 15px;
}
.lang-rtl .tvservices-content-box{
	text-align: right;
}
.lang-rtl .tvleft-cmscustomer-services .tvservices-img-conut{
	margin: 0 0 0 5px;
}
/*************** left-service*************************/
/************************************************ end service **************************************************************/