/* reset css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

li {
  font-weight: 400;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

p+p {
  margin: 10px 0 0;
}

small,
em {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

strong {
  font-weight: 600;
}

h2 {
  color: var(--tertary);
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 40px 5px;
}

.header-fixed {
  position: fixed;
  top: 0;
  background: #D06A60;
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 20;
}

.header-fixed p strong {
  font-size: 14px !important;
}

/* h2::before {
  content: '';
  position: absolute;
  background-size: 150px;
  width: 150px;
  height: 20px;
  top: 5px;
  left: -130px;
  background: url('../images/left-new.png') no-repeat center left;
  filter: grayscale(100%) brightness(0%);
}

h2::after {
  content: '';
  position: absolute;
  background-size: 150px;
  width: 150px;
  height: 20px;
  top: 5px;
  right: -130px;
  background: url('../images/right-new.png') no-repeat center right;
  filter: grayscale(100%) brightness(0%);
} */

h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 150px;
  width: 200px;
  height: 2px;
  background: var(--button-hover);
  margin: 0 auto;
}

.batchlogo {
  position: absolute;
  top: -50px;
  height: auto;
  width: 100px;
}

.participants h2::after {
  filter: brightness(0);
}

.participants h2::before {
  filter: brightness(0);
}

.banner .form_box {
  background-color: var(--primary);
  padding: 25px;
  color: #393D3E;
  border-radius: 10px;
  position: relative;
  width: 85%;
}

.form-section .form_box {
  background-color: var(--primary);
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

.banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.banner .form_box input[type=submit] {
  margin: 10px auto 0;
}

.about {
  padding: 50px 0 160px;
  margin: 50px 0 0;
  color: var(--primary);
  background: #2a110d;
  background: url('../images/dubai_bg.webp') no-repeat left center;
  background-size: cover;
}

.about .main-section {
  position: relative;
}

.about .row {
  margin: 30px 0 0;
}

.about ul li {
  font-size: 22px;
  line-height: normal;
  margin: 0 0 40px;
}

.about img {
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--button-hover);
  border-radius: 5px;
}

.about img:nth-child(2) {
  position: absolute;
  top: 250px;
  right: -50px;
}

/* New Objective */

.objective {
  padding: 80px 0;
  color: var(--primary);
  background: url('../images/IIMA-objective.webp') no-repeat top right;
  background-size: cover;
}

.objective p {
  width: 50%;
}

/* key-points */

.keypoints {
  padding: 0;
}

/* .keypoints .container {
  position: relative;
} */
/* .keypoints .container::after {
  content: '';
  position: absolute;
  background: url('../images/key-bg.webp') no-repeat right bottom;
  background-size: 100%;
  height: 250px;
  width: 250px;
  bottom: 0;
  right: 50px;
  top: -30px;
} */

.keypoints h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500 !important;
}

.keypoints h4 strong {
  color: var(--primary);
  font-weight: 500 !important;
}

.keypoints .key-card {
  display: inline-block;
  /* z-index: 2; */
}

.keypoints img {
  margin: 0 10px 0 0;
}


/* eligibility */

.eligibility {
  padding: 60px 0 40px;
}

.eligibility p {
  font-size: 14px;
  padding: 10px;
}

.eligibility p strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.eligibility p small {
  display: inline-block;
  margin: 10px 0 0;
}

.eligibility .gold-bg-1 .img-card {
  background: #22326b;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 0 20px;
}

.eligibility .key-card h4 {
  font-size: 16px;
  margin: 0 0 0 10px;
  line-height: 24px;
}

.eligibility .key-card {
  background: #D06A60;
  padding: 10px;
  width: 50%;
  margin: 5px auto 0;
  border-radius: 10px;
}

.eligibility .key-card img {
  filter: brightness(0) invert(1) saturate(1000%);
}

.eligibility .gold-bg-1 {
  display: flex;
  background: #D06A60;
  border-radius: 10px;
  align-items: center;
  color: #FFF;
  height: 180px;
  margin: 0 0 10px;
}

.eligibility .gold-bg-1 .wh-card {
  background: var(--primary);
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--button-hover);
  border-radius: 50%;
}

.eligibility .gold-bg-1 img {
  height: 50px;
  width: 50px;
}

.eligibility .gold-bg-1 p small {
  font-size: 12px;
}

.eligibility .gold-bg-1 p strong {
  font-weight: 600;
}

.eligibility p.large-text {
  font-size: 18px;
  line-height: normal;
  width: 60%;
  margin: 0 auto;
}

/* curriculum */
.new-course-content {
  padding: 50px 0;
}

.new-course-content .text-black {
  color: var(--tertary);
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

.new-course-content .gold-bg-1 .img-card {
  background: #22326b;
  height: 100%;
  width: 38%;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 10px 0 0 10px;
}

.new-course-content p {
  display: inline-block;
  font-size: 16px;
}

.new-course-content .img-card p strong {
  display: inline-block;
  font-weight: 500;
}

.new-course-content .gold-bg-1 {
  display: flex;
  /* background: linear-gradient(321deg, rgba(72, 69, 142, 1) 0%, rgba(157, 92, 113, 1) 66%, rgba(224, 110, 90, 1) 100%); */
  border-radius: 10px;
  background: #D06A60;
  align-items: center;
  color: #FFF;
  height: 130px;
  width: 32%;
  margin: 0 3px 10px;
}

.new-course-content .gold-bg-1 .text {
  width: 62%;
  display: flex;
  margin: 0 0 0 15px;
}

/* key programme */

.key-programme {
  padding: 20px 0;
  /* background: #10242b;
  background: url('../images/dubai_bg.webp') no-repeat left center;
  background-size: cover; */
}

.key-programme .main-card {
  margin: 0;
}

.key-programme .highlight-card {
  width: 100%;
  margin: 0 0 20px;
  height: 190px;
  background: #48458E;
  /* background: linear-gradient(360deg, rgba(72, 69, 142, 1) 0%, rgba(224, 110, 90, 1) 100%); */
  border-radius: 10px;
  position: relative;
  color: var(--primary);
}

.key-programme .highlight-card .blue {
  width: 100px;
  height: 100px;
  padding: 12px;
  background: var(--primary);
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  border: 2px solid var(--button-hover);
}

.key-programme .highlight-text {
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  justify-content: center;
  text-align: center;
}

.key-programme .highlight-text p {
  margin: 50px 0 0;
}

.programme-card {
  background: linear-gradient(360deg, rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%);
  position: relative;
  background-size: 100%;
  width: 400px;
  border-radius: 12px;
  height: 200px;
  text-align: center;
  padding: 100px 10px 0;
  margin: 30px 10px;
}

.programme-card p {
  font-size: 20px !important;
  color: #FFF;
}

.programme-card img {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%);
}

.programme-card p small {
  font-size: 12px;
}

.programme-card p strong {
  font-weight: 600;
}

.key-programme .main-section {
  margin: 20px 0 0;
}

/* read more */
.readLess {
  display: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--primary);
  margin: 10px 0 0;
}

.readMore {
  cursor: pointer;
  font-weight: 500;
  color: var(--primary);
  margin: 10px 0 0;
}

.moreDesc {
  display: none;
  margin: 10px 0 0;
}

/* course-content desktop */

.course-content {
  padding: 40px 0;
}

.set-margin {
  margin: 0 0 20px !important;
}

.course-content p {
  margin: 0 0 10px;
}

.course-content p strong {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.course-content hr {
  height: 2px;
  margin: 2px 0 15px;
  background: var(--secondary);
  opacity: 1;
}

.course-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
}

.course-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

/* certiicate */
.certificate {
  padding: 80px 0;
  color: var(--primary);
  background: #48458E;
}

.certificate .main-part {
  margin: 0 50px 0 0;
}

.certificate h2,
.new-testimonial h2,
.about h2 {
  color: var(--primary);
}

.certificate h2 {
  padding: 0;
}

.key-programme h2::before,
.key-programme h2::after,
.about h2::before,
.about h2::after,
.certificate h2::before,
.certificate h2::after,
.new-testimonial h2::before,
.new-testimonial h2::after {
  filter: brightness(500%) contrast(200%);
}

.certificate img {
  width: 40%;
  height: auto;
  padding: 20px;
  background: var(--primary);
  border: 4px solid var(--button-hover);
  border-radius: 5px;
}

.certificate h2 {
  margin: 50px 0 0;
}

.certificate p strong {
  color: var(--button-hover);
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  display: block;
}

.profile {
  padding: 50px 0;
}

.profile .job {
  /* background: var(--secondary); */
  background: linear-gradient(360deg, rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%);
  color: #FFF;
  height: auto;
  border-radius: 10px;
  padding: 25px 10px;
  margin: 10px;
  width: 100%;
}

.job ul {
  padding: 0 0 0 26px;
}

.job li {
  line-height: 28px;
}

.profile .right {
  width: 50%;
}

.profile img {
  width: 45%;
  margin: 20px 0 0 20px;
}

.profile .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 10px;
}

/* testimonials */
.testimonials {
  padding: 50px 0;
}

.testimonials .testimonialCard {
  padding: 16px;
  border-radius: 8px;
  margin: 10px 0;
  color: #FFF;
  display: flex;
  background: linear-gradient(360deg, rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%);
}

.testimonials .readLess,
.testimonials .readMore {
  color: #fff;
}

/* .testimonials .testimonialCard img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  margin: 0 20px 0 0;
  border: 1px solid #FFF;
} */

.testimonials .testimonialCard strong {
  text-transform: uppercase;
}

.testimonials .testimonialCard small {
  font-weight: 500;
  font-size: 14px;
}

.testimonialCard p {
  margin: 10px 0 0;
}

.testimonials .new-card {
  background: #48458E;
  /* background: linear-gradient(360deg, rgba(72, 69, 142, 1) 0%, rgba(224, 110, 90, 1) 100%); */
  border-radius: 10px;
  padding: 20px;
  height: 370px;
  text-align: center;
  margin: 0 10px;
}

.testimonials .small-card {
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
  background: var(--primary);
  color: var(--tertary);
  border-radius: 50px;
  height: 100px;
  padding: 10px;
  margin: -60px 0 10px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.testimonials .small-card img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
  /* border: 1px solid var(--button-hover); */
  margin: 0 5px 0;
}

.testimonials .main-card {
  margin: 60px 0 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

.swiper-pagination span {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  display: block;
  color: transparent;
  background: #707070;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.faculty-pagination {
  margin-top: 20px;
}

.swiper-button-next {
  color: var(--secondary);
  right: 0px;
  left: auto;
  top: 100px;
}

.swiper-button-prev {
  color: var(--secondary);
  font-size: 10px !important;
  right: auto;
  left: -2px;
  top: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--secondary);
  font-size: 18px !important;
  font-weight: 500;
}

/* expert */
.expert {
  padding: 60px 0;
  color: var(--tertary);
}

.expert .moreDesc {
  margin: 10px 0 0;
}

.expert small {
  font-size: 18px;
  font-weight: 500;
}

.expert strong {
  font-size: 22px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.expert button {
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  margin: 10px 0 0;
}

.expert img {
  width: 180px;
  height: 180px;
  margin: 0 40px 0 0;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.expert .main-section {
  padding: 20px 0;
}

/* new-expert */
.new-expert {
  padding: 50px 0;
}

.new-expert .card-top {
  color: var(--primary);
  border-radius: 10px;
  z-index: 2;
  padding: 30px;
  position: relative;
  background: #D06A60;
  /* background: linear-gradient(258deg, rgba(72, 69, 142, 1) 0%, rgba(128, 84, 123, 1) 43%, rgba(165, 94, 110, 1) 64%, rgba(197, 103, 99, 1) 100%, rgba(224, 110, 90, 1) 100%); */
}

.new-expert .card-second {
  background: var(--secondary);
  height: 40px;
  border-radius: 0 0 10px 10px;
  margin: -10px 0 0;
  z-index: 1;
  position: relative;
}

.new-expert .card-third {
  background: #e6eff4;
  color: var(--tertary);
  border-radius: 0 0 10px 10px;
  margin: -10px 0 0;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.new-expert .card-top img {
  border: 2px solid #e6eff4;
  border-radius: 4px;
  width: 180px;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.new-expert .card-top .text {
  padding: 0 20px;
}

.card-top .text p strong {
  text-transform: uppercase;
  font-size: 18px;
}

.card-top .text p small {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}

.card-third p strong,
.card-third p .card-third ul li {
  font-size: 16px;
}

.card-third ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.card-third ul li {
  padding: 0 15px 0 0;
}

/* fees */
.fees {
  /* background: url('../images/body-bg.png') repeat center top, linear-gradient(167deg, rgb(196 65 0) 0%, rgba(96, 42, 16, 1) 99%); */
  /* background: repeat center top, linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  /* background: var(--secondary); */
  background: linear-gradient(360deg, rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%);
  background-size: 100%;
  padding: 60px 0;
  color: var(--primary);
}

.fees .vl {
  background: var(--primary);
  width: 2px;
  height: 100px;
  border-radius: 10px;
}

.fees p {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.fees .icon-img {
  width: 35px;
  height: auto;
  margin: 0 15px 0 0;
}

.fee {
  text-align: center;
  border-right: 4px solid var(--primary);
  border-left: 4px solid var(--primary);
  border-radius: 50px;
  padding: 0 20px;
}

.fee p {
  font-size: 20px !important;
  line-height: 24px;
  font-weight: 400;
}

.fee p strong {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: 500;
  line-height: normal;
}

.fees button {
  margin: 0 0 0 40px;
  font-size: 22px;
  height: 70px;
  width: 380px;
  border-radius: 50px;
}

.fees .first {
  color: var(--tertary);
  background: var(--button-hover);
}

.fees .second {
  background: none;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.fees .first:hover {
  background: var(--primary);
  color: var(--tertary);
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form_box h3 {
  text-align: center;
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.form_box .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  color: #686868;
  border: 1px solid #C6C3C3;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control:focus {
  box-shadow: none;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control::placeholder {
  color: #686868
}

.form_box .form-control:-moz-placeholder {
  color: #686868
}

/* .form_box .primary {width: 100%;} */
.single-input {
  font-size: 11px;
  color: #686868;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.single-input input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-input a {
  color: var(--primary);
}

/* feature */
.feature {
  padding: 20px 0;
}

/* .feature .main-card {
  gap: 12px
} */

.feature .feature-card {
  width: 23%;
  /* background: linear-gradient(360deg, rgba(72, 69, 142, 1) 0%, rgba(224, 110, 90, 1) 100%); */
  font-size: 16px;
  padding: 30px;
  height: 110px;
  margin: 0 0 30px;
  border-radius: 10px;
  background: #48458E;
}

/* footer */

footer {
  padding: 80px 0 40px 0;
  text-align: center;
  background: var(--primary);
  color: var(--tertary)
}

footer a {
  color: var(--secondary);
}

footer a:hover {
  color: var(--button-hover);
}

footer .icon-img {
  width: 40px;
  height: auto;
}

/* accordian box */

.accordian_box {
  background: var(--secondary);
  margin: 0 0 15px;
  border-radius: 15px;
  /* width: 48%; */
}

.accordian_head {
  cursor: pointer;
  padding: 20px 30px 18px 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
}

.accordian_box strong {
  display: inline-block;
  font-weight: 500 !important;
}

.accordian_head.bullet {
  padding: 10px 30px 10px 40px;
  background: url('../images/bullet.svg') no-repeat 15px center;
}

.accordian_content {
  border-top: 1px solid var(--primary);
  padding: 10px 10px 1px;
  color: var(--primary);
}

.accordian_content p {
  color: var(--primary);
  margin: 0 0 10px;
}

.accordian_content ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
}

.course-content button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordian_head::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 15px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  background: url('../images/vector.png') no-repeat center center;
  filter: brightness(500%) contrast(100%);
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  filter: brightness(500%) contrast(100%);
}

/* participants */
.participants {
  background: #FFF;
  background-size: 100%;
  padding: 50px 0;
}

.participants h2 {
  color: var(--tertary);
}

.participants img {
  width: 100%;
  height: auto;
}
.participants .logos img {
  height: 100px;
  width: 200px;
  object-fit: contain;
  object-position: center;
}

.participants p {
  color: var(--tertary);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0;
}

/* tools */
.tools {
  padding: 70px 0 50px;
  position: relative;
}

.tools .img-card {
  background: var(--primary);
  width: 165px;
  height: 90px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px;
}

/* project */
.project {
  padding: 30px 0 60px;
  color: #000;
}

.project h4 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
}

.cp-genai-section {
  background: linear-gradient(90deg, #6c6a6a 0%, #48458e 69.71%);
  color: #fff;
  padding: 60px 15px;
}

.cp-genai-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cp-genai-content {
  flex: 1;
  min-width: 58%;
}

.cp-genai-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.cp-genai-image img {
  max-width: 100%;
  height: auto;
}

.cp-genai-content h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.cp-genai-content p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background: none;
}

/* shift */
.shift {
  padding: 0 0 70px;
}

.shift .gold-bg-1 {
  margin: 5px 2px 0;
}

.shift .gold-bg-1:nth-child(4) img {
  display: inline-block !important;
  width: 50px !important;
  height: 50px;
}

.shift .gold-bg-1 strong {
  font-size: 28px;
}

.programme {
  padding: 0 0 40px;
}

.programme li {
  color: #000;
}

.settop {
  margin: 20px 0 0;
}

.course-content p small {
  color: #000;
}

.new-testimonial {
  padding: 50px 0;
  background: linear-gradient(360deg, rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%);
}

.new-testimonial iframe {
  border-radius: 10px;
}

.new-testimonial .video-card p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px !important;
}

.cp-tab-nav {
  justify-content: center;
  /* background: #F8F8F8; */
  box-shadow: none;
  padding: 10px 20px;
  border-radius: 5px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); */
  max-width: 1320px;
  width: 100%;
  z-index: 9;
  display: flex;
  margin: 0 auto;
}

.sticky-tab {
  position: sticky;
  top: 35px;
  z-index: 100;
  background: #FFF;
}

.margin-up {
  margin-top: 100px !important;
}

.cp-tab-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 10px;
  margin: 0;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: center;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.cp-tab-nav ul::-webkit-scrollbar {
  display: none;
}

/* ::-webkit-scrollbar {
  display: none;
} */
.cp-tab-nav ul li {
  white-space: nowrap;
  margin: 0;
}

.cp-tab-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.cp-tab-nav ul a.active,
.cp-tab-nav ul a:active,
.cp-tab-nav ul a:focus {
  font-weight: 500;
  color: var(--secondary);
  border-bottom: 4px solid var(--secondary);
}

/* batch */
.batch {
  padding: 40px 0;
  /* background: #42527F; */
  /* background: url('../images/dubai_bg.webp') no-repeat left center; */
  /* background-size: cover; */
}

.batch img {
  border-radius: 5px;
  margin: 20px 0 0;
  width: 100%;
  height: auto;
}

.batch .graph img {
  border-radius: 5px;
  margin: 20px 0 0;
  width: 100%;
  height: auto;
  border: 10px solid #FFF;
}

.batch .chart img {
  border-radius: 5px;
  margin: 20px 0 0;
  width: 90%;
  height: auto;
}
.batch .chart:last-child img {
  width: 80%;
}

/* new-fees */
.new-fees {
  padding: 50px 0;
  color: var(--tertary);
}

.new-fees .main-card {
  margin: 30px 0 0;
}

.new-fees .child-card {
  width: 33%;
}

.new-fees .gold-bg {
  height: 140px;
  border-radius: 10px;
  margin: 0 2px 10px;
  display: flex;
  background: linear-gradient(258deg, rgba(72, 69, 142, 1) 0%, rgba(128, 84, 123, 1) 43%, rgba(165, 94, 110, 1) 64%, rgba(197, 103, 99, 1) 100%, rgba(224, 110, 90, 1) 100%);
}

.new-fees .gold-bg .justify-content-start {
  width: 100%;
}

.new-fees .gold-bg .img-card {
  padding: 20px;
  width: 120px;
  background: #22326B;
  border-radius: 10px 0 0 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gold-bg .img-card img {
  width: 50px;
  height: 50px;
}

.new-fees .child-card .p-text {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}

.new-fees .gold-bg p {
  padding: 20px;
  color: var(--primary);
}

.new-fees .fees-margin {
  margin: 10px 0 0;
}

/* admission */

.admission {
  padding: 40px 0;
}

.admission ul {
  margin: 20px 0 0;
}

.admission li {
  color: #000;
}

.admission img {
  width: 100%;
}

/* New Heading */

h2 {
  color: #fff;
  padding: 0;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 70px;
  margin: 0;
}

h2::after {
  background: none;
}

h2 span {
  font-family: "Retro Signature", "Poppins", sans-serif;
  color: #D06A60;
  text-transform: capitalize;
  font-size: 110px;
  font-weight: 400;
  position: relative;
  /* top: -20px; */
}

.new-course-content h2,
.eligibility h2,
.new-expert h2,
.admission h2,
.testimonials h2,
.batch h2,
.course-content h2,
.key-programme h2 {
  color: #22326B;
}

/* New Testimonial */
.testimonials .testimonialCard {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 0.5px solid rgba(154, 153, 153, 0.45);
  background: #FFF;
  box-shadow: none;
  height: 100% !important;
  color: #000;
}

.testimonialCard .img-card {
  background: #22326B;
  padding: 20px;
  border-radius: 8px 0 0 8px !important;
  height: auto !important;
  width: 120px;
  color: #fff;
  width: 20%;
  text-align: center;
}

.testimonialCard img {
  /* background: #22326B; */
  /* padding: 20px; */
  /* border-radius: 8px 0 0 8px !important; */
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 120px;
  width: 120px;
}

.testimonialCard p strong {
  font-size: 18px;
}

.testimonialCard p small {
  font-size: 16px !important;
  display: inline-block;
  font-weight: 500;
}

.testimonialCard .card-text {
  padding: 20px;
  width: 80%;
  display: flex;
  align-items: center;
}

.sticky {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
  /* padding: 10px 0; */
  box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11);
}
.sticky button, .sticky .download {
  margin: 0 5px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(66deg,rgba(72, 69, 142, 1) 0%, rgba(94, 75, 134, 1) 0%, rgba(125, 83, 124, 1) 30%, rgba(224, 110, 90, 1) 100%);
}
.sticky .btn-2 {
  color: #D06A60;
  background: #fff;
  border: 1px solid #D06A60;
}