@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .search-popup.searching-schools .container {
    max-width: 750px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .search-popup.searching-schools .container {
    max-width: 930px;
  }
}
@media screen and (min-width: 1400px) {
  .search-popup.searching-schools .container {
    max-width: 990px;
  }
}

.explore-schools {
  padding: 30px 0 80px;
  margin: 60px 0 0;
}
@media screen and (max-width: 992px) {
  .explore-schools {
    margin: 30px 0 0;
  }
}
.explore-schools.explore-schools-country {
  margin: 0;
  padding: 0px 0 6px;
}

.find-school-section {
  padding: 56px 0;
}
@media screen and (max-width: 1200px) {
  .find-school-section {
    padding: 40px 0;
  }
}
.find-school-section .section-title {
  margin-bottom: 40px;
}
.find-school-section .text-content {
  padding-right: 50px;
}
@media screen and (min-width: 1200px) {
  .find-school-section .text-content {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .find-school-section .school-step-content-wrap {
    padding-left: 100px;
  }
}
.find-school-section .school-step-content-wrap .school-step-content-main {
  display: flex;
  margin-bottom: 25px;
}
.find-school-section .school-step-content-wrap .school-step-content-main .icon-wrap {
  min-width: 48px;
}
.find-school-section .school-step-content-wrap .school-step-content-main .icon-wrap img {
  width: 100%;
}
.find-school-section .school-step-content-wrap .school-step-content-main .best-school-content {
  padding-left: 30px;
}
.find-school-section .school-step-content-wrap .school-step-content-main .best-school-content p {
  margin-bottom: 0;
}

.city-popular-schools {
  padding: 56px 0;
}
@media screen and (max-width: 992px) {
  .city-popular-schools {
    padding: 40px 0;
  }
}

.popular-school {
  margin-top: 20px;
}
.popular-school .city-info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.popular-school .city-info img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
}
.popular-school .city-info .contry-name {
  padding-left: 20px;
}
.popular-school .city-name {
  display: flex;
  flex-wrap: wrap;
  padding-left: 52px;
  margin: 0;
  flex-wrap: wrap;
}
.popular-school .city-name li {
  display: inline-block;
  width: auto;
  padding-right: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .popular-school .city-name li {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .popular-school .city-name li {
    max-width: 33.33%;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .popular-school .city-name li {
    max-width: 25%;
  }
}
.popular-school .city-name li a {
  white-space: pre-wrap;
  transition: all 0.3s ease;
}
.popular-school .city-name li a:hover {
  color: #4f70b3 !important;
}
.popular-school .city-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 52px;
  margin: 0;
  margin-top: 18px;
}
.popular-school .city-wrap li {
  width: auto;
  padding-right: 28px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.popular-school .city-wrap li a {
  color: #3460bb;
  transition: all 0.3s ease;
}
.popular-school .city-wrap li a:hover {
  color: #4f70b3;
}

.explore-chain-schools {
  padding: 56px 0 36px;
  background-color: #f6f6f6;
}

.explore-school-card {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: block;
}
@media screen and (max-width: 768px) {
  .explore-school-card {
    border-radius: 12px;
  }
  .explore-school-card .explore-media img {
    height: 110px !important;
  }
  .explore-school-card .explore-media h4 {
    font-size: 16px !important;
  }
}
.explore-school-card .explore-media {
  position: relative;
}
.explore-school-card .explore-media::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.6));
  height: 100%;
  width: 100%;
}
.explore-school-card .explore-media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .explore-school-card .explore-media img {
    max-height: 154px;
  }
}
.explore-school-card h4 {
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  margin-bottom: 0px;
  text-align: center;
}

.explore-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  text-align: center;
}

.explore-school-country {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
.explore-school-country .flag-wrap {
  min-width: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
}
.explore-school-country .flag-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-school-country span {
  color: #000;
  text-align: center;
}

.school-list-wrap {
  background-color: #fff;
  border-top: 2px solid #f6f6f6;
}
.school-list-wrap .listing-block {
  padding-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .school-list-wrap .listing-block .listing-block-title-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991.98px) {
  .school-list-wrap .listing-block .listing-block-title-wrap .listing-filters-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .school-list-wrap .listing-block .filters-wrapper {
    width: 100%;
  }
}

.school-listing-page {
  overflow-x: hidden;
}
.school-listing-page .text-primary {
  cursor: pointer;
  color: #3460bb !important;
}
.school-listing-page .details p {
  margin-bottom: 8px;
}
.school-listing-page .details.summary p {
  display: none;
}
.school-listing-page .details.summary p:first-of-type {
  display: block;
}
.school-listing-page .pull-right {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.school-listing-page .share-buttons {
  display: inline-flex !important;
  align-items: center;
}
.school-listing-page .share-buttons li {
  margin-left: 10px;
}
.school-listing-page .list_view {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 12px;
  position: relative;
}
.school-listing-page .list_view .school-logo-wrapper {
  position: relative;
}
.school-listing-page .list_view .lising-title {
  padding-right: 30px;
}
.school-listing-page .list_view .lising-title a {
  color: #121212;
}
.school-listing-page .list_view figure {
  border: 1px solid #dedede;
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 200px;
  background-color: #fff;
}
.school-listing-page .list_view figure img {
  max-width: 99%;
  height: auto;
  max-height: 134px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  backface-visibility: hidden;
  transition: all 0.6s;
}
.school-listing-page .list_view figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}
.school-listing-page .list_view figure .read_more span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.school-listing-page .list_view figure a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.school-listing-page .list_view figure a:hover .read_more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.school-listing-page .list_view .school-meta span {
  display: block;
}
.school-listing-page .list_view .school-meta span.semi-bold {
  margin-top: 7px;
}
.school-listing-page .list_view .bottom-action-row {
  margin-top: 10px;
}
.school-listing-page .list_view .school-more-info p {
  margin-bottom: 8px;
}
.school-listing-page .list_view .school-more-info .collapse {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .school-listing-page .list_view .school-more-info .collapse {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .school-listing-page .list_view .school-more-info .collapse {
    padding-bottom: 80px;
  }
}
.school-listing-page .list_view .additional-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .school-listing-page .list_view .additional-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px 20px;
  }
}
.school-listing-page .list_view .additional-links a {
  color: #3460bb;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .school-listing-page .list_view .additional-links a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .school-listing-page .list_view .additional-links a {
    width: auto;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 7px;
    white-space: nowrap;
  }
}
.school-listing-page .list_view .read-more-outline-btn {
  background-color: #ebf0f9;
  color: #3460bb;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 10px;
  border: medium none;
}
.school-listing-page .list_view .read-more-outline-btn:hover, .school-listing-page .list_view .read-more-outline-btn:active, .school-listing-page .list_view .read-more-outline-btn:focus {
  background-color: #3460bb !important;
  color: #ebf0f9;
  border: medium none;
  box-shadow: unset;
  outline: 0 none;
}
.school-listing-page .list_view.grid-view {
  box-shadow: unset;
  padding: 0;
  border: medium none;
  background-color: #fff;
}
.school-listing-page .list_view.grid-view .media-box figure {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  height: 226px;
}
.school-listing-page .list_view.grid-view .media-box figure a {
  display: block;
}
.school-listing-page .list_view.grid-view .media-box figure .btn-save-fav {
  position: absolute;
  right: 10px;
  top: 10px;
}
.school-listing-page .list_view.grid-view .school-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.school-listing-page .list_view.grid-view .custom-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 56px;
}

.school-card-wrapper {
  position: relative;
}
.school-card-wrapper .btn-save-fav {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgb(52, 96, 187);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: medium none;
  font-size: 18px;
}
.school-card-wrapper .btn-save-fav:hover, .school-card-wrapper .btn-save-fav:active, .school-card-wrapper .btn-save-fav:focus {
  outline: 0 none;
  box-shadow: unset;
}

.school-content .meta-info p {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 16px;
}
.school-content .meta-info span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 14px;
}

.school-banner-area {
  margin-top: 20px;
  border-top: 2px solid #f6f6f6;
  padding-top: 40px;
}

.school-image-slider {
  margin-bottom: 30px;
}
.school-image-slider .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.4s;
  bottom: 10px;
  position: relative;
}
.school-image-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 10px;
  width: 10px;
}

.school-grid-design .swiper-button-prev,
.school-grid-design .swiper-button-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ebf0f9;
  color: #3460bb;
}
.school-grid-design .swiper-button-prev::after,
.school-grid-design .swiper-button-next::after {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.school-grid-design .swiper-button-prev::after {
  content: "\f060";
}
.school-grid-design .swiper-button-next::after {
  content: "\f061";
}

.school-icon img {
  max-width: 28px;
}

.school-filters hr {
  position: relative;
  overflow: visible;
}
.school-filters hr::before {
  position: absolute;
  content: "";
  right: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
  top: -1px;
}
@media screen and (min-width: 992px) {
  .school-filters hr::before {
    width: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .school-filters hr::before {
    width: 300%;
  }
}

.left-side-wrapper {
  background: #fff;
  padding: 20px 20px 20px 10px;
  border-radius: 0px;
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.left-side-wrapper::-webkit-scrollbar {
  width: 6px;
}
.left-side-wrapper::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}
.left-side-wrapper::-webkit-scrollbar-thumb {
  background-color: #3460bb;
  outline: 1px solid slategrey;
}
.left-side-wrapper .view-on-map {
  background: url(https://www.schoolmykids.com/image/map.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .left-side-wrapper .view-on-map {
    margin-top: 15px;
    height: 80px;
  }
  .left-side-wrapper .view-on-map .btn-light {
    font-size: 14px !important;
    padding: 7px 14px !important;
  }
}
.left-side-wrapper .form-check {
  margin-top: 6px;
}
.left-side-wrapper .form-check label {
  color: #121212;
  cursor: pointer;
  line-height: 22px;
  cursor: pointer;
}
.left-side-wrapper a.show-more-link {
  cursor: pointer;
  margin-left: 23px;
  margin-top: 10px;
  display: inline-block;
  color: #3460bb;
  font-weight: 500;
}
.left-side-wrapper .filter-title {
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  padding: 0;
  border: medium none;
  width: 100%;
}
.left-side-wrapper .filter-title.form-label {
  pointer-events: none;
}
.left-side-wrapper .filter-title span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-side-wrapper .filter-title span i {
  cursor: pointer;
  margin-top: 4px;
}
.left-side-wrapper .filter-title.line-spacing {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.left-side-wrapper .filter-title.line-spacing::after {
  position: absolute;
  content: "";
  right: 100%;
  width: 50%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  top: 0px;
  border-top: 2px solid rgb(246, 246, 246);
}

.scrollable-bar {
  position: relative;
}

.listing-filters-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .listing-filters-wrap {
    justify-content: flex-start;
  }
}
.listing-filters-wrap .sort-by {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  .listing-filters-wrap .sort-by {
    margin-left: 0px;
  }
  .listing-filters-wrap .sort-by .small {
    margin-bottom: 6px;
  }
}
.listing-filters-wrap .sort-by .small {
  white-space: nowrap;
}
.listing-filters-wrap .sort-by .small + div {
  border: 1px solid #f0f0f0;
  margin-left: 8px;
}
.listing-filters-wrap .btn-group {
  background-color: #fff;
  padding: 2px 4px;
}
@media screen and (max-width: 767.98px) {
  .listing-filters-wrap .btn-group {
    padding: 4px 8px;
  }
}
.listing-filters-wrap .btn-group .btn-light {
  background-color: #fff;
  padding: 2px 4px;
  font-size: 18px;
  border-radius: 6px !important;
  color: #9d9d9d;
  border: medium none;
  min-width: 30px;
}
.listing-filters-wrap .btn-group .btn-light + .btn-light {
  margin-left: 4px;
}
.listing-filters-wrap .btn-group .btn-light.active, .listing-filters-wrap .btn-group .btn-light:hover, .listing-filters-wrap .btn-group .btn-light:active, .listing-filters-wrap .btn-group .btn-light:focus {
  background-color: #ebf0f9;
  color: #3460bb;
  border: medium none;
}

.breadcrumb-wrapper .listing-filters-wrap {
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .breadcrumb-wrapper .listing-filters-wrap {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.breadcrumb-wrapper .breadcrumb-main {
  width: auto;
}

.location-rating-wrap {
  margin-bottom: 10px;
}
.location-rating-wrap .rating {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  color: #747579;
}
.location-rating-wrap .rating span a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.location-rating-wrap a {
  color: #747579;
}

.browse-school-list {
  border-top: 1px solid #e5e5e5;
}
.browse-school-list .question-list {
  margin-top: 20px;
}
.browse-school-list + .browse-school-list {
  margin-top: 0px;
}

.school-listing-page .explore-places-title {
  margin-bottom: 20px;
}
.school-listing-page .explore-places h5 {
  margin-bottom: 0;
}
.school-listing-page .explore-places .place-link {
  color: #3f3f3f;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.school-listing-page .explore-places .place-link:hover {
  color: #3460bb;
  text-decoration: underline;
}

.explore-schools-by-city {
  background-color: #ebf0f9;
  padding: 40px 0px;
  margin-top: 50px;
}

.filter-full-modal .modal-body {
  padding: 0;
}

.map-view-modal.school-map-view {
  max-height: 100vh;
  height: 100%;
}
.map-view-modal.school-map-view .left-side-wrapper.sidebar-scroll-x {
  max-height: 100vh;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767.98px) {
  .map-view-modal.school-map-view .left-side-wrapper.sidebar-scroll-x {
    max-height: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
.map-view-modal .school-map-view-row {
  height: 100vh;
}
.map-view-modal .close-map-btn {
  background-color: #3f3f3f;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.map-view-modal .close-map-btn:hover, .map-view-modal .close-map-btn:active, .map-view-modal .close-map-btn:focus {
  background-color: #191919;
  color: #fff;
  outline: 0 none;
  box-shadow: unset;
}
.map-view-modal .close-map-btn i {
  font-size: 17px;
}
.map-view-modal .left-side-wrapper.sidebar-scroll-x {
  max-height: calc(100vh - 0px);
  overflow-x: hidden;
}
.map-view-modal .filter-wrap-map-wrap {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.map-view-modal .filter-wrap-map-wrap .btn {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #3f3f3f;
  border-radius: 0;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: medium none;
  padding: 10px 8px;
}
.map-view-modal .filter-wrap-map-wrap .btn:hover, .map-view-modal .filter-wrap-map-wrap .btn:active, .map-view-modal .filter-wrap-map-wrap .btn:focus {
  outline: 0 none;
  box-shadow: unset;
  border: medium none;
}
.map-view-modal .filter-wrap-map-wrap .btn:nth-child(2) {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.map-view-modal .filter-wrap-map-wrap .btn:nth-child(2):hover, .map-view-modal .filter-wrap-map-wrap .btn:nth-child(2):active, .map-view-modal .filter-wrap-map-wrap .btn:nth-child(2):focus {
  outline: 0 none;
  box-shadow: unset;
  border: medium none;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.map-view-modal .list_view {
  background-color: #f8f9fa;
  position: relative;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 8px !important;
}
.map-view-modal .list_view figure {
  position: relative;
  padding: 15px 0;
  margin: 0;
}
.map-view-modal .list_view figure img {
  max-height: 190px;
}
.map-view-modal .list_view figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}
.map-view-modal .list_view figure .read_more span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.map-view-modal .list_view figure a {
  display: block;
  text-align: center;
}
.map-view-modal .list_view figure a:hover .read_more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.map-view-modal .list_view .school-more-info .collapse {
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .map-view-modal .list_view .school-more-info .collapse {
    padding-bottom: 20px;
  }
}
.map-view-modal .list_view .school-meta span.semi-bold {
  font-weight: 500;
  line-height: 22px;
  color: #747579;
  margin-top: 0;
}
.map-view-modal .list_view .additional-links {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.map-view-modal .list_view .additional-links a {
  margin: 0 20px 3px 0px;
}
.map-view-modal .list_view .read-more-outline-btn {
  background-color: #ebf0f9;
  color: #3460bb;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 10px;
  border: medium none;
}
.map-view-modal .list_view .read-more-outline-btn:hover {
  background-color: #3460bb;
  color: #fff;
  border: medium none;
  box-shadow: unset;
  outline: 0 none;
}
.map-view-modal .additional-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 575.98px) {
  .map-view-modal .additional-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.map-view-modal .additional-links a {
  color: #3460bb;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .map-view-modal .additional-links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .map-view-modal .additional-links a {
    width: auto;
    text-align: center;
    margin: 0 15px;
    white-space: nowrap;
  }
}
.map-view-modal .school-more-info .collapse {
  padding-bottom: 30px;
}
.map-view-modal .school-card-wrapper {
  padding-top: 16px;
}
.map-view-modal .school-card-wrapper .listing-title {
  padding-right: 30px;
  white-space: pre-wrap;
}
.map-view-modal .school-card-wrapper .btn-save-fav {
  position: absolute;
  top: 18px;
  right: 0px;
  color: rgb(52, 96, 187);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: medium none;
  font-size: 18px;
}

.filter-type-modal .modal-content {
  padding: 30px 30px 0;
}
.filter-type-modal .modal-header {
  border-bottom: medium none;
  padding: 0;
}
.filter-type-modal .modal-header .btn-close {
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 35px;
  top: 35px;
}
.filter-type-modal .modal-header .btn-close:hover, .filter-type-modal .modal-header .btn-close:active, .filter-type-modal .modal-header .btn-close:focus {
  outline: 0 none;
  box-shadow: unset;
}
.filter-type-modal .modal-body {
  padding: 0;
}
.filter-type-modal .left-side-wrapper {
  padding: 0;
  border: medium none;
}
.filter-type-modal .school-filters hr::before {
  display: none;
}

.sort-filter-modal .form-group {
  position: relative;
}
.sort-filter-modal .form-group input {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  top: 0px;
  height: 100%;
}
.sort-filter-modal .form-group label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}
.sort-filter-modal .form-group label .check-circle {
  border: 1px solid #3460bb;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.sort-filter-modal .form-group label .check-circle::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  background-color: #3460bb;
  border-radius: 50%;
  opacity: 0;
}
.sort-filter-modal .form-group input:checked + label {
  color: #3460bb;
}
.sort-filter-modal .form-group input:checked + label .check-circle::after {
  opacity: 1;
}
.sort-filter-modal label {
  margin-bottom: 0;
  font-size: 16px;
}

.school-review-page .find-school-section {
  background-color: #f6f6f6;
  padding: 56px 0;
}

.school-review-largest {
  padding: 0 0 56px;
}
@media screen and (max-width: 1199.98px) {
  .school-review-largest {
    padding: 40px 0 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .school-review-largest {
    padding: 30px 0 16px;
  }
}

.explore-schools-wrap {
  display: block;
}
.explore-schools-wrap .explore-schools-link {
  margin-top: 12px;
}
.explore-schools-wrap .explore-media {
  margin-top: 30px;
}
.explore-schools-wrap .explore-media img {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0784313725);
}

.india-group-schools {
  padding-top: 40px;
  background-color: #f6f6f6;
}

.schools-data-content a {
  color: #3460bb !important;
}
.schools-data-content h2, .schools-data-content .h2, .schools-data-content h3, .schools-data-content .h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.schools-data-content h4, .schools-data-content .h4, .schools-data-content h5, .schools-data-content .h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.schools-data-content h3,
.schools-data-content h4,
.schools-data-content h5 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
.schools-data-content p {
  font-size: 1rem;
  color: #747579;
  font-weight: 400;
}
.schools-data-content ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
.schools-data-content ul li {
  font-size: 1rem;
  color: #747579;
  font-weight: 400;
  list-style: disc;
}
.schools-data-content table {
  margin-bottom: 15px;
}
.schools-data-content table tr th {
  border: 1px solid #cecece;
  padding: 8px;
  white-space: nowrap;
  font-weight: 600;
}
.schools-data-content table tr td {
  border: 1px solid #cecece;
  padding: 8px;
}

.faq-section {
  padding: 40px 0px;
}
@media screen and (max-width: 767.98px) {
  .faq-section {
    padding: 30px 0px;
  }
}
.faq-section li {
  padding-left: 10px;
  list-style: disc;
}
.faq-section ol li {
  padding-left: 10px;
  list-style: decimal;
}

.faq-with-bg-color {
  background-color: #f6f6f6;
}

#mobile-filters {
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  height: 100vh;
  overflow: hidden;
}
#mobile-filters > div:first-of-type {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-filters .left-side-wrapper {
  height: 94vh;
  padding: 30px 15px 0px;
  max-height: calc(100vh - 55px);
  overflow-y: auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1025px) {
  #mobile-filters .left-side-wrapper {
    padding: 0px 15px 0px;
  }
}
#mobile-filters h5 {
  display: inline;
  margin: 0;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  top: 0;
  width: 100vw;
  height: 100vh;
  right: 0;
  position: fixed;
}

.school-map-view {
  background-color: #f6f6f6;
  background-color: #f6f6f6;
  max-height: 820px;
}
@media screen and (max-width: 767.98px) {
  .school-map-view {
    max-height: unset;
  }
}
.school-map-view .container-fluid {
  width: 100%;
  max-width: 100%;
}
.school-map-view .hide-list-button-on-map {
  position: absolute;
  top: 10px;
  left: 2px;
  z-index: 2;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-size: 20px !important;
  border: none !important;
}
@media screen and (max-width: 767.98px) {
  .school-map-view .hide-list-button-on-map {
    display: none;
  }
}
.school-map-view .show-list-button-on-map {
  background-color: white;
  border: 1.5px solid #a7a7a7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 32px;
  width: 32px;
}
.school-map-view .show-list-button-on-map:hover, .school-map-view .show-list-button-on-map:focus {
  background-color: white !important;
}
.school-map-view .show-list-button-on-map i {
  font-size: 16px;
}
.school-map-view .collapse-list-block {
  height: 820px;
}
.school-map-view .collapse-list-block .show-list-button-on-map {
  left: 12px !important;
  width: 30px !important;
  height: 30px !important;
}
@media screen and (max-width: 767.98px) {
  .school-map-view .collapse-list-block {
    height: auto;
  }
}
.school-map-view .collapse-list-block .map-block {
  height: 820px;
  width: 100% !important;
  padding: 0px !important;
}
@media screen and (max-width: 1200px) {
  .school-map-view .collapse-list-block .map-block {
    max-height: 100% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .school-map-view .collapse-list-block .map-block {
    height: 100vh;
  }
}
.school-map-view .left-side-wrapper.sidebar-scroll-x {
  max-height: 820px;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  .school-map-view .left-side-wrapper.sidebar-scroll-x {
    max-height: unset;
  }
}
.school-map-view .listing-block {
  max-width: 465px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .school-map-view .listing-block {
    max-width: 100%;
    order: 2;
  }
}
.school-map-view .map-block {
  max-height: calc(100vh - 0px);
  width: calc(100% - 465px);
}
@media screen and (max-width: 767.98px) {
  .school-map-view .map-block {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .school-map-view .map-block {
    max-height: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 575.98px) {
  .school-map-view .map-block {
    max-height: 180px;
    height: 180px;
  }
}
.school-map-view .map-block .show-list-button-on-map {
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 10px;
  padding: 0px 0px;
  font-size: 30px;
  line-height: 30px;
}
.school-map-view .listing-block .h6 a {
  color: #121212;
}
.school-map-view .list_view {
  box-shadow: unset;
  border-radius: 0;
}

.review-school-section .btn-outline-primary {
  border-color: #cecece;
  border-radius: 8px;
}
.review-school-section .btn-outline-primary i {
  display: none;
}
.review-school-section .btn-outline-primary.bg-brand-color, .review-school-section .btn-outline-primary:hover, .review-school-section .btn-outline-primary:active, .review-school-section .btn-outline-primary:focus {
  background-color: #3460bb;
  color: #fff;
  outline: 0 none;
  box-shadow: unset;
}
.review-school-section .btn-outline-primary.bg-brand-color i {
  display: inline-block;
}
.review-school-section .cancel-review-group .btn {
  width: 100%;
  max-width: 190px;
  text-align: center;
}
.review-school-section .cancel-review-group .btn-outline-primary {
  border-color: #3460bb;
  background-color: #fff;
  color: #3460bb;
  padding: 10px 20px;
}
.review-school-section .cancel-review-group .btn-outline-primary:hover {
  background-color: #3460bb;
  color: #fff;
}
.review-school-section .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.review-school-section .form-check .check-circle {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #3460bb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  left: -30px;
  top: 3px;
}
.review-school-section .form-check .check-circle::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #3460bb;
  border-radius: 50%;
  opacity: 0;
}
.review-school-section .publish-group .form-check .form-check-input {
  opacity: 1;
  position: static;
  width: 16px;
  height: 16px;
}
.review-school-section .form-check-input:checked + div span {
  color: #3460bb;
}
.review-school-section .form-check-input:checked + div .check-circle::before {
  opacity: 1;
}
.review-school-section label {
  font-size: 1.125rem;
  font-weight: 500;
}
.review-school-section label.form-check-label {
  font-size: 1rem;
  position: relative;
}
.review-school-section .form-control {
  padding: 8px 16px;
  border: 1px solid #cecece;
  border-radius: 6px;
}
.review-school-section .form-control:hover, .review-school-section .form-control:active, .review-school-section .form-control:focus {
  outline: 0 none;
  box-shadow: unset;
}

.school-grid-design .swiper-button-disabled {
  display: none;
}
.school-grid-design .swiper-button-prev {
  top: 35%;
  left: 0px;
}
.school-grid-design .swiper-button-next {
  top: 35%;
  right: 0px;
}

.grid-view-card .media-box figure {
  height: 200px !important;
}
.grid-view-card .media-box figure img {
  padding: 0px 25px;
  max-height: 145px !important;
}

.backdrop-filter {
  position: relative;
}
.backdrop-filter img {
  border-radius: 16px;
}
.backdrop-filter::after {
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}

.featured-school .badge {
  color: #f8f9fa;
  background-color: #212529;
}

.school_review_page_about_Section .image_circle {
  background-color: white;
  min-width: 60px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.school_review_page_about_Section .image_circle img {
  height: 30px;
  width: 30px;
}

.school-page-review-image {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .school-page-review-image {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .college-home-page .hero-title {
    font-size: 38px;
    line-height: 48px;
  }
  #college-search .search-popup.searching-schools .badge {
    white-space: pre-wrap;
    text-align: left;
    line-height: 22px;
  }
}/*# sourceMappingURL=schools.css.map */