header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading a {
  font-style: italic;
}

.job-assured-banner .slider-container {
  position: relative;
  height: 100vh;
}
.job-assured-banner .slider-container .job-banner-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.job-assured-banner .slider-container .job-banner-slider .slick-list,
.job-assured-banner .slider-container .job-banner-slider .slick-track {
  height: 100%;
}
.job-assured-banner .slider-container .job-banner-slider .slide {
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  overflow: hidden;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container {
  width: 100%;
  position: absolute;
  line-height: 1.2;
  letter-spacing: -0.16px;
  left: 60px;
  top: 200px;
  font-size: 36px;
  margin-bottom: 0;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .heading {
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
  font-family: "Sentient";
  font-weight: 400;
  font-style: italic;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .gray-text {
  display: block;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.7);
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading .line-item {
  position: relative;
  padding-left: 20px;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading .line-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 20px;
  background: linear-gradient(256.9deg, #E94205 9.79%, #FF6602 49.98%, #FEA61C 89.05%);
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .description {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 24px;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .description span {
  display: block;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button {
  width: -moz-fit-content;
  width: fit-content;
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button img {
  transform: rotate(134deg) scale(1);
}
.job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button:hover {
  color: #000;
}
.job-assured-banner .slider-container .job-banner-slider .hslide1 {
  background: url("../images/job-assured-banner.webp") no-repeat;
  background-position: center top;
  height: 100%;
  background-size: cover;
  position: relative;
  opacity: 0;
  animation: BannerfadeIn 1s ease-in-out forwards;
}
.job-assured-banner .slider-container .job-banner-slider .hslide1 .slide1-right-obj {
  position: absolute;
  width: 75%;
  right: 0;
  top: 0;
}
.job-assured-banner .slider-container .banklogo-strip {
  display: flex;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 60px;
  justify-content: flex-start;
  overflow: hidden;
  margin: 20px 0;
  animation: BannerfadeIn 1s ease-in-out forwards;
}
.job-assured-banner .slider-container .banklogo-strip .logo-wrapper {
  display: flex;
  animation: scroll 70s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.job-assured-banner .slider-container .banklogo-strip .logo-wrapper img {
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-assured-banner .slider-container .hoz-line {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}

@keyframes BannerfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bfsi-career {
  overflow: hidden;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .left .section-title {
  font-size: 18px;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .left .section-title span {
  display: block;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-input {
  border: none;
  background: transparent;
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ccc;
  opacity: 1;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ccc;
  opacity: 1;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-input:focus {
  outline: none;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #999999;
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 10px 10px 10px 20px;
  opacity: 1;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper .search-input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 16px;
  color: #fff;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper .search-input:focus {
  outline: none;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper .search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper .search-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .filter-btn {
  display: inline-block;
  cursor: pointer;
}
.bfsi-career .bfsi-career-wrapper .bfsi-career-section .filter-btn img {
  display: block;
  width: 46px;
  height: 46px;
  /* iOS Safari fixes */
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.bfsi-career .bfsi-career-wrapper .tab-section .tab-buttons {
  display: flex;
  gap: 46px;
  margin-bottom: 24px;
}
.bfsi-career .bfsi-career-wrapper .tab-section .tab-buttons .tab-btn {
  width: 222px;
  color: #C0B9B8;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 20px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 14px;
  background-position: top left;
  background-size: cover;
  margin-right: 20px;
  overflow: hidden;
  background: rgba(42, 42, 42, 0.4);
  transform-style: preserve-3d;
  min-height: 450px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front {
  position: relative;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
  position: absolute;
  width: 100%;
  min-height: 200px;
  border-radius: 14px;
  opacity: 0.7;
  transform-origin: center right;
  transition: background 0.8s ease-in-out, opacity 0.8s ease-in-out, all 0.4s ease;
  background: radial-gradient(140% 100% at 50% 0%, var(--bg-color) 0%, rgba(31, 0, 13, 0.2) 200%);
  clip-path: ellipse(100% 100% at 50% 0%);
  -webkit-clip-path: ellipse(62% 106% at 44% -6%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-logo {
  max-height: 100px;
  width: auto;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details {
  display: flex;
  flex-direction: column;
  padding: 25px 32px 24px 32px;
  color: #C0B9B8;
  gap: 10px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
  display: flex;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  gap: 8px;
  align-items: center;
  color: #9F9F9F;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 26px;
  width: 93%;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button {
  position: absolute;
  bottom: 4%;
  right: 4%;
  display: flex;
  gap: 12px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button .brochure-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button a:hover {
  color: #000 !important;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
  margin-top: 230px;
  font-family: "Sentient";
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: #FFFFFF;
  padding-right: 32px;
  padding-left: 32px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card:hover {
  border: 1px solid rgb(123, 123, 123);
  transition: border-color 0.8s ease-in-out;
}
.bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card:hover .front .card-img-curve {
  background: var(--hover-color);
  opacity: 1;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination {
  margin-top: 35px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.prev, .bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.next {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-image 0.3s ease;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.prev.disabled, .bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.next.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.prev {
  background-image: url("../images/icons/slick-prev.png");
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.prev:hover:not(.disabled) {
  background-image: url("../images/icons/prev-arrow.svg");
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.next {
  background-image: url("../images/icons/slick-next.png");
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .nav.next:hover:not(.disabled) {
  background-image: url("../images/icons/next-arrow-white.svg");
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #848484;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .page.current {
  color: #fff;
}
.bfsi-career .bfsi-career-wrapper .tab-content .pagination .hidden {
  display: none !important;
}

.filter-popup {
  background: url("../images/job-assure-filter.png") no-repeat center/cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  background-color: rgb(14, 14, 14);
}
.filter-popup .filter-title {
  font-family: "Sentient", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 35px;
}
.filter-popup .filter-content {
  position: relative;
  z-index: 2;
  max-height: 39vh;
  overflow-y: auto;
  padding-right: 10px;
}
.filter-popup .filter-content::-webkit-scrollbar {
  width: 6px;
}
.filter-popup .filter-content::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.1019607843);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.filter-popup .filter-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
}
.filter-popup .filter-content .filter-section {
  margin-bottom: 24px;
}
.filter-popup .filter-content .filter-section h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 25px;
}
.filter-popup .filter-content .filter-section .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter-popup .filter-content .filter-section .filter-options img {
  display: block;
  width: 18px;
  height: 18px;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #C0B9B8;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option input[type=radio] {
  display: none;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option .radio-icon.default-icon {
  display: inline-block;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option .radio-icon.checked-icon {
  display: none;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option span {
  color: #C0B9B8;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option.active {
  border-color: red;
  color: white;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option.active .radio-icon.default-icon {
  display: none !important;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option.active .radio-icon.checked-icon {
  display: inline-block !important;
}
.filter-popup .filter-content .filter-section .filter-options label.filter-option.active span {
  color: white;
}
.filter-popup .filter-footer {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.filter-popup .filter-footer .info-button .white-button:hover {
  color: #000;
}
.filter-popup .filter-footer .clear-btn {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi" Bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.learners-testimonial {
  margin-top: -470px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.learners-testimonial .learners-leaders-block .section-title span {
  display: block;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block {
  position: relative;
  z-index: 1;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item {
  display: flex;
  gap: 28px;
  margin-right: 28px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block {
  position: relative;
  min-width: 59.8vw;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div {
  border-radius: 20px;
  position: relative;
  height: 395px;
  width: 100%;
  overflow: hidden;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div .video_player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div .video-music-icon {
  position: absolute;
  bottom: 31px;
  right: 34px;
  width: 22px;
  height: 22px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block {
  position: absolute;
  border: 1px solid #999999;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.5019607843);
  left: 20px;
  bottom: 20px;
  padding: 18px;
  width: 44%;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-title {
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: "Sentient";
  font-style: italic;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info {
  border-top: 0.48px solid rgba(255, 255, 255, 0.2392156863);
  padding-top: 14px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 14px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info .play-video-btn {
  padding: 6px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  gap: 16px;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info .play-video-btn span {
  color: #020202;
  font-size: 15px;
  margin: auto 0 auto 10px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info .play-video-btn .play-btn-icon {
  background-color: #020202;
  padding: 12px;
  border-radius: 100%;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block {
  padding: 22px 24px 48px 22px;
  background: rgba(42, 42, 42, 0.4);
  border: 0.7px solid rgba(177, 177, 177, 0.7333333333);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(23.4691944122px);
          backdrop-filter: blur(23.4691944122px);
  min-height: 395px;
  max-width: 28.8vw;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .quote-text {
  font-family: "Sentient";
  background: linear-gradient(25.27deg, #FB6406 63.69%, #F11812 97.96%, #500000 136.99%);
  font-size: 44px;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  max-height: 44px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-family: "Sentient";
  font-style: italic;
  margin-bottom: 23px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .leader-info {
  color: #C0B9B8;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .slick-list {
  overflow: visible;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 100px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short::before {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 2px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 2px;
  top: 78px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .number {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  margin: 0 42px;
  font-size: 16px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current {
  opacity: 1;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -28px;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  width: 80px;
  top: 40px;
}
.learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .divider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.4;
}

.faq-section {
  margin-top: -470px;
  z-index: 1;
  position: relative;
}

@media (min-width: 0px) and (max-width: 375px) {
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-slide {
    margin: 4px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-dots li {
    width: 30px !important;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-slide > div {
    margin: 8px 4px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 14px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    width: 100%;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp:last-child {
    width: 50%;
    line-height: 1.2;
    align-items: flex-start;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    background: var(--hover-color) !important;
    transition: none !important;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button {
    bottom: 5%;
    right: 4%;
  }
}
@media (max-width: 575.98px) {
  .job-assured-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide {
    position: relative;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide::before {
    content: "";
    position: absolute;
    top: 160px;
    width: 100%;
    height: 365px;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0) 0%, #050505 36%, #050505 100%);
    z-index: 1;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide::after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 265px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 73.62%, #050505 100%);
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 185px);
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: unset;
    top: 128px;
    font-size: 6.667vw;
    line-height: 1.2;
    letter-spacing: 0;
    z-index: 2;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .heading span {
    display: block;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 240px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description {
    max-width: 75vw;
    font-size: 4.583vw;
    line-height: 1.4;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description span {
    display: inline;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 {
    background: url("../images/job-assured-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: left 340px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 .mob-top-gradient {
    position: absolute;
    top: 0;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 .text-container {
    top: 128px;
  }
  .job-assured-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .job-assured-banner .slider-container .banklogo-strip .logo-wrapper {
    animation: scroll 50s linear infinite;
  }
  .job-assured-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.9);
    margin: 0 20px;
  }
  .job-assured-banner .slider-container .hoz-line {
    display: none;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .left {
    margin: inherit;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .right {
    margin: inherit;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-right: -16px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card {
    margin-right: 17px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    transition: none !important;
    background: linear-gradient(-1deg, #000000 -9.35%, var(--hover-color) 124.9%) !important;
    opacity: unset;
    clip-path: ellipse(62% 118% at 43% -18%);
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details {
    padding: 24px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    width: 93%;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button {
    bottom: 3%;
    right: 3%;
  }
  .filter-popup {
    background: url("../images/job-assure-filter.png") no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(200px);
            backdrop-filter: blur(200px);
    width: 91%;
    max-width: 100%;
    border-radius: 8px;
    padding: 24px 20px;
    max-height: 90vh;
    background-color: black;
  }
  .filter-popup .filter-title {
    margin-bottom: 20px;
  }
  .filter-popup .filter-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background-size: 80%;
  }
  .filter-popup .filter-content {
    max-height: 48vh;
    padding-right: 6px;
  }
  .filter-popup .filter-content .filter-section {
    margin-bottom: 20px;
  }
  .filter-popup .filter-content .filter-section h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .filter-popup .filter-content .filter-section .filter-options {
    flex-wrap: wrap;
    gap: 12px;
  }
  .filter-popup .filter-content .filter-section .filter-options label.filter-option {
    padding: 8px 14px;
    font-size: 14px;
    gap: 6px;
    border-radius: 24px;
    line-height: 16px;
    white-space: nowrap;
  }
  .filter-popup .filter-content .filter-section .filter-options label.filter-option .radio-icon {
    width: 16px;
    height: 16px;
  }
  .filter-popup .filter-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
  .filter-popup .filter-footer .clear-btn {
    flex: 1;
    text-align: left;
    font-size: 16px;
    margin-left: 35px;
  }
  .filter-popup .filter-footer .info-button {
    display: flex;
    gap: 12px;
  }
  .filter-popup .filter-footer .info-button .apply-now {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item {
    margin-right: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block {
    min-width: 88.6vw;
    max-width: 88.6vw;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div {
    height: 686px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div .video-music-icon {
    height: 32px;
    width: 32px;
    right: 15px;
    top: 15px;
    bottom: unset;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block {
    left: 10px;
    bottom: 10px;
    padding: 16px;
    width: 95%;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-title {
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info {
    padding-top: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block {
    max-width: 88.6vw;
    height: 686px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .quote-text {
    font-size: 64px;
    max-height: 11.5vh;
    margin-bottom: 12px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .desc {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 4.9vh;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .leader-info {
    font-size: 18px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    background: rgba(255, 255, 255, 0.1215686275);
    border-radius: 2px;
    top: 78px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current {
    opacity: 1;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .divider {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.4;
  }
  .learners-testimonial::after {
    top: -24%;
  }
}
@media (max-width: 395px) {
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
    font-size: 16px;
    gap: 8px;
    max-width: 230px;
    line-height: 1.4;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading span.d-block {
    display: inline;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading .line-item {
    padding-left: 14px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description {
    max-width: 91%;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 {
    background-position: left 390px;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section {
    flex-direction: column;
    gap: 10px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-slide {
    margin: 6px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-slide > div {
    margin: 10px 5px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 16px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    width: -moz-max-content;
    width: max-content;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp:last-child {
    line-height: 1.2;
    align-items: flex-start;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button .white-button {
    padding: 14px 46px 14px 12px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-assured-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide {
    position: relative;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide::before {
    content: "";
    position: absolute;
    top: 160px;
    width: 100%;
    height: 365px;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0) 0%, #050505 36%, #050505 100%);
    z-index: 1;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 265px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 73.62%, #050505 100%);
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 185px);
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: unset;
    top: 128px;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0;
    z-index: 2;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .heading span {
    display: block;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 430px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description {
    max-width: 75vw;
    font-size: 4.583vw;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description span {
    display: inline;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 {
    background: url("../images/job-assured-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: left 340px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 .mob-top-gradient {
    position: absolute;
    top: 0;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 .text-container {
    top: 128px;
  }
  .job-assured-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .job-assured-banner .slider-container .banklogo-strip .logo-wrapper {
    animation: scroll 50s linear infinite;
  }
  .job-assured-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.9);
  }
  .job-assured-banner .slider-container .hoz-line {
    display: none;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .left {
    margin: inherit;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .right {
    margin: inherit;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper {
    width: 622px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-right: -16px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card {
    pointer-events: none;
    margin-right: 17px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    transition: none !important;
    background: linear-gradient(-1deg, #281400 3.65%, var(--hover-color) 95.9%) !important;
    opacity: unset;
    clip-path: ellipse(62% 118% at 43% -18%);
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 26px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details {
    padding: 24px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    width: 93%;
    font-size: 22px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .info-button {
    bottom: 3%;
    right: 3%;
  }
  .filter-popup {
    background: url("../images/job-assure-filter.png") no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(200px);
            backdrop-filter: blur(200px);
    width: 91%;
    max-width: 100%;
    border-radius: 8px;
    padding: 24px 20px;
    max-height: 90vh;
    background-color: black;
  }
  .filter-popup .filter-title {
    margin-bottom: 20px;
  }
  .filter-popup .filter-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background-size: 80%;
  }
  .filter-popup .filter-content {
    max-height: 48vh;
    padding-right: 6px;
  }
  .filter-popup .filter-content .filter-section {
    margin-bottom: 20px;
  }
  .filter-popup .filter-content .filter-section h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .filter-popup .filter-content .filter-section .filter-options {
    flex-wrap: wrap;
    gap: 12px;
  }
  .filter-popup .filter-content .filter-section .filter-options label.filter-option {
    padding: 12px 17px;
    font-size: 16px;
    gap: 6px;
    border-radius: 24px;
    line-height: 16px;
    white-space: nowrap;
  }
  .filter-popup .filter-content .filter-section .filter-options label.filter-option .radio-icon {
    width: 16px;
    height: 16px;
  }
  .filter-popup .filter-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
  .filter-popup .filter-footer .clear-btn {
    flex: 1;
    text-align: left;
    font-size: 16px;
    margin-left: 35px;
  }
  .filter-popup .filter-footer .info-button {
    display: flex;
    gap: 12px;
  }
  .filter-popup .filter-footer .info-button .apply-now {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item {
    margin-right: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block {
    min-width: 88.6vw;
    max-width: 88.6vw;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div {
    height: 686px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div .video-music-icon {
    height: 32px;
    width: 32px;
    right: 15px;
    top: 15px;
    bottom: unset;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block {
    left: 10px;
    bottom: 10px;
    padding: 16px;
    width: 95%;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-title {
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info {
    padding-top: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block {
    max-width: 88.6vw;
    height: 686px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .quote-text {
    font-size: 64px;
    max-height: 11.5vh;
    margin-bottom: 12px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .desc {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 4.9vh;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .leader-info {
    font-size: 18px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    background: rgba(255, 255, 255, 0.1215686275);
    border-radius: 2px;
    top: 78px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current {
    opacity: 1;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .slick-pagination-short .divider {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.4;
  }
  .learners-testimonial::after {
    top: -24%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container {
    top: 160px;
    font-size: 28px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description,
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
    font-size: 14px;
    gap: 8px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .white-button img {
    transform: rotate(134deg) scale(0.86);
  }
  .job-assured-banner .slider-container .banklogo-strip {
    margin: 10px 0;
    bottom: -19px;
  }
  .job-assured-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.8);
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp:nth-child(2) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    margin-top: 185px !important;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    min-height: 150px !important;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 14px !important;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    font-size: 10px !important;
    gap: 6px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    margin-top: 200px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    min-height: 185px;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .right .search-wrapper {
    width: 323px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card {
    min-height: 373px;
    border-radius: 14.23px;
    margin-right: unset;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 16px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    font-size: 12px !important;
    gap: 6px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .job-assured-banner .slider-container {
    max-height: 765px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card {
    min-height: 410px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .bfsi-career-title {
    font-size: 16px;
    margin-top: 200px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .card-img-curve {
    min-height: 185px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .highlight-card .front .details .exp {
    font-size: 13px !important;
    gap: 6px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block {
    min-width: 55vw;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block {
    min-width: 28vw;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .job-assured-banner .slider-container {
    max-height: unset;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container {
    top: 300px;
    font-size: 46px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 {
    background-position: center top;
  }
}
@media (min-width: 1920px) {
  .job-assured-banner .slider-container {
    max-height: unset;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container {
    top: 300px;
    font-size: 46px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .sub-heading .line-item {
    margin-bottom: -4px;
  }
  .job-assured-banner .slider-container .job-banner-slider .slide .text-container .description {
    font-size: 22px;
  }
  .job-assured-banner .slider-container .job-banner-slider .hslide1 {
    background-position: center top;
  }
  .bfsi-career .bfsi-career-wrapper .bfsi-career-section .left .section-title {
    font-size: 24px;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-prev {
    left: unset;
    bottom: 1%;
    right: 59%;
    top: unset;
    z-index: 1;
  }
  .bfsi-career .bfsi-career-wrapper .tab-content .bfsi-career-content .slick-next {
    right: 43%;
    bottom: 1%;
    top: unset;
    z-index: 1;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block {
    max-width: 60vw;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-div {
    height: 500px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block {
    width: 40%;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-title {
    font-weight: 500;
    font-size: 22px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .video-block .video-info-block .video-info p {
    font-size: 18px;
    line-height: 1.4;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block {
    min-height: 500px;
    padding: 24px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 82px;
  }
  .learners-testimonial .learners-leaders-block .learner-leader-slider-block .learner-leader-slider .card-item .description-block .leader-info {
    font-size: 22px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=job-assured-program.css.map */