@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@media (min-width: 576px) {
    #saveBig .modal-dialog {
        max-width: 510px;
    }
}
.modal {
    background: rgb(0 0 0 / 80%);
    padding-right: 0px !important;
}
.iprovpn_popup {
    background: url(../images/popup/popup_bg.png) #00b187;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15px;
    border: none;
}
.iprovpn_popup h2 {
    position: relative;
    font-size: 44px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #eeeef3;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.iprovpn_popup h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0.5px;
}
.iprovpn_popup ul {
    list-style: none;
    margin: 30px auto;
    padding: 0;
    max-width: 240px;
}
.iprovpn_popup ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    display: block;
    padding-bottom: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0.5px;
}
.iprovpn_popup ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.iprovpn_popup ul li:nth-last-child(1) {
    padding-bottom: 0;
}
.iprovpn_popup p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
}
.price {
    font-size: 80px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    font-weight: 500;
}
.pop_mini_text {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0.5px;
}
.btn_popup {
    font-size: 22px;
    background: #1f253f;
    border: 2px solid #1f253f;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    display: block;
    border-radius: 50px;
    font-weight: 700;
    width: 308px;
    height: 53px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 10px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 14%);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.iprovpn_popup .close {
    color: #000;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease;
}
.iprovpn_popup .close:hover, .iprovpn_popup .close:focus {
    outline: none;
    opacity: 1 !important;
}
.btn_popup:hover, .btn_popup:focus {
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1 !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

@media(max-width: 767px){ 
    .iprovpn_popup h2 {
        font-size: 30px;
    }
    .iprovpn_popup h3 {
        font-size: 18px;
    }
    .iprovpn_popup ul {
        margin: 20px auto;
    }
    .iprovpn_popup ul li {
        font-size: 16px;
    }
    .price {
        font-size: 65px;
    }
    .btn_popup {
        font-size: 16px;
        display: inline-block;
        height: 45px;
        line-height: 40px;
        padding: 0 25px;
        width: auto;
    }
}