.faq-video {
    position: relative;
    float: none;
    clear: both;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.faq-video:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
}
.faq-video-block{
    position: relative;
    z-index: 1;
    height: 507px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faq-play-icon img{
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.25));
    height: 121px;
    width: 121px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-play-icon:hover img{
    transform: scale(1.05);
}
.faq-video-block h3{
    color: #fff;
    margin-top: 28px;
    font-weight: 600;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
}
.frequently-asked{
    padding: 67px 0 78.4px;
}
.title-bolck{
    text-align: center;
}
.title-bolck p{
    color: #545454;
    font-size: 18px;
    line-height: 26px;
}
.mlr-20{
    margin: 0 -20px;
}
.plr-20{
    padding: 0 20px;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.asked-outer {
    position: relative;
    z-index: 1;
}
.find-answer{
    margin-top: 68px;
}
.find-answer-input{
    position: relative;
}
.find-answer-input .form-control{
    box-shadow: none !important;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    height: 70px;
    background: #fff;
    padding: 0 20px 0 78px;
    font-size: 18px;
    color: #000;
}
.find-answer-input .form-control::placeholder {
    color: #585858;
    opacity: 1;
}
.find-answer-input .form-control:-ms-input-placeholder {
    color: #585858;
}
.find-answer-input .form-control::-ms-input-placeholder {
    color: #585858;
}
.find-icon {
    position: absolute;
    left: 26px;
    top: 22px;
}
.find-icon img{
    width: 25px;
}
.faq-categories{
    padding: 55px 0 89px;
    background: #F8F8F8;
    position: relative;
    overflow-x: clip;
    float: none;
    clear: both;
}
.sub-title *{
    font-size: 32px;
    font-weight: 600;
    color: #111111;
    line-height: 40px;
}
.faq-categories-list .plr-20:nth-child(n + 4){
    margin-top: 30px;
}
.faq-categories-item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 29px 32px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq-categories-item:hover{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}
.faq-categories-img{
    width: 49px;
    margin-top: 6px;
}
.faq-categories-img img{
    width: 100%;
    /* height: 49px; */
    object-fit: cover;
    object-position: center;
}
.faq-categories-info{
    width: calc(100% - 49px);
    padding-left: 32.5px;
}
.faq-categories-info h3{
    font-size: 21px;
    font-weight: 600;
    color: #111111;
    line-height: 32px;
}
.faq-categories-info p {
    margin-top: 8px;
    color: #545454;
    font-size: 16px;
}
.faq-shape-top {
    position: absolute;
    top: -100px;
    right: 173px;
    width: 139px;
}
.faq-shape-top img,.faq-shape-bottom img{
    max-width: 100%;
}
.faq-shape-bottom {
    position: absolute;
    left: 109px;
    bottom: -21px;
    width: 42px;
}
.sec-faq{
    padding: 63.6px 0 120px;
}
.border-b-1{
    border-bottom: 1px solid #EBEBEB;
}
.faq-outer{
    max-width: 1024px;
    margin: auto;
}
.faq-list li{
    margin-bottom: 10px;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li a{
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #E7F1EB;
    border-radius: 5px;
    padding: 20px 0 20px 30px;
    border: 2px solid #E7F1EB;
    position: relative;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list li:hover a{
    border-color: #067431;
    background: transparent;
}
.faq-list li a h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #111111 !important;
    padding-right: 55px;
    width: 100%;
    position: relative;
}
.faq-list li a h3:after {
    position: absolute;
    content: "";
    background: url(../images/icon-right-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 15px;
    top: 6px;
    right: 30px;
}
.faq-single-categories{
    position: relative;
    float: none;
    clear: both;
    padding: 75px 0 109px;
}
.category-name{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.category-icon{
    width: 45px;
}
.category-icon img{
    width: 100%;
}
.category-name h2{
    width: calc(100% - 45px);
    padding-left: 31.6px;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    color: #111111;
}
.faq-detail-content{
    float: none;
    clear: both;
}
.faq-detail {
    margin: 0 0 100.6px 0;
    float: none;
    clear: both;
}
.faq-detail .page-header {
    float: none;
    padding: 30px 0 0 0;
    border-bottom: 0;
}
.faq-detail .page-header-title {
    float: none;
    clear: both;
}
.faq-detail .page-header .container{
    max-width: 100%;
    padding: 0;
}
.faq-detail .page-header-title h1 {
    line-height: 62px;
}
.faq-content{
    margin-top: 49px;
}
.faq-content h2,.faq-content h3 {
    color: #111111;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin: 60px 0 30px;
}
.faq-content h2:first-child,.faq-content h3:first-child{
    margin-top: 0;
}
.faq-content p{
    font-size: 18px;
    margin-top: 30px;
    color: #545454;
    line-height: 28px;
}
.faq-content h2 + p,.faq-content h3 + p{
    margin-top: 0;
}
.faq-content hr{
    margin: 60px 0;
    opacity: 1;
    background: #EBEBEB;
}
.faq-content p + a{
    display: inline-flex;
    align-items: center;
    color: #067431 !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 45px;
    position: relative;
    padding-right: 25px;
}
.faq-content p + a:after{
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    top: 6px;
    right: 0;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    font-size: 15px;
}
.faq-content p + a:hover:after{
    right: -5px;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.faq-detail-gallery .blog-details-single-img{
    margin-bottom: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}
.faq-detail-gallery img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}
.faq-detail-gallery + p,
.faq-single-img + p,.mt-60{
    margin-top: 60px !important;
}
.faq-single-video{
    border-radius: 5px;
    overflow: hidden;
}
.faq-single-video img{
    width: 100%;
}
.faq-content h4{
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 60px;
    color: #111111;
}
.faq-content ul{
    margin-top: 20px;
}
.faq-content li{
    position: relative;
    padding-left: 29px;
    font-size: 18px;
    margin-bottom: 8px;
    color: #545454;
    line-height: 28px;
}
.faq-content li:last-child{
    margin-bottom: 0;
}
.faq-content li:after{
    position: absolute;
    content: '';
    background-color: #067431;
    position: absolute;
    border-radius: 0;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}
.faq-single-img img{
    width: 100%;
    border-radius: 5px;
}
.answer-helpful{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 27px 34px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}
.people-help{
    font-size: 14px;
    line-height: 18px;
    color: #AAAAAA;
}
.help-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.help-text span{
    font-weight: 600;
    font-size: 21px;
    color: #111111;
    line-height: 28px;
    margin-right: 25px;
}
.help-btn{
    margin-right: 10px;
    height: 52px;
    width: 94px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF3F0;
    border-radius: 5px;
    color: #111111;
    font-size: 18px;
    letter-spacing: 0.15px;
}
.help-btn:last-child{
    margin-right: 0;
}
.help-btn:hover{
    background: #c9c9c9;
}
.faq-sliderbar-outer {
    position: relative;
    z-index: 1;
}
.faq-slidebar > h3{
    color: #111111;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 96px;
}
@media(min-width:1580px) and (max-width:1679px){
    .frequently-asked .col-lg-8 {
        -ms-flex: 0 0 71.666667%;
        flex: 0 0 71.666667%;
        max-width: 71.666667%;
    }
}
@media(min-width:1460px) and (max-width:1579px){
    .faq-video-block {
        height: 430px;
    }
    .frequently-asked .col-lg-8 {
        -ms-flex: 0 0 71.666667%;
        flex: 0 0 71.666667%;
        max-width: 71.666667%;
    }
    .faq-shape-top {
        right: 115px;
    }
    .faq-detail-gallery img {
        height: 346px;
    }
}
@media(min-width:1360px) and (max-width:1459px){
    .faq-video-block {
        height: 380px;
    }
    .faq-play-icon img {
        height: 110px;
        width: 110px;
    }
    .faq-video-block h3 {
        margin-top: 15px;
    }
    .mlr-20 {
        margin: 0 -15px;
    }
    .plr-20 {
        padding: 0 15px;
    }
    .frequently-asked .col-lg-8 {
        -ms-flex: 0 0 73.666667%;
        flex: 0 0 73.666667%;
        max-width: 73.666667%;
    }
    .find-answer {
        margin-top: 50px;
    }
    .faq-shape-top {
        top: -83px;
        right: 70px;
        width: 120px;
    }
    .faq-list li a h3 {
        font-size: 17px;
        line-height: 25px;
        padding-right: 45px;
    }
    .faq-list li a h3:after {
        top: 6px;
        right: 25px;
    }
    .faq-single-categories {
        padding: 60px 0 109px;
    }
    .faq-content h2, .faq-content h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 50px 0 20px;
    }
    .faq-content hr {
        margin: 50px 0;
    }
    .faq-content p {
        margin-top: 25px;
    }  
    .faq-detail-gallery + p, .faq-single-img + p, .mt-60 {
        margin-top: 50px !important;
    } 
    .faq-content p + a {
        margin-top: 30px;
    }
    .faq-detail-gallery img {
        height: 318px;
    }
    .faq-content h4 {
        margin-top: 50px;
    } 
}
@media(min-width:1200px) and (max-width:1359px){
    .faq-video-block {
        height: 330px;
    }
    .faq-play-icon img {
        height: 105px;
        width: 105px;
    }
    .faq-video-block h3 {
        margin-top: 15px;
        line-height: 38px;
        font-size: 30px;
    }
    .frequently-asked .col-lg-8 {
        -ms-flex: 0 0 89.666667%;
        flex: 0 0 89.666667%;
        max-width: 89.666667%;
    }
    .find-answer {
        margin-top: 45px;
    }
    .faq-shape-top {
        top: -82px;
        right: 60px;
        width: 120px;
    }
    .faq-categories-item {
        padding: 20px;
    }
    .faq-categories-list .plr-20:nth-child(n + 4) {
        margin-top: 20px;
    }
    .mlr-20 {
        margin: 0 -10px;
    }
    .plr-20 {
        padding: 0 10px;
    }
    .mb-50 {
        margin-bottom: 40px !important;
    }
    .faq-categories-info h3 {
        font-size: 19px;
        line-height: 30px;
    }
    .faq-categories-info p {
        margin-top: 6px;
        font-size: 15px;
    }
    .faq-categories-info {
        padding-left: 20.5px;
    }
    .faq-list li a {
        min-height: 65px;
        padding: 15px 0 15px 20px;
    }
    .faq-list li a h3 {
        font-size: 17px;
        line-height: 23px;
        padding-right: 40px;
    }
    .faq-list li a h3:after {
        top: 6px;
        right: 20px;
    }
    .mb-60 {
        margin-bottom: 45px !important;
    }
    .sec-faq {
        padding: 63.6px 0 100px;
    }
    .faq-single-categories {
        padding: 60px 0 109px;
    }
    .faq-content {
        margin-top: 35px;
    }
    .faq-content h2, .faq-content h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 40px 0 20px;
    }
    .faq-content p {
        font-size: 17px;
        margin-top: 20px;
        line-height: 27px;
    }
    .faq-content hr {
        margin: 40px 0;
    }
    .faq-content p + a {
        font-size: 17px;
        margin-top: 30px;
    }
    .faq-detail-gallery + p, .faq-single-img + p, .mt-60 {
        margin-top: 40px !important;
    }
    .faq-detail-gallery img {
        height: 268px;
    }
    .faq-content h4 {
        font-size: 19px;
        line-height: 28px;
        margin-top: 40px;
    }
    .faq-content li {
        font-size: 17px;
    }
    .answer-helpful {
        padding: 20px 25px;
    }
    .help-text span {
        font-size: 19px;
        line-height: 26px;
        margin-right: 20px;
    }
    .help-btn {
        height: 45px;
        width: 80px;
    }
    .people-help {
        font-size: 13px;
    }
    .faq-slidebar > h3 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 18px;
        margin-top: 85px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .faq-video-block {
        height: 320px;
    }
    .faq-play-icon img {
        height: 100px;
        width: 100px;
    }
    .faq-video-block h3 {
        margin-top: 10px;
        line-height: 35px;
        font-size: 29px;
    }
    .frequently-asked {
        padding: 50px 0 70.4px;
    }
    .frequently-asked .col-lg-8 {
        -ms-flex: 0 0 75.666667%;
        flex: 0 0 75.666667%;
        max-width: 75.666667%;
    }
    .find-answer {
        margin-top: 45px;
    }
    .faq-shape-top {
        top: -76px;
        right: 40px;
        width: 110px;
    }
    .faq-categories-item {
        padding: 17px;
    }
    .mlr-20 {
        margin: 0 -7.5px;
    }
    .plr-20 {
        padding: 0 7.5px;
    }
    .faq-categories-list .plr-20:nth-child(n + 4) {
        margin-top: 20px;
    }
    .faq-categories-img {
        width: 40px;
        margin-top: 8px;
    }
    .faq-categories-img img {
        height: 40px;
    }
    .faq-categories-info {
        width: calc(100% - 40px);
        padding-left: 15px;
    }
    .faq-categories-info h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .faq-categories-info p {
        margin-top: 3px;
        font-size: 14px;
    }
    .faq-shape-bottom {
        left: 70px;
        bottom: -17px;
        width: 34px;
    }
    .faq-categories {
        padding: 55px 0 70px;
    }
    .mb-50 {
        margin-bottom: 35px !important;
    }
    .mb-60 {
        margin-bottom: 40px !important;
    }
    .faq-list li a {
        min-height: 65px;
        padding: 15px 0 15px 20px;
    }
    .faq-list li a h3 {
        font-size: 16px;
        line-height: 24px;
        padding-right: 40px;
    }
    .faq-list li a h3:after {
        top: 5px;
        right: 20px;
    }
    .sec-faq {
        padding: 50.6px 0 90px;
    }
    .category-icon {
        width: 40px;
    }
    .category-name h2 {
        width: calc(100% - 40px);
        padding-left: 25.6px;
        font-size: 35px;
        line-height: 45px;
    }
    .category-name {
        margin-bottom: 35px;
    }
    .faq-single-categories {
        padding: 55px 0 100px;
    }
    .faq-content {
        margin-top: 30px;
    }
    .faq-content h2, .faq-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 15px;
    }
    .faq-content h2 br, .faq-content h3 br{
        display: none;
    }
    .faq-content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 24px;
    }
    .faq-content hr {
        margin: 40px 0;
    }
    .faq-content p + a {
        font-size: 16px;
        margin-top: 30px;
    }
    .faq-detail-gallery + p, .faq-single-img + p, .mt-60 {
        margin-top: 40px !important;
    }
    .faq-detail-gallery img {
        height: 225px;
    }
    .faq-single-video .single-cosurse-slide-video {
        font-size: 97px;
    }
    .faq-content h4 {
        font-size: 19px;
        line-height: 27px;
        margin-top: 40px;
    }
    .faq-content li {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-content li:after {
        top: 8.5px;
    }  
    .faq-slidebar > h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 21px;
        margin-top: 50px;
    }
    .answer-helpful {
        padding: 20px;
    }
    .help-btn {
        height: 45px;
        width: 70px;
        font-size: 17px;
    }
    .help-text span {
        font-size: 17px;
        line-height: 24px;
        margin-right: 15px;
    }
    .people-help {
        font-size: 13px;
        line-height: 17px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .header {
        z-index: 3;
    }
    .faq-video-block {
        height: 250px;
    }
    .faq-play-icon img {
        height: 95px;
        width: 95px;
    }
    .faq-video-block h3 {
        margin-top: 10px;
        line-height: 28px;
        font-size: 28px;
    }
    .frequently-asked {
        padding: 51px 0 70.4px;
    }
    .title-bolck p {
        font-size: 16px;
        line-height: 24px;
    }
    .find-answer {
        margin-top: 40px;
    }
    .find-answer-input .form-control {
        height: 60px;
        padding: 0 20px 0 65px;
        font-size: 16px;
    }
    .find-icon img {
        width: 20px;
    }
    .find-icon {
        left: 22px;
        top: 20px;
    }
    .faq-shape-top {
        top: -58px;
        right: 31px;
        width: 85px;
    }
    .sub-title * {
        font-size: 28px;
        line-height: 36px;
    }
    .mb-50 {
        margin-bottom: 35px !important;
    }
    .plr-20 {
        padding: 0 7.5px;
    }
    .mlr-20 {
        margin: 0 -7.5px;
    }
    .faq-categories-item {
        padding: 20px;
    }
    .faq-categories-list .plr-20:nth-child(n + 3) {
        margin-top: 15px;
    }
    .faq-categories-img {
        width: 40px;
    }
    .faq-categories-img img {
        height: 40px;
    }
    .faq-categories-info {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
    .faq-categories-info h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .faq-categories-info p {
        margin-top: 4px;
        font-size: 14px;
    }
    .faq-shape-bottom {
        left: 50px;
        bottom: -17px;
        width: 34px;
    }
    .faq-categories {
        padding: 40px 0 65px;
    }
    .sec-faq {
        padding: 55.6px 0 75px;
    }
    .mb-60 {
        margin-bottom: 35px !important;
    }
    .faq-list li a {
        min-height: 65px;
        padding: 15px 0 15px 20px;
    }
    .faq-list li a h3 {
        font-size: 16px;
        line-height: 24px;
        padding-right: 40px;
    }
    .faq-list li a h3:after {
        top: 5px;
        right: 17px;
    }
    .faq-single-categories {
        padding: 55px 0 90px;
    }
    .category-name {
        margin-bottom: 30px;
    }
    .category-icon {
        width: 40px;
    }
    .category-name h2 {
        width: calc(100% - 40px);
        padding-left: 20.6px;
        font-size: 35px;
        line-height: 43px;
    }
    .faq-detail {
        margin: 0 0 85px 0;
    }
    .faq-sliderbar-outer {
        height: auto !important;
    }
    .faq-slidebar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .faq-content {
        margin-top: 30px;
    }
    .faq-content h2, .faq-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 15px;
    }
    .faq-content h2 br, .faq-content h3 br{
        display: none;
    }
    .faq-content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 24px;
    }
    .faq-content hr {
        margin: 40px 0;
    }
    .faq-content p + a {
        font-size: 16px;
        margin-top: 30px;
    }
    .faq-detail-gallery + p, .faq-single-img + p, .mt-60 {
        margin-top: 40px !important;
    }
    .faq-detail-gallery img {
        height: 254px;
    }
    .faq-single-video .single-cosurse-slide-video {
        font-size: 97px;
    }
    .faq-content h4 {
        font-size: 19px;
        line-height: 27px;
        margin-top: 40px;
    }
    .faq-content li {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-content li:after {
        top: 8.5px;
    }  
    .faq-slidebar > h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 21px;
        margin-top: 50px;
    }
    .answer-helpful {
        padding: 20px;
    }
    .help-btn {
        height: 45px;
        width: 70px;
        font-size: 17px;
    }
    .help-text span {
        font-size: 17px;
        line-height: 24px;
        margin-right: 15px;
    }
    .people-help {
        font-size: 13px;
        line-height: 17px;
    }
}
@media(max-width:767px){
    .header {
        z-index: 3;
    }
    .faq-video-block {
        height: 250px;
    }
    .faq-play-icon img {
        height: 90px;
        width: 90px;
    }
    .faq-video-block h3 {
        margin-top: 10px;
        line-height: 30px;
        font-size: 25px;
    }
    .frequently-asked {
        padding: 35px 0 55.4px;
    }
    .title-bolck p {
        font-size: 16px;
        line-height: 24px;
    }
    .title-bolck p br{
        display: none;
    }
    .find-answer {
        margin-top: 30px;
    }
    .find-answer-input .form-control {
        height: 60px;
        padding: 0 20px 0 50px;
        font-size: 16px;
    }
    .find-icon {
        left: 15px;
        top: 21px;
    }   
    .find-icon img {
        width: 17px;
    }
    .faq-categories {
        padding: 45px 0 55px;
    }
    .faq-shape-top {
        top: -42px;
        right: 15px;
        width: 60px;
    }
    .sub-title * {
        font-size: 24px;
        line-height: 32px;
    }
    .mb-50 {
        margin-bottom: 25px !important;
    }
    .faq-categories-item {
        padding: 20px;
    }
    .faq-categories-info {
        padding-left: 15.5px;
    }
    .faq-categories-info p {
        margin-top: 4px;
        font-size: 14px;
    }
    .faq-categories-list .plr-20:nth-child(n + 2) {
        margin-top: 15px;
    }
    .faq-categories-info h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .faq-shape-bottom {
        left: 20px;
        bottom: -15px;
        width: 30px;
    }
    .sec-faq {
        padding: 55.6px 0 65px;
    }
    .faq-list li a {
        min-height: 60px;
        padding: 15px 0 15px 15px;
    }
    .faq-list li a h3 {
        font-size: 16px;
        line-height: 22px;
        padding-right: 30px;
    }
    .faq-list li a h3:after {
        width: 8px;
        height: 12px;
        top: 5px;
        right: 10px;
    }
    .mb-60 {
        margin-bottom: 25px !important;
    }
    .mlr-20 {
        margin: 0 -10px;
    }
    .plr-20 {
        padding: 0 10px;
    }
    .faq-single-categories {
        padding: 45px 0 75px;
    }
    .category-icon {
        width: 30px;
    }
    .category-name h2 {
        width: calc(100% - 30px);
        padding-left: 15.6px;
        font-size: 24px;
        line-height: 31px;
    }
    .category-name {
        margin-bottom: 25px;
    }
    .faq-sliderbar-outer {
        height: auto !important;
    }
    .faq-slidebar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .faq-content {
        margin-top: 15px;
    }
    .faq-content h2, .faq-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 30px 0 15px;
    }
    .faq-content h2 br, .faq-content h3 br{
        display: none;
    }
    .faq-content p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 25px;
    }
    .faq-content hr {
        margin: 30px 0;
    }
    .faq-content p + a {
        font-size: 16px;
        margin-top: 25px;
    }
    .faq-detail-gallery + p, .faq-single-img + p, .mt-60 {
        margin-top: 30px !important;
    }
    .faq-detail-gallery img {
        height: 184px;
    }
    .faq-single-video .single-cosurse-slide-video {
        font-size: 68px;
    }
    .faq-content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }
    .faq-content ul {
        margin-top: 15px;
    }
    .faq-content li {
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    .faq-content li:after {
        top: 9px;
    }
    .answer-helpful {
        padding: 25px;
    }
    .help-text {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .help-text span {
        font-size: 20px;
        line-height: 28px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .people-help {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .help-btn {
        margin: 0px 7px;
        height: 40px;
        width: 85px;
    }
    .faq-slidebar > h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .faq-detail {
        margin: 0 0 65px 0;
    }
}
@media(max-width:575px){
    .faq-video-block {
        height: 185px;
    }
    .faq-play-icon img {
        height: 60px;
        width: 60px;
    }
    .faq-video-block h3 {
        margin-top: 6px;
        line-height: 25px;
        font-size: 21px;
    }
    .faq-detail-gallery img {
        height: auto;
    }
}