.maxwidth {
    max-width: 60px;
}

.bt_fix{
    border: 0;
    background: #000;
    display: block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius : 3px;
}

.cb-search {
    fill: #fff;
    font-size: 12px;
    font-size: 2em;
}

.searfbox {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.searchlist {
    width: 250px !important;
    height: 40px !important;
}

.qacontainer {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.qabox {

    display: flex;

    flex-direction: column;

    gap: 1rem;
}

.qbox {
    display: flex;
    align-items: center;

    justify-content: space-between;

    /* Rectangle 2 */

    background: linear-gradient(0deg, rgba(233, 233, 233, 0.5) -54.41%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;

    cursor: pointer;

}

.arrowbox {
    padding-right: 2rem;

    cursor: pointer;

    transition: all 0.3s ease-in-out;
}

.arrow-down {
    transform: scaleY(-1);
}

.qtit {
    display: flex;
    align-items: center;
    gap: 3rem;

    padding: 1rem 2rem;

}

.aiconbox {
    padding-top: 0.4rem;
}

.atit {

    display: flex;
    align-items: start;
    gap: 3rem;

    padding: 1rem 5rem 1rem 2rem;

    /* Rectangle 2 */


}

.abox {
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;

    background: linear-gradient(0deg, rgba(233, 233, 233, 0.5) -54.41%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    
    transition: all 0.5s ease-in-out;
}

.aboxopen {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
        
}

.mgdown {
    margin-bottom: 5rem;
}

.pdtop {
    padding-top: 0.6rem;
}

.search-wd {
    width: 20%;
}