body {
	background-color: #f6fafd;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper {
	overflow: hidden;
}
img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #303239;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header {
	padding: 25px 0 0px 0;
	position: absolute;
	width: 100%;
}
.btn {
	width: 150px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	background-color: #90bff0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
	border: 1px solid transparent;
	line-height: 39px;
}
.btn:hover {
	color: #fff;
	background-color: #ffffff26;
}
.nav {
	padding: 0;
}
a.navbar-brand.logo {
}
a.navbar-brand.logo img {
	width: 169px;
	height: 79px;
}
a.nav-link.nav-a {
	padding: 0 !important;
	font-size: 15px;
	color: #fff !important;
	font-weight: 500;
}
a.nav-link.nav-a:hover {
}
.nav-li {
	margin: 0 17px;
}
ul.navbar-nav {
	margin-left: auto;
}
.btn img {
	width: 26px;
	height: 21px;
	margin-right: 8px;
}
.hero-sec {
	background-image: url(../images/bg_hero.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 236px 0 766px 0;
}
.heading {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 83px;
}
.support-sec {
	background-image: url(../images/support.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 368px 0 72px 0px;
	background-color: #ffffff;
}
.support-sec h6 {
	color: #ffffff;
	font-size: 30px;
}
.wrp-main {
	max-width: 918px;
	margin: 0 auto;
	width: 100%;
}
.support-sec .my-btn {
	margin: 0 10px;
}
.suport-txt {
	padding-left: 128px;
}
.suport-btn {
	text-align: right;
}
.swift-sec {
	padding: 60px 0 35px 0;
	text-align: center;
}
.swift-sec h5 {
	color: #197bb4;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 40px;
}
.itm-swift {
	margin-bottom: 40px;
}
.itm-swift li {
	position: relative;
	display: inline-block;
	margin: 0 22px;
}
.itm-swift a {
	text-decoration: none;
	font-size: 15px;
	color: #000000;
}
.itm-swift span {
	color: #207fe1;
	font-weight: 700;
}
.itm-swift li:first-child:before {
	display: none;
}
.itm-swift li:before {
	content: "|";
	position: absolute;
	left: -26px;
	color: #000000;
}
.social {
}
.social li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
.social img {
	width: 40px;
	height: 39px;
}
.itm-swift:last-child {
	margin-bottom: 0;
}
#footer {
	padding: 33px 0;
	background-color: #707070;
	border: solid 1px #707070;
}
#footer p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}
/*Pricing Table*/

.pricing {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 0;
}
.pricing-sec {
	background-image: url(../images/pricing.png);
	padding: 194px 0 362px 0;
}
.openvpn-heading {
	color: #ffffff;
	font-size: 48px;
	text-align: center;
}
.ip-heading {
	color: #707070;
	margin-bottom: 35px;
	font-size: 30px;
}
section.proxy-sec {
	padding: 67px 0 75px 0;
}
.text-hold-ip {
	color: #707070;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 34px;
}
.last-p {
	margin-bottom: 59px;
}
/*
accordian css*/

.my-accordian {
}
.card-2 {
	border: none;
	margin-bottom: 30px;
}
.header-accordian {
	background-color: #207fe1;
	border: none;
}
.header-accordian a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-decoration: none;
}
.header-accordian a i {
	float: right;
}
.header-accordian a i {
	float: right;
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #207fe1;
	text-align: center;
	line-height: 20.4px;
	border-radius: 40px;
	font-size: 13px;
}
.body-accordian p {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 10px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 26px;
}
.my-accordian a .fa-minus {
	display: inline-block;
}
.my-accordian a .fa-plus {
	display: none;
}
.my-accordian a.collapsed .fa-minus {
	display: none;
}
.my-accordian a.collapsed .fa-plus {
	display: inline-block;
}
.card-2:last-child {
	margin-bottom: 0;
}
.card-body {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 38px 24px 40px 66px;
}
.body-accordian p:before {
	position: absolute;
	content: "";
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	left: -20px;
	top: 5px;
	width: 13px;
	height: 12px;
}
.body-accordian .bef_no:before {
	content: none;
}
section.privacy-text h3 {
	font-family: Montserrat;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
}
section.privacy-text {
	margin-top: 90px;
}
/*Anony-Trial*/

.main-cont {
	padding: 37px 21px 14px;
	max-width: 1008px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
}
.how-sec {
	padding: 73px 0 0 0;
}
.cont-txt {
	padding-bottom: 10px;
}
.cont-txt p {
	color: #000000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 36px;
}
.cont-txt h5 {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 35px;
}
.my-btn {
	color: #207fe1;
	font-size: 18px;
	width: 212px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 5px;
	background-color: #ffffff;
}
.my-btn:hover {
	background-color: transparent;
	border: 1px solid #fff;
}
.my-accordian {
	margin-bottom: 40px;
}
.user {
	font-weight: 600;
	font-size: 20px;
	color: #207fe1;
	margin-bottom: 20px;
}
.soft {
}
.soft li {
	margin: 0 28px 0 0;
	display: inline-block;
}
.soft a {
	display: block;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px rgba(32, 127, 225, 0.48);
	width: 513px;
	color: #207fe1;
	font-size: 20px;
	padding: 23px 0 19px 18px;
	font-weight: 600;
	text-decoration: underline;
}
.soft li img {
	width: 170px;
	height: 116px;
}
.watch-dog li {
	display: inline-block;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	margin: 0 15px 0 0;
}
.watch-dog img {
	width: 20px;
	height: 20px;
}
.watch-dog a {
	border-radius: 5px;
	padding: 16px 0 18px;
	background-color: #207fe1;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 279px;
	display: inline-block;
	text-decoration: none;
}
.watch-dog {
	margin-bottom: 23px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 9px;
	max-width: 1008px;
	width: 100%;
}
.watch-dog:last-child {
	margin-bottom: 0;
}
.order-sec {
	padding: 33px 0;
}
.order-sec h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.order-sec p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 26px;
	max-width: 929px;
	width: 100%;
}
.order-btn {
	display: inline-block;
	width: 342px;
	border: 1px solid transparent;
	border-radius: 33px;
	background-color: #207fe1;
	color: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	margin-top: 37px;
	margin-bottom: 40px;
}
.order-btn:hover {
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #207fe1;
	color: #207fe1;
}
.widthdrw li {
	display: inline-block;
}
.footer-logo {
	margin-bottom: 19px;
}
.footer-logo img {
	height: 108px;
}
.bodr-type {
	border-bottom: solid 2px #6a697530;
	margin-bottom: 43px;
}
.social li a {
	font-size: 25px;
	color: #000000;
}
.social li a:hover {
	color: #207fe1;
}
.trial .support-sec {
	background-color: inherit;
}
.privacy .main-cont {
	padding: 37px 21px 60px;
}
.card-body img {
    display: block;
    margin-bottom: 20px;
}