@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 144px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #040635;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.lower-container {
  max-width: 90% !important;
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.on-desktop {
  display: none;
}
@media (max-width: 991px) {
  .on-desktop {
    display: block;
    margin-bottom: 15px;
    margin-top: 2rem;
  }
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 20px;
  --arrowspace: 8px;
}
@media (max-width: 540px) {
  .custom-select {
    --arrow: 18px;
  }
}
.custom-select.has-icon {
  --iconsize: 24px;
  --iconurl: url(../../icon/calendar.svg);
  --iconspace: 10px;
}
@media (max-width: 540px) {
  .custom-select.has-icon {
    --iconsize: 18px;
  }
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: 3px;
}
.custom-select.has-icon2 {
  --iconurl: url(../../icon/trophy.svg);
  --iconsize: 24px;
  --iconspace: 10px;
}
.custom-select.has-icon2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon2::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon2 .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: #000;
  font-size: 16px;
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list {
  pointer-events: none;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 13px;
  padding: 0;
}
@media (max-width: 540px) {
  .custom-select .list li {
    padding: 8px;
  }
}
.custom-select .list li.selected {
  background: #040635;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #040635;
  color: var(--white);
}
.custom-select .list li:hover {
  background: #040635;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgba(256, 256, 256, 0.6);
  --color: #000;
  --font: 400;
  --borderbefore: rgba(256, 256, 256, 0.6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid #666;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 16px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
  translate: 0 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
  line-height: 1.2;
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 16px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}
.form .sbmt-btn {
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #040635;
  display: inherit;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg video {
  height: 80vh;
}
@media (max-width: 768px) {
  .banner .bg video {
    height: 50vh;
  }
}
@media (max-width: 540px) {
  .banner .bg video {
    height: 40vh;
  }
}
.banner .bg img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg img {
  height: 80vh;
}
@media (max-width: 768px) {
  .banner .bg img {
    height: 50vh;
  }
}
@media (max-width: 540px) {
  .banner .bg img {
    height: auto;
  }
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --display: none;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: var(--prime-dark);
  color: #fff;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-item .whats-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-item .whats-slider .swiper-wrapper {
  display: flex;
}
.swiper-item .whats-slider .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-item .whats-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.swiper-item .whats-slider .affiliation-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.common-ul {
  width: 100%;
}
.common-ul h2 {
  margin-bottom: 16px;
}
.common-ul h4 {
  margin-bottom: 15px;
}
.common-ul p {
  margin-bottom: 15px;
}
.common-ul ul {
  list-style: none;
  margin: 23px 0 25px 15px;
}
@media (max-width: 1440px) {
  .common-ul ul {
    padding: 0px 0 0 0;
  }
}
.common-ul ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  padding-left: 25px;
}
@media (max-width: 1440px) {
  .common-ul ul li {
    padding-left: 25px;
    font-size: 15px;
  }
}
.common-ul ul li:last-child {
  margin-bottom: 0;
}
.common-ul ul li::before {
  content: "•";
  color: var(--prime);
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: -15px;
}

.common-swiper-new-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 76px;
  margin: 0 auto;
}
.common-swiper-new-nav .comn-prev, .common-swiper-new-nav .comn-next {
  border: 1px solid var(--black);
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.upper-sec {
  position: relative;
  padding: 0;
}

.swiper-button-disabled {
  display: none;
}

.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px 0px 0;
}

.InputContainer {
  position: relative;
  display: flex f;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}

.search {
  border: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
  outline: none;
}

.common-swiper-new img {
  border-radius: 15px;
}

.single-image img {
  border-radius: 15px;
  width: 100%;
}

p {
  text-align: justify;
}

.bg .banner-wrapper {
  bottom: 15% !important;
}
@media (max-width: 768px) {
  .bg .banner-wrapper {
    bottom: 20% !important;
  }
}
@media (max-width: 540px) {
  .bg .banner-wrapper {
    bottom: 25% !important;
  }
}
@media (max-width: 768px) {
  .bg .banner-wrapper .content h2 {
    font-size: 2rem !important;
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .bg .banner-wrapper .content h2 {
    font-size: 1.5rem !important;
    padding: 0 15px;
  }
}

.admission-secA {
  padding: 60px 0 0;
}
@media (max-width: 1440px) {
  .admission-secA {
    padding: 38px 20px 0;
  }
}
@media (max-width: 768px) {
  .admission-secA {
    padding: 30px 20px 0;
  }
}
@media (max-width: 540px) {
  .admission-secA {
    padding: 20px 20px 0;
  }
}
.admission-secA .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
@media (max-width: 1440px) {
  .admission-secA .item-grid {
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .admission-secA .item-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid {
    gap: 0px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid {
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content {
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content {
    padding: 0 10px;
  }
}
.admission-secA .item-grid .admission-content h2 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content h2 {
    font-size: 1.5rem;
  }
}
.admission-secA .item-grid .admission-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content h4 {
    font-size: 1.1rem;
  }
}
.admission-secA .item-grid .admission-content p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content p {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content p {
    font-size: 14px;
  }
}
.admission-secA .item-grid .admission-content ul {
  list-style: none;
  margin: 10px 0 25px 15px;
}
@media (max-width: 1440px) {
  .admission-secA .item-grid .admission-content ul {
    padding: 0px 0 0 0;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content ul {
    margin: 8px 0 20px 10px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content ul {
    margin: 5px 0 15px 5px;
  }
}
.admission-secA .item-grid .admission-content ul > li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .admission-secA .item-grid .admission-content ul > li {
    padding-left: 25px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content ul > li {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content ul > li {
    padding-left: 25px;
    font-size: 13px;
  }
}
.admission-secA .item-grid .admission-content ul > li:last-child {
  margin-bottom: 0;
}
.admission-secA .item-grid .admission-content ul > li::before {
  content: "•";
  color: var(--prime);
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: -15px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content ul > li::before {
    font-size: 1.8em;
    top: -12px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content ul > li::before {
    font-size: 1.5em;
    top: -10px;
  }
}
.admission-secA .item-grid .admission-content ul ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 4px;
  position: relative;
  text-align: justify;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .admission-secA .item-grid .admission-content ul ul li {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content ul ul li {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content ul ul li {
    padding-left: 20px;
    font-size: 13px;
  }
}
.admission-secA .item-grid .admission-content ul ul li:last-child {
  margin-bottom: 0;
}
.admission-secA .item-grid .admission-content ul ul li::before {
  content: ">";
  color: var(--prime);
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .admission-content ul ul li::before {
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .admission-content ul ul li::before {
    font-size: 0.9em;
  }
}
.admission-secA .item-grid .home-secH.form_container {
  background: url("../../images/admission/fromBg.jpg") no-repeat;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: contain;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container {
    background-size: cover;
    background: none;
    padding-top: 0px;
    align-items: top;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container {
    background-size: cover;
    padding: 15px 0;
    background: none;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
  padding: 0px 0 37px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
    padding: 0 15px 30px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
    padding: 0 10px 0px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form form {
  background-color: transparent;
}
.admission-secA .item-grid .home-secH.form_container .form-container .sub-heading {
  text-align: center;
  margin-bottom: 40px;
}
.admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  width: 26%;
  margin: 0 auto;
}
@media (min-width: 1784px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
    width: 60%;
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .sub-heading h2 {
    font-size: 1.3rem;
    line-height: 1.3;
    width: 94%;
    margin: 0 auto;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .bg-image figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 60vh;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .bg-image figure {
    height: 40vh;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .bg-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.admission-secA .item-grid .home-secH.form_container .form-container .form-container {
  width: 100%;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
  width: 100%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
    margin-top: 0px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form {
    margin-top: 0;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 30px !important;
  transform: translateY(5rem) !important;
  --gaptb: 15px;
  --borderbefore: var(--black);
  width: 100%;
  max-width: 550px;
  margin: -106px auto 110px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form {
    padding: 20px !important;
    gap: 15px;
    margin: 0px auto 0px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form {
    grid-template-columns: 1fr;
    padding: 0px 15px !important;
    gap: 12px;
    margin: 0px auto 40px;
    transform: translateY(0) !important;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(1) {
  grid-column: span 2;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(1) {
    grid-column: span 1;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(2) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(3) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(4) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(5) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(6) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(7) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(8) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(9) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(10) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(11) {
  grid-column: span 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(12) {
  grid-column: span 2;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group:nth-child(12) {
    grid-column: span 1;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group {
  position: relative;
  text-align: left;
  position: relative;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--borderbefore);
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group::before {
  height: var(--borderwidth);
  top: unset;
  bottom: 0;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input,
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input,
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date] {
  position: relative;
  min-height: 40px;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date] {
    min-height: 35px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit-text {
  opacity: 0;
  padding: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit-month-field {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit-day-field {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-datetime-edit-year-field {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-inner-spin-button, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-clear-button {
  display: none;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit {
  opacity: 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit-fields-wrapper, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit-text, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-text {
  opacity: 1;
  color: var(--black);
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit-month-field, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-month-field {
  opacity: 1;
  color: var(--black);
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit-day-field, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: var(--black);
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid::-webkit-datetime-edit-year-field, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-year-field {
  opacity: 1;
  color: var(--black);
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]::-moz-placeholder {
  opacity: 0;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date] ~ label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  background: transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date] ~ label {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date] ~ label {
    font-size: 13px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid ~ label {
  top: -10px;
  transform: translateY(0);
  color: #000;
  font-size: 16px;
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid ~ label {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input[type=date]:valid ~ label {
    font-size: 13px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:-moz-placeholder) ~ label {
  top: -2px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:placeholder-shown) ~ label {
  top: -2px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:-moz-placeholder) ~ label {
    font-size: 14px;
  }
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:placeholder-shown) ~ label {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:-moz-placeholder) ~ label {
    font-size: 13px;
  }
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group input:not([type=date]):not(:placeholder-shown) ~ label {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea {
    min-height: 60px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:-moz-placeholder) ~ label {
  top: -10px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:-moz-placeholder) ~ label {
    font-size: 14px;
  }
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:placeholder-shown) ~ label {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:-moz-placeholder) ~ label {
    font-size: 13px;
  }
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:focus ~ label, .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group textarea:not(:placeholder-shown) ~ label {
    font-size: 13px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group select ~ label {
  top: -10px;
  color: #000;
  font-size: 12px;
  background: var(--white);
  padding: 0 4px;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group .custom-select::before {
  background-image: url(/assets/icon/arrow-down.svg);
  background-size: 65% auto;
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group.w-full {
  grid-column: span 2;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .form .form-group.w-full {
    grid-column: span 1;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form #normalCaptchaID {
  grid-column: span 2;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form #normalCaptchaID {
    grid-column: span 1;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp {
  grid-column: span 2;
  width: 100%;
  text-align: center;
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp {
    grid-column: span 1;
    padding-top: 10px;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp a,
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp button {
  text-align: center;
  text-transform: capitalize;
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp a,
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp button {
    padding: 8px 25px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp a,
  .admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp button {
    padding: 8px 20px;
    font-size: 13px;
    width: 100%;
  }
}
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp a:hover,
.admission-secA .item-grid .home-secH.form_container .form-container .rotate-form .sbmt-grp button:hover {
  background: #1BB6F0;
  color: #fff;
}

.nested-ul {
  margin: 5px 0 5px 25px !important;
  padding: 0px 0 0 0;
  list-style: none;
}
.nested-ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 4px;
  position: relative;
  text-align: justify;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .nested-ul li {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .nested-ul li {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .nested-ul li {
    padding-left: 20px;
    font-size: 13px;
  }
}
.nested-ul li:last-child {
  margin-bottom: 0;
}
.nested-ul li::before {
  content: ">";
  color: var(--prime);
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .nested-ul li::before {
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .nested-ul li::before {
    font-size: 0.9em;
  }
}

.health-secB {
  padding: 80px 0 60px;
}
@media (max-width: 1440px) {
  .health-secB {
    padding: 60px 20px 60px;
  }
}
@media (max-width: 1024px) {
  .health-secB {
    padding: 16px 20px 40px;
  }
}
@media (max-width: 991px) {
  .health-secB {
    padding: 56px 20px 43px;
  }
}
@media (max-width: 768px) {
  .health-secB {
    padding: 40px 20px 35px;
  }
}
@media (max-width: 540px) {
  .health-secB {
    padding: 30px 20px 40px;
  }
}
.health-secB .heading {
  width: 100%;
}
@media (max-width: 768px) {
  .health-secB .heading {
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .health-secB .heading {
    padding: 0 10px;
  }
}
.health-secB .heading h2 {
  margin-bottom: 75px;
}
@media (max-width: 1440px) {
  .health-secB .heading h2 {
    margin-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .health-secB .heading h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .health-secB .heading h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .health-secB .heading h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.health-secB .heading .admission-tab {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .health-secB .heading .admission-tab {
    margin: 20px 0;
  }
}
@media (max-width: 540px) {
  .health-secB .heading .admission-tab {
    margin: 15px 0;
  }
}
.health-secB .heading .admission-tab li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 45px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  transition: color 0.3s ease, font-weight 0.3s ease;
}
@media (max-width: 1024px) {
  .health-secB .heading .admission-tab li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .health-secB .heading .admission-tab li {
    font-size: 14px;
    margin-right: 30px;
  }
}
@media (max-width: 540px) {
  .health-secB .heading .admission-tab li {
    margin-right: 16px;
    font-size: 12px;
  }
}
.health-secB .heading .admission-tab li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0%;
  height: 2px;
  background: var(--prime);
  transition: width 0.3s ease;
}
.health-secB .heading .admission-tab li:hover {
  color: var(--prime);
  font-weight: 500;
}
.health-secB .heading .admission-tab li:hover::before {
  width: 100%;
}
.health-secB .heading .admission-tab li.active {
  color: var(--prime);
}
.health-secB .heading .admission-tab li.active::before {
  width: 100%;
}
.health-secB .heading .admission-tab1 {
  margin: 0px 0 60px;
}
.health-secB .health-tab-content {
  width: 100%;
}
@media (max-width: 768px) {
  .health-secB .health-tab-content {
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content {
    padding: 0 10px;
  }
}
.health-secB .health-tab-content h2 {
  margin-bottom: 16px;
}
.health-secB .health-tab-content h4 {
  margin-bottom: 15px;
}
.health-secB .health-tab-content p {
  margin-bottom: 15px;
}
.health-secB .health-tab-content ul {
  list-style: none;
  margin: 10px 0 25px 15px;
}
@media (max-width: 1440px) {
  .health-secB .health-tab-content ul {
    padding: 0px 0 0 0;
  }
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul {
    margin: 8px 0 20px 10px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul {
    margin: 5px 0 15px 5px;
  }
}
.health-secB .health-tab-content ul > li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .health-secB .health-tab-content ul > li {
    padding-left: 25px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul > li {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul > li {
    padding-left: 25px;
    font-size: 13px;
  }
}
.health-secB .health-tab-content ul > li:last-child {
  margin-bottom: 0;
}
.health-secB .health-tab-content ul > li::before {
  content: "•";
  color: var(--prime);
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: -15px;
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul > li::before {
    font-size: 1.8em;
    top: -12px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul > li::before {
    font-size: 1.5em;
    top: -10px;
  }
}
.health-secB .health-tab-content ul ul {
  list-style: none;
  margin: 10px 0 25px 0px;
}
@media (max-width: 1440px) {
  .health-secB .health-tab-content ul ul {
    padding: 0px 0 0 0;
  }
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul ul {
    margin: 8px 0 20px 10px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul ul {
    margin: 5px 0 15px 5px;
  }
}
.health-secB .health-tab-content ul ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 4px;
  position: relative;
  text-align: justify;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .health-secB .health-tab-content ul ul li {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul ul li {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul ul li {
    padding-left: 20px;
    font-size: 13px;
  }
}
.health-secB .health-tab-content ul ul li:last-child {
  margin-bottom: 0;
}
.health-secB .health-tab-content ul ul li::before {
  content: ">";
  color: var(--prime);
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .health-secB .health-tab-content ul ul li::before {
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content ul ul li::before {
    font-size: 0.9em;
  }
}
.health-secB .health-tab-content .tab-panel {
  display: none;
}
.health-secB .health-tab-content .tab-panel.active {
  display: grid;
  gap: 40px;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 991px) {
  .health-secB .health-tab-content .tab-panel.active {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 768px) {
  .health-secB .health-tab-content .tab-panel.active {
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .health-secB .health-tab-content .tab-panel.active {
    gap: 15px;
  }
}

.health-secB-grid {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .health-secB-grid {
    gap: 25px;
    padding-top: 10px;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .health-secB-grid {
    gap: 15px;
    padding-top: 5px;
  }
}
.health-secB-grid img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%;
}
@media (max-width: 768px) {
  .health-secB-grid img {
    flex: 1 1 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 540px) {
  .health-secB-grid img {
    max-height: 200px;
  }
}

.home-secF {
  background-color: #fff;
}

.admission-secC-bg {
  background-color: var(--prime-light);
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .admission-secC-bg {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .admission-secC-bg {
    padding: 40px 0;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg {
    padding: 30px 0;
  }
}
.admission-secC-bg .admission-secC .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 70px;
}
@media (max-width: 1440px) {
  .admission-secC-bg .admission-secC .item-grid {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .admission-secC-bg .admission-secC .item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .admission-secC-bg .admission-secC .item-grid {
    gap: 30px;
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg .admission-secC .item-grid {
    gap: 20px;
    padding: 0 10px;
  }
}
.admission-secC-bg .admission-secC .item-grid img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .admission-secC-bg .admission-secC .item-grid img {
    max-height: 300px;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg .admission-secC .item-grid img {
    max-height: 200px;
  }
}
.admission-secC-bg .admission-secC .item-grid .item-content {
  padding: 40px;
}
@media (max-width: 991px) {
  .admission-secC-bg .admission-secC .item-grid .item-content {
    padding: 40px 0 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .admission-secC-bg .admission-secC .item-grid .item-content {
    padding: 30px 0 0;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg .admission-secC .item-grid .item-content {
    padding: 20px 0 0;
  }
}
.admission-secC-bg .admission-secC .item-grid .item-content h2 {
  margin-bottom: 24px;
  color: var(--white);
}
@media (max-width: 768px) {
  .admission-secC-bg .admission-secC .item-grid .item-content h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg .admission-secC .item-grid .item-content h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}
.admission-secC-bg .admission-secC .item-grid .item-content p {
  color: var(--white);
}
@media (max-width: 768px) {
  .admission-secC-bg .admission-secC .item-grid .item-content p {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .admission-secC-bg .admission-secC .item-grid .item-content p {
    font-size: 14px;
  }
}

.transfer-case {
  background-color: var(--white);
  padding: 40px 0;
}
.transfer-case h2 {
  margin-bottom: 50px !important;
  padding: 0;
}
@media (max-width: 768px) {
  .transfer-case h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 540px) {
  .transfer-case h2 {
    margin-bottom: 25px !important;
    font-size: 1.8rem;
  }
}
@media (max-width: 1440px) {
  .transfer-case {
    padding: 46px 0 55px;
  }
}
@media (max-width: 768px) {
  .transfer-case {
    padding: 40px 0 50px;
  }
}
@media (max-width: 540px) {
  .transfer-case {
    padding: 30px 0 40px;
  }
}
.transfer-case .branch-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  .transfer-case .branch-card {
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .transfer-case .branch-card {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card {
    gap: 30px;
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card {
    gap: 25px;
    padding: 0 10px;
  }
}
.transfer-case .branch-card .scrollable-content {
  overflow-y: auto;
  padding-right: 20px;
  max-height: 500px;
}
.transfer-case .branch-card .scrollable-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.transfer-case .branch-card .scrollable-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1440px) {
  .transfer-case .branch-card .scrollable-content {
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .transfer-case .branch-card .scrollable-content {
    overflow-y: visible;
    max-height: none;
    padding-right: 0;
  }
}
.transfer-case .branch-card .transfer-image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .transfer-case .branch-card .transfer-image-wrapper {
    position: relative;
    height: auto;
    min-height: auto;
    width: 100%;
    order: -1;
  }
}
.transfer-case .branch-card .transfer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  display: block;
}
@media (max-width: 991px) {
  .transfer-case .branch-card .transfer-image {
    height: auto;
    max-height: 300px;
    position: relative;
    top: auto;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card .transfer-image {
    max-height: 250px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card .transfer-image {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content {
    padding: 0 5px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content {
    padding: 0;
  }
}
.transfer-case .branch-card-content ul {
  list-style: none;
  margin: 10px 0 25px 15px;
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul {
    margin: 8px 0 20px 10px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul {
    margin: 5px 0 15px 5px;
  }
}
.transfer-case .branch-card-content ul > li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .transfer-case .branch-card-content ul > li {
    padding-left: 25px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul > li {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul > li {
    padding-left: 25px;
    font-size: 13px;
  }
}
.transfer-case .branch-card-content ul > li:last-child {
  margin-bottom: 0;
}
.transfer-case .branch-card-content ul > li::before {
  content: "•";
  color: var(--prime);
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: -15px;
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul > li::before {
    font-size: 1.8em;
    top: -12px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul > li::before {
    font-size: 1.5em;
    top: -10px;
  }
}
.transfer-case .branch-card-content ul ul {
  margin: 5px 0 5px 0;
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .transfer-case .branch-card-content ul ul {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul ul {
    padding-left: 30px;
    margin: 5px 0 5px 0;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul ul {
    padding-left: 25px;
    margin: 3px 0 3px 0;
  }
}
.transfer-case .branch-card-content ul ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 4px;
  position: relative;
  text-align: justify;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .transfer-case .branch-card-content ul ul li {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul ul li {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul ul li {
    padding-left: 20px;
    font-size: 13px;
  }
}
.transfer-case .branch-card-content ul ul li:last-child {
  margin-bottom: 0;
}
.transfer-case .branch-card-content ul ul li::before {
  content: ">";
  color: var(--prime);
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content ul ul li::before {
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content ul ul li::before {
    font-size: 0.9em;
  }
}
.transfer-case .branch-card-content h4 {
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-top: 12px;
  }
}
.transfer-case .branch-card-content p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .transfer-case .branch-card-content p {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .transfer-case .branch-card-content p {
    font-size: 14px;
  }
}
.transfer-case .branch-card-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.transfer-case .branch-card-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.transfer-case .left-council.sticky-image-wrapper {
  position: relative;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container {
  height: auto !important;
  position: relative;
  z-index: 1;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer {
  position: absolute;
  top: 40%;
  left: -35px;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 70px);
  padding: 0 10px;
  pointer-events: none;
  height: auto;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button {
  pointer-events: auto;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button:hover {
  background: #f0f0f0;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button svg {
  width: 14px;
  height: auto;
  display: block;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button svg path {
  stroke: #666666;
}
@media (max-width: 540px) {
  .transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 8px;
  }
  .transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button {
    width: 34px;
    height: 34px;
  }
  .transfer-case .left-council.sticky-image-wrapper .swiper-nav.transfer button svg {
    width: 10px;
  }
}

.left-council.sticky-image-wrapper {
  position: relative;
  width: 100%;
  flex: 1 1 45% !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  .left-council.sticky-image-wrapper {
    flex: 1 1 100% !important;
  }
}
.left-council.sticky-image-wrapper .swiper-container {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: auto !important;
}
.left-council.sticky-image-wrapper .swiper-container .swiper-wrapper {
  width: 100% !important;
  height: auto !important;
}
.left-council.sticky-image-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
  flex-shrink: 0 !important;
}
.left-council.sticky-image-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  max-width: 100% !important;
  max-height: none !important;
  flex: none !important;
  border-radius: 0;
}
.left-council.sticky-image-wrapper .swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 70px);
  padding: 0 10px;
  pointer-events: none;
}
.left-council.sticky-image-wrapper .swiper-nav.center-full button {
  pointer-events: auto;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.left-council.sticky-image-wrapper .swiper-nav.center-full button:hover {
  background: #f0f0f0;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.left-council.sticky-image-wrapper .swiper-nav.center-full button svg {
  width: 14px;
  height: auto;
  display: block;
}
.left-council.sticky-image-wrapper .swiper-nav.center-full button svg path {
  stroke: #666666;
}
@media (max-width: 540px) {
  .left-council.sticky-image-wrapper .swiper-nav.center-full {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 8px;
  }
  .left-council.sticky-image-wrapper .swiper-nav.center-full button {
    width: 34px;
    height: 34px;
  }
  .left-council.sticky-image-wrapper .swiper-nav.center-full button svg {
    width: 10px;
  }
}
.left-council.sticky-image-wrapper .swiper-container::-webkit-scrollbar {
  display: none;
}
.left-council.sticky-image-wrapper .swiper-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.transfer-case .left-council.sticky-image-wrapper .swiper-container {
  height: auto !important;
  position: relative;
  z-index: 1;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 70px);
  padding: 0 10px;
  pointer-events: none;
  height: auto;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button {
  pointer-events: auto;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button:hover {
  background: #f0f0f0;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button svg {
  width: 14px;
  height: auto;
  display: block;
}
.transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button svg path {
  stroke: #666666;
}
@media (max-width: 540px) {
  .transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 8px;
  }
  .transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button {
    width: 34px;
    height: 34px;
  }
  .transfer-case .left-council.sticky-image-wrapper .swiper-container .swiper-nav.center-full button svg {
    width: 10px;
  }
}
.transfer-case .swiper-nav.transfer {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 70px);
  padding: 0 10px;
  pointer-events: none;
  height: auto;
}
.transfer-case .swiper-nav.transfer button {
  pointer-events: auto;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
}
.transfer-case .swiper-nav.transfer button:hover {
  background: #f0f0f0;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.transfer-case .swiper-nav.transfer button svg {
  width: 14px;
  height: auto;
  display: block;
}
.transfer-case .swiper-nav.transfer button svg path {
  stroke: #666666;
}
@media (max-width: 540px) {
  .transfer-case .swiper-nav.transfer {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 8px;
  }
  .transfer-case .swiper-nav.transfer button {
    width: 34px;
    height: 34px;
  }
  .transfer-case .swiper-nav.transfer button svg {
    width: 10px;
  }
}

.health-secB-grid .left-council.sticky-image-wrapper {
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
.health-secB-grid .left-council.sticky-image-wrapper .swiper-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
}
.health-secB-grid .left-council.sticky-image-wrapper .swiper-container .swiper-wrapper {
  width: 100% !important;
  height: auto !important;
}
.health-secB-grid .left-council.sticky-image-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
}
.health-secB-grid .left-council.sticky-image-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

#normalCaptchaID {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  width: 100%;
  min-height: 78px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #normalCaptchaID {
    margin: 4px auto;
    min-height: 74px;
  }
}
@media (max-width: 540px) {
  #normalCaptchaID {
    grid-column: span 1;
    margin: 3px auto;
    min-height: 68px;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  #normalCaptchaID {
    min-height: 65px;
  }
}
@media only screen and (max-width: 365px) {
  #normalCaptchaID {
    min-height: 62px;
  }
}
#normalCaptchaID > div {
  transform-origin: center center;
  margin: 0 auto;
}
@media (max-width: 540px) {
  #normalCaptchaID > div {
    transform: scale(0.92);
  }
}
@media only screen and (max-width: 420px) {
  #normalCaptchaID > div {
    transform: scale(0.86);
  }
}
@media only screen and (max-width: 365px) {
  #normalCaptchaID > div {
    transform: scale(0.82);
  }
}
#normalCaptchaID iframe {
  margin: 0 auto !important;
  display: block;
}/*# sourceMappingURL=admisson-process.css.map */