﻿

.popup__side {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9999999;
    font-style: italic;
    overflow: hidden;
}
.display__none{
    display:none;
}

.aravali_popup__new .close-button i {
    color: #8a256699;
    border: 2px solid #8a256699;
}
.gurgaon_popup__new .close-button i {
    color: #8a2465;
    border: 2px solid #8a2465;
}
.noida_popup__new .close-button i{
    color: #009487;
    border:2px solid #009487;
}
.earlyyears_popup__new .close-button i{
    color: #ed1c24;
     border:2px solid #ed1c24;
}

.aravali_popup__new .img-and-content img, .aravali_popup__new a.see_morew__btn{
    border:1px solid #8a2566;
}
.gurgaon_popup__new .img-and-content img, .gurgaon_popup__new a.see_morew__btn {
    /*border: 1px solid #8a2465;*/
}
.noida_popup__new .img-and-content img, .noida_popup__new a.see_morew__btn{
     border:1px solid #009487;
}
.earlyyears_popup__new .img-and-content img, .earlyyears_popup__new a.see_morew__btn{
     border:1px solid #ed1c24;
}

.close-button i {
    position: absolute;
    top: -23px;
    right: 0;
    color: #8a2465;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    border: 2px solid #8a2465;
    cursor: pointer;
}
.overlay-main-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 99999999999999 !important;
}
.close-button img
{
    width: 25px;
    height: 25px;
    position: absolute;
    top: -25px;
    right: 20px;
}
.img-and-content {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 11px 0px #ccc;
    text-decoration:none !important;
}
    .img-and-content img {
        width: 68px;
        margin-right: 12px;
    }
.img-and-content .text-popup {
    font-size: 14px;
    font-family: 'Pluto';
    text-align: left;
    margin-bottom: 0;
    letter-spacing:0px;
    padding: 1px;
    font-style: italic;
    color:#666;
}
span.content__popup {
    width:255px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}
.see_morew__btn {
    margin: 0;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 3px 0px 2px 0px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    width: 125px;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'pluto';
    color: #333;
    display: inline-block;
    white-space: nowrap;
    text-align:center;
}
    .see_morew__btn:hover {
        color: #8a2465;
    }
.topheadingpopup {
    font-family: 'Pluto';
    font-weight: 500;
    text-align: left;
    color: #333;
    font-size:14px;
}
@media screen and (max-width:767px) {
    .overlay-main-content {
        position: absolute;
        bottom: auto;
        right: auto;
        z-index: 99999999999999 !important;
        transform: translate(-50%, -43%);
        top: 57%;
        left: 50%;
    }

    .close-button i {
        line-height: 1.4;
    }

    span.content__popup {
        width: 270px !important;
        justify-content: center;
        text-align: left;
        margin: 0 auto;
        align-items: center;
        padding-right: 15px;
    }

    .img-and-content .text-popup {
        margin-right: 0;
    }
    .see_morew__btn {
        font-size: 12px;
    }
    .topheadingpopup {
        display: inline-block;
        width: 100%;
    }
    .img-and-content img {
        width: 63px;
    }
}
@media screen and (max-width:420px) {
    span.content__popup {
        padding-right: 15px;
        margin-top: -3px;
    }
    .topheadingpopup {
        font-size: 13px;
    }
    .img-and-content .text-popup {
        margin-right: 0;
        font-size: 13px;
    }
    span.content__popup {
        width: 228px !important;
    }
    .img-and-content img {
        width: 60px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .img-and-content {
        padding: 10px 5px;
    }
}