/*#region  **** faq img  ****/
.faq-img {
    background: url(../images/slider/img-1.png) no-repeat center top / cover;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.faq-img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54545478;
    z-index: 0;
}

.faq-container{
    z-index: 1;
    position: relative;
}

.faq-img h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.faq-img ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.faq-img ul li a {
    color: #fbc52b;
    transition: all .3s;
}
/*#endregion

/*#region  **** faq img  ****/

.faq-content{
    /* margin-right: 0;
    margin-left: 0 ; */
    position: relative;
    border-top-width: 1px ;
    background-color: #eee ;
    border-top-color: #ddd;
    border-top-style: solid;
    margin: 10px auto !important
}

.faq-content:before {
    content: "\f10d" !important;
    font-size: 30px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #999;
    z-index: 2;
}

.faq-content:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 30px 0 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -1px;
    left: 60px;
}


.faq-content-img{
    /* height: auto; */
    /* max-width: 100%; */
    vertical-align: top;
    background: #eeeeee url(../images/faq/img01.jpg) no-repeat;
    background-size: 80%;
    background-position: bottom right;
    /* padding: 100px; */
    width: 240px;
    height: 200px;
    position: relative;
    float: left;
}

.lead{
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 992px ){

    .faq-content{
        float: unset !important;
        margin: 10px 28%!important;
    }
} 

/*#endregion
