

.tab-section  input[type="radio"]+label{
    color: #20201E;
    display: block;
    padding: 16px 24px;
   
    background:transparent;
}
.tab-section input[type="radio"]:checked+label{
    background: url(../images/active-dark-img-btn.png) no-repeat center;
    color: #FBFBFB;
    border-radius: 0px !important;
}

a:hover{
        color:white;
}


.common-modal .select-quality-sec .tab-section {
    display: flex
;
    padding: 7px 8px;
    gap: 16px;
    border: 1px solid #D0D0D0;
    background: #FBFBFB;
    max-width: 368px;
    margin: auto;
    width: 100%;
    height: 66px;
}

@media screen and (max-width: 600px) {
    .tab-section label{
    text-transform: capitalize;
    padding-left: 5px !important;
    font-size: 16px !important;
    padding-right: 5px !important;
    order-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
}

.common-modal .select-quality-sec .tab-section {
    display: flex
;
    padding: 7px 8px;
    gap: 16px;
    border: 1px solid #D0D0D0;
    background: #FBFBFB;
    max-width: 372px;
    margin: auto;
    width: 100%;
    height: 66px;
}
}
   