/* Helvetica Neue Roman */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Helvetica Neue Italic */
@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Helvetica Neue Ultra Light */
@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Helvetica Neue Ultra Light Italic */
@font-face {
    font-family: 'HelveticaNeueUltraLightItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueUltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Helvetica Neue Thin */
@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueThin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Helvetica Neue Thin Italic */
@font-face {
    font-family: 'HelveticaNeueThinItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueThinItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Helvetica Neue Light */
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueLight.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Helvetica Neue Light Italic */
@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueLightItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Helvetica Neue Medium */
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Helvetica Neue Medium Italic */
@font-face {
    font-family: 'HelveticaNeueMediumItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueMediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Helvetica Neue Bold */
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Helvetica Neue Bold Italic */
@font-face {
    font-family: 'HelveticaNeueBoldItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueBoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* Helvetica Neue Heavy */
@font-face {
    font-family: 'HelveticaNeueHeavy';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Helvetica Neue Heavy Italic */
@font-face {
    font-family: 'HelveticaNeueHeavyItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueHeavyItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Helvetica Neue Black */
@font-face {
    font-family: 'HelveticaNeueBlack';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

/* Helvetica Neue Black Italic */
@font-face {
    font-family: 'HelveticaNeueBlackItalic';
    src: url('/blog/wp-content/themes/custom-child/fonts/Helvetica/HelveticaNeueBlackItalic.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}



body{
    font-family: 'HelveticaNeueRoman';
    font-weight: 500;
}
a, a:hover {
    text-decoration: none;
}
strong, b {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    color: #464a5e;
    letter-spacing: -0.5px;
    font-family: "Poppins", serif;
      font-weight: 700;
      font-style: normal;
}
p {
    font-size: 20px;
    color: #404146;
    font-family: 'HelveticaNeueRoman';
}
.title_section h3 {
    color: #2a2d43;
    font-size: 30px;
    font-weight: 800;
}
.title_section .subtitle {
    color: #464a5e;
    font-size: 22px;
    font-weight: 600;
}
.btn_green {
    background: #00b187;
    border: 2px solid #00b187;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    box-shadow: 0px 20px 30px 0px rgba(70, 74, 94, 0.15);
    transition: all ease-in .4s;
    padding: 12px 40px;
    text-transform: uppercase;
    display: inline-block;
}
.btn_dark {
    background: #464a5e;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #464a5e;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    box-shadow: 0px 20px 30px 0px rgba(70, 74, 94, 0.15);
    transition: all ease-in .4s;
    padding: 12px 40px;
    text-transform: uppercase;
    display: inline-block;
}
.btn_transparent {
    background: transparent;
    color: #00b187;
    border-radius: 50px;
    border: 2px solid #464a5e;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    box-shadow: 0px 20px 30px 0px rgba(70, 74, 94, 0.15);
    transition: all ease-in .4s;
    padding: 12px 40px;
    text-transform: uppercase;
    display: inline-block;
}
.btn_dark:hover, .btn_green:hover, .btn_transparent:hover,
.btn_dark:focus, .btn_green:focus, .btn_transparent:focus {
    background: #000;
    outline: none;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    transition: all ease-in .4s;
}
.section_title img {
    margin-bottom: 20px;
}
.section_title h3 {
    color: #2a2d43;
    font-size: 32px;
}
.section_title p {
    color: #2a2d43;
    font-size: 20px;
    font-weight: 400;
}
.section_space {
    padding-top:60px;
    padding-bottom:60px;
}
.bg_gray {
    background: #eef6f2;
}
.full-width-title h3 {
    font-size: 32px;
    font-weight: 800;
}
.full-width-title p {
    font-weight: 800;
    color: #464a5e;
    font-size: 22px;
    margin-bottom: 25px;
}
.white-box {
    background: #fff;
    padding: 35px;
    box-shadow: 5px 9px 40px 0px rgba(126, 165, 233, 0.2);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.white-box img {
    width: auto;
}
.white-box .content h3 {
    font-size: 20px;
    color: #404146;
}
.white-box .content p {
    font-size: 17px;
    margin-bottom: 0px;
    color: #404146;
}
.white-box .content {
    margin-left: 30px;
}
.min-h-200 {
    min-height: 200px;
}
.bg_light {
    background: #f4f5f9;
}

/* Font-size */
.fs-20 {
    font-size: 20px;
}
.fs-34 {
    font-size: 34px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38 {
    font-size: 38px;
}
.fs-40 {
    font-size: 40px;
}

/* Font-Weight */
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.sep_border {
    position: relative;
    width: 58px;
    height: 4px;
    display: block;
    background: #00b187;
    margin: 0 auto 25px;
    border-radius: 10px;
    overflow: hidden;
}
.sep_border span {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 40px;
    height: 10px;
    transform: rotate(-45deg);
    animation: example 5s infinite;
}
@keyframes example {
    0%, 100% {
        right: -10px;
    }
    50% {
        right: 80%;
    }
}
.single_post_content h3, .single_post_content h2 {
    margin-top: 2rem;
    margin-bottom: 1.4rem;
}
@media(max-width: 992px){
    .section_title h3 {
        font-size: 28px;
    }
    .section_title p {
        font-size: 16px;
    }
    .section_space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .btn_dark, .btn_transparent {
        font-size: 15px;
        padding: 10px 25px;
    }
    .single_post_content h3, .single_post_content h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
@media(max-width:767px){
    .full-width-title h3 {
        font-size: 24px;
    }
    .title_section h3 {
        font-size: 24px;
    }
    .title_section .subtitle {
        font-size: 16px;
    }
    .full-width-title p {
        font-size: 16px;
    }
    .white-box {
        padding: 12px;
        margin-bottom: 20px;
    }
    .white-box .content {
        margin-left: 15px;
    }
    .white-box .content h3 {
        font-size: 18px;
    }
    .white-box .content p {
        font-size: 15px;
    }
    .fs-40 {
        font-size: 25px;
    }
    .fs-34 {
        font-size: 25px;
    }
}
/* POPUP CSS */
@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(https://iprovpn.com/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;
}

#saveBigNew .modal-content {
    padding: 0;
    border: none;
    background: transparent !important;
}

#saveBigNew img.main-bg-pop {
    max-width: 100%;
}

#saveBigNew .overContent {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

#saveBigNew h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#saveBigNew img.main-off-pop {
    max-width: 100%;
    display: block;
    margin: 25px auto;
}

#saveBigNew h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

#saveBigNew p {
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    line-height: 24px;
    font-weight: 400;
}

#saveBigNew p span {
    color: #00ffad;
    display: block;
}

#saveBigNew a {
    background: #00b086;
    padding: 20px 40px;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    height: auto;
    font-weight: 400;
}

#saveBigNew .modal-body {
    position: relative;
}

#saveBigNew button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff !important;
    z-index: 99999;
    opacity: 1;
    background: #00b086;
    font-size: 11px;
    border-radius: 50px;
    padding: 3px;
    font-weight: bolder;
}

@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;
    }
    
    #saveBigNew h3 {
        font-size: 18px;
    }
    
    #saveBigNew img.main-off-pop {
        max-width: 50%;
        margin: 10px auto;
    }
    
    #saveBigNew h2 {
        font-size: 20px;
    }
    
    #saveBigNew p {
        font-size: 15px;
        line-height: 22px;
    }
    
    #saveBigNew a {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    #saveBigNew .overContent {
        top: 30px;
    }
}
