/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 #basecmsservices {
    position: relative;
}
.service_image {
    height: 70px;
    width: 70px;
    position: relative;
    padding: 0;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    background-color: var(--global-palette7);
}
.service-cms-banner-list.service-1 .service_image:hover::after,
.service-cms-banner-list.service-2 .service_image:hover::after,
.service-cms-banner-list.service-3 .service_image:hover::after,
.service-cms-banner-list.service-4 .service_image:hover::after{
    background-color: var(--global-palette9);
}
.service-cms-banner-list.service-1 .service_image::after {
    content: '';
    -webkit-mask-image: url(../img/service-01.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 35px;
    background-color: var(--global-palette3);
    height: 70px;
    width: 70px;
    display: block;
}
.service-cms-banner-list.service-2 .service_image::after {
    content: '';
    -webkit-mask-image: url(../img/service-02.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size:35px;
    background-color: var(--global-palette3);
    height: 70px;
    width: 70px;
    display: block;

}
.service-cms-banner-list.service-3 .service_image::after {
    content: '';
    -webkit-mask-image: url(../img/service-03.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 35px;
    background-color: var(--global-palette3);
    height: 70px;
    width: 70px;
    display: block;
}
.service-cms-banner-list.service-4 .service_image::after {
    content: '';
    -webkit-mask-image: url(../img/service-04.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 35px;
    background-color: var(--global-palette3);
    height: 70px;
    width: 70px;
    display: block;
}
.service_content {
    float: left;
    text-align: left;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.service_title2 {
    letter-spacing: .8px;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 3px;
}
.service_title1 {
    font-weight: 600;
    color: var(--global-palette3);
    text-align: left;
    text-transform: uppercase;

}
#basecmsservices .services.stickyscroll .service-cms-banner-list:hover .service_image::after {
    background-color: var(--global-palette9);
}
#basecmsservices .services.stickyscroll .service-cms-banner-list:hover .service_image{
    background-color: var(--global-palette1);
}
.services.stickyscroll > .scroll-item {
    width: 25%;
    padding: 0;
    overflow: hidden;
}
#basecmsservices .container {
    border-bottom: 1px solid #e6e6e6;
    padding: 65px 15px;
}
@media (max-width: 1359px) and (min-width: 1200px){

} 
@media (max-width: 1359px) {

}
@media (max-width: 1199px) and (min-width: 992px){

}
@media (max-width: 1199px) {
    .services.stickyscroll {
        padding: 0 0 15px;
    }
    .services.stickyscroll > .scroll-item {
        width: 34%;
    }

}
@media (max-width: 991px) and (min-width: 768px){

}
@media (max-width: 991px) {
    #basecmsservices .container{
        padding: 45px 15px;
    }
    .services.stickyscroll > .scroll-item {
        width: 42%;
    }
}
@media (max-width: 767px) {
.services.stickyscroll > .scroll-item {
    width: 54%;
}
#basecmsservices .container{
    padding: 35px 15px;
}
}
@media (max-width: 543px) {
    .services.stickyscroll > .scroll-item {
        width: 58%;
    }
}
@media (max-width: 479px) {
    .services.stickyscroll > .scroll-item {
        width: 91%;
    }
    #basecmsservices .container {
        padding: 25px 15px;
    }
}