@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

.h-min-banners{width: 100%; height: 96px}
.content-section-faq-full{
    width:100%;
    height: 100%;
    padding: 25px;
    font-family: 'Open Sans', sans-serif;
}
.content-section-faq-full *, .faq-1200 * {
    font-family: 'Open Sans', sans-serif!important;
}
.content-faq{
    background: #fff;
    width:100%;
    height: 100%;
}
.blue-bold{
    font-weight: 600;
    color:#019CFF;
}

.faq-ul-li li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.faq-ul-li>ul {
    padding: 0 20px;
    margin: 0 0 35px 0!important;
}
.faq-ul-li>ul>li a,.faq-ul-li>ul>li a:hover {
    text-decoration: underline!important;
    color: #019CFF;
}

.faq-ul-li li::marker {
    color: #019CFF;
}
.faq-1200{
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif!important;
}

.title-page-line-faq {
    overflow: hidden;
    text-align: center;
    font-size: 23px;
    position:relative;
}
.title-page-line-faq:before {
    margin-left: -100%;
    left: -14px;
}
.title-page-line-faq:before, .title-page-line-faq:after{
    content: "";display: inline-block;vertical-align: middle;width: 100%;height: 3px;background-color: #D7D7D7;position:absolute;
}
.title-page-line-faq span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    margin:35px auto;
}
.title-page-line-faq:after {
    margin-right: -100%;
    right: -14px;
}
/**/
.banner-phone-left {
    width: 100%;
    padding: 15px;
}

.banner-phone-right {
    width: 100%;
    max-width: 300px;
    height: 600px;
}

.banner-phone-s {
    display: flex;
    gap: 20px;
}

@media screen  and (max-width: 700px) {
    .banner-phone-s {
        flex-direction: column-reverse
    }

    .banner-phone-right {
        width: 100%;
        max-width: 100%;
        height: 500px;
    }

    .banner-phone-left {
        padding: 0px;
    }
}
.faq-search{
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 45px;
    margin: 0 10px;
}
.faq-search-input {
    width: 100%;
    border: 1px solid #C3C3C3!important;
    height: 45px!important;
    margin: 0 auto!important;
    display: block!important;
    padding: 0 15px 0 55px!important;
    line-height: 45px;
    outline: none;
    border-radius:23px!important;
}
.no-banner-mobile{margin-bottom: 35px}
.faq-icon-search{
    width: 23px;position: absolute;top: 11px;left: 18px;
}

.faq-line-section-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
    justify-content: start;
}
.line-interactive{
    width: 100%;
    gap: 20px;
    display: flex;
}
.item-faq-interactive{
    width: 100%;
    max-width: 385px;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-radius: 15px;
}
.item-faq-interactive img{
    width: 75px;
    margin-right: 15px;
}
.item-faq-interactive p{
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.item-faq-no-interactive{
    width: 100%;
    max-width: 385px;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5) !important;

}

/**/
.line-no-interactive{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
    justify-content: space-between;
}

.item-faq-no-interactive img{
    width: 75px;
    margin-right: 15px;
}
.item-faq-no-interactive p{
    font-size: 20px;
    color:#232323;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.line-interactive a{
    color:#fff;
    text-decoration: none;
}
.line-no-interactive a{
    color:#000;
    text-decoration: none;
}
.line-interactive a:hover{
    color:#fff;
}
.line-no-interactive a:hover{
    color:#000;
}

.faq-line-section-main a{
    color:#000;
}
.line-interactive a:hover{
    color:#fff;
}
.faq-line-section-main a:hover{
    color:#000;
}
/* section */
.item-faq-section-main{
    width: 100%;
    max-width: 385px;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5) !important;
    text-decoration: none;
}
.item-faq-section-main img{
    width: 75px;
    margin-right: 15px;
}
.item-faq-section-main p{
    font-size: 18px;
    color:#232323;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
}
/**/
.item-faq-swiper{
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5)!important;
    text-decoration: none;
}
.item-faq-swiper img{
    width: 75px;
    margin-right: 15px;
}
.item-faq-swiper p{
    font-size: 14px;
    color:#232323;
    margin: 0;
    line-height: 22px;
    font-weight: 600;
}

.faq-btn-left {
    width: 116px;
    height: 45px;
    border: none;
    border-radius:23px;
    line-height:45px;
    background:#019CFF;
    display: flex;
    align-items: center;
    color:#fff;
    justify-content: center;font-weight: 600;
    font-size: 16px;
    gap:5px;
    text-decoration: none;
}
.faq-btn-left:hover {color:#fff;}
.faq-btn-home{
    width: 45px;
    height: 45px;
    border: none;
    border-radius:23px;
    line-height:45px;
    background:#019CFF;
    display: flex;
    color:#fff;
    justify-content: center;font-weight: 600;
    font-size: 16px;
    gap:5px;
}
.faq-btn-home img{width: 100%}
.faq-btn-left img{
    width: 18px;
    height: 18px;
}
.faq-search-with-icon{
    flex-wrap: wrap;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.faq-options-panel{
    display:flex;
    justify-content: end;
    gap: 10px;
    border-bottom: 3px solid #D7D7D7;
    margin-bottom: 35px;
}
.faq-options-panel img{
    width: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}
.faq-line-list-view{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.item-faq-section-list{
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5)!important;
    text-decoration: none;
}
.item-faq-section-list img{
    width: 35px;
    margin-right: 15px;
}
.item-faq-section-list p{
    font-size: 18px;
    color:#232323;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
}

/* colors */
.faq-purple{background: #B348FF; color:#fff}
.faq-blue{background: #5C78CF; color:#fff}
.faq-purple-two{background: #d7a8ff; color:#fff}


.f-show-mob{
    display: none;
}

.faq-text{
    font-weight:400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 35px;
}
.faq-text-15{
    font-weight:400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}

.faq-insert-media{
    width:100%;
    max-width: 900px;
    margin: 0 auto 35px auto;
    height: 500px;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5)!important;
}
.faq-title{
    font-weight:600!important;
    font-size: 18px;
    color: #232323;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.faq-scr{width: 100%; height: 100%;object-fit: cover;}
.faq-share-slider{
    min-height: 160px;padding: 10px 5px!important;
}
/*   search   */
.faq-result-section {
    width: 100%;
    position: relative;
    height: 170px;
    padding: 15px 15px 0 15px;
    overflow: auto;
    background: #fff;
    z-index: 7;
    box-shadow: 0px 2px 6px rgba(155,155,155, 0.5)!important;
}
.no-result-search {
    height: 150px;
    margin: 0;
}
.faq-result-section a:not(:last-child) {
    font-size: 16px;
    display: block;
}
.faq-result-section a{color: #232323;font-size: 16px; text-decoration: none}
.faq-result-section a:not(:last-child) {
    margin: 7px 0;
    color: #232323;
    display: block;
}

.faq-result-section a:last-child span{
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 1px;
    /*background: #f2f2f2;*/
}
.faq-result-section a:not(:last-child) span{
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}

.title-page-line-faq-flex {
    margin: 35px 0;
    text-align: center;
    font-size: 27px;
}
.title-page-line-faq-flex span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
}

.faq-line-title-side {
    overflow: hidden;
    margin: 35px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}
.faq-line-title-side {
    text-align: center;
}
.faq-line-title-side:before,
.faq-line-title-side:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #D7D7D7;
    border: solid #fff;
    border-width: 0 30px;
}
.faq-line-title-side:before {
    margin-left: -100%;
}
.faq-line-title-side:after {
    margin-right: -100%;
}
.faq-result-section a:hover{
   color:#019CFF
}


@media (max-width: 1523px) {
    .faq-1200{
        padding: 20px;
    }
    .line-no-interactive, .line-interactive, .faq-line-section-main{
        justify-content: start;max-width: 800px;margin: 0 auto;
    }
}

@media (max-width: 1130px) {
    .line-no-interactive, .line-interactive, .faq-line-section-main{
        justify-content: center; margin: 0 auto;
    }
    .line-interactive{
        flex-wrap: wrap;
    }
}
@media (max-width: 1023px) {
    .no-banner-mobile{
        display: none;
    }
    .h-min-banners{
        height: 63px;
    }
}
@media (max-width: 745px) {
    .faq-search-mobile{
        display: flex;width: 100%;justify-content: space-between;max-width: 450px;margin: 0 auto 20px auto;
    }
    .faq-search{margin: 0 auto}
    .f-show-mob{
        display: block;
    }
    .f-hide-mob{display: none}
    .faq-insert-media{height: 200px;}
    .faq-search-with-icon{margin-bottom: 20px;}
}
@media (max-width: 600px) {
    .faq-line-title-side:before, .faq-line-title-side:after{
        content: none;
    }
    .content-section-faq-full {
        padding: 5px;
    }
    .item-faq-swiper{
        max-width: 100%;
    }
}
@media (max-width: 380px) {
    .line-no-interactive p, .line-interactive p, .faq-line-section-main p{
        font-size: 14px;
    }
}
