/**
* 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
*/
.badaboutus-block {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.badaboutus-block .container{
    padding: 0;
}
.badaboutus-img{
    text-align: center;
    position: relative;
}
.badaboutus-block-contant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badabout-first-section {
    width: 100%;
    text-align: center;
    margin: auto;
    border: 7px solid #ddefd3;
    padding: 40px;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 30px;
    font-weight: 400;
    color: var(--theme-custom-color);
    font-family: var(--badtheme-font-name-2);
    line-height: 32px;
    background-color: #fff;
    display: inline-block;
    padding: 0px;
}
.badaboutus-block .badmain-sub-title {
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.badaboutus-block .badmain-sub-title span{
    font-size: 46px;
    font-weight: 700;
    color: #006324;
}
.badaboutus-block .badaboutus-title {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 10px;
}
.badaboutus-block .badaboutus-desc,.badaboutus-block .badaboutus-desc-1{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 32px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 15px;
}
.badaboutus-block .badaboutus-desc-1{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.badaboutus-block-btn {
    text-align: center;
    margin: 15px 0 0px;
}
.badaboutus-block .badaboutus-btn {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 100px;
    background-color: var(--theme-custom-color);
    padding: 5px 30px;
    display: inline-block;
    overflow: hidden;
}
.badaboutus-block .badaboutus-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #333333;
    color: #ffffff;
}
.badaboutus-block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
}
.badaboutus-content-wrapper .index {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    border: 2px solid #000;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 0 10px;
    margin: 30px 0;
}
.badabout-second-block ul {
    text-align: center;
    margin: 0;
    position: relative;
}
.badabout-second-block ul li {
    padding-top: 72px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    color: #000;
}
.badabout-second-block ul li::before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    top: -66%;
    left: 0;
    right: 0;
}
.badabout-second-block ul li:nth-child(1):before{
    background-image: url(../img/1.png);
}
.badabout-second-block ul li:nth-child(2):before{
    background-image: url(../img/2.png);
}
.badabout-second-block ul li:nth-child(3):before{
    background-image: url(../img/3.png);
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .content-wrapper .name{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #111111;
    font-weight: 500;
}
.badaboutus-content-wrapper .content-wrapper .price{
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-custom-color);
    text-align: right;
}
.badaboutus-content-wrapper .content-wrapper .attributes {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #777777;
    border: 1px solid #e3e3e3;
    width: 70%;
    padding: 0 15px;
}
.badaboutus-content-wrapper img {
    position: relative;
    -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;

}
@media(max-width: 1868px){
    .badabout-second-block ul li {
        font-size: 20px;
    }
}
@media(max-width: 1650px){
    .badabout-second-block ul li {
        font-size: 18px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .badaboutus-block .badaboutus-title {
        font-size: 38px;
        line-height: 40px;
    }
    .badaboutus-block {
        margin: 0 0 50px;
    }
    .badaboutus-subtitle-block{
        margin-bottom: 10px;
    }
    .badaboutus-block{
        margin-bottom: 45px;
    }
    .badaboutus-block .badaboutus-desc, .badaboutus-block .badaboutus-desc-1 {
        font-size: 15px;
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 45px;
    }
    .badaboutus-subtitle span {
        font-size: 30px;
    }
    .badaboutus-desc.bad-aboutus-second-desc {
        display: none;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .badabout-second-block ul li {
        font-size: 12px;
        padding-top: 35px;
        letter-spacing: 0;
    }
    .badaboutus-subtitle-block{
        margin-bottom: 5px;
    }
    .badaboutus-block .badmain-sub-title {
        font-size: 20px;
    }
    .badaboutus-block .badmain-sub-title span {
        font-size: 30px;
    }
    .badaboutus-block .badmain-sub-title {
        padding-bottom: 10px;
    }
    .badaboutus-block {
        margin: 0 0 30px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 30px;
        line-height: 42px;
    }
    .badaboutus-subtitle span {
        font-size: 24px;
    }
    .badabout-first-section {
        padding: 20px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 25px;
        line-height: 34px;
        padding-top: 0px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 15px;
        line-height: 30px;
        padding: 0px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }
    .badaboutus-block .badaboutus-desc-1{
        font-size: 15px;
        line-height: 24px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
    }
    .badaboutus-block-btn{
        margin: 15px 0 0px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 15px;
        line-height: 30px;
        padding: 5px 18px;
    }
}
@media(max-width: 767px){
    .badaboutus-block-contant {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
    }
    .badaboutus-content-wrapper{
        width: 100%;
        order: 1
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: auto;
        margin: auto;
        margin-bottom: 0;
    }
    .badabout-first-section {
        padding: 15px;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 5px 24px;
    }
    .badaboutus-block .badaboutus-subtitle{
        font-size: 30px;
        line-height: 35px;
    }
}
@media(max-width: 475px){
    .badaboutus-block .badaboutus-subtitle {
        font-size: 22px;
        line-height: 28px;
    }
    .badaboutus-subtitle span {
        font-size: 20px;
    }
    .badaboutus-block .badaboutus-title{
        font-size: 28px;
        margin-bottom: 0;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }
    .badaboutus-block .badaboutus-desc-1{
        font-size: 14px;
        line-height: 20px;
    }
    .badaboutus-block-btn{
        margin-top: 0;
    }
}
@media(max-width: 375px){
    .badaboutus-block .badaboutus-title{
        font-size: 20px;
        line-height: 25px;
    }
    .badaboutus-block .badmain-sub-title {
        font-size: 18px;
        line-height: 24px;
    }
    .badaboutus-block .badmain-sub-title span {
        font-size: 25px;
    }
    .badaboutus-block .badaboutus-desc,.badaboutus-block .badaboutus-desc-1 {
        font-size: 13px;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 5px 18px;
        line-height: 25px;
        font-size: 15px;
    }
}