@charset "UTF-8";




html, body , footer{
    width:100%;
    height:auto;

}


#nbnawards {
	display:none;
}

.choose-connection .cc-box {
    margin-top: 1%!important;
    width: 30%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    color: #59595c;
    text-transform: uppercase;
    padding: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* margin-top: 8%; */
}


#accountstuffabout {
		 width: 30%;
	 height:auto;
max-width:100%;
}
#accountstuff1{
	 width: 30%;
	 height:auto;
max-width:100%;
}

.containersbar {
  width: 100%;
}

.progressbar {
counter-reset: step;
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    left: 0;
    right: 0;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 24%;
  position: relative;
  text-align: center;
  font-size: 15px;
  max-width: 100%;
      z-index: -1;
  
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 2px solid #afacac;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}


     
      
 


.progressbar li:after {
width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #afacac;
    top: 15px;
    left: -47%;
    z-index: -1;
}




 
 
 
 
 
 
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
  background-color: #ffffff !important;
}
.progressbar li.active:before {
  border-color: green;
} 
.progressbar li.active + li:after {
  background-color: green;
}

input::placeholder {
    font-size: .9em!important;
    height: 5em;
    font-family: sans-serif;
    width: 640px;
}

.inner-wrappersection {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    clear: both;
    height: 100%;
    width: 100%;
    min-height: auto;

}

.progressbars {
	border: none!important;
}


#accountstuff2 {
	 height:auto;
	 max-width:100%;
	 width: 66%;
}

#informationaccount {
    margin: 0px;
    width: 100%;
    max-width: 100%;
   
}




label {
    font-weight: 600;
    color: dimgray;
    display: block;
    position: relative;
    /*margin-top: 12px;*/
    margin-bottom: 7px;
	font-size:15px;
}


/* Give form elements consistent margin, padding and line height */

forms ul {
  list-style: none;
  margin-left: auto;
  margin-right:auto;
  left:0;
  right:0;
  padding: 0;
}




forms {
  line-height: 1em;
font-family:sans-serif;
}


/* Form heading */

forms h1 {
    padding: 0;
    text-align: center;
	 color: #1f1e1f;
	margin-bottom: 4%;
}


legend {
color: #1f1e1f;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 5px!important;
  width: 13em!important;
	
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



.informationpdf {
	width: 100%;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	left:0;
	right:0;
	align-items:center;
	max-width: 100%;
	
    font-size: 13px;
}

select {
padding: 5px;
position: relative;
height: auto;
width: auto;
bottom: 5px;

}




#orderForm input {
	width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    text-align: left;
    display: inline-block;
    border: 1px solid darkgray;
	border-radius: 1px;
    box-sizing: border-box;
    background-color: transparent;
    color: black;

}


.form-group {
	float: left;
	display:inline;
	width:50%;
	padding:5px;
	
}

.sectiontwoform {
	float:right;
	display: inline;
	width:50%;
	padding:5px;
}

.welcome {
	margin-left:2%;
    margin-top: 5%;
    margin-bottom: 4%;
}

 .previousbills {
	float:left;
	text-decoration: none;
    color: #1d427f;
   }


}

.passwordbutton {
background-color: #fff;
    border: 1px solid #f44336;
    color: #f44336;
    padding: 11px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 50px;
    cursor: pointer;
    margin-top: -6%;
    float: right;
}

.passwordbutton:hover {
background-color:#f44336;
color:#fff;
border: 1px solid #f44336;	
	
}

#temppassword {
background-color: white;
    margin-top: 15px;
	border: 1px solid lightgray;
    /* text-align: left; */
    width: 30%!important;
	max-width:100%;
    padding: 8px;
    /* margin-left: -10%; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    float: none;
    text-align: center;
}

#labeltempass {
    font-weight: 600;
    color: dimgray;
    display: block;
    position: relative;
    margin-top: 6px;
    margin-bottom: -11px;
    text-align: center;
}

#submitbuttoncontact {
background-color: #da3333;
    color: white;
    padding: 6px 9px;
    border: 1.5px solid #da3333;
    border-radius: 4px;
    cursor: pointer;	
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	width:33%;
    margin-top: 15%;
    float: left;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    cursor: pointer;
    max-width: 100%;
}

#submitbuttoncontact:hover{
color: #da3333;
background-color:transparent;
border: 1.5px solid #da3333;
}

#submitbuttonpass {
    margin-left: auto;
	margin-right:auto;
	left:0;
	right:0;
    width: 11%;
    margin-top: 3%;
	float: none!important;
	background-color: #da3333;
    padding: 6px 9px;
    border: 1.5px solid #da3333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 18px;
    cursor: pointer;
    max-width: 100%;
}

#submitbuttonpass:hover {
	background-color:transparent;
	border: 1.5px solid #da3333;
	color:#da3333;
}





.updatebutton {
	background-color: #f56257;
    color: #fff;
    border: none;
    color: white;
    padding: 7px 53px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}


.updatebutton2 {
    background-color: #1493bf;
    color: #fff;
    border: none;
    padding: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
    width: 28%;
}



.updatebutton:hover {
	background-color: #ff1a1a;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
 border-top: 1px solid black;
    background: #FFF;
  border-color: lightgray!important;
    height: 54px;
    color: rgb(122, 123, 126);
    font-size: 19px!important;
    font-family: 'PT Sans', sans-serif;

}

td, th {
    padding: 0;
    padding-bottom: 6px!important;
	text-align: left;
}


.active, .accordions:hover {
    border-bottom: none!important;
}



.progress-steps-wrap {
    width: 100%;
    margin-bottom: 18px;
    margin-top: 14px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.progress-steps {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.progress-steps::before {
  display: block;
  position: relative;
  top: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bfbfbf;
  content: '';
}
.progress-steps a {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-right: 36px;
  padding-left: 36px;
  color: #666;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: -.0125rem;
  cursor: pointer;
}
.progress-steps a::before {
  display: block;
  position: relative;
  top: -12px;
  left: -36px;
  width: 0;
  height: 3px;
  background: royalblue;
  content: '';
  z-index: 2;
}
.progress-steps a:first-child {
  padding-left: 18px;
}
.progress-steps a:first-child::before {
  left: -18px;
}
.progress-steps a:first-child::after {
  left: calc(50% - 24px);
}
.progress-steps a:last-child {
  padding-right: 18px;
}
.progress-steps a:last-child::after {
  left: 50%;
}
.progress-steps a::after {
  display: block;
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  width: 24px;
  height: 18px;
  opacity: 0;
  z-index: 3;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 50%;
  background: royalblue;
  color: #fefefe;
  font-size: .875rem;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  content: attr(data-index);
}
.progress-steps a.active {
  color: #0a0a0a;
}
.progress-steps a.active::before {
  width: calc(50% + 36px);
}
.progress-steps a.active::after {
  opacity: 1;
}
.progress-steps a.active:first-child::before {
  width: calc(50% + 18px);
}
.progress-steps a.active:last-child::before {
  width: calc(50% + 36px);
}
.progress-steps a.done {
  color: royalblue;
}
.progress-steps a.done::before {
  width: calc(100% + 72px);
}
.progress-steps a.done:first-child::before, .progress-steps a.done:last-child::before {
  width: calc(100% + 54px);
}
.progress-steps a::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.progress-steps .active::before {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.progress-steps[data-count='1'] a:nth-child(1)::before, .progress-steps[data-count='1'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='1'] a:nth-child(2)::before, .progress-steps[data-count='1'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='1'] a:nth-child(3)::before, .progress-steps[data-count='1'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='1'] a:nth-child(4)::before, .progress-steps[data-count='1'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
.progress-steps[data-count='1'] a:nth-child(5)::before, .progress-steps[data-count='1'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: -0.8s;
          transition-delay: -0.8s;
}
.progress-steps[data-count='1'] a:nth-child(6)::before, .progress-steps[data-count='1'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: -1s;
          transition-delay: -1s;
}
.progress-steps[data-count='1'] a:nth-child(7)::before, .progress-steps[data-count='1'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -1.2s;
          transition-delay: -1.2s;
}
.progress-steps[data-count='1'] a:nth-child(8)::before, .progress-steps[data-count='1'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -1.4s;
          transition-delay: -1.4s;
}
.progress-steps[data-count='2'] a:nth-child(1)::before, .progress-steps[data-count='2'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='2'] a:nth-child(2)::before, .progress-steps[data-count='2'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='2'] a:nth-child(3)::before, .progress-steps[data-count='2'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='2'] a:nth-child(4)::before, .progress-steps[data-count='2'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='2'] a:nth-child(5)::before, .progress-steps[data-count='2'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
.progress-steps[data-count='2'] a:nth-child(6)::before, .progress-steps[data-count='2'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: -0.8s;
          transition-delay: -0.8s;
}
.progress-steps[data-count='2'] a:nth-child(7)::before, .progress-steps[data-count='2'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -1s;
          transition-delay: -1s;
}
.progress-steps[data-count='2'] a:nth-child(8)::before, .progress-steps[data-count='2'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -1.2s;
          transition-delay: -1.2s;
}
.progress-steps[data-count='3'] a:nth-child(1)::before, .progress-steps[data-count='3'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='3'] a:nth-child(2)::before, .progress-steps[data-count='3'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='3'] a:nth-child(3)::before, .progress-steps[data-count='3'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='3'] a:nth-child(4)::before, .progress-steps[data-count='3'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='3'] a:nth-child(5)::before, .progress-steps[data-count='3'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='3'] a:nth-child(6)::before, .progress-steps[data-count='3'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
.progress-steps[data-count='3'] a:nth-child(7)::before, .progress-steps[data-count='3'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -0.8s;
          transition-delay: -0.8s;
}
.progress-steps[data-count='3'] a:nth-child(8)::before, .progress-steps[data-count='3'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -1s;
          transition-delay: -1s;
}
.progress-steps[data-count='4'] a:nth-child(1)::before, .progress-steps[data-count='4'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count='4'] a:nth-child(2)::before, .progress-steps[data-count='4'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='4'] a:nth-child(3)::before, .progress-steps[data-count='4'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='4'] a:nth-child(4)::before, .progress-steps[data-count='4'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='4'] a:nth-child(5)::before, .progress-steps[data-count='4'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='4'] a:nth-child(6)::before, .progress-steps[data-count='4'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='4'] a:nth-child(7)::before, .progress-steps[data-count='4'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
.progress-steps[data-count='4'] a:nth-child(8)::before, .progress-steps[data-count='4'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -0.8s;
          transition-delay: -0.8s;
}
.progress-steps[data-count='5'] a:nth-child(1)::before, .progress-steps[data-count='5'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.progress-steps[data-count='5'] a:nth-child(2)::before, .progress-steps[data-count='5'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count='5'] a:nth-child(3)::before, .progress-steps[data-count='5'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='5'] a:nth-child(4)::before, .progress-steps[data-count='5'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='5'] a:nth-child(5)::before, .progress-steps[data-count='5'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='5'] a:nth-child(6)::before, .progress-steps[data-count='5'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='5'] a:nth-child(7)::before, .progress-steps[data-count='5'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='5'] a:nth-child(8)::before, .progress-steps[data-count='5'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
.progress-steps[data-count='6'] a:nth-child(1)::before, .progress-steps[data-count='6'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.progress-steps[data-count='6'] a:nth-child(2)::before, .progress-steps[data-count='6'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.progress-steps[data-count='6'] a:nth-child(3)::before, .progress-steps[data-count='6'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count='6'] a:nth-child(4)::before, .progress-steps[data-count='6'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='6'] a:nth-child(5)::before, .progress-steps[data-count='6'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='6'] a:nth-child(6)::before, .progress-steps[data-count='6'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='6'] a:nth-child(7)::before, .progress-steps[data-count='6'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='6'] a:nth-child(8)::before, .progress-steps[data-count='6'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.progress-steps[data-count='7'] a:nth-child(1)::before, .progress-steps[data-count='7'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.progress-steps[data-count='7'] a:nth-child(2)::before, .progress-steps[data-count='7'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.progress-steps[data-count='7'] a:nth-child(3)::before, .progress-steps[data-count='7'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.progress-steps[data-count='7'] a:nth-child(4)::before, .progress-steps[data-count='7'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count='7'] a:nth-child(5)::before, .progress-steps[data-count='7'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='7'] a:nth-child(6)::before, .progress-steps[data-count='7'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='7'] a:nth-child(7)::before, .progress-steps[data-count='7'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count='7'] a:nth-child(8)::before, .progress-steps[data-count='7'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.progress-steps[data-count='8'] a:nth-child(1)::before, .progress-steps[data-count='8'].reverse a:nth-child(1)::before {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.progress-steps[data-count='8'] a:nth-child(2)::before, .progress-steps[data-count='8'].reverse a:nth-child(2)::before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.progress-steps[data-count='8'] a:nth-child(3)::before, .progress-steps[data-count='8'].reverse a:nth-child(3)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.progress-steps[data-count='8'] a:nth-child(4)::before, .progress-steps[data-count='8'].reverse a:nth-child(4)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.progress-steps[data-count='8'] a:nth-child(5)::before, .progress-steps[data-count='8'].reverse a:nth-child(5)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count='8'] a:nth-child(6)::before, .progress-steps[data-count='8'].reverse a:nth-child(6)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count='8'] a:nth-child(7)::before, .progress-steps[data-count='8'].reverse a:nth-child(7)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count='8'] a:nth-child(8)::before, .progress-steps[data-count='8'].reverse a:nth-child(8)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count] .done:nth-child(1)::before,
.progress-steps[data-count] .active:nth-child(1)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-steps[data-count] .done:nth-child(2)::before,
.progress-steps[data-count] .active:nth-child(2)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.progress-steps[data-count] .done:nth-child(3)::before,
.progress-steps[data-count] .active:nth-child(3)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.progress-steps[data-count] .done:nth-child(4)::before,
.progress-steps[data-count] .active:nth-child(4)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.progress-steps[data-count] .done:nth-child(5)::before,
.progress-steps[data-count] .active:nth-child(5)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.progress-steps[data-count] .done:nth-child(6)::before,
.progress-steps[data-count] .active:nth-child(6)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.progress-steps[data-count] .done:nth-child(7)::before,
.progress-steps[data-count] .active:nth-child(7)::before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.progress-steps[data-count] .done:nth-child(8)::before,
.progress-steps[data-count] .active:nth-child(8)::before {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.progress-steps a::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.progress-steps .active::after {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.progress-steps[data-count='1'] a:nth-child(1)::after, .progress-steps[data-count='1'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='1'] a:nth-child(2)::after, .progress-steps[data-count='1'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='1'] a:nth-child(3)::after, .progress-steps[data-count='1'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='1'] a:nth-child(4)::after, .progress-steps[data-count='1'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='1'] a:nth-child(5)::after, .progress-steps[data-count='1'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='1'] a:nth-child(6)::after, .progress-steps[data-count='1'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='1'] a:nth-child(7)::after, .progress-steps[data-count='1'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -1.1s;
          transition-delay: -1.1s;
}
.progress-steps[data-count='1'] a:nth-child(8)::after, .progress-steps[data-count='1'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -1.3s;
          transition-delay: -1.3s;
}
.progress-steps[data-count='2'] a:nth-child(1)::after, .progress-steps[data-count='2'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='2'] a:nth-child(2)::after, .progress-steps[data-count='2'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='2'] a:nth-child(3)::after, .progress-steps[data-count='2'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='2'] a:nth-child(4)::after, .progress-steps[data-count='2'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='2'] a:nth-child(5)::after, .progress-steps[data-count='2'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='2'] a:nth-child(6)::after, .progress-steps[data-count='2'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='2'] a:nth-child(7)::after, .progress-steps[data-count='2'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='2'] a:nth-child(8)::after, .progress-steps[data-count='2'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -1.1s;
          transition-delay: -1.1s;
}
.progress-steps[data-count='3'] a:nth-child(1)::after, .progress-steps[data-count='3'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='3'] a:nth-child(2)::after, .progress-steps[data-count='3'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='3'] a:nth-child(3)::after, .progress-steps[data-count='3'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='3'] a:nth-child(4)::after, .progress-steps[data-count='3'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='3'] a:nth-child(5)::after, .progress-steps[data-count='3'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='3'] a:nth-child(6)::after, .progress-steps[data-count='3'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='3'] a:nth-child(7)::after, .progress-steps[data-count='3'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='3'] a:nth-child(8)::after, .progress-steps[data-count='3'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='4'] a:nth-child(1)::after, .progress-steps[data-count='4'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='4'] a:nth-child(2)::after, .progress-steps[data-count='4'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='4'] a:nth-child(3)::after, .progress-steps[data-count='4'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='4'] a:nth-child(4)::after, .progress-steps[data-count='4'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='4'] a:nth-child(5)::after, .progress-steps[data-count='4'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='4'] a:nth-child(6)::after, .progress-steps[data-count='4'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='4'] a:nth-child(7)::after, .progress-steps[data-count='4'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='4'] a:nth-child(8)::after, .progress-steps[data-count='4'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='5'] a:nth-child(1)::after, .progress-steps[data-count='5'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='5'] a:nth-child(2)::after, .progress-steps[data-count='5'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='5'] a:nth-child(3)::after, .progress-steps[data-count='5'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='5'] a:nth-child(4)::after, .progress-steps[data-count='5'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='5'] a:nth-child(5)::after, .progress-steps[data-count='5'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='5'] a:nth-child(6)::after, .progress-steps[data-count='5'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='5'] a:nth-child(7)::after, .progress-steps[data-count='5'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='5'] a:nth-child(8)::after, .progress-steps[data-count='5'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='6'] a:nth-child(1)::after, .progress-steps[data-count='6'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='6'] a:nth-child(2)::after, .progress-steps[data-count='6'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='6'] a:nth-child(3)::after, .progress-steps[data-count='6'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='6'] a:nth-child(4)::after, .progress-steps[data-count='6'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='6'] a:nth-child(5)::after, .progress-steps[data-count='6'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='6'] a:nth-child(6)::after, .progress-steps[data-count='6'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='6'] a:nth-child(7)::after, .progress-steps[data-count='6'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='6'] a:nth-child(8)::after, .progress-steps[data-count='6'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='7'] a:nth-child(1)::after, .progress-steps[data-count='7'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count='7'] a:nth-child(2)::after, .progress-steps[data-count='7'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='7'] a:nth-child(3)::after, .progress-steps[data-count='7'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='7'] a:nth-child(4)::after, .progress-steps[data-count='7'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='7'] a:nth-child(5)::after, .progress-steps[data-count='7'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='7'] a:nth-child(6)::after, .progress-steps[data-count='7'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='7'] a:nth-child(7)::after, .progress-steps[data-count='7'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='7'] a:nth-child(8)::after, .progress-steps[data-count='7'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='8'] a:nth-child(1)::after, .progress-steps[data-count='8'].reverse a:nth-child(1)::after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.progress-steps[data-count='8'] a:nth-child(2)::after, .progress-steps[data-count='8'].reverse a:nth-child(2)::after {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count='8'] a:nth-child(3)::after, .progress-steps[data-count='8'].reverse a:nth-child(3)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='8'] a:nth-child(4)::after, .progress-steps[data-count='8'].reverse a:nth-child(4)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='8'] a:nth-child(5)::after, .progress-steps[data-count='8'].reverse a:nth-child(5)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='8'] a:nth-child(6)::after, .progress-steps[data-count='8'].reverse a:nth-child(6)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='8'] a:nth-child(7)::after, .progress-steps[data-count='8'].reverse a:nth-child(7)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='8'] a:nth-child(8)::after, .progress-steps[data-count='8'].reverse a:nth-child(8)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count] .done:nth-child(1)::after,
.progress-steps[data-count] .active:nth-child(1)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count] .done:nth-child(2)::after,
.progress-steps[data-count] .active:nth-child(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count] .done:nth-child(3)::after,
.progress-steps[data-count] .active:nth-child(3)::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count] .done:nth-child(4)::after,
.progress-steps[data-count] .active:nth-child(4)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count] .done:nth-child(5)::after,
.progress-steps[data-count] .active:nth-child(5)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count] .done:nth-child(6)::after,
.progress-steps[data-count] .active:nth-child(6)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count] .done:nth-child(7)::after,
.progress-steps[data-count] .active:nth-child(7)::after {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count] .done:nth-child(8)::after,
.progress-steps[data-count] .active:nth-child(8)::after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.progress-steps a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.progress-steps .active {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.progress-steps[data-count='1'] a:nth-child(1), .progress-steps[data-count='1'].reverse a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='1'] a:nth-child(2), .progress-steps[data-count='1'].reverse a:nth-child(2) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='1'] a:nth-child(3), .progress-steps[data-count='1'].reverse a:nth-child(3) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='1'] a:nth-child(4), .progress-steps[data-count='1'].reverse a:nth-child(4) {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='1'] a:nth-child(5), .progress-steps[data-count='1'].reverse a:nth-child(5) {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='1'] a:nth-child(6), .progress-steps[data-count='1'].reverse a:nth-child(6) {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='1'] a:nth-child(7), .progress-steps[data-count='1'].reverse a:nth-child(7) {
  -webkit-transition-delay: -1.1s;
          transition-delay: -1.1s;
}
.progress-steps[data-count='1'] a:nth-child(8), .progress-steps[data-count='1'].reverse a:nth-child(8) {
  -webkit-transition-delay: -1.3s;
          transition-delay: -1.3s;
}
.progress-steps[data-count='2'] a:nth-child(1), .progress-steps[data-count='2'].reverse a:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='2'] a:nth-child(2), .progress-steps[data-count='2'].reverse a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='2'] a:nth-child(3), .progress-steps[data-count='2'].reverse a:nth-child(3) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='2'] a:nth-child(4), .progress-steps[data-count='2'].reverse a:nth-child(4) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='2'] a:nth-child(5), .progress-steps[data-count='2'].reverse a:nth-child(5) {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='2'] a:nth-child(6), .progress-steps[data-count='2'].reverse a:nth-child(6) {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='2'] a:nth-child(7), .progress-steps[data-count='2'].reverse a:nth-child(7) {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='2'] a:nth-child(8), .progress-steps[data-count='2'].reverse a:nth-child(8) {
  -webkit-transition-delay: -1.1s;
          transition-delay: -1.1s;
}
.progress-steps[data-count='3'] a:nth-child(1), .progress-steps[data-count='3'].reverse a:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='3'] a:nth-child(2), .progress-steps[data-count='3'].reverse a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='3'] a:nth-child(3), .progress-steps[data-count='3'].reverse a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='3'] a:nth-child(4), .progress-steps[data-count='3'].reverse a:nth-child(4) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='3'] a:nth-child(5), .progress-steps[data-count='3'].reverse a:nth-child(5) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='3'] a:nth-child(6), .progress-steps[data-count='3'].reverse a:nth-child(6) {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='3'] a:nth-child(7), .progress-steps[data-count='3'].reverse a:nth-child(7) {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='3'] a:nth-child(8), .progress-steps[data-count='3'].reverse a:nth-child(8) {
  -webkit-transition-delay: -0.9s;
          transition-delay: -0.9s;
}
.progress-steps[data-count='4'] a:nth-child(1), .progress-steps[data-count='4'].reverse a:nth-child(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='4'] a:nth-child(2), .progress-steps[data-count='4'].reverse a:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='4'] a:nth-child(3), .progress-steps[data-count='4'].reverse a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='4'] a:nth-child(4), .progress-steps[data-count='4'].reverse a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='4'] a:nth-child(5), .progress-steps[data-count='4'].reverse a:nth-child(5) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='4'] a:nth-child(6), .progress-steps[data-count='4'].reverse a:nth-child(6) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='4'] a:nth-child(7), .progress-steps[data-count='4'].reverse a:nth-child(7) {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='4'] a:nth-child(8), .progress-steps[data-count='4'].reverse a:nth-child(8) {
  -webkit-transition-delay: -0.7s;
          transition-delay: -0.7s;
}
.progress-steps[data-count='5'] a:nth-child(1), .progress-steps[data-count='5'].reverse a:nth-child(1) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='5'] a:nth-child(2), .progress-steps[data-count='5'].reverse a:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='5'] a:nth-child(3), .progress-steps[data-count='5'].reverse a:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='5'] a:nth-child(4), .progress-steps[data-count='5'].reverse a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='5'] a:nth-child(5), .progress-steps[data-count='5'].reverse a:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='5'] a:nth-child(6), .progress-steps[data-count='5'].reverse a:nth-child(6) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='5'] a:nth-child(7), .progress-steps[data-count='5'].reverse a:nth-child(7) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='5'] a:nth-child(8), .progress-steps[data-count='5'].reverse a:nth-child(8) {
  -webkit-transition-delay: -0.5s;
          transition-delay: -0.5s;
}
.progress-steps[data-count='6'] a:nth-child(1), .progress-steps[data-count='6'].reverse a:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='6'] a:nth-child(2), .progress-steps[data-count='6'].reverse a:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='6'] a:nth-child(3), .progress-steps[data-count='6'].reverse a:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='6'] a:nth-child(4), .progress-steps[data-count='6'].reverse a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='6'] a:nth-child(5), .progress-steps[data-count='6'].reverse a:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='6'] a:nth-child(6), .progress-steps[data-count='6'].reverse a:nth-child(6) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='6'] a:nth-child(7), .progress-steps[data-count='6'].reverse a:nth-child(7) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='6'] a:nth-child(8), .progress-steps[data-count='6'].reverse a:nth-child(8) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.progress-steps[data-count='7'] a:nth-child(1), .progress-steps[data-count='7'].reverse a:nth-child(1) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count='7'] a:nth-child(2), .progress-steps[data-count='7'].reverse a:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='7'] a:nth-child(3), .progress-steps[data-count='7'].reverse a:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='7'] a:nth-child(4), .progress-steps[data-count='7'].reverse a:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='7'] a:nth-child(5), .progress-steps[data-count='7'].reverse a:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='7'] a:nth-child(6), .progress-steps[data-count='7'].reverse a:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='7'] a:nth-child(7), .progress-steps[data-count='7'].reverse a:nth-child(7) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count='7'] a:nth-child(8), .progress-steps[data-count='7'].reverse a:nth-child(8) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.progress-steps[data-count='8'] a:nth-child(1), .progress-steps[data-count='8'].reverse a:nth-child(1) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.progress-steps[data-count='8'] a:nth-child(2), .progress-steps[data-count='8'].reverse a:nth-child(2) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count='8'] a:nth-child(3), .progress-steps[data-count='8'].reverse a:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count='8'] a:nth-child(4), .progress-steps[data-count='8'].reverse a:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count='8'] a:nth-child(5), .progress-steps[data-count='8'].reverse a:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count='8'] a:nth-child(6), .progress-steps[data-count='8'].reverse a:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count='8'] a:nth-child(7), .progress-steps[data-count='8'].reverse a:nth-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count='8'] a:nth-child(8), .progress-steps[data-count='8'].reverse a:nth-child(8) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count] .done:nth-child(1),
.progress-steps[data-count] .active:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.progress-steps[data-count] .done:nth-child(2),
.progress-steps[data-count] .active:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-steps[data-count] .done:nth-child(3),
.progress-steps[data-count] .active:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.progress-steps[data-count] .done:nth-child(4),
.progress-steps[data-count] .active:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.progress-steps[data-count] .done:nth-child(5),
.progress-steps[data-count] .active:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.progress-steps[data-count] .done:nth-child(6),
.progress-steps[data-count] .active:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.progress-steps[data-count] .done:nth-child(7),
.progress-steps[data-count] .active:nth-child(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.progress-steps[data-count] .done:nth-child(8),
.progress-steps[data-count] .active:nth-child(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}


/*--------------------END COPYYYYY-----------------------------------*/



















body {
    margin: 0;
}


.ten.columns {
    border: solid 1px lightgrey;
    padding: 20px;
    width: 100%;
  
}

.box.columns {
    border: solid 1px lightgrey;
margin-left: 10px;
float: left;
  width: 44%;
	max-width: 100%;
	padding: 15px;
  
}


.boxes.columns {
    border: solid 1px lightgrey;
	 float: right;
  width: 50%;
	margin-right: 10px;
	max-width: 100%;
	padding: 15px;
}



.tvimages {
	height: auto;
	position: relative;
	display: inline-block;
	width: 25%;
    padding: 25px;	
	max-width: 100%;
	}
	

.Tabla-standard p {
    display: inline-block;
    float: right;
    color: #1F81BF;
    font-weight: bold;
    position: relative;
    margin-left: 280px;
    bottom: 169px;
   padding-right: 5px;
    font-size: 37px;
   
}



/*accordion*/
.accordions {
    background-color: #eee;
    color: darkblue;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/*.active, .accordions:hover {
       background-color: #fff;
    border-bottom: 2px solid blue;
}*/

.panels {
    padding: 0 18px;
    display: none;
    background-color: white;
	
}



@media  (min-width: 768px) and (max-width: 1024px) { 
.progressbar li:after {
    width: 87%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -41%;
    z-index: -1;
}

#accountstuff1 {
    width: 30%;
    max-width: 100%;
}

.informationpdf {
    width: 100%;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    align-items: center;
    max-width: 100%;
    font-size: 13px;
    width: 100%;
}




#accountstuff2 {
    max-width: 100%;
    width: 67%;
}


#accountstuff3{
    max-width: 100%;
    width: 80%!important;
	margin-left:auto;
	margin-right:auto;
	display:block;
	left:0;
	right:0;
	
} 

.summaryfullsection {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
}

}


/* IPAD-----COPYYYYY THISSS----------------------*/
	
@media  (min-width: 768px) and (max-width: 1024px) { 
		
			
#nbnawards p {
font-size:11px;
}
			
#nbnheading h1 {
font-size:14px!important;
}
#nbnawards {
display:block;
height: 152px!important;
}

.rowbox {
	display:none;
}

.rowboxs {
	display:block;
}	
    #informationaccount {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
	margin-right:auto;
	left:0;
	right:0;
}

legend {
    color: #f44336;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px!important;
    width: 16em!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    left: -8%;
}

			

				
			
				
td {
font-size: 14px!important;	
}
				
th {
font-size: 15px;
}
				
				
.progress-steps-wrap {
	width:100%;
	max-width:100%;
}
				
				
.progress-steps a {
font-size: 9px;
}
				
.progressbar {
    margin-left: 19%;
    width: 79%;
    display: flex;
}
				
.progressbar li {
font-size: 13px;
}
				
    
 } 






/*to here END COPY---------*/


@media only screen  and (min-width: 1024px) and (max-width: 1366px){  /* IPAD PRO */

#nbnawards {
	display:block!important;
}
legend {
    color: #f44336;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px!important;
    width: 17em!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    left: -8%;
}

	

}







/*MEDIA QUERY*/
@media all
and (min-width : 320px)
and (max-width : 736px)
	

{
	

	
.form-group {
    float: left;
    display: inline;
    width: 100%;
    padding: 5px;
}
	
	
.sectiontwoform {
    float: right;
    display: inline;
    width: 100%;
    padding: 5px;
}
	
	
	.welcome {
		margin-left:0;
    margin-top: 5%;
    margin-bottom: 4%;
}

	#nbnawards p {
		font-size: 12px;
		text-align:center;
	}
	#nbnawards {
	display:block!important;
	    height: 259px!important;
}
	
	.choose-connection .cc-box {
    margin-top: 3%!important;
}
		
	.inner-wrappersection {
		max-width:100%;
	}
	
	
div {
width: auto;
height: auto;
}
	

	
	
	img {
    max-width: 100%;
}
	#popthing {
	width: 57%!important;
    max-width: 100%;
    margin-left: auto!important;
    margin-right: auto;
	text-align: inherit!important;
	}

	
	#botonchecknow1 {
    width: 35% !important;
    padding: 8px !important;
    font-size: 18px !important;
    margin-left: auto;
	margin-right: auto:
	justify-content: center;
    justify-items: center;
    align-items: center;
	position: relative;
	display: block;
	margin-top: 6%;
   
}


	
	
	
	.blog_title {
    text-align: center;
    font-size: 28px;
		
		}
	
	
	
div.gallery {
    float: left;
    max-width: 100%;
    height: auto;
	width: 90%;
	
}
	
@media only screen and (max-width: 500px) {
    .all-options span{
      font-size: 16px !important;
    }
	
	.inner-wrapper all-options{
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.bb-ctabroadband {
	width: 82% !important;
	max-width: 100%;
	height: auto;
	text-align:center;
	}
	
	}
	
	

@media only screen and (max-width: 500px) {
		.bb-ctabroadbands {
    font-size: 10px !important;
    width: 45% !important;
	max-width: 100%;
	height: auto;
  
		}
		
		}

@media only screen and (max-width: 500px) {
    .box.columns {
    width: 95%;
	max-width: 100%;
	height: auto;
	margin-top: 20px;
    }
}
	
	
@media (max-width: 736px) and (min-width: 320px) {
    .tvimages {
    width: 80%;
	margin-top: 5%;
	max-width: 100%;
	height: auto
    }
}
	
@media only screen and (max-width: 500px) {
    .boxes.columns {
    width: 95%;
	margin-top: 5%;
	max-width: 100%;
	height: auto
    }
}
	

@media (max-width: 736px) and (min-width: 320px) {
.blog_title {
    text-align: center;
	max-width: 100%;
    height: auto;
	margin-right: 0 !important;
    float: none !important;
    }
}
	
	
	
@media (max-width: 736px) and (min-width: 320px) {
	.section7-titulo h1 {
    font-size: 29px !important;
		}
	
	
		
		
		
		
		
		
		
/* other ------COPY HERE!!!!!!---------------PASTE IN MOBILE SECTIONS-------------------------------- */
		
		.progress-steps-wrap {
			margin-left: 0;
			max-width: 100%;	
		}
		
		
@media only screen and (max-device-width: 480px) {
.progressbar li:after {
    position: absolute;
    width: 62%;
    left: -32%;
    max-width: 100%;
			}
			

			
.passwordbutton {
    margin-left: 13%;
			}
			
		}
		

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
.progressbar li:after {
    position: absolute;
    width: 67%;
    left: -36%;
    max-width: 100%;
		}
		
.progressbar {
max-width: 100%;
width: 100%;
		}
		
		
		}
		
		
		
		
.progress-steps a {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-right: 5px;
    padding-left: 12px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -.0125rem;
 
}
	

		
.passwordbutton {
	margin-top: 8%;
    float: none;
		}
		
		
		
th {
 font-size: 14px;
		}
		
		
td {
   border-top: 1px solid black;
   background: #FFF;
   border-color: lightgray!important;
   height: 54px;
   color: rgb(122, 123, 126);
   font-size: 13px!important;
   font-family: 'PT Sans', sans-serif;
}
		

		
		
		
		
		
		#informationaccount {
		width: 96%!important;
		max-width: 100%;
		}	
		
		
		
		
		
	.passwordbutton {
	max-width: 100%;
    width: 60%;

		}
		
		
	.label {
	text-align: center;
    width: 100%;
			
		}
		


		
		
		#orderForm input {
			width: 90%;
			max-width: 100%;
		}


		button, input, optgroup, select, textarea{
			margin-bottom: 10px;
		}
		
		
		.informationpdf {
	  width: 100%;
      margin-left: auto;
	  margin-right:auto;
	  left:0;
	  right:0;
	  text-align: center;
		}
		
		

		
		
		
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
	
	td {
	font-size: 11px!important;
	}

	th {
		    font-size: 11px;
	}
	
	.progress-steps a:first-child {
		padding-left: 6px;
	}
}


		
			
}

}




	
	
