.contentArea{

  width: 100%;
}





.acord {
  padding: 0px 0;
  border-bottom: 1px solid #FFFFFF;
}

.acord h2 {
  box-sizing: initial;
  /* display: inline-block; */
  /* padding-bottom: 8px; */
    font-size: 18px;
  color: rgb(255, 255, 255);
  /* font-family: 'HelveticaLtCnd'; */
  /* padding-right: 19px; */
  /* vertical-align: 22%; */
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
  position: relative;
 padding-left: 10px;
  width: 100%;
  
}

.acord div > p {
  color: #333333;
  padding: 20px 0 20px 10px;
}



.dwn_acrd {
    width: 100%;
    height: 25px;
    display: inline-block;
    background: url(../images/acord_arrow.png) top right no-repeat;
    /* right: 29px; */
    position: absolute;
    right: 5%;
}


.dwn_acrd a {
    width: 100%;
    height: 25px;
    display: inline-block;
    color: rgba(255, 255, 255, 0);
}

.content_acrd{
    padding: 30px 0 35px 30px;
}


.colora{
  background: #1b1464;
}
.colorb{
  background: #0054a6;
}

.colorc{
  background: #448ccb;
}
.colord{
  background: #6aace6;
}
.colore{
  background: #6dcff6;
}

.desc_first div > p {

padding-bottom: 0 ;
padding-top: 10px;
line-height: 22px;

}

.stepnext {
  font-size: 38px;
  vertical-align: 70%;
  padding: 0;
}

.stepi {
  display: inline-block;
  margin-top: 43px;
  min-width: 283px;
  margin: 20px 0 20px 10px;
}


.desc_first div > p strong {

font-weight: bold;

}

.desc_first div > p:nth-child(8)::before{
  content: "1.";
  font-weight:bold;
  margin-right: 5px;
}

.desc_first div > p:nth-child(9)::before{
   content: "2.";
  font-weight:bold;
  margin-right: 5px;
}
.desc_first div > p:nth-child(10)::before{
   content: "3.";
  font-weight:bold;
  margin-right: 5px;
}

.desc_first div > p:nth-child(11)::before{
   content: "4.";
  font-weight:bold;
  margin-right: 5px;
}

.desc_first div > p:nth-child(12)::before{
   content: "5.";
  font-weight:bold;
  margin-right: 5px;
}



