@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(fonts.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
:root {
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-bebasNeue: "Bebas Neue", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 900;
  --text-color-b: #000000;
  --text-color-w: #ffffff;
  --text-color: #222222;
  --hover-color: #ffad00;
}

.iti__country-list {
  z-index: 9;
}
.iti__country {
  font-size: 12px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: var(--font-family-poppins);
  font-optical-sizing: auto;
  line-height: 22px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color-b);
}
.pt-50 {
  padding-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
/* ========= Header Css start here ========= */
.top-body {
  background: rgba(255, 111, 17, 0.5);
  background: radial-gradient(
    at center,
    rgba(255, 111, 16, 0.48),
    rgba(255, 255, 255, 1)
  );
  padding-bottom: 50px;
  padding-top: 20px;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("../images/nav.svg");
}
.btn-main {
  color: #fff;
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 13px 28px;
  background: #ff6f10;
}
.btn-main:hover,
.btn-main:active,
.btn-main:visited,
.btn-main:focus-visible {
  color: var(--text-color-w) !important;
  background: #b54a04;
}
.btn-second {
  color: #000;
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  padding: 13px 28px;
}
.btn-second:hover,
.btn-second:active,
.btn-second:visited,
.btn-second:focus-visible {
  color: var(--text-color-w) !important;
  background: var(--text-color-b) !important;
}
.btn-download {
  color: #fff;
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 13px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #fff;
}
.btn-download:hover,
.btn-download:active,
.btn-download:visited,
.btn-download:focus-visible {
  color: var(--text-color-w) !important;
  background: var(--text-color-b) !important;
}
/* ========= Header Css ends here ========= */
/* ========= Body Css start here ========= */
.main-body {
  padding-top: 96px;
  min-height: calc(100vh - 100px);
}
/* ========= Banner Css start here ========= */
.ab-mit h1 {
  color: #000;
  font-family: var(--font-family-bebasNeue);
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
}
.ab-mit h1 span {
  color: #f16622;
}
.ab-mit h2 {
  color: #000;
  font-family: var(--font-family-bebasNeue);
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
}
.ab-mit h2 span {
  color: #f16622;
}
.ab-mit p {
  color: #000;
  font-family: var(--font-family-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-right: 1rem;
}
.boy-position {
  position: absolute;
  top: 65%;
  left: 45%;
  transform: translate(-50%, -50%);
  display: flex;
  width: auto;
}
.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: linear-gradient(180deg, #fe7c04 0%, #ffd6ab 100%);
}
.input-group input {
  border: 0;
  border-radius: 5px;
  padding-left: 0;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.input-group span.input-group-text {
  background-color: #fff;
  border: 0;
}
.input-group span.input-group-text i {
  font-size: 1rem;
  color: #959292;
}
.country-code {
  padding-top: 8px;
  padding-bottom: 7px;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  background: transparent;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-toggle::after {
  border: 0;
  content: "\e902";
  font-family: "mit" !important;
}
.new1 {
  background: url(../images/banner-bg.png) center center no-repeat;
  background-size: contain;
}
.cs-card {
  position: relative;
  z-index: 9;
}
.bootstrap-select button.btn:hover,
.bootstrap-select button.btn:focus,
.bootstrap-select button.btn:active {
  background: transparent;
  border-color: transparent;
}

.nBox {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 23px 20px;
  align-items: center;
  gap: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 1px 4px 25px 0px rgba(67, 70, 153, 0.13);
}
.nBox p {
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.nBox i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faebe4;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  font-size: 2rem;
}

.nBox:hover {
  background: #ff6f10;
}
.nBox > p:hover {
  color: #fff;
  /* background: #FF6F10; */
}
.invisible-content {
  display: none;
}

.readmorebtncolor {
  background-color: #ff6f10;
  color: #fff !important;
}
.readmorebtncolor:hover,
.readmorebtncolor:active,
.readmorebtncolor:visited,
.readmorebtncolor:focus-visible {
  background: #ff6f10;
  color: #fff !important;
  /* color: aqua; */
}

/* accreditation CSS start her */
.accreditation {
  margin-top: 85px;
}
.key-benefit {
  margin-bottom: 85px;
}
.quets {
  padding-top: 85px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.testimonial {
  display: flex;
  padding-bottom: 85px;
  padding-top: 80px;
}
.placement {
  background: #fff5e1;
  padding: 85px 0;
  margin-top: 85px;
}
.sec-head h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 56.143px;
}
.sec-head p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.sec-head ul {
  margin-top: 37px;
}
.sec-head ul li {
  width: 100%;
}
.sec-head ul li a {
  background: #fbeedf;
  display: inline-block;
  padding: 12px;
  color: #000;
  margin: 5px 0;
}
.mApp-logo {
  background: #f7f7f7;
  padding: 1rem;
}
.mApp-logo div.col-md-4 {
  display: flex;
}
.partnership {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0.5rem 0;
}
.mlLogo {
  transition: 0.5s ease;
}
.partnership:hover .mlLogo {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.design-block {
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
}
.design-block img {
  transition: 0.5s ease;
}
.design-block .ds-block {
  padding: 18px 16px;
}
.design-block:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.ds-block h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.ds-block p {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 1rem;
}
.date-cn {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.date-cn i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
}
.date-cn span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 1.5rem !important;
  padding: 2px 14px !important;
  cursor: pointer;
  background: #000000 !important;
  color: #fff !important;
  border-radius: 30px;
  margin: 0 5px;
  display: inline-block;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.school-courses .owl-nav {
  position: absolute;
  top: -50px;
  right: 10px;
}
.rec-list p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 56.143px;
  margin-bottom: 0;
  margin-top: 1rem;
}
.rec-logo {
  border: 1px solid #d6d6d6;
  padding: 32px 12px;
  display: flex;
  align-items: center;
  justify-self: center;
}
/* .rec-logo .top-logo:first-child{margin-left: 0;} */
.rec-logo .top-logo {
  margin: 0.5rem 1rem;
}
.rec-logo.alumni-work img {
  margin: 0.4rem 1.6rem;
}
.rec-logo.alumni-work img:first-child {
  margin-left: 0;
}
.testimonial-image {
  position: relative;
  display: flex;
  align-items: center;
  width: 20%;
}
.testimonial-image a {
  position: absolute;
  bottom: -8%;
}
.testimonial-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 3rem;
  width: 70%;
}
.testimonial-content h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.testimonial-content h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.testimonial-content p {
  color: #000;
  font-size: 14px;
  margin: 0;
}
.quets-role {
  margin-left: 3rem;
}
.testimonial-slide .owl-nav {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.video-modal {
  line-height: 0;
}
.placement-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  padding: 40px;
  box-shadow: 1px 4px 25px 0px rgba(67, 70, 153, 0.13);
}
.placement-box h2 {
  color: #ff6f10;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 56.143px;
}
.placement-box p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.1px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
}
/* .placement-box img.place-image{position: absolute;bottom: -13px;right: 0;} */
.benefit-left {
  color: #000;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}
.benefit-left span {
  color: #ff6f10;
  font-weight: 700;
}
.ind-exp {
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0px 4px 10.9px 0px rgba(113, 123, 232, 0.15);
  padding: 24px 0 0 27px;
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 182px;
  margin-bottom: 1.5rem;
}
.ind-exp h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  width: 50%;
}
.ind-exp .box-img {
  width: 50%;
}
.ind-exp img.place-image {
  position: relative;
  bottom: -45px;
  right: -21px;
}
.cus-text {
  white-space: nowrap;
}
.last-box {
  background: url("../images/sde6.svg") center 0px no-repeat;
}
/* .certification h2{color: #000;font-size: 46px;font-style: normal;font-weight: 600;line-height: 56.143px;} */
.certification p {
  margin-bottom: 3rem;
}
.certification ul li {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 51.1px;
}
.afterPGDM ul {
  border-right: 1px solid #ccc;
}
.indPGDM {
  padding-left: 5rem;
}
.pgdm-list h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 56.143px;
  margin-bottom: 4px;
}
.pgdm-list ul li {
  width: 100%;
}
.copp-pgdm {
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}
.pgdm-list ul li a {
  background: #fbeedf;
  display: inline-block;
  padding: 6px 12px;
  color: #000;
  margin: 0.5rem 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.start-journer {
  border-radius: 25px;
  background: linear-gradient(90deg, #eead53 0%, #fe7c04 100%);
}
.journey-today h2 {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 56.143px;
}
.start-journer p {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 160% */
}
.journey-today ul li {
  width: 100%;
}
.journey-today ul li a {
  background: #d55c27;
  display: inline;
  padding: 2px 17px;
  margin: 0.5rem 0;
  color: #fff !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 56.143px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}
.user-linkdin {
  cursor: pointer;
}
.w-20 {
  width: 20%;
  display: flex;
  justify-content: center;
}
.w-21 {
  width: 20%;
  display: flex;
  justify-content: center;
}
.res-box {
  background: #ff6f10;
  justify-content: center;
}
.res-box .res-chose {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
}

.parameter h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.parameter ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding: 6px 0;
  border-top: 1px solid #c6c6c6;
}

.pgdm-mba ul li {
  font-weight: 400;
  border-top: 1px solid transparent;
  padding-left: 24px;
}
.pgdm-mba ul li:nth-child(2n + 1) {
  border: 1px solid #fff;
  background: #fbeedf;
}

.roles-secured ul {
  display: flex;
  flex-wrap: wrap;
}
.roles-secured ul li {
  background: #fbeedf;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 14px;
  margin: 8px;
  width: 31.46%;
}

.career-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-box p {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 1rem;
}

.alumini-box {
  border-radius: 16px;
  border: 1px solid #c5c5c5;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
  padding: 24px;
}
.alumini-box p {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.use-det {
  border-radius: 0px 0px 16px 16px;
  background: #fbeedf;
  margin: 0 -24px -24px !important;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-name h3 {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.user-name p {
  font-size: 14px;
  margin-bottom: 0;
}

.future-emp {
  border-top: 1px solid #c9c9c9;
  /* border-bottom: 1px solid #C9C9C9; */
  padding: 24px 0;
  margin-top: 50px;
}

.item-list {
  border-right: 1px solid red;
  padding: 0 1rem;
  content: var("/");
}
.logoLeft .item img {
  filter: grayscale();
  max-height: 91px;
}
.curriculum-accordion {
  padding: 0 0;
}
.curriculum-accordion .accordion-item {
  border: 0;
}
.curriculum-accordion .accordion-item .accordion-button {
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  font-style: normal;
  line-height: normal;
  display: flex;
  padding: 20px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background: #f5f5f5;
  margin-bottom: 1rem;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "\e913";
  font-family: "mit" !important;
  font-size: 16px;
  background-image: none;
  font-weight: 600;
  color: #222;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e912";
}

.aap-button {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
.aap-button button {
  width: 100%;
  margin-bottom: 1rem;
}

.user-img {
  margin-top: -2rem;
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.logoLeft .item::before {
  content: "\e914";
  font-family: "mit" !important;
  font-size: 2rem;
  display: flex;
  width: 10px;
  height: 10px;
  position: relative;
  top: 51px;
  left: -10px;
}

@media (max-width: 1399.98px) {
  .top-body {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .ab-mit h1 {
    font-size: 53px;
    line-height: 62px;
  }
  .ab-mit h2 {
    font-size: 53px;
    line-height: 62px;
  }
  .ab-mit p {
    font-size: 17px;
    line-height: 32px;
  }
  .boy-position {
    top: 65%;
  }
  .boy-position img {
    width: 100%;
  }
  .rec-logo {
    flex-wrap: wrap;
    padding: 16px 21px;
  }
  .rec-logo img:nth-child(5) {
    margin-left: 0;
  }
  .rec-logo .top-logo {
    flex: 1 0 40%;
  }
  .rec-logo img:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .rec-logo.alumni-work img {
    margin: 0.5rem 2.5rem;
  }
  .rec-logo.alumni-work img:nth-child(5) {
    margin-left: 0;
    margin-right: 15px;
  }
  .testimonial-content h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .certification h2 {
    font-size: 34px;
  }
  .journey-today h2 {
    font-size: 40px;
    line-height: 42.143px;
  }
  .btn-download,
  .btn-second {
    padding: 13px;
  }
  .parameter h3 {
    font-size: 16px;
  }
  .parameter ul li {
    font-size: 14px;
  }
  .roles-secured ul li {
    width: 47%;
  }
  .w-21 {
    width: 33.33%;
  }
  .career-box {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: left;
  }
}
@media (max-width: 1199.98px) {
  .ab-mit h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .ab-mit h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .ab-mit p {
    font-size: 17px;
    line-height: 26px;
  }
  .boy-position {
    left: 42%;
  }
  .boy-position img {
    width: 90%;
  }
  .nBox {
    margin-bottom: 24px;
  }
  .sec-head h2 {
    font-size: 34px;
    line-height: 45.143px;
  }
  .sec-head p {
    font-size: 20px;
    line-height: 32px;
  }
  .sec-head ul li a {
    font-size: 12px;
  }

  .rec-logo img:nth-child(4) {
    margin-left: 0;
  }
  .placement-box h2 {
    font-size: 40px;
    line-height: 42.143px;
  }
  .placement-box p {
    font-size: 18px;
    line-height: 24.1px;
    margin: 0 0 0 2rem;
    text-align: left;
  }
  /* .placement-box img.place-image {width: 50%;} */
  .placement-box {
    padding: 24px;
    width: 100%;
    margin-bottom: 2rem;
    flex-direction: row;
    justify-content: start;
  }

  .certification ul li {
    font-size: 20px;
    line-height: 41.1px;
  }
  .certification h2 {
    padding-bottom: 1rem !important;
  }
  .copp-pgdm {
    margin-top: 2rem;
  }
  .b1 {
    order: 2;
  }
  .b2 {
    order: 1;
  }
  .b3 {
    order: 3;
  }
  .start-journer {
    padding: 2rem;
  }
  .journey-today ul li a {
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .w-20 {
    width: 50%;
  }
  .nBox {
    flex-direction: row;
    text-align: left;
  }
  .res-box .res-chose br {
    display: none;
  }
  .res-box {
    justify-content: left;
  }
  .w-21 {
    width: 50%;
  }
  .alumini-box {
    margin-bottom: 2rem;
  }

  .pgdm-list {
    max-width: 1320px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .pgdm-list > .row {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    width: 1320px;
  }

  .pgdm-list > .row > .col-xl-5 {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .pgdm-list > .row > .col-xl-7 {
    display: inline-block;
    float: left;
    width: 80%;
  }
  .pgdm-list > .row > .col-xl-7 > .pg-main .col-xl-6 {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .top-body {
    padding-top: 16px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .ab-mit h1 {
    font-size: 48px;
    line-height: 57px;
  }
  .ab-mit h2 {
    font-size: 48px;
    line-height: 57px;
  }
  .ab-mit p {
    font-size: 16px;
    line-height: 26px;
  }
  .boy-position {
    position: relative;
    left: 50%;
    top: auto;
    transform: translate(-50%, 30%);
    justify-content: center;
    margin-top: -200px;
  }
  .boy-position img {
    width: 80%;
    position: relative;
  }
  .nBox {
    margin-bottom: 24px;
  }
  .sec-head h2 br,
  .sec-head p br {
    display: none;
  }
  .accreditation {
    margin-top: 80px;
  }
  .sec-head {
    margin-bottom: 1.5rem;
  }
  .quets {
    padding-top: 50px;
  }
  .placement {
    padding: 50px 0;
  }
  .afterPGDM ul {
    border: none;
  }
  .indPGDM {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .sec-head ul li a {
    font-size: 1rem;
  }
  .mApp-logo {
    margin-top: 2rem;
  }
  .testimonial {
    flex-direction: column;
    padding-top: 0;
  }
  .testimonial-content {
    margin-left: 0;
    margin-top: 3rem;
    width: 100%;
  }
  .quets-role {
    display: none;
  }
  .owl-carousel .owl-item img {
    width: auto;
  }
  .last-alumini {
    margin-top: 2rem;
  }
  .placement-box img.place-image {
    width: auto;
  }
  .benefit-left {
    display: none;
  }
  .certification {
    margin-bottom: 2rem;
  }
  .w-20 {
    width: 100%;
  }

  .decode-img {
    display: none;
  }
  .pg-main .p-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .w-21 {
    width: 100%;
  }
  .career-box {
    flex-direction: row;
  }
  .career-box p {
    text-align: left;
    padding-left: 1.5rem;
  }
  .start-journer h2 br,
  .start-journer p br {
    display: none;
  }

  .pgdm-list .mt-5 {
    margin-top: 0 !important;
  }
  .pg-main .mt-5 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .boy-position {
    margin-top: -150px;
  }
  .school-courses .owl-nav {
    top: inherit;
    right: inherit;
    margin-top: 1rem;
  }
  .pgdm-list ul li a {
    font-size: 16px;
    line-height: 22px;
  }
  .mApp-logo > .col-md-4 {
    width: 50%;
  }
  .roles-secured ul li {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .boy-position {
    margin-top: -100px;
  }
  .rec-logo img:first-child {
    padding-left: 0;
  }
  /* .rec-logo img {margin: 1rem 2rem;} */
  .rec-logo .top-logo {
    flex: 1 0 40%;
  }
  /* .rec-logo img:nth-child(4) {margin-left: 55px;} */
  .placement-box {
    margin-top: 0;
  }
  .last-alumini {
    margin-top: 0;
  }
}

.content p {
  margin-bottom: 10px;
}

.content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 0;
}

.content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 0;
}

.content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.content ol li ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.parameter ul {
  overflow-x: auto;
  white-space: nowrap;
}
.newbtn {
  background-color: #ff6e11 !important;
}

.form-control.error {
  border: 2px solid #ff002c;
}

.table-striped tbody tr:nth-of-type(odd) * {
  --bs-table-bg-type: #fbeedf !important;
}

.table-striped thead tr:nth-child(1) {
  --bs-table-bg: #ff6f10 !important;
}
