
.terms-wrap{
    border: 1px solid #FAE372;
    border-radius: 8px;
}
.terms-wrap .all-wrap{
    font-size: 12px;
    padding: 15px 23px;
    border-bottom: 1px solid #FAE372;
}
.terms-wrap .all-wrap .lab{
    vertical-align: text-top;
    font-weight: 500;
    margin-left: 3px;
}
.terms-wrap .chk-container{
    font-size: 12px;
    font-weight: 500;
    padding: 15px 23px;
}
.terms-wrap .chk-container .chk-wrap{
    margin-bottom: 12px;
    position: relative;
}
.terms-wrap .chk-container .chk-wrap:nth-child(3){
    margin-bottom: 0px;
}
.terms-wrap .chk-container .red{
    color: #FA7282 !important;
    vertical-align: text-top;
    margin-left: 3px;
}
.terms-wrap .chk-container .lab{
    vertical-align: text-top;
}
.terms-wrap .chk-container .more{
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    color: #959595 !important;
}
.terms-wrap .check-on{
    position: relative;
    bottom: 0.5px;
    width: 14px;
    height: 14px;
    margin-top: 1.7px;
    margin-left: 1.5px;
    cursor: pointer;
}
.terms-wrap .check-off{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
