.cust_select-box4 .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #ffffff;
    border: 1px solid rgba(73, 101, 123, 0.1);
    border-radius: 10px;
    padding: 8px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cust_select-box4 .left span {
    font-size: 14px;
    font-weight: 500;
    line-height: 15.4px;
    color: rgba(73, 101, 123, 1);
    text-wrap: nowrap;
}

.cust_select-box4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interst_icons {
    width: 40px;
    height: 40px;
}

.cust_select-container4 ul {
    display: flex;
    gap: 10px;
}

.cust_select-container4 ul li {
    position: relative;
}

.cust_select-box4 input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.cust_select-box4 .left:after {
    content: " ";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 18px;
}

.cust_select-box4 .left .sloat1.active {
    color: rgba(224, 54, 22, 1);
}

.cust_select-box4 .left .sloat1.active2 {
    color: rgba(45, 157, 97, 1);
}

.cust_select-box4 .left .sloat1 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(73, 101, 123, 1);
    text-wrap: wrap;
}

.cust_select-box4 input[type="checkbox"]:checked~.left:after,
.cust_select-box4 input[type="radio"]:checked~.left:after {
    content: " ";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 18px;
}

.cust_select-box4 input[type="checkbox"]:checked~.left,
.cust_select-box4 input[type="radio"]:checked~.left {
    background-color: rgba(25, 91, 203, 1);
    border-color: transparent;
}

.cust_select-box4 input[type="checkbox"]:checked~.left span,
.cust_select-box4 input[type="checkbox"]:checked~.left .sloat1,
.cust_select-box4 input[type="radio"]:checked~.left .sloat1,
.cust_select-box4 input[type="radio"]:checked~.left span {
    color: #ffffff;
    font-weight: 600;
}

@media(max-width:420px){
    .cust_select-container4 ul{
        flex-direction: column;
    }
}