/* Custom Service */
.ourServices h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.ourServices p {
  font-size: 16px;
}
.ourServices p:last-child {
  margin-bottom: 0;
}
.ourServices .contentCol-1,
.ourServices .contentCol-2 {
  padding-top: 20px;
}
.ourServices .contentCol-1 .shaps,
.ourServices .contentCol-2 .shaps {
  display: none;
}
.ourServices .contentCol-1 {
  text-align: right;
}
.ourServices .contentCol-2 {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ourServices .shaps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ourServices .shaps .shape {
  width: 150px;
  height: 150px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  color: white;
  border-radius: 10px;
}
.ourServices .shaps .shape:nth-child(1) {
  background: url(/assets/img/icon/shape-1.svg) center center no-repeat;
  margin-top: 0;
}
.ourServices .shaps .shape:nth-child(2) {
  background: url(/assets/img/icon/shape-2.svg) center center no-repeat;
  margin-left: -168px;
  margin-top: -82px;
}
.ourServices .shaps .shape:nth-child(3) {
  background: url(/assets/img/icon/shape-3.svg) center center no-repeat;
  margin-left: -200px;
  margin-top: -16px;
}
.ourServices .shaps .shape:nth-child(4) {
  background: url(/assets/img/icon/shape-4.svg) center center no-repeat;
  margin-left: -118px;
  margin-top: -48px;
}
.ourServices .shaps .shape:nth-child(5) {
  background: url(/assets/img/icon/shape-5.svg) center center no-repeat;
  margin-left: 82px;
  margin-top: -86px;
}
.ourServices .shaps .shape:nth-child(6) {
  background: url(/assets/img/icon/shape-6.svg) center center no-repeat;
  margin-left: 148px;
  margin-top: -26px;
}
.ourServices .shaps .shape:nth-child(7) {
  background: url(/assets/img/icon/shape-7.svg) center center no-repeat;
  margin-left: 82px;
  margin-top: -26px;
}
.ourServices .shaps .shape:nth-child(8) {
  background: url(/assets/img/icon/shape-8.svg) center center no-repeat;
  margin-left: -92px;
  margin-top: -94px;
}
.ourServices .serviceInfo .group {
  position: relative;
  margin-bottom: 60px;
}
.ourServices .serviceInfo .group:last-child {
  margin-bottom: 0;
}
.ourServices .serviceInfo .infoIcon {
  width: 120px;
  height: 101px;
  background-color: #F5F6F7;
  border: solid 1px #349BD5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ourServices .contentCol-1 .serviceInfo .infoIcon {
  right: -140px;
}
.ourServices .contentCol-2 .serviceInfo .infoIcon {
  left: -140px;
}
/* Custom Service */
.service-policy-icon h4 span.numbe-post {
  display: inline-block;
  width: 30px;
  /* Adjust the width to your preference */
  height: 30px;
  /* Adjust the height to your preference */
  line-height: 30px;
  /* Should be equal to the height for centering */
  text-align: center;
  border-radius: 50%;
  /* Makes it a circle */
  background-color: #3498db;
  /* Choose your desired background color */
  color: #fff;
  /* Choose your desired text color */
}
@media (min-width: 992px) {
  .vertical-line {
    border-right: 2px solid #000;
    /* Black vertical line */
  }
  .content-spacing {
    padding-left: 20px;
    /* Space between line and content */
  }
}
.search-bar-container {
  background-color: #3490dc;
  padding: 40px 0;
}
.search-bar {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 10px 20px;
  border: none;
  width: 100%;
}
.searchbtn {
  text-align: right;
}
.search-button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  border-radius: 9999px;
  font-weight: 600;
  min-width: 120px;
}
.section-title2 {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}
.btn-custom {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-custom:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.service-policy-icon h4 span.numbe-post {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #3498db;
  color: #fff;
}
.fyunBtn {
  margin-right: 50px;
}
.btn-border {
  border: solid 2px #0172d0;
  background-color: transparent;
  color: #0172d0;
}
.btn-border:hover,
.btn-border:focus {
  background-color: transparent;
  border-color: black;
  color: black;
}
@media screen and (max-width: 967px) {
  .ourServices .ServiceAvatar {
    display: none;
  }
  .ourServices .container {
    max-width: 100%;
  }
  .ourServices h3 {
    font-size: 18px;
  }
  .ourServices p {
    font-size: 12px;
  }
  .ourServices .shaps {
    display: none;
  }
  .ourServices .serviceInfo .group {
    padding-left: 100px;
    margin-bottom: 50px;
  }
  .ourServices .serviceInfo .infoIcon {
    width: 90px;
    height: 76px;
  }
  .ourServices .serviceInfo .infoIcon img {
    transform: scale(0.8);
  }
  .ourServices .contentCol-1,
  .ourServices .contentCol-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .ourServices .contentCol-1 .shaps,
  .ourServices .contentCol-2 .shaps {
    display: flex !important;
    width: 30%;
  }
  .ourServices .contentCol-1 .serviceInfo .infoIcon,
  .ourServices .contentCol-2 .serviceInfo .infoIcon {
    left: 0;
    right: auto;
  }
  .ourServices .contentCol-1 .shaps {
    margin-left: 40px;
    margin-right: -30px;
    transform: rotate(-10deg) scale(0.5);
  }
  .ourServices .contentCol-2 .shaps {
    display: flex !important;
    margin-right: 20px;
    margin-left: -20px;
    transform: rotate(-17deg) scale(0.5);
  }
  .ourServices .contentCol-2 .shaps .shape:nth-child(1) {
    background: url(/assets/img/icon/shape-5.svg) center center no-repeat;
    margin-left: 82px;
    margin-top: -86px;
  }
  .ourServices .contentCol-2 .shaps .shape:nth-child(2) {
    background: url(/assets/img/icon/shape-6.svg) center center no-repeat;
    margin-left: 148px;
    margin-top: -26px;
  }
  .ourServices .contentCol-2 .shaps .shape:nth-child(3) {
    background: url(/assets/img/icon/shape-7.svg) center center no-repeat;
    margin-left: 82px;
    margin-top: -26px;
  }
  .ourServices .contentCol-2 .shaps .shape:nth-child(4) {
    background: url(/assets/img/icon/shape-8.svg) center center no-repeat;
    margin-left: -92px;
    margin-top: -94px;
  }
  .jobSeekers {
    margin-bottom: 30px;
  }
  .jobSeekers .btn,
  .forBusiness .btn {
    width: 100%;
  }
  .search-button {
    width: 100%;
    margin-top: 20px;
  }
}
.contact-message {
  border-radius: 10px;
  max-width: 500px;
}
.contact-message .title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}
.contact-message .title span {
  color: #3498db;
}
.contact-description {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.userLogin .container {
  background-color: #f5f5f5;
  padding: 40px 50px;
  border-radius: 10px;
}
.userLogin input[type="text"],
.userLogin input[type="password"] {
  background-color: white !important;
}
.userLogin .contact-message {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.userLogin .moving-vertical {
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  .userLogin .moving-vertical {
    border: none;
  }
}
.userLogin .btn {
  min-width: 100%;
  height: 50px;
}
.enqueryNowForm .btn {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .enqueryNowForm .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vertical-line {
    border-right: 2px solid #222;
  }
  .content-spacing {
    padding-left: 80px;
  }
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.userRegistration .otpBtn {
  width: 100%;
  height: auto;
  padding: 12px 24px 12px 24px;
}
.userRegistration .submitBtn {
  max-width: 280px;
  width: 100%;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-group {
    width: 100%;
  }
  .userRegistration .submitBtn {
    max-width: 100%;
  }
}
