.pvpn-works-on {
	padding: 0px 10px;
}

.pvpn-works-on strong {
	font-size: 20px;
}
.pvpn-works-on-container {
	background: #fff;
	margin: 10px 0px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
@media (min-width: 600px) {
    .pvpn-works-on {
        padding: 0px 40px;
    }
    .pvpn-works-on-list {
        height: 90px;
        float: left;
        width: 50%;
    }
    .pvpn-works-on-container {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .pvpn-works-on {
        padding: 0px 40px;
    }
    .pvpn-works-on-list {
        height: 90px;
        float: left;
        width: 25%;
    }
    .pvpn-works-on-container {
        width: auto;
    }
}
.pvpn-works-on-list {
	align-items: center;
	display: flex;
}
.pvpn-works-on-item {
	flex: 1;
	position: relative;
	padding: 15px 20px;
	text-align: center;
    white-space: nowrap;
}

.pvpn-works-on-link {
    color: #3C4E5B;
}
.pvpn-works-on-link:hover {
    color: #9C56B8;
}
.pvpn-works-on-link svg {
    fill: #3C4E5B;
    height: 100%;
}
.pvpn-works-on-link:hover svg {
    fill: #9C56B8;
}
.pvpn-works-on-link span {
	display: inline-block;
	height: 30px;
	line-height: 31px;
	font-size: 15px;
    transform: translateY(-25%);
}
.pvpn-works-on-link figure {
	display: inline-block;
	height: 30px;
	line-height: 31px;
	font-size: 15px;
}
.pvpn-works-on-item::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	top: 20%;
	right: 0px;
	background: rgba(60, 78, 91, 0.3);
}
.pvpn-works-on-list:last-child .pvpn-works-on-item:last-child::after {
    background: none;
}
@media (max-width: 1200px) {
    .pvpn-works-on-list:nth-child(2n) .pvpn-works-on-item:last-child::after {
        background: none;
    }
}
@media (max-width: 600px) {
    .pvpn-works-on-list .pvpn-works-on-item:last-child::after {
        background: none;
    }
}
.box-white .checkbox-list li,
.box-theme .checkbox-list li {
        margin-left: 10px;
}

.checkbox-list li {
    list-style: none;
    position: relative;
    text-align: left;
}
.checkbox-list li::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 8px;
    padding: 2px;
    border: solid black 2px;
    border-radius: 100px;
    left: -30px;
    height: 16px;
    line-height: 9px;
    top: 11px;
}
.checkbox-list-green li::before {
    color: #5AB99D;
    border-color: #5AB99D;
}
.checkbox-list-purple li::before {
    color: #9C56B8;
    border-color: #9C56B8;
}
.restricted-content-list {
    overflow: hidden;
    padding: 0px 20px;
    margin: 0px auto 30px;
}
.restricted-content-list ul {
    float: left;
    width: 50%;
    padding: 0px 20px;
}
.boxes-flex {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0px auto;
}
.boxes-flex-base-50 {
	flex-wrap: wrap;
}
@media (min-width: 600px) {
    .boxes-flex {
        display: flex;
        align-items: center;
    }
    .boxes-flex-reverse {
        flex-direction: row-reverse;
    }
    .flex-box {
        width: 50%;
        margin: 0 2% 50px;
    }
    .flex-box-40 {
        width: 40%;
    }
    .flex-box-40 + .flex-box {
        width: 60%;
    }
    .flex-box-60 {
        width: 60%;
    }
    .flex-box-60 + .flex-box {
        width: 40%;
    }
	.boxes-flex-base-50 .flex-box {
		margin: 0;
		padding: 0px 20px 20px;
	}
}

.new-testamonials {
    background-color: #263860;
    background-image: url(../jpg/pvpn-bg-trustpilot.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    padding: 50px 0px 40px;
}
.new-testamonials h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 47px;
    margin: 0px;
}
.new-testamonials h2 img {
    width: 220px;
    vertical-align: text-bottom;
}
.new-testamonials > p {
    width: 70%;
    margin: 20px auto 80px;
    font-size: 18px;
    line-height: 35px;
}
.new-testamonials .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.new-testamonial-box {
    background: #FFFFFF;
    border: 1px solid #D7D5D5;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #3C4E5B;
    padding: 35px 35px 180px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}
.new-testamonial-bottom {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.new-testamonial-box strong {
    color: #BB5599;
    font-size: 21px;
    line-height: 25px;
}
.new-testamonial-box p {
    font-family: "Open Sans", helvetica, arial !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 15px 0px 0px;
}
.new-testamonial-box img {
    width: 128px;
    margin: 25px 0px;
}
.new-testamonial-quoted {
    border-top: 1px solid rgba(60, 78, 91, 0.3);
    padding-top: 20px;
}
.new-testamonial-avatar {
    background: #FCEFF6;
    border-radius: 444px;
    color: #000000;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    display: block;
    float: left;
}
.new-testamonial-customer {
    display: block;
    float: left;
    padding: 7px 20px;
}
.new-testamonial-name {
    font-weight: bold;
}
.new-testamonial-country {
    font-family: "Open Sans", helvetica, arial !important;
}

.wrapper-narrower {
	max-width: 900px;
}

.new-template-2022 * {
	font-family: 'Encode Sans', "Raleway", helvetica, arial !important;
}

body .new-template-2022 {
    color: #3C4E5B;
}

.new-template-2022 h2 {
	font-size: 32px;
	line-height: 47px;
	margin-top: 18px;
}
@media (min-width: 800px) {
	.new-template-2022 h2 {
		margin-top: 0px;
	}
}

.new-template-2022 p,
.new-template-2022 li,
.new-template-2022 td,
.new-template-2022 th {
    font-size: 18px !important;
    line-height: 35px !important;
}

.new-template-2022 p {
	margin-bottom: 30px;
}

.new-template-2022 p + h2 {
    margin-top: 20px;
}

.new-template-2022 .btn-buy-theme-bg {
	background-color: #5AB99D !important;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 15%) !important;
	border-radius: 7px !important;
	padding: 15px 30px !important;
	line-height: 21px;
	font-weight: 700;
}

.new-template-2022 .step-box p {
	font-size: 15px !important;
	line-height: 31px !important;
}

.new-template-2022 .box-theme {
	background: #EDF0F5;
}

.faq-rows {
    margin-bottom: 40px;
}
@media (min-width: 1000px) {
	.faq-rows {
		padding: 0px 200px;
	}
}
.faq-row {
	border-bottom: 1px solid rgba(60, 78, 91, 0.3);
}
.faq-row h4 {
	color: #9B59B6;
	font-size: 18px;
	padding: 20px 0px;
	margin: 0px;
	font-weight: bold;
    cursor: pointer;
}
.faq-row h4::after {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\2b";
	float: right;
	margin-right: 10px;
	font-size: 30px;
}
.faq-row-expanded h4::after {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f068";
	font-size: 16px;
}
.faq-row-content {
	display: none;
	margin-bottom: 20px;
	padding-right: 50px;
}
.new-template-2022 .faq-row-content p {
	font-size: 16px !important;
	line-height: 29px !important;
}

.new-template-2022 li {
	text-align: left;
}

#menu li a {
    font-family: 'Encode Sans', "Raleway", helvetica, arial;
    text-transform: none;
}

.new-header-light #menu-trigger span {
    background: #3C4E5B !important;
}
.new-header-light .logo-grayscale {
	opacity: 0;
}
.new-header-light .logo-color {
	opacity: 100;
}
.new-header-light #menu li a {
    color: #3C4E5B !important;
}

.new-listing {
    list-style: none;
}
.new-listing li::before {
    content: "\2022";
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
    width: 1em;
    margin-left: -25px;
    margin-top: 0px;
    position: absolute;
}

.new-listing-green li::before {
    color: #5AB99D;
}

.new-listing-purple li::before {
    color: #9C56B8;
}

.new-listing li {
    margin-bottom: 10px;
}

.benefits-list {
	overflow: hidden;
	margin: 0px auto;
	max-width: 1280px;
	/* max-width: 1080px; */
	padding: 0 20px;
}
@media (min-width: 1000px) {
	.benefits-list ul {
		float: left;
		width: 50%;
		padding: 0px 20px;
	}
}

.box-bg-image {
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 20px 40px;
}
@media (min-width: 800px) {
	.box-bg-image {
		padding: 50px 150px 40px;
	}
}
.box-bg-image.blue-image {
	background-color: #263860;
	background-image: url(../jpg/pvpn-bg-plans.jpg);
	color: #FFFFFF;
	text-align: left;
}
.box-bg-image.light-image {
	background-color: rgb(250,248,236);
	background-image: url(../light-bg.html);
	color: #3C4E5B;
	background-size: cover;
}
.box-bg-image.light-gray-image {
	background-color: rgb(250,248,236);
	background-image: url(../light-gray-bg.html);
	color: #3C4E5B;
}
.world-image {
	background-color: rgb(247,249,252);
	background-image: url(../world-image.html);
	background-position: bottom;
	color: #3C4E5B;
}
.blue-image h2 {
	color: #fff;
}
.box-bg-image img {
	height: 130px;
	margin-bottom: 50px;
}
.steps-boxes {
	color: #3C4E5B;
}
.step-box {
	flex: 1;
	background: #FFFFFF;
	border: 1px solid #D7D5D5;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-left: 1%;
    margin-right: 1%;
    width: 98%;
	padding: 30px 30px 10px;
	margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 800px) {
	.steps-boxes {
		display: flex;
	}
	.step-box {
	    width: 31.333333%;
	}
}
.step-box img {
	height: 120px;
	margin-bottom: 20px;
}
.step-box span {
	display: block;
}
.step-box > strong {
	display: block;
	font-size: 26px;
	margin: 10px 0px 15px;
}

.new-template-2022 ul {
    margin-bottom: 30px;
}
.new-template-2022 #campaign-hero h1 {
	font-size: 60px;
	line-height: 70px;
}
.new-template-2022 #campaign-hero h3 {
	font-size: 32px;
	line-height: 40px;
}
.new-template-2022 #campaign-hero p {
	font-size: 23px !important;
	line-height: 36px !important;
}
.new-template-2022 #campaign-hero ul {
	padding: 0px 30px 30px;
	font-size: 18px;
}
.new-template-2022 #campaign-hero ul + p + p {
	font-size: 18px !important;
}
.campaign-hero-image {
	display: none;
}
@media (min-width: 1000px) {
    #hero-content .wrapper {
        display: flex;
        align-items: center;
    }
    .campaign-hero-text {
		width: 60%;
		float: left;
		padding-left: 20px;
	}
	.campaign-hero-image {
		width: 40%;
		float: right;
		display: block;
	}
	#hero-content img {
	    max-width: 500px;
	    width: 100%;
	    float: right;
	}
}
.new-template-2022 #campaign-hero .campaign-hero-text strong {
	font-size: 32px;
	line-height: 38px;
	display: block;
	margin-bottom: 20px;
}
@media (min-width: 1300px) {
	#hero-content img {
	    margin-right: -30px;
	}
}
.new-template-2022 #campaign-hero {
	background-position: center bottom !important;
    background-color: rgb(251,247,236) !important;
    background-repeat: no-repeat;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
@media (min-width: 800px) {
	.new-template-2022 #campaign-hero {
		background-size: 100%, auto;
	    padding-bottom: 100px;
	}
}
@media (min-width: 1800px) {
	.new-template-2022 #campaign-hero {
		padding-bottom: 180px !important;
	}
}
.new-header-light .new-template-2022 #campaign-hero {
	color: #3C4E5B;
}
@media (min-width: 1500px) {
	.new-template-2022 #campaign-hero {
		background-size: 100%, auto;
	}
}
.new-header-light #hero-content {
	color: #3C4E5B;
}
.new-header-light .new-template-2022 #campaign-hero h1,
.new-header-light .new-template-2022 #campaign-hero h2,
.new-header-light .new-template-2022 #campaign-hero h3,
.new-header-light .new-template-2022 #campaign-hero p {
	color: #3C4E5B;
}

.btn-download-now {
	color: #684A75;
	background: #FFFFFF url(../arrow_right_purple.html) no-repeat scroll 30px center;
}
.btn-download-now:hover {
	color: #684A75;
}
.btn-no-arrow {
    background: none;
    padding: 15px 40px;
}
@media (min-width: 600px) {
    .btn-no-arrow + .btn-download-now {
        margin-left: 20px;
    }
}

.box-centered {
	text-align: center;
}
.box-centered img {
	width: 90px;
	margin-bottom: 30px;
}

.text-centered {
    text-align: center;
}

.service-box {
	border: 1px solid #D7D5D5;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
@media (min-width: 800px) {
	.service-box {
		width: 23%;
	}
}
.service-box a {
	display: block;
	height: 150px;
}
.service-box-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.service-box-content span {
    transform: translateY(-50%);
    display: inline-block;
    margin-left: 10px;
}
.service-box figure {
    display: inline-block;
}
.service-box img {
    width: 50px;
    height: auto;
}
.service-box a {
    color: #3C4E5B;
}
.service-box a:hover {
    color: #9C56B8;
}
.service-box a svg {
    fill: #3C4E5B;
}
.service-box a:hover svg {
    fill: #9C56B8;
}

.new-table-content table {
	border: solid 1px #EFE4F1;
	width: 100%;
	margin-bottom: 30px;
}
.new-table-content th,
.new-table-content td {
	padding: 15px 25px;
	vertical-align: top;
	border: 1px solid #EFE4F1;
}
.new-table-content td ul {
	margin-bottom: 0px;
}
.new-table-content tr:not(:last-child) td {
	border-bottom: solid transparent 1px;
}
.new-table-content th {
	background: #F7F9FC;
	font-weight: bold;
	text-align: left;
}
.usp-list-icon img {
    height: auto;
    margin:0;
}
#usp-list h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#usp-list p {
	font-size: 14px !important;
	line-height: 28px !important;
}
.box-bg-image #usp-list h3 {
    color: #ffffff;
}

.reasons-row-imgtext {
	overflow: hidden;
	color: #3C4E5B;
	padding: 50px 0px 20px;
	position: relative;
}
.reasons-row-imgtext::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 5%;
	right: 5%;
	height: 1px;
	background: #EFE4F1;
}
.reasons-row-imgtext:last-child::after {
	display: none;
}
.reasons-row-img {
	margin-bottom: 20px;
}
.reasons-row-img img {
	height: 100px;
}
@media (min-width: 800px) {
	.reasons-row-img {
		float: left;
		width: 25%;
	}
	.reasons-row-text {
		width: 75%;
		float: left;
	}
}
.termly-cookie-consent {
	margin-top: 20px;
}
.termly-cookie-consent a {
	color: #F7F1DA;
  	font-size: 21px;
}