
/* faq block styles*/


.faq-img-holder{
    position: relative;
}

.faq_wrapper p{
    font-size: 18px;
    color: #525252;
    line-height: 1.4;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.faq_wrapper p:last-child,.faq_wrapper li:last-child{
    margin-bottom: 0;
}
.faq_wrapper p  a,.faq_wrapper li  a{
    color: #81ab8f;
    transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    border-bottom: 1px solid transparent;
}
.faq_wrapper p > a:hover,.faq_wrapper li  a:hover {
    border-bottom: 1px solid rgba(var(--secondaryColor), 1);
}

.faq_wrapper h2,
.faq_wrapper h3{
    margin-bottom:25px ;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.faq_wrapper ul{
    padding-left: 20px;
}

.faq_wrapper li{
    font-weight: 700;
    margin-bottom:25px ;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    color: #525252;
    margin-bottom: 15px;
    font-size: 18px;
}

.faq_wrapper .custom-heading{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "Muli", sans-serif;
    display: block;
}
.faq_wrapper .faq-img-holder{
    margin: 30px 0;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.faq_wrapper .object-img>img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.object-top .faq_wrapper .object-img> img{
    object-position: top center;
}
.object-bottom .faq_wrapper .object-img> img{
    object-position: bottom center;
}

/*faq points styles*/
.faq_wrapper .faq-points{
    margin:  0;
    padding-left: 0;
}
.faq-points > li{
    padding: 10px;
    margin-bottom: 15px;
}
.faq-points > li:last-child{
    margin-bottom: 0;
}
.faq_wrapper .faq-box > .faq-title{
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.faq-box > .faq-title>b{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.faq-box > .faq-title > b::before,.faq-box > .faq-title > b::after{
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.faq-box > .faq-title>b::before{
    width: 100%;
    height: 3px;
}

.faq-box > .faq-title>b::after{
    top: 2px;
    width: 3px;
    height: 100%;
}

.faq-box.active > .faq-title>b::after{
    transform: translate(-50%) rotate(90deg);
    -webkit-transform: translate(-50%) rotate(90deg);
    -moz-transform: translate(-50%) rotate(90deg);
    -ms-transform: translate(-50%) rotate(90deg);
    -o-transform: translate(-50%) rotate(90deg);
}

.faq_content{
    display: none;
    margin-top: 20px;
}
.faq-box.active > .faq_content{
    display: block;
}



@media (min-width: 767px) {
    .faq-points > li{
        padding: 15px;
        margin-bottom: 25px;
    }
    .faq_wrapper .faq-box > .faq-title{
        font-size: 22px;
    }
    .faq_wrapper p{
        margin-bottom: 20px;
    }
    .faq_wrapper .custom-heading{
        font-size: 30px;
        letter-spacing: 2px;
    }

    .faq_wrapper .object-img{
        height: 300px;
    }
    .faq_wrapper .heading-left-icon{
        position: relative;
    }
    .faq_wrapper .heading-left-icon::before {
        position: relative;
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 29px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 6px;
        left: -45px;
        background-image: url("/wp-content/themes/lawrank-template-9/media/heading-icon.png");
    }
}


@media (min-width: 990px) {
    .lg-height-500 .faq_wrapper .object-img{
        height: 500px;;
    }
    .faq-points > li{
        padding: 20px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1279px) {
    .faq_wrapper p{
        margin-bottom: 25px;
    }

    .faq_wrapper .heading-left-icon::before {
        width: 50px;
        height: 39px;
        top: 7px;
        left: -75px;
    }
}