@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
  color: #ec1b30;
}
h4 {
  font-size: 28px;
}
p {
  font-weight: 400;
}
p,
#v-pills-course .prog-txt li,
.program-sec p:nth-of-type(3) a {
  font-size: 23px;
}
h1,
p {
  line-height: 1.2;
}
h1,
h2,
h4,
p,
figure {
  margin-bottom: 0;
}
h1,
h2,
h4 {
  font-weight: 700;
}
a {
  text-decoration: none;
  font-size: 27px;
}

#v-pills-fees .prog-txt li {
  font-size: 24px;
}

body {
  font-family: "Poppins", sans-serif;
}

section {
  padding: 60px;
}


/* header section start */
/* header {
    background: url(../images/banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    padding: 30px;
} */


.banner-txt p {
  margin: 10px 0;
  color: #fff;
}

.banner-txt .apply {
  margin-bottom: 10px;
}

.banner-btn a {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-txt h4 {
  margin-top: 12px;
}
/* header section end */

/* form css */
.form-sec {
  position: fixed;
  top: 6%;
  right: 0px;
  width: 320px;
  background: #ec1b30;
  padding: 0;
  z-index: 9;
  transition: 0.3s all;
  z-index: 9999;
  border-radius: 0;
  margin-top: 65px;
}

.form-sec .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slide-righta.form-sec {
  transform: translatex(120%);
  transition: 0.3s all;
}

.hides.form-sec {
  transform: translatex(120%);
  transition: 0.3s all;
}

.adm-txt h3 {
  font-size: 28px;
  color: #ffffff;
}

.adm-txt h4 {
  font-size: 30px;
  color: #fff;
}

.adm-txt {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  line-height: 30px;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-sec .form-group {
  position: relative;
  padding-left: 20px;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 21px;
}

.form-sec .form-group::before {
  position: absolute;
  content: "";
  background-image: url(form-icon.png);
  width: 30px;
  height: 40px;
  background-position: -3px -11px;
  top: 7px;
  left: 4px;
}

.form-sec .form-group.email::before {
  background-position: -3px -57px;
  width: 30px;
}

.form-sec .form-group.Mobile::before {
  background-position: -4px -103px;
}

.form-sec .form-group.State::before {
  background-position: 1px -161px;
  top: 5px;
  height: 25px;
  width: 33px;
  background-size: 30px;
}

.form-sec .form-group.City::before {
  background-position: -3px -242px;
  top: 5px;
  height: 21px;
}

/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: solid 1px #fff;
  background: black;
  background-color: black;
  border-radius: 0;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark::after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: -1px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ffffff;
  line-height: 19px;
}

.sbt {
  border: solid 1px var(--form-submit-button);
  border-radius: 0;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin: 14px auto 0;
  width: 100%;
  display: inherit;
  font-size: 20px;
  background-color: #000000;
}

.input {
  border: none;
  padding: 0;
  height: 30px;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  color: #000000;
  background: rgb(255 255 255);
  outline: 0;
  font-weight: 600;
}

::placeholder {
  color: #000000;
}

.form-sec.show.slide {
  right: 40px;
}

.form-sec.show {
  position: fixed;
  right: -940px;
  left: auto;
  transition: all 0.5s;
  z-index: 99;
  top: 48%;
  margin-top: -203px;
}

/* .topenq1.mobile {
  display: none;
} */

.topenq {
  right: 0px;
  transform: rotate(90deg) translatey(-39px);
}

.topenq {
  position: fixed;
  top: 40%;
  right: -55px;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 300;
  background-color: var(--enquiry-button-background-color);
  color: #fff;
  outline: none;
  z-index: 999;
}

.topenq a:hover {
  background-color: #ec1b30;
  outline: none;
  color: #fff;
  border: none;
}

.topenq a {
  border: none;
  color: #000000;
  font-size: 20px;
  padding: 13px 21px;
  z-index: 999999999;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
}

.error {
  color: #fdf8f8;
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  line-height: 11px;
  font-family: "Gothamlight";
}

@media (max-width: 576px) {
  .form-sec {
    width: 95%;
    padding: 10px 20px 20px;
    position: static;
    transform: none;
    transform: initial;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 20px;
  }

  .form-sec .close {
    display: none;
  }

  .slide-righta .form-sec {
    right: 0;
    display: none;
  }

  .topenq {
    position: fixed;
    top: auto;
    top: initial;
    width: 100%;
    right: auto;
    right: initial;
    transform: none;
    transform: initial;
    overflow: hidden;
    z-index: 300;
    bottom: 0;
  }
/* 
  .topenq1.mobile {
    display: block;
  } */

  .topenq.desktop {
    display: none;
  }

  .topenq1 {
    position: fixed;
    top: auto;
    top: initial;
    width: 100%;
    right: auto;
    right: initial;
    transform: none;
    transform: initial;
    overflow: hidden;
    z-index: 300;
    bottom: 0;
    z-index: 9999;
    background: #00ada7;
  }

  .special_item:focus-visible {
    outline: none;
  }

  .topenq1.mobile a {
    display: block;
    text-align: center;
    background-color: var(--red);
    padding: 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    text-decoration: none;
  }

  .slide-righta.active .side-slide-form-wrap {
    display: block;
  }

  .admission {
    margin-top: 0rem;
  }
}

.hjghj {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.hjghj a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.7rem;
}

/* form css end */

/* prog-tab section start */
.prog-tab {
  min-height: 700px;
}
.prog-tab-btn {
  width: 25%;
  margin-right: 50px;
}

.prog-tab-btn button.nav-link {
  border: 2px solid #bcbec0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: initial;
  color: #231f20;
  font-size: 23px;
  font-weight: 600;
}
.prog-tab-btn button.nav-link.active {
  background-color: none;
  color: #231f20;
  background: url(../images/arrow.png) no-repeat;
  background-position: 350px 15px;
}

.prog-tab-content {
  /* width: 75%; */
  /* border-left: 2px solid #afb1b3; */
  padding: 20px 0 20px 70px;
}

.prog-txt h2 {
  margin-bottom: 15px;
}

.prog-txt p {
  line-height: initial;
}

.prog-tab-content #v-pills-profile p:last-child {
  margin: 50px 0;
}

.course-tab #pills-tab {
  justify-content: space-evenly;
}

.course-tab #pills-tab li .nav-link,
.pro-row-sec li .nav-link {
  margin-bottom: 30px;
  color: #231f20;
  font-size: 21px;
  padding: 15px 20px;
}

.course-tab #pills-tab li .nav-link,
.pro-row-sec li .nav-link,
.pro-row-sec .tab-content {
  border: 2px solid #2695b7;
  border-radius: 40px;
}

.course-tab #pills-tab li .nav-link.active,
.pro-row-sec li .nav-link.active {
  background: #2695b7;
  color: #fff;
  font-weight: 600;
}

.course-tab #pills-tabContent .course-txt {
  background: #ececec;
  padding: 50px 50px 10px;
  border-radius: 30px;
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
  font-size: 22px;
}

.course-tab #pills-tabContent .course-txt ul {
  flex-basis: 48%;
  font-weight: 500;
}

.course-tab #pills-tabContent .course-txt ul li {
  margin-bottom: 20px;
}

.pro-row-sec ul {
  /* justify-content: center; */
  gap: 0 40px;
}

.pro-row-sec .tab-content {
  padding: 25px 25px;
}

.prog-icon-sec .career-sec {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.prog-icon {
  flex: 1;
}

.prog-icon figure img {
  width: 58px;
}

.prog-icon p {
  font-weight: 500;
}

.fees-table {
  border: 2px solid #2695b7;
  border-radius: 30px;
  overflow: hidden;
}

#v-pills-fees .fees-schl-sec th,
#v-pills-fees .fees-schl-sec td {
  border: 2px solid #2695b7;
}

#v-pills-fees .fees-schl-sec {
  width: 100%;
}

#v-pills-fees .fees-schl-sec th {
  width: 32%;
  font-weight: 600;
  border-top: 0;
  border-bottom: 0;
}

#v-pills-fees .fees-schl-sec th,
#v-pills-fees .fees-schl-sec td {
  padding: 15px 0;
  font-size: 22px;
  text-align: center;
  border-collapse: collapse;
}

#v-pills-story .stry-txt {
  display: flex;
  gap: 0 30px;
  align-items: end;
  margin-bottom: 10px;
}

#v-pills-story .stry-txt figure {
  /* width: 30%; */
  height: 210px;
}

#v-pills-story .stry-txt figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#v-pills-story .stry-txt p {
  width: 70%;
}

#v-pills-story p {
  line-height: 1.8;
}

.stdnt-txt,
.pro-acc-sec {
  display: none;
}

.stdnt-slider .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stdnt-slider .slick-dots button {
  font-size: 0;
  background: #fff;
  border: 2px solid #2695b7;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.stdnt-slider .slick-dots li {
  margin-right: 15px;
}

.stdnt-slider .slick-dots button:before {
  color: transparent;
}

.stdnt-slider .slick-dots .slick-active button {
  background: #2695b7;
}

.sch-ap {
  margin: 30px 0;
}

#v-pills-course ul {
  margin-top: 20px;
}

#v-pills-home .prog-txt p {
  margin-bottom: 10px;
}

.program .col-lg-8.col-md-8 {
  align-content: center;
}

.program-sec p:nth-of-type(3) a {
  color: #ec1b30;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}
/* prog-tab section end */

/* future section start */
.future {
  background: #ebebec;
}

.future-sec h4 {
  color: #ec1b30;
}

.ftr-btn a {
  display: inline-block;
  background: #ec1b30;
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 50px;
}

footer p {
  padding: 0 25px;
}
/* future section end */
