/**
* 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;
    margin-top: 55px;
}
.badtwoofferbanner-content-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
}
.badtwoofferbanner-content-row2 {
    text-align: right;
}
.badtwoofferbanner-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.badtwoofferbanner-subtitle {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    color: #1f1f1f;
    padding-bottom: 5px;
    font-family: var(--badtheme-font-name-1);
}
.badtwoofferbanner-title {
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #1f1f1f;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: var(--badtheme-font-name-1);
    margin-bottom: 15px;
}
.badtwoofferbanner-discription {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--badtheme-font-name-1);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    color: #838383;
    font-weight: 400;
    margin-bottom: 40px;
}
.badtwoofferbanner-btn a:hover{
    color: #fff;
}
.badtwoofferbanner-content a ,
.badtwoofferbanner-content1 a {
    background: var(--theme-custom-color);
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 12px 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-btn1{
    margin-top: 15px;
}
 .badtwoofferbanner-content .badtwoofferbanner-title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #0b4c74;
    bottom: 0;
    left: 0;
    margin: auto;
}
.badtwoofferbanner-content a::before {
    background-color: #333;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0;
    height: 46px;
    z-index: -1;
}
.badtwoofferbanner-content a:hover::before {
    width: 100%;
}
 .badtwoofferbanner-content a:hover::before {
     width: 100%;
 }
.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 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.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;
}
.badtwoofferbanner-btn1 a:hover{
    color: #ffffff;
}
@media(max-width:1469px){
    .badtwoofferbanner-content-row1{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(max-width: 1400px){
    .badtwoofferbanner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .badtwoofferbanner-subtitle{
        font-size: 40px;
        line-height: 50px;
    }
    .badtwoofferbanner-btn1{
        margin-top: 5px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 35px;
        line-height: 45px;
    }
    .badtwoofferbanner-title {
        font-size: 35px;
        line-height: 45px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
    .badtwoofferbanner-content a, .badtwoofferbanner-content1 a{
        padding: 9px 21px ;
    }
    .badtwoofferbanner-discription {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
    }
}
@media(max-width:1130px){
    .badtwoofferbanner-content-img{
        margin-top: 35px;
    }
}
@media(max-width: 1032px){
    .badtwoofferbanner-discription{

    }
    .badtwoofferbanner-content-img {
        margin-top: 32px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 40px;
    }
    .badtwoofferbanner-subtitle{
        font-size: 25px;
        line-height: 35px;
    }
    .badtwoofferbanner-discription {
        font-size: 14px;
        line-height: 23px;
    }
    .badtwoofferbanner-title{
        font-size: 27px;
        line-height: 30px;
    }
    .badtwoofferbanner-title {
        font-size: 27px;
        line-height: 30px;
    }
    .badtwoofferbanner-content-inner{
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .badtwoofferbanner-content-img {
        display: flex;
        justify-content: center;
    }
    .badtwoofferbanner-subtitle,
    .badtwoofferbanner-title,
    .badtwoofferbanner-discription{
        text-align: center;
    }
    .badtwoofferbanner-btn{
        justify-content: center;
        margin-top: 10px;
    }
    .badtwoofferbanner-content .badtwoofferbanner-title::after {
        right: 0;
    }
    .badtwoofferbanner-content-row2{
        top: 20px;
    }
    .badtwoofferbanner-content-img1{
        top: 20px;
    }
    .badtwoofferbanner-content-img
    {
        margin-top: 20px;
    }
    .badtwoofferbanner-discription{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner-content {
        width: 100%;
    }
    .badtwoofferbanner-subtitle{
        font-size: 25px;
        line-height: 35px;
    }
    .badtwoofferbanner-content-img {
        text-align: center;
    }
    .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{
        order: 2;
    }
    .badtwoofferbanner-content-row2 .badtwoofferbanner-content-img{
        order: 1;
    }
    .badtwoofferbanner-content-img1 {
        margin-top: 25px;
    }
    .badtestimonials-des-main{
        margin-left: 0;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-discription {
        font-size: 14px;
    }
    .badtwoofferbanner-content-img1{
        margin-top: 0;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-content-img {
        padding: 0;
        margin-top: 15px;
    }
    .badtwoofferbanner-discription {
        width: 100%;
    }
}
@media (max-width: 375px){
    .badtwoofferbanner-content a,
    .badtwoofferbanner-content1 a {
        font-size: 14px;
        line-height: 22px;
        padding: 7px 15px;
    }
    .badtwoofferbanner-title {
        font-size: 21px;
        line-height: 30px;
    }
    .badtwoofferbanner-content {
        padding: 10px 0;
    }
    .badtwoofferbanner-subtitle{
        font-size: 21px;
        line-height: 30px;
    }
}