/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badtwoofferbanner-block {
    margin-bottom: 80px;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content-img {
    padding-right: 33px;
}
.badtwoofferbanner-content-block {
    font-size: 18px;
    color: #025b50;
    font-weight: 400;
    line-height: 50px;
}
.badtwoofferbanner-content-row1, .badtwoofferbanner-content-row2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.badtwoofferbanner-discription {
    width: 80%;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: 400;
    color: #868585;
}
.badtwoofferbanner-block .badtwoofferbanner-subtitle {
    font-size: 18px;
    line-height: 20px;
    color: var(--theme-custom-color);
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--badtheme-font-name-2);
}
.badtwoofferbanner-description {
    font-size: 20px;
    color: #868585;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 13px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badtwoofferbanner-content-buton {
    margin-top: 45px;
}
.badtwoofferbanner-content-title {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 19px;
    padding-left: 13px;
    padding-bottom: 12px;
}
.badaboutus-content-buton a {
    background-color: var(--theme-custom-color);
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 14px 22px;
    font-weight: 500;
    line-height: 20px;
}
.badtwoofferbanner-content-row2 {
    margin-top: 5%;
}
.badtwoofferbanner-content-count {
    background-color: #de968d;
    height: 12px;
    width: 12px;
    border-radius: 30px;
}
.badtwoofferbanner-content h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    width: 90%;
}
.badtwoofferbanner-title {
    font-size: 40px;
    line-height: 50px;
    color: #0f0f0f;
    font-weight: 700;
    padding-bottom: 8px;
}
.badtwoofferbanner-content a {
    background: var(--theme-custom-color);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.badtwoofferbanner-content a::before {
    background-color: #333;
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     height: 0;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     width: 0;
     height: 45px;
     z-index: -1;
 }
 .badtwoofferbanner-content a:hover{
    color: #fff !important;
 }
.img-responsive:hover {
    filter: contrast(0.5);
    transition: 0.5s;
}
.badtwoofferbanner-content a:hover {
    background-color: #333;
    color: #fff;
}
.badtwoofferbanner-content-img img{
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badtwoofferbanner-content-img:hover img {
    filter: contrast(0.5);
}
.badtwoofferbanner-content-img:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 50px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.badtwoofferbanner-content-img:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
@media(max-width: 1400px){
    .badtwoofferbanner-subtitle {
        font-size: 30px;
        line-height: 35px;
    }
    .badtwoofferbanner-title {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-discription {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-content a {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .badtwoofferbanner-title {
        font-size: 32px;
        line-height: 40px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 25px;
        line-height: 30px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-discription {
        font-size: 16px;
        line-height: 28px;
    }
    .badtwoofferbanner-title {
        font-size: 25px;
        line-height: 35px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner-content {
        width: 100%;
        padding: 0px 0px 2px 0;
        text-align: center;
        margin-top: 20px;
        order: 2;
    }
    .badtwoofferbanner-block .badtwoofferbanner-subtitle{
        margin-top: 5px;
    }
    .badtwoofferbanner-content-img {
        text-align: center;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-content-img {
        padding-right: 15px;
    }
    .badtwoofferbanner-title {
        font-size: 25px;
        line-height: 35px;
    }
    .badtwoofferbanner-discription {
        width: 80%;
        margin: 0 auto 15px;
    }
    .badtwoofferbanner-content-img.col-md-12 {
        padding: 0;
    }
    .badtwoofferbanner-content-row2 .badtwoofferbanner-content-img {
        order: 1;
        width: 100%;
        display: block;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 28px;
    }
    .badtwoofferbanner-discription {
        font-size: 14px;
    }
    .badtwoofferbanner-subtitle {
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-subtitle {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-content-buton {
        margin-top: 2%;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-content-img {
        padding: 0;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-content-img {
        padding-right: 0;
        margin-top: 0;
    }
    .badtwoofferbanner-description{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media (max-width: 375px){
    .badtwoofferbanner-content a {
        font-size: 15px;
        line-height: 30px;
        padding: 5px 20px
    }
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 25px;
    }
    .badtwoofferbanner-description {
        margin-bottom: 6px;
    }
    .badtwoofferbanner-content-img {
        text-align: center;
        margin-top: 17px;
    }
}