header.site-header, 
footer.site-footer, 
.form_col form .mktoFormRow.hidden, 
.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoErrorArrowWrap {
  display: none;
}
.site-container {
  max-width: 100%;
}
.container {
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}
.row {
  margin: 0;
}
h2 {
  margin-top: 0;
}
ul {
  margin: 0;
}

/* Hero Section START */
.hero_sec {
  padding: 165px 0;
  background-position: top left;
}
.hero_sec .container {
  max-width: 1144px;
}
.hero_sec .row {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255,255,255);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(241,242,242,1)));
  background: -o-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(241,242,242,1) 50%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(241,242,242,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f2",GradientType=1);
}
.form_col {
  width: 50%;
  padding: 52px 50px;
}
.form_col h1 {
  color: #F37321;
  text-align: center;
  font-family: "Jenna Sue";
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 21px;
}
.hero_text_col {
  width: 50%;
  padding: 54px 50px 50px;
}
.hero_text_col h2 {
  color: #58595B;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}
.hero_text_col h2 span {
  position: relative;
}
.hero_text_col h2 span::after {
  position: absolute;
  content: "";
  background-image: url(../svg/highlighters.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 193px;
  height: 8px;
  bottom: -3px;
  right: -2px;
}
.hero_text_col p {
  color: #58595B;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
}
.hero_text_col ul {
  padding: 28px 0 0;
  list-style: none;
}
.hero_text_col ul li {
  color: #58595B;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0 0 13px 30px;
  background-image: url('../svg/checkmark.svg');
  background-repeat: no-repeat;
}
.hero_text_col ul li:last-child {
  padding-bottom: 0;
}
.customer_support {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  color: #F06F1F !important;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -1px;
}
.customer_support:hover {
  text-decoration: none;
}
/* Form */
.form_col form {
  width: 100% !important;
  font-family: arial, sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.form_col form .mktoCaptchaDisclaimer {
  margin-bottom: 16px;
}
.mktoCaptchaDisclaimer, .mktoCaptchaDisclaimer a {
  font-size: 13px;
  color: rgb(51, 51, 51);
  line-height: 18px;
}
.mktoCaptchaDisclaimer a {
  color: #337ab7;
  text-decoration: none;
  padding: 0;
}
.mktoCaptchaDisclaimer a:hover {
  text-decoration: underline;
}
.mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
.mktoButtonRow {
  text-align: center !important;
  width: 100%;
}
.form_inner .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: 1px solid #193D6A !important;
  background: #193D6A;
  max-width: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
}
.form_inner p {
  margin: 0;
}
.form_inner .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #fff !important;
  color: #193D6A;
}
.form_inner .mktoForm .mktoButtonWrap.mktoSimple .mktoButton::after {
  content: "";
  margin-left: 11px;
  top: 0px;
  right: 0px;
  background-image: url(../png/btn-arrow.png);
  background-size: contain;
  height: 14px;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 0px;
  width: 9px;
}
.form_inner .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover::after {
  background-image: url(../png/btn-arrow-hover.png);
  background-size: contain;
}
.form_col form .mktoFormRow {
  margin-bottom: 0 !important;
  width: calc(50% - 8px);
}
.form_col form .mktoFormRow .mktoFormCol {
  margin-bottom: 16px !important;
}
.mktoForm .mktoFormCol,
.form_col form .mktoFormRow.fullRow,
.mktoForm div {
  width: 100%;
}
.mktoForm .mktoFormCol .mktoFieldWrap {
  width: 100%;
  position: relative;
}
.mktoForm .mktoFieldWrap label {
  position: absolute;
  color: var(--Main-Colors-Secondary-Gray, #949698);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  width: auto !important;
  top: 14px;
  left: 11px;
  padding: 0 5px;
  z-index: 9;
  pointer-events: none;
}
.mktoForm .mktoFieldWrap.typing label, 
.mktoForm .mktoFieldWrap.error.filled label, 
.mktoForm .mktoFieldWrap.filled label {
  font-size: 13px;
  line-height: 18px;
  top: -8px;
  background: #fff;
}
.mktoForm .mktoFieldWrap.typing label {
  color: #193D6A;
}
.mktoForm .mktoFieldWrap.error.typing label,
.mktoForm .mktoFieldWrap.error.filled label {
  color: #CE0005;
}
.mktoForm .mktoFieldWrap .mktoField {
  border-radius: 1px;
  border: 1px solid var(--Main-Colors-Tetriary-Gray, #CCC);
  height: 48px;
  background: transparent;
  padding: 0 16px;
  color: var(--Main-Colors-Primary-Gray, #58595B);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100% !important;
}
.mktoForm .mktoFieldWrap.typing input,
.mktoForm .mktoFieldWrap.typing.filled input {
  border-color: #193D6A;
}
.mktoForm .mktoFieldWrap.filled input {
  border-color: #949698;
}
.mktoForm .mktoFieldWrap.error input,
.mktoForm .mktoFieldWrap.error.filled input,
.mktoForm .mktoFieldWrap.error.typing input {
  border-color: #CE0005;
}
.mktoForm .mktoFieldWrap .mktoField::-webkit-input-placeholder {
  opacity: 0;
}
.mktoForm .mktoFieldWrap .mktoField::-moz-placeholder {
  opacity: 0;
}
.mktoForm .mktoFieldWrap .mktoField:-ms-input-placeholder {
  opacity: 0;
}
.mktoForm .mktoFieldWrap .mktoField::-ms-input-placeholder {
  opacity: 0;
}
.mktoForm .mktoFieldWrap .mktoField::placeholder {
  opacity: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #58595B !important;
}
input[type='number']{-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.mktoForm .mktoError {
  right: auto !important;
  position: relative;
  bottom: 0 !important;
  display: inline-block;
  opacity: 1 !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  margin-top: 4px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-shadow: none;
  color: #CE0005;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .hero_text_col, .form_col {
    padding: 30px;
  }
}
@media (max-width: 1023.98px) {
  .hero_sec {
    padding: 57px 88px;
  }
  .hero_sec .row {
    background: #fff;
  }
  .form_col {
    width: 100%;
    padding: 55px 50px 53px;
  }
  .hero_text_col {
    width: 100%;
    padding: 54px 50px 51px;
  }
  .hero_text_col {
    background: #F1F2F2;
  }
  .hero_text_col h2 {
    max-width: 500px;
    margin-bottom: 13px;
  }
  .form_col form {
    margin: 0 0 18px;
  }
  .hero_text_col p {
    margin-bottom: 8px;
  }
  .hero_text_col ul {
    padding: 16px 0 0;
  }
}
@media (max-width: 767.98px) {
  .hero_sec {
    padding: 30px 0;
  }
  .hero_sec .container {
    padding: 0 16px;
    max-width: 500px;
  }
  .form_col form {
    padding: 0;
  }
  .form_col {
    padding: 43px 16px 40px;
  }
  .hero_text_col {
    padding: 32px 16px 31px;
  }
  .form_col h1 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .hero_text_col h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    max-width: 296px;
    margin-bottom: 15px;
  }
  .hero_text_col h2 span::after {
    width: 139px;
    bottom: -6px;
    right: -4px;
  }
  .form_col form .mktoFormRow {
    width: 100%;
  }
  .form_inner .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    max-width: 100%;
  }
  .form_col form {
    margin: 0 0 20px;
  }
  .customer_support {
    text-underline-offset: -2px;
  }
  .hero_text_col ul li {
    padding: 0 0 11px 30px;
  }
}
/* Hero Section END */

/* Logo Section START */
.logo_sec {
  margin: 48px 0 78px;
  text-align: center;
}
.logo_sec .container {
  max-width: 925px;
}
.logo_sec h5 {
  color: #949698;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.logo_sec .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .logo_sec {
    margin: 50px 0 58px;
  }
  .logo_sec .container {
    max-width: 742px;
  }
  .logo_sec h5 {
    margin-bottom: 22px;
  }
  .logo_sec .row img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .logo_sec .row img:nth-child(02) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .logo_sec .row img:nth-child(03) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .logo_sec .row img:nth-child(04) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 767.98px) {
  .logo_sec {
    margin: 41px 0 58px;
  }
  .logo_sec .row {
    gap: 20px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo_sec h5 {
    margin-bottom: 24px;
  }
  .logo_sec .row img {
    width: 152px;
  }
  .logo_sec .container {
    max-width: 360px;
  }
  .logo_sec .row img:nth-child(02) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .logo_sec .row img:nth-child(03) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .logo_sec .row img:nth-child(04) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* Logo Section END */

/* Testimonial Section END */
.testimonial_sec {
  position: relative;
  padding: 0 0 30px;
  overflow: hidden;
  background: #ffffff;
}
.testimonial_sec .container {
  max-width: 1332px;
}
.testimonial_sec .testimonial_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.testimonial_sec .left-box {
  width: 346px;
  padding-right: 63px;
  padding-left: 36px;
}
.testimonial_sec .star-img {
  margin: 16px auto 8px;
  max-width: 131px;
}
.testimonial_sec .reviews-box {
  color: #949698;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial_sec .reviews-box b {
  margin-right: 4px;
}
.testimonial_sec .right-box {
  width: -o-calc(100% - 346px);
  width: calc(100% - 346px);
  position: relative;
}
.testimonial_sec .testimonial-wrapper {
  margin: 0 auto;
  padding-left: 64px;
  position: relative;
  z-index: 1;
}
.testimonial_sec .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.testimonial_sec .slick-initialized.slick-slider {
  opacity: 1;
}
.testimonial_sec .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -34.5px;
  padding: 0 18% 0 0;
} 
.testimonial_sec .slick-list:focus {
  outline: none;
}
.testimonial_sec .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.testimonial_sec .slick-slider .slick-list, 
.testimonial_sec .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.testimonial_sec .slick-track { 
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.testimonial_sec .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.testimonial_sec .slick-initialized .slick-slide {
  display: block;
}
.testimonial_sec .slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  list-style-type: none;
  margin: 0 0 0 -8px;
  padding: 0;
  padding-top: 48px;
  line-height: initial;
}
.testimonial_sec .slick-dots li {
  margin: 0px 8px;
  width: 14px;
  height: 14px;
  position: relative;
}
.testimonial_sec .slick-dots button {
  background-color: #C4C4C4;
  border: none;
  border-radius: 50%;
  display: block;
  font-size: 0;
  padding: 0;
  outline: 0;
  transition: none;
  height: 10px;
  width: 10px;
}
.testimonial_sec .slick-dots .slick-active button {
  background-color: #6D6E71;
  height: 14px;
  width: 14px;
}
.testimonial_sec .slick-dots button::after {
  display: none;
}
.testimonial_sec .right-box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 263px;
  background: #A0A0A0;
  top: 0;
  left: 0px;
}
.testimonial_sec .testimonial-item {
  position: relative;
  padding-left: 50px;
  max-width: 326px;
  margin: 12px 35.5px 0;
  text-align: left;
}
.testimonial_sec .testimonial-item .desc {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 19px;
  color: #262626;
}
.testimonial_sec .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial_sec .testimonial-info .testimonial-pic {
  height: 64px;
  width: 64px;
  margin-right: 19px;
}
.testimonial_sec .testimonial-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  margin: 2px 0;
  color: #262626;
  text-transform: uppercase;
}
.testimonial_sec .testimonial-meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 2px;
  color: #262626;
  display: block;
}
.testimonial_sec .testimonial-item:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 30px;
  left: 0px;
  top: -12px;
  background-image: url(../svg/quote_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial_sec .slick-list:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(27.87%, #FFFFFF), color-stop(111.48%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFFFFF 27.87%, rgba(255, 255, 255, 0) 111.48%);
  background: linear-gradient(270deg, #FFFFFF 27.87%, rgba(255, 255, 255, 0) 111.48%);
  height: 256px;
  width: 122px;
  position: absolute;
  top: 0;
  right: -45px;
}
@media (max-width: 1299.98px) { 
  .testimonial_sec {
    padding-top: 22px;
  }
  .testimonial_sec .left-box {
    width: 100%;
    padding: 0;
  }
  .testimonial_sec .reviews-main-box {
    margin: 0 auto;
    max-width: 422px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .safari .testimonial_sec .reviews-main-box {
    max-width: 430px;
  }
  .testimonial_sec .right-box {
    width: 100%;
    padding-top: 48px;
  }
  .testimonial_sec .reviews-main-box .capterra-img img {
    height: 55px;
  }
  .testimonial_sec .reviews-main-box .capterra-img {
    position: relative;
  }
  .testimonial_sec .reviews-main-box .reviews-info {
    display: -ms-grid;
    display: grid;
  }  
  .testimonial_sec .star-img {
    margin: 0px 0 6px 43px;
  }
  .testimonial_sec .reviews-box {
    margin: 2px 0 0 40px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .testimonial_sec .reviews-box b {
    margin-right: 3px;
  }
  .testimonial_sec .container {
    max-width: 768px;
    padding: 0;
  }
  .testimonial_sec .testimonial-wrapper {
    padding-left: 0px;
  }
  .testimonial_sec .slick-list {
    margin: 0 -30px 0 -16px;
    padding: 0 0 0 20px;
  }
  .testimonial_sec .slick-list:after {
    height: 231px;
    width: 134px;
    right: 0;
    background: linear-gradient(270deg, #FFF 0%, #FFF 3.93%, rgba(255, 255, 255, 0.00) 107.84%);
  }
  .testimonial_sec .testimonial-item {
    margin: 12px 35.5px 0;
    display: block !important;
  }
  .testimonial_sec .right-box:after {
    height: auto;
    left: 0;
    width: auto;
  }
  .testimonial_sec .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 38px;
  }
  .testimonial_sec .reviews-main-box .capterra-img:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 49px;
    background-color: #A0A0A0;
    right: -22px;
    top: 3px;
  }
}
@media (max-width: 1023.98px) { 
  .testimonial_sec {
    padding-top: 22px;
  }
}
@media (max-width: 767.98px) { 
  .testimonial_sec {
    padding-top: 27px;
  }
  .testimonial_sec .reviews-main-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .capterra-img::after {
    height: auto;
    width: auto;
  }
  .testimonial_sec .container {
    max-width: 320px;
  }
  .testimonial_sec .testimonial-item {
    margin: 0 auto;
    max-width: 276px;
    padding-left: 0;
    padding-top: 42px;
    width: 100%;
  }
  .testimonial_sec .slick-list {
    margin: 0px;
    padding: 0px;
  }
  .testimonial_sec .slick-list:after {
    background: none;
    height: auto;
    width: auto;
  }
  .testimonial_sec .testimonial-item:before {
    top: 0px;
    left: -2px;
  }
  .testimonial_sec .right-box {
    padding-top: 40px;
  }
  .testimonial_sec .star-img {
    margin: 16px auto 0px;
  }
  .testimonial_sec .reviews-box {
    margin: 8px 0px 0px 0px;
  }
  .testimonial_sec .slick-dots {
    margin-top: 26px;
  }
  .testimonial_sec .reviews-main-box .capterra-img:before {
    background: none;
    height: auto;
    width: auto;
  }
}
/* Testimonial Section START */

/* Software Section START */
.software_sec {
  position: relative;
  margin: 84px 0px 98px;
}
.software_sec .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  color: #58595B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.software_sec .title .text {
  position: relative;
  padding: 0px 0px 0px 15px;
}
.software_sec .title .text:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -11px;
  width: 312px;
  height: 29px;
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/Highlighters.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.software_sec .nav-tabs {
  margin: 62px 0 40px;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.software_sec .nav-tabs li {
  margin: 0px 2.5px 0px;
  width: 100%;
}
.software_sec .nav-tabs li:first-child {
  margin-left: 0px;
}
.software_sec .nav-tabs li:last-child {
  margin-right: 0px;
}
.software_sec .nav-tabs li > a {
  border-radius: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #193D6A;
  margin-right: 5px;
  border: 1px solid #CFE1EB;
  padding: 10px 15px;
  max-width: 240px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li > a:hover {
  background-color: #CFE1EB;
  border-color: #CFE1EB;
}
.software_sec .tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.software_sec .more-left-img {
  max-width: 654px;
  width: 100%;
}
.software_sec .more-left-img img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.software_sec .tab_content .tab_content_inner {
  width: 100%;
  max-width: 496px;
  margin-right: 20px;
}
.software_sec .tab_content_inner .tab_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #58595B;
  margin: 0;
}
.software_sec .tab_content_inner .sub_title {
  line-height: 26px;
  margin: 25px 0;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  color: #F06F1F;
}
.software_sec .tab_content_inner .tab_listing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
}
.software_sec .tab_content_inner .tab_listing ul li {
  list-style: none;
  font-weight: 400;
  color: #58595B;
  padding-left: 30px;
  max-width: 100%;
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.software_sec .tab_content_inner .tab_listing ul li:before {
  content: "";
  position: absolute;
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/Tick.svg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 25px;
  width: 20px;
  left: 0px;
  top: -2px;
  background-position: center;
}
.software_sec .tab_content_inner .tab_listing ul li strong {
  font-weight: 700;
}
.software_sec .tour_btn_main .tour_btn {
  max-width: 225px;
  height: 44px;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #193D6A;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #193D6A;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.software_sec .tour_btn_main .tour_btn:hover,
.software_sec .tour_btn_main .tour_btn:active,
.software_sec .tour_btn_main .tour_btn:focus {
  background-color: #ffffff;
  color: #193D6A;
}
.software_sec .tour_btn_main .tour_btn:after {
  content: "";
  position: relative;
  background-image: url(../png/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 9px;
  right: 0px;
  margin: 0px 0px 0px 12px;
}
.software_sec .tour_btn_main .tour_btn:hover:after,
.software_sec .tour_btn_main .tour_btn:focus:after,
.software_sec .tour_btn_main .tour_btn:active:after {
  background-image: url(../png/btn-arrow-hover.png);
}
@media (min-width: 767.98px) {
  .software_sec .tab-content .accodion_btn {
    display: none;
  }
  .software_sec .tab-content > .tab-pane {
    display: none !important;
  }
  .software_sec .tab-content > .tab-pane.active {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .software_sec .nav-tabs li > a {
    padding: 11px 35px;
  }
}
@media (max-width: 1023.98px) {
  .software_sec {
    margin: 66px 0px 49px;
  }
  .software_sec .more-left-img {
    max-width: 100%;
    margin-top: 40px;
    padding: 0 18px;
  }
  .software_sec .tab_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 21px;
  }
  .software_sec .tab_content .tab_content_inner {
    max-width: 100%;
    margin-right: 0px;
    padding: 0px 19px;
  }
  .software_sec .container {
    padding: 0 24px;
  }
  .software_sec .nav-tabs li {
    min-width: 140px;
  }
  .software_sec .tab_content_inner .tab_listing ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .software_sec .tour_btn_main .tour_btn {
    margin: 26px 0px 0px;
  }
  .software_sec .tab_content_inner .tab_listing ul li {
    padding-left: 28px;
    margin: 0 0 15px;
  }
  .software_sec .title .text:after {
    left: -3px;
    bottom: -12px;
  }
}
@media (max-width: 970.98px) and (min-width: 767.98px) {
  .software_sec .nav-tabs li > a {
    padding: 11px 14px;
  }
}
@media (max-width: 767.98px) {
  .software_sec {
    margin: 49px 0 0;
  }
  .software_sec .nav-tabs {
    display: none !important;
  }
  .software_sec .tab-content .accodion_btn {
    border: 1px solid #CFE1EB;
    border-bottom: none;
    padding: 16px 15px 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #193D6A;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .software_sec .tab-content .accodion_btn.active {
    background-color: #CFE1EB;
    border-bottom: none;
  }
  .software_sec .title {
    font-size: 28px;
    line-height: 36px;
    display: block;
    margin: 0 auto 39px;
    text-align: center;
  }
  .software_sec .title .text {
    padding: 0px 0px 0px 8px;
  }
  .software_sec .title .text:after {
    width: 174px;
    height: 14px;
    bottom: -10px;
    left: 1px;
    background-size: cover;
  }
  .software_sec .container {
    padding: 0px;
  }
  .software_sec .tab_content_inner .tab_title {
    font-size: 28px;
    line-height: 36px;
  }
  .software_sec .tab_content {
    padding: 0 16px 31px;
  }
  .software_sec .tab_content .tab_content_inner {
    padding: 40px 8px 0px;
  }
  .software_sec .tour_btn_main .tour_btn {
    max-width: 100%;
    margin: 28px 0px 0px;
  }
  .software_sec .more-left-img {
    padding: 0px 8px;
  }
  .software_sec .tab-content .accodion_btn:after {
    content: "";
    position: relative;
    height: 18px;
    width: 18px;
    background-image: url('https://go.paycor.com/rs/003-JWW-697/images/arrow_icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .software_sec .tab-content .accodion_btn.active:after {
    rotate: 180deg;
    top: -2px;
  }
  .software_sec .tab-content .accodion_btn:nth-child(9) {
    border-bottom: 1px solid #CFE1EB;
  }
  .software_sec .tab_content_inner .sub_title {
    margin: 25px 0 24px;
  }
  .software_sec .tab_content_inner .tab_listing ul li {
    padding-left: 30px;
    margin: 0 0 13px;
  }
  .software_sec .tab_content_inner .tab_listing ul li:before {
    top: -3px;
  }
}
/* Software Section END */

/* Cenefits Section START */
.benefits_sec {
  position: relative;
  padding: 82px 0px 79px;
  background: rgba(241, 242, 242, 0.64);
}
.benefits_sec .container {
  max-width: 1250px;
  width: 100%;
}
.benefits_sec .more-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  color: #58595B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.benefits_sec .more-title span {
  position: relative;
}
.benefits_sec .more-title span:before {
  content: "";
  position: absolute;
  height: 29px;
  width: 543px;
  bottom: -14px;
  left: -18px;
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/highlight-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.benefits_sec .benefit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.benefits_sec .benefit_inner .benefit_wrap {
  width: 100%;
}
.benefits_sec .benefit_inner .benefit_wrap .benefit-sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #F06F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px;
}
.benefits_sec .benefit_wrap .benefit-list {
  max-width: 1026px;
  margin: 0 auto;
}
.benefits_sec .benefit_wrap .benefit-list ul {
  padding: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.benefits_sec .benefit_wrap .benefit-list ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #58595B;
  max-width: 481px;
  margin: 0 0 16px;
  padding-left: 28px;
  position: relative;
}
.benefits_sec .benefit_wrap .benefit-list ul li:before {
  content: "";
  position: absolute;
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/Tick.svg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 25px;
  width: 20px;
  top: -3px;
  left: 0px;
  background-position: center;
}
.benefits_sec .tour-btn-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
.benefits_sec .tour-btn-benefit .tour_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #193D6A;
  border: 1px solid #193D6A;
  color: #ffffff;
  height: 44px;
  width: 225px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  text-decoration: none;
}
.benefits_sec .tour-btn-benefit .tour_btn:hover,
.benefits_sec .tour-btn-benefit .tour_btn:focus,
.benefits_sec .tour-btn-benefit .tour_btn:active {
  background-color: #ffffff;
  color: #193D6A;
}
.benefits_sec .tour-btn-benefit .tour_btn:after {
  content: "";
  position: relative;
  background-image: url(../png/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 9px;
  right: 0px;
  margin: 0px 0px 0px 12px;
}
.benefits_sec .tour-btn-benefit .tour_btn:hover:after,
.benefits_sec .tour-btn-benefit .tour_btn:focus:after,
.benefits_sec .tour-btn-benefit .tour_btn:active:after {
  background-image: url(../png/btn-arrow-hover.png);
}
@media (max-width: 1023.98px) {
  .benefits_sec {
    padding: 66px 0px 64px;
  }
  .benefits_sec .container {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
  .benefits_sec .benefit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 21px;
  }
  .benefits_sec .benefit_inner .benefit_wrap {
    padding: 0px 20px;
  }
  .benefits_sec .benefit_inner .benefit_wrap .benefit-sub-title {
    text-align: center;
    margin: 0px 0px 24px;   
  }
  .benefits_sec .benefit_wrap .benefit-list ul li {
    max-width: 100%;
    padding-left: 27px;
  }
  .benefits_sec .tour-btn-benefit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .benefits_sec .more-title {
    margin-bottom: 31px;
  }
  .benefits_sec .benefit_wrap .benefit-list ul li:before {
    top: -3px;
    left: -1px;
  }
  .benefits_sec .benefit_wrap .benefit-list ul li:first-child {
    order: 1;
  }
  .benefits_sec .benefit_wrap .benefit-list ul li:nth-child(02) {
    order: 3;
  }
  .benefits_sec .benefit_wrap .benefit-list ul li:nth-child(03) {
    order: 2;
  }
  .benefits_sec .benefit_wrap .benefit-list ul li:nth-child(04) {
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .benefits_sec {
    padding: 65px 0px 63px;
  }
  .benefits_sec .more-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .benefits_sec .more-title span:before {
    width: 316px;
    height: 17px;
    bottom: -9px;
    left: -9px;
  }
  .benefits_sec .benefit_inner {
    padding: 0px;
  }
  .benefits_sec .benefit_inner .benefit_wrap {
    padding: 0px;
  }
  .benefits_sec .tour-btn-benefit .tour_btn {
    max-width: 100%;
    width: 100%;
  }
  .benefits_sec .benefit_inner .benefit_wrap .benefit-sub-title {
    text-align: left;
    margin: 0px 0px 21px;
  }
}
/* Cenefits Section END */

/* HCM logo section START */
.hcm-section {
  margin: 81px 0px 80px;
}
.hcm-section .hcm-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #262626;
  margin: 0px 0px 79px;
  text-align: center;
}
.hcm-section .hcm-logo-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
}
.hcm-logo-item img {
  max-height: 150px;
}
.hcm-section p {
  color: #949698;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 80px 0 0;
}
@media (max-width: 1023.98px) {
  .hcm-section {
    margin: 64px 0;
  }
  .hcm-section .hcm-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 64px;
  }
  .hcm-section .hcm-logo-items {
    max-width: 680px;
  }
  .hcm-section .container {
    width: 682px;
  }
  .hcm-logo-item img {
    max-height: 93px;
  }
  .hcm-section p {
    margin: 64px 0 0;
  }
}
@media (max-width: 767.98px) { 
  .hcm-section .container {
    width: 100%;
  }
  .hcm-section .hcm-logo-items {
    max-width: 312px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
  .hcm-section {
    margin-bottom: 62px;
  }
  .hcm-logo-item img {
    max-height: 100px;
  }
  .hcm-section p {
    margin: 66px auto 0;
    max-width: 300px;
  }
}
/* HCM logo section END */

/* CTA Section START */
.cta_sec {
  background: #F37322;
  text-align: center;
  padding: 50px 48px 46px;
}
.cta_sec .quick-tel {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  margin-bottom: 11px;
  display: inline-block;
}
.cta_sec .quick-tel:hover {
  color: #0056b3;
  text-decoration: underline;
}
.quick-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.quick-text {
  color: #FFF;
  font-family: "Jenna Sue";
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
}
@media (max-width: 767.98px) {
  .quick-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .cta_sec .quick-tel {
    margin-bottom: 24px;
  }
  .quick-text {
    line-height: 36px;
    max-width: 250px;
  }
  .phone_icon {
    height: 56px;
  }
}
/* CTA Section START */

/* Footer START */
.tour_footer {
  background: var(--go-paycor-com-tundora, #4D4D4D);
  padding: 15px 0;
}
.tour_footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tour_footer .footer-list-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tour_footer .footer-list-copy li {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.tour_footer .footer-social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.tour_footer .footer-social-links li {
  margin: 0;
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.privacy-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: under;
  font-family: 'Segoe UI';
}
@media (max-width: 1023.98px) {
  .tour_footer .container {
    padding: 0 32px;
  }
  .tour_footer .footer-list-copy li, .privacy-link a {
    font-size: 14px;
  }
  .tour_footer .footer-social-links {
    gap: 24px;
  }
  .tour_footer .footer-list-copy {
    gap: 3px;
  }
}
@media (max-width: 767.98px) {
  .tour_footer {
    padding: 24px 0 46px;
    position: relative;
  }
  .tour_footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 20px;
  }
  .tour_footer .footer-list-copy {
    max-width: 345px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4px;
  }
  .tour_footer .footer-list-copy li:first-child {
    width: 100%;
  }
  .tour_footer .footer-list-copy li {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .privacy-link {
    position: absolute;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .privacy-link a {
    font-size: 14px;
  }
}
/* Footer END */.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}