.contentfour{
    padding: 10px 20px !important;
    display: none;
    overflow: hidden;
}


.div-off-timer{
    /* max-width: 310px; */
    margin: auto -20px 20px -20px;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background-color: #e6e6e6;
    /* border-radius: 99px; */
}

.div-off-timer .htmrr{
    font-size: 16px;
    text-align: center;
    color: #222;
}

.div-off-timer .avvle{
    color: #aa0000;
    font-weight: 600;
}

/* .div-off-timer .btmrr{
    font-size: 36px;
}

.div-off-timer .btmrr span:nth-of-type(2){
    color: #222;
}

.div-off-timer .btmrr span:first-of-type,
.div-off-timer .btmrr span:last-of-type{
    padding: 5px;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #ac0000 50%, #ca1515 50%);
    text-shadow: 2px 2px 0px #3b3535;
} */










.div-off-timer .progress {
    width: 200px;
    margin: auto;
}

.progress {
    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
    height: 16px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}



.progress-bar {
    background-color: #be3a34;
}


.radio {
    display: none;
}

.label {
    display: inline-block;
    margin: 0 5px 20px;
    padding: 3px 8px;
    color: #aaa;
    text-shadow: 0 1px black;
    border-radius: 3px;
    cursor: pointer;
}

.radio:checked+.label {
    color: white;
    background: rgba(0, 0, 0, 0.25);
}

.progress {
    height: auto !important;
}














.div-choose{
    display: flex;
    justify-content: center;
    align-items:center;
   
}

.prvclrpr{
    width: 40%;
}

.prvclrpr h2{
    margin-bottom: -5px !important;
}

.div-choose p{
    margin: 0px !important;
}

.div-choose p del{
    color:#969696;
    padding: 0px 5px;
}

.div-choose .prcz{
    font-size: 19px;
    display: flex;
    align-items: center;
}

.div-choose .stck{
    color: #20a000;
}

.div-choose p .spnzro{
    padding: 0px;
    color: #584d4d;
    font-size: 20px;
}

.prvimg{
    max-width: 400px;
    padding: 0px 30px;
}

.contentfour h2{
    margin: 0px !important;
}

.reviewss{
    color: #555;
    margin-top: 0px !important;
}


.reviewss img{
    width: 100px;
}

.spcss{
    text-align: end;
    font-size: 16px;
}

.spcss .bprizee{
    font-size: 20px;
}
.spcss .bredprz{
    color: #d40000;
}

.chscldiv{
    display: flex;
    flex-wrap: wrap;
}

.chscl{
    width: 100px;
    margin: 10px;
    padding: 10px;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    opacity: .3;
}

.chscl:hover{
    background-color: #cfcfcf;
    opacity: 1;
}

.claimtofnl{
    border-radius: 50px !important;
    margin: 10px;
}

.bttndiv{
    width: 100%;
    text-align: center;
}

@media (max-width:900px) {
    .chscl{
        margin: 5px;
        padding: 10px 5px;
    }
    .chscl{
        flex: 4 0 20% !important;
    }
}

@media (max-width:678px) {
    .div-choose{
        flex-direction: column;
    }
    .prvclrpr{
        width: 100%;
    }
    .prvimg {
        max-width: 400px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .claimtofnl{
        max-width: 300px;
        margin: auto;
    }
}






.rtdvcc{
    display: flex;
    justify-content: center;
}

.rtdv{
    margin: 5px;
    background-color: #383e3c;
    border: 2px solid #6f7470;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding: 0px 0px 20px 0px;
    transform: translateY(0px);
    transition: transform .3s ease-in-out;
}

.rtdv:hover{
    transform: translateY(-15px);
    cursor: pointer;
    background-color: #5f685f;
    border: 2px solid #9aa09b;
}

.rtdv img{
    width: 80%;
    margin-top: -30px;
}

.rtdv p,.rtdv h5{
    color: #fff;
}

.rtdv p:nth-of-type(1){
    color: #b4a660;
}

.rtdv p:nth-of-type(2){
    color: #b8b8b8;
}

.rtdv p:nth-of-type(3){
    color: #ffffff;
    font-size: 20px;
}

.rtdv p:last-of-type{
    color: #ff5f5f;
}

@media (max-width:678px) {
    .rtdv h5{
        font-size: .75rem;
    }
    .rtdv p:nth-of-type(1){
        font-size: .7rem;
    }
}









.tmline{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    max-width: 100%;
}

.tmline p span{
    color: #1a1919;
}

.tmlinediv{
    display: flex;
    justify-content: space-around;
    align-items: start;
    overflow: hidden;
    padding-top: 10px;
}

.tmline .linds{
    /* top: -10px; */
    top: 17px;
    right: 0px;
    width: 40%;
    transform: scaleX(2.06) translate(-5%, 0%);
    height: 5px;
    background-color: #1a1919;
    position: relative;
    z-index: 1;
}

.tmlinediv .ccrlediv{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tmlinediv .ccrle{
    background-color: #1a1919;
    color: #fff;
    border-radius: 60px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.tmlinediv .undonee{
    color: #868686 !important;
}

.tmlinediv .undonee .ccrle{
    background-color: #c2c2c2;
}
