* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-default: "Poppins", sans-serif;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.affiliations-list ul li {
  font-size: 15px;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img.program-images {
  height: 250px;
}

p {
  font-size: 15px;
}

h2 {
  font-size: 3.5rem;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none !important;
  color: #104cba;
}

.placement-process .event-content {
  position: absolute;
  top: 37%;
  left: 41%;
  text-align: center;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: #232323;
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: #232323;
}

.accreditations h3 {
  font-size: 22px;
  padding: 1rem 0;
}

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

.about-info {
  background-color: #f2f8f1;
  padding: 2rem;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

.slick-slider .justdial-cards {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b4b0b0;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.association-images img {
  width: 150px;
  height: 150px;
}

input {
  border: 2px solid #b7b7b7c9;
  border-radius: 10px;
  padding: 8px 10px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  /* min-height: 50px; */
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

b {
  font-weight: 900;
}

strong {
  font-weight: 900;
}

.accre-cont {
  padding-right: 10%;
}

.row {
  --bs-gutter-x: 30px;
}

.bg-green {
  background-color: #088d3f;
  color: #fff;
}

.bg-red {
  background-color: red;
  color: #fff;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*------ Start Header Section -------*/

.navigation {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
  background: #f2f8f1;
  height: 118px;
}

.main-headr {
  padding-bottom: 100px;
}

.pd-0 {
  padding: 0px !important;
}

ul.nav-list {
  display: flex;
  margin: 0;
  padding-top: 5px;
  /* padding-right: 4%; */
  list-style-type: none;
  justify-content: right;
}

ul.nav-list .nav-lists {
  /*margin-left: 44px;*/
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
}

ul.nav-list .nav-lists .nav-link {
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
}

.nav-list li:hover .sub-nav-links {
  display: block !important;
}

ul li a {
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
}

ul.nav-list .active a {
  color: var(--green);
}

.nav-list .nav-list2 .active::before {
  background: none !important;
}

.list-of-nav {
  margin-left: 11rem !important;
}

.brand {
  padding-top: 30px;
  width: 100%;
}

.brand::after {
  content: "";
  height: 118px;
  width: 455px;
  /* border: 20px solid #F2F2F3; */
  background-color: #ffffff;
  transform: skewX(341deg);
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  margin-left: -38px;
  box-shadow: 0px 6px 12px #00000029;
  background-image: url(../img/logo/logo-bg-1.png);
  border-bottom-right-radius: 25px;
}

.head-f a {
  font-size: 15px;
  color: #fff !important;
}

.brand img {
  width: 290px;
  z-index: 999;
  position: relative;
  left: 30px;
  top: 0px;
}

.brand svg path {
  fill: var(--pure);
}

.nav-wrapper ul.nav-list {
  list-style-type: none;
  display: flex;
}

.nav-wrapper ul.nav-list li {
  margin-left: 30px;
  padding: 20px 0;
  position: relative;
}

.nav-wrapper ul.nav-list li a {
  color: var(--pure);
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}

.nav-wrapper ul.nav-list li a:hover,
.nav-wrapper ul.nav-list li.active a {
  color: var(--primary);
}

.btn {
  background: var(--primary);
  color: var(--pure);
  outline: none;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  background: transparent;
  border-color: var(--pure);
}

main section.header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 160px;
}

main section.header h1 {
  font-size: 36px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 20px;
}

main section.header h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--dark-gray);
  margin-bottom: 20px;
}

nav ul.dropdown-list {
  list-style-type: none;
  display: block;
  background: var(--smoke);
  padding: 6px 16px;
  position: absolute;
  width: max-content;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.nav-wrapper ul.dropdown-list li {
  margin-left: 0;
  padding: 5px 0;
}

.nav-wrapper ul.dropdown-list li a {
  color: var(--dark);
}

ul.nav-list li:hover .dropdown-list {
  opacity: 1;
  pointer-events: auto;
  animation: moveUp 0.5s ease-in-out forwards;
}

@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(20px);
  }
}

.hamburger {
  display: none;
}

.mobile ul.nav-list {
  background: -webkit-linear-gradient(45deg, #434343, #000000);
  background: linear-gradient(45deg, #434343, #00000040);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;

  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.hamburger,
.brand {
  z-index: 9999;
  text-align: center;
}

.mobile ul.nav-list.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile .hamburger span {
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}

.mobile ul.nav-list li a {
  font-size: 20px;
}

.mobile ul.dropdown-list {
  position: relative;
  background: transparent;
  text-align: center;
  height: 0;
  overflow-y: hidden;
  transition: opacity 1s ease-in-out;
  padding-top: 0;
}

.mobile .nav-wrapper ul li:hover .dropdown-list {
  height: max-content;
  padding-top: 6px;
}

.mobile ul.nav-list li {
  margin-left: 0;
  margin: 18px 0px;
}

.mob-logo {
  display: none;
}

.mobile .nav-wrapper ul.dropdown-list li a {
  color: var(--dark-gray);
}

.top-bar {
  width: 100%;
  text-align: right;
}

.top-bar {
  /* padding-right: 4%; */
  width: 100%;
  background: #14452f 0% 0% no-repeat padding-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.top-bar ul li {
  /* color: black !important; */
}

.top-bar li {
  display: inline-block;
  position: relative;
  margin: 0px 12px;
}
.text-class {
  color: #ffffff !important;
}
.head-f {
  font-weight: bold;
}

.top-bar li img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 3px !important;
  margin-left: 0px !important;
  text-align: center;
  margin-right: 10px;
  background: #fff;
}

.top-bar li a {
  text-decoration: none;
  /* color: #000000 !important; */
  /* font-weight: 500; */
}
.dropdown-menu .color-a {
  color: #000000 !important;
}

.top-bar li span {
  position: absolute;
  top: 15px;
  color: #ef6331;
  right: 5px;
  background: #fff;
  width: 16px;
  padding: 0pc;
  height: 16px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
}

.top-bar li .cart-i {
  background-color: transparent;
  width: 40px;
  height: 65px;
  border: unset;
}

.nav-list .nav-list2 li a:hover {
  color: #efb62b;
  text-decoration: none;
}

.nav-list2 {
  display: flex;
  align-items: center;
}

/* 
  .nav-list li:hover::before {
    width: 45px;
    background: #efb62b;
  } */

.nav-list .login-btn::before {
  display: none;
}

.l-btn-new {
  width: 170px;
  position: relative;
}

.l-btn-new .book_now_btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0;
  color: #000 !important;
  border: 1px solid #fff;
  letter-spacing: 0px;
  border-radius: 20px;
  background: #efb62b;
  text-align: left;
  padding: 5% 8%;
  box-shadow: 0px 3px 10px #00000033;
  text-align: center;
  font-weight: bold;
}

.btn-shape {
  position: absolute;
  width: 45px;
  right: -1px;
  top: 24px;
}

.l-btn-new::before {
  display: none;
}

.header-btn-icon {
  position: relative;
  top: 0;
}

.header-btn-icon {
  position: relative;
  top: -32px;
  right: -15px;
  width: 20px;
}

/* colors */
:root {
  --primary: #4729a3;
  --accent: #149cb8;
  --black: #2b3742;
  --white: white;

  --text-dark: rgba(43, 55, 66, 0.75);
  --text-light: rgba(255, 255, 255, 0.75);

  /* --html-background: var(--primary); */
  --html-font: "Source Sans Pro", Helvetica, Arial, sans-serif;
  --nav-background: var(--accent);
  --nav-width: 24rem;
  --nav-z-index: 1;
  --nav-toggle-bar-height: 0.4rem;
  --nav-toggle-bar-width: 2.5rem;
  --nav-toggle-z-index: 2;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  color: #fff;
  font: normal 10px/1.42857 var(--html-font);
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.nav-toggle {
  display: none;
}

.nav.expanded {
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.125);
  left: 0;
}

.nav ul {
  /* display: flex; */
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin-left: 0rem;
}

#main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 2rem;
  position: relative;
}

/*------ Start Header Section -------*/

/* start footer  Section */

.footer {
  position: relative;
  margin-top: 10rem;
}

.footer_container {
  background-image: url(../img/bg/footer-top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 75%;
  z-index: 2;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  border-radius: 14px;
  padding: 32px 60px;
}

.content-footer {
  display: flex;
  align-items: center;
}

.footer-botom ul li {
  padding: 0;
}

.content h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: 600;
  /* padding-right: 16rem; */
}

.content p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.cont-btn {
  display: flex;
  justify-content: end;
}

.btn-n {
  background-color: #fff;
  color: #151e3b;
  padding: 11px 14px !important;
  width: fit-content;
  box-sizing: border-box;
  border: 2px solid #fff !important;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  text-align: center;
  border-top-right-radius: 16px;
  font-size: 15px;
  /* clip-path: polygon(0% 0%, 88% 0, 100% 13%, 100% 100%, 0 100%); */
}

.btn-n img {
  display: block !important;
  width: 29% !important;
  margin-left: 7px !important;
  margin-bottom: 0px !important;
}

.button {
  padding-top: 12px;
}

.call-btn {
  color: #fff !important;
  border: 0.5px solid #ffffff !important;
  padding: 8px 24px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  border-top-right-radius: 16px;
  /* clip-path: polygon(0% 0%, 88% 0, 100% 21%, 100% 100%, 0 100%); */
  background: none !important;
}

.footer-botom ul {
  display: flex;
  justify-content: end;
  gap: 2rem;
  margin-bottom: 0;
}

.footer-bg {
  position: absolute;
  /* width: 26%; */
  right: 0px;
  top: -16%;
  z-index: 1;
  margin-top: -71px;
}

.footer-items {
  border-bottom: 1.8px solid #e8e8e9;
  padding-top: 146px;
}

.f-item h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #151e3b;
}

.footer-botom {
  text-align: right;
}

.footer-list {
  background: #f2f8f1 0% 0% no-repeat padding-box;
}

.footer-list li a {
  color: #151e3b;
  font-size: 16px;
  /* margin-left: -19px; */
  font-weight: normal;
}

.footer-list li a:hover {
  color: #efb62b !important;
}

.footer-list ul {
  padding-left: 0px;
}

.footer-list li {
  padding-bottom: 10px;
}

.footer-para p {
  font-size: 14px;
  margin-top: 2rem;
  color: #151e3b;
}

.footer-1 {
  margin-left: 10rem;
}

.footer-2 {
  margin-left: 3rem;
}

.footer-list li .more_btn_n {
  color: #0097be;
}

.footer-list li a img {
  /* width: 78%; */
  width: 20px;
  height: 20px;
}

.social-icon ul {
  padding-left: 0px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 0;
  background: #14452f;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 15px;
}

.footer-bottom li a {
  color: #ffffff;
}

.footer-bottom .text-right {
  text-align: right;
}

.footer-bottom .text-right li {
  display: inline-block;
  padding: 0px 10px;
}

.footer-bottom .text-right ul {
  margin-bottom: 0 !important;
}

.w-shape {
  position: absolute;
  left: 11%;
  top: 21%;
  width: 65px;
}

.w-shape2 {
  position: absolute;
  right: 18%;
  bottom: 20%;
  width: 65px;
}

.f-bg {
  position: absolute;
  left: 0px;
  bottom: 4px;
  z-index: -1;
}

.wrap {
  display: inline-block;
  position: absolute;
  top: 11%;
  left: 58%;
  transform: translate(-50%, -50%);
}

.wrap-main {
  position: relative;
  display: inline-block;
}

.promo-popup {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.promo-popup img {
  width: 20px;
  margin-left: 6px;
  margin-bottom: 4px;
}

.t-shape {
  z-index: -1;
  left: 12%;
  top: 35%;
  width: 24px;
  position: absolute;
  animation: shapeTriangle 10s infinite linear;
}

@keyframes shapeTriangle {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 30px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(50px, 50px) rotate(180deg);
  }

  100% {
    -webkit-transform: translate(50px, 0px) rotate(270deg);
  }
}

@keyframes triangleMove {
  0% {
    border-top-left-radius: 60%;
    border-top-right-radius: 45% 40%;
    border-bottom-right-radius: 70% 45%;
    border-bottom-left-radius: 40% 70%;
  }

  50% {
    border-top-left-radius: 50% 45%;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 45% 70%;
    border-bottom-left-radius: 60% 40%;
  }

  100% {
    border-top-left-radius: 60%;
    border-top-right-radius: 45% 40%;
    border-bottom-right-radius: 70% 45%;
    border-bottom-left-radius: 40% 70%;
  }
}

.footer-detail {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-contact {
  margin-left: 3.5rem;
}

/* End footer  Section */

/* contactUs styling */
.wrapper {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.contact-card {
  border-radius: 8px;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  text-align: center;
}

.contact-content {
  /* color: #151E3B;
      letter-spacing: 1.68px;
      text-align: center;
      font-size: 20px; */
  border: 0.5px solid #707070;
  /* border-radius: 8px; */
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}

.img-col {
  background-color: #14452f;
  border-radius: 0px 8px 8px 0px;
}

.right-content {
  align-self: center;
}

.contact-div {
  position: relative;
}

.banner-content {
  position: absolute;
  left: 8%;
  top: 30%;
  background: #f2f8f1 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: 387px;
  /* width: 469px; */
  padding: 15px;
  display: block;
}

.ban-cont {
  display: block;
  margin: 0 auto;
  /* width: 600px; */
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: auto;
}

.banner-content h1 {
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  color: #151e3b;
}

.banner-content p {
  color: #151e3b;
  text-align: left;
  opacity: 1;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 3rem;
}

.right-content {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 500;
  color: #151e3b;
  font-size: 16px;
}

.form-right-img {
  /* width: 465px; */
  object-fit: contain;
}

.contect-form-div {
  background: #f2f8f1 0% 0% no-repeat padding-box !important;
  text-align: center;
}

.contect-form-div h2 {
  text-align: center;
  color: #151e3b;
  opacity: 1;
  font-size: 30px;
}

.contact-form-div {
  background: #f2f8f1;
  padding: 30px;
  border-radius: 10px;
}

.contact-form-div h2 {
  color: #2c3e50;
  font-size: 27px;
}

.cont-icon-box {
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
}

.form-control,
.form-select {
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.Question-form-control {
  border: none !important;
  border-bottom: 1px solid gray !important;
  border-radius: 0px !important;
  padding: 10px;
  font-size: 16px;
  background: transparent !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 18px !important;
}

.btn-success {
  background-color: #1d4e2e;
  color: white;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
}

.form-label {
  font-size: 15px;
  margin-bottom: 2px !important;
}

.btn-success:hover {
  background-color: #145a32;
}

.submit-btn {
  border-radius: 0%;
  background-color: #14452f;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  border: 1px solid #14452f;
  border-top-right-radius: 16px;
  padding: 11px 14px !important;
}

iframe {
  width: 100%;
  padding: 0%;
}

/* Frequently Asked Questions section */
.accordion .accordion-item {
  border: 2px solid #efb62b;
  border-top: 2px solid #efb62b !important;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.accordion .accordion-button {
  color: #241e1e;
  font-weight: bold;
  font-size: 16px;
  border: none;
  box-shadow: none;
  padding: 12px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion .accordion-button:hover {
  background-color: #efb62b;
  color: #241e1e;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #efb62b;
  color: #241e1e;
}

.accordion .accordion-body {
  color: #605f5f;
  padding: 16px 20px;
  border-top: 0.5px solid #efb62b;
  font-size: 14px;
  text-align: left;
}

.show-more {
  border-radius: 0%;
  background-color: #14452f;
  text-align: left;
  color: #ffffff;
  border: 1px solid #14452f;
}

.fap-wrapper {
  background-color: #f5f5f5;
}

.faq-heading {
  font-size: 30px;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 500;
}

.faq-div {
  margin-top: 1rem;
}

.show-more-btn button.read-more-btn {
  /* clip-path: polygon(0 0, 88% 0, 100% 40%, 100% 100%, 0 100%); */
  border-top-right-radius: 16px;
  background-color: #14452f;
  color: #ffffff;
  padding: 10px 15px 10px 10px;
  margin-top: 20px;
  font-size: 15px;
}

/* Vision and Mission style */

.vision-main-div {
  margin-top: 50px !important;
}

.mission-main-div {
  margin-top: 50px !important;
}

.shaping-main-div {
  margin-top: 50px !important;
}

.vision-container {
  /* background-color: #f5f5f5; */
  border-radius: 8px;
  margin-top: 50px;
}

.vision-rigth-1 h2 {
  color: #151e3b;
  letter-spacing: 0px;
  font-size: 30px !important;
  text-align: left;
}

.vision-rigth-1 p {
  color: #151e3b;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}

/* .vision-img {
    align-self: center;
  } */

.vision-img img {
  width: 100%;
}

.overview-cont {
  padding-left: 2rem;
}

.bootup-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bootup-div span {
  color: #ffffff;
  text-align: center;
  width: 194px;
  font-size: 15px;
  letter-spacing: 0px;
}

.bootup-pera1 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0px;
}

.bootup-pera2 {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0px;
  width: 42%;
}

.our-value-bottom span {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  color: #151e3b;
  opacity: 1;
}

.our-value-bottom p {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  color: #151e3b;
  opacity: 1;
}

.our-goals-heading {
  text-align: center;
  color: #151e3b;
  letter-spacing: 0px;
  font-size: 30px;
}

.our-goals-pera {
  font-size: 17px;
  text-align: center;
  color: #151e3b;
}

.our-goals-container {
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 50px;
}

.video-cont iframe {
  height: 67px;
  width: 135px;
}

.large-video iframe {
  height: 400px;
}

.video-content p {
  color: #151e3b;
  text-align: left;
  width: 300px;
  font-size: 12px;
}

.custom-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 0.5px solid #7b7b7b;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  height: 10rem;
}

.icon-box {
  background: #0b3b2e;
  /* Dark Green */
  width: 148px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
}

.icon-box img {
  width: 60px;
}

.card-content {
  padding: 15px;
}

.card-content h5 {
  color: #151e3b;
  text-align: left;
  font-size: 16px;
}

.card-content p {
  color: #151e3b;
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
  line-height: 15px;
}

.vision-banner-div {
  position: relative;
}

.vision-banner-content {
  position: absolute;
  top: 40%;
  left: 40%;
  text-align: center;
}

.vision-banner-content h1 {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 40px;
}

.vision-banner-content p {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 17px;
}

.vision-banner-content p span {
  color: #efb62b;
}

.about-school-sec .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li button:before {
  color: #14452f  !important;
  font-size: 26px !important;
}

.slick-dots {
  bottom: 0 !important;
}

.read-more-about-btn button {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0 16px 0 0px;
}

/* Why RMS Business School */
.whyRMS-banner {
  position: relative;
}

.whyrms-banner-content {
  position: absolute;
  top: 40%;
  left: 33%;
  text-align: center;
}

.whyrms-banner-content h1 {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 40px;
}

.whyrms-banner-content p {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 17px;
}

.whyrms-banner-content p span {
  color: #efb62b;
}

.whyrms-left-content {
  background-color: #ffeffa;
  text-align: left;
  padding: 25px;
  border-radius: 8px;
}

.whyrms-left-content span {
  font-size: 17px;
  color: #151e3b;
  font-weight: 500;
}

.whyrms-left-content h2 {
  font-size: 30px;
  color: #151e3b;
}

.whyrms-left-content p {
  font-size: 15px;
  color: #151e3b;
}

.whyrms-right-img img {
  height: 461px;
}

.whyrms-main-div {
  margin-top: 50px;
}

/* Why RMS Business School */

/* Online BBA vs offline BBA: which one is right for you */
.contents-div-main h2 {
  text-align: left;
  color: #151e3b;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contents-div-main p {
  text-align: left;
  color: #151e3b;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.yellow-underline {
  height: 2px;
  background-color: #ffdd89;
}

.BBA-Online-list {
  padding-left: 0px;
  padding-top: 5px;
  text-align: left;
  color: #151e3b;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.BBA-Online-list li {
  padding: 5px;
}

.Parting-Note-div {
  background-color: #f2f8f1;
  padding: 20px;
  border-radius: 8px;
}

.heading-online-h1 h1 {
  color: #17181a;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.online-right-cards .card {
  border: 0.5px solid #7b7b7b;
  border-radius: 8px;
}

.online-right-cards .card-title {
  color: #151e3b;
  letter-spacing: 0px;
  font-size: 16px;
  text-align: left;
  line-height: inherit;
}

.online-right-cards .card-text {
  color: #151e3b;
  letter-spacing: 0px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
}

.card-top-head {
  background-color: #efb62b;
  color: #000000;
  font-size: 25px;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}

.related-underline {
  height: 2px;
  background-color: #000000;
  width: 17%;
  margin: 3px;
}

.search-div input {
  width: 100%;
  border-radius: 0px;
  padding: 12px;
  font-size: 17px;
  background-color: #eeeeee;
  border: none;
  color: #000000;
}

.search-div input ::placeholder {
  color: #000000;
}

.search-div {
  margin-bottom: 20px;
}

.online-main-div {
  margin-top: 70px;
}

.date-div {
  text-align: left;
  color: #151e3b;
  font-size: 15px;
}

/* Online BBA vs offline BBA: which one is right for you */

.placement-process-banner img {
  width: 100%;
}

.placement-process {
  position: relative;
}

.placement-process-cont {
  position: absolute;
  top: 38%;
  left: 38%;
  text-align: center;
}
.addmis-sec .form-input option :hover {
  background-color: #14452f !important ;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}
.rms-offers h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: white;
}

.placement-process-cont h1 {
  font-size: 4rem;
  color: #ffffff;
}

.placement-process-cont p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.placement-process-cont p span {
  color: #efb62b;
}

#moree {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

.activities-cont {
  text-align: center;
}

.activities-cont h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.placement-report-head-banner {
  left: 36% !important;
}

.placement-activities {
  margin-top: 3rem;
}

.activities-cont p {
  font-size: 15px;
  text-align: center;
  padding: 1% 27%;
}

.activities-cont button {
  outline: none;
  border: none;
  background: unset;
  color: #1644f1;
  font-weight: 500;
}

.placement-team-banner img {
  width: 100%;
}

.placement-team {
  position: relative;
}

.placement-team-cont {
  position: absolute;
  top: 19%;
  float: left;
  left: 4%;
  padding-right: 59%;
}

.placement-team-cont h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.placement-team-cont p {
  font-size: 14px;
  line-height: 22px;
  color: #151e3b;
}

.efforts {
  margin: 4rem 0;
}

.efforts h2 {
  font-size: 32px;
}

.efforts p {
  font-size: 15px;
}

.placement-talks {
  background-color: #f2f8f1;
  width: 100%;
  padding: 6rem 0;
}

.placement-talks h2 {
  font-size: 28px;
}

.placement-talks p {
  font-size: 15px;
}

.selection button {
  outline: none !important;
  border: none !important;
  background: unset !important;
  color: #1644f1 !important;
  font-weight: 500;
  margin-top: 0 !important;
  padding: 0 !important;
}

.selection {
  margin-bottom: 5rem;
}

.selection-cards {
  background-color: unset;
  margin: unset;
}

.interview-images {
  width: 83px;
}

.interview-images img {
  width: 100%;
}

.interview-cards-main {
  padding: 45px 0px 0px 0px;
}

.selection:hover {
  background-color: #14452f !important;
  color: white !important;
}

.selection:hover .institution-card-title,
.selection:hover .institution-card-text {
  color: white !important;
}

/* placement recruiters */
.recruiters .card {
  width: 22rem;
}

.recruiters .card img {
  width: 100%;
}

.recruiters-name {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.recruiters-head {
  text-align: center;
}

.recruiters-head h4 {
  font-size: 26px;
  margin-bottom: 0;
}

.recruiters-head h2 {
  font-size: 32px;
  padding: 1.3rem 0;
  padding-bottom: 2rem;
}

.recruiters {
  background: #f5f5f5;
  padding: 4rem 0;
}

/* placement reports */
.placement-report-cont {
  display: flex;
  gap: 8rem;
  align-items: center;
}

.report-package {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.placement-report {
  background-image: url("../img/bg/saksham-kumar-bg.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.reports-right-cont {
  padding-top: 6rem;
  padding-left: 27%;
}

.reports-right-cont h3 {
  font-size: 24px;
}

.reports-right-cont p {
  font-size: 17px;
  margin-bottom: 0;
  color: #151e3b;
}

.reports-right-cont h2 {
  font-size: 37px;
  font-weight: 700;
  padding: 2rem 0;
  padding-bottom: 2rem;
}

.inr {
  width: 36px;
}

.inr img {
  width: 100%;
}

.saksham {
  width: 350px;
}

.saksham img {
  width: 100%;
}

.placement-report-details {
  margin-top: 5rem;
}

.saksham-package .card {
  background-color: #efb62b;
  width: 23rem;
  padding: 1.5rem;
  border: none;
  border-radius: 8px;
}

.saksham-package .card h3 {
  font-weight: 700;
  font-size: 26px;
}

.saksham-package .card p {
  font-weight: 500;
}

.ubisoft-image {
  position: absolute;
  left: 28%;
  bottom: 4%;
  width: 122px;
}

.saksham-package {
  position: absolute;
  top: 10%;
  left: 20%;
}

.placement-record {
  margin-top: 3rem;
}

.report-table tr td {
  text-align: left !important;
}

.report-table-heading tr th {
  text-align: start !important;
}

.report-table-main th,
.report-table-main td {
  /* border: none; */
  /* Removes inner borders */
}

.report-table-main {
  border-collapse: collapse;
  border: 2px solid black;
  /* Adjust border thickness and color as needed */
}

#counter:last-child::after {
  content: none;
}

.placement-record {
  margin-block: 0 !important;
}

/* .rms-offers{
    text-align: center;
    padding: 0 29%;
    position: absolute;
    top: 30%;
  } */
.rms-offers h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: white;
}

/* .rms-offers p{
    font-size: 15px;
    padding: 3% 19%;
    color: white;
    font-weight: 500;
    line-height: 27px;
  } */
.offers-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers-btn button {
  background: #efb62b;
  color: black;
  font-weight: 700;
  margin-top: 13px;
}

.school-offers-cont {
  position: relative;
}

.placement-report-head-banner {
  position: absolute;
  top: 32%;
  left: 36%;
  text-align: center;
}

.placement-process-banner img {
  width: 100%;
}

.placement-process {
  position: relative;
}

.placement-process-cont h1 {
  font-size: 4rem;
  color: #ffffff;
}

.placement-process-cont p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.placement-process-cont p span {
  color: #efb62b;
}

#moree {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

.activities-cont {
  text-align: center;
}

.activities-cont h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.placement-activities {
  margin-top: 3rem;
}

.activities-cont p {
  font-size: 15px;
  text-align: center;
  padding: 1% 27%;
}

.activities-cont button {
  outline: none;
  border: none;
  background: unset;
  color: #1644f1;
  font-weight: 500;
}

.placement-team-banner img {
  width: 100%;
}

.placement-team {
  position: relative;
}

.placement-team-cont {
  position: absolute;
  top: 19%;
  float: left;
  left: 4%;
  padding-right: 59%;
}

.placement-team-cont h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.placement-team-cont p {
  font-size: 14px;
  line-height: 22px;
  color: #151e3b;
}

.efforts {
  margin: 4rem 0;
}

.efforts h2 {
  font-size: 32px;
}

.efforts p {
  font-size: 15px;
}

.placement-talks {
  background-color: #f2f8f1;
  width: 100%;
  padding: 6rem 0;
}

.placement-talks h2 {
  font-size: 28px;
}

.placement-talks p {
  font-size: 15px;
}

.selection button {
  outline: none;
  border: none;
  background: unset;
  color: #1644f1;
  font-weight: 500;
  margin-top: 0;
  padding: 0;
}

.selection {
  margin-bottom: 5rem;
}

.selection-cards {
  background-color: unset;
  margin: unset;
}

.interview-images {
  width: 83px;
}

.interview-images img {
  width: 100%;
}

.interview-cards-main {
  padding: 45px 0px 0px 0px !important;
}

.selection:hover {
  background-color: #14452f !important;
  color: white !important;
}

.selection:hover .institution-card-title,
.selection:hover .institution-card-text {
  color: white !important;
}

/* placement recruiters */
.recruiters .card {
  width: 22rem;
}

.recruiters .card img {
  width: 100%;
}

.recruiters-name {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.recruiters-head {
  text-align: center;
}

.recruiters-head h4 {
  font-size: 26px;
  margin-bottom: 0;
}

.recruiters-head h2 {
  font-size: 32px;
  padding: 1.3rem 0;
  padding-bottom: 2rem;
}

.recruiters {
  background: #f5f5f5;
  padding: 4rem 0;
}

/* placement reports */

.placement-report-cont {
  display: flex;
  gap: 8rem;
  align-items: center;
}

.report-package {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.placement-report {
  background-image: url("../img/bg/saksham-kumar-bg.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.reports-right-cont {
  padding-top: 6rem;
  padding-left: 27%;
}

.reports-right-cont h3 {
  font-size: 24px;
}

.reports-right-cont p {
  font-size: 17px;
  margin-bottom: 0;
  color: #151e3b;
}

.reports-right-cont h2 {
  font-size: 37px;
  font-weight: 700;
  padding: 2rem 0;
  padding-bottom: 2rem;
}

.inr {
  width: 36px;
}

.inr img {
  width: 100%;
}

.saksham {
  width: 350px;
}

.saksham img {
  width: 100%;
}

.placement-report-details {
  margin-top: 5rem;
}

.saksham-package .card {
  background-color: #efb62b;
  width: 23rem;
  padding: 1.5rem;
  border: none;
  border-radius: 8px;
}

.saksham-package .card h3 {
  font-weight: 700;
  font-size: 26px;
}

.saksham-package .card p {
  font-weight: 500;
}

.ubisoft-image {
  position: absolute;
  left: 28%;
  bottom: 4%;
  width: 122px;
}

.saksham-package {
  position: absolute;
  top: 10%;
  left: 20%;
}

.placement-record {
  margin-top: 3rem;
}

.report-table tr td {
  text-align: left !important;
}

.report-table-heading tr th {
  text-align: start !important;
}

.report-table-main th,
.report-table-main td {
  /* border: none; */
  /* Removes inner borders */
}

.report-table-main {
  border-collapse: collapse;
  border: 2px solid black;
  /* Adjust border thickness and color as needed */
}

#counter:last-child::after {
  content: none;
}

.placement-record {
  margin-block: 0 !important;
}

.rms-offers {
  text-align: center;
  padding: 0 29%;
  position: absolute;
  top: 30%;
}

.rms-offers h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: white;
}

.rms-offers p {
  font-size: 15px;
  padding: 3% 19%;
  color: white;
  font-weight: 500;
  line-height: 27px;
}

.offers-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .offers-btn button {
    background: #efb62b;
    color: black;
    font-weight: 700;
    margin-top: 13px;
  } */

.school-offers-cont {
  position: relative;
}

/* overview sec start */
.overview-sec {
  margin: 6rem 0;
}

.over-cont p {
  padding-right: 5rem;
  line-height: 26px;
}

.salient-bg {
  background-color: #f5f5f5 !important;
}

.content-card {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  height: 76px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}

.content-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content-card img {
  width: 45px;
  height: 45px;
}

.green-square {
  width: 80px;
  height: 100%;
  background-color: #14452f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.card-content {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  width: 100%;
  text-align: center;
}

.over-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.hr-card {
  height: 162px;
  background-color: unset !important;
  padding: 1rem 14rem;
  background: url(../img/bg/Electives-step-1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none !important;
  position: relative;
}

.card-sec-hrm .card-header {
  padding: 0.5rem 0rem !important;
  background-color: unset !important;
  padding: 15px 20px;
  border: none !important;
}

.card-sec-hrm .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.card-sec-hrm .card-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

.card-sec-hrm .card-text {
  color: #555;
  flex-grow: 1;
  font-size: 14px;
}

.card-sec-hrm .card-sec-hrm {
  margin: 0 auto;
}

.card-sec-hrm {
  margin: 0 6rem;
}

.hrm-sec {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #e1e1e1 0%, #f3f3f3 100%) 0% 0%
    no-repeat padding-box;
}

.hrm-sec h2 {
  font-size: 18px !important;
  text-align: center;
}

.card-sec-hrm .card-body {
  padding: 0 !important;
  flex: none;
}

.hrm-num {
  position: absolute;
  right: 4.5rem;
  top: 4.5rem;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.hrm-icon {
  position: absolute;
  left: 22px;
  top: 3.5rem;
}

.hrm-icon img {
  width: 60px;
  height: 60px;
}

.hrm-container-sec {
  padding: 1.5rem 0;
}

.hrm-container-sec h4 {
  font-size: 30px !important;
  text-align: center;
  margin-bottom: 3rem;
}

.silent-head {
  font-size: 20px !important;
  font-weight: 500;
  text-align: center;
}

.silnt-para {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

/* overview sec End */

/* course section start */

.hrm-course {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 4rem 0 0 0;
  margin-top: 5rem;
}

.addmis-sec .form-container {
  max-width: 600px;
  margin: 30px auto;
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
}

.addmis-sec .form-title {
  font-size: 25px !important;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
  text-align: center;
}

.admission-cont .form-field {
  margin-bottom: 20px;
  position: relative;
  /* border-radius: 13px; */
}

.addmis-sec .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.number-reg {
  display: none;
}

.addmis-sec .form-input {
  width: 100%;
  padding: 16px 15px;
  border: 0.5px solid #04416a;
  border-top-left-radius: unset;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: unset;
  font-size: 15px;
  color: #272424;
}

.addmis-sec .form-input::placeholder {
  font-size: 15px;
}

.addmis-sec .form-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.read-more-add {
  display: flex;
  justify-content: center;
  align-items: center;
}

.admis-form {
  position: absolute;
}

.form-admis {
  display: flex;
}

.form-img {
  background: #14452f;
  padding: 15px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.related-features-btn a button {
  margin-bottom: 1rem;
}

.addmis-sec {
  margin: 3rem 0;
}

.admission-cont {
  background: url(../img/bg/Inquiry-image.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* course section end */
/* sweety date 27 march */

.placement-ratio {
  margin-block: 0px !important;
}

.offers-btn button:hover {
  background-color: #efb62b !important;
  color: black !important;
  outline: none !important;
  outline: none;
}

.report-btn {
  padding-top: 3rem;
}

/* event and workshop page */

.orientation-program-card {
  display: flex;
  gap: 2.5%;
  flex-wrap: wrap;
}

.orientation-program-card .card {
  width: 31.5%;
  /*box-shadow: 0px 3px 10px #00000033;*/
  border: none;
  outline: none;
  padding: 1rem;
  margin-bottom: 3rem;
  background: transparent;
}

.orientation-program-card {
  padding-top: 3rem;
}

.orientation-bg {
  background-color: #f5f5f5;
  padding: 3rem 2rem;
}

.orientation-program {
  margin: 5rem 0;
}

.orientation-program-head {
  text-align: center;
}

.orientation-program-head h2 {
  font-size: 33px;
  text-align: left;
}

.orientation-pera p {
  font-size: 15px;
  color: #151e3b;
  font-weight: 500;
  padding: 8px 10px;
  margin-bottom: 0;
}

.orientation-pera {
  text-align: center;
}

.orientation-card-img img {
  width: 100%;
}

.interaction-pera p {
  font-size: 15px;
  color: #151e3b;
  font-weight: 500;
}

/* start home page */

/* start about school sec */
.welcome-about-sec-main {
  padding: 49px 0;
  position: relative;
}

.index-mainDiv {
  overflow-x: hidden;
  overflow-y: auto;
}

.about-school {
  color: #151e3b;
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.social-icon img {
  width: 40px !important;
  height: 40px !important;
}

.top-bar .nav-list .nav-list2 li a:hover {
  color: #efb62b !important;
  text-decoration: none !important;
}

.rms-school {
  font-size: 35px;
  color: #151e3b;
  font-weight: 700;
  margin-bottom: 20px;
}

.rms-school-info-first {
  font-size: 15px;
  line-height: 25px;
  width: 85%;
  margin-bottom: 35px;
}

.rms-school-info {
  font-size: 15px;
  line-height: 25px;
  width: 85%;
  margin-bottom: 50px;
}

.read-more-about-btn {
  text-align: center;
  align-items: center;
}

.read-more-btn {
  display: inline-block;
}

button.read-more-btn {
  /* clip-path: polygon(0 0, 88% 0, 100% 40%, 100% 100%, 0 100%); */
  border-top-right-radius: 16px;
  background-color: #efb62b;
  color: #000000;
  padding: 10px 29px 10px 29px;
  margin-top: 33px;
  font-size: 15px;
  display: flex;
  gap: 2rem;
  align-items: center;
  border: none;
  cursor: pointer;
  /* transition: background-color 0.3s ease; */
}

button.read-more-btn:hover {
  background-color: #efb62b !important;
  color: #000;
  outline: none !important;
  outline: none;
}

.about-card-sec {
  width: 45%;
}

.about-card-sec img {
  width: 100%;
  border-radius: 8px;
}

.layer-img {
  top: 35%;
  position: absolute;
  width: 225px;
  right: 6%;
}

.layer-img img {
  width: 100%;
  border-radius: 8px;
}
.vision-content {
  color: #151e3b !important;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  font-size: 15px !important;
  line-height: 24px;
}
.vision-ul {
  padding-left: 0%;
}
.vision-ul li {
  list-style: inside;
}
.welcome-free-main {
  display: inline-block;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 14%;
  right: 14%;
}

.welcome-free-course {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.welcome-btn-num {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.welcome-btn-free-course {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  width: 11rem;
  line-height: 18px;
}

/* end about school sec */

/* start student profile sec */
.students-profile-sec {
  background-color: #14452f;
  padding: 20px 0;
}

.student-portfolio {
  gap: 10px;
  position: relative;
  padding: 15px 10px;
}

.student-portfolio::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -32px;
  height: 80%;
  width: 2px;
  background-color: #ffffff;
  display: none;
}
.student-portfolio-last::after {
  /* content: "";
  position: absolute;
  top: 10%;
  right: -32px;
  height: 80%;
  width: 2px;
  background-color: #ffffff; */
  border: unset;
}

.col:last-child .student-portfolio::after {
  display: none;
}

.student-portfolio-icons img {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
}

.student-record {
  color: #ffffff;
  line-height: 18px;
}

.student-num {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.student-enroll {
  font-size: 15px;
}

/* end student profile sec */

/* start home-icons-sec */
.home-icons-sec {
  position: fixed;
  top: 27rem;
  z-index: 9999999;
}

.home-enquiry {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  /* margin-right: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
.home-enquiry button {
  padding: 11px 26px;
  background-color: #14452f !important;
  color: #fff !important;
  border-radius: 8px;
  border: none !important;
}

.home-enq-sec {
  position: fixed;
  right: 2rem;
  top: 33rem;
  z-index: 9999999;
  font-size: 15px;
}

.about-school-sec {
  background: #f2f8f1;
}

.home-fixed-icons img {
  width: 40px;
  height: 40px;
}

.home-fixed-icons {
  border: 1px solid #ffa200;
  background-color: #ffffff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end home icons sec */

/* start chat-bot-sec */
.chat-bot-sec {
  position: fixed;
  top: 37rem;
  right: 0px;
  z-index: 9999;
}

.chat-bot-img img {
  width: 100%;
}

.chat-bot-img {
  width: 60px;
  height: 60px;
}

/* start latest update */
.latest-update-sec {
  margin: 65px 0px 65px 0px;
}

.latest-update-cards-sec {
  display: flex;
  gap: 10px;
}

.latest-update-card {
  width: 47%;
}

.latest-update-card img {
  width: 100%;
}

.latest-update-info {
  background-color: #ffdd89;
  padding: 27px 40px 1px 40px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}

.latest-update-head {
  color: #ff0000;
  font-weight: 600;
  font-size: 35px;
  padding-bottom: 5px;
}

.latest-update-para {
  color: #000000;
  font-size: 18px;
  line-height: 25.5px;
}

.latest-cls {
  font-size: 14px;
}

/* end latest update */

/* start choose-our-institution */

.choose-our-institution {
  background-color: #f2f8f1;
  margin: 65px 0px 65px 0px;
}

.institution-main-head {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #151e3b;
  margin-bottom: 20px;
}

.institution-heading-sec {
  padding-bottom: 20px;
}

.reference-head {
  font-size: 15px;
  text-align: center;
  color: #151e3b;
  font-weight: 500;
}

.intitution-cards-sec {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 2px 12px #00000033;
  padding: 40px 0px 20px 0;
  margin-bottom: 46px;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transition for hover */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  /* Allow card to adjust based on content */
  display: grid;
  margin: 7px;
}

.choose-institution-main-sec {
  padding: 45px 0px 45px 0px;
}

.institution-card-images img {
  width: 100%;
}

.institution-card-images {
  width: 100px;
  height: 100px;
}

.institution-card-body {
  text-align: center;
}

.institution-card-title {
  font-size: 20px;
  color: #151e3b;
  font-weight: 500;
}

.institution-card-text {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 600;
}

.intitution-cards-sec:hover {
  background-color: #14452f !important;
  color: #ffffff !important;
}

.intitution-cards-sec:hover .institution-card-title,
.intitution-cards-sec:hover .institution-card-text {
  color: #ffffff;
}

/* end choose-our-institution */

/* start course we offer */
.course-sec {
  background-color: #f5f5f5;
}

.courses-card-sec {
  display: grid;
}

.course-main-sec {
  padding-bottom: 0px;
}

.course-heading-sec {
  padding-bottom: 20px;
  padding-top: 20px;
}

.our-value-cont {
  background-color: #f5f5f5;
}

.course-main-head {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.course-min-head {
  font-size: 15px;
  text-align: center;
  color: #151e3b;
  font-weight: 500;
}

.courses-card-sec {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px #00000033;
  margin-bottom: 42px;
}

.courses-offer-card-images img {
  width: 100%;
}

.offers-btn a button {
  background-color: #efb62b;
  color: #000;
}

.health-course-head {
  font-size: 20px;
  color: #151e3b;
  font-weight: 500;
}

.health-course-date {
  font-size: 15px;
  color: #7b7b7b;
}

.health-course-para {
  font-size: 15px;
  color: #7b7b7b;
}

button.enroll-now-btn {
  border: 1px solid #14452f;
  color: #14452f;
  font-size: 12px;
  border-radius: 15px;
  padding: 5px 15px 5px 15px;
}

button.download-btn {
  border: 1px solid #14452f;
  background-color: #14452f;
  color: #ffffff;
  border-radius: 15px;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  display: flex;
  gap: 1rem;
}

button.download-btn img {
  width: 10px;
}

button.download-btn:hover {
  background-color: #14452f;
  border-color: #ffffff;
  color: #ffffff;
}

.course-btn-sec {
  display: grid;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* end course we offer */

/* start our specialization */

.our-specializations-sec {
  background-color: #f2f8f1;
}

.specializations-main-head {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.specializations-head-sec,
.latest-news-articles-main {
  padding: 45px 0px 45px 0px;
}

.specialization-heading,
.latest-news-heading {
  padding-bottom: 20px;
}

.marketing-card {
  margin-bottom: 20px;
  display: grid;
}

.specializations-min-head {
  font-size: 15px;
  text-align: center;
  color: #151e3b;
  font-weight: 500;
}

.marketing-main-sec:hover {
  background-color: #14452f;
}

.marketing-main-sec:hover .marketing-text p {
  color: white;
}

.marketing-main-sec {
  background-color: #ffffff;
  box-shadow: 0px 2px 12px #00000033;
  border-radius: 5px;
  gap: 10px;
  padding: 15px 70px 15px 15px;
  /* justify-content: center; */
}

.marketing-sec img {
  width: 80px;
  /* height: 80px; */
}

.marketing-text p {
  font-size: 18px;
  color: #151e3b;
  font-weight: 700;
  margin-bottom: 0;
}

.explore-text p {
  text-align: center;
  padding: 14px;
  margin-bottom: 0;
}

.explore-all-arrow {
  background-color: #efb62b;
  border-radius: 20px;
  padding: 5px 7px 7px 7px;
}

/* end our specialization */

/* start our partner sec */
.partner-head {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

/* .justdial-cards {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #B4B0B0;
  } */
.justdial-cards-images img {
  width: 100%;
}

.slick-slider .justdial-cards {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b4b0b0;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/* end our partner sec */

/* start discover-our-dynamic */
.dicover-banner-sec img {
  /* background-image: url(../img/banner/discover-banner.png);    */
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
  /* width: 100wh !important; */
}
.dicover-banner-sec {
  position: relative;
}

.banner-head {
  color: #ffffff;
  padding: 35px 30px;
  position: absolute;
  top: 5%;
  width: 58%;
}

.application-text {
  font-size: 13px !important;
  font-weight: 400;
}

.dicover-head h5 {
  font-size: 25px;
  font-weight: 500;
  margin: 17px 0;
  line-height: 30px;
}

.discover-para {
  font-size: 15px;
  padding-bottom: 30px;
}

.banner-images img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.banner-dicover-sec {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.versatility-text {
  line-height: 10px;
  font-size: 18px;
}

.versatility-para {
  /* line-height: 10px; */
  font-size: 13px;
  margin-bottom: 0 !important;
}

/* end discover-our-dynamic */

/* start latest-news-articles-sec */
.latest-news-articles-sec {
  background-color: #f2f8f1;
}

.latest-head-main {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.latest-head-mini {
  font-size: 15px;
  text-align: center;
  color: #151e3b;
  font-weight: 500;
}

.unlocking-new-images img {
  width: 100%;
}

.mba-images img {
  width: 164px;
  height: 65%;
  object-fit: contain;
}

.unlocking-para {
  font-size: 15px;
  color: #444040;
  padding-top: 10px;
}

.unlocking-date {
  font-size: 15px;
  color: #444040;
}

.mba-card-sec {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 10px #00000029;
  padding: 15px 15px 20px 15px;
  margin-left: 1.5rem;
  /* overflow-y: scroll; */
  height: 53rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

.mba-sec {
  gap: 2rem;
}

.mba-text-head {
  color: #151e3b;
  font-size: 15px;
  font-weight: 600;
  /* line-height: 3rem; */
}
.mba-text-sec p {
  font-size: 14px;
  color: #444040;
}

.mba-para {
  font-size: 15px;
  color: #444040;
}

.mba-images {
  width: 80%;
  margin-bottom: 10px;
}

.mba-text-head::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #f2f8f1;
  margin-top: 10px;
}

.unlocking-head {
  font-size: 20px;
  width: 86%;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.unlocking-head-sec {
  padding-top: 10px;
}

/* end latest-news-articles-sec */

/* start pgdm program */
.pgdm-program-main-sec {
  background-image: url(../img/banner/pgdm-program-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  background-position: center;
}

.pgdm-text {
  color: #ffffff;
  text-align: center;
}

.pgdm-para {
  font-size: 15px;
  padding-right: 10%;
  padding-left: 10%;
  line-height: 1.6;
}

.pgdm-head {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

.pgdm-icon img {
  width: 100%;
}

/* end pgdm program */

/* start student-say-about-us */
.student-say-about-us-head h2 {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.student-say-about-us-head p {
  font-size: 15px;
  text-align: center;
  color: #151e3b;
  font-weight: 500;
}

.testimonial-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.student-say-about-us-banner {
  background-image: url(../img/banner/testimonial-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testonomial-about-sec {
  position: relative;
}

.testonomial-arrow-start {
  position: absolute;
  left: -24px;
  top: -5px;
}

.testonomial-arrow-start img {
  width: 20px;
  height: 20px;
}

.testonomial-arrow-end img {
  width: 20px;
  height: 20px;
}

.testonomial-arrow-end {
  position: absolute;
  top: 5.5rem !important;
  left: 36rem !important;
}

.testonomial-box-sec h4 {
  font-size: 25px;
  color: #151e3b;
  font-weight: 500;
}

.tesotonomila-head-sec h2 {
  color: #151e3b;
  font-size: 35px;
  font-weight: 700;
  padding-right: 24rem;
  line-height: 50px;
  position: relative;
}

.tesotonomila-head-sec h2::after {
  content: "";
  display: block;
  width: 46rem;
  height: 2px;
  background-color: #efb62b;
  margin-top: 15px;
  margin-bottom: 15px;
}

.testonomial-card-sec {
  border-radius: 20px;
  background-color: #14452f;
  text-align: left;
  padding: 25px 20px 25px 40px;
  width: 457px;
}

.testonomial-box-sec {
  display: flex;
  gap: 13px;
  text-align: center;
  margin-top: 6rem;
  margin-left: 12.5rem;
}

button.testonomial-left-btn {
  background: transparent !important;
  outline: none;
  border: none;
  box-shadow: none;
}

button.testonomial-right-btn {
  background: transparent !important;
  outline: none;
  border: none;
  box-shadow: none;
}

.testimonial-next img {
  width: 35px;
  height: 35px;
  background-color: #efb62b;
  border-radius: 50px;
  padding: 4px;
}

.testimonial-prev img {
  width: 35px;
  height: 35px;
  background-color: #efb62b;
  border-radius: 50px;
  padding: 4px;
}

.testonomial-images img {
  width: 100%;
}

.testonomial-images img {
  /* border-radius: 15px; */
  width: 80%;
  height: 85%;
}

.testonomial-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testoninomial-box {
  height: 25px;
  width: 25px;
  background-color: #efb62b;
}

.tesotonomila-head-sec {
  padding-top: 20px;
}

.testonomial-profile {
  gap: 10px;
  align-items: center;
  padding-top: 10px;
}

.testonomila-profile-image img {
  width: 7rem;
  height: 7rem;
}

.testonomial-text-sec {
  color: #ffffff;
}

.testonomial-card-para {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
}

.testonomial-name {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}

.testonomial-course {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.testonomial-card-sec .slick-slider {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #14452f;
  border: 1px solid #b4b0b0;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  width: 450px !important;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/* end student-say-about-us */

/* start how does it work */
.how-does-work-main-sec {
  background-image: url(../img/banner/how-does-it-work-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0px 30px 0px;
  position: relative;
}

.how-does-work-head {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
}

.how-does-banner-icons-sec {
  margin: 0rem 7rem 0rem 7rem;
}

.mini-course-shapes {
  width: 120px;
  margin-inline: 35px;
  margin-bottom: 10px;
}

.mini-course-shapes-mind img {
  width: 60px;
  height: 60px;
}

.mini-course-shapes img {
  width: 100%;
}

.creativity-head {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.creativity-para {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

.courses-shape-sec {
  position: relative;
}

.mini-course-shapes-mind {
  position: absolute;
  top: 18%;
  left: 31%;
}

.banner-arrow-whtite {
  position: absolute;
  top: 57px;
  right: -6%;
}

.banner-arrow-whtite img {
  width: 25px;
  height: 25px;
}

/* end how does it work */

/* start frequently asked question */
.frequently-question-sec {
  background-color: #f2f8f1;
  padding: 45px 0px 45px 0px;
}

.faq-div ol li {
  list-style: auto !important;
}

.faq-heading {
  padding: 20px;
  padding-left: 0px;
  padding-top: 0px;
}

.faq-img {
  width: 92%;
}

.show-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.frequently-left-cont p {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.faq-img img {
  width: 100%;
}

button.frequently-accordian-head {
  font-size: 15px;
  color: #241e1e;
}

.Entire-Body {
  background: #f2f8f1;
}

/* Accordion Button Styling */
.accordion-button {
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none !important;
}

/* Accordion When Open */
.accordion-button:not(.collapsed) {
  background-color: #efb62b !important;
  color: white !important;
  border: 1px solid #efb62b;
  box-shadow: none !important;
}

/* Accordion When Closed */
.accordion-button.collapsed {
  background-color: #ffffff !important;
  color: black !important;
  box-shadow: none !important;
}

div#faqAccordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Accordian-Options .accordion-item {
  border: 2px solid #efb62b !important;
}

.accordion-button:not(.collapsed) {
  background-color: #efb62b !important;
  color: #241e1e !important;
  border: 1px solid #efb62b;
  box-shadow: none !important;
}

.accordian-button .Accordian-Button-ShowMore {
  border: none;
  background: #14452f;
  color: white;
  padding: 10px 20px;
  clip-path: polygon(0 0, 88% 0, 100% 40%, 100% 100%, 0 100%);
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: #14452f;
}

.Accordian-Options .accordion-button:focus {
  border-color: #efb62b !important;
}

/*end frequently asked question */

/* start enrollnow */
/* .enroll-form-sec{
    background-color: #FFF8E8;
  }  */

.new-enrollnow-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 50px 0px 50px 0px;
}

.new-enrollnow-img {
  justify-content: center;
  align-items: center;
  width: 44rem;
  padding-top: 114px;
  display: flex;
}

.new-enrollnow-img img {
  width: 100%;
}

.new-enrollnow-img .new-enrollnow-img {
  max-width: 500px;
}

.new-enroll-nowform {
  background-color: #f2f8f1;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px 30px 20px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.new-form-control {
  border: none !important;
  border-bottom: 1px solid gray !important;
  border-radius: 0px !important;
  padding: 10px 0;
  font-size: 15px;
  background: transparent !important;
  box-shadow: none !important;
  width: 100%;
}

.new-enroll-now-form-main .form-group {
  padding-bottom: 10px;
}

.new-enroll-now-form-main input::placeholder {
  font-size: 18px;
  color: #000;
}

.new-enroll-now-form-main .form-group {
  padding-bottom: 10px;
}

.new-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.new-radio-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: #151e3b;
}

.new-submit-btn:hover {
  background-color: #0e3b2b;
}

.new-enroll-now-form-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-data {
  font-size: 18px !important;
}

.new-radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid gray;
  border-radius: 0%;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.new-radio-group input[type="radio"]:checked {
  background-color: #144d38;
  border-color: #144d38;
  position: relative;
  border-radius: 0px !important;
}

.new-radio-group input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background-color: white;
  border-radius: 0%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 0px;
}

.new-radio-group input[type="radio"]:checked::before {
  opacity: 1;
  border-radius: 0px;
}

.new-form-control::placeholder {
  color: black !important;
  opacity: 1;
}

.submit-btn-testonomial {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}

/* end enrollnow */

/* end home page */

/* about-us page-4 */
.about-us-banner img {
  width: 100%;
}

.about-us-process {
  position: relative;
}

.about-us-process-cont {
  margin: auto;
  position: absolute;
  top: 41%;
  color: #fff;
  text-align: center;
  width: 100%;
}

.about-us-process-cont h1 {
  font-size: 4rem;
  color: #ffffff;
}

.about-us-process-cont p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.about-us-process-cont p span {
  color: #efb62b;
}

.about-para-banner {
  position: relative;
}

.about-para-banner p {
  position: absolute;
  top: 240px;
  padding: 0px 50px 0px 50px;
  color: white;
  text-align: center;
  line-height: 25px;
}

.about-para-banner p {
  position: absolute;
  top: 240px;
  padding: 0px 262px 0px 152px;
  color: white;
  text-align: center;
  line-height: 25px;
}

.about-us-info {
  margin: 65px 0px 65px 0px;
}

.about-us-process-img {
  width: 520px;
}

.about-us-process-img img {
  width: 100%;
}

.about-us-text-sec h5 {
  font-size: 30px;
  font-weight: 500;
  color: #151e3b;
  padding-bottom: 20px;
}

.about-us-text-sec button {
  outline: none;
  border: none;
  background: unset;
  color: #1644f1;
  font-weight: 500;
}

.about-us-text-sec p {
  font-size: 15px;
  color: #151e3b;
}

.about-us-school-info-banner img {
  width: 100%;
}

.about-us-school-info {
  position: relative;
  margin-top: 65px;
}

.para-banner {
  position: absolute;
  top: 100px;
  font-size: 15px;
  color: #ffffff;
  padding: 0px 55px 20px 55px;
  text-align: center;
}

.about-ustext-sec-main {
  background-color: #fff1d8;
  padding: 40px 25px 40px 25px;
  border-radius: 8px;
}

.more-about-us h6 {
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding-bottom: 5px;
}

.more-about-us h4 {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.accordian-item {
  border-radius: 8px !important;
}

.about-us-accordian-main {
  margin: 3rem 10rem 3rem 10rem;
}

.about-us-accordian {
  background-color: #f5f5f5;
  padding: 45px 0px 45px 0px;
}

/* .legacy-text{
      font-size: 15px;
      color: #000000;
      padding-left: 12px;
    } */

/* end about-us page-4 */

/* start founder-message page-6 */
.founder-message-banner img {
  width: 100%;
}

.founder-process {
  position: relative;
}

.founder-process-cont {
  position: absolute;
  top: 41%;
  left: 33%;
  text-align: center;
}

.founder-process-cont h1 {
  font-size: 4rem;
  color: #ffffff;
}

.founder-process-cont p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.founder-process-cont p span {
  color: #efb62b;
}

/* .about-us-info{
    background-color: ;
  } */

.shubhash-head h5 {
  color: #151e3b;
  font-size: 30px;
}

.shubhash-head p {
  color: #151e3b;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.shubhash-second-para p {
  font-size: 15px;
  color: #151e3b;
  line-height: 22px;
}

.shubhash-img-sec img {
  width: 100%;
}

.shubhash-img-sec {
  width: 100%;
}

.founder-subhash {
  margin-right: 50px;
}

.shubhash-designation h6 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #151e3b;
}

.shubhash-designation p {
  text-align: center;
  font-size: 15px;
  color: #151e3b;
  padding: 0px 52px 0px 52px;
}

.student-aspirant-head h5 {
  color: #151e3b;
  font-size: 30px;
  margin-left: 30px;
  padding-bottom: 15px;
}

.student-aspirant-para p {
  font-size: 15px;
  color: #151e3b;
  margin-left: 30px;
  line-height: 22px;
}

.student-aspirant-img {
  width: 100%;
}

.student-aspirant-img img {
  width: 100%;
}

.founder-counter {
  background-color: #151e3b;
}

/* end founder-message page-6 */

/* start founder-message page-7 */
.founder-message-banner img {
  width: 100%;
}

.founder-process {
  position: relative;
}

.founder-process-cont-second {
  position: absolute;
  top: 41%;
  left: 36%;
  text-align: center;
}

.founder-process-cont-second h1 {
  font-size: 4rem;
  color: #ffffff;
}

.founder-process-cont-second p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.founder-process-cont-second p span {
  color: #efb62b;
}

.founder-second-head h5 {
  color: #151e3b;
  font-size: 30px;
  margin-right: 18rem;
}

.founder-second-head p {
  color: #151e3b;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.founder-second-head-para p {
  font-size: 15px;
  color: #151e3b;
  line-height: 25px;
  padding-right: 35px;
}

.designation h6 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #151e3b;
}

.designation p {
  text-align: center;
  font-size: 15px;
  color: #151e3b;
  padding: 0px 52px 0px 52px;
  margin-bottom: 0;
}

.regards-second-sec {
  line-height: 12px;
  margin-top: 20px;
}

.founder-second-img img {
  width: 100%;
}

/* start founder-message page-7 */

/* program page-12 */
/* corporate head bannner */
.corporate-process-banner img {
  width: 100%;
}

.corporate-process {
  position: relative;
}

.corporate-process-cont {
  position: absolute;
  top: 40%;
  left: 40%;
  text-align: center;
}

.corporate-process-cont h1 {
  font-size: 4rem;
  color: #ffffff;
}

.corporate-process-cont p {
  font-size: 16px;
  padding-top: 1rem;
  color: #fff;
}

.corporate-process-cont p span {
  color: #efb62b;
}

/* end corporate head banner */

/* start corporate student sec */
.corporate-info-sec {
  margin-top: 65px;
  margin-bottom: 65px;
}

.corporate-info-sec h2 {
  font-size: 35px;
  font-weight: 600;
  color: #151e3b;
  padding-bottom: 15px;
}

.corporate-info-sec p {
  font-size: 15px;
  color: #151e3b;
}

.corporate-student img {
  width: 100%;
}

/* end corporate student sec */

/* start student feature sec */
.corporate-feature img {
  width: 100%;
}

.corporate-feature-info-sec h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #151e3b;
  padding-bottom: 15px;
}

.corporate-feature-info-sec ul li {
  font-size: 15px;
  list-style: disc !important;
  margin-bottom: 0.75rem;
  margin-left: 3rem;
  /* list-style: none !important; */
  /* background-color: #f2f8f1;
    padding: 10px;
    margin: 10px;
    height: 7rem; */
}
/* .corporate-feature-info-sec ul li:hover{
  border-right: 3px solid #14452f;
} */
.hover-li-feat {
  list-style: none !important;
  background-color: #f2f8f1;
  padding: 10px;
  margin: 10px;
  /* height: 8rem; */
}
.hover-li-feat:hover {
  border-right: 3px solid #14452f;
}

.corporate-feature-info-sec p {
  font-size: 15px;
  color: #151e3b;
}

/* end corporate student feature sec */

/* start winner banner sec */
.winner-image img {
  width: 100%;
}

.winnner-bannner-sec {
  position: relative;
}

.winner-banner-content h2 {
  font-size: 25px !important;
  color: #ffffff;
}

.winner-banner-content {
  position: absolute;
  left: 83rem;
  top: 85px;
  text-align: center;
}

.winner-image-icon img {
  width: 30px;
  height: 30px;
}

.corporate-winner-text-sec {
  display: flex;
  align-items: center;
  padding: 10px 55px 8px 15px;
  gap: 22px;
}

.corporate-winner-text-sec p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}

.corporate-winner-info-sec {
  border: 1px solid #ecf3fe;
  border-radius: 8px;
}

.corporate-winner-main-sec {
  position: absolute;
  top: 190px;
  display: flex;
  gap: 35px;
  left: 76rem;
}

.coporate-banner-mini-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* end winner banner sec */

/* start program-objective-sec */
.program-objective-sec h2 {
  font-size: 32px;
  font-weight: 500;
  color: #151e3b;
  padding-bottom: 12px;
}

.program-objective-sec p {
  font-size: 15px;
  color: #151e3b;
  padding-bottom: 10px;
}

.dream-better-tomorrow-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dream-better-tomorrow-sec h2 {
  font-size: 32px;
  font-weight: 500;
  color: #151e3b;
  padding-bottom: 12px;
}

.dream-better-tomorrow-sec p {
  font-size: 15px;
  color: #151e3b;
  padding-bottom: 10px;
}

.administration-corporate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

/* end program-objective-sec */

/* program counter */

.program-counter {
  background-color: #14452f;
}

.program-specialization {
  background-color: #ffffff;
}

.program-objective-sec button {
  outline: none;
  border: none;
  background: unset;
  color: #1644f1;
  font-weight: 500;
}

.discover-para button {
  outline: none;
  border: none;
  background: unset;
  color: #efb62b;
  font-weight: 500;
}

.school-ranking {
  background-color: #f7f3f3;
  padding: 1.5rem;
}
.accre-conts p {
  line-height: 27px;
}

.justdial-cards .association-images img {
  width: 150px !important;
  height: 150px !important;
}

.legacy-growth h3 {
  text-align: center;
}

.accreditations h2 {
  font-size: 27px;
}

.modal-img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  margin-bottom: 20px;
}
.modal-content {
  border-radius: 15px;
}

li.apply-btn-mob {
  display: none;
}
.show-mobile {
  display: none;
}
.npfWidget-48702a37e19769c29393fcdc6ab46a57{
  background-color: unset !important;
}
/* mobile css */
@media (max-width: 767px) {
  .about-school-sec {
    margin-top: 0px;
    margin-bottom: 20px;
  }

 

  li.apply-btn-mob {
    display: block !important;
  }

  .layer-img {
    display: none;
  }

  .banner-images img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .welcome-free-main {
    display: none;
  }

  .about-school {
    color: #151e3b;
    font-size: 15px !important;
    font-weight: 500;
    text-align: center;
  }

  .rms-school {
    font-size: 25px;
    color: #151e3b;
    font-weight: 700;
    text-align: center;
  }

  .rms-school-info {
    font-size: 13px;
    line-height: 20px;
    color: #151e3b;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .read-more-about-btn {
    text-align: center;
    display: flex !important;
    justify-content: center;
    display: block;
  }

  button.read-more-btn {
    /* clip-path: polygon(0 0, 88% 0, 100% 40%, 100% 100%, 0 100%); */
    border-top-right-radius: 16px;
    /* background-color: #14452f;
    color: #ffffff; */
    padding: 10px 15px 10px 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .not-show-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
    color: #151e3b !important;
  }
  .head-f a {
    font-size: 15px;
    color: #151e3b !important;
  }
  .about-card-sec {
    width: 100%;
  }

  .rms-school-info-first {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 17px;
    text-align: center;
  }

  .welcome-about-sec-main {
    margin: 15px 0px 15px 0px;
    padding: 15px 0;
  }
  .rms-offers p {
    font-size: 10px;
    padding: 2% 0%;
    color: white;
    font-weight: 500;
    line-height: 13px;
  }

  /* student-section */

  .student-portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .student-portfolio::after {
    background: none !important;
  }

  .student-num {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .student-enroll {
    font-size: 13px;
    text-align: center;
  }

  /* end student-section */

  /* latest-card-sec */
  .latest-update-card {
    width: 50%;
  }

  .latest-update-info {
    background-color: #ffdd89;
    padding: 10px 0px 5px 0px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
  }

  .latest-update-head {
    color: #ff0000;
    font-weight: 700;
    font-size: 25px !important;
    padding-bottom: 5px;
  }

  .latest-update-para {
    color: #000000;
    line-height: 22px;
    margin-bottom: 0;
  }

  .latest-update-cards-sec {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .latest-update-sec {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* choose our institution */
  .choose-our-institution {
    background-color: #f2f8f1;
    margin: 20px 0px 20px 0px;
  }

  .choose-institution-main-sec {
    padding: 15px 0px 15px 0px;
  }

  .institution-main-head {
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    color: #151e3b;
    margin-bottom: 10px;
  }

  .institution-card-title {
    font-size: 20px;
    color: #151e3b;
    font-weight: 500;
  }

  .institution-card-text {
    font-size: 13px;
    color: #7b7b7b;
  }

  .institution-heading-sec {
    padding-bottom: 10px;
  }

  /* our course */
  .course-main-head {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  .health-course-para {
    font-size: 13px;
    color: #7b7b7b;
  }

  .course-heading-sec {
    padding-bottom: 10px;
  }

  .course-main-sec {
    padding-bottom: 20px;
  }

  .course-btn-sec {
    /* display: grid; */
    display: flex;
    justify-content: space-between;
  }

  .courses-card-sec {
    height: auto !important;
  }

  /* our specialization */
  .specializations-head-sec {
    padding: 20px 0px 20px 0px;
  }

  .specializations-main-head {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  .test-head h2 {
    font-size: 26px !important;
  }
.test-head p {
    padding: 0 !important;
}

  .specializations-min-head {
    font-size: 15px;
    text-align: center;
    color: #151e3b;
    font-weight: 500;
  }
  .nav-link {
    display: block;
    padding: unset !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  .specialization-heading,
  .latest-news-heading {
    padding-bottom: 10px;
  }

  .marketing-sec img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .marketing-card {
    height: 70px !important;
  }

  .marketing-main-sec {
    background-color: #ffffff;
    box-shadow: 0px 2px 12px #00000033;
    border-radius: 5px;
    gap: 10px;
    padding: 0px 10px 0px 10px;
    justify-content: center;
  }

  .marketing-text p {
    font-size: 13px;
    color: #151e3b;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
  }

  /* our partner */
  .partner-head {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  /* discover-sec */
  .application-text {
    font-size: 13px !important;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }

  .versatility-text {
    line-height: 0px;
    font-size: 13px;
  }

  .accreditations h2 {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }
  .accre-conts p {
    line-height: 23px;
    text-align: center;
    font-size: 13px;
  }
  .accre-conts {
    margin-top: -15px;
  }
  .accre-cont p {
    font-size: 13px;
  }
  .accreditations h3 {
    font-size: 22px;
    padding: 1rem 0;
    text-align: center;
  }
  .affiliations-list ul li {
    font-size: 13px;
  }
  .form-img {
    padding: 10px 20px !important;
  }
  .event-div-1 {
    padding: 6px !important;
  }
  .event-right-2 {
    margin-bottom: 15px;
  }
  .addmis-sec .form-input {
    padding: 10px 15px !important;
  }
  .banner-head {
    color: #ffffff;
    /* padding: 35px 30px; */
    padding: 0;
  }
  .corporate-feature-info-sec-pera p {
    font-size: 15px !important;
  }
  .dicover-head {
    font-size: 25px !important;
    font-weight: 500;
    margin: 30px 0;
    padding-right: 0rem;
    line-height: 35px;
    text-align: center;
  }
  .footer {
    margin-top: 8rem;
  }
  .corporate-info-sec h3 {
    font-size: 25px !important;
    text-align: center;
    /* line-height: 7rem; */
  }
  .footer-contact {
    margin-left: 0rem;
  }
  .school-ranking h2 {
    line-height: 3rem !important;
    font-size: 25px !important;
  }
  .school-ranking p {
    font-size: 13px !important;
  }
  .modal-dialog .modal-content {
    /* height: 40rem; */
    width: unset !important;
  }
  #modalDescription {
    padding: 20px;
    margin-top: -18px;
  }
  .modal-img {
    min-height: unset !important;
  }
  .modal-Title {
    font-size: 21px !important;
    line-height: 27px;
    width: 101%;
  }
  .whyrms-right-img img {
    height: unset;
  }
  .modal-dialog .modal-Title-p {
    font-size: 13px;
  }
  .whyrms-left-content {
    background-color: #ffeffa;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
  }
  .whyrms-left-content h2 {
    font-size: 25px;
    color: #151e3b;
  }
  .dicover-head h5 {
    font-size: 12px;
    font-weight: 500;
    margin: 29px -6px;
    line-height: 19px;
    text-align: left;
    width: 16rem;
  }
  .dicover-head h5 {
    font-size: 12px;
    font-weight: 500;
    margin: 17px 0;
    line-height: 19px;
    text-align: left;
  }
  /* latest news sec */
  .latest-news-articles-main {
    padding: 20px 0px 20px 0px;
  }

  .latest-head-main {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  .latest-head-mini {
    font-size: 13px;
    text-align: center;
    color: #151e3b;
    font-weight: 500;
  }

  .accre-cont {
    padding-right: 0%;
  }

  .unlocking-head {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
  }

  .unlocking-date {
    font-size: 13px;
    color: #444040;
  }

  .unlocking-para {
    font-size: 13px;
    color: #444040;
    padding-top: 10px;
  }

  .mba-images img {
    width: 100%;
  }

  .mba-images {
    width: 100%;
    margin-bottom: 10px;
  }

  .mba-para {
    font-size: 13px;
    color: #444040;
  }



  .mba-text-head {
    color: #151e3b;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  /* pgdm */
  .pgdm-head {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .event-and-workshop {
    left: 25% !important;
  }
  .pgdm-para {
    font-size: 13px;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.6;
  }

  .pgdm-icon img {
    width: 100%;
  }

  /* student say about us */
  .student-say-about-us-head h2 {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  .student-say-about-us-head p {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
  }

  .testonomial-arrow-start {
    position: absolute;
    left: -17px !important;
    top: -3px !important;
  }

  .testonomial-arrow-end {
    position: absolute;
    top: 8rem !important;
    left: 7.2rem !important;
  }

  .tesotonomila-head-sec h2 {
    color: #151e3b;
    font-size: 25px !important;
    font-weight: 700;
    padding-right: 0rem;
    line-height: 30px;
    position: relative;
    text-align: center;
  }

  .tesotonomila-head-sec h2::after {
    display: none;
  }
  .rms-offers h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: white;
  }
  .rms-offers {
    text-align: center;
    padding: 0 5%;
    position: absolute;
    top: 15%;
  }
  .orientation-program-head h2 {
    font-size: 25px;
    text-align: center;
  }
  .testonomial-box-sec {
    display: flex;
    gap: 13px;
    justify-content: center;
    margin-left: unset;
  }
  .event-left h2 {
    font-size: 25px !important;
    margin-bottom: 15px;
  }
  .testonomial-card-sec {
    border-radius: 20px;
    background-color: #14452f;
    text-align: left;
    padding: 25px 20px 25px 40px;
    width: 100%;
  }

  .testonomial-card-para {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.4;
  }

  .testonomial-arrow-end img {
    width: 15px;
    height: 15px;
  }

  .testonomial-arrow-start img {
    width: 15px;
    height: 15px;
  }

  /* how does-it work */
  .how-does-work-head {
    text-align: center;
    font-size: 25px !important;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
  }

  /* .mini-course-shapes {
  
      width: 134px;
      margin-left: 7rem;
    } */

  .courses-shape-sec {
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .mini-course-shapes-mind {
      position: absolute;
      top: 19%;
      left: 48%;
    } */

  .how-does-banner-icons-sec {
    margin: 0;
  }

  .banner-arrow-whtite img {
    /* position: absolute;
      top: 57px;
      left: 25rem; */
    display: none;
  }

  .new-enrollnow-img {
    justify-content: center;
    align-items: center;
    width: 44rem;
    padding-top: 0px;
    display: flex;
    width: 100%;
  }

  .new-enrollnow-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 20px 0px 20px 0px;
  }

  .new-enroll-nowform {
    background-color: #fff8e8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 5px 20px 5px !important;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .contact-content {
    width: 103%;
    margin: 0px !important;
}

  .submit-btn-testonomial {
    text-align: center;
    display: flex;
    margin-top: -20px;
    margin-bottom: -10px;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
  }

  /* frequently sec */
  .frequently-left-cont p {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
  }

  .faq-img {
    width: 100%;
  }

  .frequently-question-sec {
    background-color: #f2f8f1;
    /* padding: 30px 0px 30px 0px; */
  }

  /* about us page-4 */
  /* .about-us-banner img {
      width: 320px;
      height: 100px;
    } */

  .about-us-process-cont h1 {
    font-size: 15px;
    color: #ffffff;
  }

  .about-us-process-cont {
    position: absolute;
    top: 40%;
    left: 0%;
    text-align: center;
  }

  .about-us-process-img {
    width: 100%;
  }

  .about-us-process-cont p {
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
  }

  .about-us-info {
    margin: 20px 0px 20px 0px;
  }

  .about-us-text-sec h5 {
    font-size: 25px;
    font-weight: 500;
    color: #151e3b;
    padding-bottom: 15px;
    text-align: center;
  }
  .about-us-text-sec p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
  }

  .student-enroll {
    font-size: 13px;
    text-align: center;
  }

  .student-portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .student-portfolio-icons-landing img {
    width: 39px !important;
  }

  .student-num {
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
  .student-enroll {
    font-size: 13px;
    text-align: center;
  }
  .student-portfolio::after {
    background: none !important;
  }

  .about-ustext-sec-main {
    background-color: #fff1d8;
    padding: 20px 0px 20px 0px;
    border-radius: 8px;
  }

  .about-us-school-info {
    position: relative;
    margin-top: 20px;
  }

  .about-para-banner p {
    position: absolute;
    top: 65px;
    padding: 0px 5px 0px 0px;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
  }

  .about-us-accordian {
    background-color: #f5f5f5;
    padding: 30px 0px 1px 0px;
  }

  .about-ustext-sec-main {
    background-color: #fff1d8;
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 15px;
  }

  .about-us-accordian-main {
    margin: 3rem 0rem 3rem 0rem;
  }

  .about-us-school-info-banner img {
    height: 339px;
  }

  /* page-6 founder page */

  .founder-subhash {
    margin-right: 0px;
  }

  .exchange-ideas .card-content p {
    line-height: 12px !important;
  }
  .exchange-ideas .card-content span {
    font-size: 13px;
  }
  .hrm-course {
    margin-top: 0rem !important;
  }

  .addmis-sec .form-container {
    padding: 0px;
  }
  .shubhash-head h5 {
    color: #151e3b;
    font-size: 20px;
    text-align: center;
  }

  .shubhash-head p {
    color: #151e3b;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
  }

  .founder-process-cont p {
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
  }

  .shubhash-second-para p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
  }

  .shubhash-designation h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #151e3b;
  }

  .shubhash-designation p {
    text-align: center;
    font-size: 13px;
    color: #151e3b;
    padding: 0px 50px 0px 50px;
  }

  .student-aspirant-head h5 {
    color: #151e3b;
    font-size: 20px;
    margin-left: 0px !important;
    text-align: center;
    padding-top: 15px;
  }

  .student-aspirant-para p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
    margin-left: 0px !important;
  }

  .founder-message-banner img {
    width: 320px;
    height: 100px;
  }

  .founder-process-cont h1 {
    font-size: 15px;
    color: #ffffff;
  }

  .founder-process-cont {
    position: absolute;
    top: 34%;
    left: 10%;
    text-align: center;
  }

  /* page-6 founder page */

  /* page-7 founder page */

  .founder-second-head-para p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
    padding-right: 0;
  }

  .founder-process-cont-second {
    position: absolute;
    top: 34%;
    left: 17%;
    text-align: center;
  }

  .founder-process-cont-second p {
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
  }

  .founder-process-cont-second h1 {
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
  }

  .founder-process-cont-second p span {
    font-size: 16px;
    padding-top: 0 !important;
    color: #efb62b;
  }

  .founder-second-head p {
    color: #151e3b;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
  }

  .designation h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #151e3b;
  }

  .designation p {
    text-align: center;
    font-size: 13px;
    color: #151e3b;
    padding: 0px 30px 0px 30px;
    margin-bottom: 0;
  }

  .founder-second-head h5 {
    color: #151e3b;
    font-size: 20px;
    text-align: center;
    margin-right: 0;
  }

  /* page-7 founder page end */

  /* page-no-12 corporate */
  .corporate-info-sec {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hide-class-banner {
    display: none;
  }
  .discover-para {
    font-size: 15px;
    padding-bottom: 30px;
    display: none;
  }
  .corporate-process-banner img {
    width: 320px;
    height: 100px;
  }

  .corporate-process-cont h1 {
    font-size: 15px;
    color: #ffffff;
  }

  .corporate-process-cont {
    position: absolute;
    top: 42%;
    left: 22%;
    text-align: center;
  }

  .corporate-process-cont p {
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
  }

  .corporate-info-sec h2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #151e3b;
    padding-bottom: 15px;
    text-align: center;
  }

  .corporate-info-sec p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
  }
  .corporate-liststyle ul {
    padding-left: 0rem;
  }
  .corporate-info-sec h2 {
    font-size: 15px !important;
  }

  .overView {
    font-size: 22px !important;
  }
  .corporate-feature-info-sec ul li {
    font-size: 15px;
    list-style: disc !important;
    margin-bottom: 0.75rem;
    margin-left: 0rem;
  }
  .corporate-feature-info-sec h2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #151e3b;
    padding: 15px 0;
    text-align: center;
    font-size: 22px !important;
  }

  .corporate-feature-info-sec p {
    font-size: 13px;
    color: #151e3b;
    text-align: center;
  }

  .winner-banner-content h2 {
    font-size: 12px !important;
    color: #ffffff;
  }

  .winner-banner-content {
    position: absolute;
    left: 11rem;
    top: 74px;
    text-align: center;
  }

  .corporate-winner-main-sec {
    position: absolute;
    top: 128px;
    display: flex;
    gap: 10px;
    left: 29px;
  }

  .winner-image-icon img {
    width: 20px;
    height: 20px;
  }

  .winner-image img {
    width: 100%;
    height: 300px;
  }

  .coporate-banner-mini-sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .corporate-winner-text-sec {
    display: flex;
    align-items: center;
    padding: 10px 10px 8px 10px;
    gap: 10px;
  }

  .program-objective-sec h2 {
    font-size: 20px !important;
    font-weight: 500;
    color: #151e3b;
    padding-bottom: 12px;
    text-align: center;
  }

  .program-objective-sec p {
    font-size: 13px;
    color: #151e3b;
    padding-bottom: 10px;
    text-align: center;
  }

  .dream-better-tomorrow-sec h2 {
    font-size: 20px !important;
    font-weight: 500;
    color: #151e3b;
    padding-bottom: 12px;
    text-align: center;
  }

  .dream-better-tomorrow-sec p {
    font-size: 13px;
    color: #151e3b;
    padding-bottom: 10px;
  }
  /* .home-icons-sec{
    display: none;
  } */
  .home-fixed-icons img {
    width: 30px;
    height: 30px;
  }
  .curve-pera li {
    line-height: 27px;
    font-size: 14px;
    color: #151e3b;
    width: auto !important;
  }
  .home-fixed-icons {
    width: 40px;
    height: 40px;
  }
  .home-icons-sec {
    position: fixed;
    z-index: 999;
  }

  .top-bar {
    width: 100%;
    text-align: right;
    display: none;
  }
  .curve-heading {
    line-height: 22px;
    left: 23% !important;
  }
  .steps {
    font-size: 16px !important;
    top: 8% !important;
    left: 7% !important;
    line-height: 24px !important;
  }
  .number {
    font-size: 26px !important;
  }
  .adm-form {
    left: 32% !important;
  }

  .curve-pera li {
    line-height: 20px !important;
    font-size: 12px !important;
  }
  .curve-pera-last {
    line-height: 20px !important;
    font-size: 14px;
    color: #151e3b;
    font-weight: 500;
    position: absolute;
    top: 42%;
    left: 19% !important;
  }

  /* page-no-12 corporate end */
}

/* Blog detail */
.right-div {
  margin-left: 20px;
}

/* Blog detail */

/* FAQ style */
.fap-mid-div {
  margin-top: 16px !important;
  margin-bottom: 50px;
}

.faq-main-div {
  margin-inline: 160px;
}

.faq-div {
  margin-top: 50px;
}

/* FAQ style */

/* Admission page style */
.admission-topDiv h2 {
  text-align: center;
  margin-block: 35px;
  color: #151e3b;
  font-size: 40px;
}

.adm-form {
  width: 14rem !important;
  position: absolute !important;
  left: 35% !important;
}

.heading-pera-div h2 {
  color: #151e3b;
  text-align: center;
  font-size: 35px;
}

.heading-pera-div p {
  color: #151e3b;
  text-align: center;
  font-size: 20px;
  line-height: 55px;
}

.special {
  color: #151e3b;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}

.pera {
  color: #151e3b;
  font-size: 15px;
  text-align: right;
}

.programe-div {
  background-color: #f2f8f1;
  height: auto;
  padding-block: 50px;
  margin-block: 50px;
}

.special-pera-div {
  margin-block: 25px;
  margin-top: 50px;
}

.specialization-div {
  background-color: #ffffff;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 8px;
  align-items: center;
  padding: 20px;
  min-height: 340px;
}

.specialization-div ul li {
  text-align: left;
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
}

.specialization-div ul li {
  padding: 5px;
}

.Eligibility {
  color: #151e3b;
  font-size: 15px;
  text-align: left;
  margin-top: 10px !important;
}

.programe-div-bgPink {
  background-color: #fff8e8;
  height: auto;
  padding-block: 50px;
  margin-block: 50px;
}

.program-nd-div {
  background: #f2f8f1 !important;
}

.bottom-div h2 {
  color: #151e3b;
  font-size: 28px !important;
  text-align: left;
  font-weight: 600;
}

.bottom-div p {
  color: #151e3b;
  font-size: 15px;
  text-align: left;
}

.admission-banner {
  position: relative;
}

.admission-banner-content {
  position: absolute;
  width: 446px;
  left: 9%;
  top: 15%;
}
option:hover {
  background-color: #14452f !important;
  color: white !important;
}
.admission-banner-content h1 {
  text-align: left;
  font-size: 42px;
  letter-spacing: 0.77px;
  color: #151e3b;
  font-weight: 700;
  padding-top: 5px;
  line-height: 49px;
}

.admission-banner-content span {
  text-align: left;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #151e3b;
  padding-bottom: 2px;
}

.admission-banner-content p {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.77px;
  color: #151e3b;
  padding-block: 2px;
}

.submit-btn-readmore {
  background-color: #14452f;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  border: 1px solid #14452f;
  border-top-right-radius: 16px;
  padding: 6px 14px !important;
  margin-top: 43px;
  align-items: center;
  display: flex;
}

/* .imgdiv-content {} */

.steps {
  color: #151e3b;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 8%;
  left: 8%;
  width: 45px;
  text-align: center;
  line-height: 30px;
}

.number {
  font-size: 33px;
}

.admission-imgDiv {
  position: relative;
}

.curve-heading {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 7%;
  text-align: center;
  left: 27%;
  width: 203px;
}

.curve-pera li {
  line-height: 27px;
  font-size: 14px;
  color: #151e3b;
  width: 350px;
  font-weight: 500 !important;
}

.curve-pera {
  position: absolute;
  top: 42%;
  left: 13%;
}

.curve-pera-last {
  line-height: 27px;
  font-size: 14px;
  color: #151e3b;
  font-weight: 500;
  position: absolute;
  top: 42%;
  left: 17%;
}

.visit-pera {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 10px;
  margin-right: 75px;
}

.admission {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  padding-left: 22px;
}

/* Admission Page style */

/* Eligibility page style */
.eligibility-banner {
  position: relative;
}

.eligibility-banner-content h1 {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 40px;
}

.eligibility-banner-content p {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 50px;
}

.eligibility-banner-content p span {
  color: #efb62b;
}

.eligibility-banner-content {
  position: absolute;
  top: 40%;
  left: 43%;
  text-align: center;
}

.Eligibility-div {
  background-color: #f5f5f5;
  border-radius: 8px;
}

.Eligibility-right-img {
  object-fit: contain;
  /* width: 550px; */
  padding-left: 20px;
}

.Entrance-content {
  /* justify-content: center; */
  align-items: center;
  gap: 2rem;
}

.Eligibility-left-content h2 {
  font-size: 30px;
  color: #151e3b;
  line-height: 37px;
}

.Eligibility-left-content span {
  font-size: 15px;
  color: #151e3b;
  font-weight: 500;
  line-height: 50px;
  width: 526px;
  display: block;
}

.Eligibility-left-content p {
  font-size: 14px;
  color: #151e3b;
  line-height: 21px;
  font-weight: 500;
}

.Entrance-content-img {
  width: 48px;
  align-self: baseline;
  margin-block: 5px;
}

.Eligibility-left-content {
  padding: 22px;
}

.Eligibility-main-div {
  margin-block: 50px;
  border-radius: 8px;
}

.Selection-Procedure {
  /* padding: 40px; */
}

.How-to-Apply h2 {
  color: #151e3b;
  text-align: center;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 50px;
}

.How-to-Apply p {
  color: #151e3b;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.bottom-content ul {
  color: #151e3b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.bottom-content ul {
  padding-left: 0%;
  padding-block: 20px;
}

.bottom-content li {
  padding-block: 2px;
}

.bottomcontent-mainDiv {
  margin-block: 50px;
}

.secondTable-heading tr th {
  text-align: center;
  background-color: #14452f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding-block: 12px;
  vertical-align: middle;
}

.secondTable-bodys tr td {
  text-align: center;
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
  padding-block: 12px;
}

.serial-No {
  text-align: left !important;
  padding-left: 20px !important;
}

.secondTable-maindiv {
  margin-block: 50px;
}

.Eligibilty-table {
  border: 0.5px solid #7b7b7b;
}

.firstTable-heading tr th {
  text-align: left;
  background-color: #14452f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  padding-inline: 20px;
  padding-block: 10px;
}

.firstTable-bodys tr td {
  text-align: left;
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
  padding-inline: 20px;
  padding-block: 10px;
}

.Eligibility-leftsub {
  padding-block: 14px;
}

.CATscore {
  margin-top: 28px;
}

/* Eligibility page style */

/* Scholarship page style */
.scholar-banner {
  position: relative;
}

.scholar-banner-content {
  position: absolute;
  top: 40%;
  left: 36%;
  text-align: center;
}

.scholar-banner-content h1 {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 40px;
}

.scholar-banner-content p {
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 50px;
}

.scholar-banner-content p span {
  color: #efb62b;
}

.Entrance-maindiv h2 {
  color: #151e3b;
  text-align: center;
  font-size: 35px;
  line-height: 30px;
  line-height: 83px;
}

.Entrance-maindiv {
  margin-block: 50px;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f2f8f1 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: unset !important;
  color: var(--bs-table-striped-color);
}

.entranceTable-heading tr th {
  background-color: #14452f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding-block: 12px;
  padding-inline: 15px;
}

.entranceTable-bodys tr td {
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
  padding-block: 12px;
  padding-inline: 15px;
}

.sclol-pera {
  line-height: 15px;
}

.BasisofQuota-mainDiv {
  margin-block: 50px;
}

.quotes-right {
  background-color: #4f826a;
  padding: 30px;
  border-radius: 8px;
}

.quotes-left {
  background-color: #fad989;
  padding: 30px;
  border-radius: 8px;
}

.quotes-right p {
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.quotes-left p {
  color: #151e3b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.bottom-img-grid {
  margin-top: 22px;
  position: relative;
}

.female-offertag {
  position: absolute;
  position: absolute;
  background-color: #efb62b;
  color: #151e3b;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 7px;
  border-top-left-radius: 15px;
  right: 0%;
  bottom: -4%;
}

.overlap-content {
  position: absolute;
  color: #151e3b;
  font-size: 16px;
  text-align: center;
  width: 28%;
  font-weight: bold;
  z-index: 1;
  right: 3%;
  bottom: 18%;
}

/* Scholarship page style */

/* header Dropdown css */
.custom-select {
  margin-left: 44px;
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
}

.custom-select select {
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  width: 100px;
}

.custom-select select option {
  margin-left: 44px;
  color: #151e3b;
  font-size: 15px;
  font-weight: 500;
  width: 100px;
}

/* header Dropdown css */

/* ------------------------------ Start responsive CSS------------------------------------------------ */

@media (max-width: 767px) {
  /* Start responsive admission-Scholarship */
  .Entrance-maindiv h2 {
    color: #151e3b;
    text-align: center;
    font-size: 25px !important;
    margin-block: 20px;
    line-height: 30px;
  }

  .How-to-Apply h2 {
    color: #151e3b;
    text-align: center;
    font-size: 25px !important;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .form-right img {
    width: 100%;
    display: none;
  }
  .How-to-Apply p {
    color: #151e3b;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  .quotes-left p {
    font-size: 13px;
  }

  .quotes-right p {
    font-size: 13px;
  }

  .quotes-row {
    gap: 15px;
  }
  .student-portfolio-after-mian ::after {
    display: none;
  }

  .overlap-content {
    font-size: 12px;
    right: 3%;
    bottom: 22%;
  }

  .female-offertag {
    font-size: 11px;
    bottom: -5%;
  }

  .scholar-banner-content {
    top: 20%;
    left: 21%;
  }

  .scholar-banner-content h1 {
    font-size: 21px;
  }

  .scholar-banner-content p {
    font-size: 13px;
    line-height: 25px;
  }

  .entranceTable-heading tr th {
    background-color: #14452f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
  }

  .entranceTable-bodys tr td {
    color: #151e3b;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
  }

  /* End responsive admission-Scholarship */

  /* Start responsive admission-Eligibilty */
  .Eligibility-right-img {
    object-fit: contain;
    padding: 12px;
    padding-inline: 10px;
    padding-block: 10px;
  }

  .Eligibility-left-content h2 {
    font-size: 25px !important;
    color: #151e3b;
    text-align: center;
  }

  .Eligibility-left-content span {
    font-size: 13px;
    color: #151e3b;
    font-weight: 500;
    line-height: 19px;
    width: 249px;
    display: block;
    margin-block: 10px;
    font-weight: 700;
    text-align: center;
  }

  .Eligibility-left-content p {
    font-size: 13px;
    color: #151e3b;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
  }

  .Entrance-content {
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    margin-top: 10px;
  }

  .Entrance-content-img {
    width: 48px;
    align-self: center;
    margin-block: 5px;
  }

  .bottom-content p,
  li,
  ul {
    color: #151e3b;
    /* text-align: center; */
    font-size: 13px;
    font-weight: 500;
  }

  .firstTable-heading tr th {
    font-size: 13px;
    padding-inline: 20px;
    padding-block: 4px;
  }

  .firstTable-bodys tr td {
    font-size: 13px;
    font-weight: 500;
    padding-inline: 20px;
    padding-block: 10px;
  }

  .secondTable-heading tr th {
    vertical-align: middle;
    text-align: center;
    background-color: #14452f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding-block: 10px;
  }

  .secondTable-bodys tr td {
    text-align: left;
    color: #151e3b;
    font-size: 13px;
    font-weight: 500;
    padding-block: 12px;
  }

  .eligibility-banner-content h1 {
    font-size: 21px;
  }

  .eligibility-banner-content p {
    font-size: 13px;
    line-height: 25px;
  }

  .eligibility-banner-content {
    position: absolute;
    top: 20%;
    left: 35%;
    text-align: center;
  }

  /* End responsive admission-Eligibilty */

  /* Start responsive admission-page */
  .admission-banner-content span {
    font-size: 11px;
    line-height: 10px;
  }

  .admission-banner-content h1 {
    font-size: 12px;
    line-height: 17px;
  }
  .submit-btn-readmore {
    /* display: none; */
    background-color: #14452f;
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    border: 1px solid #14452f;
    border-top-right-radius: 16px;
    padding: 4px 9px !important;
    margin-top: 5px;
    align-items: center;
    display: flex
;
  }

  .admission-banner-content p {
    font-size: 13px;
    display: none;
  }

  .admission-banner-content {
    position: absolute;
    width: 172px;
    left: 5%;
    top: 5%;
  }

  .admission-topDiv h2 {
    font-size: 22px !important;
  }

  .heading-pera-div h2 {
    color: #151e3b;
    text-align: center;
    font-size: 22px !important;
  }

  .programe-div-bgPink {
    padding-block: 28px;
  }

  .specialization-div {
    min-height: unset !important;
  }

  .specialization-div {
    height: unset !important;
  }

  .heading-pera-div p {
    color: #151e3b;
    text-align: center;
    font-size: 15px;
  }

  .special {
    color: #151e3b;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 1rem;
    /* padding-left: 12px; */
  }

  .pera {
    color: #151e3b;
    font-size: 13px;
    text-align: left;
  }

  .programe-div-bgPink {
    margin-block: 33px;
  }

  .bottom-div h2 {
    font-size: 22px !important;
  }

  .specialization-div ul li {
    text-align: left;
    color: #151e3b;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    font-weight: 500;
    gap: 1rem;
  }

  .specialization-div ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .special-mainDiv {
    gap: 2rem;
  }

  .Eligibility p {
    font-size: 12px !important;
    text-align: left;
  }
  .Eligibility {
    color: #151e3b;
    font-size: 15px;
    text-align: left;
    margin-top: 10px !important;
    padding-inline: 20px !important;
  }

  .bottom-div h2 {
    color: #151e3b;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
  }
  .addmis-sec .form-title {
    font-size: 22px !important;
  }
  .bottom-div p {
    color: #151e3b;
    font-size: 13px;
    text-align: center;
    margin-inline: 20px;
  }

  .specialization-div {
    height: 22rem;
  }

  .heading-pera-div p {
    color: #151e3b;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
  .special-pera-div {
    margin-block: 5px;
    margin-top: 21px;
  }
  /* End responsive admission-page */

  /* Start responsive  FAQ-page */
  .faq-main-div {
    margin-inline: 10px !important;
  }

  .faq-heading {
    padding: 10px;
    font-size: 25px;
    color: #000000;
    margin-top: -30px;
  }

  .accordion .accordion-button {
    font-size: 13px;
  }

  .accordion .accordion-body {
    font-size: 12px;
  }

  /* End responsive  FAQ-page */

  /*Start vision and mission page */
  .vision-rigth-1 h2 {
    font-size: 25px !important;
    text-align: center;
    padding-top: 2rem;
  }

  .vision-rigth-1 p {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
  }
  .mission-main-div {
    margin-top: -37px !important;
  }
  .custom-card {
    height: 10rem;
  }

  .card-content p {
    color: #151e3b;
    text-align: left;
    font-size: 11px;
  }

  .card-content {
    padding: 17px;
  }

  .card-content h5 {
    font-size: 14px;
  }

  .vision-img img {
    min-height: auto;
  }

  .shaping-img {
    height: 200px;
  }

  .bootup-pera1 {
    text-align: center;
    font-size: 25px;
  }

  .bootup-pera2 {
    text-align: center;
    font-size: 13px;
    width: 100%;
  }

  .our-value-bottom p {
    text-align: left;
  }

  .goal-sec-div {
    margin-block: 5px;
  }

  .our-value-bottom span {
    font-size: 13px;
  }

  .vision-banner-content h1 {
    font-size: 25px;
  }

  .vision-banner-content p {
    font-size: 13px;
    line-height: 25px;
  }

  .vision-banner-content {
    position: absolute;
    top: 20%;
    left: 22%;
  }
  .intitution-cards-sec {
    height: 340px;
    margin-bottom: 4rem;
  }

  .card-detail {
 
    flex-direction: column;
}

.faculty-left-cont{
  text-align: center;
}

.faculty-img-icon {

    justify-content: start !important;
}
.faculty-right-cont{
  display: flex;
  align-items: center;
justify-content: space-between;
}
.faculty-right-cont .faculty-img-icon {

    font-size: 12px;

}
.faculty-right-cont .faculty-img-icon img {
    width: 23px ;
}
.faculty-cont h2 {
    font-size: 25px !important;
}

p.faculty-designation

 {
    font-size: 15px;
}



.faculty-img img {
    width: 100%
}

.faculty-img {
    width: 144px !important;
}

  /*Start vision and mission page */
}

@media (max-width: 480px) {
  .mobiles-icons {
    background-color: #14452f;
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 9999999;
    display: block !important;
  }
}

/* ------------------------------ End responsive CSS------------------------------------------------ */

.student-portfolio-after-mian ::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 12px;
  height: 80%;
  width: 2px;
  background-color: #ffffff;
}

.student-portfolio-after-mian {
  gap: 10px;
  position: relative;
  padding: 15px 10px;
}

.col:last-child .student-portfolio-after-mian ::after {
  display: none;
}

.scrolling-text {
  height: 200px;
  /* Adjust as needed */
  overflow: hidden;
  position: relative;
}

.scrolling-content {
  display: flex;
  flex-direction: column;
  animation: scroll-up 15s linear infinite;
  position: absolute;
}

.scrolling-text:hover .scrolling-content {
  animation-play-state: paused;
}

.latest-update-para {
  margin-bottom: 13px;
}

@keyframes scroll-up {
  0% {
    top: 100%;
  }

  100% {
    top: -100%;
  }
}

.highlight-badge {
  background-color: #fcbf49;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.highlight-card {
  border-left: 4px solid transparent;
  padding: 20px;
  border-radius: 10px;
  transition: border-color 0.3s ease;
  cursor: pointer;
  min-height: 146px;
}

.highlight-card.active {
  border-left-color: #14452f !important;
  background-color: #fff;
}

.highlight-card:not(:last-child) {
  margin-bottom: 15px;
}

.programme-title {
  color: #000;
  font-weight: 700;
  font-size: 35px !important;
}

.highlight-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.modified-slider {
  width: 100% !important;
}
.overView {
  font-size: 25px !important;
  font-weight: 600;
}
.overView-program {
  font-size: 25px !important;
  font-weight: 600;
}
.corporate-liststyle ul li {
  list-style: none !important;
}
.program-right-pera {
  height: 32rem;
  overflow-y: scroll;
  /* padding: 13px; */
}
.modeimg {
  padding: 13px;
}
.modal-header {
  background-color: #14452f;
}
.modal-title {
  color: #ffffff;
}
/* .modeimg{
  padding: 13px;
} */
.modal-content {
  /* height: 40rem; */
  /* width: 110rem !important; */
}
@media (min-width: 1320px) {
  .modal-lg,
  .modal-xl {
    max-width: 70%;
  }
}

.modal-img {
  width: 100%;
  max-height: unset !important;
  object-fit: unset !important;
  margin-bottom: 20px;
  min-height: 330px;
}
.modal-dialog {
  width: 94rem;
  margin: auto;
}
.testonomial-images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3rem;
  margin-top: 5rem;
}
.testonomial-images img {
  width: 393px;
  height: 291px;
}
.corporate-feature-info-last {
  background-color: #f2f8f1;
  padding: 25px;
  box-shadow: 0px 5px 10px #00000029;
}
.corporate-feature-info-sec-pera {
  width: 100% !important;
  margin-top: 20px !important;
}
.corporate-info-sec h3 {
  font-size: 30px;
  /* line-height: 7rem; */
}
.school-ranking h2 {
  line-height: 8rem;
}
.form-right {
  width: 394px;
}
.form-right img {
  width: 100%;
}

.form-conts-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hrm-span {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 20px !important;
}
.about-banner img {
  width: 100%;
}
.about-sec-div {
  margin-top: 20px;
}
.corporate-feature-info-sec-pera p {
  font-size: 18px;
}
.corporate-feature-info-last {
  margin-top: 4rem;
}
.event-left h2 {
  font-size: 30px;
}

.event-div-1 {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px #00000029;
}
.event-right-2 {
  background-color: white;
  padding: 12px;
  box-shadow: 0px 5px 10px #00000029;
}
.event-right p {
  font-size: 15px;
  color: #000000;
}
.btn-cross {
  background-color: white !important;
  color: white !important;
  font-size: 15px;
}
.event-div {
  margin-top: 5rem;
}
.card-single-sec span {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
}
.card-single-sec h3 {
  font-size: 23px;
}
.counter-for-home {
  background-color: #14452f;
  padding: 18px;
}
.student-portfolio-icons-landing {
  background-color: white;
  border-radius: 50%;
}
.student-record-landing {
  color: #ffffff;
}
.mobiles-icons {
  background-color: #14452f;
  position: fixed;
  bottom: 0%;
  width: 100%;
  z-index: 9999999;
  display: none;
}

.head-f2 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast-success {
  background-color: #28a745 !important; /* Bootstrap green */
  color: white !important;
}
/* Error (red) */
.toast-error {
  background-color: #dc3545 !important; /* Bootstrap red */
  color: white !important;
}

.privacy-list ul li {
  font-size: 15px;
  list-style: disc !important;
}
.privacy-list ul{
  list-style: disc !important;
}

.footer-anch a{
  color: #fff !important;
}
.footer-anch a:hover{
  color: #efb62b !important;
}


.test-head{
        padding-top: 5rem;
    text-align: center;
}

.test-head h2{
    font-size: 32px;
}
.test-head p{
padding: 0px 16%;
}

.test-cards{
  display: flex;
 
  flex-wrap: wrap;
  gap: 2rem;
}


.test-card-cont{
  width: unset !important;
      background-color: white !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
           margin-bottom: 2rem;
}

.test-card-cont .testonomial-card-para {
   color: black !important;
}

.test-card-cont .testonomial-name
 {
    color: black !important;

}
.test-card-cont .testonomial-course {
    color: black !important;
}

.test-card-cont .testimonial-buttons{
  display: none !important;
}

img.test-quote{
  width: 17px;
}


/* faculty details  */


.card-detail{
  display: flex;
  align-items: center;
      gap: 2rem;
}

.faculty-img img{
width: 100%
}
.faculty-img {
width: 182px;
}

.faculty-img-icon{
  padding-top: 1rem;
  font-size: 13px;
  justify-content: end;
}

.faculty-img-icon img{
    width: 27px;
}

.faculty-list .card{
  padding: 3rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p.faculty-designation{
  font-size: 15px;
  
}

p.faculty-desc{
  font-size: 13px;
  color: gray;
}

.faculty-cont h2{
  font-size: 23px;
}
.faculty-head{
  text-align: center;
  padding: 2rem 0;
}
.faculty-head h2{
  font-size: 30px;

}



  .login-container {
    margin: auto;
    width: 60%;
            display: flex;
            align-items: center;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              margin-top: 5rem;
        }
        
        .login-left {
            padding: 3rem;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .login-right {
            /* background: linear-gradient(135deg, #6e8efb, #a777e3);
            height: 100vh; */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }
        
       .login-container  .login-right img {
            max-width: 100%;
            /* height: auto;
            max-height: 70vh; */
        }
        
       .login-container  .logo {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .login-container .logo i {
            font-size: 3.5rem;
            color: #6e8efb;
            margin-bottom: 1rem;
        }
        
       .login-container  .logo h2 {
            color: #333;
            font-weight: 600;
        }
        
        .login-container .form-control:focus {
            border-color: #6e8efb;
            box-shadow: 0 0 0 0.25rem rgba(110, 142, 251, 0.25);
        }
        
        .login-container .btn-login {
            background-color: #6e8efb;
            border: none;
            width: 100%;
            padding: 12px;
            font-weight: 600;
            margin-top: 1rem;
        }

       .login-container .form-label{
              font-size: 19px;
        }
        
        .login-container .btn-login:hover {
            background-color: #5a7df4;
        }
        
       .login-container  .form-text {
            color: #dc3545;
        }
        
        .footer-links {
            text-align: center;
            margin-top: 1.5rem;
            color: #6c757d;
        }
        
        .footer-links a {
            color: #6c757d;
            text-decoration: none;
            margin: 0 0.5rem;
        }
        
        .footer-links a:hover {
            color: #6e8efb;
        }
        

        .login-container .form-control{
          padding: 1rem !important ;
          font-size: 15px !important;

        }
        @media (max-width: 992px) {
            .login-right {
                display: none;
            }
            
            .login-left {
                width: 100%;
                max-width: 100%;
                padding: 2rem;
            }
        }
        
        @media (max-width: 576px) {
            .login-left {
                padding: 1.5rem;
            }
            
            .logo i {
                font-size: 2.5rem;
            }
            
            .logo h2 {
                font-size: 1.5rem;
            }
        }




        .partnership-section {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

.partnership-card {
  background-color: #f5f5f5 !important;
  border-radius: 12px;
  box-shadow: 0 8px 30px var(--shadow-color);
  padding: 3rem 2rem;
  transition: all 0.3s ease;
}

.partnership-title {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.security-div{
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.logo-container {
  padding: 1rem;
  transition: transform 0.3s ease;
}

.upskill-logo {
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.upskill-logo img {
  max-height: 160px;
  width: auto;
}

.rms-logo img {
  max-height: 180px;
  width: auto;
}
.button-security{
   border-top-right-radius: 16px;
  background-color: #efb62b;
  color: #000000;
  padding: 10px 29px 10px 29px;
  margin-top: 33px;
  font-size: 15px;
  display: flex;
  gap: 2rem;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.aicte-badge {
  display: inline-block;
  margin-top: 2rem;
}

.aicte-badge img {
  max-height: 80px;
  width: auto;
}

.aicte-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: var(--secondary-color);
}

.school-tagline {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 0.5rem;
}

.visit-btn {
  background-color: var(--secondary-color);
  color: white;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.visit-btn:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .partnership-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .partnership-card {
    padding: 2rem 1.5rem;
  }
  
  .partnership-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .upskill-logo img, .rms-logo img {
    max-height: 120px;
  }
  
  .aicte-badge img {
    max-height: 60px;
  }
  
  .aicte-text {
    font-size: 1.3rem;
  }
  .security-div{
  flex-direction: column;
  font-size: 13px !important;
  gap:  unset !important;
  margin-bottom: 5rem;
}
}

@media (max-width: 575.98px) {
  .partnership-title {
    font-size: 1.1rem;
  }
  
  .upskill-logo, .rms-logo {
    max-width: 200px;
    margin: 0 auto;
  }
  
  .partnership-card {
    padding: 1.5rem 1rem;
  }
}