@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

.search-page-section {
  position: relative;
  padding: 40px 0 20px;
}

.search-box-top .search-box-top-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background: #f3f8f9;
}

.search-box-top .search-box-top-inner .form-group {
  width: 40%;
}

.search-box-top .search-box-top-inner .btn-group {
  width: 20%;
}

.search-box-top .search-box-top-inner .btn-group .btn-search {
  width: 100%;
}

.search-box-top.form-div .form-group .form-control {
  border: 1px solid #ddd;
  box-shadow: none;
}

.search-box-top.form-div .form-group:nth-child(1) .form-control {
  border-right: 0;
}

.btn-search {
  color: #fff;
  background: #21a7d0;
  padding: 10px 25px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  height: 70px;
  font-weight: 500;
}

.btn-search i {
  margin: 0 10px 0 0;
}

.btn-search i::before {
  font-size: 18px;
}

.form-div .form-group .form-control {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  height: 70px;
}

.filter-search-section {
  padding: 40px 0;
  margin: 0;
  position: relative;
  background: #fff;
}

.form-div .form-group label {
  position: relative;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 4px;
}

.btn-cst-primary {
  color: #fff;
  background: #21a7d0;
  padding: 6px 25px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  height: 50px;
  font-weight: 500;
}

.filter-box-root .btn-group {
  width: 100%;
  margin: 5px 0 5px;
}

.filter-box-root .btn-group .btn-cst-primary {
  width: 100%;
}

.filter-box-root .form-div .form-group {
  margin-bottom: 15px;
}

.filter-box-root .form-div .form-group.select2-multiple-form-group,
.filter-box-root .form-div .form-group.select2-form-group {
  margin-bottom: 10px;
}

.accordion-filter .accordion-item {
  margin-bottom: 20px;
}

.accordion-filter .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-filter .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-filter .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-filter .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-filter .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #21a7d0;
}

.accordion-filter .accordion-item .accordion-button {
  min-height: 50px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
}

.accordion-filter .accordion-item .accordion-button::after {
  font-family: Flaticon;
  background: transparent;
  font-style: normal;
  content: "\f155";
  transform: rotate(45deg);
}

.accordion-filter .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.nav.nav-pills-custom .nav-link {
  border-radius: 0;
  padding: 10px 20px;
  min-height: 50px;
  background: transparent;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.nav.nav-pills-custom li.nav-item {
  margin-right: 30px;
}

.nav.nav-pills-custom .nav-link.active {
  color: #21a7d0;
  border-bottom: 2px solid #21a7d0;
}

.nav.nav-pills-custom {
  border-bottom: 1px solid #ddd;
}

.result-view-top {
  padding: 5px 0 0 0;
  margin: 0;
  position: sticky;
  width: 100%;
  top: 90px;
  background: #fff;
  z-index: 1;
}

.result-view-top .form-group.select2-form-group {
  position: absolute;
  bottom: 0;
  right: 0;
}

.result-view-top .select2-form-group .select-custom2 span.select2-selection.select2-selection--single {
  height: 44px;
  min-height: 44px;
  padding: 6px 55px 5px 11px;
}

.select2-form-group .select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 14px;
  top: -1px;
  right: 0;
}

.form-div .form-check {
  position: relative;
  min-height: 22px;
  margin: 0 0 15px;
  padding: 0;
}

.form-div .form-check .form-check-input {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
}

.form-div .form-check .form-check-label {
  margin: 0;
  padding: 1px 0 0 32px;
  position: absolute;
  min-height: 22px;
  cursor: pointer;
}

.form-div .form-check .form-check-label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.form-div .form-check .form-check-input:checked+.form-check-label::before {
  background: #21a7d0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-color: #21a7d0;
}

.nav.nav-pills-custom .nav-link b {
  margin: 0 0 0 1px;
  font-weight: 600;
}

.result-view-middle .tab-content-inner {
  padding: 40px 0;
}

.filter-box-root {
  position: sticky;
  top: 100px;
  left: 0;
  transition: all 0.8s;
}

.program-card-bx {
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.program-card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px;
}

.program-card-header .program-card-header-left {
  width: 60px;
}

.program-card-header .program-card-header-right {
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
}

.program-card-header .program-card-header-left .link-img {
  display: block;
}

.program-card-header .program-card-header-left .img-fluid {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.program-card-header .program-card-header-right h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 4px;
}

.program-card-header .program-card-header-right p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

.program-apply-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 16px 0 0;
}

.program-apply-list .program-apply-list-right {
  width: 150px;
}

.program-apply-list .program-apply-list-left {
  width: calc(100% - 150px);
}

.program-apply-list h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}

.program-apply-list h4 a {
  color: #112958;
}

.program-apply-list .prg-apply-row-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.program-apply-list .prg-apply-row-div .prg-apply-col-div {
  padding: 0 40px 0 0;
  margin: 0 0 15px;
}

.program-apply-list .prg-apply-row-div p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 3px;
}

.program-apply-list .prg-apply-row-div h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  margin: 0;
}

.btn-btm-div .btn.btn-see-more {
  width: 100%;
  padding: 5px 5px 2px;
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  font-weight: 600;
  color: #112958;
  border: 1px solid #eee;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.8s;
}

.btn-btm-div .btn.btn-see-more:hover {
  background: #112958;
  color: #fff;
  border: 1px solid #21a7d0;
}

.program-apply-list .program-apply-list-right {
  width: 150px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.program-apply-list .btn.btn-apply {
  color: #fff;
  background: #21a7d0;
  padding: 6px 15px 4px;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 90px;
  outline: none;
  box-shadow: none;
  transition: all 0.8s;
}

.program-apply-list .btn.btn-apply:hover {
  color: #fff;
  background: #112958;
}

body.defult-search-page {
  overflow: visible;
}

.collage-card-bx {
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.collage-card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.collage-card-header .collage-card-header-left {
  width: 60px;
}

.collage-card-header .collage-card-header-right {
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
}

.collage-card-header .collage-card-header-left .link-img {
  display: block;
}

.collage-card-header .collage-card-header-left .img-fluid {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.collage-card-header .collage-card-header-right h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 4px;
}

.collage-card-header .collage-card-header-right p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

@media (min-width:1025px) {
  .filter-search-section .filter-search-left {
    width: 450px;
  }

  .filter-search-section .filter-search-right {
    flex: 1;
  }
}

@media (max-width:767px) {
  body .full-width-header .rs-header .logo-part img, body .full-width-header.header-style3.modify .rs-header .menu-area .logo-part img {
    max-height: 60px;
  }

  .search-box-top .search-box-top-inner .form-group {
    width: 100%;
  }

  .search-box-top .search-box-top-inner .btn-group {
    width: 100%;
  }

  .search-box-top.form-div .form-group .form-control {
    padding: 6px 15px;
    height: 50px;
    margin-bottom: 5px;
  }

  .search-box-top.form-div .form-group:nth-child(1) .form-control {
    border-right: 1px solid #ddd;
  }

  .search-box-top .search-box-top-inner .btn-group .btn-search {
    height: 50px;
  }

  .search-page-section {
    padding: 30px 0 30px;
  }

  .filter-search-section {
    padding: 30px 0;
  }

  .nav.nav-pills-custom .nav-link {
    padding: 6px 0 8px;
    min-height: 40px;
    font-size: 12px;
  }

  .result-view-top .form-group.select2-form-group {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 0;
  }

  .nav.nav-pills-custom li.nav-item {
    margin-right: 20px;
  }

  .program-card-bx {
    padding: 16px;
    margin: 0 0 20px;
  }

  .program-card-header .program-card-header-right h3 {
    font-size: 16px;
  }

  .program-card-header .program-card-header-right p {
    font-size: 14px;
  }

  .program-card-header {
    margin: 0 0 16px;
  }

  .program-apply-list h4 {
    font-size: 14px;
  }

  .program-apply-list .prg-apply-row-div p {
    font-size: 12px;
  }

  .program-apply-list .prg-apply-row-div h5 {
    font-size: 14px;
  }

  .program-apply-list .prg-apply-row-div .prg-apply-col-div {
    padding: 0 20px 0 0;
    margin: 0 0 12px;
    width: 50%;
  }

  .program-apply-list .program-apply-list-right {
    width: 100%;
  }

  .program-apply-list .program-apply-list-left {
    width: 100%;
  }

  .program-apply-list .btn.btn-apply {
    padding: 6px 12px 4px;
    font-size: 12px;
    height: 30px;
    min-width: 66px;
    width: 100%;
  }

  .btn-btm-div .btn.btn-see-more {
    padding: 2px 5px 2px;
    min-height: 30px;
    font-size: 12px;
  }

  .result-view-middle .tab-content-inner {
    padding: 20px 0;
  }

  .result-view-top {
    position: relative;
    width: 100%;
    top: 0;
  }

  .filter-box-root {
    position: relative;
    top: auto;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  body .full-width-header .rs-header .logo-part img, body .full-width-header.header-style3.modify .rs-header .menu-area .logo-part img {
    max-height: 60px;
  }

  .nav.nav-pills-custom .nav-link {
    padding: 10px 0;
    min-height: 50px;
    font-size: 14px;
  }

  .result-view-top .form-group.select2-form-group {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 0;
  }

  .nav.nav-pills-custom li.nav-item {
    margin-right: 20px;
  }

  .result-view-middle .tab-content-inner {
    padding: 20px 0;
  }

  .search-page-section {
    position: relative;
    padding: 20px 0 10px;
  }

  .filter-box-root {
    top: 10px;
  }

  .result-view-top {
    padding: 0;
    margin: 0;
    top: 0;
  }

  .filter-search-section {
    padding: 20px 0;
  }

  .form-div .form-group label {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .program-card-bx {
    padding: 16px;
    margin: 0 0 20px;
  }

  .program-card-header .program-card-header-right h3 {
    font-size: 16px;
  }

  .program-card-header .program-card-header-right p {
    font-size: 14px;
  }

  .program-card-header {
    margin: 0 0 16px;
  }

  .program-apply-list h4 {
    font-size: 14px;
  }

  .program-apply-list .prg-apply-row-div p {
    font-size: 12px;
  }

  .program-apply-list .prg-apply-row-div h5 {
    font-size: 14px;
  }

  .program-apply-list .prg-apply-row-div .prg-apply-col-div {
    padding: 0 20px 0 0;
    margin: 0 0 12px;
  }

  .program-apply-list .program-apply-list-right {
    width: 100px;
  }

  .program-apply-list .program-apply-list-left {
    width: calc(100% - 100px);
  }

  .program-apply-list .btn.btn-apply {
    padding: 6px 12px 4px;
    font-size: 12px;
    height: 30px;
    min-width: 66px;
  }

  .btn-btm-div .btn.btn-see-more {
    padding: 2px 5px 2px;
    min-height: 30px;
    font-size: 12px;
  }
}