/* popup start */
.overlay{
    background: #0a0a0a33;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
.popup{
    background-color: #fff;
    width: 700px;
    height: 400px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    z-index: 100000000;
    box-shadow: 0 0 35px 0 rgb(10 97 221 / 15%);
}
.popup-outlay{
    padding: 15px 15px;
}
.popup button{
    display: block;
    margin:  0 -10px 0 auto;
    background-color: transparent;
    font-size: 30px;
    color: #464444;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup-btn{
    display: block;
    width: 150px;
    position: relative;
    margin: 20px auto;
    text-align: center;
    background-color: #2250fc;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
    border-radius: 3px;
}
.popup-font{
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: 700;
}
.popup-border{
    border-right: 1px solid #cdc3c3;
}
.bg-img{
    background-image: url("../images/new_image/people1.jpeg");
    height: 370px;
    background-position: bottom;
    background-size: cover;
}
/* popup end */
@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .col-lg-12.popup-outlay {
        padding: 0px;
    }
    .popup{
        width: 80%;
        padding: 10px 10px;
        top: 75%;
    }
    .popup-font{
        font-size: 1.4em;
    }
    .popup button{
        margin:  0 0 10px auto;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
    .bg-img{
        height: 370px;
    }
    .col-sm-8.popup-border{
        width: 80%;
        padding-right: 15px;
    }
    .pop-logo{
        width : 90px;
    }
    a#popup-sign {
        width: 90px;
    }
}
@media only screen and (min-device-width :481px) and (max-device-width :540px) {
    .popup{
        width: 80%;
        padding: 10px 10px;
        top: 75%;
    }
    .popup-font{
        font-size: 1.4em;
    }
    .popup button{
        margin:  5px 0 0 auto;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
}
@media only screen and (min-device-width :541px) and (max-device-width :767.8px) {
    .popup{
        width: 80%;
        top: 75%;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
    .popup-font{
        font-size: 1.4em;
    }
    .popup button{
        margin:  5px 0 0 auto;
    }
}
@media only screen and (width :768px) {
    .popup{
        top: 70%;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
}
@media only screen and (min-device-width :769px) and (max-device-width :991px) {
    .popup{
        top: 70%;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
}
@media only screen and (min-width:992px) and (max-width:1024px) {
    .popup{
        top: 70%;
    }
    a#popup-sign {
        height: 40px;
        padding: 4px 14px;
    }
}