﻿

.popup__side {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000094;
    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: #f5ae24;
     border:2px solid #f5ae24;
}
.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 #f5ae24;
}
.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: red;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    border: 2px solid red;
    cursor:pointer;
}
.overlay-main-content {
    position: absolute;
    bottom: 50px;
    right: 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;
    cursor:pointer;
    align-items: center;
    padding: 5px 5px;
}
.img-and-content img {
    width: 78px;
    height: 78px;
    border: 2px solid red;
    border-radius: 50%;
    margin-right: 12px;
    padding: 8px;
}
.img-and-content .text-popup {
    font-size: 10px;
    font-family: 'Pluto';
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing:0px;
    padding: 1px;
    max-width: 121px;
    font-style: italic;
}
span.content__popup {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}
a.see_morew__btn {
    margin: 0;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 3px 0px 2px 0px;
    font-weight: 500;
    text-shadow: 0 0 black;
    font-size: 10px;
    font-style: italic;
    width: 75px;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'pluto';
    color: #000;
    display: inline-block;
    white-space: nowrap;
}
@media screen and (max-width:767px) {
    .overlay-main-content {
        position: absolute;
        bottom: auto;
        right: auto;
        z-index: 99999999999999 !important;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .close-button i {
        line-height: 1.4;
    }

    span.content__popup {
        width: 150px;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        padding-right: 25px;
    }

    .img-and-content .text-popup {
        margin-right: 0;
    }
}