.landing-menu li a {
  /* border-bottom: solid 2px transparent; */
  transition: all 0.3s ease;
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.width-unset {
  width: unset !important;
}
/* .landing-menu li{
  display: flex;  
  align-items: center;
} */
.landing-menu li a {
  padding: 9px 18px;
  display: flex;
  align-items: center;
}
.landing-menu li a:hover {
  /* border-bottom: solid 2px #ffd24d; */
  /* background-color: var(--bs-primary-color-light); */
  background-color: transparent !important;
  color: var(--bs-primary-color);
   font-weight: 500;
}
.landing-menu li a.landing-menu-active {
  /* border-bottom: solid 2px #ffd24d; */
  background-color: transparent !important;
  color: var(--bs-primary-color);
  font-weight: 600;
}
.sub-menu li a {
  /* font-size: 13px; */
  font-weight: 500;
}
.Login-styling {
  background-color: var(--bs-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.bg-categories-blue {
  background-color: var(--bs-primary-color-light);
}
/* .dropdownmore-submenu a{
  border-bottom: solid 3px transparent !important;    
} */
.Login-styling a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  color: var(--bs-white) !important;
  padding: 7px 30px !important;
}
/* .list-submenu-dropdown li:last-child{
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 8px 0px;
}
.list-submenu-dropdown li:last-child a{
  font-weight: normal;
  display: flex;
  justify-content: start;
  align-items: center;
} */
.submenu-width {
  width: 250px;
}
.submenus-child-width {
  width: 250px;
}
.preventClose-dropdown svg {
  transition: all 0.5s;
}
.preventClose-dropdown:not(.collapsed) svg {
  transform: rotate(180deg);
}
.headerSection {
  background-color: #fff;
  transition: all 0.3s ease;
}
.headerSection.active {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px #f1f1f1;
}
.footer {
  box-shadow: 0 0 15px 2px #cccccc;
}
.register {
  min-height: 310px;
}

.filterOption .form-select:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: unset;
}

.searchBox .form-control {
  min-width: 350px;
}
.btn-outline-site {
  border: 1px solid #8080808a;
  color: #000;
}
.btn-outline-site:hover {
  background-color: #8080801f;
  border: 1px solid #8080801f;
  color: #000;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.btn-loadmore {
  background-color: #d5d5d5;
  padding: 12px 32px;
  width: 200px;
}
.btn-loadmore:hover {
  background-color: #e3e2e0;
}
.searchBox {
  border-radius: 0.375rem;
  background-color: #ffffff;
  padding-right: 0.375rem;
}

.searchBox .searchBtn {
  border: 0;
  background: transparent;
}
.searchBox .form-control {
  font-size: 1rem;
  border: unset;
  border-radius: 0.375rem !important;
}
.video-title {
  top: 43%;
}
.video-title {
  align-items: center;
  /* background: #fff none repeat scroll 0 0; */
  color: #72777c;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: bold;
  height: 50%;
  justify-content: center;
  left: 0;
  opacity: 1;
  padding: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.searchBox .form-control:focus {
  box-shadow: unset;
}
.filterOption p {
  white-space: nowrap;
}

/* Profile Pic Start */

.pic-holder .pic {
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  bottom: 16px;
  right: 0px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: var(--bs-primary-color);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 0.8;
}

/* .pic-holder.uploadInProgress .upload-file-block {
  display: none;
} */

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

#newProfilePhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}

.form-text {
  color: var(--bs-gray-600);
}
.form-group label,
.form-group span,
.table-font-size,
.error-span {
  font-size: 14px;
}
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: rgba(66, 72, 78) !important;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.btn-upload {
  background-color: rgba(66, 72, 78, 0.05) !important;
  padding: 8.5px 16px;
}
.image-preview-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
input,
textarea {
  outline: none;
}
input#newProfilePhoto2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.form-control:disabled {
  background-color: #0000000f;
  cursor: not-allowed;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-control {
  color: #86878b;
  font-size: 14px;
}
.btn:disabled {
  color: var(--bs-white);
  pointer-events: none;
  background-color: var(--bs-gray) !important;
  border-color: var(--bs-gray) !important;
  opacity: 0.5;
}
.btn-width {
  width: 200px;
}
/* Profile Pic End */

@media (max-width: 575px) {
  .register {
    min-height: auto;
  }
  .filterOption {
    flex-direction: column;
  }
  .searchBox .form-control {
    min-width: 90%;
  }
}

/* Notice Start */
.notice-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
  padding: 15px;
  height: 400px;
  color: #fff;
}
/* Notice End */

.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
  transition: all 0.3s ease;
}
.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}
.card-icon {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.card-icon svg {
  width: 30px;
  height: 30px;
}
.card.l-bg-cherry .card-icon svg {
  width: 30px;
  height: 30px;
  color: #f09;
}
.card.l-bg-blue-dark .card-icon svg {
  color: #4286f4;
}
.card.l-bg-green-dark .card-icon svg {
  color: #38ef7d;
}
.card.l-bg-orange-dark .card-icon svg {
  color: #ffba56;
}

.card.l-bg-cherry:hover,
.card.l-bg-blue-dark:hover,
.card.l-bg-green-dark:hover,
.card.l-bg-orange-dark:hover {
  transform: scale(1.1);
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.newsDetailInnerWrapper img {
  max-width: 100%;
  height: auto;
}
.fs-12 {
  font-size: 12px;
}
.notice-height img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.noticeWrapper {
  gap: 30px 1.875%;
}
.single-notice {
  width: 18.5%;
  text-align: left;
  /* padding: 15px; */
  /* outline: solid 5px var(--bs-secondary); */
  /* transition: outline 0.3s linear; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.single-notice:hover {
  outline-width: 8px;
}
.workshop-img {
  height: 250px;
}
.workshop-img img{
  height: 100%;
  object-fit: cover;
}
.notice-height {
  height: 200px;
  background: rgb(119, 123, 109);
  background: linear-gradient(
    304deg,
    rgba(119, 123, 109, 1) 0%,
    rgba(144, 129, 98, 1) 94%
  );
}
.notice-overlay {
  background-color: #000;
  height: 350px;
}
.notice-text-hidden {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recentNewsInner {
  gap: 30px 0.1333%;
}
.recentNewsInner .recentNewsInner-item {
  width: 24.9%;
  height: 550px;
}
.NewsOverlay {
  position: absolute;
  width: 1000%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.readMoreNews {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--blogs-bg-color);
  color: var(--bs-white);
  top: -8px;
  right: 0px;
  opacity: 0;
  transition: 0.3s ease;
}
.readMoreNews:hover,
.readMoreNews:focus,
.readMoreNews:active {
  background-color: var(--blogs-bg-color);
  color: var(--bs-white);
}
.mapDirectionBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
}
.mapBox:hover .mapDirectionBtn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mapBoxOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-secondary);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mapBox:hover .mapBoxOverlay {
  opacity: 0.5;
  visibility: visible;
  backdrop-filter: blur(3);
}
.homeBlog {
  /* border-radius: 10px; */
  overflow: hidden;
  height: 500px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.blogImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBlog .blogDesc {
  width: 100%;
  height: 121px;
  top: 84%;
  left: 0;
  background-color: #0d0e0ebd;
  color: #ffffff;
  padding: 15px;
  transition: all 0.5s ease-in-out;
}
.footer-social li:hover svg {
  fill: var(--bs-primary-color);
}
.footer-social li:hover h6 {
  color: var(--bs-primary-color);
}
.footer-social li:hover span {
  color: var(--bs-primary-color);
  text-decoration: underline;
}
.social-links li:hover a {
  color: var(--bs-primary-color);
  text-decoration: underline;
}
/* .homeBlog:hover .blogDesc {
  backdrop-filter: blur(4px);
  outline: solid 2px #ffffff;
  outline-offset: -10px;
  padding: 25px;
} */
.homeBlog:hover .blogDesc {
  top: 0%;
  height: 100%;
}
.dropdownmore-submenu-hover {
  border-bottom: 3px solid transparent !important;
}
.blogDesc-hover-center {
  display: flex;
  flex-flow: column;
  height: 500px;
}
.btn-width-blog {
  width: 200px;
}
.homeBlog:hover .blogDesc-hover-center {
  justify-content: center;
}
.homeBlog .blog-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeBlog header a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.galleryWrapper .galleryImg {
  overflow: hidden;
}

.galleryWrapper .galleryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#schoolTable_length label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dataTables_scroll {
  width: 100%;
}

div#schoolTable_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 30px;
}

li.paginate_button.active {
  background-color: var(--bs-primary);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active a {
  color: #ffffff !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #000000a1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000a1;
  transition: 0.3s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.topNavLink svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  color: var(--bs-white);
  border-radius: 5px;
}
.galleryImg img {
  transition: 0.3s ease;
  opacity: 1;
}
.galleryWrapper .galleryImg:hover img {
  transform: scale(0.8);
}
.fs-16 {
  font-size: 16px;
}
.homeEventsInner-item {
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0, 0, 0, 0.45);
  position: relative;
  width: 24%;
  height: 430px;
  overflow: hidden;
}
.homeRecentInner-item {
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0, 0, 0, 0.45);
  position: relative;
  width: 23.5%;
  height: 400px;
  overflow: hidden;
}
.recent-events-list {
  gap: 30px 2%;
}
.wave {
  position: absolute;
  width: 770px;
  height: 900px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: var(--primary-bg-color);
}
.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}
.infotop {
  font-size: 20px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}
.wave:nth-child(2),
.wave:nth-child(3) {
  top: 370px;
}
.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}
.wave {
  border-radius: 40%;
  animation: wave 5s infinite linear;
}
.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}
.wave:nth-child(2) {
  animation-duration: 5s;
}
.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}
.wave:nth-child(3) {
  animation-duration: 5s;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parent {
  height: 450px;
  perspective: 1000px;
}
.card {
  height: 100%;
  border-radius: 0px;
  background: linear-gradient(
    135deg,
    var(--bs-primary-color),
    var(--bs-primary-color-light) 100%
  );
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px,
    rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}
.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: var(--blogs-gradient);
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}
.content {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}
.content .title {
  display: block;
  color: var(--bs-primary-color);
  font-weight: 900;
  font-size: 20px;
  width: 75%;
}
.content .text {
  display: block;
  color: var(--bs-black);
  font-size: 15px;
  margin-top: 20px;
}
.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}
.bottom .view-more {
  display: flex;
  width: 50%;
  transition: all 0.2s ease-in-out;
}
.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}
.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: var(--bs-black);
  font-weight: bolder;
  font-size: 12px;
}
.bottom .view-more .svg {
  fill: none;
  stroke: var(--bs-black);
  stroke-width: 3px;
  max-height: 15px;
}
.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}
.bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
}
.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}
.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}
.bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}
.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: #00894d;
}
.bottom .social-buttons-container .social-button:hover {
  background: black;
}
.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}
.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}
.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}
.logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}
.logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: var(--blogs-bg-color);
  transition: all 0.5s ease-in-out;
}
.logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}
.logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}
.logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}
.logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}
.logo .circle5 {
  width: 50px;
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}
.logo .circle5 .svg {
  width: 20px;
  fill: white;
}
.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px,
    rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}
.parent:hover .card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}
.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}
.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}
.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}
.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}

#cropImageModal .modal-body {
  padding-right: 50px;
}
.form-select {
  padding: 0.575rem 2.25rem 0.575rem 0.75rem;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none;
}
.ageItemStyling {
  width: 71px;
  position: absolute;
  right: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: center;
  pointer-events: none;
  top: 51%;
  transform: translateY(-50%);
  border: none;
  border-left: 1px solid var(--bs-border-color);
}
.ageItemStyling:focus,
.ageItemStyling:active {
  border: 1px solid transparent !important;
  border-left: 1px solid var(--bs-border-color) !important;
}
.btn {
  --bs-btn-padding-y: 0.48rem;
}
.form-check-input:focus {
  box-shadow: none;
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  box-shadow: none !important;
}
#modalBody.modal-body-preview .form-control,
#modalBody.modal-body-preview .form-select {
  border: none;
  background-image: none;
}
#modalBody.modal-body-preview .ageItemStyling {
  text-align: center;
}
#modalBody.modal-body-preview .upload-file-block,
#modalBody.modal-body-preview .btn-upload,
#modalBody.modal-body-preview .form-text,
#modalBody.modal-body-preview .text-red,
#modalBody.modal-body-preview .text-danger {
  display: none;
}
#modalBody.modal-body-preview #shiftID,
#modalBody.modal-body-preview #classesID {
  margin-bottom: 10px;
}
.w-100 {
  width: 100%;
}
.date-picker-icon,
.date-picker-icon-age {
  position: relative;
}
.date-picker-icon::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M212.31-100Q182-100 161-121q-21-21-21-51.31v-535.38Q140-738 161-759q21-21 51.31-21h55.38v-84.61h61.54V-780h303.08v-84.61h60V-780h55.38Q778-780 799-759q21 21 21 51.31v535.38Q820-142 799-121q-21 21-51.31 21H212.31Zm0-60h535.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-375.38H200v375.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85ZM200-607.69h560v-100q0-4.62-3.85-8.46-3.84-3.85-8.46-3.85H212.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v100Zm0 0V-720v112.31Zm280 210.77q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35Zm-160 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35Zm320 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35ZM480-240q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q494.69-240 480-240Zm-160 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q334.69-240 320-240Zm320 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q654.69-240 640-240Z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 9;
  width: 24px;
  height: 24px;
}
.date-picker-icon-age::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M212.31-100Q182-100 161-121q-21-21-21-51.31v-535.38Q140-738 161-759q21-21 51.31-21h55.38v-84.61h61.54V-780h303.08v-84.61h60V-780h55.38Q778-780 799-759q21 21 21 51.31v535.38Q820-142 799-121q-21 21-51.31 21H212.31Zm0-60h535.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-375.38H200v375.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85ZM200-607.69h560v-100q0-4.62-3.85-8.46-3.84-3.85-8.46-3.85H212.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v100Zm0 0V-720v112.31Zm280 210.77q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35Zm-160 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35Zm320 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.04 0-14.69 10.34-25.04 10.35-10.34 25.04-10.34t25.04 10.34q10.34 10.35 10.34 25.04 0 14.7-10.34 25.04-10.35 10.35-25.04 10.35ZM480-240q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q494.69-240 480-240Zm-160 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q334.69-240 320-240Zm320 0q-14.69 0-25.04-10.35-10.34-10.34-10.34-25.03 0-14.7 10.34-25.04 10.35-10.35 25.04-10.35t25.04 10.35q10.34 10.34 10.34 25.04 0 14.69-10.34 25.03Q654.69-240 640-240Z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 9;
  width: 24px;
  height: 24px;
}
.calendarPicakerMain.container #calendarLocalization {
  display: none !important;
}
.verification-email {
  -moz-appearance: textfield;
}
.verification-email::-webkit-inner-spin-button,
.verification-email::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.innerPageBannerImage{
   height: 300px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.innerPageBannerImage img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* styling for mobile app */
.mobile-app .form-control {
  padding: 0.85rem 0.75rem;
}
.mobile-app .form-group label,
.mobile-app .form-group span,
.mobile-app .table-font-size,
.mobile-app .error-span,
.mobile-app .browse-size,
.mobile-app .form-label {
  font-size: 15px;
  margin-bottom: 5px;
}
.mobile-app .text-danger {
  font-size: 12px !important;
}
.mobile-app input::placeholder {
  font-size: 15px !important;
}
.mobile-app span.text-danger {
  font-size: 14px;
  padding-top: 5px;
  display: block;
}
.mobile-app .form-select {
  padding: 0.85rem 2.25rem 0.85rem 0.75rem;
}
.mobile-app .form-control.is-invalid {
  background-size: calc(0.95em + 0.475rem) calc(0.95em + 0.475rem);
}
.mobile-app .form-select.is-invalid:not([multiple]):not([size]) {
  background-size: 16px 12px, calc(0.75em + 0.675rem) calc(0.75em + 0.675rem);
}
.mobile-app .select2-container--default .select2-selection--multiple {
  padding: 11px 5px;
}
.mobile-app .mobile-heading {
  font-size: 20px !important;
  color: var(--bs-black);
  font-weight: 500;
  background-color: #f4f6f8;
  padding: 15px 10px;
  margin: 15px 0px 23px 0px !important;
}
.mobile-app hr {
  display: none;
}
.mobile-app .btnRegisters,
.mobile-app #buttonToolTip {
  width: 50%;
}
.mobile-app #getRegistration,
.mobile-app .admissionstatuswrappermobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 50px);
  width: 100%;
}
.mobile-app #getRegistration .col-sm-12 {
  width: 100%;
  padding: 0px 12px;
}
.mobile-app .placementItem {
  display: flex;
}
.mobile-app .btn {
  --bs-btn-padding-y: 0.73rem;
}
.mobile-app .mobile-text-center {
  text-align: center;
}
.mobile-app .mobile-none {
  display: none;
}
.mobile-app .padding-none-form {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mobile-app .mainregisterForm {
  padding-top: 0px !important;
}
.mobile-app .select2-container.select2-container-disabled .select2-choice,
.mobile-app .select2-container.select2-container-disabled .select2-choices {
  border-radius: 5px;
}
.mobile-app .margin-mobile-none {
  margin: 0px !important;
}
.mobile-app .margin-bottom-none {
  margin-bottom: 0px !important;
}
.mobile-app .btn-upload {
  padding: 12px 16px;
}
.mobile-app .margin-bottom-one {
  margin-bottom: 1rem !important;
}
.mobile-app .font-size-declaration {
  font-size: 13px;
  padding-bottom: 10px;
}
.mobile-app .apply-button-mobile,
.mobile-app .apply-button-mobile button {
  width: 100%;
}
.mobile-app .apply-button-mobile button {
  margin-top: 1.5rem;
}
.mobile-app .cropme-slider,
.mobile-app .cropme-rotation-slider {
  display: none;
}
.mobile-app .form-cropper-mobile {
  padding: 12px !important;
}
.mobile-app .form-check-label {
  font-size: 14px !important;
}
.mobile-app .body * {
  box-shadow: none;
}
.mobile-app #toast-container.toast-top-right {
  top: unset;
  right: 50% !important;
  transform: translatex(50%);
  bottom: 20px;
  width: 95%;
  box-shadow: none;
}
.mobile-app #toast-container > div {
  width: 100%;
  padding: 12px 15px 12px 15px;
}
.mobile-app #toast-container .toast-close-button {
  display: none;
}
.mobile-app #toast-container .toast.toast-error {
  background-color: #ffe9d5;
  color: var(--bs-black);
  box-shadow: none;
  background-image: none !important;
}
.mobile-app #toast-container .toast.toast-success {
  background-color: #c8fad6;
  color: var(--bs-black);
  box-shadow: none;
  background-image: none !important;
}
.mobile-app .form-text {
  font-size: 12px !important;
}
.mobile-app .form-control,
.mobile-app .form-select,
.mobile-app .form-control::placeholder {
  font-size: 13px !important;
}
.mobile-app .form-control:focus,
.mobile-app .form-select:focus {
  box-shadow: none !important;
}
.mobile-app .register-right.admissionstatushide {
  display: none !important;
}
.mobile-app .areaBottom table,
.mobile-app .areaBottom tbody,
.mobile-app .areaBottom td,
.mobile-app .areaBottom tr {
  display: block;
}
.mobile-app .areaBottom tr {
  margin-bottom: 17px;
  border: 1px solid transparent !important;
}
.mobile-app .areaBottom td {
  text-align: left;
  border: 1px solid transparent !important;
  width: 100%;
  position: relative;
}
.mobile-app .areaBottom tr td:nth-child(1) {
  font-weight: bold;
  padding: 5px 0px 5px 0px !important;
}
.mobile-app .areaBottom tr td:nth-child(2) {
  padding: 13px 0px 13px 0px !important;
  background-color: var(--bs-gray-100) !important;
  padding-left: 10px !important;
}
.mobile-app .admissionprint .btn {
  width: 50%;
  --bs-btn-padding-y: 0.93rem;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
}
.mobile-app .admissionprint.admission-status-mobile .btn {
  width: 100%;
}
.mobile-app .admissionprint {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background-color: var(--bs-white);
  padding: 0px 0px 0px 0px;
  display: flex;
  z-index: 10;
}
.mobile-app .admissionprint button {
  border-radius: 0px;
  border: none;
}
.mobile-app .admissionprint .btn-outline-primary:focus,
.mobile-app .admissionprint .btn-outline-primary:hover,
.mobile-app .admissionprint .btn-outline-primary:active {
  background-color: transparent;
  border: none;
  color: var(--bs-primary);
}
.mobile-app .mobile-btn-width {
  width: 100%;
}
.mobile-app .mobile-none {
  display: none !important;
}
.mobile-app .studentImage .studentImg {
  height: 150px;
  border-radius: 50%;
}
.mobile-app #clonedForm {
  padding-bottom: 4px !important;
  margin-bottom: 0px !important;
}
.mobile-app .modal.fade .modal-dialog-centered.modal-dialog {
  transform: translate(0, 50px);
}
.mobile-app .modal.show .modal-dialog-centered.modal-dialog {
  transform: none;
}
.mobile-app .calendarPicakerMain.container {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 52px !important;
  box-shadow: none !important;
  border: 1px solid var(--bs-gray-400) !important;
  min-width: 100% !important;
}
.mobile-app .iti--container {
  width: 95%;
  height: 75%;
  top: 50% !important;
  left: 50% !important;
  right: unset !important;
  bottom: unset !important;
  transform: translate(-50%, -50%);
}
/* styling for mobile app */
@media (max-width: 1400px) {
  .landing-menu li a{
    padding: 9px 9px;
  }
}
@media (max-width: 1200px) {
  .noticeWrapper {
    gap: 30px 1.55%;
  }
  .single-notice {
    width: 32.3%;
  }
  .recentNewsInner {
    gap: 30px 0.35%;
  }
  .recentNewsInner .recentNewsInner-item {
    width: 33.1%;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .noticeWrapper {
    gap: 20px 2%;
  }
  .single-notice {
    width: 49%;
  }
  .recentNewsInner {
    gap: 30px 2%;
  }
  .recentNewsInner .recentNewsInner-item {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .single-notice {
    width: 100%;
  }
  .recentNewsInner .recentNewsInner-item {
    width: 100%;
  }
  .admissionpreviewfooter > button {
    width: 50%;
  }
  .cropme-slider,
  .cropme-rotation-slider {
    display: none;
  }
  .form-cropper-mobile {
    padding: 12px !important;
  }
}

/* Phone Number Flag Style Start */
.iti {
  width: 100%;
}

.spinner-border {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
