/* home animation animtion */
section .row,
section {
  transform: scale(0.8);
  opacity: 0;
  transform-origin: top;
  transition: all 0.8s;
}

section.animation_center .row,
section.animation_center {
  opacity: 1;
  transform-origin: top;
  transform: none;
}

/* card animtion */

.banner-bottomsection {
  opacity: 1;
  transform-origin: top;
  transform: none;
}

/* .banner-bottomsection {
  transform: scale(1) !important;
}

.banner-bottomsection .card-main .cards {
  opacity: 0;
  transform: translateX(-100%) scale(1);
  transition: all 0.8s;
}

.banner-bottomsection .card-main .cards:nth-child(odd) {
  opacity: 1;
  transform: translateX(100%) scale(1);
  transition: all 0.8s;
}

.banner-bottomsection.animation_center .card-main .cards {
  opacity: 1;
  transform: none;
  margin: 0 -1px;
} */

/* card animtion */

/* home animation animtion */
#banner::after {
  content: "";
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  opacity: 0.76;
}

#banner .container {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
}

#banner .banner-img {
  min-height: 380px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: auto;
}

#banner .banner {
  padding: 25px 20px 60px 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: start;
}

.banner .banner-title {
  width: 100%;
}

.banner-inner {
  width: fit-content;
  background-color: var(--nims-white);
}

.banner-inner a {
  width: 100%;
  font-size: var(--f14);
  line-height: 17px;
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  color: var(--nims-white);
  text-decoration: none;
  padding: 5px;
  margin: 0;
  display: block;
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) .cards-inner {
  background-color: rgb(13 76 93 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) .cards-inner {
  background-color: rgb(190 164 0 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) .cards-inner {
  background-color: rgb(3 127 130 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) .cards-inner {
  background-color: rgb(98 98 98 / 90%);
}

.banner-inner div:nth-child(4n + 1) a {
  background-color: var(--nims-yellow);
}

.banner-inner div:nth-child(4n + 2) a {
  background-color: var(--nims-blue);
}

.banner-inner div:nth-child(4n + 3) a {
  background-color: var(--nims-lightblue);
}

.banner-inner div:nth-child(4n + 4) a {
  background-color: var(--nims-gray);
}

.banner-bottomsection .card-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.banner-bottomsection .card-main .cards .cards-inner {
  padding: 50px 20px 50px 20px;
  height: 100%;
  margin: 0 -1px;
}

.cards-inner-svg {
  margin-bottom: 16px;
}

.banner-bottomsection .card-main .cards {
  width: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-bottomsection .card-main .cards {
  clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
}

.banner-bottomsection .card-main .cards:nth-child(even) {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16%);
}

.banner-bottomsection .cards h3 {
  font-size: var(--f18);
  line-height: 32px;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  color: var(--nims-white);
  text-transform: uppercase;
}

.banner-bottomsection .cards p {
  font-size: var(--f16);
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: var(--nins-font-overpass);
  color: var(--nims-white);
}

.banner-title h1 {
  color: var(--nims-white);
  font-weight: bold;
  font-size: var(--f26);
  line-height: 36px;
  font-family: var(--nims-font-neue);
  margin-top: 50px;
  margin-bottom: 0;
}

.banner-title h1 span {
  color: rgb(245, 183, 34);
}

.banner-bottomsection .cards hr {
  background-color: var(--nims-white);
  margin: 16px 0;
  opacity: 0.8;
  height: 1px;
}

.banner-bottomsection .card-main .cards div a {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--nims-white);
  padding: 10px;
  border-radius: 4px;
  font-size: var(--f14);
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  line-height: normal;
  color: var(--nims-white);
  transition: all 0.4s;
  border: 1px solid transparent;
}

.banner-bottomsection .card-main .cards div a:hover {
  color: var(--nims-white) !important;
  border: 1px solid var(--nims-white);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a svg path {
  stroke: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a svg path {
  stroke: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a svg path {
  stroke: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a svg path {
  stroke: var(--nims-gray);
}

.banner-bottomsection .card-main .cards div a svg path {
  transition: all 0.4s;
}

.banner-bottomsection .card-main .cards div a:hover svg path {
  stroke: var(--nims-white);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a {
  color: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a {
  color: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a {
  color: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a {
  color: var(--nims-gray);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a:hover {
  background-color: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a:hover {
  background-color: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a:hover {
  background-color: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a:hover {
  background-color: var(--nims-gray);
}

.page-id-1502 .about-details,
.page-id-1504 .about-details,
.page-id-1514 .about-details,
.page-id-1522 .about-details {
  background-color: #fff;
}

.hading-tital-bg {
  margin-top: 0;
}

.hading-tital-bg h3 {
  font-size: var(--f20);
  font-weight: bold;
  padding: 20px 0;
  margin: 0;
  font-family: var(--nims-font-neue);
  line-height: 35px;
  color: var(--nims-white);
  text-align: center;
  background-color: var(--nims-banner-blue);
}

.apply-btn {
  position: relative;
  padding: 30px 36px;
  background-image: url("https://www.shutterstock.com/image-photo/attractive-african-young-confident-businesswoman-600nw-1712082700.jpg");
  background-position: center;
  background-size: cover;
}

.apply-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nims-black);
  opacity: 0.8;
}

.apply-btn a {
  background-color: var(--nims-dark-red);
  transition: all 0.6s;
  color: var(--nims-white);
  width: 100%;
  font-weight: bold;
  padding: 20px 66px 17px 66px;
  font-size: var(--f16);
  line-height: 20px;
  font-family: var(--nins-font-overpass);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.apply-btn a:hover {
  background-color: var(--nims-red);
}

/*  */
.process {
  background-color: var(--nims-bg-gray);
  margin-top: 0;
  padding: 0;
}

.process-details span {
  -webkit-text-stroke: 5px var(--nims-banner-blue);
  font-size: 100px;
  line-height: 100px;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  color: transparent;
}

.process-details span:first-child {
  -webkit-text-stroke: 3px var(--nims-banner-blue);
  font-size: 50px;
}

.process-details p {
  font-size: var(--f20);
  line-height: 24px;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  margin-left: 0;
}

.process-details span {
  margin-right: 10px;
}

.placement {
  background-color: var(--nims-bg-gray);
  margin-top: 0;
  padding: 40px 20px;
}

.placement h4 {
  font-size: var(--f18);
  line-height: 32px;
  color: var(--nims-black);
  text-align: center;
  font-weight: bold;
  font-family: var(--nims-font-neue);
}

.recruiters ul li {
  font-size: var(--f16);
  line-height: 20px;
  text-align: center;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  background-color: var(--nims-blue);
  border: 1px solid #c7c7c7;
  color: var(--nims-white);
  padding: 8px 24px;
  transition: all 0.4s;
}

.recruiters ul li:hover {
  background-color: var(--nims-yellow);
  color: var(--nims-white);
}

.testimonials ul,
.recruiters ul {
  list-style: none;
  padding: 0;
}

.testimonials-details h6,
.testimonials-text,
.testimonials-details h5 {
  font-size: var(--f18);
  line-height: 23px;
  font-weight: bold;
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  margin-bottom: 0;
}

.testimonials-text,
.testimonials-details h6 {
  font-size: var(--f16);
}

.testimonials-details p {
  font-size: var(--f12);
  line-height: 24px;
  font-family: var(--nins-font-overpass);
  font-weight: 400;
  color: var(--nims-gray);
  margin-bottom: 0;
}

.testimonials-text {
  font-weight: 300;
  margin-top: 24px;
}

.testimonials-img {
  width: 60px;
}

.testimonials-card .play-icon img,
.testimonials-img img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.testimonials-card .play-icon {
  width: 30px;
}

.testimonials-card,
.testimonials-profile {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.testimonials-card {
  justify-content: space-between;
  align-items: start;
}

.testimonials-slider li {
  background-color: var(--nims-white);
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  padding: 20px;
}

.nmims {
  align-items: stretch;
  margin: 0;
}

.nmims-videos {
  position: relative;
  padding: 0;
}

.nmims-play-btn {
  position: absolute;
  bottom: 20px;
  right: 45px;
  width: 46px;
  aspect-ratio: 1 / 1;
}

.nmims-play-btn button {
  width: 100%;
  padding: 0;
  border-radius: 100px;
  transition: all 0.4s;
}

.nmims-play-btn button:hover {
  box-shadow: 0px 0 10px 0 #00000073;
}

.nmims img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nmims-card-imgs {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.nmims-card-imgs figure {
  margin: 0;
  text-align: center;
}

.nmims-card-imgs figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.process-videos {
  margin-top: 0;
}

.process-videos video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#placement ul.slick-dots li {
  border: none;
  background: transparent;
  padding: 0;
}

#placement ul.slick-dots {
  position: unset !important;
  margin-top: 10px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.testimonials,
.recruiters {
  margin-top: 20px;
}

#placement .slick-dots li button:before {
  background-color: var(--nims-gray);
  opacity: 0.2;
	color:transparent !important;
}

#placement .slick-dots li.slick-active button:before {
  background-color: var(--nims-black);
  opacity: 1;
}

.international {
  background-color: var(--nims-blue);
  border-radius: 4px;
  padding: 0.521vw;
  margin: 6.604vw 0;
  overflow: hidden;
}

.international-packages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
}

.international .international-inner {
  border: 1px dashed var(--nims-banner-blue);
  padding: 1.563vw;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.042vw;
  position: relative;
}

.international-term-condition {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 7px;
  line-height: 9px;
  font-weight: bold;
  color: #326775;
  font-family: var(--nins-font-overpass);
}

.packages-btn {
  font-size: 2.344vw;
  max-width: 23.438vw;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  line-height: 51px;
  color: var(--nims-white);
  background-color: var(--nims-banner-blue);
  border-radius: 0 4px 4px 0px;
  padding: 1.198vw;
  margin-left: -0.650vw;
   display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.packages-btn span{
        font-size: 20px;
}
.pannum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  min-width: 2vw;
}

.pannum p {
  font-size: 1.823vw;
  line-height: 40px;
  color: var(--nims-white);
  font-family: var(--nins-font-overpass);
  margin: 0;
  margin-right: 0;
}

.annum p {
  font-size: 45px;
  line-height: 40px !important;
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--nims-banner-blue);
  font-family: var(--nins-font-overpass);
}

.annum span {
  font-size: 1.354vw;
  line-height: 0.833vw;
  font-family: var(--nins-font-overpass);
  font-weight: 400;
  color: var(--nims-white);
}

.international-hr {
  width: 100%;
  border: 0.5px solid var(--nims-white);
  min-height: 1px;
}

.events {
  margin-top: 0;
}

.events-img {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}

.events-img figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.events-img figure:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: black;
  opacity: 0.5;
}

.events-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
  scale: 1;
}

.events-img figure:hover img {
  scale: 1.1;
}

.events-img figure p {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 27px;
  right: 27px;
  margin-bottom: 0;
  font-size: var(--f18);
  line-height: normal;
  color: var(--nims-white);
  font-weight: bold;
  font-family: var(--nins-font-overpass);
}

.eventslist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}

.eventslist:last-child {
  margin-bottom: 0;
}

.events-list {
  background-color: var(--nims-blue);
  padding: 50px 30px;
}

.eventslist-date {
  display: flex;
  justify-content: start;
  gap: 22px;
  align-items: center;
}

.events-list-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}

.events-detail h4,
.events-list-view span {
  color: var(--nims-white);
  font-size: var(--f18);
  line-height: 22px;
  font-family: var(--nims-font-neue);
  font-weight: bold;
}

.events-list-view span:last-child {
  font-size: var(--f16);
  font-weight: 400;
  font-family: var(--nins-font-overpass);
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}

.events-date {
  background-color: var(--nims-white);
  padding: 10px 20px;
  border-radius: 4px;
  width: 20%;
  min-width: 80px;
}

.events-detail p,
.events-date span {
  font-size: var(--f16);
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 22px;
}

.events-date p {
  font-size: var(--f40);
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.events-detail p {
  margin: 0;
  color: var(--nims-white);
  text-align: left;
  font-weight: 300;
}

.events-btn {
  width: 20px;
  flex: 0 0 auto;
}

.more-btn {
  width: 100%;
  align-self: flex-end;
}

.more-btn a.more-btn {
  background-color: var(--nims-bg-gray);
  color: var(--nims-black);
  font-size: var(--f16);
  width: 100%;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  transition: all 0.4s;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.more-btn a.more-btn .more-btn-play {
  transition: all 0.4s;
}

.more-btn a.more-btn:hover {
  background-color: var(--nims-black);
  color: var(--nims-white);
}

.more-btn a.more-btn:hover .more-btn-play {
  filter: brightness(1) invert(1);
}

.international .international-inner {
  align-items: center;
}

.international .international-inner {
  align-items: center;
}

.international-packages {
  width: calc(100% - 27.083vw);
}

.process-details {
  margin-top: 20px;
  padding: 50px 20px;
}

.testimonials .slick-slide {
  margin: 0;
}

.recruiters .slick-slide {
  margin: 0 10px;
}


.recruiters .slick-slide div:first-child {
  margin-bottom: 10px;
}

/* #banner .banner-img {
  display: none;
} */

#banner .banner-img.banner-mobile-img {
  display: block;
}

/* pop up */

.modal-header {
  border: none;
}

.btn-close {
  filter: brightness(1) invert(1);
  opacity: 1;
}

/* .search-header .form-control::placeholder,
.search-header .form-control {
  background: transparent;
  font-size: var(--f18);
  line-height: normal;
  font-weight: 300;
  border: none;
  color: var(--nims-white);
  font-family: var(--nins-font-overpass);
}

.search-header .form-control::placeholder {
  color: #e16464;
} */

.header-links {
  color: var(--nims-white);
}

/* .search-header {
  border-bottom: 1px solid #e16464;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
} */
.search-header img {
  filter: brightness(1) invert(1);
}

.header-links h6 {
  font-size: var(--f20);
  line-height: normal;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
}

.header-links ul {
  padding-left: 20px;
  margin-top: 20px;
}

.header-links ul li {
  font-weight: 300;
  font-family: var(--nins-font-overpass);
  font-size: var(--f16);
  line-height: normal;
  margin-bottom: 10px;
}

.modal-body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-main-body {
  width: 100%;
  max-height: 100%;
}

.modal-backdrop {
  z-index: 99 !important;
}

/* pop up */

/* counter  */
.counter-content-main {
  text-align: center;
}

.counter-text {
  width: 70%;
  margin: 0 auto;
}

.counter-text p {
  text-align: center;
  font-size: var(--f18);
  line-height: 23px;
  font-weight: 600;
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  margin-bottom: 0;
  margin-top: 20px;
}

.counter-content span {
  font-size: var(--f50);
  font-weight: bold;
  padding: 20px 0;
  margin: 0;
  font-family: var(--nims-font-neue);
  line-height: 35px;
}

.counter-content {
  font-size: var(--f50);
    font-weight: bold;
    padding: 20px 0 0 0;
    margin: 0;
    font-family: var(--nims-font-neue);
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.sub-title {
  font-size: var(--f18);
  line-height: 22px;
  font-weight: bold;
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
}

.counter-text {
  margin-bottom: 60px;
  margin-top: 60px;
}

.counter {
  margin: 100px 0;
}

/* .process-details>div{
   	height:100%
} */

.home #placement .slick-dots li button:before{
	  width: 10px;
    height: 10px;
}

.home #placement .slick-dots li{
	width: 8px;
}
@media (min-width: 768px) {
	#banner .banner-img.banner-mobile-img{
		display:none;
	}
  .events-date {
    padding: 10px 20px;
  }

  .nmims-card-imgs {
    gap: 30px;
  }

  .packages-btn {
    border-radius: 0;
  }

  .packages-btn {
    margin-left: -0.521vw;
  }

 

  .banner .banner-title {
    width: fit-content;
  }

  .banner-bottomsection .card-main .cards div a {
    font-size: var(--f16);
    line-height: normal;
  }

  .events-img figure p {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  #banner .banner {
    padding: 25px 0 60px 0;
  }

  .placement {
    margin-top: 50px;
    padding: 20px;
  }

  .nmims-videos {
    padding-left: 0;
  }

  .process-details {
    padding: 0;
  }

  .nmims-play-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    aspect-ratio: 1 / 1;
  }

  .placement h4 {
    font-size: var(--f26);
    line-height: 46px;
  }

  .testimonials-text,
  .testimonials-details h6 {
    font-size: var(--f18);
  }


  .recruiters ul li {
    font-size: var(--f24);
    line-height: 30px;
    padding: 28px 60px;
  }

  #placement ul.slick-dots {
    margin-top: 40px;
  }

  .testimonials,
  .recruiters {
    margin-top: 50px;
  }

  .testimonials .slick-slide {
    margin: 0 20px;
  }

  .recruiters .slick-slide {
    margin: 0 20px;
  }

  .testimonials .slick-list {
    margin: 0 -10px;
  }

  /* .recruiters .slick-list {
    margin: 0 -20px;
  } */
  .hading-tital-bg h3 {
    font-size: var(--f30);
    padding: 30px 0;
    line-height: 53px;
  }

  .process-details {
    margin-top: 0;
  }

  .process-details p {
    font-size: var(--f30);
    line-height: 42px;
    margin-left: 0;
  }

  .process-details span {
    font-size: 100px;
    line-height: 100px;
  }

  .more-btn {
    width: 50%;
  }

  .events-img figure {
    width: calc(50% - 10px);
  }

  .events-img {
    padding-left: 0;
    padding-right: 20px;
    gap: 20px;
  }

  .events {
    margin-top: 50px;
  }

  #placement,
  #process {
    margin: 50px 0;
  }

  .process {
    margin-top: 50px;
    padding: 50px;
  }

  .apply-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    padding: 0;
    background-image: none;
  }

  .apply-btn::after {
    content: none;
  }

  .process-videos {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  /* .hading-tital-bg {
    margin-top: 50px;
  } */
  .banner-inner a {
    font-size: var(--f20);
    line-height: 16px;
    padding: 20px;
  }

  #banner .banner {
    padding: 30px 0 60px 0;
  }

  #banner .banner-img {
    object-fit: cover;
  }

  .banner-bottomsection {
    margin-top: -80px;
    margin-bottom: 50px;
  }

  .banner-bottomsection .card-main .cards {
    width: 50%;
  }

  .banner-title h1 {
    font-size: var(--f56);
    line-height: 36px;
    margin-bottom: 150px;
  }

  .banner-bottomsection .card-main .cards:nth-child(3),
  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: none;
  }

  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 80px 20px 50px 20px;
  }

  .banner-bottomsection .cards h3 {
    font-size: var(--f20);
    line-height: 24px;
  }

  .banner-bottomsection .cards p {
    font-size: var(--f18);
    line-height: 22px;
  }

  .international-hr {
    width: 1px;
    min-height: 100%;
    border: 0.5px solid var(--nims-white);
  }


  .process-details .d-flex.align-items-center {
    flex-wrap: nowrap;
  }


  .international {
    padding: 0.365vw;
    margin: 2.604vw 0;
  }

  /* pop up */
  .header-links h6,
  .search-header .form-control::placeholder,
  .search-header .form-control {
    font-size: var(--f24);
    line-height: normal;
  }

  .search-header {
    margin-bottom: 50px;
    gap: 20px;
  }

  .header-links ul li {
    line-height: normal;
    margin-bottom: 10px;
  }

  /* pop up */
}

@media (min-width: 992px) {
	 #banner .banner-img {
    height:auto;
  }
  .nmims-play-btn {
    bottom: 50px;
    right: 75px;
    width: 66px;
  }

  .events-img figure p {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  #banner .banner-img {
    display: block;
  }

  #banner .banner-img.banner-mobile-img {
    display: none;
  }

  .placement {
    margin-top: 50px;
    padding: 50px;
  }

  .process-details {
    padding: 0px 30px;
  }

  #banner .banner {
    padding: 50px 0 60px 0;
  }


  .process-details .d-flex.align-items-center {
    flex-wrap: wrap;
  }

  /* pop up */
  .header-links h6,
  .search-header .form-control::placeholder,
  .search-header .form-control {
    font-size: var(--f30);
    line-height: normal;
  }

  /* pop up */
  .testimonials .slick-list {
    margin: 0 -50px;
  }

  .testimonials .slick-slide {
    margin: 0 50px;
  }

}

@media (min-width: 1025px) {

  .process-details span {
    font-size: 150px;
    line-height: 150px;
  }

  /* pop up */
  .header-links ul li {
    font-weight: 300;
    font-size: var(--f18);
  }

  .header-links h6 {
    font-size: var(--f40);
    line-height: 60px;
  }

  .search-header .form-control::placeholder,
  .search-header .form-control {
    background: transparent;
    font-size: var(--f40);
    line-height: normal;
    font-weight: 300;
  }

  /* pop up */
}

@media (min-width: 1200px) {
  .process-details p {
    font-size: var(--f30);
    line-height: 36px;
  }


  #banner .banner {
    padding: 50px 0 60px 0;
  }

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -90px;
  }

  .banner-bottomsection .card-main .cards {
    width: 50%;
  }

  .banner-bottomsection .card-main .cards {
    clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
  }

  .banner-bottomsection .card-main .cards:nth-child(3) {
    clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
  }

  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16%);
  }

  .banner-bottomsection .cards p {
    font-size: var(--f20);
    line-height: 24px;
  }

  .banner-bottomsection .cards h3 {
    font-size: var(--f22);
    line-height: 30px;
  }
}

@media (min-width: 1300px) {
  .process-details .d-flex.align-items-center {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1450px) {

  .process-details p {
    margin-left: 20px;
  }
}

@media (min-width: 1500px) {

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -80px;
  }

  #banner .banner {
    padding: 100px 0 100px 0;
  }
}

@media (min-width: 1700px) {

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -71px;
  }
}

@media (max-width: 767px) {
  .banner-bottomsection {
    margin-top: -40px;
  }

  .banner-bottomsection .card-main .cards:nth-child(1) {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    z-index: 10;
  }

  .banner-bottomsection .card-main .cards:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-top: -40px;
    z-index: 9;
  }

  .banner-bottomsection .card-main .cards:nth-child(3) {
    clip-path: none;
    margin-top: -40px;
    z-index: 8;
  }

  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: polygon(100% 10%, 100% 100%, 0 100%, 0 0);
    margin-top: -40px;
    z-index: 8;
  }

  .counter-content {
    font-size: 35px;
  }

  .counter-content span {
    font-size: 35px;
  }

  .counter-main {
    margin-bottom: 20px !important;
  }

  .sub-title {
    font-size: var(--f16);
  }
	
}

/* @media (max-width: 1024px) {
  #banner .banner {
    padding: 60px 0 60px 0;
  }
  .banner-title h1 {
    margin-top: 60px;
  }
  .process-details p {
    font-size: var(--f20);
    line-height: 24px;
    margin-left: 0;
  }
  .banner-title h1 {
    font-size: var(--f50);
    line-height: 60px;
  }
  .process-details span {
    font-size: 100px;
    line-height: 100px;
  }
  .international .international-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  .international-hr {
    display: none;
  }
  .testimonials .slick-slide {
    margin: 0 20px;
  }
  .testimonials .slick-list {
    margin: 0 -20px;
  }
  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 100px 10px 20px 10px;
  }
  .banner-bottomsection .cards h3 {
    font-size: var(--f20);
    line-height: normal;
  }
  .banner-bottomsection .cards p {
    font-size: var(--f18);
    line-height: normal;
  }
  .nmims-card-imgs figure {
    height: 100px;
  }
  #placement ul.slick-dots {
    margin-top: 10px;
  }
  .testimonials,
  .recruiters {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .banner-bottomsection .card-main {
    flex-wrap: wrap;
  }
  .banner-bottomsection .card-main .cards {
    width: 50%;
  }
  .process {
    padding: 20px;
  }
  .process-details {
    margin-top: 50px;
  }
  .process-details .d-flex {
    align-items: center;
  }
  .nmims-card-imgs {
    gap: 10px;
  }
  .nmims-card-imgs figure {
    width: calc(50% - 5px);
  }
  .hading-tital-bg h3 {
    padding: 10px 0;
  }
  .process-videos {
    margin-top: 20px;
  }
  .apply-btn a {
    padding: 15px 40px;
  }
  .placement,
  .testimonials,
  .recruiters,
  .events,
  .process {
    margin-top: 30px;
  }
  .placement {
    padding: 20px;
  }
  .hading-tital-bg h3 {
    font-size: var(--f24);
  }
  .events-list {
    margin-top: 30px;
  }
  .banner-bottomsection .card-main .cards:nth-child(odd),
  .banner-bottomsection .card-main .cards:nth-child(even) {
    clip-path: unset;
  }
  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 40px 10px 40px 10px;
  }
  .banner-bottomsection .card-main .cards:first-child {
    clip-path: polygon(100% 17%, 100% 100%, 0 100%, 0 0);
  }
  .banner-bottomsection .card-main .cards:nth-child(2) {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 17%);
  }
  .banner-bottomsection .card-main .cards:first-child .cards-inner,
  .banner-bottomsection .card-main .cards:nth-child(2) .cards-inner {
    padding: 100px 10px 40px 10px;
  }
}

@media (max-width: 500px) {
  .banner-inner a {
    padding: 4px 5px;
    font-size: var(--f14);
    line-height: 16px;
  }
  .banner-title h1 {
    font-size: var(--f26);
    line-height: 36px;
    text-align: center;
  }
  .banner-title h1 {
    margin-top: 100px;
  }
  .banner-bottomsection .card-main .cards {
    width: 100%;
  }
  .banner-bottomsection .card-main .cards:first-child {
    clip-path: polygon(100% 0, 100% 100%, 0 88%, 0 13%);
  }
} */

@media (min-width:1888px) {
  .packages-btn {
    font-size: 45px;
    max-width: 438px;
    padding: 23px;
    margin-left: -39px;
  }

  .pannum p {
    font-size: 35px;
    line-height: 44px;
  }

  .annum p {
           font-size: 45px;
        line-height: 55px;
  }

  .annum span {
    font-size: 26px;
    line-height: 33px;
  }

  .international .international-inner {
    padding: 30px;
    gap: 0;
  }

  .international-packages {
    gap: 30px;
  }

  .international {
    padding: 7px;
  }

  .international-packages {
    width: auto;
  }

  .pannum {
    gap: 50px;
    min-width: calc(50% - 32px);
  }

  .annum {
    min-width: 240px;
  }
}


@media (max-width:1400px) {
  .packages-btn {
    font-size: 2vw;
  }

  .international-packages {
    width: calc(100% - 25.083vw);
  }
   .banner-title h1 {
        font-size: 45px;
        line-height: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width:1200px) {
  .packages-btn {
    max-width: 20.438vw;
  }

  .international-packages {
    width: calc(100% - 22.083vw);
  }

  .international .international-inner,
  .international-packages {
    gap: 1vw;
  }

  .annum p {
    font-size: 2.5vw;
  }
     
}
@media (max-width:1024px) {
        .banner-title h1 {
        font-size: 40px;
        line-height: 29px;
        margin-bottom: 100px;
    }
}

@media (max-width:992px) {
  .pannum {
    flex-direction: column;
    align-items: start;
	      gap: 0 !important;
  }

  .international-packages {
    width: calc(100% - 27.083vw);
  }
	.packages-btn{
		    line-height: 35px;
	}
	.annum p{
		line-height: 22px;
	}
	.banner-title{
	        text-align: start !important;
	}
	    .banner-title h1 {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    .banner-inner a{
                padding: 14px;
    }
	
}

@media (max-width:768px) {
  .packages-btn {
    font-size: 32px;
    max-width: 250px;
  }

  .international-packages {
    flex-direction: column;
  }

  .pannum p {
           font-size: 13px;
        line-height: 24px !important;
  }

  .annum p {
           font-size: 22px;
        line-height: 28px !important;
  }

  .annum span {
    font-size: 12px;
    line-height: 16px;
  }

  .international-packages {
    width: calc(100% - 300px);
  }
  .
}
@media (max-width:600px){
        .banner-title h1 {
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 60px;
    }
}
@media (max-width:500px) {
  .packages-btn {
    font-size: 24px;
    max-width: 180px;
    line-height: 31px;
  }

  .international-packages {
    width: calc(100% - 200px);
  }
}

@media (max-width:767px) {
  .international-hr {
    width: 100%;
  }

  .counter {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .counter-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .counter-text {
    width: 90%;
  }

  .counter .row {
    padding: 0 15px;
  }
	#banner .banner-img{
		display:none;
	}
}

@media (max-width: 375px) {
  .annum p {
    line-height: 24px;
  }
}
@media (max-width: 1400px){
    .pannum p{
            line-height: 32px;
    }
}
@media (max-width: 1200px){
	.annum p{
		    margin-bottom: 0 !important;
	}
	 .packages-btn span{
            line-height: 30px;
    }
}
@media (max-width: 1024px){
        .pannum p {
        line-height: 26px;
    }
   
}
@media (max-width: 768px) {
    .international-hr {
        width: 100%;
    }
}