body{ 
    font-family: 'Roboto', sans-serif;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center 150px;
    background-size: contain;
    background-attachment: fixed;
    background-blend-mode: darken;
}
a {cursor: pointer; color: #000;}
a:hover{ color:#000;}
header{
    background-color: #f5f5f5;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    display: block;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
}
header .nav{ margin-top:10px;}
header .nav a:hover{ color: #5c8a20;}
header a.logo{
    display: block;
    width: 250px;
    margin: 0 auto;
}

header a.logo img{ width:250px;}

header a{ margin-right:20px; text-decoration: none; font-weight: bold;}
header a:hover{ text-decoration: none; color: #000;}
header .nav{ text-align: right;}

main .intro{text-align: center;padding-bottom: 100px;}
main .intro p{ margin:0;}
main .intro h5{ font-weight:bold; padding-top:30px;}

h1{ font-family: 'Open Sans', sans-serif;}
.go-btn{
    border-radius: 99999px;
    text-decoration: none;
    font-size: 45px;
    border: 3px solid #09bb3f;
    padding: 55px;
    display: inline-block;
    margin: 50px 0 0 0;
    font-weight: bolder;
    width: 70px;
    height: 70px;

}
.go-btn:hover{
    background-color: #b9fece;
}

#container1 {
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
  }

.contents{
    background-color: #EEE;
    height:auto;
    text-align: left;
}

.centerd{ text-align: center;}
.justify{ text-align: justify;}
.justify h5{ text-align: center;}

.feat img.icon{ display: block;
    margin: 0 auto 40px auto;
    height: 100px;
}

.contents h5{ font-weight: bolder;}

.cws-btn {
    background-color: #08bb3f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    width: 150px;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
}

.directions .cws-btn {
    margin: 0 auto;
    width: 300px;
    padding: 20px 0px!important;
    font-size: 40px;
    height: auto!important;
    margin-top: 50px!important;
}

.cws-btn:hover {
    transform: scale(1.2);
}

.directions h1 {
    text-align: center;
    font-size: 55px;
    font-weight: lighter;
    color: #333!important;
    padding-bottom: 10px;
}
.directions p {
    text-align: center;
    font-size: 24px;
    /* font-weight: bold; */
    color: #333!important;
}


ul.chromeonly{
    width: 410px;
    text-align: left;
    margin: 10px auto;
}
ul li{ margin:0;}

.infotext{
    padding: 24px 5%;
    font-weight: lighter;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
    text-align: center;
}

.steps {
display: block;
position: relative;
width: 400px;
height: 90px;
margin: 0 auto;
}

.steps img{
width: 100%;
}

.steps .step{
display: block;
position: absolute;
top: 0px;
width:130px;
height: 128px;
text-align:center;
color: #ececec;
line-height: 150%;
padding-top: 15px;
font-size:12px;
}

.steps  .one{left:0px;}
.steps  .two{left:135px;}
.steps  .three{left:265px;}

.steps  .step strong{
font-size: 20px;
color:#ececec;
}


.step span{
font-size:12px!important;
}



.dtext{
display:block;
text-align: center;
color:#555;
font-size: 20px;
padding-top: 50px;
padding-bottom:20px;
}

.box{
    width: 520px;
    margin: 0 auto;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 150px;
    text-align: left;
}
.box h6{ font-size: 1.5em;}
.br {
    display: block;
    position: fixed;
    color: #323232;
    font-size: 12px;
    text-align: right;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 5px;
}


.box {
    display: inline-block;
    margin-top: 10px;
    width: auto;
  }
  
  .progress {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .progress > .inner {
    position: absolute;
    color: green; 
  }
  
  .progress > svg {
    height: 100%;
    display: block;
  }

  .progress path{ stroke: #8cc63f; }
  .inner{ text-align: center;}
  .inner h1{ margin-bottom: 0;}

  .res{
        max-width: 500px;
      width: auto;
      margin: 20px auto;
      display: flex;
      flex-direction: row;
      align-items:center;
      justify-content: space-evenly;
  }

  .res p{ margin:0; text-align: left; text-transform: uppercase; }
  .res h5{ margin:0; padding: 0 !important; }

  .result{ margin:50px auto;}
  .dtarow{
      background-color: #f1f2f7;
      padding:5px;
      font-weight: bold;
      font-size: 16px;
      margin:10px 0;
      padding:15px;
  }
  .dtarow .title{ text-align: left; margin-left: 5px;}
  .dtarow .mes{ text-align: right;}

  .tabledta{   font-weight: normal; padding:0; margin:0;}
  .tabledta td{ padding:3px; font-size: 15px; border-color: #CCC;}
  .tabledta td:nth-child(2){  text-align: right;}

  .testagain{
    display: inline-block;
    background-color: #059146;
    color: #FFF;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 40px;
    font-size: 22px;
  }
  .testagain:hover{
      background-color: #8cc63f;
  }

  footer{   text-align: center; padding: 10px 0;
    background-color: #afd67e; }
  footer .nav a{
    text-align: center;
   
    padding:0 10px;
}

  /* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (max-width: 550px) {

    header{ position: relative;}
    header a.logo{display: block; text-align: center;}
    header .nav{ display:none;}
  footer .nav a{
      text-align: center;
      display: block;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
