﻿.bannerTitle{
    margin: 30px 0 20px;
    font-size: 34px;
    font-family: CocogoosePro-Regular !important;
    padding: 0 20px;
    text-align: center;
}
.filterQues>span:first-child{
    font-family: Releway_SemiBold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.filterModel{
    padding: 4px 8px;
    background: #F5FBFD;
    border-radius: 4px;
}

.questionFilter .fa{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #909BA3;
}
.questionFilter input{
    padding-left: 30px;
    padding-right: 25px;
}
.closeIcon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 6px;
}
.closeIcon img{
    width: 12px;
    display: inherit;
}
.container-box{
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 15px 20px;
    margin-top: 20px;
}

#faqFilter{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    transition: all .3s linear;
    background-color: white;
    display:flex;
    flex-direction: column;
}
#faqFilter .container{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
}
#faqFilter .close{
    margin: -1rem -1rem -1rem -1rem;
    height: 100%;
    width: auto;
}
.titleHead{
    font-weight: 600;
    font-size: 20px;
    padding: 0 20px;
}
.clearFilter{
    float: right;
    font-size: 14px;
    color: #909BA3;
    text-decoration: underline;
}
.filterList>div {
    font-family: Raleway-Medium !important;
    position: relative;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px 28px 10px 12px;
    background: #F5FBFD;
    margin: 15px 15px 0px 0;
    display: inline-block;
}
.closeFilter{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
}
.typePart{
    border-bottom: 1px solid #EDEDED;
}
.typePart>p{
    font-size: 16px;
    line-height: 24px;
    font-family: Raleway-Medium !important;
    position: relative;
    padding: 15px 0;
}
.typePart .faq-content-trigger{
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0px;
}

.typeDetail{
    padding: 0 15px;
    margin: 0 -1rem;
}
.typeDetail.open {
    border: 1px solid #EDEDED;
    background: #F5FBFD;
    padding: 7px 15px 0 15px;
}
.typeDetail.open .detailTitle span{
    color: #1D71B8;
    font-family: Raleway-Medium;
}
.typeDetail>p{
    position: relative;
    padding: 8px 0px;
    color: #182229;
}
.typeDetail>p .fa{
    position: absolute;
    right: 3px;
    top: 3px;
}
.typeDetail.open>p .fa {
    transform: rotate(180deg);
}
.bestwayColorCheck input{
    display: none;
}
.typeList .bestwayColorCheck:last-child{
    margin-bottom: 0;
}
.typeList .bestwayColorCheck{
    margin: 0 0 10px;
    font-size: 14px;
}

.faq-list {
    padding: 15px 0;
    border-bottom: 1px solid #EDEDED;
    border-radius: 4px;
    background-color: white;
}
.faq-list.opened {
    background: #F5FBFD;
    border-bottom: transparent;
    margin: 0 -15px 15px;
    padding: 15px;
}
#faqResults .highlight{
    color: #1D71B8;
    font-family: Raleway-Medium;
}

.quesTitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: Raleway-Medium !important;
}
#selectButton button{
    padding: 10px 20px;
    font-family: 'Raleway-Medium';
}
.btn-no{
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    color: #5A6770;
}
.ass_support{
    color: #1D71B8;
    font-family: Raleway_Medium;
}