/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .pop-div{
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 999;
    width: 100%;
    max-width: 450px;
}
.pop-div-inner{
    border: 2px solid #f5f5f5;
    padding: 10px 10px;
    border-radius: 100px;
    width: 100%;
    line-height: 12px;
    max-width: 465px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.pop-div-low{
    margin-top: 5px;
    margin-bottom: 5px;
}
.pop-div-inner h4{
    margin-bottom: 0;
    margin-top: 0;
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pop-div-inner h5{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pop-div-inner p{
    margin-bottom: 0;
}
.globaldev-img{
    width: 72.5px;
    height: 72.5px;
    border-radius: 100px;
    text-align: center;
    margin-right: 12px;
    margin-top: 3.85px;
    min-width: 72.5px;
    box-sizing: border-box;
    margin-left: 0.5px;
    float: left;
}

.pop-div-footer{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 8px;
}
.globaldev-img img{
    overflow: hidden;
    width: 72.5px;
    height: 72.5px;
    border-radius: 100px;
    object-fit: contain;
    box-shadow: rgb(208, 208, 208) 0px 0px 1px;
    margin: 0px;
    padding: 0px;
}
.pop-div-text-wrap{
    float: left;
    width: 100%;
    max-width: 325px;
}
.pop-div-f-l{
    float: left;
    width: 50%;
}
.pop-div-f-r{
    float: left;
    width: 50%;
}
.pop-div-f-l p{
    font-size: 14px;
}
.pop-div-f-r a{
    font-size: 14px;
}
.pop-div-f-r img{
    width: 15px;
    height: auto;
    margin-left: 5px;
    margin-right: 1px;
}
.close-sbgd{
    position: absolute;
    right: -25px;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
    padding: 1px 9px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    background: #ffffff;
}
.close-sbgd:hover{
    position: absolute;
    right: -25px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    padding: 1px 9px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    background: #f5f5f5;
    color: #ffffff !important;
}
@media(max-width:550px){
    .pop-div {
        position: fixed;
        bottom: 0%;
        left: 0;
        z-index: 99;
        width: 100%;
        max-width: 100%;
    }
    .close-sbgd {
        position: absolute;
        right: 0;
        border-radius: 0;
        border: 1px solid #f5f5f5;
        padding: 1px 14px;
        display: block;
        font-size: 15px;
        font-weight: 600;
        background: #ffffff;
        z-index: 99;
        top: -28px;
    }
    .pop-div-inner {
        border: 2px solid #f5f5f5;
        padding: 10px 10px;
        border-radius: 0px;
        width: 100%;
        line-height: 12px;
        max-width: 100%;
        background-color: #ffffff;
        overflow: hidden;
        position: relative;
    }
    .pop-div-text-wrap{
        float: left;
        width: 100%;
        max-width: 75%;
    }
    .globaldev-img {
        width: 10%;
    }
    .pop-div-text-wrap {
        float: left;
        width: 100%;
        max-width: 63%;
    }
    .pop-div-footer{
        right: 0;
        width: 74%;
        left: auto;
    }
}
@media(max-width:260px){
    .globaldev-img img {
        overflow: hidden;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        object-fit: contain;
        box-shadow: rgb(208, 208, 208) 0px 0px 1px;
        margin: 0px;
        padding: 0px;
    }
    .globaldev-img {
        width: 72.5px;
        height: 72.5px;
        border-radius: 100px;
        text-align: center;
        margin-right: 12px;
        margin-top: 3.85px;
        min-width: 30px;
        box-sizing: border-box;
        margin-left: 0.5px;
        float: left;
    }
}    