@font-face{
    font-family:poppins-regular;
    src:url(../main/fonts/Poppins-Regular.ttf) format("truetype")
}
@font-face{
    font-family:poppins-bold;
    src:url(../main/fonts/Poppins-Bold.ttf) format("truetype")
}
html{
    overflow-x:hidden;
    width:100%
}
body{
    font-family:poppins-regular,Arial;
    margin:0;
    overflow-x:hidden;
    text-align:center;
    text-decoration:none;
    width:100%
}
a{
    font-family:poppins-regular,Arial,serif;
    font-weight:400;
    color:#1D2467;
    text-decoration: none
}
a:visited{
    text-decoration:none
}
a:hover{
    cursor:pointer
}
b{
    font-family:poppins-bold,Helvetica,Arial,serif;
    font-weight:400
}
.centered{
    text-align:center
}
.mobile_br{
    display:none
}
.header{
    left:0;
    padding:5px 10px;
    position:absolute!important;
    right:0;
    top:0;
    z-index:2
}
.header a{
    color:#fff;
    font-family:poppins-regular,Helvetica,Arial,serif;
    font-size:18px;
    line-height:25px;
    margin-right:40px;
    text-decoration:none;
    text-align:center
}
.psilogo-header{
    float:left;
    max-width:45px;
    padding-top: 15px;
    padding-right:35px
}
.download_header {
    -webkit-appearance: none !important;
    background-image: linear-gradient(to bottom, #585eff 0%, #3033f8);
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family:poppins-bold,Arial,serif;
    font-weight: 500;
    font-size: 19px;
    height: 54px;
    outline: 0;
    padding: 0% 30px;
    position: relative;
    margin: 0;
    letter-spacing: 0.4px;
    text-align: center;
    top: -15px;
    width: auto;
}
.menu {
    float: left;
    margin-top: -10px;
    padding-right: 20px;
}
/* Links inside the navbar */
.menu a {
 float: left;
 font-size: 16px;
 color: white;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
}

/* The dropdown container */
.dropdown {
 float: left;
 overflow: hidden;
 top: -50px;
}

/* Dropdown button */
.dropdown .dropbtn {
 font-size: 12px;
 background-image: linear-gradient(to bottom, #585eff 0%, #3033f8);
 border: none;
 outline: none;
 color: white;
 padding: 14px 16px;
 background-color: inherit;
 font-family: inherit; /* Important for vertical align on mobile phones */
 margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
 background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
 float: none;
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
 text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
 background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
 display: block;
}
/*p{
    color:#bad4d7;
    font-family:poppins-regular,Helvetica,Arial,serif;
    font-size:16px;
    letter-spacing:-.11px
}*/
h1{
    color:#000;
    font-family:poppins-bold,Helvetica,Arial,serif;
    font-size:45px;
    font-weight:600;
    letter-spacing:-1.2px;
    margin-bottom:10px;
    text-align:left
}
h2{
    color:#fff;
    font-family:poppins-bold,Helvetica,Arial,serif;
    font-weight:600;
    font-size:22px;
    letter-spacing:1.2px;
    position:relative;
    text-align:center
}
h3{
    font-family:poppins-bold,Helvetica,Arial,serif;
    font-weight:600;
    font-size:25px;
    letter-spacing:-.74px;
    text-align:left
}
h4{
    font-family:poppins-bold,Helvetica,Arial,serif;
    font-weight:600;
    font-size:19.5px;
    letter-spacing:-.74px;
    text-align:left
}
.demibold_heading{
    color:#2e2e2e;
    font-family:poppins-bold,Arial,serif;
    font-weight:600
}
.container-left-text-standard{
    margin:auto;
    max-width:1010px;
    padding-top:25px;
    padding-left:8px;
    padding-right:8px;
    text-align:left;
}
table {
  max-width: 750px;
  width: 100%;
  border-right-color: #ffffff;
  font-size: 15px;
  /* /* border: 1px solid #343a40; */
  border-collapse: collapse;
}
th {
  /* border: 1px solid #343a40; */
  padding: 16px 24px;
  text-align: left;
    max-width: 100px;
}
td {
  /* border: 1px solid #343a40; */
  padding: 16px 24px;
  text-align: left;
}
td.malware-type {
  white-space: nowrap;
  width: auto;
}
th {
  background-color: #131849;
  color: #fff;
  max-width: 50px;
}

tbody tr:nth-child(odd){
  background-color: #f8f9fa;
}


tbody tr:nth-child(even){
  background-color: #e9ecef;
}
.announcement_text{
    color:#474447;
    font-family:poppins-bold,Arial,serif;
    font-weight:900;
    font-size:25px;
    letter-spacing:1px
}
.splash{
    color:#fff;
    position:relative;
    display:flex;
    align-items:center
}
.splashed{
    display:inline-block;
    object-fit:cover;
    text-align:center;
    width:100%
}
.mobile_splashed{
    display:none
}
.splash_title{
    background-color:transparent;
    display:block;
    font-family:poppins-bold,Arial,serif;
    font-weight:900;
    font-size:62px;
    line-height:71px;
    letter-spacing:1px;
    left:50%;
    position:absolute;
    text-align:center;
    top:38%;
    -webkit-transform:translate(-50%,-50%)
}
.splash_message{
    background-color:transparent;
    font-family:poppins-regular,Arial,serif;
    font-size:28px;
    left:50%;
    letter-spacing:.5px;
    padding-top:25px;
    max-width:700px;
    position:absolute;
    text-align:center;
    top:50%;
    -webkit-transform:translate(-50%,-50%)
}
.splash_message_low{
    background-color:transparent;
    font-size:23px
}
.downloads_mobile_text{
    background-color:transparent;
    display:none;
    font-size:14.5px
}
.appicons_container{
    background-color:transparent;
    display:block;
    min-width:250px;
    font-size:62px;
    left:50%;
    line-height:68px;
    letter-spacing:1px;
    padding-bottom:20px;
    position:absolute;
    text-align:center;
    top:67%;
    -webkit-transform:translate(-50%,-50%)
}
.app_icon{
    cursor:pointer;
    max-width:45px
}
.morethanavpn{
    color:#2e2e2e;
    font-family:poppins-bold,Arial,serif;
    font-size:48px;
    font-weight:600;
    letter-spacing:-.5px;
    width:250px
}
.announcement_img{
    margin:auto;
    text-align:center;
    max-width:160px;
    position:relative;
    right:13px
}
img.malaware-infographic {
    max-width: 850px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}
.flex-one{
    height:auto;
    width:100%
}
.flex-two{
    padding-top:65px;
    width:100%
}
.padding_img_left{
    padding-left:110px
}
.padding_img_right{
    padding-top:0;
    padding-right:200px
}
.middle_banner_lightblue{
    background-color:#f5f8fd;
    display:inline-block;
    height:193px;
    position:relative;
    text-align:center;
    width:100%
}
.middle_banner_blue{
    background-color:#121749;
    display:inline-block;
    height:700px;
    position:relative;
    text-align:center;
    width:100%
}
.constrained{
    text-align:center;
    z-index:999
}
.secure_network{
    max-height:200px;
    min-height:190px
}
.top_fix{
    padding-bottom:65px
}
.flex-by3-1{
    align-items:center;
    justify-content:center;
    top:1px
}
.flex-by3-2{
    align-items:center;
    justify-content:center;
    top:1px
}
.flex-by3-3{
    align-items:center;
    justify-content:center;
    top:1px
}
.flex-by4-1{
    align-items:center;
    display:inline-block;
    top:1px;
    justify-content:center;
    padding-right:85px
}
.flex-by4-2{
    align-items:center;
    display:inline-block;
    justify-content:center;
    padding-right:85px;
    top:1px
}
.flex-by4-3{
    align-items:center;
    display:inline-block;
    justify-content:center;
    padding-right:85px;
    top:1px
}
.flex-by4-4{
    align-items:center;
    display:inline-block;
    justify-content:center;
    top:1px
}
.inpage_button{
    -webkit-appearance:none!important;
    background-image:linear-gradient(to bottom,#585eff 0%,#3033f8);
    box-sizing:border-box;
    border:none;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    font-family:poppins-bold,Arial,serif;
    font-weight:600;
    font-size:16px;
    height:54px;
    letter-spacing:.4px;
    margin-top:20px;
    outline:0;
    padding:0% 30px;
    position:relative;
    text-align:center;
    width:auto
}
.footer{
    background-color:#f7f9fc;
    bottom:0;
    font-family:poppins-regular,Helvetica,Arial,serif;
    margin-top:55px;
    min-height:414px;
    padding-top:30px;
    position:relative
}
.footercontainer{
    margin:auto;
    max-width:1007px
}
.footer-link{
    color:inherit;
    font-family:poppins-regular,Arial,serif;
    text-decoration:none
}
.footer-left{
    color:#959595;
    float:left;
    font-size:15px;
    font-family:poppins-regular,Arial,serif;
    line-height:28px;
    padding-left:10px;
    padding-bottom:20px;
    padding-top:10px;
    position:relative;
    text-align:left;
    width:401px
}
.footer-follow-cc{
    color:#959595;
    font-family:poppins-regular,Arial,serif;
    font-size:15px;
    letter-spacing:.2px;
    line-height:28px;
    position:relative;
    padding-bottom:20px;
    padding-left:10px;
    text-align:left;
    width:401px
}
.footer-psi-logo{
    padding-bottom:20px;
    width:48px
}
.footer-right{
    color:#959595;
    display:flex;
    flex-wrap:wrap;
    float:right;
    padding-bottom:25px;
    position:relative;
    max-width:400px;
    max-width:650px;
    top:-10px;
    text-align:right
}
.flex-by3-1-footer{
    padding-right:35px;
    text-align:center
}
.flex-by3-2-footer{
    padding-right:35px;
    text-align:center
}
.flex-by3-3-footer{
    text-align:center
}
.footer-column{
    color:#959595;
    font-family:poppins-regular,Arial,serif;
    line-height:35px;
    text-align:left
}
.footer-follow{
    float:right;
    text-align:right
}
.socials-logos{
    max-width:20px;
    right:4px
}
#cookieConsent{
    background-color:rgba(20,20,20,.8);
    bottom:0;
    color:#ccc;
    display:none;
    font-size:14px;
    font-family:poppins-regular,Arial,serif;
    left:0;
    min-height:30px;
    padding:8px 0 8px 30px;
    position:fixed;
    text-align:left;
    right:0;
    z-index:9999
}
#cookieConsent a{
    color:#fff;
    font-family:poppins-regular,Arial,serif;
    text-decoration:none
}
#cookieConsent a.cookieConsentOK{
    background-image:linear-gradient(to bottom,#585eff 0%,#3033f8);
    border-radius:5px;
    color:#fff;
    cursor:pointer;
    float:right;
    margin:0 60px 0 10px;
    padding:5px 30px
}
#cookieConsent a.cookieConsentOK:hover{
    background-color:#d6402a
}
@media screen and (max-width:1790px){
    .header a.logo{
        font-size:1em
    }
    .header-right{
        float:right;
        padding-right:10px
    }
    .splash_title{
        font-size:45px;
        letter-spacing:1px;
        line-height:55px;
        min-width:600px;
        padding-bottom:10px;
        position:absolute;
        top:40%
    }
    .splash_message{
        font-size:17px;
        letter-spacing:.5px;
        padding-top:48px;
        top:50%
    }
    .downloads_mobile_text{
        display:none
    }
    .appicons_container{
        top:68%
    }
    .app_icon{
        max-width:33px
    }
    .middle_banner_blue{
        display:flex;
        min-height:600px;
        position:absolute
    }
    .flex-by4-1,.flex-by4-2,.flex-by4-3,.flex-by4-4{
        padding-left:3px;
        padding-right:3px
    }
    .img_flex_splash{
        min-width:500px;
        padding-left:55px;
        padding-top:15px;
        width:100%
    }
}
@media screen and (max-width:1444px){
    .splash_title{
        font-size:42px
    }
    .splash_message_low{
        font-size:19px;
        line-height:28px
    }
    h1{
        font-size:38.3px
    }
    .padding_img_left{
        padding-left:80px
    }
    .padding_img_right{
        padding-right:170px
    }
    .wrap4{
        padding-top:1px;
        padding-bottom:0
    }
    .flex-two{
        max-width:400px
    }
}
@media screen and (max-width:1211px){
    h1{
        font-size:34.3px
    }
    .header a.logo{
        font-size:1em
    }
    .header-right{
        padding-right:10px;
        float:right
    }
    .menu{
        display:none
    }
    .download_header{
        font-size:13px;
        height:43px;
        margin:0 1px 0 5px;
        top:-16px
    }
    .inpage_button{
        height:43px;
        font-size:14px
    }
    .app_icon{
        max-width:20px
    }
    .appicons_container{
        top:72%
    }
    .wrap2{
        flex-direction:column
    }
    .top_fix{
        padding-bottom:25px
    }
    .wrap_announcement{
        flex-direction:column
    }
    .spacer_announcement1,.spacer_announcement3{
        text-align:center
    }
    .spacer_secure,.spacer_trusted,.spacer_opensource{
        padding-bottom:66px
    }
    .container-flex-items3{
        padding-top:35px;
        padding-bottom:30px;
        position:relative;
        overflow:hidden
    }
    .flex-one{
        margin:auto;
        padding:0;
        text-align:center
    }
    .middle_banner_blue{
        min-height:1350px;
        position:relative
    }
    .middle_banner_lightblue{
        min-height:250px;
        padding-bottom:2px
    }
    .flex-by3-1,.flex-by3-2,.flex-by3-3{
        padding-left:3px;
        padding-right:3px
    }
    .ui_morethanavpn{
        max-width:380px;
        min-width:310px;
        padding-top:20px;
        width:100%
    }
    .cloud_banner{
        display:none
    }
    .img_flex_splash{
        min-width:319px;
        padding-top:0;
        padding-left:0;
        width:100%
    }
    .left_flex_text{
        padding-top:10px
    }
    .announcement_img{
        max-width:150px;
        right:10px
    }
}
@media screen and (max-width:950px){
    h1{
        font-size:33.3px;
        text-align:center
    }
    .ui_morethanavpn{
        min-width:270px;
        max-width:325px;
        padding-top:0;
        width:100%
    }
    .wrap3{
        flex-direction:column-reverse;
        max-width:319px
    }
    .wrap4{
        flex-direction:column;
        max-width:319px;
        padding-bottom:10px
    }
    .text_morethanavpn_desc{
        line-height:32px
    }
    .footer{
        height:auto;
        text-align:center;
        width:100%
    }
    .padding_img_left{
        padding:0
    }
    .padding_img_right{
        padding:0
    }
    .top_flex_text{
        padding:0
    }
    .flex-by3-1-footer{
        margin-right:6%;
        margin-left:6%;
        padding:0
    }
    .flex-by3-2-footer{
        margin:auto;
        padding:0
    }
    .flex-by3-3-footer{
        margin-right:6%;
        margin-left:6%
    }
    .flex-two{
        max-width:319px;
        margin:auto;
        padding-top:10px
    }
    .footer-right{
        float:none;
        margin:auto;
        max-width:350px;
        text-align:center
    }
    .footer-left{
        display:none
    }
    .footer-follow-cc{
        float:none;
        margin:auto;
        padding-left:33px;
        width:150px
    }
    #cookieConsent{
        padding:1px 3px 3px
    }
}
@media screen and (max-width:735px){
    .downloads_mobile_text{
        display:none
    }
    .wrap1{
        flex-direction:column
    }
    .announcement_text{
        font-size:17px;
        letter-spacing:1.5px
    }
    .spacer_announcement2{
        padding-top:10px;
        padding-bottom:10px
    }
    img.malaware-infographic {
      max-width: 650px;
    }
}
@media screen and (max-width:500px){
    .download_header{
        padding:0% 9px
    }
    .splash_title{
        font-size:31px;
        letter-spacing:.5px;
        line-height:31px
    }
    .accesstheentire{
        font-size:27px
    }
    .container-flex-items3{
        padding-top:15px
    }
    #cookieConsent{
        font-size:12px
    }
}
