/**
 * 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)
 */

 #basecmsbottombanner {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    overflow: hidden;
}
#basecmsbottombanner .cms_content {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 15px;
}
#basecmsbottombanner .cms_content .cms-block {
    position: absolute;
    right: auto;
    left: 9.5%;
    text-align: left;
    top: 27%;
    bottom: auto;
}
#basecmsbottombanner .cms_content:hover .cms_img img {
    transform: scale(1.07);
}
#basecmsbottombanner .cms_content .cms-block {
    direction: ltr !important;
}
#basecmsbottombanner .cms_content .cms_img {
    overflow: hidden;
    border-radius: var(--global-border-radius);
}
#basecmsbottombanner .cms_content .cms-block .cms_decs {
    letter-spacing: 0;
    color: var(--global-palette3);
    line-height: 25px;
    font-size: 19px;
}
#basecmsbottombanner .cms_content .cms-block .cms_decs1 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--global-palette3);
    margin: 10px 0 0px;
    width: 60%;
}
#basecmsbottombanner .cms_content .cms-block .cms span {
    color: var(--global-palette9);
    font-size: 14px;
    line-height: 20px;
}
#basecmsbottombanner .cms_content .cms-block .cms b {
    font-size: 38px;
    line-height: 39px;
    display: block;
    color: var(--global-palette9);
    font-weight: 500;
}
.cms_img img {
    border-radius: var(--global-border-radius);
    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;
}
@media (max-width: 1359px) and (min-width: 1200px){

}
@media (max-width: 1359px){

}

@media (max-width: 1199px){
    #basecmsbottombanner .cms_content{
        padding: 0 10px;
    }
    #basecmsbottombanner .row{
        margin: 0 -10px;
    }
    #basecmsbottombanner .cms_content .cms-block .cms b{
        font-size: 22px;
        line-height: 22px;
    }
    #basecmsbottombanner .cms_content .cms-block{
        top: 21%;
        left: 7%;
    
    }
}
@media (max-width: 1199px) and (min-width: 992px){

}
@media (max-width: 991px){
}
@media (max-width: 767px) and (min-width: 544px){
    #basecmsbottombanner .cms_content .cms-block .cms_decs1{
        font-size: 23px;
        line-height: 25px;
    }
    #basecmsbottombanner .cms_content .cms-block .cms b{
        font-size: 20px;
        line-height: 21px;
    }
    
}
@media (max-width: 767px){
    .basecmsbottombanner.stickyscroll {
        padding-bottom: 10px;
    }
    #basecmsbottombanner .row {
        margin: 0 -5px;
    }

    #basecmsbottombanner .cms_content {
        width: 65%;
        padding: 0 5px;
    }   
    #basecmsbottombanner .cms_content .cms-block .cms span{
        font-size: 13px;
        line-height: 14px;
    }
}
@media (max-width: 543px){
    #basecmsbottombanner .cms_content .cms-block .cms_decs{
        line-height: 22px;
        font-size: 17px;
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs1 {
        font-size: 21px;
        line-height: 25px;
        margin: 10px 0 0px;
    }
}
@media (max-width: 479px){
    #basecmsbottombanner .cms_content .cms-block .cms_decs1 {
        font-size: 19px;
        line-height: 24px;
        margin: 6px 0 0px;

    }
    #basecmsbottombanner .cms_content {
        width:  86%;
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs {
        line-height: 22px;
        font-size: 14px;

    }
    #basecmsbottombanner .cms_content .cms-block {
        top: 18%;
    }
}
