@font-face {
    font-family: futura;
    src: url(fonts/futura.ttf);
}  

@font-face {
    font-family: circular;
    src: url(fonts/circular.ttf);
}

@font-face {
    font-family: avalon;
    src: url(fonts/avalon.ttf);
}   

body {
  margin:0;
  background:#fcfcfc;
  font-family: 'Open Sans', sans-serif;
  color:#000;
	font-size: 20px;
} 

textarea, input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}

h1 {
    font-family: 'circular', sans-serif;
    font-size: 38px;
    color: rgb(15,30,80);
}

.features {
font-family: 'circular', sans-serif;
font-size:25px;
}

footer a {
    color:#fff;
    text-decoration:none;
}

#featureslist td {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
}

.box {
  display: grid;
  margin: auto;
  width: 1000px;
  grid-template-columns: 250px 250px 250px 250px;
  align-items: start;
  position: center;
}
p.price::after {
  content: '/month';
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

p.price {
	font-size:30px;
}

.price1::after {
  content: '/month';
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.box p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
}
#rcorners2 table {
  border-collapse: collapse;
  width: 950px;
  margin: 0px 25px;
}
#rcorners2 th {
  font-size: 25px;
  padding: 10px 0px;
  vertical-align: bottom;
}
#rcorners2 tr:nth-child(even) {
  background-color: #efefef;
}
#rcorners2 td {
  padding: 8px 0px;
  text-align: center;
  font-size: 25px;
}
#rcorners1 {
  border-radius: 20px;
  background: #ffff;
  padding: 10px;
  width: 220px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03), 0 0 20px 0 rgba(0, 0, 0, 0.03);
  font-family: 'circular', sans-serif;
}
#rcorners2 {
  border-radius: 20px;
  background: #ffff;
  width: 1000px;
  padding: 15px 0px;
  margin: auto;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03), 0 0 20px 0 rgba(0, 0, 0, 0.03);
  font-family: 'circular', sans-serif;
}
p.proxies {
  font-size: 30px;
  color: #00be7a;
}
p.cents {
  font-size: 18px;
}
p.checks {
  font-size: 20px;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
}


a.buttonbuy, [type="submit"] {
  background-color: #00be7a;
  border-radius: 18px;
  color: white;
  padding: 15px 0px;
  width: 185px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  cursor:pointer;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
text-decoration:none;
}

a.buttonbuy:hover, [type="submit"]:hover {
	background-color:#00a56a;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

p.buttonmore {
  background-color: #0d205c;
  border-radius: 18px;
  color: white;
  width: 185px;
  padding: 15px 0px;
  text-align: center;
  margin:30px 0px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  cursor:pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p.buttonmore:hover {
	background-color:#122d81;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.buttonbuy1 {
  background-color: #00be7a;
  border-radius: 18px;
  color: white;
  width: 150px;
  padding: 12px 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  margin: auto;
  cursor:pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
  text-decoration:none;
}

.buttonbuy1:hover {
	background-color:#00a56a;
}

.topbtn, .topbtn a {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
cursor:pointer;	
color:#fff;
text-decoration:none;
}

.topbtn:hover, .topbtn a:hover {
	color:#68bfff;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.box2 {
  display: grid;
  background: #efefef;
  margin: auto;
  width: 1000px;
  grid-template-columns: 1000px;
  align-items: start;
  grid-template-rows: 50px 50px auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03), 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

#header {
    width: 1000px;
    margin: auto;
    font-size: 20px;
    justify-content: space-evenly;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 548px bottom;
}
.headerimg {
    position: absolute;
    left: 42%;
    bottom: 0%;
}

#headerline {
	font-size: 45px;
  font-family: 'circular', sans-serif;
  line-height: 40px;
  padding-left: 11px;
  padding-top: 40px;
}

#headerinfo {
    font-size: 24px;
    font-family: 'avalon', sans-serif;
    padding-top: 31px;
    padding-left: 11px;
}

#menu {
	width:1000px;flex-direction: row;display: flex;align-items: center;justify-content: space-between;color:#fff;margin: auto;
}

main {
	 margin: 0 auto;margin-top: 160px;width:1000px;
}

.introheading {
	padding-left: 500px;
}

#contactformbroad {
	display:none;width:1000px;margin:0 auto;text-align:center;background-color:#efefef;
}

#showmoreplans {
	width: 1000px; margin: auto;
	text-align: center;
}

#paymentswitch {
	margin-top:-56px;text-align:right;font-weight: bold;
}

.networkimg {
	float:left;padding-right:40px;padding-left: 25px;
}

#headerhead {
	position:relative;top:99px;height:320px;background: rgb(15,30,80);
background: linear-gradient(48deg, rgba(15,30,80,1) 0%, rgba(11,34,110,1) 100%);color:#fff;margin: auto;width:100%;
}

.countdown {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: sans-serif;
  position: relative;
  background-color: #fafafa;
  max-width: fit-content;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-image: linear-gradient(0deg, #000 0%, #444 100%);
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 4px;
  min-width: 70px;
  min-height: 45px;
  z-index: 2;
}
.countdown-item span:nth-child(1) {
  height: 18px;
}
.countdown-item span:nth-child(2) {
  font-size: 13px;
}

.box3{
  display: grid;
  margin: auto;
  width: 1000px;
  grid-template-columns: 12% 38% 12% 38%;
  align-items: center;
}
.features {
font-family: 'circular', sans-serif;
font-size:25px;
}
.features1 {
    margin: 25px 0px;
    padding-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
}
.featuresicon {
    padding-left: 32px;
    margin: 9px 0px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

#headerhead {
height:auto;	
}

.networkimg {
	float:none;
	padding:0px;
	max-width:100%;
}	
	
	#paymentswitch {
	margin-top:auto;
	text-align:center;
	font-weight:normal;
}

	p {
		font-size: 1em;
		line-height: normal;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	h1 {
    font-size: 1.8em;
    line-height: normal;
	padding-left: 0em;
	text-align:center;
	font-weight:normal;
	margin-bottom:0.5em;
	}
	
	h1.pricing {
		padding-left: 0px;
	}
	
	#header {
		background-image: none;
		width:100%;
		padding-bottom: 17px;
	}
	
	.topbtn {
		display:none;
	}
	
	.introheading {
		padding-left: 0em;
	}
	
	#contactformbroad {
		width:100%;
	}
	
	.box, .box2  {
		width:94%;
		grid-template-columns: auto auto;
		row-gap: 10px;
		column-gap: 5px;
		margin-left: 7px;
		
	}
	
	p.proxies {
		font-size: 24px;
	}
	
	p.checks {
    font-size: 14px;
	}	
	
	#showmoreplans, #rcorners2, #contact {
	width: 100%;
	}	

p.price {
	font-size:22px;
}

footer b {
display:block;
padding:9px 0px;
}

footer {
  font-size:2em;
  height:auto !important;
  background-image:none !important;
  background-color:#004D99;
}	

#copyright {
  display:none;
}

#menu, main {
	width:100%;
}

img {
	max-width:87%;
}

#featureslist td {
    display: block;
    padding-bottom:0.5em;
}

#featureslist img {
width:15%;
float:left;
clear:left;
padding:0.9em 2.5em;
}

#rcorners1 {
	width:162px;
}

#rcorners1 p {
	padding-left:0em;
}

a.buttonbuy {
	width:125px;
}

#rcorners2 table {
width:100%;
margin: 0px 5px;
}

#rcorners2 td {
	//display: flex;
}

  .tablenumproxies::after {
    content: "\00a0Proxies";
    font-weight: bold;
  }
  
  .tablesubnets::after {
    content: "\00a0Subnets";
    font-weight: bold;
  }  
  
  .tableunlimited::after {
    content: "\00a0Unlimited Bandwidth";
  } 

  .tableinstant::after {
    content: "\00a0Instant Setup";
  }  

#rcorners2 th {
	font-weight:normal;
	//display:none;
}

.headerimg {
  display: none;
}
#headerinfo {
	padding-left:0.6em;
	font-size: 23px;
}
#headerline {
  padding-left:0.6em;
  font-size: 40px;
  padding-top: 0px;
}

	.box3 {
    display: grid;
    grid-template-columns: 22% 74%;
    align-items: center;
    width: 375px;
    margin-left: 3px;
}
	.features {
    font-size: 22px;
	}
	.features1 {
    font-size: 20px;
    margin: 15px 0px;
    padding-left: 19px;
	}
		.featuresicon {
    padding-left: 20px;
    margin: 0px;
    width: 80%;
	}
	
	html, body {
overflow-x: hidden;
	}

}