@font-face {
    font-family: digital-mono;  
    src: url("../fonts/digital-mono.ttf") format("truetype");
	font-style: 400;
    font-weight: normal;
}
.appclusive{
    /*position: relative;*/
}
.dealIcon{
    width: 80px;
    position: fixed;
    bottom: 25%;
    right: 5%;
    z-index: 999;
    cursor: pointer;
}
.dealOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 9999999;
    display: none;
}
.appdeal{
    background-color: #fff;
    width: 600px;
    margin: auto;
    margin-top: 100px;
    position: relative;
}
.appClose{
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 10px 0;
    cursor: pointer;
}
.appdeal .col_lft{
    width: 100%;
}
.appdeal .popBan{
    width: 100%;
    display: block;
}
.appdeal .col_rgt {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute;
    bottom: 57px;
	margin-left: -21px;
}
.appdeal .col_rgt img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 170px;
}
.appdeal .subTxt{
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 15px;
}
.appdeal .subTxt span{
    font-weight: bold;
}
.offCount p{
    text-align: center;
    padding-bottom: 0;
}
.offCount p:nth-child(1){
    font-family: Interstate_Regular;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.count-number, .count-colon{
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    font-family: digital-mono;
    font-weight: 600;
    color: #E60201;
}
.countdown-sec p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: Interstate_Regular;
    font-weight: 600;
    color: #6d6d6d;
}
.col_rgt a {
    display: block;
    background-color: #012957;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    margin-top: 17px;
    border-radius: 5px;
    font-size: 11px;
}
.count-number{
    position: relative;
}
.count-number:nth-child(1)::after {
    content: 'Days';
    position: absolute;
    left: 3px;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #026FCD;
    font-family: Arial, sans-serif;
    margin-top: 3px;
}
.count-number:nth-child(2)::after {
    content: 'Hrs';
    position: absolute;
    left: 3px;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #026FCD;
    font-family: Arial, sans-serif;
    margin-top: 3px;
}
.count-number:nth-child(3)::after {
    content: 'Mins';
    position: absolute;
    left: 3px;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #026FCD;
    font-family: Arial, sans-serif;
    margin-top: 3px;
}
.count-number:nth-child(4)::after {
    content: 'Sec';
    position: absolute;
    left: 3px;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #026FCD;
    font-family: Arial, sans-serif;
    margin-top: 3px;
}
@media only screen and (max-width:767px){
    .dealIcon {
        bottom: 30%;
        right: 0%;
    }
}
@media only screen and (max-width:650px){
    .appdeal{
        width: 350px !important;
        display: block;
    }
    .appdeal .col_lft,.appdeal .col_rgt {
        width: 100%;
        display: block;
    }
    .count-number, .count-colon{
        font-size: 25px;
    }
    .offCount p:nth-child(1){
        font-size: 11px;
        margin-bottom: 0;
    }
    .appdeal .col_rgt{
        bottom: 29px;
    }
    .count-number:nth-child(1)::after,.count-number:nth-child(2)::after,.count-number:nth-child(3)::after,.count-number:nth-child(4)::after{
        font-size: 12px !important;
        left: 1px;
    }
    .appdeal .col_rgt img{
           margin: 0 auto;
    width: 102px;
    margin-left: 91px;
    }
}
@media only screen and (max-width:500px){
    .appdeal{
        margin-top: 60px;
    }
}
@media only screen and (max-width:320px){
    .appdeal{
        width: 312px;
    }
}
@media only screen and (max-width:960px) and (min-width:600px) and (orientation: landscape) {
  .appdeal{
        margin-top: 45px;
    }
    .dealIcon {
        bottom: 39%;
        right: 2%;
    }
    #searchenable{
        bottom: 9% !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.appdeal{width: 90% !important;}  
}  