/* For for profession Page */

/* Partner */
.partner-list {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.partner-list__single {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.partner-list__single img {
  width: 150px !important;
  height: 63px;
  object-fit: contain;
}
.custom-light-bg {
  background-color: #f0f1f5;
  padding: 50px 0;
}

/* About */
.about__content .heading {
  font-size: 3vmax;
  margin: 0.25rem 0 0.5rem;
}
.about__content p {
  font-size: 0.95rem;
  line-height: 1.75;
}
.about__content * {
  text-align: left !important;
}
.about__img {
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
/* Short-Cta */
.short-cta-wrapper {
  padding: 5rem 0;
}
.short-cta {
  color: #000;
  background: #f0f1f5;
  box-shadow: 0 0 10px 1px #00000020;
  padding: 4rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  isolation: isolate;
}
.short-cta__content .subtitle {
  font-size: 1rem;
  font-weight: 500;
}
.short-cta__content .title {
  font-size: 2vmax;
  font-weight: 700;
  padding-right: 4vmax;
  line-height: 1.25;
  margin: 0.25rem 0 0.75rem;
}
.short-cta__img {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 10px double var(--c4);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
.short-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}
.about--bg {
  position: relative;
  isolation: isolate;
  padding: 3rem 0;
}
.about__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.about--bg .about__content :is(.heading, p) {
  color: #fff;
}
/* procedure */
.procedure-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.procedure-list__single {
  width: calc(25% - 0.85rem);
  min-height: 35vh;
  height: 100%;
  background: var(--c3);
  position: relative;
  isolation: isolate;
}
.procedure-list__single .content-wrapper {
  padding: 1rem;
}
.procedure-list__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.procedure-list__single * {
  color: #fff;
}
.procedure-list__single .title {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.procedure-list__single .content {
  font-size: 0.9rem;
  height: 105px;
  overflow-y: auto;
  line-height: 1.5;
  padding-right: 1rem;
}
.procedure-list__single .content::-webkit-scrollbar {
  width: 3px;
}
.procedure-list__single .content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 100px;
}
.procedure-list__single .content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #00083aba;
  opacity: 0.25;
}
.step-arrow {
  position: relative;
}
.step-arrow::before {
  position: absolute;
  font-size: 2rem;
  font-family: boxicons !important;
  color: var(--c3);
  top: 1rem;
  z-index: 1;
}
.step-arrow--right::before {
  content: "\ee8f";
  right: -1.2rem;
}
.step-arrow--left::before {
  content: "\ee04";
  left: -1.2rem;
}
.procedure-list__single .count {
  font-size: 1.5rem;
  font-weight: 800;
  opacity: 0.75;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  margin-top: 0.75rem;
}
.btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem 1rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .short-cta__img {
    width: 100%;
    position: static;
    transform: translateY(0);
    right: 4rem;
    margin: 3rem auto 0;
  }
  .short-cta {
    padding: 2rem 1rem;
  }
  .procedure-list__single {
    width: 50%;
  }
  section.contact .col-lg-5.pl-5 {
    padding: 2rem 1rem !important;
  }
  .step-arrow::before{
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .procedure-list__single {
    width: 100%;
  }
}
.banner-con-custom {
    font-size: 17px;
    line-height: 24px;
    margin: 0.85rem 0;
    padding: 10px 0
}

.sub-heading-cos{
    font-size: 1.75rem;
}

.top-head {
    font-size: 1rem;
}

/* For for profession Page */