:root {
  --berkeleyBlue: #003262;
  --glaiforniaGold: #fdb514;
  --foundersRock: #2c647f;
  --lawrence: #01b0da;
}



@media (max-width: 1199.98px) {
  .courses-first a {
    font-size: .9rem;
    width: 220px;
  }
  
  .page-courses .row.mid_a00 > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .title-sorts {
    position: relative;
    padding: .5rem 0rem;
  }
  .title-sorts strong {
    display: none;
  }
  .right-sorting {
    margin-top: 0;
  }
  .btn-filter-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 3.8;
    background-color: #ac1e35;
    color: #fff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    overflow-y: scroll;
    transition: .5s linear;
  }
  .sidebar.show {
    left: 0;
  }
  .title-filter {
    border-radius: 0;
    position: relative;
  }
  .btn-close-filter {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    width: 50px;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .sidebar-profile {
    border: 0;
    background-color: transparent;
  }
  .title__profile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background-color: var(--foundersRock);
    cursor: pointer;
  }
  .btn-toggle-menu {
    display: block;
  }
  .sidebar-profile > ul {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    z-index: 9999;
  }
  .sidebar-profile > ul.show {
    left: 0;
  }
  .sidebar-profile > ul > li > a {
    color: var(--berkeleyBlue);
  }
  
} /* 1199.98p */

@media (max-width: 1024.98px) {
  .courses-first {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .courses-first a {
    margin: 1rem .2rem;
  }
} /* 1024.98px */

@media (max-width: 991.98px) {
  header > .container {
    max-width: 100%;
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
    margin-left: auto;
    margin-right: auto;
  }
  header > .container > div {
    justify-content: space-between;
  }
  header > .container > div > div {
    width: 100%;
  }
  .icons-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  /* header > .container > div > div:nth-child(1) {
    order: 2;
  }
  header > .container > div > div:nth-child(2) {
    order: 1;
  } */
  /* .logo {
    display: flex;
    justify-content: space-between;
  } */
  .logo a img {
    max-height: 80px;
  }
  .btn-toggle-menu {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    margin: auto 2rem;
  }
  .right-header .top-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .right-header .top-right a {
    color: #fff;
    padding: .4rem .5rem;
    font-size: 1rem;
  }
  nav ul.menu {
    display: block;
    position: fixed;
    left: -250px;
    top: 0;
    background-color: var(--berkeleyBlue);
    width: 250px;
    height: 100vh;
    z-index: 999;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  nav>ul.show {
    left: 0;
  }
  nav>ul>li>a {
    font-size: 14px;
    display: block;
    padding: .5rem;
  }
  header.sticky nav>ul>li>a {
    color: #fff;
  }

  .team-content {
    padding-bottom: 25px;
    padding-top: 203px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .item-team a.btn-details {
    width: 200px;
    font-size: 14px;
  }
  .team-one__image {
    width: 125px;
    height: 125px;
    top: 50px;
  }
  .team-text {
    font-size: .8rem;
  }
  
  .footer-copyright p,
  .footer-links a {
    font-size: 13px;
}
.contact_social-links i, footer .social-links i {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
}

/* 991.98px */

@media (max-width: 767.98px) {
    body {
    font-size: 14px;
    }
  .box-bg.box-chating {
    padding: 2rem .5rem;
  }
  .item-chat {
    width: 80%;
  }

  .box-bg.box-chating .btn-started {
    float: none !important;
    display: block;
    margin: auto;
  }
  
  .courses-first a {
    margin: .2rem;
    /* padding: .5rem; */
    font-size: 12px;
  }

  .topbar-one > .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .txt-about {
    padding-bottom: 1rem;
  }
  
  footer .row > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }
  footer .row > div:last-child {
    border-bottom: 0;
  }

  footer .brand-logo img {
    max-height: 200px;
  }

  .inner-banner__title {
    font-size: 1.5rem;
    margin-top: 0rem;
  }

  .course-details__title {
    font-size: 1.3rem;
  }

  .course-details__author {
    font-size: 14px;
  }
  .course-details__author img {
      width: 45px;
  }
  .course-details__image {
    height: 300px;
    overflow: hidden;
  }

  .topbar-one__left {
    margin-bottom: .5rem;
  }

  nav ul.menu > li .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    padding-left: 1rem;
    background-color: #f9f9f9;
  }

  nav ul.menu > li .dropdown-menu li a {
    font-size: 14px;
  }

  .inf__cart {
    padding-top: 1rem;
  }

  .course-details__tab-navs li a {
    color: #81868a;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 30.5px 30px;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
  .course-details__tab-content {
    padding: 20px 10px;
  }

  .accordion-body {
    padding: 1rem .5rem;
  }
  .course-details__curriculum-list-left a {
    font-size: 13px;
  }
  .course-details__curriculum-list-right {
    font-size: 13px;
  }


  .items-path .item .sup-titles.egaza-sup_titles {
    padding: 1rem;
  }
  .items-path .item .sup-titles.egaza-sup_titles>div {
    width: calc(100% / 2 - 5px);
  }
  .items-path .item .sup-titles.egaza-sup_titles a {
    font-size: 13px;
  }
  
  .chat-btns {
    top: 90%;
}
  .chat-btns a {
    padding: .4rem .4rem;
    font-size: .8rem;
}

} /* 767.98px */

@media (max-width: 580.98px) {
  .dropdown-account .dropdown-menu.show {
    inset: auto -6rem -13rem auto !important;
  }

  .home-slider .item .item-txt h1 {
    font-size: 35px;
  }
  .home-slider .item .item-txt p {
    max-width: 80%;
    margin: auto;
    font-size: 1.3rem;
  }

  .courses-first {
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .logo a img {
    max-height: 60px;
  }
  .inner-banner .container {
    padding-top: 140px;
  }
  .course-one__image {
    height: 160px;
  }
  .course-one__image i {
    top: 15px;
    left: 15px;
  }
  .course-one__admin {
    top: -13px;
    width: 95%;
    padding: .2rem .5rem;
  }
  .course-one__admin a {
    font-size: 10px;
  }
  .course-one__title {
    font-size: .8rem;
  }
  .owl-carousel .owl-item .course-one__admin > a > img, .course-one__admin > a > img {
    width: 20px;
  }
  .course_type {
    font-size: 10px;
  }
  .course_price span {
    font-size: 1rem;
  }
  .course_price del {
    color: #777;
    font-size: 12px;
  }
  .course-one__meta span {
    font-size: 10px;
  }
  .course-one__meta i {
    margin-left: 5px;
  }
  .course-one__link {
    font-size: 13px;
    padding: 10px 0;
    margin-top: 20px;
  }
  
  .title-sorts .right-sorting > div span {
    font-size: 11px;
  }
  .selectric .button {
    width: 25px;
  }
  .title-sorts .right-sorting .selectric {
    width: 70px;
  }
  .selectric-items li, .selectric-items ul {
    font-size: 10px;
  }

  .head-title .logo {
    width: 30%;
  }
  .head-title .logo img {
    width: 100%;
  }
  .head-title .titles strong.h1 {
    font-size: calc(1rem + 1vw);
  }
  .head-title .titles strong.h4 {
      font-size: calc(1rem + .1vw);
  }
  
  .item-testi .team-content {
    padding-left: 70px;
    padding-right: 70px;
  }
  .item-testi .text-title {
    font-size: 1rem;
    margin-bottom: .4rem;
  }
  .item-testi .text-name {
    font-size: 14px;
  }
  .item-testi .text-comment {
    font-size: 13px;
  }
  .item-testi .text-comment.lines-4 {
    -webkit-line-clamp: 3;
  }

  .grid-item {
    height: 150px;
  }
  .item-news .inf__news a.title__news {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 42px;
  }

  .icons-cart a {
    font-size: 14px;
    padding: 0rem;
  }

  .topbar-one__right a span, .topbar-one__left a span,
  .icons-cart a span {
    display: none;
  }

  .topbar-one > .container {
    justify-content: space-between;
  }

  .static-txt-style {
    font-size: 14px !important;
  }

  .course-item .course-content .course-title,
  .top-title-course {
    font-size: 1rem;
  }

  button.btn-details, a.btn-details {
    width: 210px;
    height: 40px;
  }

  .course-details__meta-link {
    font-size: 14px;
    padding: 10px 10px;
  }
  .course-details__meta-icon {
    width: 30px;
    height: 30px;
  }

  footer .brand-logo img {
    max-height: 100px;
  }
  
  .inner-banner__title.btn_frame {
    width: 260px;
    font-size: 14px;
  }

  .lectureimg {
    height: 280px;
    width: 100%;
  }
  .box-tags a {
    margin: .1rem;
    padding: .5rem;
    display: inline-block;
    font-size: 10px;
  }

  .btn-details {
    font-size: 13px;
  }


}

/* 580px.98px */

@media (max-width: 480.98px) {
  .items-path .item .sup-titles.egaza-sup_titles {
    padding: 1rem;
  }
  .items-path .item .sup-titles.egaza-sup_titles>div {
    width: 100%;
  }
  .items-path .item .sup-titles.egaza-sup_titles a {
    font-size: 14px;
  }
}

/* 480px.98px */