/**
 * 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)
 */

 #basesubbannercmsblock {
	float: left;
	width: 100%;
	margin: 0 0 70px;
}
#basesubbannercmsblock .row{
    margin: 0 -10px;
}
#basesubbannercmsblock .basecmssubbanner.row.stickyscroll {
    padding-bottom: 5px;
}
.basesubbanner-img {
    width: 25%;
    position: relative;
    float: left;
    padding: 0 10px;
}
.basecmssubbanner .stickyscroll {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.basesubbanner-content1 {
    position: absolute;
    right: auto;
    left: 13.2%;
    text-align: left;
    top: auto;
    bottom: 10.3%;
}
.basesubbanner-content2 {
	position: absolute;
    right: auto;
    left: 12.2%;
    text-align: left;
    top: 9%;
    bottom: auto;
}
#basesubbannercmsblock .basesubbanner .baseright-banner-content {
	float: left;
	width: 100%;
	position: relative;
}
#basesubbannercmsblock .basesubbanner .basesubbanner-content {
    float: left;
    width: 100%;
	text-align: center;
	margin-top: 20px;
}
.cms-subtitle {
    color: var(--global-palette9);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 9px;
}
.cms-title{
	color: var(--global-palette9);
	font-size: 32px;
	line-height: 37px;
	font-weight: 600;
	letter-spacing: 0;
}
.cms-title1 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    letter-spacing: 0;
	margin: 0 0 21px;
    color: var(--global-palette4);
}
.cms-subtitle1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--global-palette4);
}
.cms-title2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 21px;
    color: var(--global-palette9);
}
.cms-subtitle2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
	color: var(--global-palette9);
}
#basesubbannercmsblock .basecmssubbanner .basesubbanner-img .baseright-banner-content {
    overflow: hidden;
    float: left;
    width: 100%;
    display: inline-block;
    border-radius: 25px;
}
#basesubbannercmsblock .basecmssubbanner .basesubbanner-img .baseright-banner-content .image {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
#basesubbannercmsblock .basecmssubbanner .basesubbanner-img .baseright-banner-content:hover .image {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
}

@media (max-width:1359px) {
    #basesubbannercmsblock{
        margin: 0 0 45px;
    }
    .cms-subtitle{
        margin: 0 0 6px;
    }
    .cms-title{
        font-size: 30px;
        line-height: 35px;
    }
    .cms-title1{
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 10px;
    }
    .cms-title2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 10px;
    }
}

@media (max-width:1199px) {
    .basesubbanner-img{
        padding: 0 5px;
    }
    #basesubbannercmsblock .row{
        margin: 0 -5px;
    }
    .cms-subtitle{
        font-size: 15px;
        line-height: 20px;
    }
    .cms-title {
        font-size: 22px;
        line-height: 28px;
    }
    .cms-title1 {
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 6px;
    }
    .cms-subtitle1 {
        font-size: 15px;
        line-height: 21px;
    }
    .cms-title2 {
        font-size: 21px;
        line-height: 27px;
        margin: 0 0 6px;
    }
    .cms-subtitle2 {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width:991px) {
    #basesubbannercmsblock {
        margin: 0 0 35px;
    }
    .basesubbanner-img{
        width: 33.33%;
    }
}
@media  (max-width:767px) {
    .basesubbanner-img {
        width: 42%;
    }
	#basesubbannercmsblock .stickyscroll {
		padding-bottom: 10px;
	}
}

@media (max-width:543px){
    #basesubbannercmsblock {
        margin: 0 0 30px;
    }
    .cms-subtitle {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 5px;
    }
    .cms-title {
        font-size: 19px;
        line-height: 23px;
    }
    .cms-title1 {
        font-size: 20px;
        line-height: 23px;
        margin: 0px 0 5px;
    }
    .cms-subtitle1 {
        font-size: 13px;
        line-height: 18px;
    }
    .cms-title2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 5px;
    }
    .cms-subtitle2 {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width:479px){
    .basesubbanner-img {
        width: 50%;
    }
    #basesubbannercmsblock {
        margin: 0 0 30px;
    }
}