﻿.searchWrap_outer {
  position: fixed;
  left: 0;
  align-items: start;
  background: #fff;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 25px 40px;
  border-bottom: 1px solid #ccc;
}
#mob-menu .close-mob {
  position: absolute;
}
.searchOpen .searchWrap_outer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f6f7f8;
  width: 100%;
  height: 100px;
}
.searchWrap .searchWrapBtn svg {
  fill: #cd3a6a;
  transition: all 0.3s ease;
}
.searchWrap_outer .searchWrap {
  max-width: 1400px;
  margin: 0 auto !important;
  position: static !important;
}
.searchWrap_outer .searchWrapBtn {
  top: 6px;
}
.searchWrap_outer .search-result-box:not(d-none) {
  display: flex;
  margin-top: 27px;
  margin-bottom: 5px;
  gap: 30px;
  padding-left: 10px;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.searchColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 33.33%;
}
.searchColumnList {
  flex-grow: 1;
  max-height: 350px;
  line-height: 130%;
  font-family: "Proxima Nova Condensed Regular";
  font-size: 20px;
  overflow: auto;
}
.searchColumnBottom {
  font-family: "Proxima Nova Condensed Semibold";
  font-size: 18px;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  margin-top: 5px;
  padding: 13px 0 !important;
  margin: 0 0px;
  display: flex;
  text-align: right;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}
.closeSearch {
  padding-left: 10px;
  position: relative;
  padding-top: 6px;
}
.BackToTop {
  left: 10px;
}
.searchCTA {
}

.searchOpen .searchWrap_outer {
  transform: translateY(0);
}
.search_overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.7);
}
.searchOpen .search_overlay {
  display: block;
}
.searchOpen {
  overflow: hidden;
}
.dropdown_v2 .dropdown-menu {
  min-width: 160px;
  font-size: 22px;
  font-family: "Proxima Nova Condensed Regular";
}
.dropdown_v2 .dropdown-menu {
  padding: 10px 5px !important;
}
.dropdown_v2 .dropdown-menu a {
  font-size: 22px;
  font-family: "Proxima Nova Condensed Regular";
  padding: 9px 14px;
  border-radius: 7px;
}
.dropdown_v2 .dropdown-menu a:hover,
.dropdown_v2 .dropdown-menu a.active {
  background-color: #edf2fa !important;
}
.btn-secondary.btn.active,
.btn-secondary.btn.show {
  background-color: #2e4c82;
  border-color: #2e4c82;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle svg {
  fill: #fff;
  position: relative;
  top: 1px;
}
.closeSearch svg {
}
.closeSearch svg path {
  fill: #000;
}
.closeSearch a:hover svg circle {
  fill: #cd3a6a;
}
.closeSearch a:hover svg path {
  fill: #fff;
}
.downloadApp_qr {
  padding: 8px !important;
}

.font_new_semibold {
  font-family: "proxima_novasemibold" !important;
}
.btnFloatingAllDevice {
  position: fixed;
  left: 50%;
  /* right: 0; */
  margin: 0 auto;
  bottom: 15px;
  white-space: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.PageHaveBottomBtnFloating ~ div .footer_row1 {
  padding-bottom: 80px !important;
}

.OverviewBanner {
  position: relative;
  z-index: 99;
}

@media (max-width: 1199px) {
  .searchOpen .searchWrap_outer::before {
    height: 90px;
  }
  .downloadApp_qr {
    padding: 6px !important;
  }
  .header_rt .btn {
    flex: 0 0 auto;
  }
  .searchWrapBtn22 {
    position: fixed !important;
  }
  .searchColumnBottom {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .searchWrap_outer {
    padding: 20px;
  }
  .searchWrap_outer .searchWrap {
    padding: 0 0px 0px;
  }
  .dropdown_v2 .dropdown-menu a {
    font-size: 20px;
    padding: 6px 14px;
    border-radius: 5px;
  }
  .dropdown_v2 .dropdown-menu {
    min-width: 140px;
  }
  .header_inner .searchWrap {
    max-width: 100% !important;
  }
  .pay_fee_floating_responsive ~ .contact-toast .buttons.show-toast-v2,
  .pay_fee_floating_responsive .contact-toast .buttons.show-toast-v2 {
    top: initial !important;
    bottom: 21px !important;
    left: 0;
    right: 0 !important;
    margin: 0 auto;
    padding: 20px !important;
    height: 40px !important;
    box-shadow: 0 0 1px 0 #fff !important;
    width: 170px;
  }
  #fCol1 {
    padding-bottom: 80px !important;
  }

  .PageHaveBottomBtnFloating.pay_fee_floating_responsive
    ~ .contact-toast
    .buttons.show-toast-v2 {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .PageHaveBottomBtnFloating.pay_fee_floating_responsive
    ~ .contact-toast
    .buttons.show-toast-v2 {
    /* left: 68px;
	right: inherit !important;
	bottom: 15px !important;
  width: 130px; */
    display: none !important;
  }

  .btn.btnFloatingAllDevice {
    /* height: 40px !important;
	white-space: nowrap;
	right: initial;
	left: 214px;
	margin: 0;
	transform: none; */
  }
}

@media (max-width: 767px) {
  .pay_fee_floating_responsive .contact-toast .buttons.show-toast-v2 {
    width: 130px;
  }
  .searchWrap_outer {
    justify-content: start;
  }
  .searchWrap_outer .searchWrap {
    max-width: calc(100% - 0px);
    width: 100%;
    float: left;
    margin: 0 !important;
  }
  .searchWrap_outer .closeSearch {
    position: absolute;
    right: 15px;
    padding-top: 5px;
  }
  .searchWrap_outer .closeSearch svg {
    max-width: 26px;
    height: auto;
  }
  .searchWrap_outer .search-result-box:not(d-none) {
    display: flex;
    gap: 0px;
    padding-top: 15px;
    flex-direction: column;
    overflow: auto;
    padding-right: 20px;
    max-width: 100%;
  }
  .searchWrap_outer {
    height: 100%;
    overflow: auto;
  }
  .searchColumnHeading {
    padding-top: 0px !important;
    font-size: 22px !important;
  }
  .searchColumnList li {
    margin: 0 0 5px;
  }
  .searchColumn {
    width: 100%;
  }
  .searchColumn .font-24px {
    font-size: 22px !important;
  }
  .dropdown_v2 .dropdown-menu a {
    font-size: 18px;
  }
  .dropdown-toggle svg {
    max-width: 11px;
    height: auto;
  }
  .searchColumnBottom {
    margin-top: 10px;
  }
  .LeadingInstitutions {
    margin-top: 70px;
  }
  .ForLearners .TheCostSlider .slick-slide {
    padding-top: 28px;
  }
  .searchOpen .searchWrap_outer::before {
    height: 77px;
  }

  .searchWrap_outer .searchAutoComplete {
    flex: 0 0 auto;
    width: calc(100% - 25px);
  }
  .searchWrap_outer .searchWrapBtn {
    right: 25px !important;
  }
  .searchColumnBottom {
    flex-direction: row;
  }
  .searchColumnList {
    max-height: 200px;
  }

  .btn.btnFloatingAllDevice {
    bottom: 88px;
    width: 100%;
    left: 15px;
    max-width: 100%;
    font-size: 14px !important;
    right: 15px;
    width: auto;
    height: 42px !important;
    transform: none;
  }

  .BackToTop {
    bottom: 19px;
  }
  .btn.btnFloatingAllDevice {
    max-width: calc(100% - 148px);
    font-size: 16px !important;
    padding: 0 10px;
    white-space: normal;
    line-height: 120%;
    bottom: 20px;
    height: 58px !important;
    right: 97px;
    left: 55px;
    border-radius: 10px !important;
  }

  .btn.btnFloatingAllDevice.btnFloatingAllDevice_sm {
    border-radius: 30px !important;
    height: 42px !important;
    max-width: 170px;
  }
  .bannerTagLine_mobile_center {
    text-align: center;
  }
  .FillingRooms .edu_hard_2 {
    height: 320px;
    min-height: 250px;
    max-width: 296px;
    margin: 0 auto;
  }
  .hostelOnline{ text-align: center;}
  .hostelOnline .d-flex{ justify-content: center;}
  .hostelOnline .font-16px { line-height: 140%;}
}
@media (max-width: 360px) {
  .banner_section .btn-secondary {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  .app_header .btn {
    font-size: 13px;
    padding: 0 3px;
  }
}
