/**

* 2007-2021 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-2021 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;
}

.ukfaqqueestions-block {
    padding-bottom: 60px;
    border-bottom: 1px solid #f1f1f1;
    max-width: 870px;
    margin: 0 auto;
}

.ukfaqqueestions-content {
    margin: 0 -15px
}

.ukfaqqueestions-block .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}
.ukfaqqueestions-item-que-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 25px;
}
.ukfaqqueestions-item-ans-wrapper{
    padding: 0 25px;   
    text-align: left;
}
.ukfaqqueestions-item-que-wrapper a{
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}
.ukfaqqueestions-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;
}
.ukfaqqueestions-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;
}

.ukfaqqueestions-item .ukfaqqueestions-item-title {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    display: none;
    letter-spacing: .8px;
    text-transform: capitalize
}

.ukfaqqueestions-block .owl-dots {
    padding: 0;
    display: none;
    margin: 0
}



.ukfaqqueestions-left-block .ukfaqqueestions-item-img-wrapper img {

    width: auto;

    margin: 0 auto
}



.ukfaqqueestions-left-block .ukfaqqueestions-content {

    margin: 0
}



.ukfaqqueestions-left-block .ukfaqqueestions-item {

    margin: 15px
}



@media(max-width:991px) {

    .ukfaqqueestions-content {

        margin: 0px;

    }

    .ukfaqqueestions-block {

        margin-bottom: 30px;

    }

}