﻿.popup-main {
    width: 290px;
    height: 120px;
     position: fixed;
    bottom: 50px;
    margin-right: auto;
    padding: 0px;
    z-index: 4;
    opacity: 1;
}

a.close {
    /*background-color: #b71b1c;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 0px 8px 3px;
    font-size: 1.1em;
    position: absolute;
    top: 6px;
    left: -13px;
    color: #fff !important;
    width: 28px;
    height: 28px;
     font-weight: bold;
    display: block;
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    justify-content: space-around;
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    text-align: center;*/
}
#AlnaherAdContainer {
    background-image: url(../images/OppoBg.png);
    width: 301px;
    height: 167px;
    background-position: -14px -6px;
    overflow: hidden;
}

        a.popup-cont {
            display: inline-block;
            width: 100%;
        }

        .popup-cont img {
            float: right;
        
        }
.popup-cont .pop_img {
     width: 110px;
    height: 138px;
    margin-right: 39px;
    margin-top: 15px;
}

.l-cont {
    float: right;
    margin-right: 0;
    margin-top: 28px;
    text-align: center;
    color: #fff;
    width: 132px;
}

 .l-cont span {
  padding: 3px 7px;
    color: #ffffff;
    font-size: .6em;
    border-radius: 6px;
    font-weight: bold;
}

 .l-cont .poptitle {
    margin: 10px 0 20px;
    font-size: 1.1em;
}

.l-cont p {
    margin: -7px 0 13px;
    font-size: .6em;
}
.l-cont p.channelName{
    margin-bottom: 6px;
    font-weight: bold;
}
.l-cont img {
    float: none;
    max-height: 23px;
}