.generic-table-intro .list-items {
  padding-left: 30px;
  text-align: left;
}

.generic-table-intro .list-items li {
  display: list-item;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 8px 0 10px;
  position: relative;
  list-style-type: disc;
}

.generic-table-intro .list-items li a{
    color: #4287D6;
    font-weight: 700;
}
@media all and (max-width: 767px){
  .generic-table-intro .list-items{
    padding-left: 20px;
  }
  .generic-table-intro li p,
  .generic-table-intro .list-items li{
    font-size: 12px;
    word-break: break-all;
  }
  .generic-table-intro .list-items li{
    padding: 5px 0;
  }
}
.generic-table-intro.tool-resource-main h5,.generic-table-intro.tool-resource-main h6{
	color: #53565A;
}

.generic-table-intro .head h2 {
  padding: 0 0 5px;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.2;
}

.generic-table-intro .head .sub-heading {
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

.generic-table-intro .divider {
  margin-bottom: 25px;
}

.generic-table-intro .head.info.divider h2 {
  margin-bottom: 0;
}

.generic-table-intro .head.info.divider:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -15px;
  background: #5c5c5c;
}

.generic-table-intro .divider:after {
  left: 0;
}

@media screen and (min-width: 769px) {
  .generic-table-intro .divider:after {
    bottom: -10px;
  }

}

.generic-table-intro .head p {
  font-size: 16px;
  width: 100%;
  padding-bottom: 10px;
  line-height: normal;
}

.generic-table-intro p {
  font-weight: 400;
  word-break: break-word;
}

.generic-table-intro a.blue-color {
  font-weight: 700;
  position: relative;
}

.generic-table-intro a.blue-color:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4287d6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.generic-table-intro a.blue-color:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.generic-table-intro .generic-detail .detail {
  padding-top: 15px;
}

.generic-table-intro .generic-detail .detail h6 {
  font-size: 16px;
  line-height: 1.3;
}

.generic-table-intro .generic-detail .detail ul {
  padding: 5px 18px 10px;
}

.generic-table-intro .generic-detail .detail ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 6px 0 8px;
}

@media screen and (min-width: 596px) {
  .generic-table-intro .head h2 {
    padding-bottom: 8px;
  }

  .generic-table-intro .divider {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .generic-table-intro .head h2 {
    padding-bottom: 10px;
  }

  .generic-table-intro .generic-detail .detail {
    padding-top: 20px;
  }

  .generic-table-intro .head p {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .generic-table-intro .divider {
    margin-bottom: 40px;
  }

  .generic-table-intro .divider:after {
    bottom: -12px;
  }

}
@media all and (min-width:1024px) {
  .generic-table-intro .list-items li{
    font-size: 16px;
  }
}

@media screen and (min-width: 1241px) {
  .generic-table-intro .head h2 {
    padding-bottom: 15px;
  }

  .generic-table-intro .divider {
    margin-bottom: 45px;
  }

  .generic-table-intro .divider:after {
    bottom: -14px;
  }

  .generic-table-intro .head p {
    font-size: 20px;
    width: 70%;
    padding-bottom: 20px;
  }

  .generic-table-intro .generic-detail .detail {
    padding-top: 28px;
  }

  .generic-table-intro .generic-detail .detail h6 {
    font-size: 18px;
  }

  .generic-table-intro .generic-detail .detail ul {
    padding: 8px 18px 15px;
  }

  .generic-table-intro .generic-detail .detail ul li {
    font-size: 16px;
    padding: 8px 0 10px;
  }
}

/* 3rd partye page css  */
.page-content-row p {
  padding-bottom: 0px;
}

.page-content-row .register-thankyou p{
  padding-bottom: 20px;
}

.page-content-row .register-thankyou .generic-intro .inner-container{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1078px;
  position: relative;
}

.page-content-row h6 {
  margin-bottom: 0px;
}

.page-content-row .head.divider:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: 0;
  bottom: -10px;
  background: #5c5c5c;
}

@media screen and (min-width: 595px) {
  .page-content-row .head.divider:after {
    content: "";
    position: absolute;
    width: 94px;
    height: 1px;
    left: 0;
    bottom: -14px;
    background: #5c5c5c;
  }
}

.generic-table-intro.text-resp,
.content-with-image.text-resp {
  text-align: center;
}

.text-resp .head.divider:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -14px;
  background: #5c5c5c;
}

@media screen and (min-width: 768px) {

  .generic-table-intro.text-resp,
  .content-with-image.text-resp {
    text-align: left;
  }

  .text-resp .head.divider:after {
    left: 0;
  }
}

.page-content-row.description-service {
  text-align: left;
}

.page-content-row.description-service h6 {
  margin-bottom: 0px;
}

.page-content-row.description-service.head.divider:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: 0;
  bottom: -14px;
  background: #5c5c5c;
}

.data-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.data-row .column {
  margin-bottom: 15px;
  width: 100%;
}
.data-row .column ul {
  margin-top: 15px;
}

.data-row .column > p {
  display: inline-block;
}

@media screen and (min-width: 768px) { 
  .data-row .column {
    max-width: 360px;
    width: 45%;
  }

}

.custome-content-list {
  margin: 20px 0 40px;
}
.custome-content-list p {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.custome-content-list p span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-overflow: unset;
  word-break: keep-all;
  /* min-width: 35px; */
}
.custome-content-list p span:first-child {
  margin-right: 10px;
}
.custome-subcontent-list {
  margin-left: 40px;
}
