* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
:root {
  --primary-color: #1f4b3f;
  --secondary-color: #5bbb7b;
  --text-color: #222222;
  --light-green: #f1fcfa;
  --light-yellow: #fbf7ed;
}
.btn:focus {
  box-shadow: unset;
}
.navmain-join .navlogo-side {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.navregis-side button {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
.navregis-side button a {
  color: var(--text-color);
  text-decoration: none;
}
.navregis-side button a:hover,
.navregis-side button:hover a {
  color: #fff;
}
.navregis-side .registrbtn {
  background-color: var(--primary-color);
  color: #fff;
}
.navregis-side .registrbtn a {
  color: #fff;
}
.navregis-side .registrbtn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.signinbtn {
  color: var(--text-color);
  background-color: transparent;
}
.navregis-side .signinbtn:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Sign in page */
a.signlogo-side img {
  width: 300px;
}
.loginbody {
  /* background-color: #FFEDE8; */
  background: url("../images/easybg-pk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.multi-container {
  overflow: auto;
}
.login-container {
  /* background-color: #FFEDE8; */
  height: 100%;
}
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 80px 0;
}
a.signlogo-side {
  font-size: 30px;
  letter-spacing: 0.3px;
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}
a.signlogo-side:hover {
  color: var(--primary-color);
}
.navbar-logo {
  width: 20%;
}
.navlogo-side img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.sign-hdr {
  text-align: center;
}
.sign-hdr h3 {
  margin: 20px 0 0;
}
.sign-hdr p {
  margin: 10px 0 0;
  color: var(--text-color);
  font-size: 16px;
}
.login-card {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  margin-top: 40px;
  width: 530px;
}
.signhdr-crd h5 {
  font-size: 20px;
  color: var(--text-color);
  letter-spacing: 0.5px;
}
.signhdr-crd p {
  font-size: 16px;
  color: var(--text-color);
}
.signhdr-crd a {
  color: var(--secondary-color);
  text-decoration: none;
}
.signhdr-crd a:hover {
  color: var(--primary-color);
}
.fieldsection {
  margin-top: 40px;
}
.formfield {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
.formfield label {
  font-size: 16px;
  font-weight: 500;
}
.formfield input {
  height: 40px;
  padding: 8px;
}
.formfield-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.rembrside {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rembrside p {
  margin: 0;
}
.submitfield button {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.submitfield button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.lostpswd a {
  color: var(--text-color);
  text-decoration: none;
}
.lostpswd a:hover {
  color: var(--secondary-color);
}

/* Sign up page */

.regst-container {
  /* background-color: #FFEDE8; */
  height: 100%;
  overflow: auto;
}
.regst-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 80px 0;
}
.signup-crd {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.signup-crd p {
  font-size: 17px;
  color: var(--text-color);
}
.signup-crd a {
  color: var(--secondary-color);
  text-decoration: none;
}
.signup-crd a:hover {
  color: var(--primary-color);
}
.ans-subsec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.ans-subsec a {
  width: 100%;
  font-size: 16px;
  border: 1px solid var(--secondary-color);
  font-weight: 500;
}
.ans-subsec .wrng-btn {
  background-color: var(--secondary-color);
  color: #fff;
}
.ans-subsec .rght-btn {
  background-color: transparent;
  color: var(--text-color);
}
.ans-subsec .rght-btn:hover,
.ans-subsec .wrng-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.quetn-sec h3 {
  text-align: center;
  font-size: 28px;
  color: var(--text-color);
}
.wrng-btn i,
.rght-btn i {
  margin-right: 3px;
}

.slctlang-sec select.goog-te-combo {
  width: 100%;
  padding: 10px;
  border-color: var(--secondary-color);
  border-radius: 5px;
  font-size: 14px;
  color: var(--text-color);
}
.slctlang-sec select.goog-te-combo:focus {
  box-shadow: unset;
}
.slctlang-sec select.goog-te-combo:focus-visible {
  outline: unset;
}

.slctlang-sec .goog-logo-link {
  display: none !important;
}
.slctlang-sec .goog-te-banner-frame {
  display: none !important;
}

.anssub-rado .btn-group {
  display: flex;
  gap: 10px;
}
.statebtn-rgt {
  width: 50%;
}
.anssub-rado {
  margin-top: 30px;
}
.statebtn-rgt label {
  width: 100%;
  font-size: 15px;
  border: 1px solid var(--secondary-color);
  font-weight: 500;
}
.statebtn-rgt label:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.statebtn-rgt .btn-check:checked + .btn,
.checkbtn-rgt .btn-check:checked + .btn,
.checkbtn-wout .btn-check:checked + .btn,
.checkbtn-indus .btn-check:checked + .btn {
  background-color: var(--secondary-color);
  color: #fff;
  box-shadow: unset;
}

/* MultiStep Page */
.multi-container {
  height: 100%;
}
.multi-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0 80px;
}

#multisform,
#multisform2,
#multisform4 {
  width: 700px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#multisform fieldset,
#multisform2 fieldset,
#multisform4 fieldset {
  background: white;
  border: 0 none;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}
#multisform fieldset:not(:first-of-type),
#multisform2 fieldset:not(:first-of-type),
#multisform4 fieldset:not(:first-of-type) {
  display: none;
}

#multisform .actbtn,
#multisform2 .actbtn,
#multisform4 .actbtn {
  width: 40px;
  background: transparent;
  font-weight: bold;
  color: var(--secondary-color);
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 10px;
  margin: 30px 5px 0;
  border: 1px solid;
}

.fstep-title {
  font-size: 30px;
  color: var(--text-color);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 40px;
}
.fstep-subtitle {
  font-weight: normal;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 22px;
}
#multi_progressbar,
#multi_progressbar2,
#multi_progressbar3,
#multi_progressbar4 {
  margin-bottom: 50px;
  overflow: hidden;
  counter-reset: step;
}
#multi_progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
}
#multi_progressbar2 li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
}
#multi_progressbar3 li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
}
#multi_progressbar4 li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
}
#multi_progressbar li:before,
#multi_progressbar2 li:before,
#multi_progressbar3 li:before,
#multi_progressbar4 li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  background: white;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
#multi_progressbar li:after,
#multi_progressbar2 li:after,
#multi_progressbar3 li:after,
#multi_progressbar4 li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fbfbfb;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
#multi_progressbar li:first-child:after,
#multi_progressbar2 li:first-child:after,
#multi_progressbar3 li:first-child:after,
#multi_progressbar4 li:first-child:after {
  content: none;
}
#multi_progressbar li.active:before,
#multi_progressbar li.active:after,
#multi_progressbar2 li.active:before,
#multi_progressbar2 li.active:after,
#multi_progressbar3 li.active:before,
#multi_progressbar3 li.active:after,
#multi_progressbar4 li.active:before,
#multi_progressbar4 li.active:after {
  background: var(--secondary-color);
  color: white;
}
.anstep-btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.anstep-btn button {
  border: 1px solid var(--secondary-color);
  width: 100%;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
}
.anstep-btn .wrng-stepbtn {
  background-color: var(--secondary-color);
  color: #fff;
}
.anstep-btn .wrng-stepbtn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.wrng-stepbtn i,
.rght-stepbtn i {
  margin-right: 5px;
}
.anstep-btn .rght-stepbtn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.salrange-sec {
  border: 1px solid var(--secondary-color);
  padding: 50px 20px 30px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}
.range-labl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.salrange-sec input {
  width: 100%;
  margin-bottom: 8px;
}

#range-value {
  position: absolute;
  top: 22px;
  font-size: 14px;
  font-weight: bold;
  transition: left 0.1s ease;
  border: 1px solid #d7d5d5;
  padding: 5px 16px;
  border-radius: 6px;
  background-color: transparent;
}
.situation-sec .situtn-btn {
  border: 1px solid var(--secondary-color);
  width: 48%;
}
.situation-sec .situtn-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.situation-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}
.situtn-btn.active {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
.situtn-btn.active:hover {
  color: #fff;
}

.finalbtn-sec {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.finalbtn-sec a {
  width: 100%;
  border: 1px solid var(--secondary-color);
  padding: 10px 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.finalbtn-sec .action-button-sub,
.action-button-subt {
  background-color: var(--secondary-color);
  color: #fff;
}
.finalbtn-sec .action-button-sub:hover,
.action-button-subt:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.finalbtn-sec .action-button-pre {
  background-color: transparent;
  color: var(--text-color);
}
.finalbtn-sec .action-button-pre:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.thanksnote {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.note-thnkpoint {
  display: flex;
  gap: 5px;
  text-align: left;
  border: 1px solid var(--secondary-color);
  padding: 20px 10px 20px 20px;
  border-radius: 6px;
  position: relative;
  width: 46%;
}
.note-thnkpoint:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 0 26px 26px 0;
}
.thinkp1:after {
  background-color: #23a6af;
}
.thinkp2:after {
  background-color: #914f4f;
}
.thinkp3:after {
  background-color: #520b0b;
}
.thinkp4:after {
  background-color: #708524;
}
.thinkp5:after {
  background-color: #11752a;
}
.thinkp6:after {
  background-color: #243daf;
}
span.boldpara {
  font-weight: bold;
}
.actback a {
  color: var(--secondary-color);
}
.actback a:hover {
  color: var(--secondary-color);
}
.anstep-rado,
.ansmult-rado,
.ansmult-zon {
  margin-top: 30px;
}
.anstep-rado .btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.anstep-rado .statebtn-rgt {
  width: 100%;
}

.ansmult-rado .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ansmult-zon .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ansmult-rado .statebtn-rgt,
.ansmult-rado .checkbtn-wout,
.ansmult-zon .checkbtn-wout {
  width: 48%;
}

.ansmult-rado .checkbtn-rgt {
  width: 48%;
  position: relative;
}
.ansmult-rado .checkbtn-indus {
  width: 32%;
  position: relative;
}
.checkbtn-rgt .btn-check,
.checkbtn-indus .btn-check {
  clip: unset;
  top: 10px;
  left: 8px;
}
.checkbtn-rgt label,
.checkbtn-indus label {
  width: 100%;
  font-size: 14px;
  border: 1px solid var(--secondary-color);
  font-weight: 500;
  text-align: left;
  padding-left: 28px;
}
.checkbtn-wout label {
  width: 100%;
  font-size: 15px;
  border: 1px solid var(--secondary-color);
  font-weight: 500;
  text-align: left;
}

/* Multi step 2 page */
.anstep-inpt input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
}
.anstep-inpt input:focus-visible {
  outline: unset;
}
.expert-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.checkbxes {
  width: 45%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.checkbxes.active {
  background-color: var(--secondary-color);
  color: #fff;
}
#range-expr {
  position: absolute;
  top: 22px;
  font-size: 14px;
  font-weight: bold;
  transition: left 0.1s ease;
  border: 1px solid #d7d5d5;
  padding: 5px 16px;
  border-radius: 6px;
  background-color: transparent;
}
.continue-multibtn {
  display: inline-block;
}
.action-button-subt {
  border: 1px solid var(--secondary-color);
  padding: 8px 110px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.fstep-subtitle-nw {
  font-weight: normal;
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 28px;
}

#multisform3 {
  width: 900px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#multisform3 fieldset {
  background: white;
  border: 0 none;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
#multisform3 .fieldset-one {
  width: 90%;
  margin: 0 5%;
}
#multisform3 .fieldset-two {
  width: 80%;
  margin: 0 10%;
}
#multisform3 .fieldset-three {
  width: 70%;
  margin: 0 15%;
}
#multisform3 .fieldset-four {
  width: 70%;
  margin: 0 15%;
}

#multisform3 fieldset:not(:first-of-type) {
  display: none;
}

#multisform3 .actbtn {
  width: 40px;
  background: transparent;
  font-weight: bold;
  color: var(--secondary-color);
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 10px;
  margin: 30px 5px 0;
  border: 1px solid;
}
.expert-allindus {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.checkbxes-allintry {
  width: 32%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.checkbxes-timebtn {
  width: 48%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  gap: 10px;
  font-size: 15px;
}
.checkbxes-timebtn.active {
  background-color: var(--secondary-color);
  color: #fff;
}
.suret-movsec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.suret-movsec button {
  border: 1px solid var(--secondary-color);
  width: 100%;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
}
.wrng-stepbtn i,
.rght-stepbtn i {
  margin-right: 5px;
}
.suret-movsec .wrng-stepbtn {
  background-color: var(--secondary-color);
  color: #fff;
}
.suret-movsec .wrng-stepbtn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.suret-movsec .rght-stepbtn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.fields-sec {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.fields-sec input {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid var(--secondary-color);
  width: 60%;
}
.fields-sec input:focus-visible {
  outline: unset;
}
label.btn.remotebtn {
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
}
.checkedbtns .btn-check:focus + .btn {
  outline: 0;
  box-shadow: unset;
  background-color: var(--secondary-color);
  color: #fff;
}
.srch-add {
  margin: 20px 0;
}
.srch-add span {
  border: 1px solid var(--secondary-color);
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 6px;
}
.gender-allopt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.gender-selct label {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--secondary-color);
}
.gender-selct label:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.gender-allopt .btn-check:checked + .btn {
  background-color: var(--secondary-color);
  color: #fff;
  box-shadow: unset;
}
.entermail input {
  width: 100%;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
}
.email-sec {
  margin: 30px 0 0;
}
.agree-chkbx {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0 0;
}
.agree-chkbx label {
  text-align: left;
  font-size: 15px;
}

.pastviewr-sectn h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.viewr-totl {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pastviewr-invit {
  text-align: left;
  border: 1px solid var(--secondary-color);
  padding: 10px 15px;
  border-radius: 5px;
}
.pastviewr-invit h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
#multisform4 .final-field {
  width: 90%;
  margin: 0 5%;
}
.mailsectn {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px;
}
.mailsectn span {
  background-color: #d9fff7d9;
}

/* plans page */
.plans-card {
  margin-top: 40px;
  width: 700px;
}
.plansjob {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.first-plan label {
  width: 100%;
  padding: unset;
  border-radius: 10px;
  border: 1px solid #ade7c0;
  color: var(--text-color);
  background-color: #fff;
}
.plandata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  gap: 5px;
}
.plansjob {
  width: 100%;
}
.first-plan .btn-check {
  clip: unset;
  top: 42%;
  left: 15px;
}
.first-plan {
  position: relative;
}
.month,
.totl-pric {
  width: 25%;
  padding: 15px;
}
.listedplan {
  width: 50%;
  border-right: 1px solid var(--secondary-color);
  border-radius: 12px;
  padding: 15px 0;
}
.mobilevw-plan {
  display: none;
}
.monthly-count {
  margin-left: 25px;
}
.monthly-count p {
  margin-bottom: 0;
}
.mobl-side {
  display: none;
}
.popular-sectn {
  display: none;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: var(--text-color) !important;
  border: 2px solid var(--secondary-color) !important;
  background-color: var(--light-green) !important;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: unset !important;
}
.btn-outline-primary.active .listedplan {
  border-right: 2px solid;
}
.first-plan .btn-outline-primary:hover {
  color: var(--text-color) !important;
  background-color: var(--light-green) !important;
  border-color: var(--light-green) !important;
}
.listedplan ul {
  margin: 0;
}
.totl-pric {
  text-align: end;
}
span.populr-tag {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin-left: 20px;
}

.plans-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agree-sect {
  margin: 30px 0;
  width: 70%;
  text-align: center;
}
.subget-sect a {
  width: 100%;
  border: 1px solid var(--secondary-color);
  padding: 10px;
  font-size: 18px;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}
.subget-sect {
  margin: 25px 0 0;
}
.subget-sect a:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.subother-sect {
  margin: 10px 0;
}
.subother-sect a {
  margin-right: 10px;
  color: var(--primary-color);
  font-size: 15px;
}
.subother-sect a:hover {
  margin-right: 10px;
  color: var(--secondary-color);
  font-size: 15px;
}

/* payment page */

.mainpayment {
  margin: 50px 0;
}
.paycard {
  width: 60rem;
  margin: auto;
  background: white;
  position: center;
  align-self: center;
  top: 50rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
}

.leftside-pay {
  background: var(--light-green);
  width: 25rem;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rightside-pay {
  background-color: #ffffff;
  width: 35rem;
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 2rem 2rem 3rem 3rem;
}

.rightside-pay p {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.8rem 0;
  color: var(--primary-color);
}
.rightside-pay h2 {
  margin-bottom: 20px;
  color: var(--primary-color);
}
.rightside-pay .inputbox {
  color: #030303;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: 1.5px solid #9bbdb7;
  margin-bottom: 1rem;
  border-radius: 6px;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}

.rightside-pay .expcvv {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
}

.rightside-pay .expcvv_text {
  padding-right: 1rem;
}
.rightside-pay .expcvv_text2 {
  padding: 0 1rem;
}

.rightside-pay .button {
  background-color: var(--secondary-color);
  padding: 10px;
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 10px;
  width: 100%;
  letter-spacing: 0.1rem;
  outline: none;
}
.rightside-pay .button a {
  color: #fff;
  text-decoration: none;
}
.rightside-pay .button a:hover {
  color: #fff;
}

.rightside-pay .button:hover {
  background-color: var(--primary-color);
}

@media only screen and (max-width: 1000px) {
  .paycard {
    flex-direction: column;
    width: auto;
  }

  .leftside-pay {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
  }

  .rightside-pay {
    width: auto;
    border-bottom-left-radius: 1.5rem;
    padding: 1.5rem 2rem 3rem;
    border-radius: 0;
  }
}

.backlink a {
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
}
.backlink a:hover {
  color: var(--secondary-color);
}
.backlink {
  margin: 15px 0 30px;
}
.subscrb-dtl p {
  margin: 0;
  font-size: 17px;
}
.subscrb-dtl h5 {
  font-size: 30px;
}
.subscrb-dtl h5 span {
  font-size: 16px;
  font-weight: 400;
}
.part-dpt {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-color);
  border-radius: 6px;
  gap: 10px;
  margin-bottom: 25px;
  padding: 10px;
}
.point-outdtl {
  margin: 40px 0 0;
}
.parttext h5 {
  font-size: 14px;
}
.parttext p {
  margin: 0;
}

#fake-placeholder {
  color: var(--primary-color);
  cursor: text;
}
#real-input {
  display: none;
  padding: 8px;
  border: 1px solid var(--secondary-color);
  width: 100%;
  border-radius: 8px;
}
#real-input:focus-visible {
  outline: none;
}
.part-dptx {
  border-bottom: 1px solid var(--primary-color);
  border-radius: 6px;
  margin-bottom: 25px;
  padding: 15px;
}
.subdata {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.partprice p {
  margin: 0;
}
.addpromp {
  margin-top: 10px;
}

/* banner section */
.mainhome-pg {
  background: linear-gradient(180deg, #fbf7ed 0%, rgba(251, 247, 237, 0) 100%);
  margin-top: -105px;
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}
.bannerdata {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.bannrtext,
.bannrimg {
  width: 50%;
  position: relative;
}
.bannrimg img {
  width: 100%;
  height: 100%;
}
.bannrtext h1 {
  font-size: 48px;
  color: var(--primary-color);
  letter-spacing: 1.5px;
  line-height: 58px;
}
.bannrtext p {
  font-size: 22px;
  margin: 30px 0;
  color: var(--text-color);
}
.bannrtext .setprefbtn {
  border: 1px solid var(--primary-color);
  color: var(--text-color);
  border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}
.bannrtext .setprefbtn:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}
.iconbox-clint {
  position: absolute;
  top: 50%;
  background-color: #fff;
  padding: 15px 35px 15px 45px;
  left: 40px;
  text-align: center;
  border-radius: 5px;
  animation: bouncex 5s infinite;
}
.iconbox-clint i {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 18px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 8px;
  border-radius: 50%;
}
.iconbox-clint p,
.iconbox-clint h5 {
  margin-bottom: 0;
}

@keyframes bouncex {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
}
.iconbox-vacy {
  position: absolute;
  top: 13%;
  background-color: #fff;
  padding: 15px 35px;
  right: 10px;
  text-align: center;
  border-radius: 5px;
  animation: bouncey 4s infinite;
}
.iconbox-vacy i {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 18px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 8px;
  border-radius: 50%;
}
.iconbox-vacy h5 {
  font-size: 16px;
  margin-bottom: 0;
}

@keyframes bouncey {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

/* our partner section */
.partner-desig {
  background-color: var(--primary-color);
  margin-left: 30px;
  margin-top: 30px;
  padding: 40px;
  border-top-left-radius: 20px;
  text-align: center;
}
.partner-desig h3 {
  color: #fff;
  padding-top: 20px;
}

.slick-partner {
  margin-top: 50px;
  margin-bottom: 20px;
}
.slick-partner img {
  height: 25px;
}

/* solving problem */
.solve-instruc {
  padding: 90px 0;
}
.card-solve {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.tophdr-solve {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.solveheding {
  width: 50%;
}
.solvepara {
  width: 40%;
}
.tophdr-solve h3 {
  font-size: 42px;
}
.tophdr-solve p {
  margin-top: 15px;
  font-size: 18px;
}
.problm-colm .card {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.card-body h4 {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.card-body p {
  padding-bottom: 10px;
}

/* find section */
.find-vdsec {
  background-color: #f0efec;
  margin-left: 30px;
  margin-top: 30px;
  padding: 100px 80px;
  border-top-left-radius: 20px;
  position: relative;
}
.findrboth-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftfind {
  width: 35%;
}
.videofind {
  width: 55%;
}
.leftfind h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: var(--text-color);
}
.leftfind p {
  margin: 25px 0;
  color: var(--primary-color);
}
.leftfind .getstart-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.leftfind .getstart-btn:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}
.videofind iframe {
  border-radius: 25px;
  width: 100%;
}
img.leftfind {
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  border-radius: 20px;
}
img.bottomfind {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
}

/* Work section */
.workhow {
  margin: 90px 0px;
}
.worksectn h3 {
  font-size: 34px;
  letter-spacing: 0.5px;
}
.height-cunt {
  height: 5px;
  background-color: var(--secondary-color);
  width: 20px;
  border-radius: 8px;
  margin-top: 15px;
}
.leftwork {
  width: 40%;
}
.steps-work {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.working-data {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.work-graphic {
  width: 55%;
  text-align: center;
}
.stp-process h4 {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.work-graphic-sec2 {
  width: 50%;
}
.leftwork-sec2 {
  width: 45%;
}
.work-graphic-sec2 img {
  width: 100%;
}
.work-graphic img {
  width: 100%;
}
/* testimonial section */
.testimonial-sec {
  padding: 100px 0;
  background-color: var(--light-green);
  text-align: center;
}
.testsec-clint h3 {
  color: var(--text-color);
  font-size: 32px;
  letter-spacing: 0.5px;
}

.author-detal img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.author-detal {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-detal h5 {
  font-size: 17px;
  margin: 0;
  color: var(--text-color);
}
.client-testmonl {
  background-color: #fff;
  padding: 40px;
  margin-left: 20px;
  border-radius: 6px;
  text-align: start;
}
.test-slide {
  margin-top: 50px;
}
.client-testmonl p {
  height: 170px;
}
p.guide-test {
  font-size: 14px;
}
.test-slide .slick-dots {
  bottom: -60px;
}
.discover-sec {
  padding: 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discovr-data {
  width: 50%;
  text-align: center;
}
.discovr-data h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.discover-btnsec a {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}
.discover-btnsec .registrbtn {
  background-color: var(--primary-color);
  color: #fff;
}
.discover-btnsec .registrbtn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.discover-btnsec .signinbtn {
  color: var(--text-color);
  background-color: transparent;
}
.discover-btnsec .signinbtn:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.discovr-data p {
  margin-bottom: 30px;
}

/* footer */
footer.footer-outer {
  background-color: var(--light-green);
  padding: 60px 0 20px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footrlogo-sec {
  width: 30%;
}
.allinks-sec {
  display: flex;
  gap: 20px;
  width: 60%;
}
.menulink,
.Resourcelink,
.companylink {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 33%;
}
a.menuname {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
a.menuname:hover {
  color: var(--primary-color);
}
a.navlogo-side-ftr {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}
a.navlogo-side-ftr:hover {
  color: var(--primary-color);
}
.footrlogo-sec p {
  margin-top: 10px;
}
.bottm-footer {
  margin-top: 50px;
  padding: 20px 0 0;
  border-top: 1px solid #dfdfdf;
}
.bottm-footer p {
  text-align: center;
  margin: 0;
}
a.navlogo-side-ftr img {
  width: 80%;
}

/* Resume Matching page */
.resume-matchsec {
  padding: 120px 0;
  position: relative;
}
.resum-tech {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resum-trail {
  width: 50%;
  text-align: center;
  padding: 50px 0;
}
.resum-trail h2 {
  font-size: 50px;
  letter-spacing: 0.7px;
  line-height: 70px;
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--primary-color);
}
.resum-trail p {
  font-size: 15px;
  margin-bottom: 35px;
}
.resum-trail .all-registrbtn {
  width: 100%;
  background-color: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  font-weight: 500;
  padding: 13px 40px;
}
.resum-trail .all-registrbtn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.images-resum img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
img.imagepers1 {
  position: absolute;
  top: 7%;
  left: 22%;
}
img.imagepers2 {
  position: absolute;
  top: 7%;
  right: 22%;
}
img.imagepers3 {
  position: absolute;
  top: 45%;
  left: 22%;
}
img.imagepers4 {
  position: absolute;
  top: 45%;
  right: 22%;
}
img.imagepers5 {
  position: absolute;
  bottom: 15%;
  left: 20%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.imagepers6 {
  position: absolute;
  bottom: 15%;
  right: 20%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.imagepers11 {
  position: absolute;
  top: 26%;
  left: 10%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.imagepers22 {
  position: absolute;
  top: 26%;
  right: 10%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.image-srch {
  position: absolute;
  top: 50%;
  right: 20%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.image-srch1 {
  position: absolute;
  top: 7%;
  left: 22%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
img.image-srch2 {
  position: absolute;
  bottom: 10%;
  left: 20%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
@keyframes bounceresume {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}

img.imagepers1,
img.imagepers2,
img.imagepers3,
img.imagepers4,
img.imagepers5,
img.imagepers6,
img.imagepers22,
img.imagepers11 {
  animation: bounceresume 6s ease-in-out infinite;
}

.manual-appsec {
  padding: 80px 0;
}
.manual-applicat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.manual-applicat .manul-heding {
  width: 60%;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.4px;
}
.applicate-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
}
.appli-guide {
  width: 23.5%;
  background-color: #fff;
  border: 1px solid #d7e5dc;
  border-radius: 15px;
  text-align: center;
  padding: 30px 15px;
}
.appli-guide i {
  font-size: 36px;
  border: 1px solid #d7e5dc;
  padding: 20px;
  border-radius: 50%;
  color: var(--primary-color);
  margin-bottom: 10px;
  height: 80px;
  width: 80px;
}
.appli-guide i:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.appli-guide h3 {
  color: var(--primary-color);
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.appli-guide p {
  margin-bottom: 0;
}
.advanc-data {
  position: relative;
}
.advanc-feature {
  background-color: #eef3f2d9;
  padding: 80px 0;
  border-radius: 10px;
}
.advanc-jobs {
  padding: 30px 0 80px;
}
.advansec-heding h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.advansec-heding p {
  font-size: 15px;
}
.stratgy-feature {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}

.advanc-jobs .slick-prev {
  bottom: 15px;
  left: 0;
  top: unset;
}
.advanc-jobs .slick-next {
  bottom: 15px;
  left: 60px;
  top: unset;
}
.advanc-jobs .slick-prev:before,
.advanc-jobs .slick-next:before {
  color: var(--primary-color);
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px;
  opacity: 1;
}
.stratgy-feature h4 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  line-height: 30px;
  width: 85%;
}
.stratgy-feature p {
  margin-bottom: 0;
}
.imag-rb img {
  height: 70px;
}
.imag-rb {
  transform: rotatez(350deg);
  position: absolute;
  right: 5px;
  top: 10px;
}
.your-chansec {
  padding: 80px 0;
}
.chance-data {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 0;
}
.Opport-unity {
  width: 25%;
  padding: 10px;
}
.Opport-unity i {
  font-size: 34px;
  color: var(--primary-color);
  margin-bottom: 18px;
}
.Opport-unity h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--text-color);
}
.Opport-unity p {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
}
.chance-yhedr p {
  margin: 0;
}
.idea-imprv {
  display: flex;
}
.idea-imptip {
  width: 65%;
  padding: 80px 50px 80px 100px;
  background-color: var(--light-yellow);
  border-radius: 20px;
}
.idea-img {
  width: 35%;
  margin: 50px 0;
  background-color: #fcfcfc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idea-img img {
  position: absolute;
  border-radius: 25px;
  width: 108%;
  left: 35px;
}
.tiphdr h3 {
  color: var(--text-color);
  letter-spacing: 0.5px;
  font-size: 28px;
}
.tiphdr h5 {
  margin: 30px 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tips-count {
  display: flex;
  gap: 15px;
}
.count-nbr p {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 500;
}
.steps-tip {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 90%;
}

.tipdetail h4 {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.tipdetail p {
  margin-bottom: 0;
  font-size: 14px;
}
.count-nbr i {
  font-size: 26px;
  margin-top: 6px;
  color: var(--primary-color);
}
.discove-resume {
  width: 70%;
  text-align: center;
}
.discove-resume h3 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.5px;
}
.discove-resume p {
  margin: 30px 0;
  font-size: 18px;
}
.faq-asksec {
  padding: 50px 0 80px;
  background-color: #fbf7ed4a;
}
.faq-ask-wbg {
  padding: 80px 0;
}
.allfaq-dsgn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-ask-hedr {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-ask-hedr h3 {
  font-size: 36px;
}
.faq-ask-data {
  width: 70%;
}
.faq-accord {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.faq-accord .accordion-item {
  border: unset;
  background-color: var(--light-green);
  border-radius: 10px;
}
.faq-accord .accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}
.faq-accord .accordion-button:not(.collapsed) {
  color: var(--text-color);
  background-color: var(--light-green);
  box-shadow: inset 0 -1px 0 rgba(203, 203, 203, 0.125);
}
.faq-accord .accordion-button:focus {
  z-index: 3;
  border-color: var(--light-green);
  outline: 0;
  box-shadow: unset;
}
a.vewfaq {
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
  margin-top: 10px;
}
a.vewfaq:hover {
  color: var(--secondary-color);
}

/* Apply page */
.apply-contsectn {
  padding: 60px 0;
  margin: 50px 0;
  background-color: var(--primary-color);
  border-radius: 25px;
  position: relative;
}
img.leftfind-apply {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
  border-radius: 20px;
}
img.bottomfind-apply {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  border-radius: 20px;
}
.apply-hedr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.auto-appy {
  color: #fff;
  width: 50%;
}
.autoimg {
  width: 50%;
}
.auto-appy h3 {
  font-size: 45px;
  letter-spacing: 0.5px;
}
.auto-appy p {
  font-size: 16px;
  margin: 20px 0 50px;
}
.auto-appy .autobtn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  padding: 8px 40px;
}
.auto-appy .autobtn:hover {
  color: #fff;
}
.autoimg img {
  width: 100%;
}
.manultop-progs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manultop-progs .auto-heding {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.5px;
  width: 50%;
}
.manultop-progs p {
  margin: 0;
  font-size: 20px;
  width: 45%;
}
.problm-colm .card-body {
  padding: 30px 20px;
}
.card-auto .card-text {
  height: 180px;
}
.whychoos-auto {
  padding: 80px 0;
  background-color: var(--light-yellow);
  border-radius: 5px;
}
.choosn-data {
  display: flex;
  gap: 40px;
  align-items: center;
}
.choos-left {
  width: 30%;
}
.choos-rgterm {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-auto-progs,
.why-guide {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.whyarea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.whyarea-point,
.whyarea {
  width: 50%;
}
.choos-left h3 {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 46px;
}
.jobravol-search {
  padding: 50px 0;
}
.revolute-jbsrch {
  text-align: center;
  display: flex;
  justify-content: center;
}
.design-revolt {
  width: 80%;
}
.design-revolt h3 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.5px;
}
.design-revolt p {
  font-size: 18px;
  margin-top: 20px;
}
.design-revolt img {
  width: 90%;
  border-radius: 30px;
  margin-top: 20px;
}
.autosolve {
  background-color: var(--light-green);
}
.aipath-sectn {
  padding: 50px 0;
}
.aiapply-need {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.aitexting h3 {
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 44px;
  margin-bottom: 30px;
}
.aitexting p {
  margin-bottom: 30px;
  font-size: 17px;
}
.aitexting .aplyaibtn,
.lets-apply-hedr .lets-applybtn,
.tryit-btnsec .tryyu-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-decoration: none;
}
.aitexting .aplyaibtn:hover,
.lets-apply-hedr .lets-applybtn:hover,
.tryit-btnsec .tryyu-btn:hover {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}
.aitexting {
  width: 40%;
}
.resuma-img {
  width: 60%;
}
.resuma-img img {
  width: 100%;
}

.needhlp-sectn {
  margin-left: 50px;
  background-color: var(--primary-color);
  border-top-left-radius: 25px;
  padding: 20px;
}
.aihelp-need {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aihelping {
  width: 50%;
  color: #fff;
  text-align: center;
}
.mail-img {
  width: 30%;
}
.mail-img img {
  width: 100%;
}
.aihelping h3 {
  font-size: 34px;
}
.aihelping p a {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 17px;
}

/* Cover letter page */
.cover-contsectn {
  padding: 60px 0;
  margin: 50px 0;
  background-color: var(--light-yellow);
  border-radius: 25px;
  position: relative;
}
.auto-cover {
  color: var(--text-color);
  width: 55%;
}

.auto-cover h3 {
  font-size: 45px;
  letter-spacing: 0.5px;
}
.auto-cover p {
  font-size: 16px;
  margin: 20px 0 50px;
  color: var(--primary-color);
}
.auto-cover .autobtn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 8px 40px;
}
.auto-cover .autobtn:hover {
  color: #fff;
}

.letidea-sectn {
  padding: 80px 0;
  background-color: #f0efec;
  border-radius: 10px;
}
.top-letidea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.letideahdng {
  width: 60%;
  text-align: center;
}
.letideaimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 50px 0;
}
.letideaimg img {
  width: 22%;
}
.letideahdng h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.letideahdng p {
  color: var(--primary-color);
}
.lets-gonew {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lets-apply-hedr,
.lets-apply-img {
  width: 50%;
}

.lets-apply-img img {
  width: 100%;
  border-radius: 35px;
}
.lets-apply {
  margin: 80px 0;
}
.lets-apply-hedr {
  padding: 50px;
}
.lets-apply-hedr p {
  margin: 20px 0 40px;
}

/* resume score */
h5.subhead-score {
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary-color);
}
.work-understd {
  margin: 80px 0;
}
.idea-scor {
  display: flex;
}
.idea-scoring {
  width: 65%;
  padding: 80px 15% 80px 60px;
  background-color: var(--light-yellow);
  border-radius: 20px;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tip-scorhdr h3 {
  color: var(--text-color);
  letter-spacing: 0.5px;
  font-size: 36px;
  line-height: 48px;
}

.under-scorimg {
  width: 35%;
  margin: 50px 0;
  background-color: #fcfcfc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under-scorimg img {
  position: absolute;
  border-radius: 3px;
  width: 130%;
  right: 30px;
}
.underai-recut img {
  width: 95%;
  right: 75px;
}
.score-tip {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 90%;
  margin: 50px 0 0;
}
.score-work {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.score-process h4 {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
.height-score {
  height: 5px;
  background-color: var(--secondary-color);
  width: 30px;
  border-radius: 8px;
  margin-top: 14px;
}
.leftwork-sec2 h4::before,
.leftwork h4::before {
  content: "-";
  display: inline-block;
  height: 5px;
  font-size: 40px;
  font-weight: 800;
  border-radius: 20px;
  margin-right: 5px;
  color: var(--secondary-color);
}
.score-process p {
  font-size: 18px;
}
.score-under .card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.aiimport-sectn {
  padding: 80px 0;
  background-color: var(--light-green);
  border-radius: 10px;
}

.resum-work {
  padding: 80px 0;
}

.reworks-idea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-rscore {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.work-text {
  text-align: center;
  width: 75%;
  margin-bottom: 20px;
}
.work-text h3 {
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  margin-bottom: 12px;
}
.work-text p {
  font-size: 17px;
}
.steps-rescore {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rework-sec,
.rework-img {
  width: 50%;
}
.rework-sec {
  display: flex;
  gap: 10px;
}
.coutscore span {
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-color);
}
.work-sets {
  margin-top: 50px;
}
.work-sets {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rework-img img {
  width: 100%;
}
.cpoint-scr h4 {
  font-size: 30px;
  color: var(--primary-color);
}
.cpoint-scr p {
  font-size: 18px;
}

/* AI Recruiter page */
.contrecut {
  display: flex;
  gap: 20px;
}
.conrect-img,
.pararect {
  width: 50%;
}
.conrect-img img {
  width: 100%;
  border-radius: 30px;
}
.pararect {
  padding: 30px;
}
.score-tip-nw {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 50px 0 0;
}
.ai-recrit {
  height: unset;
}
.appli-guide-wth {
  width: 28%;
}
.recurt-hscr h3 {
  font-size: 36px;
  margin-bottom: 30px;
  width: 60%;
  line-height: 46px;
}
.Opport-unity-wth {
  width: 30%;
}
.chance-yhedr {
  width: 60%;
}
.chance-yhedr h3 {
  font-size: 34px;
  letter-spacing: 0.5px;
  line-height: 46px;
}
.bottom-findjob {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px 0 0;
}
.tryit-btnsec {
  width: 60%;
  text-align: center;
}
.tryit-btnsec p {
  font-size: 18px;
}
.futureai {
  width: 65%;
}
.idea-lgreen {
  background-color: var(--light-green) !important;
}

.compare-recrut {
  padding: 90px 0;
  background-color: var(--light-yellow);
  margin-left: 50px;
  margin-top: 80px;
  border-top-left-radius: 30px;
  position: relative;
}
.recurt-heding {
  width: 50%;
}
.recurt-heding h3 {
  font-size: 42px;
  color: var(--text-color);
}
.recurt-para {
  width: 40%;
}
.recurt-para p {
  margin-top: 15px;
  font-size: 18px;
  color: var(--text-color);
}
td.serial-hedng {
  font-size: 18px;
  text-align: center;
  background-color: #f6cc77 !important;
  border-top-left-radius: 30px;
  color: var(--text-color) !important;
  font-weight: 500;
}
th.disply-th {
  visibility: hidden;
}

.tablerecut {
  width: 100%;
  border-collapse: unset;
  overflow: hidden;
}

.tablerecut th,
.tablerecut td {
  padding: 15px;
  background-color: rgba(91, 187, 123, 0.2);
  color: var(--text-color);
}

.tablerecut th {
  text-align: left;
}

.tablerecut th {
  background-color: #5bbb7b7a;
  text-align: center;
  font-size: 24px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tablerecut tbody {
  tr {
    &:hover {
      background-color: rgba(91, 187, 123, 0.3);
    }
  }
  td {
    position: relative;
    &:hover {
      &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(91, 187, 123, 0.2);
        z-index: -1;
      }
    }
  }
}

/* Blog page  */

.blog-sectn {
  background-image: url("../images/blog-nw.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  border-radius: 20px;
  margin: 30px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-hedr {
  color: #fff;
}
.blog-appy {
  width: 40%;
}
.blog-appy h3 {
  font-size: 30px;
  font-weight: 700;
}
.blog-appy p {
  font-size: 17px;
}
.our-insight {
  padding: 80px 0;
}
.insight-rowing {
  display: flex;
  gap: 30px;
}
.blog-style {
  display: flex;
}
.blog-all {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.blog-card {
  width: 60%;
}
.blog-img {
  width: 40%;
  overflow: hidden;
  border-radius: 8px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: transform 0.5s ease-in-out;
}
.blog-img:hover img {
  transform: scale(1.1);
}
.blog-card {
  padding: 5px 30px 5px 60px;
}
h5.subhead-blog {
  font-size: 14px;
  color: #6b7177;
  letter-spacing: 0.5px;
}
.blog-card h3 {
  margin-bottom: 20px;
  margin-top: 12px;
  letter-spacing: 0.5px;
}
.blog-card h3 a {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  color: var(--primary-color);
}
.blog-discrip {
  font-size: 19px;
  margin-bottom: 20px;
}
.blog-style:hover h3 a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.blog-style:hover .blog-img img {
  transform: scale(1.1);
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.author-bname h4 {
  font-size: 17px;
}
.author-bname p {
  margin: 0;
}
.author-bimg img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.side-catgy {
  padding: 0 30px;
}
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  height: 50px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.search-box input:focus-visible {
  outline: unset;
}
.serchicn {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #8b8b8b;
  /* padding: 15px; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.categry-collect {
  margin: 35px 0;
  border: 1px solid #f3f3f3;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.all-catgy {
  margin: 20px 0 0;
}
.all-catgy a {
  display: block;
  margin-bottom: 15px;
  padding: 5px 0;
}
.all-catgy a {
  display: block;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 17px;
  color: var(--text-color);
  text-decoration: none;
}
a.catgy-link span {
  float: right;
  color: #697488;
}
.all-catgy a:hover {
  color: var(--secondary-color);
}
h3.card-headg {
  font-size: 26px;
}

.short-img {
  width: 30%;
}
.short-heading {
  width: 70%;
}
.short-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.recent-pst {
  margin: 35px 0;
  border: 1px solid #f3f3f3;
  padding: 40px 25px;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.post-links {
  display: flex;
  gap: 10px;
}
.short-heading h5 {
  font-size: 14px;
}
.short-heading p {
  margin: 0;
}
.allposts {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 30px;
}

.numbering-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page-nevigate {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}
ul.page-nevigate .page-item {
  list-style: none;
}
li.page-item a {
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-color);
}
.page-ctive a {
  background-color: var(--secondary-color);
  color: #fff !important;
}
.previous-page a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px #dddddd;
}
.next-page a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px #dddddd;
  border: 1px solid #d9d9d9;
}
.numbering-page {
  margin: 30px 0;
}
.blog-insight {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* vacancy page */

.vacny-sectn {
  background-image: url("../images/vacancy.jfif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 20px;
  margin: 30px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jobfields {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.vacny-serch {
  margin: 80px 0;
}
.form-jobtitl {
  width: 42%;
}
.form-jobtitl label {
  display: block;
  margin-bottom: 10px;
  color: var(--text-color);
}
.formsub-jobtitl {
  width: 15%;
}
.form-jobtitl input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
}
.form-jobtitl input:focus-visible {
  outline: unset;
}
.formsub-jobtitl button {
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 36px;
  padding: 10px 0;
}
.formsub-jobtitl button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.all-jobcard {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid var(--primary-color);
}
.jobcard {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
  border-top: 1px solid var(--primary-color);
}
.tagsjob {
  display: flex;
  gap: 10px;
}
.tagsjob span {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 2px 15px;
}
.jobdisp {
  width: 60%;
}
.jobdisp h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.jobdisp p {
  margin-bottom: 25px;
}
.apply-link .lnkaply {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: var(--primary-color);
  text-decoration: none;
}
.apply-link .lnkaply {
  color: var(--primary-color);
}
.apply-link .lnkaply:hover {
  color: var(--secondary-color);
}
a.lnkaply i {
  transform: rotate(314deg);
}
.notify-vacancy {
  margin: 80px 0;
}
.numbernxt-page {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
span.jobtime {
  font-size: 14px;
  margin-left: 10px;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}
.aivacy-help {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.vacy-new h3 {
  font-size: 28px;
}

.needhlp-vacy {
  background-color: var(--light-yellow);
  padding: 50px;
  margin-left: 30px;
  border-top-left-radius: 30px;
}
.btn-trylnk a {
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-trylnk a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/* Terms of use */

.termsof-sectn {
  margin: 100px 0;
}
.termcontent {
  display: none;
}

.term-tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-align: left;
}
.term-tab button:hover {
  background-color: var(--light-green);
}

.term-tab button.active {
  color: var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
}
.used-terms {
  display: flex;
  gap: 30px;
  margin: 50px 0;
}
.used-widget {
  width: 25%;
}
.used-text {
  width: 70%;
}
.term-tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #bcd7d2;
}
p.paragph {
  margin-bottom: 25px;
  font-size: 15px;
}
.section-dvided {
  margin-bottom: 70px;
}
.section-dvided h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
ol.numblist li,
.circlist li {
  margin-bottom: 15px;
}
.circlist {
  list-style-type: circle;
  margin-bottom: 25px;
}
ol.numblist {
  margin-bottom: 25px;
}
.paragph a {
  color: var(--secondary-color);
}
.support-detail a {
  font-size: 17px;
  color: var(--primary-color);
}
.support-detail a:hover {
  color: var(--secondary-color);
}

/* Affiliate page */

.affilit-esy {
  margin: 50px 0;
}
.affit-image {
  width: 55%;
}
.affit-image img {
  width: 100%;
  border-radius: 35px;
}
.leftaffit {
  width: 35%;
}
.leftaffit h3 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--text-color);
  margin-bottom: 30px;
}
.leftaffit .getstart-btn {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.leftaffit .getstart-btn:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}

/* single blog post */

.singleblog {
  padding: 80px 0;
}
.nameimg {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nameimg a {
  margin: 0;
  font-size: 17px;
  text-decoration: none;
  color: #5e5e5e;
}
.nameimg a:hover {
  color: var(--secondary-color);
}
.nameimg img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.sngblog-img {
  margin: 0 5px;
}
.sngblog-img img {
  height: 350px;
  width: 100%;
  border-radius: 30px;
}
.sngblog-heding {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sngblog-heding h3 {
  font-size: 28px;
}
.postfull-card {
  display: flex;
  justify-content: center;
}
.breif-post {
  width: 65%;
}
.blockquot {
  background-color: var(--light-yellow);
  padding: 30px 50px;
  border-radius: 10px;
  border-left: 3px solid var(--secondary-color);
  margin: 50px 0;
}
.breif-post p {
  margin-bottom: 30px;
}
.breif-post h6 {
  margin-bottom: 15px;
}
.paraimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.paraimg {
  margin: 50px 0;
}
.sharing-sec {
  padding: 50px 30px;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.all-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.all-icons h6 {
  margin: 0;
}
.iconmedia {
  display: flex;
  gap: 20px;
}

.iconmedia a {
  color: #5e5e5e;
}
.iconmedia a:hover {
  color: var(--secondary-color);
}
.all-tags span {
  background-color: var(--secondary-color);
  padding: 4px 12px;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-right: 5px;
}
.direct-all {
  display: flex;
  justify-content: space-between;
}
.direction-sec {
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
}
.postprevw p,
.postnext p {
  margin: 0;
}
.postnext {
  text-align: right;
}
.postprevw a,
.postnext a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.postprevw a:hover,
.postnext a:hover {
  color: var(--secondary-color);
}
.revew-sec {
  padding: 50px 15px;
}
.comment-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
textarea.commentype {
  padding: 10px;
}
.comment-field label {
  margin-bottom: 8px;
}
.inputfields {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  width: 50%;
}
.inputfields label {
  margin-bottom: 8px;
}
.inputfields input {
  height: 40px;
  padding: 5px 8px;
}
.fieldscommnt {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.saverember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.saverember p {
  margin: 0;
}
button.commntbtn {
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
button.commntbtn:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}

.recent-part {
  padding: 80px 0;
  margin-top: 20px;
  background-color: var(--light-yellow);
}
.allrecent {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}
.specifi-post {
  width: 23%;
}
.post-creat {
  overflow: hidden;
}
.post-creat img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.post-body {
  background-color: #ffff;
  padding: 10px 15px;
}
.post-body h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.post-body h3 a {
  color: #000;
  text-decoration: none;
}
.post-body h3 a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.post-creat:hover img {
  transform: scale(1.1);
}
.specifi-post:hover .post-creat img {
  transform: scale(1.1);
}
.specifi-post:hover h3 a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.recenthed h3 {
  font-size: 28px;
}
.needhlp-vacy {
  background-color: var(--light-yellow);
  padding: 50px;
  margin-left: 30px;
  border-top-left-radius: 30px;
}

/* full vacancy */

.needfull-vacy {
  background-color: var(--light-yellow);
  padding: 50px;
  border-top-left-radius: 30px;
  margin: 50px 0 50px 30px;
}
.fullvacy {
  padding: 80px 0;
}
.job-desire {
  margin: 50px 0;
}
.taglock {
  display: flex;
  gap: 25px;
  align-items: center;
}
.job-desire {
  margin: 30px 0;
}
.job-desire {
  margin: 30px 0;
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.jobrecut-area h4 {
  font-size: 22px;
}
.fullvacy-nam h3 {
  font-size: 26px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  border-top: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.tabcontent {
  display: none;
  padding: 40px 20px;
}
.jobfield {
  display: flex;
  gap: 10px;
}
.jobfield h5 {
  margin: 0;
  font-size: 16px;
}
.job-discrp {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.vacyheadr {
  text-align: center;
}

/* Thankyou page */

.boxsuccess {
  box-shadow: 0 15px 25px #00000019;
  padding: 60px 45px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  margin: 100px auto;
  border-bottom: 5px solid #28a745;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.boxpendinng {
  box-shadow: 0 15px 25px #00000019;
  padding: 60px 45px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  margin: 100px auto;
  border-bottom: 5px solid #eab308;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.boxfailed {
  box-shadow: 0 15px 25px #00000019;
  padding: 60px 45px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  margin: 100px auto;
  border-bottom: 5px solid #ef4444;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.successpay,
.pendingpay,
.failedpay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.successpay i {
  font-size: 70px;
  color: #28a745;
}
.failedpay i {
  font-size: 70px;
  color: #ef4444;
}
.pendingpay i {
  font-size: 70px;
  color: #eab308;
}

.successpay h2,
.failedpay h2,
.pendingpay h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}

.successpay p,
.failedpay p,
.pendingpay p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #495057;
  font-weight: 500;
  width: 80%;
}

.message-box-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0 0;
}
.trackid,
.totalpay,
.paymethod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding: 25px 15px;
  border-radius: 10px;
}

.trackid h4,
.totalpay h4,
.paymethod h4 {
  font-size: 18px;
  margin: 0;
}
.trackid p,
.totalpay p,
.paymethod p {
  font-size: 15px;
  margin: 0;
}

/* Responsive Start */

@media (max-width: 575px) {
  /* sign in */
  .login-form {
    padding: 40px 0;
  }
  a.signlogo-side img {
    width: 195px;
  }
  .sign-hdr p {
    font-size: 14px;
  }
  .login-card {
    padding: 25px 20px;
    margin-top: 15px;
    width: 100%;
  }
  .signhdr-crd h5 {
    font-size: 18px;
    text-align: center;
  }
  .signhdr-crd p {
    font-size: 14px;
    text-align: center;
  }
  .formfield-two {
    flex-direction: column;
    align-items: flex-start;
  }
  .submitfield button {
    padding: 8px;
    font-size: 15px;
  }
  .formfield input {
    height: 35px;
    padding: 8px;
  }
  .formfield {
    margin-bottom: 15px;
    gap: 5px;
  }
  .fieldsection {
    margin-top: 20px;
  }

  /* Sign up */
  .signup-crd {
    flex-direction: column;
    gap: 0;
  }
  .quetn-sec h3 {
    font-size: 24px;
  }
  .ans-subsec,
  .anssub-rado {
    margin-top: 20px;
  }
  .regst-form {
    padding: 50px 0;
  }
  .sign-hdr p:nth-child(2) {
    margin: 0;
  }
  #multisform,
  #multisform2,
  #multisform4 {
    width: 100%;
    margin: 20px auto;
  }
  #multisform fieldset,
  #multisform2 fieldset,
  #multisform4 fieldset {
    padding: 30px 20px;
    width: 95%;
    margin: 0 2.5%;
  }
  #multi_progressbar,
  #multi_progressbar2,
  #multi_progressbar3,
  #multi_progressbar4 {
    margin-bottom: 30px;
  }
  #multi_progressbar li:before,
  #multi_progressbar2 li:before,
  #multi_progressbar3 li:before,
  #multi_progressbar4 li:before {
    width: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .fstep-title {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 32px;
  }
  .anstep-btn button {
    padding: 6px 15px;
    font-size: 14px;
  }
  #multisform .actbtn,
  #multisform2 .actbtn,
  #multisform4 .actbtn {
    padding: 4px 8px;
    margin: 20px 5px 0;
  }
  .actbtn i {
    font-size: 13px;
  }
  #range-value {
    top: 14px;
    font-size: 12px;
    padding: 3px 14px;
  }
  .range-labl p {
    font-size: 14px;
  }
  .situation-sec {
    margin: 15px 0 0;
  }
  .situation-sec .situtn-btn {
    width: 100%;
    font-size: 14px;
  }
  .thanksnote {
    gap: 15px;
  }
  .salrange-sec {
    padding: 35px 15px 20px;
    margin-top: 15px;
  }
  .note-thnkpoint {
    padding: 10px 8px 10px 15px;
    border-radius: 6px;
    width: 100%;
  }
  .note-thnkpoint p {
    font-size: 14px;
    line-height: 22px;
  }
  .fstep-subtitle {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .finalbtn-sec a {
    padding: 8px 0;
    font-size: 14px;
  }
  .anstep-inpt input {
    padding: 8px 12px;
    font-size: 14px;
  }
  .anstep-inpt {
    margin-top: 15px;
  }
  .checkbxes {
    width: 100%;
    font-size: 13px;
    padding: 6px 10px;
  }
  .expert-sec {
    gap: 15px;
    margin-top: 15px;
  }
  .checkbxes input {
    width: 12px;
  }
  #range-expr {
    top: 10px;
    font-size: 12px;
    padding: 4px 14px;
  }
  .action-button-subt {
    padding: 5px 20px;
    font-size: 13px;
  }
  .fstep-subtitle-nw {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 26px;
  }

  #multisform3 {
    width: 100%;
    margin: 20px auto;
  }
  #multisform3 .fieldset-one {
    width: 95%;
    margin: 0 2.5%;
  }
  #multisform3 fieldset {
    padding: 30px 20px;
  }
  #multisform3 .fieldset-one,
  #multisform3 .fieldset-two,
  #multisform3 .fieldset-three,
  #multisform3 .fieldset-four {
    width: 95%;
    margin: 0 2.5%;
  }
  .checkbxes-allintry {
    width: 100%;
    padding: 8px;
    gap: 6px;
    font-size: 12px;
  }
  .checkbxes-allintry input {
    width: 12px;
  }
  .checkbxes-timebtn {
    padding: 8px;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }
  .expert-allindus {
    gap: 10px;
    margin-top: 15px;
  }
  .suret-movsec button {
    padding: 6px 20px;
    font-size: 13px;
  }
  .fields-sec {
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
  }
  .fields-sec input {
    padding: 6px 10px;
    width: 100%;
    font-size: 14px;
  }
  .checkedbtns {
    width: 100%;
    padding: 0 !important;
  }
  .srch-add span {
    padding: 4px 8px;
    font-size: 12px;
  }
  #multisform3 .actbtn {
    margin: 20px 5px 0;
    padding: 4px 10px;
  }
  .suret-movsec {
    gap: 15px;
    margin-top: 15px;
  }
  label.btn.remotebtn {
    width: 100%;
    font-size: 14px;
  }
  .fields-sec p {
    font-size: 12px;
  }
  .multistp-card {
    width: 100%;
  }
  .gender-selct label {
    padding: 8px 10px;
    font-size: 14px;
  }
  .entermail input {
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .agree-chkbx label {
    font-size: 13px;
    line-height: 18px;
  }
  .agree-chkbx {
    align-items: baseline;
  }
  #multisform4 .final-field {
    width: 95%;
    margin: 0 2.5%;
  }
  .viewr-totl {
    flex-direction: column;
  }
  .mailsectn {
    font-size: 12px;
    gap: 7px;
  }
  .gender-allopt {
    gap: 10px;
  }

  /* Home page */
  .mainhome-pg {
    margin-top: -190px;
    padding-top: 180px;
    padding-bottom: 50px;
    height: unset;
  }
  .bannerdata {
    flex-direction: column;
  }
  .bannrtext,
  .bannrimg {
    width: 100%;
  }
  .bannrtext h1 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
  }
  .bannrtext p {
    font-size: 16px;
    margin: 15px 0;
  }
  .bannrtext .setprefbtn {
    font-size: 15px;
    width: 100%;
  }
  .navmobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  .navbar-logo {
    width: 100%;
    text-align: center;
  }
  .navlogo-side img {
    width: 190px;
  }
  .navmain-join .navlogo-side {
    margin: 0;
  }
  .navregis-side {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .navregis-side button {
    margin: 0 !important;
    font-size: 13px;
  }

  .tophdr-solve {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
  .card-solve {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .work-graphic img {
    width: 100%;
  }
  .bannrimg {
    margin-top: 10px;
  }
  .iconbox-vacy {
    top: 6%;
    padding: 10px 25px;
    right: 10px;
  }
  .iconbox-clint {
    top: 60%;
    padding: 10px 20px;
    left: 50px;
  }
  .iconbox-clint i {
    font-size: 14px;
    padding: 6px;
  }
  .iconbox-vacy i {
    font-size: 13px;
    padding: 6px;
  }
  .iconbox-vacy h5,
  .iconbox-clint h5 {
    font-size: 14px;
  }
  .iconbox-clint p {
    font-size: 12px;
  }
  .partner-desig {
    margin-left: 5px;
    margin-top: 20px;
    padding: 15px 30px;
    border-top-left-radius: 15px;
  }
  .slick-partner img {
    height: 18px;
  }
  .slick-partner {
    margin-top: 30px;
  }
  .partner-desig h3 {
    padding-top: 10px;
  }
  .solveheding {
    width: 100%;
  }
  .solvepara {
    width: 100%;
  }
  .tophdr-solve h3 {
    font-size: 26px;
  }
  .tophdr-solve p {
    margin-top: 5px;
    font-size: 14px;
  }
  img.leftfind,
  img.bottomfind {
    display: none;
  }
  .find-vdsec {
    margin-left: 5px;
    margin-top: 0;
    padding: 30px 20px;
  }
  .findrboth-side {
    flex-wrap: wrap;
    gap: 30px;
  }
  .leftfind {
    width: 100%;
  }
  .videofind {
    width: 100%;
  }
  .leftfind h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .leftfind p {
    margin: 15px 0;
    font-size: 14px;
  }
  .videofind iframe {
    height: 160px;
  }
  .leftwork {
    width: 100%;
  }
  .working-data {
    margin-top: 25px;
    flex-direction: column;
    gap: 15px;
  }
  .worksectn h3 {
    font-size: 25px;
  }
  .stp-process h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .height-cunt {
    height: 3px;
    margin-top: 12px;
  }
  .stp-process p {
    font-size: 13px;
    margin: 0;
  }
  .work-graphic {
    width: 100%;
  }
  .work-graphic-sec2 {
    display: none;
  }
  .leftwork-sec2 {
    width: 100%;
  }
  .workhow {
    margin: 70px 0px;
  }
  .testimonial-sec {
    padding: 70px 0;
  }
  .testsec-clint h3 {
    font-size: 28px;
  }
  p.guide-test {
    font-size: 13px;
  }
  .discover-sec {
    padding: 70px 15px;
  }
  .discovr-data h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .discovr-data p {
    margin-bottom: 20px;
  }
  .discover-btnsec {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .discover-btnsec button {
    font-size: 14px;
    padding: 8px 30px;
  }
  .discovr-data {
    width: 100%;
  }
  .client-testmonl p {
    height: 100%;
    font-size: 13px;
  }
  .client-testmonl {
    padding: 25px;
  }
  .test-slide {
    margin-top: 20px;
  }
  .leftfind .getstart-btn {
    padding: 6px 30px;
    font-size: 15px;
    width: 100%;
  }
  .author-detal img {
    width: 35px;
    height: 35px;
  }
  .author-detal h5 {
    font-size: 15px;
  }
  .problm-colm .card-body {
    padding: 15px;
  }
  .problm-colm .card-body h4 {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 20px;
  }
  .problm-colm img {
    height: 160px;
    object-fit: cover;
  }

  /* footer */
  .footer {
    flex-flow: column;
    gap: 15px;
  }
  .footrlogo-sec {
    width: 100%;
    text-align: center;
  }
  a.navlogo-side-ftr img {
    width: 210px;
  }
  .footrlogo-sec p {
    margin-top: 10px;
    font-size: 13px;
  }
  .allinks-sec {
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
  }
  .menulink,
  .Resourcelink {
    width: 45%;
  }
  .companylink {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }
  a.menuname {
    font-size: 14px;
  }
  .bottm-footer p {
    font-size: 13px;
  }
  .bottm-footer {
    padding: 10px 0 0;
  }
  footer.footer-outer {
    padding: 40px 0 10px;
  }

  /* apply page */
  .apply-hedr {
    flex-wrap: wrap;
  }
  .autoimg {
    display: none;
  }
  .auto-appy {
    width: 90%;
  }
  img.bottomfind-apply {
    width: 85px;
  }
  img.leftfind-apply {
    width: 65px;
  }
  .auto-appy h3 {
    font-size: 28px;
  }
  .auto-appy p {
    font-size: 14px;
    margin: 15px 0;
  }
  .apply-contsectn {
    margin: 30px 8px 0;
  }
  .auto-appy .autobtn {
    font-size: 16px;
    width: 100%;
  }
  .jobravol-search {
    padding: 0 0 50px;
  }
  .design-revolt {
    width: 90%;
  }
  .design-revolt h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  .design-revolt p {
    font-size: 15px;
    margin-top: 15px;
  }
  .design-revolt img {
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
  }
  .solve-instruc {
    padding: 50px 0;
  }
  .card-auto .card-text {
    font-size: 14px;
    height: 100%;
  }
  .manultop-progs {
    flex-wrap: wrap;
  }
  .manultop-progs .auto-heding {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: normal;
    width: 100%;
  }
  .manultop-progs p {
    margin: 0;
    font-size: 14px;
    width: 100%;
  }
  .appli-guide {
    width: 100%;
  }
  .applicate-point {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .appli-guide h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .appli-guide i {
    font-size: 26px;
    height: 65px;
    width: 65px;
  }
  .appli-guide p {
    font-size: 14px;
  }
  .choosn-data {
    flex-wrap: wrap;
    gap: 25px;
  }
  .choos-left {
    width: 100%;
  }
  .choos-left h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .choos-rgterm {
    width: 100%;
    flex-wrap: wrap;
  }
  .whyarea-point,
  .whyarea {
    width: 100%;
  }
  .why-auto-progs p {
    font-size: 14px;
    margin: 0;
  }
  .why-auto-progs h4 {
    font-size: 20px;
  }
  .aiapply-need {
    flex-wrap: wrap;
    gap: 10px;
  }
  .aitexting {
    width: 100%;
  }
  .resuma-img {
    width: 100%;
  }
  .aitexting h3 {
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .aitexting p {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .aitexting .aplyaibtn {
    font-size: 15px;
    padding: 8px 30px;
    width: 100%;
  }
  .needhlp-sectn {
    margin-left: 10px;
    padding: 30px 20px;
  }
  .mail-img {
    display: none;
  }
  .aihelping {
    width: 100%;
  }
  .aihelping h3 {
    font-size: 26px;
  }
  .aihelping p {
    font-size: 14px;
  }
  .aihelping p a {
    font-size: 15px;
  }
  .faq-ask-hedr h3 {
    font-size: 26px;
  }
  .askheding p {
    font-size: 13px;
    margin: 0;
  }
  .faq-ask-hedr {
    align-items: baseline;
    flex-direction: column;
  }
  a.vewfaq {
    font-size: 14px;
  }
  .faq-ask-data {
    width: 100%;
  }
  .faq-ask-data .accordion-body {
    font-size: 14px;
  }
  .faq-accord .accordion-button {
    font-size: 15px;
    line-height: 21px;
  }
  .faq-ask-data .accordion-button::after {
    margin-left: 10px;
  }
  .why-guide p {
    font-size: 14px;
  }
  .manual-appsec {
    padding: 50px 0;
  }
  .faq-asksec {
    padding: 50px 0;
  }
  .jobapply-srch {
    margin-top: 50px;
  }

  /* resume matching */
  .images-resum {
    display: none;
  }
  .resum-trail {
    width: 100%;
    padding: 0;
  }
  .resume-matchsec {
    padding: 40px 0;
  }
  .resum-trail h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .resum-trail p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .resum-trail .all-registrbtn {
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 40px;
  }
  .manual-applicat .manul-heding {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .advanc-feature {
    padding: 40px 0 20px;
  }
  .advansec-heding p {
    font-size: 14px;
  }
  .stratgy-feature h4 {
    font-size: 20px;
    line-height: 25px;
    width: 90%;
  }
  .stratgy-feature {
    padding: 40px 30px;
  }
  .imag-rb img {
    height: 55px;
  }
  .stratgy-feature p {
    margin-bottom: 0;
    font-size: 13px;
  }
  .chance-yhedr {
    width: 100%;
  }
  .chance-yhedr h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .chance-yhedr p {
    font-size: 14px;
  }
  .chance-data {
    flex-wrap: wrap;
  }
  .Opport-unity {
    width: 100%;
  }
  .Opport-unity p {
    font-size: 13px;
    margin: 0;
  }
  .Opport-unity i {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .Opport-unity h3 {
    margin-bottom: 10px;
  }
  .idea-imptip {
    width: 100%;
    padding: 40px 15px 100px;
  }
  .idea-imprv {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .idea-img {
    width: 100%;
    margin: 50px 0;
  }
  .idea-img img {
    border-radius: 20px;
    width: 90%;
    left: 5%;
    height: 250px;
    object-fit: fill;
  }
  .advanc-jobs .slick-prev:before,
  .advanc-jobs .slick-next:before {
    padding: 8px;
  }
  .advanc-jobs .slick-prev,
  .advanc-jobs .slick-next {
    bottom: 10px;
  }

  .tipdetail h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
  }
  .tipdetail p {
    font-size: 13px;
  }
  .count-nbr i {
    font-size: 22px;
  }
  .tips-count {
    gap: 10px;
  }
  .tiphdr h3 {
    letter-spacing: 0.2px;
    font-size: 24px;
  }
  .tiphdr h5 {
    font-size: 17px;
  }
  .your-chansec {
    padding: 40px 0;
  }
  .discove-resume {
    width: 100%;
  }
  .discove-resume h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.2px;
  }
  .discove-resume p {
    margin: 20px 0;
    font-size: 14px;
  }
  .askheding {
    width: 100%;
    text-align: center;
  }
  .viewask {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .resumatch-discovr {
    margin-top: 50px;
  }
  .steps-tip {
    gap: 25px;
    width: 100%;
  }
  .advanc-jobs {
    padding: 10px 0 60px;
  }

  /* cover letter page */
  .auto-cover {
    width: 90%;
  }
  .auto-cover h3 {
    font-size: 28px;
    margin: 0;
  }
  .auto-cover p {
    font-size: 14px;
    margin: 15px 0;
  }
  .cover-contsectn {
    padding: 50px 0;
    margin: 30px 0 0;
  }
  .auto-cover .autobtn {
    font-size: 14px;
    padding: 8px 40px;
    width: 100%;
  }
  .letidea-sectn {
    padding: 40px 0;
  }
  .letideahdng {
    width: 100%;
  }
  .letideahdng h3 {
    font-size: 26px;
  }
  .letideahdng p {
    font-size: 14px;
  }
  .letideaimg img {
    width: 45%;
  }
  .letideaimg {
    gap: 25px;
    margin: 20px 0;
  }
  .lets-apply {
    margin: 40px 0;
  }
  .lets-gonew {
    flex-wrap: wrap;
  }
  .lets-apply-hedr,
  .lets-apply-img {
    width: 100%;
  }
  .lets-apply-hedr {
    padding: 30px 15px;
  }
  .lets-apply-hedr p {
    margin: 15px 0 30px;
  }
  .lets-apply-hedr .lets-applybtn {
    font-size: 14px;
    padding: 8px 30px;
    width: 100%;
  }

  /* resume score page */
  .idea-scor {
    flex-wrap: wrap;
  }
  .idea-scoring {
    width: 100%;
    padding: 30px;
    height: 100%;
  }
  .tip-scorhdr h3 {
    letter-spacing: 0.2px;
    font-size: 30px;
    line-height: 38px;
  }
  .score-tip {
    width: 100%;
    margin: 30px 0 0;
  }
  .under-scorimg {
    width: 100%;
    margin: 110px 0;
  }
  .under-scorimg img {
    border-radius: 15px;
    width: 90%;
    height: 300px;
    right: unset;
    object-fit: fill;
  }
  .height-score {
    width: 50px;
    margin-top: 8px;
  }
  .score-work {
    gap: 10px;
  }
  .score-process p {
    font-size: 14px;
  }
  .score-process h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .aiimport-sectn {
    padding: 60px 0;
  }
  .resum-work {
    padding: 60px 0;
  }
  .work-text {
    width: 100%;
  }
  .work-text h3 {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .work-text p {
    font-size: 14px;
  }
  .work-rscore {
    width: 100%;
  }
  .work-sets {
    margin-top: 20px;
  }
  .steps-rescore {
    flex-wrap: wrap;
    gap: 10px;
  }
  .rework-sec,
  .rework-img {
    width: 100%;
  }
  .cpoint-scr h4 {
    font-size: 24px;
  }
  .cpoint-scr p {
    font-size: 14px;
    margin: 0;
  }
  .coutscore span {
    font-size: 20px;
  }
  .moblstep-rescore {
    flex-direction: column-reverse;
  }
  h5.subhead-score {
    font-size: 11px;
  }

  /* ai recruter page */
  .contrecut {
    flex-wrap: wrap;
  }
  .conrect-img,
  .pararect {
    width: 100%;
  }
  .pararect {
    padding: 5px;
  }
  .score-tip-nw {
    margin: 20px 0 0;
  }
  .manual-appmobl {
    margin: 50px 0 0;
  }
  .recurt-hscr h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 36px;
    width: 100%;
  }
  .compare-recrut {
    margin-left: 5px;
    margin-top: 120px;
    padding: 70px 0;
  }
  .recurt-heding {
    width: 100%;
  }
  .recurt-para {
    width: 100%;
  }
  .tablerecut th {
    font-size: 17px;
  }
  .tablerecut td {
    font-size: 14px;
  }
  .tablerecut th,
  .tablerecut td {
    padding: 8px;
  }
  .tryit-btnsec {
    width: 95%;
  }
  .tryit-btnsec p {
    font-size: 16px;
  }
  .tryit-btnsec .tryyu-btn {
    font-size: 15px;
    padding: 8px 30px;
  }

  /* blog page */
  .blog-appy {
    width: 100%;
  }
  .blog-appy h3 {
    font-size: 26px;
  }
  .blog-appy p {
    font-size: 14px;
  }
  .blog-sectn {
    height: 200px;
    margin: 30px 5px 0;
  }
  .blog-style {
    flex-direction: column;
  }
  .blog-img {
    width: 100%;
  }
  .blog-img img {
    /* height: 320px; */
    height: 100%;
    object-fit: fill;
  }
  .blog-card {
    width: 100%;
  }
  .blog-card {
    padding: 10px;
  }
  .insight-rowing {
    flex-wrap: wrap;
  }
  li.page-item a {
    padding: 6px 10px;
    font-size: 12px;
  }
  .side-catgy {
    padding: 0;
    width: 100%;
  }
  h3.card-headg {
    font-size: 22px;
  }
  .all-catgy a {
    margin-bottom: 8px;
    padding: 5px 0;
    font-size: 15px;
  }
  .categry-collect {
    margin: 25px 0;
    padding: 15px 25px;
  }
  .recent-pst {
    margin: 35px 0;
    padding: 15px 25px;
  }
  .short-heading h5 {
    font-size: 13px;
  }
  .short-heading p {
    font-size: 13px;
  }
  .search-box input {
    padding: 4px 40px 10px 15px;
    height: 40px;
    font-size: 14px;
  }
  ul.page-nevigate {
    gap: 15px;
  }
  .our-insight {
    padding: 40px 0;
  }
  .blog-card h3 a {
    font-size: 20px;
    line-height: 28px;
  }
  h5.subhead-blog {
    font-size: 12px;
    margin: 0;
  }
  .blog-card h3 {
    margin-bottom: 12px;
    margin-top: 8px;
    letter-spacing: 0.2px;
  }
  .blog-discrip {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .author-bimg img {
    height: 50px;
    width: 50px;
  }
  .author-bname h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .blog-author {
    gap: 15px;
    margin-top: 15px;
  }
  .blog-all {
    gap: 20px;
  }
  .serchicn {
    font-size: 13px;
    right: 13px;
    top: 13px;
  }
  .author-bname p {
    font-size: 13px;
  }

  /* single blog page */
  .allrecent {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .specifi-post {
    width: 100%;
  }
  .singleblog {
    padding: 40px 0;
  }
  .sngblog-heding h3 {
    font-size: 24px;
  }
  .nameimg img {
    width: 40px;
    height: 40px;
  }
  .nameimg a {
    font-size: 15px;
  }
  .sngblog-heding {
    margin-bottom: 30px;
  }
  .sngblog-img img {
    height: 200px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
  .breif-post {
    width: 100%;
  }
  .breif-post h6 {
    font-size: 16px;
  }
  .breif-post p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blockquot {
    padding: 15px 20px;
    border-radius: 8px;
    margin: 30px 0;
  }
  .parasection h5 {
    font-size: 18px;
  }
  ol.numblist li,
  .circlist li {
    font-size: 14px;
  }
  .paraimg img {
    height: 100%;
  }
  .paraimg {
    margin: 30px 0;
  }
  .sharing-sec {
    padding: 15px;
    margin: 30px 0 0;
    flex-wrap: wrap;
    gap: 20px;
  }
  .iconmedia a {
    font-size: 15px;
  }
  .all-icons {
    justify-content: space-between;
    width: 100%;
  }
  .all-tags span {
    padding: 4px 15px;
    font-size: 13px;
  }
  .direct-all {
    flex-wrap: wrap;
  }
  .postprevw,
  .postnext {
    width: 100%;
  }
  .postprevw a,
  .postnext a {
    font-size: 16px;
    font-weight: 500;
  }
  .postprevw a i,
  .postnext a i {
    font-size: 14px;
  }
  .direction-sec {
    padding: 30px 0;
  }
  .revew-sec {
    padding: 30px 0;
  }
  .fieldscommnt {
    flex-direction: column;
  }
  .inputfields {
    margin-bottom: 20px;
    width: 100%;
  }
  .fieldscommnt {
    gap: 0;
  }
  .comment-field {
    margin-bottom: 20px;
  }
  .comment-hre h5 {
    font-size: 17px;
  }
  .comment-field label {
    font-size: 15px;
  }
  .inputfields label {
    font-size: 15px;
  }
  .saverember {
    align-items: baseline;
  }
  .saverember {
    margin-bottom: 20px;
  }
  .saverember p {
    margin: 0;
  }
  textarea.commentype {
    font-size: 14px;
  }
  .inputfields input {
    height: 35px;
    font-size: 14px;
  }
  .recent-part {
    padding: 40px 0;
  }
  .recenthed h3 {
    font-size: 24px;
  }
  .recenthed p {
    font-size: 14px;
  }
  .blockquot h5 {
    font-size: 15px;
  }
  .post-body p {
    font-size: 13px;
  }
  .post-body h3 {
    font-size: 18px;
  }
  .saverember label {
    font-size: 14px;
  }

  /* affiliate page */
  .leftaffit,
  .affit-image {
    width: 100%;
  }
  .leftaffit h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
  }
  .leftaffit .getstart-btn {
    font-size: 15px;
    width: 100%;
  }

  /* vacancy page */
  .tagsjob {
    flex-wrap: wrap;
  }
  .vacny-sectn {
    height: 200px;
  }
  .jobfields {
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-jobtitl {
    width: 100%;
  }
  .form-jobtitl input {
    padding: 6px 10px;
    font-size: 14px;
  }
  .formsub-jobtitl {
    width: 100%;
  }
  .formsub-jobtitl button {
    margin-top: 20px;
    padding: 8px 0;
    font-size: 14px;
  }
  .vacny-serch {
    margin: 50px 0;
  }
  .needhlp-vacy {
    padding: 30px 15px;
    margin-left: 5px;
  }
  .aivacy-help {
    flex-direction: column;
  }
  .vacy-new {
    text-align: center;
  }
  .vacy-new h3 {
    font-size: 24px;
  }
  .vacy-new p {
    font-size: 14px;
  }
  .btn-trylnk a {
    padding: 8px 25px;
    font-size: 14px;
  }
  .jobcard {
    padding: 20px 15px;
  }
  .jobcard {
    flex-direction: column;
  }
  .jobdisp {
    width: 100%;
  }
  .jobdisp h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  span.jobtime {
    font-size: 12px;
  }
  .jobdisp p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .tagsjob span {
    font-size: 13px;
  }
  .apply-link {
    margin-top: 25px;
  }
  .apply-link .lnkaply {
    font-size: 16px;
  }
  a.lnkaply i {
    transform: rotate(314deg);
    font-size: 15px;
  }
  .notify-vacancy {
    margin: 50px 0;
  }
  .btn-trylnk {
    width: 100%;
  }

  /* full vacancy */
  .fullvacy-nam h3 {
    font-size: 22px;
  }
  .taglock {
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    align-items: unset;
  }
  .fullvacy {
    padding: 40px 0;
  }
  .job-desire {
    padding: 20px 0;
  }
  .tab button {
    padding: 12px;
    font-size: 14px;
  }
  .tabcontent {
    padding: 30px 10px;
  }
  .affilit-esy {
    margin: 0 0 50px;
  }
  .jobfield {
    flex-wrap: wrap;
    gap: 5px;
  }
  .jobfield span {
    font-size: 14px;
  }
  .tabcontent p {
    font-size: 14px;
  }

  /* terms for use */
  .used-terms {
    flex-direction: column;
    margin: 30px 0;
  }
  .used-widget,
  .used-text {
    width: 100%;
  }
  .section-dvided {
    margin-bottom: 30px;
  }
  .section-dvided h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  p.paragph {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .termsof-sectn {
    margin: 50px 0;
  }
  .term-tab button {
    padding: 8px 16px;
    font-size: 15px;
  }
  .faq-accord .accordion-body {
    font-size: 14px;
  }
  .support-detail p {
    font-size: 15px;
    line-height: 22px;
  }

  /* payment page */
  .plans-card {
    width: 100%;
  }
  .mobilevw-plan {
    display: block;
  }
  .plandata {
    align-items: start;
    flex-direction: column;
  }
  .month,
  .listedplan {
    width: 100%;
  }
  .month {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid#ade7c0;
  }
  .totl-pric {
    display: none;
  }
  .first-plan .btn-check {
    top: 18px;
  }
  .highligt-plan .btn-check {
    top: 58px !important;
  }
  .listedplan {
    border-right: unset;
  }
  .deskside {
    display: none;
  }
  .mobl-side {
    display: block;
    font-size: 13px;
    font-weight: normal !important;
  }
  .monthly-count {
    margin-left: 24px;
  }
  .monthly-count h5 {
    font-size: 17px;
    margin: 0;
  }
  .listedplan ul li {
    font-size: 14px;
  }
  .populr-mbtag {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 0;
  }
  .popular-sectn {
    width: 100%;
    text-align: center;
    display: block;
  }
  .populr-tag {
    display: none;
  }
  .agree-sect {
    width: 100%;
  }
  .subget-sect a {
    padding: 8px;
    font-size: 16px;
  }
  .subget-sect {
    margin: 10px 0 0;
  }
  .plansjob {
    gap: 10px;
  }
  .subother-sect a {
    font-size: 13px;
  }

  /* payment page */
  .rightside-pay .expcvv {
    display: unset;
    padding-top: 0;
  }
  .rightside-pay .expcvv_text2 {
    padding: 0;
  }
  .rightside-pay .button {
    padding: 7px;
    font-size: 1rem;
  }
  .rightside-pay p {
    font-size: 1rem;
    margin: 0.6rem 0;
  }
  .subscrb-dtl p {
    font-size: 14px;
  }
  .subscrb-dtl h5 {
    font-size: 26px;
  }
  .part-dpt {
    margin-bottom: 15px;
  }

  /* new css multistep */
  .ansmult-rado .statebtn-rgt,
  .ansmult-rado .checkbtn-wout,
  .ansmult-zon .checkbtn-wout {
    width: 100%;
  }
  .ansmult-rado .checkbtn-rgt,
  .ansmult-rado .checkbtn-indus {
    width: 100%;
  }
  .statebtn-rgt label {
    font-size: 14px;
  }

  /* Thankyou page */

  .boxsuccess {
    box-shadow: 0 15px 25px #00000019;
    padding: 60px 45px;
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 100px auto;
    border-bottom: 5px solid #28a745;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .boxpendinng {
    box-shadow: 0 15px 25px #00000019;
    padding: 60px 45px;
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 100px auto;
    border-bottom: 5px solid #eab308;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .boxfailed {
    box-shadow: 0 15px 25px #00000019;
    padding: 60px 45px;
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 100px auto;
    border-bottom: 5px solid #ef4444;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .successpay,
  .pendingpay,
  .failedpay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .successpay i {
    font-size: 70px;
    color: #28a745;
  }
  .failedpay i {
    font-size: 70px;
    color: #ef4444;
  }
  .pendingpay i {
    font-size: 70px;
    color: #eab308;
  }

  .successpay h2,
  .failedpay h2,
  .pendingpay h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
  }

  .successpay p,
  .failedpay p,
  .pendingpay p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #495057;
    font-weight: 500;
    width: 80%;
  }

  .message-box-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0 0;
  }
  .trackid,
  .totalpay,
  .paymethod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding: 25px 15px;
    border-radius: 10px;
  }

  .trackid h4,
  .totalpay h4,
  .paymethod h4 {
    font-size: 18px;
    margin: 0;
  }
  .trackid p,
  .totalpay p,
  .paymethod p {
    font-size: 15px;
    margin: 0;
  }
}

/* 575px to 767px */

@media (min-width: 576px) and (max-width: 767px) {
  a.signlogo-side img {
    width: 250px;
  }
  .sign-hdr p {
    font-size: 15px;
  }
  .login-card {
    padding: 40px;
    margin-top: 20px;
    width: 90%;
  }

  /* sign up */
  .ans-subsec a {
    font-size: 15px;
  }
  .quetn-sec h3 {
    font-size: 25px;
  }

  /* multistep page */
  #multisform,
  #multisform2,
  #multisform4 {
    width: 100%;
    margin: 35px auto;
  }
  #multisform fieldset,
  #multisform2 fieldset,
  #multisform4 fieldset {
    padding: 40px 30px;
  }
  .fstep-title {
    font-size: 28px;
    line-height: 36px;
  }
  .anstep-btn button {
    padding: 6px 20px;
    font-size: 14px;
  }
  .actbtn i {
    font-size: 13px;
  }
  #multi_progressbar li:before,
  #multi_progressbar2 li:before,
  #multi_progressbar3 li:before,
  #multi_progressbar4 li:before {
    width: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  #multi_progressbar,
  #multi_progressbar2,
  #multi_progressbar3,
  #multi_progressbar4 {
    margin-bottom: 40px;
  }
  .salrange-sec {
    padding: 40px 15px 20px;
  }
  #range-value {
    top: 12px;
    font-size: 13px;
    padding: 3px 14px;
  }
  .range-labl p {
    font-size: 14px;
  }
  .situation-sec .situtn-btn {
    font-size: 14px;
  }
  .note-thnkpoint {
    padding: 12px 8px 12px 15px;
    width: 100%;
  }

  .anstep-inpt input {
    padding: 8px 12px;
    font-size: 15px;
  }
  .anstep-inpt {
    margin-top: 15px;
  }
  .checkbxes {
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
  }
  .expert-sec {
    gap: 15px;
    margin-top: 15px;
  }
  .checkbxes input {
    width: 14px;
  }
  #range-expr {
    top: 15px;
    font-size: 12px;
    padding: 4px 16px;
  }
  .action-button-subt {
    padding: 7px 50px;
    font-size: 14px;
  }
  #multisform3 .fieldset-one,
  #multisform3 .fieldset-two,
  #multisform3 .fieldset-three,
  #multisform3 .fieldset-four {
    width: 95%;
    margin: 0 2.5%;
  }
  #multisform3 fieldset {
    padding: 40px 30px;
  }
  #multisform3 {
    width: 100%;
    margin: 30px auto;
  }
  .checkbxes-allintry {
    width: 48%;
    padding: 8px 10px;
    gap: 10px;
    font-size: 12px;
  }
  .situation-sec {
    justify-content: center;
    margin: 20px 0 0;
  }
  .checkbxes-timebtn {
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .suret-movsec button {
    padding: 6px 20px;
    font-size: 14px;
  }
  .fields-sec input {
    padding: 8px 10px;
    width: 55%;
  }
  label.btn.remotebtn {
    padding: 5px 10px;
  }

  .multistp-card {
    width: 100%;
  }
  .gender-allopt {
    gap: 10px;
  }
  .gender-selct label {
    padding: 8px 10px;
    font-size: 14px;
  }
  .entermail input {
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .agree-chkbx label {
    font-size: 14px;
  }
  .viewr-totl {
    flex-direction: column;
  }

  /* home page */
  .navmobile {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  .navlogo-side img {
    width: 210px;
  }

  .mainhome-pg {
    margin-top: -155px;
    padding-top: 12rem;
    height: unset;
  }
  .bannerdata {
    flex-direction: column;
  }
  .bannrtext,
  .bannrimg {
    width: 100%;
  }
  .bannrtext h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
  }
  .bannrtext p {
    font-size: 17px;
    margin: 20px 0;
  }
  .navbar-logo {
    width: 100%;
    text-align: center;
  }
  .navregis-side {
    width: 100%;
    justify-content: center;
  }
  .tophdr-solve {
    flex-direction: column;
    gap: 10px;
  }
  .solveheding {
    width: 100%;
  }
  .solvepara {
    width: 100%;
  }
  .tophdr-solve h3 {
    font-size: 34px;
  }
  .tophdr-solve p {
    margin: 0px;
    font-size: 15px;
  }
  .card-solve {
    flex-wrap: wrap;
  }
  .problm-colm {
    width: 50%;
    flex: 0 0 45% !important;
  }
  .find-vdsec {
    margin-left: 5px;
    margin-top: 0;
    padding: 50px;
  }
  .findrboth-side {
    flex-flow: column;
    gap: 30px;
  }
  .leftfind {
    width: 100%;
  }
  .videofind {
    width: 100%;
  }
  img.leftfind,
  img.bottomfind {
    display: none;
  }
  .working-data {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .leftwork,
  .leftwork-sec2,
  .work-graphic {
    width: 100%;
  }
  .second-wrkingdt {
    flex-direction: unset;
  }
  .work-graphic-sec2 {
    width: 100%;
  }
  .discovr-data {
    width: 90%;
  }
  .footer {
    flex-direction: column;
  }
  .footrlogo-sec {
    width: 100%;
    text-align: center;
  }
  .allinks-sec {
    width: 100%;
  }
  a.navlogo-side-ftr img {
    width: 220px;
  }
  .navregis-side button {
    width: 160px;
  }
  .client-testmonl p {
    height: 100%;
  }
  .client-testmonl p {
    height: 100%;
  }

  /* apply page */

  .apply-contsectn {
    margin: 30px 8px;
  }
  .autoimg {
    display: none;
  }
  .auto-appy {
    width: 100%;
  }
  .apply-hedr {
    flex-wrap: wrap;
  }
  img.bottomfind-apply {
    width: 100px;
  }
  img.leftfind-apply {
    width: 75px;
  }
  .auto-appy h3 {
    font-size: 36px;
  }
  .auto-appy p {
    font-size: 15px;
    margin: 15px 0 30px;
  }
  .design-revolt h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .design-revolt p {
    font-size: 16px;
    margin-top: 15px;
  }
  .design-revolt {
    width: 100%;
  }
  .manultop-progs {
    flex-direction: column;
  }
  .manultop-progs .auto-heding {
    font-size: 34px;
    line-height: 42px;
    width: 100%;
  }
  .manultop-progs p {
    font-size: 16px;
    width: 100%;
  }
  .appli-guide {
    width: 48%;
  }
  .appli-guide h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .appli-guide p {
    font-size: 15px;
  }
  .appli-guide i {
    font-size: 26px;
    height: 70px;
    width: 70px;
  }
  .manual-appsec {
    padding: 50px 0;
  }
  .choosn-data {
    flex-wrap: wrap;
  }
  .choos-left {
    width: 100%;
  }
  .choos-rgterm {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .choos-left h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .aiapply-need {
    flex-wrap: wrap;
  }
  .aitexting {
    width: 100%;
  }
  .resuma-img {
    width: 100%;
  }
  .aitexting p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .aitexting h3 {
    line-height: 42px;
    margin-bottom: 15px;
  }
  .mail-img {
    display: none;
  }
  .aihelping {
    width: 100%;
  }
  .needhlp-sectn {
    padding: 30px;
  }
  .aihelping h3 {
    font-size: 32px;
  }
  .faq-ask-hedr h3 {
    font-size: 30px;
  }
  .faq-ask-hedr {
    gap: 20px;
    align-items: baseline;
  }
  .faq-ask-data {
    width: 100%;
  }
  .card-auto .card-text {
    height: 100%;
  }
  .askheding {
    width: 75%;
  }
  .askheding p {
    font-size: 14px;
  }
  a.vewfaq {
    font-size: 16px;
  }

  /* resume matching page */
  .images-resum {
    display: none;
  }
  .resum-trail {
    width: 100%;
    padding: 0;
  }
  .resume-matchsec {
    padding: 60px 0;
  }
  .resum-trail h2 {
    font-size: 38px;
    letter-spacing: 0.5px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .resum-trail p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .partner-desig {
    margin-left: 10px;
    padding: 30px;
  }
  .manual-applicat .manul-heding {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .applicate-point {
    margin: 25px 0;
  }
  .advansec-heding p {
    font-size: 14px;
  }
  .advansec-heding h3 {
    font-size: 26px;
  }
  .advanc-feature {
    padding: 40px 0;
  }
  .your-chansec {
    padding: 40px 0;
  }
  .chance-yhedr h3 {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 38px;
  }
  .chance-data {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .Opport-unity {
    width: 48%;
  }
  .Opport-unity h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .Opport-unity i {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .idea-imptip {
    width: 100%;
    padding: 50px 20px 100px;
  }
  .idea-imprv {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .tiphdr h3 {
    font-size: 26px;
  }
  .tipdetail h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .count-nbr i {
    font-size: 20px;
  }
  .idea-img img {
    width: 80%;
    object-fit: fill;
    height: 300px;
    left: unset;
  }
  .idea-img {
    margin: 80px 0;
    width: 100%;
  }
  .discove-resume {
    width: 90%;
  }
  .discove-resume p {
    margin: 20px 0;
    font-size: 15px;
  }
  .discove-resume h3 {
    font-size: 34px;
    line-height: 44px;
  }
  .resumatch-discovr {
    margin-top: 60px;
  }

  /* cover letter page */
  .cover-contsectn {
    padding: 40px 0;
    margin: 30px 0 0;
  }
  .auto-cover {
    width: 90%;
  }
  .auto-cover h3 {
    font-size: 32px;
    letter-spacing: 0.4px;
  }
  .auto-cover p {
    font-size: 14px;
    margin: 15px 0 30px;
    color: var(--primary-color);
  }
  .solve-instruc {
    padding: 60px 0;
  }
  .card-body h4 {
    margin-bottom: 15px;
    letter-spacing: 0.4px;
    line-height: 26px;
  }
  .card-body p {
    font-size: 14px;
  }
  .problm-colm .card-body {
    padding: 20px;
  }
  .letideahdng {
    width: 90%;
  }
  .letidea-sectn {
    padding: 50px 0;
  }
  .letideaimg img {
    width: 25%;
  }
  .letideaimg {
    gap: 30px;
    margin: 20px 0;
  }
  .lets-apply {
    margin: 40px 0;
  }
  .lets-apply-hedr,
  .lets-apply-img {
    width: 100%;
  }
  .lets-gonew {
    flex-wrap: wrap;
  }
  .lets-apply-hedr {
    padding: 30px;
  }

  /* resume score page */
  .idea-scor {
    flex-wrap: wrap;
  }
  .idea-scoring {
    width: 100%;
    padding: 60px 30px 60px;
    height: 100%;
  }
  .tip-scorhdr h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .score-process h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .score-process p {
    font-size: 15px;
  }
  .under-scorimg {
    width: 100%;
    margin: 125px 0;
  }
  .under-scorimg img {
    border-radius: 20px;
    width: 80%;
    object-fit: fill;
    right: unset;
    height: 400px;
  }
  .aiimport-sectn {
    padding: 50px 0;
  }
  .work-rscore {
    width: 100%;
  }
  .work-text h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .work-text p {
    font-size: 15px;
  }
  .work-text {
    width: 90%;
  }
  .steps-rescore {
    flex-wrap: wrap;
  }
  .rework-sec,
  .rework-img {
    width: 100%;
  }
  .cpoint-scr p {
    font-size: 15px;
  }
  .cpoint-scr h4 {
    font-size: 26px;
  }
  .coutscore span {
    font-size: 22px;
  }
  .moblstep-rescore {
    flex-direction: column-reverse;
  }
  .work-sets {
    margin-top: 0;
  }
  .workhow {
    margin: 60px 0px;
  }
  .stp-process h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .stp-process p {
    font-size: 15px;
  }
  .work-graphic-sec2 img {
    height: 450px;
  }

  /* ai recruiter page */
  .contrecut {
    flex-wrap: wrap;
  }
  .conrect-img,
  .pararect {
    width: 100%;
  }
  .pararect {
    padding: 30px 0;
  }
  .manual-appmobl {
    margin-top: 80px;
  }
  .recurt-hscr h3 {
    width: 100%;
  }
  .compare-recrut {
    margin-left: 10px;
    margin-top: 110px;
  }
  .recurt-heding {
    width: 100%;
  }
  .recurt-para {
    width: 100%;
  }
  .chance-yhedr {
    width: 100%;
  }
  .tryit-btnsec {
    width: 90%;
  }
  .solve-instruc .tophdr-solve {
    margin-bottom: 0;
  }

  /* blog page */
  .blog-appy {
    width: 100%;
  }
  .blog-sectn {
    height: 250px;
  }
  .blog-appy h3 {
    font-size: 26px;
  }
  .blog-appy p {
    font-size: 15px;
  }
  .insight-rowing {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-insight {
    justify-content: center;
    align-items: center;
  }
  .blog-style {
    flex-direction: column;
  }
  .blog-img {
    width: 100%;
  }
  .blog-card {
    width: 100%;
  }
  .blog-card {
    padding: 15px 5px;
  }
  .blog-card h3 {
    margin-bottom: 12px;
    margin-top: 10px;
    letter-spacing: 0.2px;
  }
  .blog-discrip {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .blog-author {
    gap: 15px;
    margin-top: 20px;
  }
  .author-bimg img {
    height: 50px;
    width: 50px;
  }
  .author-bname p {
    font-size: 14px;
  }
  .author-bname h4 {
    font-size: 16px;
  }
  .our-insight {
    padding: 40px 0;
  }
  ul.page-nevigate {
    gap: 20px;
  }
  li.page-item a {
    padding: 8px 12px;
    font-size: 14px;
  }
  .blog-all {
    gap: 20px;
  }
  .side-catgy {
    padding: 0;
  }
  .side-catgy {
    padding: 0;
    width: 75%;
  }
  .search-box input {
    padding: 6px 30px 6px 10px;
    height: 40px;
    font-size: 14px;
  }
  .serchicn {
    right: 12px;
    top: 12px;
    font-size: 13px;
  }
  h3.card-headg {
    font-size: 22px;
  }
  .all-catgy a {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .allposts {
    gap: 20px;
  }

  /* single post page */
  .sngblog-heding h3 {
    font-size: 25px;
  }
  .nameimg img {
    width: 45px;
    height: 45px;
  }
  .nameimg a {
    font-size: 15px;
  }
  .sngblog-heding {
    margin-bottom: 30px;
  }
  .sngblog-img img {
    height: 250px;
    border-radius: 20px;
  }
  .singleblog {
    padding: 40px 0;
  }
  .breif-post {
    width: 100%;
  }
  .breif-post h6 {
    font-size: 18px;
  }
  .breif-post p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .blockquot {
    padding: 17px 25px;
    border-left: 2px solid var(--secondary-color);
    margin: 30px 0;
  }
  .parasection h5 {
    font-size: 17px;
  }
  ol.numblist li,
  .circlist li {
    font-size: 14px;
  }
  .paraimg img {
    width: 100%;
    height: 100%;
  }
  .paraimg {
    margin: 30px 0;
  }
  .sharing-sec {
    padding: 30px 15px;
    margin: 30px 0 0;
  }
  .sharing-sec {
    padding: 30px 15px;
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .all-icons {
    justify-content: space-between;
  }
  .all-tags span {
    font-size: 14px;
  }
  .postprevw a,
  .postnext a {
    font-size: 16px;
    font-weight: 500;
  }
  .direction-sec {
    padding: 30px 0;
  }
  .revew-sec {
    padding: 30px 15px;
  }
  .saverember {
    align-items: baseline;
  }
  .saverember label {
    font-size: 15px;
  }
  .recent-part {
    padding: 50px 0;
  }
  .allrecent {
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .specifi-post {
    width: 48%;
  }
  .post-body h3 {
    font-size: 18px;
  }
  .post-body p {
    font-size: 14px;
  }

  /* affiliate page */
  .leftaffit {
    width: 100%;
    text-align: center;
  }
  .affit-image {
    width: 100%;
  }
  .leftaffit h3 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }

  /* vacancy page */
  .tagsjob {
    flex-wrap: wrap;
  }
  .vacny-sectn {
    height: 200px;
  }
  .jobfields {
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-jobtitl {
    width: 100%;
  }
  .form-jobtitl input {
    padding: 6px 10px;
    font-size: 14px;
  }
  .formsub-jobtitl {
    width: 100%;
  }
  .formsub-jobtitl button {
    margin-top: 20px;
    padding: 8px 0;
    font-size: 14px;
  }
  .vacny-serch {
    margin: 50px 0;
  }
  .needhlp-vacy {
    padding: 30px 15px;
    margin-left: 5px;
  }
  .aivacy-help {
    flex-direction: column;
  }
  .vacy-new {
    text-align: center;
  }
  .vacy-new h3 {
    font-size: 24px;
  }
  .vacy-new p {
    font-size: 14px;
  }
  .btn-trylnk a {
    padding: 8px 25px;
    font-size: 14px;
  }
  .jobcard {
    padding: 20px 15px;
  }
  .jobcard {
    flex-direction: column;
  }
  .jobdisp {
    width: 100%;
  }
  .jobdisp h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  span.jobtime {
    font-size: 12px;
  }
  .jobdisp p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .tagsjob span {
    font-size: 14px;
  }
  .apply-link {
    margin-top: 25px;
  }
  .apply-link .lnkaply {
    font-size: 16px;
  }
  a.lnkaply i {
    transform: rotate(314deg);
    font-size: 15px;
  }
  .notify-vacancy {
    margin: 50px 0;
  }

  /* full vacancy */
  .auto-appy .autobtn {
    font-size: 16px;
    margin-top: 15px;
  }
  .fullvacy-nam h3 {
    font-size: 24px;
  }
  .fullvacy {
    padding: 50px 0;
  }
  .job-desire {
    padding: 30px 0;
  }
  .jobfield {
    flex-wrap: wrap;
  }
  .jobfield span {
    font-size: 15px;
  }
  .tab button {
    padding: 10px 16px;
    font-size: 15px;
  }
  .tabcontent p {
    font-size: 15px;
  }
  .affilit-esy {
    margin: 0 0 50px;
  }

  /* terms for use */
  .used-terms {
    flex-direction: column;
  }
  .used-widget,
  .used-text {
    width: 100%;
  }
  .section-dvided {
    margin-bottom: 30px;
  }
  .section-dvided h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  p.paragph {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .termsof-sectn {
    margin: 60px 0;
  }
  .term-tab button {
    padding: 12px 16px;
    font-size: 16px;
  }
  .faq-accord .accordion-body {
    font-size: 15px;
  }
  .support-detail p {
    font-size: 15px;
    line-height: 22px;
  }

  /* payment page */
  .plans-card {
    width: 100%;
  }
  .mobilevw-plan {
    display: block;
  }
  .plandata {
    align-items: start;
    flex-direction: column;
  }
  .month,
  .listedplan {
    width: 100%;
  }
  .month {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid#ade7c0;
  }
  .totl-pric {
    display: none;
  }
  .first-plan .btn-check {
    top: 18px;
  }
  .highligt-plan .btn-check {
    top: 58px !important;
  }
  .listedplan {
    border-right: unset;
  }
  .deskside {
    display: none;
  }
  .mobl-side {
    display: block;
    font-size: 13px;
    font-weight: normal !important;
  }
  .monthly-count {
    margin-left: 24px;
  }
  .monthly-count h5 {
    font-size: 17px;
    margin: 0;
  }
  .listedplan ul li {
    font-size: 14px;
  }
  .populr-mbtag {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 0;
  }
  .popular-sectn {
    width: 100%;
    text-align: center;
    display: block;
  }
  .populr-tag {
    display: none;
  }
  .agree-sect {
    width: 100%;
  }
  .subget-sect a {
    padding: 8px;
    font-size: 16px;
  }
  .subget-sect {
    margin: 10px 0 0;
  }
  .plansjob {
    gap: 10px;
  }
  .subother-sect a {
    font-size: 13px;
  }

  /* new css multistep */
  .ansmult-rado .statebtn-rgt,
  .ansmult-rado .checkbtn-wout,
  .ansmult-zon .checkbtn-wout {
    width: 100%;
  }
  .ansmult-rado .checkbtn-rgt,
  .ansmult-rado .checkbtn-indus {
    width: 100%;
  }
  .statebtn-rgt label {
    font-size: 14px;
  }

  /* thankyou page */
  .boxsuccess,
  .boxpendinng,
  .boxfailed {
    padding: 40px 20px;
    max-width: 450px;
  }
  .successpay h2,
  .failedpay h2,
  .pendingpay h2 {
    font-size: 30px;
  }
  .successpay p,
  .failedpay p,
  .pendingpay p {
    font-size: 14px;
    width: 90%;
  }
  .successpay i,
  .pendingpay i,
  .failedpay i {
    font-size: 55px;
  }
  .trackid,
  .totalpay,
  .paymethod {
    padding: 20px 10px;
    gap: 10px;
  }
  .trackid h4,
  .totalpay h4,
  .paymethod h4 {
    font-size: 15px;
  }
  .trackid p,
  .totalpay p,
  .paymethod p {
    font-size: 13px;
  }
}

/* 767px to 991px */

@media (min-width: 768px) and (max-width: 991px) {
  a.signlogo-side img {
    width: 240px;
  }
  #multisform,
  #multisform2,
  #multisform4 {
    margin: 40px auto;
  }
  #multisform fieldset,
  #multisform2 fieldset,
  #multisform4 fieldset {
    padding: 40px;
  }
  .fstep-title {
    font-size: 28px;
    line-height: 38px;
  }
  #multi_progressbar li:before,
  #multi_progressbar2 li:before,
  #multi_progressbar3 li:before,
  #multi_progressbar4 li:before {
    width: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  #multi_progressbar,
  #multi_progressbar2,
  #multi_progressbar3,
  #multi_progressbar4 {
    margin-bottom: 40px;
  }
  .anstep-btn button,
  .actbtn i {
    font-size: 14px;
  }
  .salrange-sec {
    padding: 40px 20px 25px;
  }
  #range-value {
    top: 16px;
    font-size: 12px;
    padding: 4px 16px;
  }
  .situation-sec .situtn-btn {
    font-size: 15px;
  }
  .note-thnkpoint {
    padding: 15px 8px 15px 15px;
    width: 47%;
  }
  .note-thnkpoint p {
    font-size: 15px;
    line-height: 22px;
  }
  .anstep-inpt {
    margin-top: 15px;
  }
  .anstep-inpt input {
    padding: 10px 12px;
    font-size: 15px;
  }
  #range-expr {
    top: 16px;
    font-size: 12px;
    padding: 4px 14px;
  }
  .fstep-subtitle-nw {
    font-size: 19px;
  }

  #multisform3 {
    width: 700px;
    margin: 30px auto;
  }
  .checkbxes-allintry {
    width: 48%;
    padding: 8px 10px;
    font-size: 14px;
  }
  .expert-allindus {
    gap: 10px;
    margin-top: 20px;
  }
  .situation-sec {
    justify-content: center;
  }
  .checkbxes-timebtn {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 10px;
  }
  .suret-movsec button {
    padding: 6px 20px;
    font-size: 14px;
  }
  #multisform3 fieldset {
    border-radius: 10px;
    padding: 40px 30px;
  }
  .navmain-join {
    border-bottom: 1px solid #e9e9e9;
  }

  /* home page */
  .mainhome-pg {
    margin-top: -105px;
    padding-top: 150px;
    height: unset;
  }
  .bannerdata {
    flex-wrap: wrap;
  }
  .bannrtext,
  .bannrimg {
    width: 100%;
  }
  .tophdr-solve h3 {
    font-size: 34px;
  }
  .tophdr-solve p {
    font-size: 15px;
    margin: 0;
  }
  .tophdr-solve {
    margin-bottom: 35px;
  }
  .problm-colm .card-body {
    padding: 15px;
  }
  .problm-colm .card-body h4 {
    line-height: 26px;
    font-size: 18px;
  }
  .problm-colm .card-body p {
    font-size: 13px;
  }
  .problm-colm img {
    height: 140px;
    object-fit: cover;
  }
  .find-vdsec {
    margin-left: 10px;
    padding: 60px 50px;
  }
  img.leftfind {
    width: 70px;
  }
  img.bottomfind {
    width: 90px;
  }
  .leftfind h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  .leftfind p {
    margin: 15px 0;
    font-size: 15px;
  }
  .leftfind .getstart-btn {
    font-size: 15px;
  }
  .videofind {
    width: 60%;
  }
  .videofind iframe {
    height: 280px;
  }
  .stp-process h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .stp-process p {
    margin: 0;
    font-size: 15px;
  }
  .testimonial-sec {
    padding: 60px 0;
  }
  .client-testmonl p {
    height: 120px;
    font-size: 14px;
  }
  .discovr-data {
    width: 60%;
  }
  .discovr-data p {
    margin-bottom: 20px;
  }
  .discovr-data h3 {
    font-size: 30px;
  }
  a.menuname {
    font-size: 15px;
  }

  /* apply page */
  .auto-appy h3 {
    font-size: 36px;
  }
  .auto-appy p {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  .auto-appy .autobtn {
    font-size: 16px;
  }
  .design-revolt h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .design-revolt {
    width: 90%;
  }
  .card-auto .card-text {
    height: 100%;
  }
  .solve-instruc {
    padding: 70px 0;
  }
  .manultop-progs .auto-heding {
    font-size: 34px;
    line-height: 42px;
    width: 60%;
  }
  .manultop-progs p {
    margin: 0;
    font-size: 16px;
    width: 38%;
  }
  .appli-guide {
    width: 47%;
  }
  .applicate-point {
    gap: 10px;
  }
  .appli-guide h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .appli-guide i {
    font-size: 30px;
    margin-bottom: 10px;
    height: 70px;
    width: 70px;
  }
  .choos-left h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .why-guide h4 {
    font-size: 18px;
  }
  .why-auto-progs h4 {
    font-size: 18px;
  }
  .why-auto-progs p {
    font-size: 15px;
  }
  .aitexting h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .aitexting p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .mail-img {
    display: none;
  }
  .aihelping {
    width: 90%;
  }
  .aihelping h3 {
    font-size: 32px;
  }
  .faq-ask-hedr h3 {
    font-size: 32px;
  }
  .askheding p {
    font-size: 15px;
  }
  .faq-ask-hedr {
    align-items: baseline;
  }
  .faq-ask-data {
    width: 90%;
  }

  /* resume matching page */

  .resum-trail {
    width: 75%;
  }
  .resum-trail h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 48px;
  }
  .images-resum img {
    height: 40px;
    width: 40px;
  }
  img.imagepers1,
  img.imagepers2 {
    top: 10%;
  }
  img.imagepers22 {
    top: 32%;
    right: 5%;
    height: 65px;
    width: 65px;
  }
  img.imagepers11 {
    top: 32%;
    left: 5%;
    height: 65px;
    width: 65px;
  }
  img.imagepers3,
  img.imagepers4 {
    display: none;
  }
  .partner-desig {
    margin-left: 10px;
    padding: 30px;
  }
  .manual-applicat .manul-heding {
    width: 80%;
    font-size: 32px;
    line-height: 40px;
  }
  .advanc-feature {
    padding: 60px 0;
  }
  .advansec-heding p {
    font-size: 15px;
    margin: 0;
  }
  .stratgy-feature p {
    font-size: 15px;
  }
  .stratgy-feature h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .advanc-jobs {
    padding: 30px 0 70px;
  }
  .advanc-feature {
    padding: 50px 0 30px;
  }
  .imag-rb img {
    height: 55px;
  }
  .chance-yhedr h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .chance-yhedr p {
    font-size: 15px;
  }
  .chance-data {
    flex-wrap: wrap;
  }
  .Opport-unity {
    width: 47%;
  }
  .Opport-unity i {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .idea-imprv {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .idea-imptip {
    width: 100%;
  }
  .tiphdr h3 {
    font-size: 26px;
  }
  .tipdetail h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .count-nbr i {
    font-size: 22px;
  }
  .idea-img {
    width: 100%;
    margin: 140px 0;
  }
  .idea-img img {
    width: 75%;
    height: 400px;
    left: 100px;
    object-fit: fill;
  }
  .resumatch-discovr {
    margin-top: 50px;
  }
  .discove-resume {
    width: 80%;
  }
  .discove-resume h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .discove-resume p {
    margin: 25px 0;
    font-size: 15px;
  }
  .discover-btnsec button {
    font-size: 15px;
  }
  a.vewfaq {
    font-size: 16px;
  }

  /* cover letter page */
  .auto-cover h3 {
    font-size: 36px;
    letter-spacing: 0.2px;
  }
  .auto-cover p {
    font-size: 15px;
    margin: 15px 0 30px;
  }
  .auto-cover .autobtn {
    font-size: 15px;
    padding: 6px 40px;
  }
  .auto-cover {
    width: 60%;
  }
  .autoimg {
    width: 40%;
  }
  img.leftfind-apply {
    width: 70px;
  }
  img.bottomfind-apply {
    width: 100px;
  }
  .cover-contsectn {
    padding: 40px 0;
    margin: 30px 0 0;
  }
  .letideahdng {
    width: 80%;
  }
  .letideaimg img {
    width: 25%;
  }
  .lets-apply {
    margin: 60px 0;
  }
  .lets-apply-hedr p {
    margin: 15px 0 30px;
  }

  /* resume score page */
  img.image-srch {
    top: 44%;
    right: 48%;
  }
  img.image-srch1 {
    top: 12%;
    left: 22%;
  }
  .idea-scoring {
    width: 65%;
    padding: 60px 60px 60px 25px;
    height: 100%;
  }
  .tip-scorhdr h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .score-process h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .score-process p {
    font-size: 16px;
    margin: 0;
  }
  .score-tip {
    margin: 25px 0 0;
  }
  .under-scorimg img {
    border-radius: 10px;
    width: 125%;
    right: 10px;
  }
  .work-understd {
    margin: 50px 0;
  }
  .aiimport-sectn {
    padding: 40px 0;
  }
  .work-text {
    width: 90%;
  }
  .work-text h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .work-text p {
    font-size: 15px;
    margin: 0;
  }
  .cpoint-scr h4 {
    font-size: 24px;
  }
  .coutscore span {
    font-size: 20px;
  }
  .cpoint-scr p {
    font-size: 15px;
  }
  .working-data {
    margin-top: 20px;
  }
  .resume-matchsec {
    padding: 80px 0;
  }
  .resum-work {
    padding: 50px 0;
  }
  .work-rscore {
    width: 100%;
  }
  .workhow {
    margin: 60px 0px;
  }

  /* ai recruiter page */
  .contrecut {
    flex-wrap: wrap;
  }
  .conrect-img,
  .pararect {
    width: 100%;
  }
  .manual-appsec {
    padding: 60px 0 40px;
  }
  .compare-recrut {
    padding: 60px 0;
    margin-left: 5px;
    margin-top: 100px;
  }
  .tablerecut th {
    font-size: 18px;
  }
  .tablerecut td {
    font-size: 15px;
  }
  td.serial-hedng {
    font-size: 17px !important;
  }
  .chance-yhedr {
    width: 100%;
  }
  .tryit-btnsec {
    width: 90%;
  }
  .futureai {
    width: 100%;
  }

  .perfet-airect {
    padding: 0;
  }

  /* blog page */
  .blog-appy {
    width: 80%;
  }
  .blog-appy h3 {
    font-size: 28px;
  }
  .blog-appy p {
    font-size: 15px;
  }
  .our-insight {
    padding: 60px 0;
  }
  .insight-rowing {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-card {
    width: 60%;
    padding: 5px 20px 5px 40px;
  }
  .blog-card h3 a {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-discrip {
    font-size: 16px;
    margin-bottom: 15px;
  }
  h5.subhead-blog {
    font-size: 13px;
  }
  .author-bimg img {
    height: 50px;
    width: 50px;
  }
  .author-bname h4 {
    font-size: 15px;
  }
  .author-bname p {
    font-size: 14px;
  }
  ul.page-nevigate {
    gap: 25px;
  }
  li.page-item a {
    padding: 8px 12px;
    font-size: 15px;
  }
  .side-catgy {
    padding: 0;
    width: 60%;
  }
  .search-box input {
    padding: 6px 30px 6px 10px;
    height: 40px;
    font-size: 15px;
  }
  .serchicn {
    right: 13px;
    top: 13px;
    font-size: 14px;
  }
  h3.card-headg {
    font-size: 22px;
  }
  .all-catgy a {
    margin-bottom: 10px;
    font-size: 15px;
  }
  /* single blog page */
  .sngblog-heding h3 {
    font-size: 26px;
  }
  .nameimg img {
    width: 45px;
    height: 45px;
  }
  .nameimg a {
    font-size: 15px;
  }
  .sngblog-heding {
    margin-bottom: 30px;
  }
  .sngblog-img img {
    height: 270px;
    object-fit: cover;
  }
  .singleblog {
    padding: 40px 0;
  }
  .breif-post {
    width: 100%;
  }
  .breif-post h6 {
    font-size: 17px;
  }
  .breif-post p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .blockquot {
    padding: 20px 30px;
    border-left: 2px solid var(--secondary-color);
    margin: 30px 0;
  }
  ol.numblist li,
  .circlist li {
    font-size: 15px;
  }
  .paraimg img {
    height: 350px;
  }
  .sharing-sec {
    padding: 30px 20px;
    margin: 30px 0 0;
  }
  .direction-sec {
    padding: 30px 0;
  }
  .postprevw a,
  .postnext a {
    font-size: 17px;
  }
  .postprevw a i,
  .postnext a i {
    font-size: 15px;
  }
  .allrecent {
    margin: 30px 0;
    gap: 10px;
  }
  .revew-sec {
    padding: 30px 15px;
  }
  .recent-part {
    padding: 40px 0;
  }
  .specifi-post {
    width: 24%;
  }
  .post-body h3 {
    font-size: 18px;
  }
  .post-body p {
    font-size: 14px;
  }

  /* affiliate page */
  .find-vdsec {
    margin-left: 10px;
    padding: 50px 35px;
  }
  .leftaffit {
    width: 40%;
  }
  .leftaffit h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
  }
  .leftaffit .getstart-btn {
    padding: 7px 10px;
    font-size: 14px;
  }
  .bannrtext h1 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 48px;
  }
  .bannrtext p {
    font-size: 18px;
    margin: 20px 0;
  }

  /* vacancy page */
  .vacny-serch {
    margin: 50px 0;
  }
  .form-jobtitl input {
    padding: 6px 10px;
    font-size: 15px;
  }
  .formsub-jobtitl button {
    padding: 6px 5px;
    font-size: 16px;
  }
  .needhlp-vacy {
    padding: 50px 30px;
    margin-left: 30px;
  }
  .vacy-new h3 {
    font-size: 26px;
  }
  .btn-trylnk a {
    padding: 8px 25px;
  }
  .jobcard {
    padding: 25px 40px;
  }
  .jobdisp h3 {
    font-size: 22px;
  }
  .jobdisp p {
    font-size: 15px;
  }
  .tagsjob span {
    font-size: 14px;
  }
  .apply-link .lnkaply {
    font-size: 18px;
  }
  .jobdisp {
    width: 65%;
  }
  .jobfields {
    gap: 15px;
  }

  /* full vacancay */
  .apply-contsectn {
    padding: 40px 0;
    margin: 30px 0;
  }
  .job-desire {
    padding: 40px 0;
  }
  .tab button {
    padding: 10px 16px;
    font-size: 15px;
  }
  .affilit-esy {
    margin: 0 0 50px;
  }

  /* terms ofor use */
  .term-tab button {
    padding: 12px 16px;
    font-size: 16px;
  }
  .section-dvided h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .faq-accord .accordion-body {
    font-size: 15px;
  }

  /* new css multiple steps */
  .ansmult-rado .checkbtn-indus {
    width: 45%;
  }

  /* thankyou page */
  .boxsuccess,
  .boxpendinng,
  .boxfailed {
    padding: 40px 20px;
  }
  .successpay h2,
  .failedpay h2,
  .pendingpay h2 {
    font-size: 30px;
  }
  .successpay p,
  .failedpay p,
  .pendingpay p {
    font-size: 14px;
    width: 90%;
  }
  .successpay i,
  .pendingpay i,
  .failedpay i {
    font-size: 55px;
  }
  .trackid,
  .totalpay,
  .paymethod {
    padding: 20px 10px;
    gap: 10px;
  }
  .trackid h4,
  .totalpay h4,
  .paymethod h4 {
    font-size: 15px;
  }
  .trackid p,
  .totalpay p,
  .paymethod p {
    font-size: 13px;
  }
}

/* 991px to 1200px  */

@media (min-width: 992px) and (max-width: 1200px) {
  .blog-card {
    padding: 5px 15px 5px 30px;
  }
  .blog-card h3 a {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-discrip {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .author-bimg img {
    height: 55px;
    width: 55px;
  }
  .blog-author {
    gap: 15px;
    margin-top: 20px;
  }
  .author-bname p {
    font-size: 14px;
  }
  .blog-card h3 {
    margin-bottom: 15px;
    margin-top: 8px;
  }
  h5.subhead-blog {
    font-size: 13px;
  }
  ul.page-nevigate {
    gap: 25px;
  }
  li.page-item a {
    padding: 8px 12px;
    font-size: 15px;
  }
  .our-insight {
    padding: 60px 0;
  }
  .side-catgy {
    padding: 0;
  }
  .search-box input {
    padding: 6px 25px 6px 10px;
    font-size: 15px;
    height: 40px;
  }
  .serchicn {
    right: 13px;
    top: 13px;
    font-size: 14px;
  }
  .categry-collect {
    padding: 18px;
  }
  h3.card-headg {
    font-size: 24px;
  }
  .all-catgy a {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .recent-pst {
    padding: 15px;
  }
  .short-heading p {
    font-size: 14px;
  }
}
