/*
* Copyright inpleworks, Co.
* https://xetemplate.com
*/
#xet-page {
  font-size: 14px;
  /* work flow */
}
#xet-page .page__item-info ol { padding: 0; }
#xet-page * {
  box-sizing: border-box;
}
#xet-page .page__section + .page__section {
  margin-top: 80px;
}
#xet-page .page__section .page__section__title {
  text-align: center;
  margin-bottom: 20px;
}
#xet-page .page__section .page__section__title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #111;
}
#xet-page .page__section .page__section__title p {
  margin-bottom: 10px;
  color: #707070;
}
#xet-page .page__item-container .item {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #d6e4e5;
}
#xet-page .page__item-container .item:last-child {
  margin-bottom: 0;
}
#xet-page .page__item-container .item .item__title {
  text-align: center;
}
#xet-page .page__item-container .item .item__title h3 {
  font-size: 28px;
  font-weight: 400;
  color: #FF4C29;
}
#xet-page .page__item-container .item .item__title h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
}
#xet-page .page__item-container .item .item__content {
  margin-top: 30px;
}
#xet-page .page__item-container .item .item__content > p {
  margin-top: 10px;
}
#xet-page .page__item-container .item .item__content .xi-check {
  color: #FF4C29;
}
#xet-page .page__item-container .item .btn-estimate {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 11px;
  height: 40px;
  border: 1px solid #334756;
  color: #334756;
  border-radius: 20px;
}
#xet-page .page__item-container .item:hover, #xet-page .page__item-container .item.active {
  z-index: 2;
  background-color: #fff;
  border-color: #FF4C29;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
#xet-page .page__item-container .item:hover .btn-estimate, #xet-page .page__item-container .item.active .btn-estimate {
  border-color: #FF4C29;
  background-color: #FF4C29;
  color: #fff;
}
#xet-page .page__item-plus {
  padding: 20px 0;
  text-align: center;
  color: #FF4C29;
}
#xet-page .page__item-info {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #FF4C29;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
#xet-page .page__item-info ol li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  padding-left: 16px;
  height: 30px;
  white-space: nowrap;
}
#xet-page .page__item-info ol li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #707070;
}
#xet-page .page__section__workflow2 {
  position: relative;
}
#xet-page .page__section__workflow2:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  width: 2px;
  background: #FF4C29;
}
#xet-page .page__section__workflow2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 768px;
}
#xet-page .page__section__workflow2 ul > li {
  position: relative;
  display: block;
}
#xet-page .page__section__workflow2 ul > li:after {
  content: "";
  display: block;
  clear: both;
}
#xet-page .page__section__workflow2 ul > li .item {
  position: relative;
  width: 50%;
  text-align: right;
  margin: 0;
  padding: 20px 40px 20px 0;
}
#xet-page .page__section__workflow2 ul > li .item > h5 {
  font-size: 20px;
  margin: 20px 0 0;
  color: #111;
}
#xet-page .page__section__workflow2 ul > li .item > img {
  width: 70px;
}
#xet-page .page__section__workflow2 ul > li .item > img.dark {
  display: none;
}
#xet-page .page__section__workflow2 ul > li .item p {
  margin: 10px 0 0;
}
#xet-page .page__section__workflow2 ul > li .item > span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FF4C29;
  border: 2px solid #FF4C29;
  background-color: #fff;
}
#xet-page .page__section__workflow2 ul > li .item:hover > span {
  color: #fff;
  border-color: #FF4C29;
  background-color: #FF4C29;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
#xet-page .page__section__workflow2 ul > li:nth-child(even) .item {
  float: right;
  text-align: left;
  padding-left: 40px;
  padding-right: 0;
}
#xet-page .page__section__workflow2 ul > li:nth-child(even) .item > span {
  right: auto;
  left: 0%;
  margin-left: -15px;
}

@media (min-width: 768px) {
  #xet-page .page__section + .page__section {
    margin-top: 100px;
  }
  #xet-page .page__item-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  #xet-page .page__item-container .item {
    padding: 40px;
    margin-bottom: 0;
  }
  #xet-page .page__section__workflow2 ul > li .item {
    padding: 40px 40px 40px 0;
  }
}
@media (min-width: 992px) {
  #xet-page .page__section + .page__section {
    margin-top: 120px;
  }
  #xet-page .page__item-container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d6e4e5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  }
  #xet-page .page__item-container .item {
    padding: 20px;
    border: 0;
    border-radius: 0;
  }
  #xet-page .page__item-container .item + .item {
    border-left: 1px solid #d6e4e5;
  }
}
@media (min-width: 1200px) {
  #xet-page .page__section + .page__section {
    margin-top: 140px;
  }
  #xet-page .page__item-container .item {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  #xet-page .page__section + .page__section {
    margin-top: 160px;
  }
}