@import url("../css/fonts.css");
@import url("checkbox.css");
body {
  font-family: "Libre Baskerville";
}

select,
input {
  outline: none !important;
  box-shadow: none !important;
}

a {
  color: #ad842d;
}

a:hover {
  color: #a47719;
}

h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.95rem;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

#main-nav .navbar-brand img {
  width: auto;
  height: 48px;
}

.bg-primary {
  background-color: #fff !important;
}

.navbar .container {
  width: 100%;
  max-width: 100%;
}

#wrapper-navbar {
  display: block;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  z-index: 1010;
}

#page-wrapper {
  min-height: calc(100vh - 120px);
  padding-top: 140px;
}

.navbar-dark .navbar-brand {
  color: #fff;
  padding: 6px 0 0;
  margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #333;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(172, 132, 45);
}

.left-head-items {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cats-nav-menu .navbar-nav .menu-item a.dropdown-toggle {
  display: flex;
  flex-direction: revert;
  align-items: center;
}

.cats-nav-menu .dropdown-toggle::after {
  margin-top: 2px;
  margin-left: 5px;
}

.cats-nav-menu .navbar-nav .nav-link {
  font-size: 0.86rem;
  letter-spacing: 0.35px;
}

.header-search {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 3px 20px;
}

.header-search .search-form {
  width: 100%;
}

.header-search .search-form .input-group input.search-field {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: none;
  outline: none;
  height: 44px;
  border-color: #444;
  padding-left: 20px;
  font-size: 0.9rem;
}

.header-search .search-form .input-group input.search-submit {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: none;
  outline: none;
  background-color: #1c1d1f;
  border-color: #1c1d1f;
}
.right-items-wrapper {
  display: flex;
  flex-direction: row;
}

.right-items-wrapper a {
  border: 1px solid #1c1d1f;
  padding: 8px 15px;
  display: block;
  position: relative;
  text-align: center;
  min-width: 90px;
  font-weight: bold;
}

.right-items-wrapper a.sign-in {
  margin-right: 8px;
  color: #333;
}

.right-items-wrapper a.sign-up {
  background-color: #1c1d1f;
  color: #fff;
}

.student-img {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.student-img img {
  height: 360px;
  width: auto;
}

.row.banner-row {
  background-color: #f8f9fb;
  padding-top: 35px;
}

.wrapper {
  padding: 0 0 100px;
}

.home #page-wrapper {
  padding-top: 0;
}

.home-banner-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 50px;
  flex: 0 0 60%;
  max-width: 60%;
}

.home-banner-img {
  flex: 0 0 40%;
  max-width: 40%;
}

.banner-text {
  font-size: 1.02rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

.home-banner-items a {
  border: 1px solid #1c1d1f;
  padding: 10px 15px;
  display: block;
  position: relative;
  text-align: center;
  width: 250px;
  font-weight: bold;
  background-color: #1c1d1f;
  color: #fff;
  margin-bottom: 40px;
}

.page-section {
  display: block;
  position: relative;
  margin-top: 65px;
}

.page-section.top {
  margin-top: 0;
}

.courses-wrapper .courses-text {
  font-size: 1.05rem;
}

.courses-tabs {
  padding-top: 15px;
}

.courses-tabs .nav-link {
  padding: 0.5rem 1.5rem 0.8rem 0;
  border: none;
  color: #6a6f73;
  font-weight: bold;
  font-size: 0.98rem;
}

.courses-tabs .nav-tabs .nav-link.active {
  color: #333;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.courses-tabs .nav-link:hover {
  color: #333;
}

#coursesTab {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 32px;
}

.tab-content .tab-pane h4 {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cat-description {
  width: 860px;
  max-width: 100%;
	font-size: 0.99rem;
}

.courses-row {
  margin-top: 40px;
}

.course-item .item-meta {
  margin-top: 10px;
}

.course-item .item-meta h4 {
  font-size: 1.03rem;
  color: #1c1d1f;
  line-height: 1.15;
  margin-bottom: 5px;
}

.course-item .item-meta span {
  color: #6c6c6c;
  font-size: 0.85rem;
}

.explore-button {
  border: 1px solid #1c1d1f;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  color: #333;
  margin-top: 15px;
}

.explore-button:hover {
  background-color: #f4f4f4;
  color: #333;
}

.page-section.popular h4,
.page-section.explore h4 {
  font-weight: bold;
}

.page-section.popular .courses-row {
  margin-top: 15px;
}

.cat-item a {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.cat-item a img {
  width: 86px;
  height: auto;
}

.cat-item a .cat-item-meta {
  display: flex;
  flex-grow: 1;
  padding-left: 10px;
  flex-direction: column;
  font-size: 0.92rem;
  font-weight: bold;
  color: #444;
  padding-top: 6px;
  line-height: 1;
}

.cat-item a .cat-item-meta .course-count {
  font-weight: normal;
  color: #666;
  font-size: 0.85rem;
  margin-top: 8px;
}

.page-section.explore h4 {
  margin-bottom: 20px;
}

.outcomes .text {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.learner-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.learner-img img {
  width: 450px;
  max-width: 100%;
  height: auto;
}

.page-section.outcomes {
  background-color: #f7f3eb;
  padding: 55px 0 80px;
  margin-top: 95px;
  margin-bottom: 35px;
}

.outcomes h3 {
  font-size: 2.15rem;
  margin-bottom: 30px;
}

a.join-button {
  border: 1px solid #1c1d1f;
  padding: 10px 15px;
  display: block;
  position: relative;
  text-align: center;
  width: 250px;
  font-weight: bold;
  background-color: #1c1d1f;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 15px;
}

.community-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.community-item img {
  width: 225px;
  max-width: 100%;
  border-radius: 100%;
  margin-bottom: 35px;
}

.community-item h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.comm-item-text {
  width: 260px;
  max-width: 100%;
  line-height: 1.55;
  text-align: center;
  font-size: 0.98rem;
}

.page-section.community h3 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 50px;
  margin-top: 20px;
}

.site-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav-menu #footer-menu {
  flex-direction: row;
}

.footer-nav-menu .navbar-nav .nav-link {
  padding: 0 12px 0 0;
}

#wrapper-footer {
  padding: 14px 0;
  background-color: #1c1d1f;
}

#wrapper-footer .site-info,
#wrapper-footer a {
  color: #fff;
  font-size: 0.88rem;
}

.page-section.sign-up .container {
  width: 460px;
  max-width: 100%;
}

button,
input {
  outline: none;
  box-shadow: none;
}

.hidden-input {
  display: none;
}

.sign-up input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #959595;
  height: 48px;
  border-radius: 5px;
}

.sign-up .submit input,
.sign-up input#wp-submit,
.form-bottom input {
  background-color: #ad842d;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px;
}

.field-block {
  margin-bottom: 8px;
}

.field-block label {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.field-block label.error {
  color: #d00b0b;
  line-height: 1;
  font-size: 0.88rem;
}

.sign-up.in h6 {
  margin-bottom: 20px;
}

#loginform p label {
  margin-bottom: 0;
}

p.login-remember label {
  display: flex;
  flex-direction: row;
}

p.login-remember label input {
  width: auto;
  margin-right: 10px;
}

.site-ajax-error-message,
.user-errors {
  display: block;
  position: relative;
  margin-bottom: 15px;
  background-color: #f3c6be;
}

.site-ajax-error-message .errors-list {
  font-size: 0.92rem;
  letter-spacing: 0.2px;
  padding: 5px 12px;
}

.errors-list a {
  display: none;
}

.user-wrapper {
  display: flex;
  flex-direction: row;
  width: 1100px;
  margin: 10px auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  min-height: 60vh;
}

.user-wrapper .wrapper-left {
  width: 200px;
  border-right: 1px solid #ddd;
  padding: 12px 0;
}

.user-wrapper .wrapper-right {
  display: flex;
  flex-grow: 1;
}

.user-wrapper .user-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-initials .initials {
  display: flex;
  padding: 25px;
  background-color: #3e4143;
  color: #fff;
  border-radius: 100%;
  font-size: 2.5rem;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
}

.user-details .user-name {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}

.user-nav-menu .menu-item .nav-link {
  padding: 5px 10px;
  line-height: 1;
  color: #222;
}

.user-nav-menu .menu-item.active .nav-link {
  background-color: #333;
  color: #fff;
}

.wrapper-left .user-menu {
  margin-top: 20px;
}

.wrapper-right .user-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.inner-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px 15px;
  border-bottom: 1px solid #ddd;
}

.inner-head h4 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 3px;
}

.inner-head h6 {
  font-weight: normal;
}

.inner-body,
.inner-body .items,
.inner-body .items form {
  display: flex;
  flex-grow: 1;
}

.inner-body .items {
  flex-direction: column;
}

.inner-body .items form {
  flex-direction: column;
  justify-content: space-between;
}

.inner-body .items .form-top,
.user-image-wrapper {
  padding: 30px;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.inner-body .items form .form-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
}

.form-seperator {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
}

.usr-field-group {
  margin-bottom: 16px;
}

.usr-field-group input {
  border: 1px solid #333;
  width: 100%;
  padding: 10px 15px;
}

.usr-field-group.row-list {
  display: flex;
  flex-direction: row;
}

.usr-field-group.row-list .input-head {
  display: flex;
  justify-content: center;
  border: 1px solid #333;
  border-right: none;
  align-items: center;
  padding: 10px 15px;
  background-color: #f4f4f2;
}

.form-bottom input {
  padding: 10px;
  min-width: 180px;
}

.user-image-wrapper .user-image-inner {
  border: 1px solid #333;
  padding: 15px;
}

.user-image-wrapper .user-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.user-image-wrapper .user-image img {
  width: 180px;
  height: auto;
  border-radius: 100%;
}

.row-list.full .input-head {
  width: 100%;
  border-right: 1px solid #333;
  justify-content: flex-start;
}

.row-list.full .input-head strong {
  margin-left: 10px;
}

.form-line-seperator {
  height: 1px;
  width: 100%;
  margin: 45px 0;
  border-bottom: 1px solid #ddd;
}

.inner-body .items .form-top.upper {
  padding: 0;
}

.inner-body .items .form-top.upper .user-notices {
  padding: 30px;
}

.inner-body .items .form-top.upper .user-notices.success {
  padding: 10px 30px;
}

.user-notices .pass-success {
  background-color: #b6d9b6;
  padding: 8px 15px;
  margin-top: 5px;
}

.user-notices .pass-success h5 {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.user-errors {
  padding: 10px 15px;
  margin-bottom: 0;
}

.user-errors h3 {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.user-errors ul {
  padding: 0;
  list-style: none;
  line-height: 1.15;
  margin-bottom: 0;
}

.user-errors ul li {
  font-size: 0.92rem;
}

.usr-field-group.list label {
  font-size: 0.9rem;
  color: #717171;
}

.right-items-wrapper .user-initials.header {
  border: none;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  min-width: 10px;
  font-weight: bold;
}

.user-initials.header .initials {
  padding: 8px;
  font-size: 0.95rem;
  width: auto;
  height: auto;
  margin-left: 10px;
  min-width: auto;
}

.right-items-wrapper a.learning {
  border: none;
  padding: 5px 10px;
  font-size: 0.92rem;
  color: #333;
  font-weight: normal;
}

.user-nav-block {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 15px 0;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.user-nav-inner {
  display: flex;
  flex-direction: row;
  padding: 5px 18px 10px;
  border-bottom: 1px solid #ececec;
}

.user-initials.header .user-nav-inner .initials {
  margin-left: 0;
  width: 50px;
  height: 50px;
  font-size: 1rem;
}

.user-nav-details {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333;
  font-size: 0.92rem;
  justify-content: center;
}

.user-nav-details .email {
  font-weight: normal;
  font-size: 0.82rem;
  letter-spacing: 0.35px;
  color: #8a8a8a;
}

ul.user-nav {
  text-align: left;
  border: none;
  font-weight: normal;
  color: #6a6a6a;
  font-size: 0.92rem;
  line-height: 1;
  padding: 10px 15px;
  list-style: none;
  margin-bottom: 0;
}

ul.user-nav li a {
  text-align: left;
  border: none;
  font-weight: normal;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 10px;
}

.cats-nav-menu ul.dropdown-menu {
  top: 58px;
  border-radius: 0;
  min-width: 220px;
  padding: 15px 0 30px;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #f0f0f0;
}

.cats-nav-menu ul.dropdown-menu .dropdown-item {
  color: #555;
  font-size: 0.9rem;
  padding: 5px 20px;
}

.cats-nav-menu ul.dropdown-menu .dropdown-item:hover {
  color: #ad842d;
  background-color: #fff;
}

.user-initials.my-learning {
  display: block;
  position: relative;
  padding-right: 10px;
}

.learning-button {
  border: none;
  padding: 12px 15px 0;
}

.learning-button a {
  background-color: #333;
  color: #fff;
  font-size: 0.95rem;
  padding: 12px;
}

.user-initials.my-learning .user-nav-inner {
  flex-direction: column;
  padding: 0;
  border-bottom: none;
}

.learning-course-item .item-wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ddd;
}

.my-learning .user-nav-block {
  width: 320px;
}

.my-learning .learning-course-item img.wp-post-image {
  width: 75px;
}

.my-learning .learning-course-item .item-meta {
  text-align: left;
  padding-left: 10px;
}

.my-learning .learning-course-item .item-meta h4 {
  color: #333;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.15;
}

.my-courses-head {
  display: block;
  position: relative;
  background-color: #222;
  padding-top: 45px;
}
.my-courses-head h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.75rem;
  margin-bottom: 25px;
}

.my-courses-head .container .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#courses-menu {
  display: flex;
  flex-direction: row;
}

#courses-menu li {
  margin-right: 15px;
}
#courses-menu li .nav-link {
  color: #cacaca;
  font-weight: bold;
  font-size: 0.92rem;
  letter-spacing: 0.35px;
}

#courses-menu li.active .nav-link {
  border-bottom: 6px solid #f2f2f2;
}
#courses-menu li:hover .nav-link {
  color: #fff;
}

.page-template-my-courses #page-wrapper {
  padding-top: 0;
}

.page-template-my-courses #page-wrapper .user-wrapper {
  border: none;
  margin-top: 0;
  width: 1000px;
}

.page-template-my-courses #page-wrapper .course-item .item-meta h4 {
  font-size: 1rem;
  line-height: 1.05;
  font-weight: bold;
}

.user-wrapper .courses-row .crs-item {
  padding-left: 10px;
  padding-right: 10px;
}

.my-courses-head.single-course .container {
  padding-right: 400px;
}

.single-course .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.my-courses-head.single-course {
  padding-top: 120px;
  min-height: 350px;
  color: #fff;
  padding-bottom: 32px;
}

.my-courses-head.single-course h2 {
  font-size: 1.95rem;
  margin-bottom: 10px;
  line-height: 1.15;
}

.course-head-meta {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.course-head-meta h5,
.course-head-meta h5 a {
  color: #c19c4d;
  font-size: 0.92rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.25px;
}

.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.course-tagline {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.learn-module .course-tagline,
.learn-module .instructor,
.learn-module .last-update,
.learn-module .course-head-meta {
  display: none;
}

.my-courses-head.single-course.learn-module {
  min-height: auto;
  padding: 15px 20px;
}

.my-courses-head.single-course.learn-module .container {
  padding-right: 20px;
  display: flex;
  flex-direction: row;
}

.my-courses-head.single-course.learn-module h2 {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: normal;
}

.instructor {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.instructor a {
  color: #c19c4d;
}

.instructor span {
  font-size: 0.95rem;
  color: #a4a4a4;
}

.last-update {
  font-size: 0.85rem;
  margin-left: -4px;
}

.last-update span {
  margin-left: 10px;
}

.row.course-main {
  position: relative;
  padding-bottom: 50px;
}

#course-sidebar {
  position: absolute;
  top: -230px;
  right: 0;
  background-color: #fff;
  width: 360px;
  padding: 0;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.course-thumb {
  padding: 2px;
}

.course-sidebar-main {
  padding: 25px;
}

.course-sidebar-main .explore-button {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

#subscribe-btn.explore-button,
.explore-button.dark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  align-items: center;
  background-color: #333;
  color: #fff;
}

#subscribe-btn.explore-button img,
#wishlist-btn.explore-button img,
.explore-button img {
  position: absolute;
  display: none;
  right: 15px;
  width: 19px;
  height: 19px;
}

#wishlist-btn.explore-button img {
  top: 12px;
  right: 12px;
}

h5.csb-header {
  font-size: 1.03rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.course-includes ul {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  list-style: square;
}

.course-includes ul li {
  margin-bottom: 5px;
  font-size: 0.94rem;
}

.course-share {
  border-top: 1px solid #ddd;
}

.landnet-social {
  display: flex;
  flex-direction: row;
}

.landnet-social a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 8px;
}
.landnet-social a .demo-icon::before {
  font-size: 1.25rem;
  color: #333;
}

.course-block {
  display: block;
  position: relative;
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 25px;
}

.course-block.coming-block{
  min-height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f5f2;
  border-width: 4px;
  border-color: #333;
  margin-top: 60px;
  margin-bottom: 60px;
}

.course-block-header {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.course-block-content {
  font-size: 0.92rem;
  line-height: 1.8;
}

.course-block-content p:last-child {
  margin-bottom: 0;
}

.course-block ol,
.course-block ul {
  padding-left: 25px;
}

.course-block-content.reading li {
  padding-bottom: 10px;
}

.tutor-data {
  display: flex;
  flex-direction: row;
}

.tutor-data .tutor-img {
  width: 150px;
  margin-right: 20px;
}

.tutor-data .tutor-img img {
  width: 100%;
  border-radius: 100%;
}

.tutor-bio {
  display: flex;
  flex: 1;
}

.tutor-bio {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  color: #555;
}

.tutor-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.course-block.tutor .course-block-header {
  margin-bottom: 5px;
  line-height: 1;
}

.tutor-bio a {
  font-weight: bold;
  font-size: 0.85rem;
}

.crse-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}

.crse-item-left i {
  margin-right: 6px;
}

.course-block.crse-content {
  padding: 25px 0 0;
  border-bottom: none;
}

.course-block.crse-content .course-block-header {
  padding: 0 25px;
}

.course-block.crse-content .course-block-content {
  border-top: 1px solid #ddd;
}

.crse-title {
  font-weight: bold;
}

.crse-item-right {
  padding-left: 15px;
}

.subscription-date i::before {
  color: #ac842e;
  font-size: 1.18rem;
  margin-right: 5px;
}

.subscription-date {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  margin-bottom: 20px;
}

.subscription-date .sub-date-right {
  line-height: 1.15;
  padding-left: 5px;
}

.scroller-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 0.98rem;
}

.row.course-learn-main {
  display: flex;
  flex-direction: row;
}

.learn-main {
  display: flex;
  flex: 1;
  max-width: unset;
}

.learn-side {
  height: calc(100vh - 166px);
  max-width: 500px;
  padding-left: 0;
}

.learn-side .scroller-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.learn-side .scroller-body {
  display: flex;
  flex-grow: 1;
  border-left: 1px solid #f2f2f2;
}

.scroller-close {
  cursor: pointer;
}

.side-course-item {
  display: flex;
  flex-direction: row;
  padding: 12px 15px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  cursor: pointer;
}

.side-course-item:hover {
  background-color: #d1d7dc;
}

.item-numb {
  margin-right: 10px;
}

.item-details-top .crse-title {
  font-weight: 600;
  font-size: 0.92rem;
}

.learn-main .display-container {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 250px);
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}

.col-md-8.learn-main {
  padding-right: 0px;
  flex-direction: column;
}

.display-wrapper,
.display-wrapper .display-inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

.display-wrapper .display-inner {
  padding-top: 10px;
  overflow-y: auto;
}

.display-wrapper.video {
  background-color: #1c1d1f;
}

.display-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 610px;
  max-width: 100%;
  padding: 35px 10px 10px;
  font-size: 1.02rem;
}

.display-wrapper.audio {
  background-color: #2c2c2d;
}

.audio-wrapper {
  display: flex;
  width: 550px;
  max-width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.illustration-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-top: 0;
}

.illustration-wrapper img {
  width: auto;
  height: auto;
  cursor: zoom-in;
  max-height: 100%;
  max-width: 100%;
}

.audio-wrapper audio {
  width: 100%;
}

.fullscreen {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/full-screen.png");
  right: 15px;
  bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.illustration-lightbox {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  padding: 10px;
}

.illustration-lightbox img {
  cursor: zoom-out;
}

.illustration-lightbox .fullscreen {
  background-image: url("../images/zoom-out.png");
  right: 15px;
  top: 10px;
}
.course-arrow {
  display: flex;
  position: absolute;
  top: 45%;
  width: 28px;
  height: 45px;
  background-color: #222;
  transform: none;
  -webkit-transform: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #606060;
}

.course-arrow i {
  display: flex;
  width: 100%;
}

.course-arrow i::before {
  color: #fff;
  font-size: 1.85rem;
}

.course-arrow.left {
  left: 0;
  border-left: none;
  padding-right: 5px;
}

.course-arrow.right {
  right: 0;
  border-right: none;
  padding-left: 3px;
}

#course-tab {
  display: block;
  position: relative;
  padding: 0 22px;
  padding-top: 5px;
}

#course-tab .nav-tabs .nav-link {
  font-weight: 600;
  color: #868686;
  font-size: 0.98rem;
  letter-spacing: 0.25px;
}

#course-tab .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-color: #fff #fff #222;
  border-bottom-width: 2px;
}

#course-tab .nav-tabs .nav-link:hover {
  border-bottom-width: 0;
  border-color: #fff #fff #dee2e6;
  font-weight: 600;
  color: #333;
}

#course-tab .nav-tabs .nav-link.active:hover {
  border-color: #fff #fff #222;
}

#course-tab .tab-content {
  padding: 20px;
}

.tab-content .course-block-header {
  margin-top: 30px;
}

.tab-row {
  padding: 22px 0;
  border-top: 1px solid #dfdfdf;
}

.tab-row h5 {
  font-size: 1.04rem;
  font-weight: 500;
  color: #484848;
}

.tab-row h6 {
  font-size: 0.98rem;
  font-weight: 500;
}

button.landnet-certificate {
  border: 1px solid #353535;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  color: #333;
  margin-top: 15px;
  width: 320px;
  max-width: 100%;
}

.tab-row .description-wrapper {
  display: block;
  position: relative;
  width: 580px;
  max-width: 100%;
  line-height: 1.85;
  font-size: 0.98rem;
}

.tab-row .tutor-data .tutor-img {
  width: 70px;
  margin-right: 15px;
}

.tab-row .tutor-data {
  flex-direction: column;
}

.tutor-meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.QA-wrapper {
  display: flex;
  flex-direction: column;
  width: 850px;
  max-width: 100%;
  padding: 3rem 1.85rem 0;
  margin: 0 auto;
}

.tab-content .course-block-header.v2 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 35px;
}

.QA-wrapper .input-group {
  flex-direction: column;
  margin-bottom: 25px;
}

.QA-wrapper .input-group label {
  font-weight: bold;
}

.QA-wrapper .input-group input {
  padding: 5px 10px;
  font-size: 0.94rem;
  border: 1px solid #5e5e5e;
}

.explore-button.publish {
  width: 100%;
  margin-top: 32px;
  padding: 6px 25px;
  background-color: #1c1d1f;
  color: #fff;
}

button.explore-button {
  background-color: #fff;
  padding: 7px 25px;
}

.QA-wrapper button.explore-button {
  margin-bottom: 40px;
}

.QA-wrapper button.explore-button.ask-question {
  padding: 3px 10px 3px 0;
  font-size: 1.05rem;
  line-height: 1.25;
  border: none;
  background-color: #fff !important;
  margin-top: 10px;
}

.ask-question-block {
  display: none;
}

.QA-wrapper .input-group label span {
  font-size: 0.85rem;
  padding-left: 5px;
  letter-spacing: 0.25px;
}

.QA-wrapper .trumbowyg-box,
.QA-wrapper .trumbowyg-box,
.QA-wrapper .trumbowyg-editor,
.QA-wrapper .trumbowyg-textarea {
  min-height: 200px;
}

.iziToast {
  padding: 3px 35px 3px 0 !important;
  min-height: 46px !important;
  border-radius: 0 !important;
}

.iziToast.iziToast-color-green {
  background: rgb(78, 223, 113) !important;
  border-color: rgb(78, 223, 113) !important;
}

.iziToast.iziToast-color-red {
  background: rgb(255, 157, 163) !important;
  border-color: rgb(255, 157, 163) !important;
}

.qns-listing .qn-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 15px 15px;
}

.qns-listing .qn-item:hover {
  background-color: #f7f9fa;
}

.qn-image {
  flex: 0 0 40px;
  margin-right: 15px;
}

.qn-image .name-photo {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 0.96rem;
  text-transform: uppercase;
}

.qn-image img {
  border-radius: 100%;
}

.qn-details h5.qn-title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}

.qn-dets {
  font-size: 0.9rem;
}

.dets-meta {
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  margin-top: 6px;
}

.dets-meta .user-name {
  margin-right: 10px;
  color: #ad842d;
}

div.qn-counts > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  cursor: pointer;
}

div.qn-counts .upvotes {
  margin-bottom: 10px;
}

div.qn-counts span.counter {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  line-height: 1;
  justify-content: flex-start;
  padding-top: 1px;
  font-size: 0.9rem;
}

.qn-item.single div.qn-counts span.counter {
  padding-top: 4px;
  font-size: 0.95rem;
}

.qn-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.qn-counts {
  flex: 0 0 50px;
  margin-left: 15px;
}

div.qn-counts > div i {
  margin-left: 2px;
}

div.qn-counts > div i::before {
  font-size: 1.25rem;
  color: #848484;
}

div.qn-counts > div i.icon-up-circle::before {
  font-size: 1.6rem;
  color: #333;
}

div.qn-counts > div:hover i::before {
  color: #222;
}

.qn-item.reply .qn-details h5.qn-title {
  color: #ad842d;
  font-weight: 500;
  font-size: 0.92rem;
}

.qn-item.reply .dets-meta {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 0.84rem;
  color: #555;
}

.tab-content .tab-pane h4.replies-header {
  font-size: 1.05rem;
  margin-top: 45px;
  margin-bottom: 10px;
}

.qns-listing .qn-item.single:hover {
  background-color: #fff;
}

.qn-item.reply {
  background-color: #fff !important;
}

.qns-listing .qn-item.single {
  padding: 0;
}

.QA-wrapper button.explore-button.more-answers {
  width: 100%;
  padding: 9px 30px;
  display: none;
  margin-bottom: 10px;
}

.QA-wrapper button.explore-button#Ans_publish {
  width: auto;
  margin-left: auto;
  display: block;
  margin-top: 20px;
}

.input-group.responses {
  margin-top: 40px;
}

.qn-title.main {
  cursor: pointer;
}
.tab-pane .preloader {
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
}

.no-questions {
  display: flex;
  width: 100%;
  height: 125px;
  justify-content: flex-start;
  align-items: center;
}

.tab-content .tab-pane .no-questions h4 {
  color: #b3b3b3;
  font-size: 1.1rem;
}

.more-answers.explore-button img {
  position: relative;
  margin-right: 10px;
  right: unset;
  width: 22px;
  height: 22px;
}

.tab-pane #reply-preloader.preloader {
  height: 120px;
}

#qns-count-block {
  color: #7d7d7d;
}

.tab-content .reviews-block .course-block-header.v2 {
  margin-top: 25px;
  font-size: 1.3rem;
}

.reviews-top {
  display: flex;
  flex-direction: row;
}

.reviews-middle {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.rev-total {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: center;
}

.rev-bars {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.rev-stars {
  display: flex;
  flex-direction: column;
  width: 166px;
  margin-top: -4px;
  padding-left: 10px;
}

#rev-figure {
  text-align: center;
  font-size: 3.85rem;
  font-weight: bold;
  color: #b4690e;
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

.total-stars .demo-icon {
  color: #e59819;
}

.total-stars {
  padding: 0 8px;
}

.total-stars .demo-icon::before {
  font-size: 1.25rem;
  margin: 0 0.5px;
}

.rev-total h5 {
  color: #c17a23;
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 4px;
}

.rev-bars .bar {
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #d1d7dc;
  margin-bottom: 17px;
}

.rev-bars .bar-inner {
  display: block;
  position: relative;
  height: 100%;
  background-color: #696c6f;
}

.reviews-block {
  display: flex;
  flex-direction: column;
  width: 900px;
  max-width: 100%;
  padding: 3rem 1.75rem 0;
  margin: 0 auto;
}

.leave-review h5 {
  font-size: 1.12rem;
  font-weight: 600;
}

.rev-rating h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #4a4a4a;
}

.rate-stars i::before {
  font-size: 1.25rem;
  margin: 0 2px;
  color: #e59819;
}

.rate-stars i {
  cursor: pointer;
}

.rev-rating {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.leave-review .trumbowyg-box,
.leave-review .trumbowyg-editor {
  min-height: 160px;
}

.leave-review .post-review {
  margin-left: auto;
  display: block;
  position: relative;
  background-color: #1c1d1f;
  color: #fff;
}

.dets-meta .user-rating {
  margin-right: 10px;
}

.dets-meta .user-rating i::before {
  color: #e59819;
}

.qn-item.review .dets-meta {
  margin-top: 2px;
  margin-bottom: 6px;
}

.rev-stars .bar-stars i {
  color: #e59819;
}

.rev-stars .bar-stars i::before {
  margin: 0 1.5px;
}

.rev-stars .bar-stars {
  line-height: 1;
  margin-bottom: 11px;
}

.bar-stars span {
  font-size: 0.88rem;
  padding-left: 5px;
  color: #b4690e;
}

.courses-head-right {
  display: flex;
  position: absolute;
  right: 10px;
  top: 8px;
  display: none;
}

button.attempt-test {
  border: 1px solid #fff;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  max-width: 100%;
  line-height: 1;
  font-size: 0.95rem;
  background-color: #222;
  font-weight: bold;
}

.iziToast#test-question {
  width: 450px;
  max-width: 100%;
}

#assessmentModal .modal-dialog {
  width: 820px;
  max-width: 100%;
}

#assessmentModal .modal-content {
  border-radius: 0;
  border: none;
  min-height: 575px;
}

.modal.assessmentModal .modal-header {
  background-color: #222;
  padding: 8px 15px;
  border-radius: 0;
}

.assessmentModal .modal-header h4 {
  color: #fff;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.15px;
}

.assessmentModal .modal-header button.close {
  padding: 8px 15px;
  line-height: 1;
  font-size: 1.05rem;
  margin-top: -6px;
  font-weight: 400;
  color: #eaeaea;
}

.test-warning h5 {
  font-size: 0.85rem;
  letter-spacing: 0.25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.test-warning h6 {
  font-weight: 400;
  font-style: italic;
  font-size: 0.94rem;
  letter-spacing: 0.15px;
}

.assessmentModal .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.65rem;
}

.assessmentModal .modal-body .test-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 35px;
}

.assessmentModal .test-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.test-buttons button {
  min-width: 135px;
  padding: 5px 15px;
  margin-top: 15px;
  line-height: 1.25;
}

.test-body .all-options {
  margin-top: 20px;
}

.test-body .all-options .qn-option {
  display: flex;
  flex-direction: row;
  margin-bottom: 6px;
}

.main-qn {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}

.main-qn span {
  padding-right: 8px;
}

button.test-submit {
  border: 1px solid #1c1d1f;
  padding: 10px 15px;
  display: block;
  position: relative;
  text-align: center;
  width: 140px;
  font-weight: bold;
  background-color: #1c1d1f;
  color: #fff;
  line-height: 1;
  margin-right: 12px;
}

.test-buttons button.disabled {
  opacity: 0.45;
}

.focus-tabs .e-n-tabs .e-n-tabs-heading button {
  flex: 1;
}

.home-posts article.elementor-post .elementor-post__text {
  display: flex;
}

.home-posts
  article.elementor-post
  .elementor-post__text
  .elementor-post__read-more {
  margin-top: auto;
  font-size: 0.92rem;
  color: #88837d;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.home-posts
  article.elementor-post
  .elementor-post__text
  .elementor-post__read-more:hover {
  color: #6db454;
}

.home-posts
  article.elementor-post
  .elementor-post__text
  p
  a.understrap-read-more-link {
  display: none;
}

.case-studies
  .elementor-widget-ucaddon_post_list
  .uc_post_list
  .uc_post_list_box
  .uc_post_list_content_inside {
  height: 100%;
  border-top: 1px solid #777;
  padding-top: 20px;
}

.tenure-publications .uc_post_list .uc_post_list_box:nth-child(odd) {
  flex-direction: row !important;
}

.tenure-publications .uc_post_list .uc_post_list_content_inside {
  height: 100%;
}

.tenure-publications
  .uc_post_list
  .uc_post_list_box:nth-child(even)
  .uc_post_list_content {
  padding: 0% 8% 0% 0;
}

.uc-posts-pagination {
  display: flex !important;
  justify-content: center !important;
  margin-top: 45px !important;
  column-gap: 8px;
  font-size: 1.02rem;
}

.contact-form .elementor-field-textual {
  min-height: 45px;
  padding: 5px 0;
}

.site-menu-main .sub-menu.elementor-nav-menu--dropdown {
  min-width: 280px !important;
  border-radius: 8px;
  padding: 15px 10px;
}

.site-menu-main .sub-menu.elementor-nav-menu--dropdown li a {
  padding-left: 4px !important;
  border-radius: 5px;
}

.contact-form-global .elementor-field-textual {
  min-height: 55px;
  padding: 5px 10;
}

.my-courses-head.single-course.subject .container {
  display: flex;
  padding-right: 0;
}

.subject .container .inner-wrapper {
  display: block;
  padding-right: 30px;
}

.subject .courses-head-right {
  display: flex;
  position: relative;
  flex-grow: 1;
  width: 380px;
  justify-content: center;
  align-items: center;
}

.subject .courses-head-right img {
  height: 95%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 4px solid #fff;
}

.my-courses-head.single-course.subject {
  min-height: 320px;
}

.subject .instructor {
  border-top: 1px solid #404040;
  padding-top: 6px;
}

.subject .not-found {
  display: flex;
  flex-direction: row;
}

.subject .not-found .not-found-content {
  width: 55%;
}

.subject .not-found .not-found-img {
  width: 45%;
}

.site-main.subject {
  padding-top: 100px;
}

.subject h1 {
  color: #97682e;
  margin-bottom: 0;
}

.subject h2.page-sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 5px;
}

a.back-tenure {
  display: inline-block;
  background-color: #a17b46;
  padding: 14px 30px;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #a17b46;
}

a.back-tenure:hover {
  background-color: #fff;
  color: #333;
}

h2.page-sub-title.found {
  margin-top: -20px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 4px;
}

.page-section.sign-up {
  padding-top: 20px;
}

/*====================================================================================================================*/
.password-input-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 10;
  color: #666;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-password:hover {
  color: #333;
  background: #f0f0f0;
  border-radius: 3px;
}

.toggle-icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.password-input {
  padding-right: 45px !important;
  width: 100%;
  box-sizing: border-box;
}

.password-field {
  margin-bottom: 15px;
}

/* Smooth transition for icon change */
.toggle-icon {
  transition: opacity 0.2s ease;
}

.single .elementor-widget.elementor-widget-theme-post-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.single .elementor-widget.elementor-widget-theme-post-content h5 {
  font-size: 1.15rem;
  font-weight: 600;
}

.home-slider.e-con-full .elementor-main-swiper .swiper-slide-inner{
  display: flex;
  width: 1345px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 160px 0 40px !important;
  align-items: center;
}

.home-slider .swiper-slide-inner .swiper-slide-contents{
  background-color: #6DB454;
  min-height: 300px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 40px 40px 50px;
}

.home-slider .elementor-repeater-item-dfe7d03 .swiper-slide-bg{
	background-position: bottom center;
}
/*====================================================================================================================*/

.courses-row .course-item a img {
  height: 175px;
  object-fit: cover;
  object-position: center;
}

.subject .row.courses-row .course-item .item-meta h4 {
  font-size: 1.08rem;
  line-height: 1.15;
  margin-bottom: 5px;
  font-weight: 600;
}

.swiper-slide figure img{
	height: 100px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.application-form .wpforms-field-container .wpforms-field-layout{
	border: 1px dashed #e3d9d7;
  padding: 25px 35px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f6f3f2;
}

.application-form div.wpforms-container .wpforms-form .wpforms-field-layout > .wpforms-field-label {
  font-size: 21px;
  line-height: 22px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  border-top: none;
}

.application-form div.wpforms-container-full .wpforms-form .wpforms-field-layout > .wpforms-field-label::before{
	border-top:none !important;
}

.application-form div.wpforms-container-full .wpforms-field-label{
	margin-bottom: 6px;
  font-size: 0.98rem;
  letter-spacing: 0.25px;
}

.application-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul{
	gap: 8px;
	margin-top: 10px;
}

.application-form div.wpforms-container-full input[type="text"],
.application-form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column textarea, 
.application-form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column select{
	border-radius: 5px;
	border-color: #5c462b;
}

.application-form div.wpforms-container .consent-field ul .wpforms-field-label-inline{
	font-size: 0.96rem;
}

.application-form div.wpforms-container-full button[type="submit"]{
	border-color: #5c462b;
	background-color: #5c462b !important;
  min-width: 240px;
}

@media (max-width: 1400px) {
  .home-slider.e-con-full .elementor-main-swiper .swiper-slide-inner{
	  padding: 160px 4% 40px !important;
	}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (max-width: 1024px) {
  .tenure-publications .uc_post_list .uc_post_list_box:nth-child(n) {
    flex-direction: column !important;
  }

  .tenure-publications
    .uc_post_list
    .uc_post_list_box:nth-child(2n)
    .uc_post_list_content {
    padding: 30px 0px 30px 0px;
  }

  .footer-brown .float-text {
    position: absolute;
  }

  .footer-brown .float-text.address {
    left: 150px;
  }
  .footer-brown .float-text.contacts {
    left: 150px;
    top: 95px;
  }
}

@media (max-width: 767px) {
  .footer-brown .float-text {
    position: relative;
  }

  .footer-brown .float-text.address {
    left: 0;
  }
  .footer-brown .float-text.contacts {
    left: 0;
    top: 0;
    margin-top: -20px !important;
    margin-bottom: 10px !important;
  }

  .my-courses-head.single-course.subject .container {
    flex-direction: column;
    padding-right: 25px;
    padding-left: 25px;
  }

  .subject .container .inner-wrapper {
    padding-right: 0;
  }

  .my-courses-head.single-course.subject {
    padding-top: 160px;
  }

  .courses-head-right {
    width: 100%;
    right: unset;
    top: unset;
  }

  .course-tagline {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .my-courses-head.single-course .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .my-courses-head.single-course h2 {
    font-size: 1.95rem;
    margin-bottom: 20px;
    line-height: 1.05;
  }

  .my-courses-head.single-course {
    padding-top: 150px;
  }
}

@media (max-width: 600px) {
	.application-form div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-layout{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.application-form div.wpforms-container .wpforms-form .wpforms-field-layout > .wpforms-field-label {
	  font-size: 20px;
	}
	
	.application-form div.wpforms-container-full .wpforms-field-label {
	  font-size: 1.02rem;
	}
}

@media (max-width: 560px) {
	.home-slider .swiper-slide-inner .swiper-slide-contents{
	  padding:30px 25px 40px;
	}
	
  .single .elementor-widget.elementor-widget-theme-post-content h4 {
    font-size: 1.2rem;
  }

  .row.banner-row {
    flex-direction: column-reverse;
  }

  .page-section {
    margin-top: 50px;
  }

  .courses-wrapper-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-banner-items {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .student-img img {
    height: 310px;
  }

  .home-banner-items {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-banner-items h1 {
    font-size: 2.75rem;
    margin-bottom: 30px;
    line-height: 1;
    margin-top: 15px;
  }

  .banner-text {
    font-size: 1.08rem;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .courses-wrapper-section h3 {
    font-size: 2.15rem;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: -0.45px;
  }

  .courses-wrapper .courses-text {
    font-size: 1.15rem;
    line-height: 1.35;
  }

  .courses-tabs .nav-link {
    padding: 0.4rem 0.85rem 0.4rem 0;
    font-size: 1rem;
  }

  #coursesTab {
    padding: 25px;
  }

  .page-section.popular .container {
    width: 380px;
    max-width: 100%;
  }

  .course-item .item-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .courses-row .course-item .item-wrapper img {
    height: 185px;
    width: 100%;
  }

  .course-item .item-meta h4 {
    font-size: 1.18rem;
    line-height: 1.15;
  }

  .courses-row .course-item {
    padding-bottom: 18px;
  }

  .page-section.explore .container {
    width: 400px;
    max-width: 100%;
  }

  .learner-img img {
    width: 340px;
  }

  .outcomes h3 {
    font-size: 2.15rem;
    margin-bottom: 30px;
    line-height: 0.95;
  }

  .outcomes .text {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }

  .page-section.outcomes {
    background-color: #f7f3eb;
    padding: 50px 0 40px;
    margin-top: 55px;
    margin-bottom: 35px;
  }

  #page-wrapper {
    padding-bottom: 65px;
  }

  .page-template-homepage .page-section.top {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -40px;
  }

  .site-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-color: transparent !important;
    padding: 0 18px;
  }

  .site-header .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item {
    background-color: #2d2d2d;
    margin-bottom: 3px;
    border-radius: 5px;
  }

  .site-header .elementor-nav-menu--dropdown a {
    border-radius: 5px !important;
  }

  .site-header .elementor-nav-menu--dropdown a {
    padding: 10px 10px !important;
  }

  .page-section.community h3 {
    font-size: 2.1rem;
    margin-top: 5px;
    line-height: 1;
  }

  .site-main.subject {
    padding-top: 75px;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
  }

  .subject h2.page-sub-title {
    font-size: 1.62rem;
    line-height: 1;
  }

  .single.single-course .row.course-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .single.single-course .row.course-main #course-sidebar {
    position: relative;
    top: 0;
    width: 100%;
  }

  .tutor-data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .course-block.tutor .course-block-header {
    text-align: center;
  }

  .tutor-name {
    text-align: center;
  }

  .tutor-data .tutor-img {
    width: 180px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tutor-bio {
    font-size: 1rem;
  }

  #course-sidebar .course-thumb {
    padding: 10px;
  }

  .page-section.sign-up {
    padding-top: 20px;
    width: 385px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .course-block.coming-block {
      min-height: 150px;
      margin-bottom: 25px;
  }
  
  .course-block.coming-block h3{
      font-size: 1.72rem;
      font-weight: bold;
      margin-bottom: 0;
      text-align: center;
  }
}
