@media (min-width: 1679px) {
    div.digit,
    .unchecked-container > img{
        width: 70px;
        height: 70px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pop-up-wrap {
        width: 40%;
        margin-left: 30%;
    }
}


@media (min-width: 1288px) and (max-width: 1678px) {
    div.digit,
    .unchecked-container > img{
        width: 60px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
        width: 40%;
    }

    .pop-up-wrap {
        width: 40%;
        margin-left: 30%;
    }
}
@media (min-width: 1065px) and (max-width: 1287px) {
    div.digit,
    .unchecked-container > img{
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
        width: 44%;
    }

    .pop-up-wrap {
        width: 50%;
        margin-left: 25%;
    }
}
@media (min-width: 865px) and (max-width: 1064px) {
    div.digit,
    .unchecked-container > img{
        width: 45px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
         width: 48%;
     }
    #main-content.main-content {
        width: 80vw;
        margin: 0px auto;
        min-height: calc(100vh - 20px);
    }

    .pop-up-wrap {
        width: 60%;
        margin-left: 20%;
    }
}
@media (min-width: 566px) and (max-width: 864px) {
    #main-content.main-content {
        width: 90vw;
        margin: 0px auto;
        min-height: calc(100vh - 20px);
    }
    div.digit,
    .unchecked-container > img{
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
         width: 48%;
         margin: 2px 1%;
     }
    .more-less-txt {
        font-size: 11px;
    }

    .pop-up-wrap {
        width: 70%;
        margin-left: 15%;
    }
}
@media (min-width: 400px) and (max-width: 565px) {
    .more-less-txt {
        font-size: 11px;
    }
    #main-content.main-content {
        width: 100%;
        min-height: calc(100vh - 20px);
    }
    div.digit,
    .unchecked-container > img{
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
        width: 98%;
        margin: 2px 1%;
    }

    .pop-up-wrap {
        width: 80%;
        margin-left: 10%;
    }
}
@media (min-width: 100px) and (max-width: 399px) {
    .more-less-txt {
        font-size: 11px;
    }
    #main-content.main-content {
        width: 100%;
        min-height: calc(100vh - 20px);
    }
    div.digit,
    .unchecked-container > img{
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .radio-container > div {
        width: 98%;
        margin: 2px 1%;
    }
    .foot-btn-container {
        margin: 10px 0px;
    }
    main {
        padding: 10px 5px;
    }
    .z-t-wrp {
        padding: 10px 2px;
    }
}