@import "library/select2.css";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter');
main > .container {
  padding: 70px 0px 50px 30px;
  font-family: 'Nunito', sans-serif;

}

.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { 
  display: block; 
  position: relative; 
  width: 100%;
}

@media only screen and (max-width: 600px) {
  main > .container {
    padding: 10px 0px 0px 0px;
  }
  
  .margin-top-header{
    margin-top: 150px;
    padding: 10px;
  }

  .btn-group-sch {
    margin-top:10px;
  }

  .sch-item-container {
    display: flex;
    flex-direction: column;
    margin-top:15px !important;
  }
  
  .search {
    /* visibility: hidden; */
  }
}


main {
  min-height: 80vh;
}

:root {
  --dark-orange: #EF582A;
  --medium-orange: #f49424;
  
  /* 
  orange color #FF9213;
  brown color #B36000;
  latest brown color #5e3603;
  */
  --primary-color: #F16232;
} 
.not-set {
  color: #c55;
  font-style: italic;
}

.text-color-orange {
  color:  var(--orange);
}

.bg-warning {
  background-color: var(--orange);
}


/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

form .help-block {
  color:  var(--dark-orange);
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.nav-link {
  text-transform: uppercase;
  text-align: left;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.input-multiple {
  width: 100%;
}

.select2-selection--multiple{
  overflow: hidden !important;
  height: auto !important;
}

/* Header */

.header {
  z-index: 99;
  left: 0px;
  width: 100%;
  top: 0px;
  transition: all 0.2s linear;
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.header .container {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}


.breadcrumb {
  background: var(--white);
  padding: 0 1rem;
}
.breadcrumb-item a {
  color: var(--medium-orange);
}
.breadcrumb-item.active {
  color: var(--medium-orange);
  font-weight: bold;
}



.logo {
  float: left;
  position: relative;
  z-index: 9;
  transition: all 0.2s linear;
}

.logo a {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 206px;
  margin: 16px 0px;
  transition: all 0.2s linear;
}

.logo a img {
  width: 100%;
}

.logo-mobile img {
  max-width: 200px;
}

/* Nav */

.topRightContainer {
  position: relative;
  float: right;
  display: block;
  z-index: 5;
  padding: 0px;
  transition: all 0.2s linear;
  padding-right: 174px;
}

.mean-container a.meanmenu-reveal {
}

.nav-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Nunito', sans-serif;

}

.nav-container {
  position: relative;
  display: block;
  margin: 0px auto;
}

.nav {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.nav ul {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  list-style: none;
}

.nav > ul > li {
  position: relative;
  margin: 0px 6px;
  display: block;
  float: left;
}

.nav > ul > li:first-child {
  margin-left: 0px;
}

.nav > ul > li:last-child {
  margin-right: 0px;
}

.nav > ul > li > a {
  position: relative;
  display: block;
  color: var(--primary-color);
  padding: 16px 0px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav > ul > li > a::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s ease-in;
  content: "";
  width: 0px;
  height: 8px;
  background: var(--primary-color);
}

.nav > ul > li:last-child > a {
  padding-right: 0px;
}

.nav > ul > li > a:hover,
.nav > ul > li.selected > a {
  color: var(--primary-color);
}

.nav > ul > li > a:hover::before,
.nav > ul > li.selected > a::before {
  width: 100%;
}

.nav > ul ul,
.nav > ul ul ul {
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  width: 100%;
  min-width: 250px;
  text-align: left;
  visibility: hidden;
  margin: 30px 0px 0px 0px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.nav > ul ul ul {
  left: 100%;
  top: auto;
  margin: 0px;
  padding: 0px;
}

.nav > ul > li:hover > ul,
.nav > ul ul > li:hover > ul {
  opacity: 1;
  top: auto;
  margin-top: 0px;
  padding: 0px 0px;
  visibility: visible;
}

.nav > ul ul > li:hover > ul {
  margin-top: 0px;
  top: 0;
  border-top: 0px;
  z-index: 2;
}

.nav > ul ul a,
.nav > ul ul ul a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 15px 28px;
  color: #252525;
  background: #f3f3f3;
  text-transform: none;
  border-bottom: 1px solid #ffffff;
  font-size: 13px;
}

.nav > ul ul li {
  position: relative;
}

.nav > ul ul li:last-child > a {
  border-bottom: none;
}

.nav > ul ul li:first-child a {
}

.nav > ul ul li > a:hover,
.nav > ul ul li.selected > a,
.nav > ul ul ul li > a:hover,
.nav > ul ul ul li.selected > a {
  color: #ffffff;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #f7941e;
  background: #f7941e;
}

.nav > ul ul li.selected > a,
.nav > ul ul ul li.selected > a {
}

.nav > ul li.has-sub > a {
  padding-right: 10px;
}

.nav > ul li.has-sub > a::after {
  position: absolute;
  right: -3px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-top: -10px;
}

.nav > ul li.has-sub li.has-sub > a::after {
  right: 20px;
  content: "\f0da";
}

.top-link {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--primary-color);
  padding: 16px;
  z-index: 99;
  line-height: 21px;
  text-align: center;
  width: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-link a {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0px 13px;
}

.top-link a:hover {
  color: #000000;
}

.top-link a::before {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 2px;
  height: 15px;
  background: #ffffff;
  content: "";
}

.top-link a:first-child {
  padding-left: 0px;
}

.top-link a:last-child {
  padding-right: 0px;
}

.top-link a:last-child::before {
  display: none;
}

/* Footer */
a {
  color: #707070;
  text-decoration: none !important;
  outline: none;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: Nunito, sans-serif;
}

a.orange {
  color: var(--orange);
}

.inner-container-xs {
  padding: 40px 0px;
}

.bg-color1 {
  background-color: #363636;
}

.footer-wrapper {
  display: block; /*overflow: hidden;*/
  position: relative;
  width: 100%;
  color: #707070;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 14px;
  line-height: 36px;
}

.footer-wrapper .container .inner-container-xs {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .footer-wrapper .container .inner-container-xs {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    text-align: center;
  }

  .foo-box {
    width:100% !important;
    float: none !important;
    display: flex;
    padding: 0px 45px;
  }

  .fleft {
    float:none;
  }
  
  .fright {
    float:none;
  }
  
}

.copyright {
  text-align: center;
  padding: 25px 0px;
  color: #b7b7b7;
  background: #252525 !important;
  font-size: 13px;
  line-height: 24px;
}

.footer-wrapper a {
  color: #fafafa;
}

.footer-wrapper a:hover,
.foo-box ul li.selected a {
  color: #f16937;
}

.footer-logo {
  margin-bottom: 30px;
}

.contact-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.contact-list li {
  display: block;
  position: relative;
  padding-left: 35px;
}

.contact-list li a {
  color: #ffffff;
}

.contact-list li i {
  color: #e8ae0a;
  left: 0px;
  top: 7px;
  position: absolute;
}


.foo-box {
  float: left;
  padding: 0px 45px;
}

.foo-box { 
  width: 360px !important; 
  margin: 0px auto 30px !important; 
  float: none !important; 
  padding: 30px !important;
}

.foo-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.foo2 {
}

.foo3 {
  /* width: 400px; */
}

.foo4 {
  border: 0px;
  padding-right: 0px !important;
}

.foo-box h5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.footer-nav li a {
  position: relative;
}

.footer-social-links {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-social-links li {
  padding: 2em 1em;
}


.social-button {
  color: #f49424;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f49424;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin: 0px 10px;
}

.social a:hover {
  background: #ffffff;
  color: #f49424;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

/*----*/

/* Filter Box */

.dropdown-menu a:hover,
.search-filter button,
.active2,
.more-details a {
  background: var(--primary-color);
}

.dropdown-menu a:hover,
.search-filter button,
.active2,
.more-details a,
.navbar-toggler {
  color: white;
}

.dropdown-menu a:hover,
.quick-filter a,
.search-filter button:hover,
.more-details a:hover,
.nav-item a:hover {
  transition: 0.3s;
}

.search-filter button:hover {
  color: black;
}

.filter-heading {
  font-size: 16px;
}

.b-right {
  border-right: 2px solid white;
}

.dropdown-toggle::after {
  margin-left: 0;
}

.dropdown-menu {
  font-size: 13px;
}

.dropdown-item {
  background: #f4f4f4;
}

.search-filter {
  background: inherit;
  /* border: 1px solid #d9d9d9;  */
}

@media (min-width: 991px) {
  .search-filter {
    /* background: #d9d9d9; */
  }
}

.search-filter label,
.filter-text {
  font-size: 12px;
}

.search-filter option,
.search-filter select,
.category-header {
  font-size: 14px;
}

.filter-category div,
.checkbox-div {
  height: 30px;
}

.filter-category input[type="checkbox"] {
  transform: scale(1.5);
}

.filter-mob {
  position: fixed;
  width: 90%;
  z-index: 1000;
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

.quick-filter a:hover {
  background: rgba(244, 148, 36, 0.3);
}

.quick-filter a,
.more-details a:hover,
.media a {
  color: #f49424;
}

.active3 {
  color: #a18577;
}

.quick-filter .dropdown-toggle::after {
  border: none;
}

.view img {
  max-width: 100%;
  max-height: 100%;
}

/* .view-details {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
} */

.border-lgrey {
  border: 1px solid #d9d9d9;
}

.border-lgrey-left {
}

@media (min-width: 991px) {
  .border-lgrey-left {
    border-left: 1px solid #d9d9d9;
  }
}
.border-lgrey-bottom {
  border-bottom: 1px solid #d9d9d9;
}

.border-yellow {
  border: 1px solid #f49424;
}

.border-yellow-right {
  border-right: 1px solid #f49424;
}

.border-yellow-left {
  border-left: 1px solid #f49424;
}

.more-details {
  bottom: -16px;
  right: -17px;
}

.more-details a:hover {
  background: transparent;
}

.tags {
  font-size: 13px;
}

.tags p {
  color: #3a3a3a;
}

.tags i {
  color: rgba(16, 78, 139, 0.8);
  margin-left: 2px;
}

.media {
  background: rgba(54, 54, 54, 0.9);
}

.copyright {
  background: rgba(54, 54, 54, 1);
  font-size: 14px;
}

/* Button Pack */
.btn-orange {
  background-color: var(--primary-color);
  color: #fff;
}


.btn-outline-orange {
  margin-right: 2px;
  border-radius: 2px !important;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-orange:hover {
  background: rgba(244, 148, 36, 0.3);
  color: var(--primary-color);
}


.btn-load-more {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}







@media (max-width: 991px) {
  .filter {
    display: none;
  }
}

@media (max-width: 768px) {
  .view-details h3 {
    font-size: 17px;
  }
  .view-font {
    font-size: 13px;
  }
}

/* View Page */

.like a {
  color: rgba(54, 54, 54, 0.9);
}



.button a:hover {
  background: transparent;
  color: #f49424;
}

.tags-icon i {
  background: rgba(16, 78, 139, 0.8);
  display: inline-block;
  border-radius: 50px;
  padding: 11px;
  margin-left: 2px;
}

.app-requirement {
  background: #f4f4f4;
}

@media (max-width: 991px) {
  .filter {
    display: none;
  }
}

@media (max-width: 1200px) {
  .navbar-nav {
    background: #f4f4f4;
  }
}

@media (max-width: 768px) {
  nav {
    flex-wrap: wrap;
  }
  .login-signup {
    width: 100vw;
    height: 30px;
  }
  .navbar-collapse {
    width: 100%;
    z-index: 1000;
    top: 40px;
  }
  .navbar-toggler {
    height: 40px;
  }
  .view-details h3 {
    font-size: 17px;
  }
  .view-font {
    font-size: 12px;
  }

  .img-container {
    height: 100px;
  }
}

.is-favorite-item {
  color: red;
}

@media only screen and (min-width: 1200px) {
  #header {
    height: 60px;
    display: flex;
    align-items: center;
  }
  #header .container {
    height: 100%;
  }

  #header .container .logo {
    height: 100%;
    display: flex;
    align-items: center;
  }

  #header .container .topRightContainer {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .container .top-link {
    height: 100%;
  }
}

input[type=checkbox]{
  transform: scale(1.5);
  margin:5px 5px 0px 5px;
}

.weblinks {
  color:#fff;
}

.weblinks:hover {
  color:var(--primary-color);
}

@media (max-width: 767px) {
  .weblinks {
    color: var(--primary-color);
  }
}

ul {
  list-style-type: none;
}

/* Search Homepage */
.search {
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  width: 96%;
  margin: 0 auto;
  border: 0.5rem solid #f49424;
  display: flex;

}

.search > * {
  display: flex;
    align-items: center;
    font-size: 1rem;
    /* gap: 5px; */
    color: #4d4d4d;
    padding:10px;
    vertical-align: auto;
}
.search_student {
  flex-grow: 4;
  border-right:  0.5rem solid #f49424;
}

.search_course {
  flex-grow: 4;
  border-right:  0.5rem solid #f49424;
}

@media only screen and (max-width: 600px) {
  .search  {
    display: flex;
    flex-direction: column;
    align-items: left;
    font-size: 1rem;
    margin-top:70px;
    padding:0px;
    margin-bottom: -80px;
    border: 1px solid #d9d9d9;
    border-radius: 0.25rem !important;
  }
  .search_student {
    border-right:  0px;
  }
  
  .search_course {
    border-right:  0px;
  }

  .search_search {
    display: flex;
    justify-content: center;
    text-align: center;
  }


}

.provider-search {
  /* transform: translateY(-50%); */
  z-index: 10;
  /* background-color: #fff; */
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 10px 20px rgba(35, 35, 35, 0.15));
}

@media (max-width: 576px) {
  .provider-search {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    filter: drop-shadow(0px 10px 20px rgba(35, 35, 35, 0.15));
  }
}

.banner-image {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}