:root{
    --btnbg:#c5005f;
    --btnclr:#fff;
    --btnbrdr:#c5005f;
    --btnbg-hover:#ffffff;
    --btnclr-hover:#c5005f;
    --btnbrdr-hover:#c5005f;

    --hdbg-ln1:#0094ca;
    --hdclr-ln1:#fff;

    --hdbg-ln2:#e6e6e6;
    --hdclr-ln2:#222;

    --bdy-fttr-brdr:#0094ca;
    --prz-otr-brdr:#c5005f;
    
    --tmrbg:#0094ca;
    --tmrbrdr:#c5005f;
    --tmrclr:#fff;
    --tmrboxbg:#fff;
    --tmrboxclr:#f70000;

    --modfttrbg:#d1d1d1;
    --modfttrbrdr:#fff;
}


body{
    padding: 0px;
    margin: 0px;
    background-color: #e2e2e2;
    font-family: sans-serif;
    font-size: 14px;
    background-image: url('../images/bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

@media (max-width:678px) {
    body{
        background-size: 1200px auto;
    }
}








.cswccmcbody button{
    font-size: 18px;
    font-weight: 600;
    background-color: var(--btnbg);
    color: var(--btnclr);
    text-align: center;
    padding: .6rem;
    margin-bottom: .5rem;
    width: 80%;
    border: 1px solid var(--btnbrdr);
    border-radius: 3px;
    cursor: pointer;
    transition: transform .5s;
}

.cswccmcbody button:hover{
    background-color: var(--btnbg-hover);
    color: var(--btnclr-hover);
    border: 1px solid var(--btnbrdr-hover);
}

#animate_btn_0 {
    position: relative;
    overflow: hidden;
}


#animate_btn_0::after {
    animation: shine 3s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -80%;
    left: -200%;
    width: 150%;
    height: 500%;
    opacity: 0;
    transform: rotate(-10deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 30%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 0.0) 100%)
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -200%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, .15s;
        transition-timing-function: ease
    }

    100% {
        opacity: 0;
        top: -30%;
        left: 100%;
        transition-property: left, top, opacity;
    }
}




.hwsdaa h1,.hwsdaa h2,.hwsdaa h3,.hwsdaa h4{
    margin: 0px;
    text-align: center;
    padding: 5px;
}

.hwsdaa-ln1{
    background-color: var(--hdbg-ln1);
    color: var(--hdclr-ln1);
}

.hwsdaa-ln2 .hwsdaa-line{
    padding-top: 2px;
    width: 200px;
    display: flex;
    margin: auto;
    color: var(--hdclr-ln2);
    font-weight: 600;
}

.hwsdaa-ln2 .hwsdaa-line hr{
    width: 40px;
    border: 0px solid #000;
    background-color: var(--hdclr-ln2);
    height: 1px;
}

.hwsdaa-ln2{
    background-color: var(--hdbg-ln2);
    color: var(--hdclr-ln2);
    text-align: center;
}

.hwsdaa-ln2 img{
    height: 90px;
}

.hwsdaa-ln2 .dflg{
    height: 20px;
    margin-bottom: -4px;
}

.dflg{
    margin-left: 5px;
}

.bawesdapad{
    max-width: 800px;
    margin: 0px auto;
}

@media (max-width:678px) {
    .hwsdaa-ln2 img{
        height: 60px;
    }
}














.cswccmcbody{
    margin: 10px;
    /* background-image: url('../images/banner.jpg');
    background-size: cover; */
    background-color: #fff;
    padding: 15px;
    border-bottom: 10px solid var(--bdy-fttr-brdr);
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #d1d1d1;
}

.bawesdaln1{
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0px;
}


.bawesdaln1-inn2 p{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #303030;
}

.bawesdaln1-inn2 p:nth-of-type(1) b:nth-of-type(1){
    font-size: 21px;
    line-height: 1.5;
    color: #242424;
}

.bawesdaln1-inn2 b{
    color: #242424;
}

.bawesdaln1-inn2 span{
    color: #eb0000;
}

.cswccmcbody img{
    max-width: 170px;
    margin: 0px auto;
    padding: 0px 20px;
}

.bawesdaln2{
    text-align: center;
}



@media (max-width:678px) {
    .cswccmcbody{
        margin: 10px;
        padding: 5px 15px;
    }
    .bawesdaln1{
        display: block;
        padding: 0px 0px 5px 0px;
    }
    .bawesdaln1-inn1{
        text-align: center;
    }
    .bawesdaln1-inn2{
        padding: 10px 0px 0px 0px;
    }
    .bawesdaln1-inn2 p{
        font-size: 15px;
    }
    .bawesdaln1-inn2 p:nth-of-type(1) b:nth-of-type(1){
        font-size: 17px;
    }
    .hwsdaa-ln2 img:first-child{
        height: 50px;
    }
    .hwsdaa-ln2 h3{
        font-size: 14px;
    }
}












.bawesdaquestion h2{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #494949;
}

.bawesdaquestion b{
    color: #222243;
}

.bawesdaquestion .qassers{
    text-align: center;
}




.qassersaa-verif-content{
    text-align: center;
}
.qassersaa-verif-content img{
    max-width: 100px;
    margin: auto;   
}
.qassersaa-verif-content-title b{
    color:#222243 !important;
}

.hdsnvnn_dvhddn{
    display: none;
}




.bawesdaln3 h2{
    padding: 0px;
    margin: 0px;
    text-align: start;
    font-size: 21px;
}
.bawesdaln3 b{
    color: #141417;
}
.asdfdb{
    text-align: center;
}







.zprdwsz{
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #d1d1d1;
    /* background-image: url('../images/banner.jpg');
    background-size: cover; */
}

.zprdwsz .zprdwszooutter{
    padding: 10px;
    border: 2px dashed var(--prz-otr-brdr);
    border-radius: 5px;
    display: flex;
    background-color: #f7f7f7;
}

.zprdwsz .zprdwszooutter-out{
    padding: 10px;
    border: 2px dashed #494949;
    border-radius: 5px;
    display: flex;
    opacity: .4;
    background-color: #f7f7f7;
}

.zprdwsz .zprdwszoln1,.zprdwsz .zprdwszoln2{
    padding: 10px;
}

.zprdwsz .zprdwszoln1{
    width: 40%;
    text-align: center;
    border: 1px solid #e0e0e0;
    background-color: #eeeeee;
    box-shadow: 0px 0px 2px #ffffff;
}

.zprdwsz .zprdwszoln1 img{
    max-width: 200px;
    padding: 20px 0px;
}

.zprdwsz .zprdwszoln2{
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    width: 60%;
}

.zprdwsz .zpdssbddtitle{
    color: #222243;
    padding-left: 15px !important;
}

.zprdwsz .zprdwszoln2 h2{
    padding: 0px;
    margin: 0px;
    background-color: #f0f0f0;
    border-bottom: 2px solid #8f8f8f;
}

.zprdwsz .zprdwszoln2 .zpdssbdddesc{
    padding: 0px 0px 0px 15px;
    font-size: 15px;
    font-style: italic;
    text-indent: 20px;
    color: #494949;
}

.zprdwsz .zprdwszoln2 .zpdssbdddesc ul{
    text-indent: 0px;
    font-style: normal;
}

.zprdwsz .zprdwszoln2 .zpdssbddamount,
.zprdwsz .zprdwszoln2 .zpdssbddstock,
.zprdwsz .zprdwszoln2 .zpdssbddpfs{
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.zprdwsz .zprdwszoln2 .zpdssbddamount del{
    color: #eb0000;
}

.zprdwsz .zprdwszoln2 .zpdssbddamount{
    display: flex;
    align-items: center;
}

.zprdwsz .zprdwszoln2 .zpdssbddzero1{
    padding-right: 10px;
}

.zprdwsz .zprdwszoln2 .zpdssbddzero2{
    font-size: 20px;
    font-weight: 600;
    color: #008000;
}

.zprdwsz .zprdwszoln2 .zpdssbddstock b{
    color: #eb0000;
}

.zprdwsz .zprdwszoln2 .zpdssbddpfs{
    color: #eb0000;
    font-weight: 600;
    font-size: 18px;
}

.zprdwsz .zpdssbddbtn{
    text-align: center;
}

.zprdwsz .zprdwszobutton{
    font-size: 18px;
    font-weight: 600;
    background-color: var(--btnbg);
    color: var(--btnclr);
    text-align: center;
    padding: .6rem;
    margin: 10px -10px 0px 10px;
    width: 80%;
    border: 1px solid var(--btnbrdr);
    border-radius: 3px;
    cursor: pointer;
    transition: transform .5s;
}

.zprdwsz .zprdwszobutton:hover{
    background-color: var(--btnbg-hover);
    color: var(--btnclr-hover);
    border: 1px solid var(--btnbrdr-hover);
    cursor: pointer;
    transform:scale(1.1);
}

.zprdwsz .zprdwszobutton-dis{
    font-size: 18px;
    font-weight: 600;
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: .6rem;
    margin: 10px -10px 0px 10px;
    width: 80%;
    border: 1px solid #464646;
    border-radius: 3px;
    cursor:not-allowed;
    transition: transform .5s;
}

@media (max-width:678px) {
    .zprdwsz{
        margin: 25px 25px;
        padding: 10px;
    }
    .zprdwsz .zprdwszooutter{
        display: block;
    }
    .zprdwsz .zprdwszooutter-out{
        display: block;
    }
    .zprdwsz .zprdwszoln1,.zprdwsz .zprdwszoln2{
        width: 100%;
        padding: 10px 0px;
    }
    .zprdwsz .zprdwszoln1 img{
        max-width: 200px;
        padding: 0px;
    }
}





.cswccmcnothing{
    height: 300px;
}





/*    COMMENT SECTION    */

.cswccmccomment{
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #d1d1d1;
    /* background-image: url('../images/banner.jpg');
    background-size: cover; */
}

.tmmnasdiv:first-of-type{
    padding: 0px 0px 15px 0px;
}

.tmmnasdiv{
    border-top: 1px dashed #d8d8d8;
    padding: 15px 0px;
    display: flex;
}

.tmmnasdiv:first-of-type{
    border-top: 0px dashed #d8d8d8;
}

#comment-list .tmmnasdiv:first-of-type{
    padding: 15px 0px 15px 0px;
    border-top: 1px dashed #d8d8d8;
}

.tmmnasimage img{
    height: 100px;
}

.tmmnasdesc{
    padding-left: 15px;
    width: 100%;
}

.tmmnasdesc:first-child{
    padding: 0;
}

.tmmnasname{
    font-size: 18px;
    font-weight: 600;
    color: #008eb1;
}

.tmmnastitle{
    display: flex;
    justify-content: space-between;
    align-items:baseline;
}

.tmmnastitle span:first-child{
    padding: 0px;
    transform: translate(0px,10px);
    font-size: 18px;
    font-weight: 600;
    color: #363636;
}

.tmmnastitle button{
    font-size: 15px;
    padding: 7px 15px;
    margin-left: 5px;
    border: 0px;
    background-color: #0070b1;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.tmmnasdesc .tmmnasname,
.tmmnasdesc .tmmnastext{
    padding-bottom: 15px;
}

.tmmnastext{
    text-align: justify;
    color: #363636;
}

.tmmnastext img{
    height: 200px;
    padding-top: 10px;
}

.tmmnasbox textarea{
    width: 99.5%;
    border: 1px solid #8a8a8a;
    border-radius: 3px;
}

.tmmnasfooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tmmnasfooter div:first-of-type{
    color: #8a8a8a;
}

.tmmnasfooter .tmmnastredffdatelike{
    display: flex;
}

.tmmnasfooter span{
    padding-right: 15px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.tmmnasfooter a{
    color: #008eb1;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
}





@media (max-width:678px) {
    .cswccmccomment{
        margin: 35px 25px;
        padding: 15px;
    }
    .tmmnasimage img{
        height: 60px;
    }
    .tmmnasname{
        font-size: 14px;
    }
    .tmmnastext{
        font-size: 13px;
    }
    .tmmnastext img{
        height: 120px;
        padding-top: 5px;
    }
    .tmmnasdesc .tmmnasname,
    .tmmnasdesc .tmmnastext{
        padding-bottom: 9px;
    }
    .tmmnasfooter .tmmnastredffdatelike{
        display: block;
    }
    .tmmnasfooter span{
        font-size: 11px;
        padding-right: 7px;
        padding-left: 5px;
    }
    .tmmnasfooter a{
        font-size: 12px;
    }
    .tmmnasdesc{
        padding-left: 9px;
    }
    .tmmnastitle span:first-child{
        font-size: 14px;
    }
    .tmmnastitle button{
        font-size: 13px;
        padding: 5px 10px;
    }
}









/*    FOO SECTION    */
.ttrrfasfooter {
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-top: 10px solid var(--bdy-fttr-brdr);
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #d1d1d1;
    /* background-image: url('../images/banner.jpg');
    background-size: cover; */
}

.tredffcontent{
    text-align: center;
}

.copyrightzz{
    font-size: 18px;
    padding: 0px;
    margin: 10px;
}

.claimcop{
    font-size: 12px;
    color: #797979;
}

@media (max-width:678px) {
    .ttrrfasfooter{
        margin: 0px;
        border-radius: 0px;
    }
}

.ttrrfasfooter span{
    color: #0070b1;
    text-decoration: underline;
    margin: 0px 10px;
    cursor: pointer;
}

.ttrrfasfooter span:hover{
    color: #2ea4e9;
}












/*    BAR OFFER SECTION    */
.offerExpiry {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: var(--tmrclr);
  }
  
  .offerExpiry #time {
    font-size: 1.2em;
    color: var(--tmrclr);
  }
  
.cswccmcbottom-bar {
    text-align: center !important;
    background-color: var(--tmrbg);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-top: 2px solid var(--tmrbrdr);
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 11px 0px 24px 0 rgba(0, 0, 0, .3);
  }

.cswccmctime-block{
    background-color: var(--tmrboxbg);
    padding: 1px 4px;
    border-radius: 5px;
    color:var(--tmrboxclr);
}













/*    MODAL SECTION    */

.mod-con{
    width: 100%;
    height: 160%;
    background-color:#0000008f;
    position: fixed;
    top: 0;
    text-align: center;
    overflow: hidden;
}

.mdlabg{
    animation: opacity-bg 1s ease-in-out;
}

@keyframes opacity-bg {
    0%{background-color: #00000000; }
    100% {background-color: #0000008f; }
}

.mdlabg-rv{
    animation: opacity-bgrv 1s ease-in-out;
}

@keyframes opacity-bgrv {
    0%{background-color: #0000008f; }
    100% {background-color: #00000000; }
}

.modal{
    text-align: center;
    max-width: 600px;
    margin: 100px auto;
    padding-top: 25px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 170px;
    font-size: 16px;
    color: #3b3b3b;
}

.modal .btn-close{
    display: flex;
    padding: 0px 10px 0px 10px;
    margin-top: -15px;
    justify-content: space-between;
    align-items: center;
}

.modal .btn-close h2{
    color: #1b82d6;
    font-size: 20px;
}

#btn-close{
    color: #b6b6b6;
    cursor: pointer;
    border: 0px;
    background-color: #fff;
}

#btn-close:hover{
    color: #ff4444;
}

.mdlainn{
    animation: move-con 1s ease-in-out;
}

@keyframes move-con {
    0%{opacity:0; transform: translate(0px,-200px); }
    100% {opacity:1; transform: translate(0px,0px); }
}

.mdlainn-rv{
    animation: move-conrv 1s ease-in-out;
}

@keyframes move-conrv {
    0% {opacity:1; transform: translate(0px,0px); }
    100%{opacity:0; transform: translate(0px,-200px); }
}


@media (max-width:768px) {
    .modal{ max-width: 95%; }
}

.modal h2, .modal h3, .modal h4, .modal p{
    padding: 0;
    margin: 0;
}

.modal span{
    color: #303030;
    font-weight: 600;
}

.modal .prize-desc {
    color: #000;
    padding-left: 10px;
}

.modal-head,.modal-body{
    padding: 10px 25px 10px 10px;
    text-align: start;
}

.modal-body img{
    max-width: 160px;
}

.modal-body-con{
    width: 100%;
    display: flex;
    padding-bottom: 3px;
    border-bottom: 1px solid #efefef;
}

.modal-body-left{
    text-align: end;
    width: 50%;
}

.modal-body-right{
    text-align: start;
    width: 50%;
}

@media (max-width:768px) {
    @media (max-width:768px) { .modal{ margin: 40px auto;}}
    @media (max-width:310px) { .modal{ margin: 10px auto;}}
}

.modal-head-pv2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body ol li{
    padding-bottom: 5px;
}

.modal-foot{
    text-align: center;
    padding: 10px 25px;
    background-color: var(--modfttrbg);
    border-radius: 0px 0px 5px 5px;
}

.modal-foot button{
    font-size: 20px;
    padding: .5rem 1rem;
    font-weight: 600;
    background-color: var(--btnbg);
    color: var(--btnclr);
    border: 1px solid var(--modfttrbrdr);
    border-radius: 3px;
    cursor: pointer;
}





.btn-close-cls{
    color: #a0a0a0;
    cursor: pointer;
    border: 0px;
    background-color: #fff;
}

.btn-close-cls:hover{
    color: #ff4444;
}

.mod-desc-ovr{
    overflow: auto;
    overflow-x: hidden;
    height: 450px;
}

.mod-desc-ovr p, .mod-desc-ovr li{
    font-size: 14px;
}

.mod-desc-ovr ol li{
    padding: 10px 0px;
}

.mod-desc-ovr ol li ul li{
    padding: 0px;
}

.mod-desc-ovr ol li b{
    line-height: 2;
}

.mod-desc-ovr ol li ul li b{
    line-height: 1;
}

.modeffdate{
    font-size: 12px;
    padding-bottom: 15px !important;
}











