@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
  font-family: "Source Sans 3", sans-serif !important;
}

.wrap_all {
  overflow: hidden;
  position: relative;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
}
::-webkit-scrollbar-thumb {
  background: #2c62ae;
  border-radius: 5px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #2c62ae #f6f6f6;
}

.cursor {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  pointer-events: none;
}
.cursor:nth-child(1) {
  background-color: #2c62ae;
  z-index: 999999;
}
.cursor:nth-child(2) {
  background-color: #ed7026;
}

.form-control:focus {
  border-color: #2960ad !important;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.text_decoration {
  text-decoration: none !important;
}
::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1112px;
}
.relative {
  position: relative !important;
}
.display_inline_block {
  display: inline-block;
}
.box_shadow {
  box-shadow: 0px 20px 34px #0000000d !important;
}
.box_shadow_card {
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41) !important;
}
.upper_text {
  text-transform: uppercase;
}
.capitalize_text {
  text-transform: capitalize;
}
.row_element {
  align-items: center;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.roboto_family {
  font-family: "Roboto", sans-serif !important;
}
.source_family {
  font-family: "Source Sans 3", sans-serif !important;
}

/* #### Margin - Padding Section Style Start #### */

.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}

.mr-5 {
  margin-right: 5px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-150 {
  margin-left: 150px !important;
}

.pt-05 {
  padding-top: 05px;
}
.pb-05 {
  padding-bottom: 05px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.br-5 {
  border-radius: 5px !important;
}
.br-10 {
  border-radius: 10px !important;
}
.br-15 {
  border-radius: 15px !important;
}

/* #### Margin - Padding Section Style End  #### */

h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.19;
}
h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.23;
}
h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
a {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
span {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #6b7385 !important;
}
p a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.text_white {
  color: #fff !important;
}
.text_black {
  color: #000 !important;
}
.text_blue {
  color: #2c62ae !important;
}
.text_orange {
  color: #ed7026 !important;
}
.text_blue_light {
  color: #2960ad !important;
}

.bg_orange {
  background-color: #ed7026 !important;
}
.bg_blue {
  background-color: #2960ad !important;
}
.bg_white {
  background-color: #fff !important;
}
.bg_light_gray {
  background-color: #e5e5e5 !important;
}
.bg_gray {
  background-color: #d5d3d2 !important;
}

.bttn__align {
  font-size: 25px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 1px 28px;
  font-family: "Source Sans 3", sans-serif !important;
}

/* ########### Header Section Start ########### */

.logo .logo__img {
  width: 122px;
  height: 122px;
}
.header_admission h3 {
  font-size: 29px !important;
}
.header a span {
  font-family: "Roboto", sans-serif !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 28px;
}
.header a .bottom__text__logo {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.header {
  padding: 15px 0px;
  height: 157px;
  background-color: #fff !important;
  box-shadow: 0px 20px 34px #0000000d !important;
}
.header-scrolled {
  background-color: #fff !important;
  height: auto !important;
}
.header-scrolled .logo .logo__img {
  width: 75px;
  height: 75px;
}
.header-scrolled.header .header_admission h3 {
  font-size: 20px !important;
}
.header-scrolled a span {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 28px;
}
.header-scrolled.header a .bottom__text__logo {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.header-scrolled.header .bttn__align {
  font-size: 20px;
}

/* ########### Header Section End ########### */

/* ########### Hero Section Start ########### */

.hero__element {
  padding-top: 157px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__element .hero__text h1 {
  font-size: 47px !important;
  line-height: 61px !important;
  z-index: 100;
  position: relative;
  padding-left: 10px;
}
.hero__element .hero__text h1 .highlight {
  background-color: #275890c2;
  height: 25px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.hero__element .hero__text h1 .highlight:nth-of-type(1) {
  width: 542px;
  top: 30px;
}
.hero__element .hero__text h1 .highlight:nth-of-type(2) {
  width: 580px;
  top: 92px;
}
.hero__element .hero__text h1 .highlight:nth-of-type(3) {
  width: 300px;
  bottom: 3px;
}
.form__element {
  padding: 40px 40px;
  background-color: #ffffff6e;
  text-align: center;
  border-radius: 8px;
}
.form__element h3 {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
}
.input__form {
  padding-left: 45px;
  border: 2px solid #ed7026;
  border-radius: 0;
  color: #000 !important;
  border-radius: 5px;
}
.form__element .form-box img {
  position: absolute;
  top: 12px;
  left: 15px;
}
.form_terms {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.form__element .bttn__align:hover {
  background-color: #ed7026db !important;
}
.banner__content {
  position: absolute;
  top: 38%;
  width: 100%;
}
.hero__element .video__banner {
  width: 100%;
}

/* ########### Hero Section Start ########### */

.abt__section h2 {
  font-size: 38px;
  font-weight: 500;
}
.abt__section h2 span {
  font-size: 38px;
  font-weight: 800;
}
.abt__section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.abt_img img {
  border-radius: 8px;
}
.whykis__section .sub__title h2 {
  font-size: 38px !important;
  font-weight: 500;
}
.whykis__section .sub__title h2 span {
  font-size: 38px !important;
  font-weight: 700;
}
.kis__descrp {
  padding: 20px 20px;
  min-height: 264px;
}
.kis__descrp p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.kis__title h3 {
  font-size: 25px;
  font-weight: 600;
}
.youtube__video iframe {
  width: 842px;
  height: 471px;
}
.join_us_element h2 {
  font-size: 35px !important;
  font-weight: bold;
}
.join_us_element .bttn__align {
  font-size: 35px;
  font-weight: bold;
}
.pathway_section .sub__title h2 {
  font-size: 38px;
  font-weight: 400;
}
.pathway_section .sub__title h2 span {
  font-size: 38px;
  font-weight: 800;
}
.pathway_section .sub__title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.grid__section__content {
  padding: 20px 20px;
  border-radius: 10px;
  height: 100%;
}
.grid__section__content h3 {
  font-size: 24px;
  font-weight: 800;
  min-height: 62px;
}
.grid__section__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.admission_section h3 {
  margin-right: 20px;
  font-size: 38px !important;
  font-weight: 800;
}
.admission_section .bttn__align {
  padding: 10px 20px !important;
  font-size: 33px;
  font-weight: 800;
}
.joinus_band_section p {
  font-size: 25px;
  font-weight: 500;
}
.university__title h2 {
  font-size: 38px;
  font-weight: 500;
}
.university__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.university__slider img {
  width: auto !important;
  margin: 0 auto;
}
.slider__element .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 24%;
}
.slider__element .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 24%;
}
.slider__element .owl-nav .owl-prev i,
.slider__element .owl-nav .owl-next i {
  color: #b3afad;
  font-size: 50px;
}
.slider__element .owl-nav .owl-prev:hover,
.slider__element .owl-nav .owl-next:hover {
  background-color: transparent !important;
}
.our_student .slider__element .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 30%;
}
.our_student .slider__element .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 30%;
}
.our_student .slider__element .owl-nav .owl-prev i,
.our_student .slider__element .owl-nav .owl-next i {
  color: #2960ad;
  font-size: 50px;
}
.our_student {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.aside__slider__img img {
  width: auto !important;
  margin: 0 auto;
}
.our__student__content {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px 30px 20px 30px;
  width: 90%;
  text-align: center;
}
.our__student__content p {
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
}
.student__name h3 {
  font-weight: 28px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.student__name h4 {
  font-size: 18px !important;
  font-weight: 400;
}
.border__line {
  border: 4px solid #ed7026;
  height: 250px;
  position: absolute;
  top: -40px;
  width: 479px;
  border-radius: 25px;
  left: 20px;
}
.bg__box {
  background-color: #dedede;
  width: 270px;
  height: 145px;
  position: absolute;
  top: -26px;
  right: 16px;
  z-index: -1;
  border-radius: 50px 0px 0px 50px;
}
.quote_left_icon {
  position: absolute;
  top: -24px;
}
.quote_right_icon {
  position: absolute;
  bottom: -24px;
  right: 20px;
}
.quote_left_icon i,
.quote_right_icon i {
  color: #2960ad !important;
  font-size: 50px;
}
.bottom:before {
  content: "";
  border-top: 80px solid #fff;
  border-left: 0 solid transparent;
  border-right: 48px solid transparent;
  position: absolute;
  bottom: -70px;
  right: 90px;
  transform: rotate(15deg);
}
.slider__element .owl-dots {
  display: none;
}
.thank_you_wrap::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.thank_you_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.thank_you_wrap .logo span {
  font-family: "Roboto", sans-serif !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 28px;
}
.thank_you_wrap .logo .bottom__text__logo {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.thank__you__element {
  position: relative;
  padding-top: 100px;
}
.thank__you__element h1 {
  font-size: 60px;
  font-weight: 800;
}
.thank__you__element p {
  font-size: 22px;
  font-weight: 500;
}
.thank__you__logo {
  position: relative;
  z-index: 10;
  padding: 60px;
}
.reach__out ul li {
  display: inline-block;
  margin-right: 20px;
}
.reach__out ul li:last-child {
  margin-right: 0px;
}
.reach__out ul li {
  font-size: 20px !important;
  font-weight: 500 !important;
}
span.icon_info {
  background-color: #ed7026;
  padding: 5px;
  border-radius: 6px;
}
.thank__bttn .bttn__align {
  font-size: 18px !important;
  border-radius: 4px !important;
  padding: 8px 20px !important;
}
.error {
  color: red;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
}

/* 17-1-2025 */

.form__element .iti {
  display: block !important;
}

.spinner {
  display: none; /* Initially hidden */
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Disable button styling */
.btn-disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* 13-5-2025 */
.banner_new_style {
  top: 18%;
}

/* 15-5-2025 */

.banner_new_style .banner__aside .hero__text h1 {
  font-size: 35px !important;
  line-height: 61px !important;
  z-index: 100;
  position: relative;
  padding-left: 10px;
}
.banner_new_style .banner__aside .hero__text h1 .highlight:nth-of-type(1) {
  width: 420px !important;
  top: 30px;
}
.banner_new_style .banner__aside .hero__text h1 .highlight:nth-of-type(2) {
  width: 440px !important;
  top: 92px;
}
.banner_new_style .banner__aside .hero__text h1 .highlight:nth-of-type(3) {
  width: 205px;
  bottom: 3px;
}

/* Media Quiery Section Start */

@media only screen and (max-width: 1580px) {
  .banner__content {
    top: 23%;
  }
}

@media only screen and (max-width: 1536px) {
  .thank_you_wrap {
    height: 100vh;
  }
  .thank__you__element h1 {
    font-size: 50px;
  }
  .thank__you__element p {
    font-size: 16px;
  }
  .reach__out {
    margin-top: 25px;
  }
  .thank__bttn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1366px) {
  .thank_you_wrap {
    height: 100vh;
  }
  .thank__you__element h1 {
    font-size: 40px;
  }
  .thank_you_wrap .logo span {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .logo .logo__img {
    width: 75px;
    height: 75px;
  }
  .thank_you_wrap .logo .bottom__text__logo {
    font-size: 14px !important;
  }
  .thank__you__logo {
    padding: 30px 60px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .banner__content {
    top: 24%;
  }
}

@media only screen and (max-width: 1100px) {
  /* .slider__element .owl-nav {position: absolute;left: 35px;right: 35px;top: 10px;} */
  .our_student .slider__element .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
  }
  .our_student .slider__element .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
  }
  .slider__element .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 16%;
  }
  .slider__element .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 16%;
  }
}

@media only screen and (max-width: 1028px) {
  .thank_you_wrap {
    height: 140vh;
  }
}

@media only screen and (max-width: 980px) {
  .hero__element .hero__text h1 {
    font-size: 39px !important;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(1) {
    width: 475px;
    top: 30px;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(2) {
    width: 500px;
    top: 92px;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(3) {
    width: 235px;
    bottom: 3px;
  }
  .form_terms {
    font-size: 11px !important;
  }
  .header {
    height: auto;
  }
  .kis__title h3 {
    font-size: 20px;
  }
  .kis__descrp p {
    font-size: 16px;
  }
  .grid__section__content h3 {
    font-size: 20px;
    min-height: 50px;
  }
  .grid__section__content p {
    font-size: 16px;
    line-height: 24px;
  }
  .admission_section .header_admission h3 {
    font-size: 30px !important;
  }
  .border__line,
  .bg__box {
    display: none;
  }
  .thank_you_wrap {
    height: 100vh;
  }
}

@media only screen and (max-width: 900px) {
  .hero__element .row__element .banner__grid {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  .hero__element .row__element .banner__grid:last-child {
    margin-bottom: 20px;
  }
  .abt_index .row__element {
    flex-direction: column-reverse;
  }
  .abt_index .row__element .grid__element {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  .abt_index .row__element .grid__element:last-child {
    margin-bottom: 20px;
  }
  .banner__content {
    position: unset;
  }
  .banner__aside {
    position: absolute;
    top: 20%;
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 800px) {
  .hero__element .row__element {
    flex-direction: column-reverse;
  }
  .header_admission h3 {
    font-size: 20px !important;
  }
  .header a span {
    font-size: 20px !important;
  }
  .header a .bottom__text__logo {
    font-size: 16px !important;
  }
  .whykis__section .row__element .grid__element {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .whykis__section .row__element .grid__element:last-child {
    margin-bottom: 0px;
  }
  .kis__descrp {
    min-height: auto;
  }
  .youtube__video iframe {
    width: 100%;
    height: 365px;
  }
  .pathway__grid .row__element .grid__element {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .pathway__grid .row__element .grid__element:last-child {
    margin-bottom: 0px;
  }
  .thank__you__element h1 {
    font-size: 50px;
    font-weight: 800;
  }
  .legacy-content h2 {
    font-size: 36px;
  }
  .legacy-text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .our_student .our__student__element .row__element .grid__element {
    margin-bottom: 20px;
  }
  .our__student__content.relative {
    display: block;
    margin: 0 auto;
  }
  .thank__you__element h1 {
    font-size: 45px;
    font-weight: 800;
  }
  .bottom:before {
    content: unset;
  }
  .admission_section .header_admission h3 {
    font-size: 25px !important;
  }
  .admission_section .bttn__align {
    font-size: 25px !important;
  }
  .thank__you__element {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .header_admission h3 {
    font-size: 13px !important;
  }
  .header a span {
    font-size: 12px !important;
  }
  .header a .bottom__text__logo {
    font-size: 15px !important;
  }
  .bttn__align {
    font-size: 15px !important;
  }
  .join_us_element .bttn__align {
    font-size: 25px !important;
  }
  .youtube__video iframe {
    width: 100%;
    height: 335px;
  }
  .header-scrolled.header .header_admission h3 {
    font-size: 13px !important;
  }
  .join_us_element h2 {
    font-size: 30px !important;
    font-weight: bold;
  }
  .pathway_section .sub__title h3 {
    font-size: 28px;
  }
  .university__title h3 {
    font-size: 28px;
  }
  .admission_section .header_admission {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero__element .hero__text h1 {
    font-size: 35px !important;
  }
}

@media only screen and (max-width: 550px) {
}

@media only screen and (max-width: 500px) {
  .hero__element .hero__text h1 {
    font-size: 30px !important;
    line-height: 50px !important;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(1) {
    width: 365px;
    top: 25px;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(2) {
    width: 380px;
    top: 72px;
  }
  .hero__element .hero__text h1 .highlight:nth-of-type(3) {
    width: 185px;
    bottom: 1px;
  }
  .banner__aside {
    top: 20%;
  }
  .youtube__video iframe {
    width: 100%;
    height: 262px;
  }
  .hero__element {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .header_admission h3 {
    font-size: 15px !important;
    margin: 0;
  }
  .header a span {
    font-size: 13px !important;
  }
  .header a .bottom__text__logo {
    font-size: 15px !important;
  }
  .bttn__align {
    font-size: 15px !important;
  }
  .form__element .bttn__align {
    font-size: 22px !important;
  }
  .logo .logo__img {
    width: 75px;
    height: 75px;
  }
  .hero__element {
    margin-top: 60px !important;
    padding: 50px 0px 0px 0px;
  }
  .header-scrolled.header .header_admission h3 {
    font-size: 14px !important;
  }
  .header-scrolled a span {
    font-size: 14px !important;
  }
  .header-scrolled.header a .bottom__text__logo {
    font-size: 14px !important;
  }
  .header-scrolled.header .bttn__align {
    font-size: 14px;
  }
  .join_us_element h2 {
    font-size: 25px !important;
  }
  .admission_section .header_admission h3 {
    font-size: 20px !important;
  }
  .university__title h3 {
    font-size: 30px;
  }
  .thank__you__element h1 {
    font-size: 30px;
    font-weight: 800;
  }
  .thank__you__element p {
    font-size: 16px;
  }
  .thank__bttn .bttn__align {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .thank__bttn .bttn__align:last-child {
    margin-bottom: 0px;
  }
  .reach__out ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .reach__out ul li:last-child {
    margin-bottom: 0px;
  }
  .banner__aside {
    top: 13%;
  }
  .form__element {
    padding: 40px 0px 0px 0px;
  }
  .hero__element .hero__text h1 .highlight {
    display: none;
  }
  .hero__element .hero__text h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .banner__aside {
    top: 15%;
    padding: 0px;
  }
  .header .container {
    display: block !important;
  }
  .header_admission {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  .abt__section h2,
  .abt__section h2 span {
    font-size: 30px;
  }
  .whykis__section .sub__title h2 {
    font-size: 30px !important;
  }
  .university__title h2 {
    font-size: 30px;
  }
  .pathway_section .sub__title h2,
  .pathway_section .sub__title h2 span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 380px) {
  .form_terms {
    font-size: 10px !important;
  }
  .form__element h3 {
    font-size: 20px;
  }
  .form__element .terms__select {
    text-align: left;
  }
  .thank__you__logo {
    padding: 15px !important;
  }
  .thank_you_wrap .logo span {
    font-size: 14px !important;
  }
  .thank_you_wrap .logo .bottom__text__logo {
    font-size: 14px !important;
  }
  .form__element {
    padding: 40px 0px;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

@media only screen and (max-width: 800px) {
  .legacy-content h2 {
    text-align: center !important;
  }
}

.header_admission h3 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
  .admission_section .header_admission h3 {
    margin-bottom: 15px !important;
  }
  .admission_section .header_admission {
    flex-direction: column !important;
    gap: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .admission_section .header_admission h3 {
    margin-bottom: 20px !important;
  }
  .admission_section .header_admission {
    gap: 20px !important;
  }
}
