/*




*/
/*

single-page-header-style

*/
.singlePage-common-header {
  text-align: left!important;
  margin-bottom: 20px!important;
}
.singlePage-common-header h1 {
  font-size: 20px;
  padding-bottom: 17px;
  text-align: left!important;
}
.singlePage-common-header h1 span {
  font-size: 20px;
  color: #E99122;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 2px solid #A9A9A9;
}
.singlePage-common-header h2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.rs-code,
.ghs-code {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .rs-code,
  .ghs-code {
    margin-bottom: 100px;
  }
}
.rs-code h1,
.ghs-code h1 {
  color: #3E3A39;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.rs-code .ghs-p,
.ghs-code .ghs-p {
  color: #F55858;
  font-size: 14px;
  margin-top: 37px;
}
.rs-code .iconBox,
.ghs-code .iconBox {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
.rs-code .iconBox:after,
.ghs-code .iconBox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  border: 6px solid #F55858;
}
.rs-code .item,
.ghs-code .item {
  margin-top: 40px;
  padding-bottom: 70px;
}
.rs-code .item header h2,
.ghs-code .item header h2 {
  margin-bottom: 8px;
  padding-bottom: 17px;
  text-align: left!important;
}
.rs-code .item header h2 img,
.ghs-code .item header h2 img {
  vertical-align: middle;
}
.rs-code .item header h2 span,
.ghs-code .item header h2 span {
  font-size: 20px;
  color: #E99122;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 17px;
  border-bottom: 2px solid #A9A9A9;
}
.rs-code .item header p,
.ghs-code .item header p {
  color: #3E3A39;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.rs-code .item .item-content,
.ghs-code .item .item-content {
  margin-top: 60px;
}
.rs-code .item .item-content h3,
.ghs-code .item .item-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #3E3A39;
  line-height: 26px;
}
.rs-code .item .item-content .linebox,
.ghs-code .item .item-content .linebox {
  width: 20px;
  height: 2px;
  background-color: #F5C057;
  margin: 15px 0;
}
.rs-code .item .item-content .row .col-item ul li,
.ghs-code .item .item-content .row .col-item ul li {
  color: #3E3A39;
  font-size: 16px;
  line-height: 32px;
}
.rs-code .item .item-table h3,
.ghs-code .item .item-table h3 {
  font-size: 18px;
  font-weight: bold;
  color: #3E3A39;
  line-height: 26px;
  margin-top: 54px;
  margin-bottom: 22px;
}
.rs-code .item .item-table table tr td,
.ghs-code .item .item-table table tr td,
.rs-code .item .item-table table tr th,
.ghs-code .item .item-table table tr th {
  border: none;
  padding-left: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.rs-code .item .item-table table tr:nth-of-type(even),
.ghs-code .item .item-table table tr:nth-of-type(even) {
  background-color: #FFFAF0;
}
.rs-code .item .item-table table tr:first-of-type,
.ghs-code .item .item-table table tr:first-of-type {
  background-color: #F5C057;
  color: #FFF;
  font-weight: bold;
}
.rs-code .item .item-table table tr:first-of-type th,
.ghs-code .item .item-table table tr:first-of-type th {
  padding-left: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.rs-code .item .item-table table tr td:first-of-type span,
.ghs-code .item .item-table table tr td:first-of-type span {
  font-weight: bold;
}
.rs-code .item .item-icon,
.ghs-code .item .item-icon {
  margin-top: 18px;
}
@media screen and (min-width: 1700px) {
  .rs-code .item .item-icon,
  .ghs-code .item .item-icon {
    padding: 0 290px;
  }
}
.rs-code .item .item-icon ul,
.ghs-code .item .item-icon ul {
  display: flex;
  justify-content: space-around;
}
.rs-code .item .item-icon ul li p,
.ghs-code .item .item-icon ul li p {
  margin-top: 17px;
  line-height: 20px;
}
.rs-code .item img,
.ghs-code .item img {
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 1800px) {
  .rs-code .item img,
  .ghs-code .item img {
    width: 80%;
  }
}
@media screen and (min-width: 1800px) {
  .rs-code .item td img,
  .ghs-code .item td img {
    width: 70%;
  }
}
