/**
* 2007-2020 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-2020 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.main-page-title{
    font-size: 21px;
    font-weight: 700;
    color: rgb(13, 17, 54);
    line-height: 1.2;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
.badfaqqueestions-block {
    padding-bottom: 60px;
    border-bottom: 1px solid #f1f1f1;
    max-width: 870px;
    margin: 0 auto;
}
.badfaqqueestions-content {
    margin: 0 -15px
}
.badfaqqueestions-block .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}
.badfaqqueestions-item-que-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 25px;
}
.badfaqqueestions-item-ans-wrapper{
    padding: 0 25px;   
    text-align: left;
}
.badfaqqueestions-item-que-wrapper a{
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}
.badfaqqueestions-item-que-wrapper span{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(13, 17, 54);
    line-height: 1.5;
}
p{
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(119, 121, 140);
    line-height: 1.75;
}
.badfaqqueestions-item {
    text-align: center;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    border-image: initial;
    border-radius: 6px;
    overflow: hidden;
}
.badfaqqueestions-item .badfaqqueestions-item-title {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    display: none;
    letter-spacing: .8px;
    text-transform: capitalize
}
.badfaqqueestions-block .owl-dots {
    padding: 0;
    display: none;
    margin: 0
}
.badfaqqueestions-left-block .badfaqqueestions-item-img-wrapper img {
    width: auto;
    margin: 0 auto
}
.badfaqqueestions-left-block .badfaqqueestions-content {
    margin: 0
}
.badfaqqueestions-left-block .badfaqqueestions-item {
    margin: 15px
}
@media(max-width:991px) {
    .badfaqqueestions-content {
        margin: 0px;
    }
    .badfaqqueestions-block {
        margin-bottom: 30px;
    }
}
.badfaqqueestions-block .badfaqqueestions-item-que-wrapper .collapsein,
.badfaqqueestions-block .badfaqqueestions-item-que-wrapper[aria-expanded=true] .collapsed,
.badfaqqueestions-block .badfaqqueestions-item-que-wrapper[aria-expanded=false] .collapsein{
    display: none;
}
.badfaqqueestions-block .badfaqqueestions-item-que-wrapper[aria-expanded=false] .collapsed,
.badfaqqueestions-block .badfaqqueestions-item-que-wrapper[aria-expanded=true] .collapsein{
    display: block;
}
