/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local("PT Sans Narrow"),
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow Bold'),
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://open.cachefly.net/assets/fonts/pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://open.cachefly.net/assets/fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

tml,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
::-webkit-scrollbar {width: 10px; height: 4px;}
::-webkit-scrollbar-thumb { background-color: #88888845; -webkit-border-radius: 1ex; }
.tablemain table {
 
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0 auto;
}
.tablemain table td,
.tablemain table th {
  padding: 5px 10px;
  border: 1px solid #000;
}
.tablemain table th {
  
}
.tablemain {
  margin-bottom: 20px;
}

.code{
    font-family: "PT Sans Narrow", sans-serif;
    border-radius: 5px;
    
    background: #363a47;
    color: aliceblue;
    padding: 22px;
    font-size: 20px;
    overflow: auto;
    white-space: nowrap;
}
#article{
  display: inline-block;
  padding: 10px;
  text-align: left;
 }
.h1article{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 32px;
  font-weight: 400;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  padding: 5px;
  margin-bottom: 10px;
}
.h2article{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 21px;
  font-weight: normal;
  padding: 5px; 
 
}
.h2article a{
  color:#549a03;
  text-decoration: none;
}
.h2article a:hover{
  color: #3da6ff;
}
.particle{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  text-align: justify;
  line-height: 1.4;
  margin-left: 2px;
  text-decoration: none;
}
.particle a{
  color:#549a03;
  text-decoration: none; 
}
.particle b{
  font-weight: 700;
}
.particle a:hover{
  color: #3da6ff;
  text-decoration: none; 
}
#header {
  width: 100%;
  height: 84px;
  border-bottom: 2px solid #d0d0d0;
  box-shadow: 0px 1px 5px #d0d0d0;
}
#headerWrapper {
  max-width: 1099px;
  margin: auto;
}

.logo {
  float: left;
  width: 317px;
  height: 62px;
  margin-top: 10px;
}

.icons {
  margin-bottom: -15px;

  padding-top: 16px;
}
.darkmode{
  margin-bottom: -15px;
  fill: #7c7c7c;
  padding-top: 16px;
  display: none;
  cursor: pointer;
  margin-right: 30px;
}
#daymode{
  margin-right: 40px;  
}
.darkmode:hover{
  fill: #404040;
}

.menu {
  z-index: 1;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  margin: 0px;
}
.menu li {
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  padding-right: 5px;
}
.menu li a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: normal;
  padding-right: 10px;
}
.menu li a:hover {
  color: #0a85ec;
  text-shadow: 0px 0px 2px #3da6ff;
}
.menu.open {
  display: block;
}
.mobilemenu {
  display: none;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
}
.mobilemenu span {
  display: none;
  height: 4px;
  width: 35px;
  display: block;
  background: rgb(47, 47, 47);
  margin: 4px;
  box-shadow: 1px 1px 2px rgb(82, 79, 79);
}
.closebtn {
  display: none;
  position: absolute;
  right: 10px;
  top: 30px;
}
.closebtn span {
  height: 5px;
  width: 40px;
  display: block;
  background: rgb(47, 47, 47);
  transform: rotate(60deg);
  position: relative;

  box-shadow: 1px 1px 2px rgb(82, 79, 79);
}
.closebtn span:first-child {
  transform: rotate(120deg);
  top: 2px;
}
#contentArea {
  padding-top: 5px;
  max-width: 1085px;
  margin: 0 auto 0 auto;
  clear: both;
  height: auto;
  min-height: 1100px;
}
.slogan {

  font-weight: 400;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 42px;
}
.sub-slogan {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  text-align: center;
}
.card-h2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 10px 20px 10px;
}
.card-text {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.4;
}
.card-readmore {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.card-readmore:hover {
  color: #0a85ec;
  text-shadow: 0px 0px 2px #3da6ff;
}
#wrap-all-cards {
  text-align: center;
}
.horizon_rule {
  box-shadow: 0px 1px 5px #d0d0d0;
  background-color: #d0d0d0;
  height: 2px;
  margin: 5px auto;

  width: 95%;
}
#leftArea {
  width: 731px;
  float: left;
  margin-top: 5px;
  margin-left: 6px;
}
#rightArea {
  float: right;
  min-height: 525px;
  padding-top: 5px;
  padding-right: 4px;
  margin-right: 5px;
  width: 336px;
}
#top-lb {
  width: 728px;
  float: left;
  display: inline-block;
  height: 90px;
 
}
#speedtest-app {
  width: 98%;
  height: auto;

  float: left;
}

#right-ll-one {
  width: 336px;
  height: 280px;
 
  float: right;
}
#right-ll-two {
  margin-top: 10px;
  width: 336px;
  height: 280px;
 
  float: right;
}
#bottom-content {
  margin: 10px auto;
  width: 100%;
  height: auto;
  display: inline-block;
}
.card {
  width: 320px;
  display: inline-block;
  padding: 10px;
}
.icon-wrapper {
  margin: 5px auto;
  display: block;
  width: 80px;
  height: 89px;
  overflow: hidden;
}
#footer {
  width: 100%;
  overflow: auto;
  min-height: 200px;
  background-color: #1c1d1d;

  box-shadow: 0px 1px 20px #3da6ff;
}
.foothr {
  width: 100%;
  box-shadow: 0px 1px 5px #3da6ff;
  background-color: #3da6ff;
  height: 2px;
 
}
#footer-content {
  max-width: 1099px;
  margin: auto;
  text-align: center;
 
}
.footbox {
 
  float: left;
  width: 33%;

  color: #3da6ff;
  line-height: 2.4;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}
.footbox ul {
  list-style: none;
}
.footbox a {
  color: #3da6ff;
  text-decoration: none;
}
.soc {
  fill: #3da6ff;
}
.sicons{
  padding-top: 10%;
}
#input-wrapper input[type="email"] {
  border: 2px solid #3da6ff;
  border-radius: 4px;
  width: 170px;
  outline: none !important;
}

 
.button {
  background-color: #3da6ff;
  border: none;
  color: rgb(12, 12, 12);
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.button:hover {
  background-color: #116aef;
}

#copyRight{
  width: 100%;
  overflow: auto;
  min-height: 30px;
  background-color: #181818; 
  margin-top: -1px;

}
#copyRight-Content{
  max-width: 1099px;
  margin: auto;
  text-align: center;

}
#rights{
  margin-top: 10px;
  color: #3da6ff;
  font-size: 12px;
  font-family: "PT Sans Narrow", sans-serif;
}
 
#SpeedTest{
	height: 380px;
  width: 710px;
}


.openSpeedtestApp{
	height: inherit;
 	width: inherit;
 	position: absolute;
 	display: none;

 }

 .login{
  max-width: 700px;
  margin: auto;
  text-align: center;
 }
 .login form{
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
 }
 .loginbottom{
display: inline-block;
width: 90%;
}
 .custom-select{
  display: block;
    
    margin: 0 auto;
    border: 1px solid #3ea6ff;
    font-size: 20px;
 }

 .input {
 
border: 2px solid #3da6ff;
border-radius: 4px;
width: 50%;
outline: none !important;
height: 20px;
font-size: 20px;
float: left;
margin: 5px;
}
.input.error{
  border: 2px solid #f51915; 
}
.input.ok{
  border: 2px solid #1db30c
}
.error_status{
  font-size: 20px;
  font-family: "PT Sans Narrow", sans-serif;
  display: inline-block;
  padding: 10px 0;
  margin-left: 50px;
}
.input-name{
  margin: 5px;
  float: left;
  width: 35%;
  text-align: right;
 
  clear: left;
  font-size: 21px;
}

@media (max-width: 1098px) {
  .tablemain table {
    display: block;
    overflow: auto;
    width: 100%;
  }
  .tablemain table td {
    white-space: nowrap;
  }
  #SpeedTest{
    
      width: 100%;
  
  }
  .openSpeedtestApp{
   
     width: 100%;
 
  
   }

  .darkmode{
 
    margin-right: 0px;
     
  }
  #daymode{
    margin-right: 0px;
       
  }
  #header {
    height: 64px;
  }
  .logo {
    width: 250px;
    margin-left: 10px;
    margin-top: 0;
  }
  .mobilemenu {
    display: block;
  }
  .closebtn {
    display: block;
  }
  .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: auto;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
  }
  .menu li {
    display: block;
    font-size: 30px;
    line-height: 65px;
    padding-right: 5px;
  }
  #leftArea {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
    margin-top: 5px;
  }
  #top-lb {
    float: none;
    display: inline-block;
  }
  #speedtest-app {
    display: inline-block;
    width: 100%;
    height: auto;

    float: none;
  }
  #rightArea {
    float: none;
    min-height: 0px;
    padding-top: 5px;
    padding-right: 0px;
    width: 100%;
    text-align: center;
  }
  #right-ll-one {
    display: inline-block;
    float: none;
  }
  #right-ll-two {
    margin-top: 5px;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 730px) {
  
 
  .footbox{
    width: 100%;
    padding-bottom: 5px;
 
  }
  .slogan {
    font-size: 30px;
  }
  .sub-slogan {
    font-size: 18px;
  }
  #top-lb {
    width: 98%;
    float: none;
    display: inline-block;
 
  }

  #speedtest-app {
    display: inline-block;
    width: 100%;
    height: auto;
 
    float: none;
  }
 
  #rightArea {
    display: block;
  }
}
@media (max-width: 500px) {
 
  .slogan {
    font-size: 24px;
  }
  .sub-slogan {
    font-size: 14px;
  }
}
@media (max-width: 375px) {

 
  
  .card {
    width: 90%;
 
}
  .slogan {
    font-size: 21px;
  }
  .sub-slogan {
    font-size: 14px;
  }
}
@media (max-width: 335px) {
  
  #leftArea {
    width: 100%;
  }
 
  #right-ll-one {
    width: 100%;
    
  }
  #right-ll-two {
     
    width: 100%;
   
  }
 
  .logo {
    width: 70%;
    margin-left: 10px;
    margin-top: 0;
  }
  .mobilemenu span {
    width: 23px;
  }
  .closebtn{
    right: 13px;
    top: 14px;
  }
  .closebtn span {

    width: 30px;
 
  }
  .menu li a {
    font-size: 13px;
  }
  .menu li {
    padding-right: 20px;
  }
  #bottom-content {
    width: 95%;
  }
  
}
