@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
/* font-family: 'Lato', sans-serif; */

body{ position: relative;font-family: 'Lato', sans-serif; font-weight: 400;}
.black_overlay_renew {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    z-index: 1001;
    background-color: rgba(2, 2, 2, 0.5);
}
.closeRenew{
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    padding: 0;
    top: -24px;
    cursor: pointer;
}
.renewPopup{
    min-height: 184px;
    background: #fff;
    padding: 36px 40px;
    font-family: 'Lato', sans-serif; 
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.renewPopup h2{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #af272d;
    font-family: 'Lato', sans-serif; 
}
.renewPopup h2 img{
    vertical-align: sub;
    margin-right: 10px;
}
.renewPopup p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #212121;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif; 
}
.renewButton{
    width: 184px;
    height: 50px;
    margin: 14px 0 0 11px;
    padding: 13px 30px 15px;
    object-fit: contain;
    border-radius: 24px;
    background-color: #af272d;
    text-decoration: none;
    border: none;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    margin-left: 15px;
    box-sizing: border-box;
}


/* Responsive css */

@media (max-width: 991px){
    .renewPopup{
        padding: 24px 20px;
        min-height: auto;
    }
    .renewPopup h2{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .renewPopup h2 img {
        vertical-align: sub;
        margin-right: 12px;
        width: 35px;
    }
    .renewPopup p{
        font-size: 16px;
        line-height: 22px;
    }
    .renewButton{
        clear: both;
        display: block;
        margin: 0 auto;
        margin-top: 24px;
    }
    .closeRenew{
        top: -18px;
        width: 40px;
    }
    .closeRenew img{
        width: 100%;
    }
}