@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  border-radius: 3px;
  border: 1px solid #000000;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background: #302771;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #191919;
  width: 100%;
  font-weight: 500;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #191919;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.payroll .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.payroll .buttons .btn-orange,
.payroll .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  outline: 0;
  min-width: 160px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.payroll .buttons .btn-orange img,
.payroll .buttons .btn-white img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.payroll .buttons .btn-orange::before,
.payroll .buttons .btn-white::before,
.payroll .buttons .btn-orange::after,
.payroll .buttons .btn-white::after {
  content: '';
  left: 0;
  position: absolute;
  width: 280px;
  min-width: 280px;
  height: 200px;
  transition: all 1s ease-in-out;
}
.payroll .buttons .btn-orange::before,
.payroll .buttons .btn-white::before {
  top: 70px;
  z-index: -2;
}
.payroll .buttons .btn-orange::after,
.payroll .buttons .btn-white::after {
  transform: rotate(180deg);
  top: -300px;
  z-index: -3;
}
.payroll .buttons .btn-orange:hover,
.payroll .buttons .btn-white:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.payroll .buttons .btn-orange:hover::before,
.payroll .buttons .btn-white:hover::before,
.payroll .buttons .btn-orange:hover::after,
.payroll .buttons .btn-white:hover::after {
  top: 0;
}
.payroll .buttons .btn-orange {
  background-color: #FF5E00;
  color: #ffffff;
}
.payroll .buttons .btn-orange:hover::after {
  background-color: #302771;
}
.payroll .buttons .btn-orange:hover::before {
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
}
.payroll .buttons .btn-white {
  background-color: #ffffff;
  color: #000000;
}
.payroll .buttons .btn-white:hover::after {
  background-color: #F5F5F5;
}
.payroll .buttons .btn-white:hover::before {
  background-color: #D1D1D1;
}
.payroll .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
  width: 100%;
}
.payroll .heading h2 {
  width: 100%;
}
.payroll .heading p {
  margin-top: 0.5rem;
}
.payroll .center-heading {
  justify-content: center;
  align-items: center;
}
.payroll .center-heading h2,
.payroll .center-heading p {
  text-align: center;
}
.payroll .white-heading h2,
.payroll .white-heading p {
  color: #ffffff;
}
.payroll .banner {
  flex-direction: column;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.payroll .banner .logo-container,
.payroll .banner .tka-logo,
.payroll .banner .menu,
.payroll .banner .menu-toggle {
  display: flex;
}
.payroll .banner .logo-container {
  height: 100%;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.payroll .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
}
.payroll .banner .container {
  height: 100%;
}
.payroll .banner .tka-logo {
  max-width: 200px;
}
.payroll .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.payroll .banner .menu {
  margin-left: auto;
}
.payroll .banner .menu img {
  width: 22px;
  height: 23px;
}
.payroll .banner .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: #302771;
}
.payroll .banner .menu-toggle {
  font-weight: 500;
  color: #ffffff;
}
.payroll .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.payroll .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}
.payroll .banner ul .links-li:first-child {
  padding-top: 0;
}
.payroll .banner ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.payroll .banner ul .links-li:last-child {
  display: none;
}
.payroll .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.payroll .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.payroll .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  border-bottom: 0;
  height: auto;
}
.payroll .banner .sticky-down {
  top: -100px;
}
.payroll .banner .banner-container,
.payroll .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.payroll .banner .banner-container {
  padding: 3rem 1.5rem;
  padding-top: 2rem;
}
.payroll .banner .banner-content h3 {
  display: flex;
  font-size: 17px;
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payroll .banner .banner-content h1 {
  font-size: 28px;
  margin-bottom: 1rem;
}
.payroll .banner .banner-content h1 img {
  width: 40px;
  height: 40px;
  transform: translateY(10px);
  margin-right: 0.5rem;
}
.payroll .banner .banner-info {
  display: flex;
  margin-top: 2rem;
  height: 100%;
}
.payroll .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.payroll .overview .overview-container,
.payroll .overview .overview-content,
.payroll .overview .course-content {
  display: flex;
  flex-direction: column;
}
.payroll .overview .overview-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.payroll .overview .course-content {
  margin-top: 2rem;
  padding: 2.5rem 1.8rem 1.8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  position: relative;
  background-color: #ffffff;
}
.payroll .overview .course-content::before {
  content: '';
  position: absolute;
  height: 93%;
  width: 92%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  border-radius: 7px;
  border: 2px solid #5F4DE2;
}
.payroll .overview .course-content h3 {
  font-size: 17px;
  margin-bottom: 1rem;
}
.payroll .overview .course-content p:nth-child(4) {
  margin-top: 0.5rem;
}
.payroll .overview .course-content .book {
  display: none;
  height: 125px;
  width: 125px;
}
.payroll .overview .course-content .buttons .btn-orange {
  min-width: 145px;
}
.payroll .overview .course-content .buttons .btn-orange img {
  height: 16px;
  width: 16px;
}
.payroll .overview .course {
  display: flex;
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
  padding: 1.2rem;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 7px;
  transform: translate(-19px, -31px);
  position: relative;
}
.payroll .overview .course img {
  height: 100%;
  width: 100%;
}
.payroll .overview .course::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #302771;
}
.payroll .course {
  background-color: #F5F5F5;
}
.payroll .course .course-container .heading {
  margin-bottom: 0;
}
.payroll .course .course-container .heading p {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.payroll .course .course-container .heading p strong {
  color: #FF5E00;
}
.payroll .course .course-container,
.payroll .course .course-list,
.payroll .course .course-item {
  display: flex;
  flex-direction: column;
}
.payroll .course .course-item {
  width: 272px;
  justify-content: space-between;
  align-self: center;
  background-color: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  transition: 1s all;
  border: 2px solid transparent;
  position: relative;
}
.payroll .course .course-item h3 {
  font-size: 14px;
  width: calc(100% - 60px);
}
.payroll .course .course-item h3,
.payroll .course .course-item p {
  transition: 1s all;
}
.payroll .course .course-item span {
  display: flex;
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 40px;
  height: 80px;
  width: 62px;
  transition: 0.6s all;
  position: absolute;
  right: 15px;
  top: 22px;
}
.payroll .course .course-item span img {
  width: 100%;
  height: 100%;
}
.payroll .course .course-item span img:last-child {
  display: none;
}
.payroll .course .course-item p {
  font-size: 12px;
  color: #D1D1D1;
}
.payroll .course .course-item p:nth-child(3) {
  margin-top: 0.5rem;
}
.payroll .course .course-item .buttons {
  margin-top: 1rem;
}
.payroll .course .course-item .buttons .btn-orange {
  min-width: 100px;
  padding: 8px 16px;
  font-weight: 500;
}
.payroll .course .course-item .buttons .btn-orange img {
  width: 17px;
  height: 17px;
}
.payroll .course .course-item:hover {
  border: 2px solid #5F4DE2;
}
.payroll .course .course-item:hover span {
  background-color: #5F4DE2;
}
.payroll .course .course-item:hover span img:first-child {
  display: none;
}
.payroll .course .course-item:hover span img:last-child {
  display: flex;
}
.payroll .method .method-container,
.payroll .method .method-list,
.payroll .method .method-item,
.payroll .method .method-info {
  display: flex;
  flex-direction: column;
}
.payroll .method .method-list {
  width: 100%;
}
.payroll .method .method-item {
  padding: 1rem;
  border-radius: 10px;
  width: 272px;
  height: 310px;
  justify-content: flex-end;
  align-self: center;
  margin-top: 2rem;
  background-size: cover;
  position: relative;
}
.payroll .method .method-item:nth-child(1) {
  background-image: url(/_public/images/intro-to-payroll/classroom-bg.png);
}
.payroll .method .method-item:nth-child(2) {
  background-image: url(/_public/images/intro-to-payroll/led-bg.png);
}
.payroll .method .method-item:nth-child(3) {
  background-image: url(/_public/images/intro-to-payroll/paced-bg.png);
}
.payroll .method .method-item:nth-child(4) {
  background-image: url(/_public/images/intro-to-payroll/onsite-bg.png);
}
.payroll .method .method-item .method-info {
  transition: 1s all;
  height: 92px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.payroll .method .method-item .method-info .image {
  height: 45px;
  width: 45px;
}
.payroll .method .method-item .method-info h3 {
  margin-top: 0.8rem;
  font-size: 15px;
}
.payroll .method .method-item .method-info h3,
.payroll .method .method-item .method-info p {
  color: #ffffff;
  transition: 1s all;
}
.payroll .method .method-item .method-info p {
  display: none;
  font-size: 13px;
}
.payroll .method .method-item .method-info a {
  display: none;
  color: #FF5E00;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.payroll .method .method-item .method-info a .arrow {
  width: 17px;
  height: 17px;
  margin-left: 0.3rem;
}
.payroll .method .method-item:hover .method-info {
  background-color: #ffffff;
  padding: 0.8rem;
  border-radius: 10px;
  height: auto;
  bottom: 14px;
}
.payroll .method .method-item:hover .method-info .image {
  display: none;
}
.payroll .method .method-item:hover .method-info h3,
.payroll .method .method-item:hover .method-info p {
  color: #191919;
}
.payroll .method .method-item:hover .method-info h3 {
  margin-top: 0;
}
.payroll .method .method-item:hover .method-info p {
  margin: 0.5rem 0;
}
.payroll .method .method-item:hover .method-info p,
.payroll .method .method-item:hover .method-info a {
  display: flex;
}
.payroll .method .buttons {
  margin-top: 0;
}
.payroll .fact {
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
}
.payroll .fact .fact-container,
.payroll .fact .fact-content,
.payroll .fact .fact-list,
.payroll .fact .form,
.payroll .fact .input-list {
  display: flex;
  flex-direction: column;
}
.payroll .fact .fact-content .text {
  color: #ffffff;
}
.payroll .fact .fact-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.5rem;
  background-color: #ffffff;
}
.payroll .fact .fact-item h3,
.payroll .fact .fact-item span,
.payroll .fact .fact-item p {
  text-align: center;
}
.payroll .fact .fact-item h3 {
  font-size: 32px;
}
.payroll .fact .fact-item span {
  font-size: 26px;
  font-weight: 600;
  color: #FF5E00;
  transform: translateY(-12px);
}
.payroll .fact .fact-item p {
  border-top: 2px solid #D1D1D1;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-size: 15px;
  line-height: 1.4;
}
.payroll .fact .form {
  margin-bottom: 0;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 2rem;
  background-color: #ffffff;
}
.payroll .fact .form .input-container {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #707070;
}
.payroll .fact .form .input-container span {
  display: flex;
  height: 16px;
  width: 16px;
}
.payroll .fact .form .input-container span img {
  height: 100%;
  width: 100%;
}
.payroll .fact .form .input-container span .red {
  display: none;
}
.payroll .fact .form .input-container input,
.payroll .fact .form .input-container textarea {
  width: 85%;
  border: none;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 11px;
  font-weight: 500;
}
.payroll .fact .form .input-container textarea {
  height: 50px;
  resize: none;
  overflow: auto;
}
.payroll .fact .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.7);
}
.payroll .fact .form .input-container :-ms-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.7);
}
.payroll .fact .form .input-container ::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.payroll .fact .form .input-error {
  border-bottom: 1px solid #ff0000;
}
.payroll .fact .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.payroll .fact .form .input-error :-ms-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.payroll .fact .form .input-error ::placeholder {
  color: #ff0000;
}
.payroll .fact .form .input-error span .white {
  display: none;
}
.payroll .fact .form .input-error span .red {
  display: flex;
}
.payroll .fact .form .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.payroll .fact .form .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.payroll .fact .form .form-consent label {
  display: flex;
  font-size: 11px;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  line-height: 1.5;
  font-weight: 500;
}
.payroll .fact .form .form-consent p {
  font-size: 12px;
}
.payroll .fact .form .form-consent a {
  font-weight: 600;
}
.payroll .fact .form .consent-error,
.payroll .fact .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.payroll .fact .form .consent-error p,
.payroll .fact .form .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 12px;
}
.payroll .fact .form .buttons .btn-orange {
  min-width: 110px;
}
.payroll .fact .form .buttons .btn-orange img {
  height: 16px;
  width: 16px;
}
.payroll .skill .skill-container,
.payroll .skill .skill-content,
.payroll .skill .skill-img {
  display: flex;
  flex-direction: column;
}
.payroll .skill .skill-container {
  align-items: flex-start;
}
.payroll .skill .skill-content {
  width: 100%;
}
.payroll .skill .skill-content ul li {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}
.payroll .skill .skill-content ul li::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(/_public/images/intro-to-payroll/polygon.svg);
  background-size: 100% 100%;
  left: 0;
  top: 2px;
}
.payroll .skill .skill-img {
  margin-top: 2rem;
  width: 100%;
  height: 100%;
}
.payroll .skill .skill-img .image {
  display: flex;
  height: 100%;
}
.payroll .skill .skill-img .image img {
  width: 100%;
  height: 100%;
}
.payroll .choose {
  background-color: #F5F5F5;
}
.payroll .choose .choose-container,
.payroll .choose .choose-list,
.payroll .choose .choose-item {
  display: flex;
  flex-direction: column;
}
.payroll .choose .heading {
  margin-bottom: 0.5rem;
}
.payroll .choose .choose-item {
  margin-top: 2rem;
  align-items: center;
}
.payroll .choose .choose-item .icon {
  display: flex;
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.payroll .choose .choose-item .icon .blue-icon {
  display: flex;
  width: 90px;
  height: 90px;
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
  padding: 1.2rem;
  border-radius: 50px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.payroll .choose .choose-item .icon .blue-icon img {
  width: 100%;
  height: 100%;
}
.payroll .choose .choose-item .icon .num {
  display: flex;
  background-color: #F5F5F5;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 18px;
  right: 29px;
  z-index: -1;
  -webkit-text-stroke: 1px #000000;
  color: #ffffff;
  font-size: 28px;
}
.payroll .choose .choose-item h3,
.payroll .choose .choose-item p {
  text-align: center;
}
.payroll .choose .choose-item h3 {
  font-size: 16px;
  margin: 1.5rem 0 0.5rem;
  width: 100%;
}
.payroll .choose .choose-item:nth-child(2) .icon,
.payroll .choose .choose-item:last-child .icon {
  justify-content: flex-end;
  align-items: flex-end;
}
.payroll .choose .choose-item:nth-child(2) .icon .num,
.payroll .choose .choose-item:last-child .icon .num {
  top: 18px;
  left: 25px;
}
.payroll .work .work-container,
.payroll .work .work-content,
.payroll .work .work-img {
  display: flex;
  flex-direction: column;
}
.payroll .work .work-container {
  align-items: flex-start;
}
.payroll .work .work-img {
  background-image: linear-gradient(-150deg, #5F4DE2, #302771);
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  margin-top: 2rem;
  width: 100%;
}
.payroll .work .work-img .heading {
  margin-bottom: 0;
  margin-top: 1rem;
}
.payroll .work .work-img .image {
  display: flex;
  height: 100%;
}
.payroll .work .work-img .image img {
  width: 100%;
  height: 100%;
}
.payroll .work .work-content {
  width: 100%;
}
.payroll .work .work-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.payroll .work .work-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.payroll .work .work-content ul li::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(/_public/images/intro-to-payroll/polygon.svg);
  background-size: 100% 100%;
  left: 0;
  top: 2px;
}
.payroll .review {
  background-color: #302771;
}
.payroll .review .review-container,
.payroll .review .review-list,
.payroll .review .review-item {
  display: flex;
  flex-direction: column;
}
.payroll .review .heading {
  margin-bottom: 0;
}
.payroll .review .review-item {
  align-items: center;
  width: 93%;
  margin: 2rem auto 0;
}
.payroll .review .review-item .author {
  display: flex;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  padding: 0.7rem;
  border-radius: 50px;
  border: 4px solid #302771;
  box-shadow: 0px 0px 0px 1px #ffffff;
  position: relative;
}
.payroll .review .review-item .author::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -18px;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  background-color: #FF5E00;
  background-image: url(/_public/images/intro-to-payroll/quotes.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.payroll .review .review-item .author img {
  height: 100%;
}
.payroll .review .review-item .stars {
  width: 100px;
  height: 18px;
  margin: 1rem 0 1.2rem;
}
.payroll .review .review-item p {
  color: #ffffff;
  text-align: center;
}
.payroll .review .review-item h4 {
  color: #FF5E00;
  margin: 0.8rem 0;
}
.payroll .review .owl-dots {
  display: flex;
  width: 115px;
  margin: auto;
  justify-content: center;
}
.payroll .review .owl-dots .owl-dot {
  display: flex;
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50px;
  margin-right: 0.5rem;
}
.payroll .review .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.payroll .review .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.payroll .quality .quality-container,
.payroll .quality .quality-content,
.payroll .quality .quality-img {
  display: flex;
  flex-direction: column;
}
.payroll .quality .quality-content ul li {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.payroll .quality .quality-content ul li::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(/_public/images/intro-to-payroll/polygon.svg);
  background-size: 100% 100%;
  left: 0;
  top: 2px;
}
.payroll .quality .quality-img {
  margin-top: 2rem;
  height: 100%;
}
.payroll .quality .quality-img .image {
  display: flex;
  height: 100%;
}
.payroll .quality .quality-img .image img {
  width: 100%;
  height: 100%;
}
.payroll .faq {
  padding-top: 0;
}
.payroll .faq .faq-container,
.payroll .faq .faq-list,
.payroll .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.payroll .faq .heading {
  margin-bottom: 0;
}
.payroll .faq .faq-item {
  background-color: #F5F5F5;
  margin-top: 1.5rem;
  border-radius: 35px;
}
.payroll .faq .faq-item .ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0.8rem;
}
.payroll .faq .faq-item .ques .book {
  display: none;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
  height: 34px;
  width: 34px;
}
.payroll .faq .faq-item .ques .book img {
  width: 100%;
  height: 100%;
}
.payroll .faq .faq-item .ques h3 {
  font-size: 14px;
  width: calc(100% - 34px);
}
.payroll .faq .faq-item .ques .toggle {
  display: flex;
  width: 23px;
  height: 23px;
  transition: 1s all;
}
.payroll .faq .faq-item .ans {
  display: none;
  padding: 0.5rem 0.8rem;
}
.payroll .faq .faq-item .ans p,
.payroll .faq .faq-item .ans li {
  font-size: 13px;
}
.payroll .faq .faq-item .ans ul {
  padding-left: 1rem;
}
.payroll .faq .faq-item .ans ul li {
  margin-top: 0.5rem;
  list-style: disc;
}
.payroll .faq .active {
  border-radius: 28px;
}
.payroll .faq .active .ques .toggle {
  transform: rotate(180deg);
}
.payroll .footer {
  background: linear-gradient(-150deg, #5F4DE2, #302771);
}
.payroll .footer .footer-container,
.payroll .footer .contact-list,
.payroll .footer .info {
  display: flex;
  flex-direction: column;
}
.payroll .footer .heading {
  margin-bottom: 0;
}
.payroll .footer .contact-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.payroll .footer .contact-item span {
  display: flex;
  background-color: #5C52A5;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 0.8rem;
  height: 55px;
  width: 54px;
}
.payroll .footer .contact-item span img {
  width: 100%;
  height: 100%;
}
.payroll .footer .info {
  width: calc(100% - 64px);
}
.payroll .footer .info h3,
.payroll .footer .info a {
  color: #ffffff;
}
.payroll .footer .info h3 {
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.payroll .footer .info a {
  font-size: 12px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .payroll .banner .banner-content h3 {
    background-image: none;
    color: #5F4DE2;
  }
  .payroll .choose .choose-item .icon .num {
    color: #000000;
  }
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .payroll .banner .logo-container {
    padding: 1rem 2rem;
  }
  .payroll .banner .menu.active + .menu-links {
    width: 50%;
  }
  .payroll .banner .banner-container {
    padding: 3rem 2rem;
  }
  .payroll .banner .banner-info {
    display: none;
  }
  .payroll .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .payroll .overview .overview-content,
  .payroll .overview .course-content {
    width: 46%;
  }
  .payroll .overview .course {
    transform: translate(-26px, -23px);
  }
  .payroll .overview .course-content {
    padding: 2rem 2.3rem 7rem;
    position: sticky;
    top: 60px;
    margin-top: 0;
  }
  .payroll .overview .course-content h3 {
    font-size: 20px;
  }
  .payroll .overview .course-content h3,
  .payroll .overview .course-content p {
    z-index: 1;
  }
  .payroll .overview .course-content::before {
    height: 94%;
    width: 93%;
  }
  .payroll .overview .course-content .book {
    display: flex;
    position: absolute;
    bottom: 22px;
    right: 24px;
  }
  .payroll .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .payroll .course .course-item {
    width: 47%;
    margin-right: 2rem;
  }
  .payroll .course .course-item:nth-child(2n) {
    margin-right: 0;
  }
  .payroll .method .method-container,
  .payroll .method .method-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .payroll .method .heading {
    width: 68%;
    margin-bottom: 0;
  }
  .payroll .method .buttons {
    justify-content: flex-end;
    align-self: flex-end;
    width: 31%;
  }
  .payroll .method .method-item {
    width: 47%;
  }
  .payroll .fact .fact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .payroll .fact .fact-item {
    width: 31%;
  }
  .payroll .fact .form {
    padding: 2rem;
    width: 85%;
    align-self: center;
  }
  .payroll .fact .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .payroll .fact .input-container {
    width: 48%;
  }
  .payroll .fact .input-container:last-child {
    width: 100%;
  }
  .payroll .skill .skill-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .payroll .skill .skill-content {
    width: 50%;
  }
  .payroll .skill .skill-img {
    width: 45%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .payroll .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .payroll .choose .choose-item {
    width: 48%;
  }
  .payroll .work .work-container {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .payroll .work .work-img {
    width: 45%;
    position: sticky;
    top: 60px;
    margin-top: 0;
  }
  .payroll .work .work-content {
    width: 50%;
  }
  .payroll .review {
    background-color: transparent;
    background-image: linear-gradient(-150deg, #5F4DE2, #302771);
  }
  .payroll .quality .quality-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .payroll .quality .quality-content {
    width: 48%;
    align-items: flex-start;
  }
  .payroll .quality .quality-img {
    width: 46%;
    margin-top: 0;
    position: sticky;
    top: 60px;
  }
  .payroll .faq .faq-list {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .payroll .faq .faq-item {
    width: 47%;
  }
  .payroll .faq .faq-item .ques .book {
    display: flex;
  }
  .payroll .faq .faq-item .ques h3 {
    width: calc(100% - 80px);
  }
  .payroll .faq .faq-item .ans {
    padding: 0rem 1.5rem 0.8rem 3.5rem;
  }
  .payroll .footer .contact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .payroll .footer .contact-item {
    width: 20%;
  }
  .payroll .footer .contact-item:nth-child(2) {
    width: 32%;
  }
  .payroll .footer .buttons {
    width: 31%;
    margin-top: 0;
    justify-content: flex-end;
    align-self: flex-end;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .payroll .buttons .btn-orange,
  .payroll .buttons .btn-white {
    font-size: 16px;
  }
  .payroll .heading h2 {
    font-size: 28px;
  }
  .payroll .banner {
    background-image: url(/_public/images/intro-to-payroll/banner-dots.png), url(/_public/images/intro-to-payroll/banner-bg.png);
    background-size: 48% 78% , 72% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: left , right;
  }
  .payroll .banner .menu-links {
    width: 80%;
    display: flex;
    position: relative;
    background-color: transparent;
  }
  .payroll .banner .menu,
  .payroll .banner .menu-toggle {
    display: none;
  }
  .payroll .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .payroll .banner ul .links-li {
    border-bottom: none;
    margin-right: 1rem;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #191919;
  }
  .payroll .banner ul .links-li::before,
  .payroll .banner ul .links-li::after {
    content: "";
    background-image: linear-gradient(-150deg, #5F4DE2, #302771);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    opacity: 0;
    transition: 0.4s;
    margin: 0 2px;
  }
  .payroll .banner ul .links-li::before {
    left: 0%;
  }
  .payroll .banner ul .links-li::after {
    right: 0%;
  }
  .payroll .banner ul .links-li:hover::before,
  .payroll .banner ul .links-li:hover::after {
    opacity: 1;
  }
  .payroll .banner ul .links-li:hover::before {
    left: 50%;
  }
  .payroll .banner ul .links-li:hover::after {
    right: 50%;
  }
  .payroll .banner ul .links-li:nth-child(5) {
    display: none;
  }
  .payroll .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .payroll .banner ul .links-li:last-child::before,
  .payroll .banner ul .links-li:last-child::after {
    content: none;
  }
  .payroll .banner .banner-container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .payroll .banner .banner-content {
    width: 50%;
  }
  .payroll .banner .banner-content h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .payroll .banner .banner-content h3 {
    font-size: 20px;
  }
  .payroll .banner .banner-info {
    display: flex;
    margin-top: 0;
    width: 38%;
  }
  .payroll .banner .buttons .btn-white {
    min-width: 160px;
    height: 44px;
    border: 1px solid #000000;
    margin-right: 1rem;
  }
  .payroll .banner .buttons .btn-white img {
    width: 18px;
    height: 18px;
  }
  .payroll .overview .overview-content {
    width: 55%;
  }
  .payroll .overview .course {
    transform: translate(-26px, -22px);
  }
  .payroll .overview .course-content {
    width: 38%;
    position: relative;
    top: 0;
    align-self: center;
  }
  .payroll .course .course-item {
    width: 22%;
  }
  .payroll .course .course-item:nth-child(2n) {
    margin-right: 2rem;
  }
  .payroll .course .course-item:nth-child(4n) {
    margin-right: 0;
  }
  .payroll .course .course-item p:nth-child(3) {
    margin-top: 2rem;
  }
  .payroll .course .course-item .buttons .btn-orange {
    font-size: 14px;
  }
  .payroll .method .method-item {
    width: 23%;
  }
  .payroll .method .method-item .method-info {
    height: 115px;
  }
  .payroll .method .method-item .method-info h3 {
    min-height: 46px;
  }
  .payroll .fact {
    background-image: url(/_public/images/intro-to-payroll/fact-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    padding-top: 0;
  }
  .payroll .fact .fact-container {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .payroll .fact .form {
    width: 42%;
    margin-top: 0;
    align-self: flex-start;
  }
  .payroll .fact .input-container {
    width: 100%;
  }
  .payroll .fact .fact-content {
    width: 52%;
    margin-top: 2rem;
  }
  .payroll .fact .fact-item {
    position: relative;
    width: 29%;
    z-index: 1;
    margin-top: 3rem;
  }
  .payroll .fact .fact-item::before {
    content: '';
    position: absolute;
    width: calc(100% + 14px);
    height: 60%;
    background-color: #ffffff;
    opacity: 0.2;
    left: -7px;
    top: -7px;
    border-radius: 8px 8px 0 0;
    z-index: -1;
  }
  .payroll .choose .heading {
    width: 80%;
    align-self: center;
  }
  .payroll .choose .choose-item {
    width: 24%;
  }
  .payroll .choose .choose-item h3 {
    min-height: 50px;
  }
  .payroll .work .info {
    padding: 1.5rem;
  }
  .payroll .review {
    background-image: linear-gradient(90deg, #302771 0%, #5F4DE2 92%, #ffffff 0%);
  }
  .payroll .review .review-container {
    background-image: url(/_public/images/intro-to-payroll/review.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    margin: auto auto auto 0 ;
  }
  .payroll .review .review-item h4 {
    margin-bottom: 0;
  }
  .payroll .review .owl-dots {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    transform: rotate(90deg);
  }
  .payroll .faq .faq-item {
    width: 48%;
  }
  .payroll .footer {
    background-color: transparent;
    background-image: url(/_public/images/intro-to-payroll/footer-bg.png);
    background-size: 100% 100%;
    padding-top: 5rem;
  }
  .payroll .footer .heading {
    width: 65%;
  }
  .payroll .footer .contact-item {
    margin-top: 2.5rem;
  }
  .payroll .footer .contact-item span {
    padding: 0.9rem;
    height: 62px;
    width: 60px;
  }
  .payroll .footer .info {
    width: calc(100% - 75px);
  }
  .payroll .footer .info h3 {
    font-size: 15px;
  }
  .payroll .footer .info a {
    font-size: 14px;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .payroll .heading h2 {
    font-size: 32px;
  }
  .payroll .banner .logo-container {
    padding: 1.5rem 0;
  }
  .payroll .banner .tka-logo {
    max-width: 260px;
  }
  .payroll .banner ul .links-li {
    font-size: 15px;
  }
  .payroll .banner ul .links-li:nth-child(5) {
    display: flex;
  }
  .payroll .banner .banner-container {
    padding: 6rem 0!important;
  }
  .payroll .banner .banner-content h1 {
    font-size: 45px;
  }
  .payroll .banner .banner-content h1 img {
    width: 55px;
    height: 55px;
  }
  .payroll .banner .banner-info {
    width: 32%;
  }
  .payroll .overview .overview-content {
    width: 60%;
  }
  .payroll .overview .course-content {
    width: 30%;
  }
  .payroll .overview .course-content::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 130px;
    background-image: url(/_public/images/intro-to-payroll/grid.svg);
    background-size: 100% 100%;
    right: -55px;
    bottom: -32px;
    z-index: -1;
  }
  .payroll .course .course-item {
    width: 23%;
  }
  .payroll .course .course-item p:nth-child(3) {
    margin-top: 0.5rem;
  }
  .payroll .method .method-item .method-info h3 {
    min-height: auto;
  }
  .payroll .fact {
    background-size: 100% 70%;
  }
  .payroll .fact .fact-content {
    width: 60%;
  }
  .payroll .fact .form {
    width: 34%;
  }
  .payroll .fact .fact-item {
    padding: 1.5rem;
  }
  .payroll .fact .fact-item p {
    padding: 0.5rem 1rem 0;
  }
  .payroll .skill {
    padding-top: 0 ;
  }
  .payroll .skill .skill-container {
    align-items: center;
  }
  .payroll .skill .skill-img {
    position: static;
  }
  .payroll .choose .choose-item h3 {
    min-height: auto;
  }
  .payroll .work .work-container {
    align-items: center;
  }
  .payroll .work .work-img {
    position: static;
    padding: 2rem;
  }
  .payroll .review .owl-dots {
    left: 95%;
  }
  .payroll .quality .quality-img {
    position: static;
    align-self: center;
  }
}
