@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-lightitalic-webfont.woff2") format("woff2"), url("../fonts/montserrat-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-italic-webfont.woff2") format("woff2"), url("../fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bolditalic-webfont.woff2") format("woff2"), url("../fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.blog {
  margin-bottom: 60px;
}

.blog .row::after {
  content: '';
  display: table;
  clear: both;
}

.blog .row .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.82812%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.blog .row .col::after {
  content: '';
  display: table;
  clear: both;
}

.blog .row .col:last-child {
  margin-right: 0%;
}

.blog .row .col span {
  display: block;
  text-align: center;
  margin-bottom: 34px;
  color: var(--accent);
  font-weight: bold;
}

.blog .row .col img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog .row .col p {
  font-size: 18px;
  margin: 0;
}

.secondary-nav {
  background-color: var(--accent2);
  margin-bottom: 60px;
}

.secondary-nav .cover {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px 0;
}

.secondary-nav .cover::after {
  content: '';
  display: table;
  clear: both;
}

.secondary-nav .cover .menu-item {
  background: #fff;
  color: var(--accent);
  text-decoration: none;
  width: 20%;
  margin-right: 5px;
  font-size: 14px;
  padding: 15px 0px;
  border-radius: 3px;
  transition: background 0.1s ease;
}

.secondary-nav .cover .menu-item:last-child {
  margin-right: 0;
}

.secondary-nav .cover .menu-item.active {
  background: var(--accent);
  color: #fff;
}

.secondary-nav .cover .menu-item:hover {
  background: var(--accent);
  color: #fff;
}

/*profile design*/
.profile-box {
  border: 1px solid rgba(209, 209, 209, 0.07);
  padding: 60px 40px;
  background: rgba(201, 201, 201, 0.07);
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.profile-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 0;
  color: #303030;
  word-wrap: break-word;
}

.profile-box .subtitle {
  text-align: center;
  display: block;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: normal;
}

.profile-box .form-container {
  width: auto;
  max-width: 888px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.profile-box .form-container::after {
  content: '';
  display: table;
  clear: both;
}

.profile-box .form-container.partner {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.profile-box .form-container.partner::after {
  content: '';
  display: table;
  clear: both;
}

.profile-box .form-container .input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  word-break: break-all;
}

.profile-box .form-container .input-container.file-upload {
  align-items: center;
}

.profile-box .form-container .input-container:nth-last-child(2) {
  margin-bottom: 30px;
}

.profile-box .form-container .input-container.textarea {
  align-items: flex-start;
}

.profile-box .form-container .input-container.textarea .label {
  margin-top: 10px;
}

.profile-box .form-container .input-container .label {
  flex-grow: 1;
  text-align: right;
  padding-right: 21px;
  margin-top: 15px;
}

.profile-box .form-container .input-container .label label {
  font-size: 16px;
  color: #9a9a9a;
}

.profile-box .form-container .input-container .input {
  width: 65%;
  position: relative;
}

.profile-box .form-container .input-container .input.is-datepicker {
  position: relative;
}

.profile-box .form-container .input-container .input.is-datepicker .ui-datepicker-trigger {
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 0;
}

.overlay .ui-datepicker-trigger {
  position: absolute;
  width: 15px;
  top: 15px;
  right: 10px;
}

.profile-box .form-container .input-container .input input {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 15.6px 12px;
  font-size: 14px;
  border-radius: 5px;
  background: var(--white);
}

.profile-box .form-container .input-container .input textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px 28px;
  resize: none;
  min-height: 140px;
}

.profile-box .form-container .input-container .input .select2 {
  width: 100% !important;
  height: initial;
}


.profile-box .form-container .input-container .input .select2 input {
  padding: 0;
  border: none;
}



.profile-box .form-container .input-container .input .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial;
  color: #000;
}


.profile-box .form-container .input-container .input.is-file {
  display: block;
}

.profile-box .form-container .input-container .input.is-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.profile-box .form-container .input-container .input.is-file label {
  border: 1px solid var(--accent);
  border-radius: 8px;
  padding: 12px 22px;
  text-align: center;
  color: var(--accent);
  margin-right: 4%;
  cursor: pointer;
  float: left;
  width: 200px;
  background: #fff;
}

.profile-box .form-container .input-container .input.is-file .file-holder {
  position: relative;
  float: left;
  width: 100%;
  max-width: 180px;
}

.profile-box .form-container .input-container .input.is-file .file-holder .fa-times {
  position: absolute;
  right: 0;
  z-index: 9999;
  top: -5px;
  cursor: pointer;
}

#block-homepage-section-two {
  background: var(--accent);
}

#block-homepage-section-two h2 {
  padding-top: 20px;
}

#block-homepage-section-two h2,
#block-homepage-section-two div.col {
  color: #fff;
}

#block-homepage-section-two img {
  max-width: 80px;
}

.profile-box .form-container .input-container .input.is-file img {
  width: 70px;
  height: 50px;
  margin-right: 0px;
}

.profile-box .form-container .input-container .input.is-file img:last-child {
  margin-right: 0;
}

.profile-box .form-action {
  max-width: 55%;
  margin-left: auto;
  margin-right: 0;
}

.profile-box .form-action input {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  max-width: 200px;
  text-align: center;
  background-color: transparent;
  color: var(--black);
  font-size: 16px;
  font-weight: normal;
  padding: 12px 12px;
  border-radius: 25px;
  box-shadow: var(--shadow2);
  background: var(--accent);
  color: var(--white);
}

/* profile deisgn*/

/*my courses*/
.booking-box {
  width: auto;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: 2px solid var(--accent);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #EBECEC;
  border-radius: 8px;
}

.booking-box::after {
  content: '';
  display: table;
  clear: both;
}

.booking-box .content {
  display: flex;
  flex-direction: row;
  width: 70.02%;
  padding: 40px 36px;
  background: #fff;
  border-radius: 5px 0 0 5px;
}

.booking-box .content .img-holder {
  margin-right: 3.73726%;
  font-size: 16px;
  max-width: 122px;
  text-align: center;
  word-break: break-word;
  width: 100%;
}

.booking-box .content .img-holder img {
  width: 100%;
  max-width: 122px;
  display: block;
  margin: 0 auto;
  max-height: 91px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
  margin-bottom: 20px;
}

.booking-box .content .img-holder .rating {
  margin-top: 11px;
  font-size: 12px;
}

.booking-box .content .img-holder .rating i {
  color: var(--turqoise);
  font-size: 18px;
  vertical-align: middle;
}

.profile-box .booking-box.review-box .rating i {
  color: var(--turqoise);
  font-size: 18px;
  vertical-align: middle;
}


.booking-box .content .img-holder .rating .star {
  font-size: 12px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
}

.booking-box .content .img-holder .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.booking-box .content .img-holder .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

.booking-box .content .img-holder .rating .rating-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.booking-box .content .description {
  font-size: 16px;
  letter-spacing: 0.05em;
  word-break: break-all;
  width: 100%;
}

.booking-box .content .description .datecontent {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.booking-box .content .description .title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.booking-box .action {
  padding: 21px 30px;
  flex-grow: 1;
  border-radius: 0px 10px 10px 0px;
}

.booking-box .action .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.booking-box .action .buttons .icon {
  margin-bottom: 20px;
}

.booking-box .action .buttons .icon i {
  font-size: 40px;
  color: var(--accent);
}

.booking-box .action .buttons .button {
  text-align: center;
  margin-bottom: 20px;
  padding: 11px 0;
  text-decoration: none;
  font-size: 16px;
  max-width: 100%;
  box-shadow: none;

}

/* .button.white {
  background-color: var(--accent2);
  color: var(--white);
  border-color: var(--accent2);
} */
.button.white {
  background-color: var(--white);
  color: var(--accent);
  border-color: var(--accent);
}

.booking-box .action .buttons .button:last-child {
  margin-bottom: 0;
}

.page-action {
  width: auto;
  max-width: 904px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-action::after {
  content: '';
  display: table;
  clear: both;
}

.page-action .text {
  margin: 0;
  width: 64.60177%;
}

.page-action .action {
  flex-grow: 1;
  text-align: center;
}

.page-action .action .button {
  text-align: center;
  padding: 12px 0;
  min-width: 240px;
  text-decoration: none;
  margin-bottom: 50px;
}

.button.blue.background,
.page-action .action .button.blue.background {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

/*my courses*/
/*chat*/
.chat-page .chat-content {
  width: auto;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}

.chat-page .chat-content::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .chat-content::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .chat-content .new-message {
  background: #f5f8f3;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 31px;
}

.chat-page .chat-content .new-message h2 {
  font-size: 24px;
  text-align: left;
  margin-top: 0;
}

.chat-page .chat-content .new-message .form-container::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .chat-content .new-message .form-container .input-container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 59.0625%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.chat-page .chat-content .new-message .form-container .input-container::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .chat-content .new-message .form-container .input-container:last-child {
  margin-right: 0%;
}

.chat-page .chat-content .new-message .form-container .input-container.input-small {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.59375%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.chat-page .chat-content .new-message .form-container .input-container.input-small::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .chat-content .new-message .form-container .input-container.input-small:last-child {
  margin-right: 0%;
}

.chat-page .chat-content .new-message .form-container .input-container.input-small .button {
  padding: 14px 20px;
}

.chat-page .chat-content .new-message .form-container .input-container input {
  width: 100%;
}

.chat-page .message-container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 61.33681%;
  margin-left: 0%;
  margin-right: 2.34375%;
  border: 1px solid #ebebeb;
  background: #fff;
  scrollbar-color: red;
}

.chat-page .message-container::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .message-container:last-child {
  margin-right: 0%;
}

.chat-page .message-container .message-action {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: block;
  float: left;
}

.chat-page .message-container .message-action textarea,
.chat-page .message-container .message-action input {
  outline: none;
  padding: 9px 20px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-right: 2.66002%;
  resize: none;
  height: 40px;
  width: 67.23916%;
  border-radius: 8px;
  float: left;
  overflow-y: hidden;
}

.chat-page .message-container .message-action textarea {
  min-height: 120px;
  resize: vertical;
  overflow-y: auto;
}

.chat-page .message-container .message-action button {
  outline: none;
  border-radius: 8px;
  width: 19.5068%;
  padding: 5px 0;
  text-align: center;
  float: right;
  min-width: 110px;
}

.chat-page .message-container .message-action button.fileupload {
  position: relative;
  width: auto;
  text-align: center;
  background: none;
  border: none;
  float: left;
  min-width: 41px;
  padding: 0;
}

.chat-page .message-container .message-action button.fileupload svg {
  width: 41px;
  height: 40px;
}

.chat-page .message-container .message-action button.fileupload input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  width: 41px;
}

.chat-page .message-container .message-action button svg {
  fill: #fff;
  width: 24px;
  height: 28px;
  display: inline-block;
  vertical-align: -7px;
}

.chat-page .message-container .message-action span {
  outline: none;
  border-radius: 8px;
  width: 19.5068%;
  padding: 5px 0;
  flex-grow: 1;
  cursor: pointer;
}

.chat-page .message-container .message-action span svg {
  fill: #fff;
  width: 24px;
  height: 28px;
  margin: 0 auto;
  display: block;
  vertical-align: -7px;
}

.chat-page .message-box {
  min-height: 518px;
  padding: 13px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  max-height: 518px;
  overflow-y: auto;
}

.chat-page .message-box .date {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chat-page .message-box .sent-message {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.chat-page .message-box .sent-message::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .message-box .sent-message .user-icon {
  float: left;
  width: 35px;
  box-sizing: content-box;
  padding-right: 10px;
}

.chat-page .message-box .sent-message .user-icon .circle {
  width: 35px;
  height: 35px;
  border-radius: 99999999999px;
  font-size: 26px;
  font-weight: bold;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.chat-page .message-box .sent-message .user-icon .circle .circle-content {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.chat-page .message-box .sent-message .user-icon .circle .circle-content img {
  display: block;
  max-width: 60px;
  max-height: 60px;
}

.chat-page .message-box .sent-message .message-body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.chat-page .message-box .sent-message .message-body {
  padding: 15px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  max-width: 80%;
  margin-bottom: 10px;
  color: #0d0d0d;
  word-break: break-all;
}

.chat-page .message-box .received-message {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
}

.chat-page .message-box .received-message::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .message-box .received-message .message-body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
}

.chat-page .message-box .received-message .message-body {
  padding: 15px;
  background: #fff;
  border: 1px solid #ebebeb;
  max-width: 80%;
  color: #0d0d0d;
  word-break: break-all;
}

.chat-page .message-box .received-message .user-icon {
  float: right;
  width: 35px;
  box-sizing: content-box;
  padding-left: 10px;
  display: none;
}

.chat-page .message-box .received-message .user-icon .circle {
  width: 35px;
  height: 35px;
  border-radius: 99999999999px;
  border: 2px solid var(--accent);
  box-sizing: border-box;
  background: transparent;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.chat-page .message-box .received-message .user-icon .circle .circle-content {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  height: 100%;
  object-fit: cover;
}

.chat-page .message-box .received-message .user-icon .circle .circle-content img {
  display: block;
  max-width: 60px;
  max-height: 60px;
}

.chat-page .contact-list {
  float: right;
  clear: none;
  text-align: inherit;
  width: 36.31944%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.chat-page .contact-list::after {
  content: '';
  display: table;
  clear: both;
}

.chat-page .contact-list:last-child {
  margin-right: 0%;
}

.chat-page .contact-list .custom-select {
  /*margin-bottom: 20px;*/
  margin-bottom: 50px;
}

.chat-page .contact-list .custom-select select {
  outline: none;
}

.chat-page .contact-list .custom-select .select2 {
  width: 100% !important;
  outline: none;
}

.chat-page .contact-list .custom-select .select2.select2-container--focus {
  border: none;
}

.chat-page .contact-list .custom-select .select2 .select2-selection {
  outline: none;
}

.chat-page .contact-list .custom-select .select2 .select2-selection--single {
  height: auto;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}

.chat-page .contact-list .custom-select .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding: 15px 24px;
  padding-right: 55px;
  /*color: var(--accent);*/
  color: var(--black);
}

.chat-page .contact-list .custom-select .select2 .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  width: 20px;
  transform: translate(0, -50%);
}

.chat-page .contact-list .message-history {
  /*background: #fff;
  border: 1px solid #ebebeb;
  height: 550px;*/
  height: 540px;
  overflow-y: auto;
}

.chat-page .contact-list .message-box-system {
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  height: 110px;
}

.chat-page .contact-list .message-box-system.unread {
  background: #fff;
}

.chat-page .contact-list .message-box-system.selected {
  background: #ebebeb;
}

.chat-page .contact-list .message-box-system.unread .body .name {
  color: #0d0d0d;
}

.chat-page .contact-list .message-box-system.unread .body .message {
  color: #0d0d0d;
}



.chat-page .contact-list .message-box-system .image {
  padding-left: 14px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-top: 5px;
}

.chat-page .contact-list .message-box-system .image .image-container {
  width: 60px;
  height: 60px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}

.chat-page .contact-list .message-box-system .image .image-container .image-overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.chat-page .contact-list .message-box-system .image .image-container .image-overflow img {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  object-fit: cover;
}

.chat-page .contact-list .message-box-system .image .image-container .unread-bubble {
  position: absolute;
  background: #fff;
  z-index: 4;
  border: 1px solid var(--accent);
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 15.5px;
  top: 0px;
  left: 0px;
}

.chat-page .contact-list .message-box-system .body {
  padding-top: 0px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.chat-page .contact-list .message-box-system .body .name {
  font-size: 16px;
  font-weight: bold;
  color: #0d0d0d;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.chat-page .contact-list .message-box-system .body .message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*chat*/
/*reviews*/
.profile-box .booking-box.review-box .content {
  border: 0;
  padding: 16px;
  width: 100%;
}

.profile-box .booking-box.review-box .content .date {
  display: block;
  margin-bottom: 12px;
}

.profile-box .booking-box.review-box .content .img-holder {
  font-weight: bold;
}

.profile-box .booking-box.review-box .content .image-container {
  width: 89px;
  height: 89px;
  border-radius: 9999999px;
  border: 2px solid var(--accent);
  position: relative;
  margin: 0 auto;
  background: transparent;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.profile-box .booking-box.review-box .content .image-container .image-overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  position: relative;
  box-sizing: border-box;
}

.profile-box .booking-box.review-box .content .image-container .image-overflow img {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-box .booking-box.review-box .content .image-container .unread-bubble {
  position: absolute;
  background: #fff;
  z-index: 4;
  border: 1px solid var(--accent);
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 15.5px;
  top: 0px;
  left: 0px;
}

.profile-box .booking-box.review-box .rating {
  font-size: 12px;
  margin-bottom: 9px;
  text-align: left;
}

.profile-box .booking-box.review-box .rating .star {
  font-size: 12px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
}

.profile-box .booking-box.review-box .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.profile-box .booking-box.review-box .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

.profile-box .booking-box.review-box .rating .rating-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

/*reviews*/
/*favorite*/
.favourites-box {
  width: auto;
  max-width: 849px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.favourites-box::after {
  content: '';
  display: table;
  clear: both;
}

.favourites-box .slide {
  width: 29.56419%;
  margin-right: 5.65371%;
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
}

.favourites-box .slide img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0px 0px;
  height: 230px;
  object-fit: none;
}

.rating-cards .card .card-header {
  position: relative;
}

.favourites-box .slide .favourite,
.rating-cards .card .card-header .favourite {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--accent);
  font-size: 24px;
}

.rating-cards .card .card-body .star-rating i {
  padding-right: 3px;
  color: var(--turqoise);
}

.favourites-box .slide .info {
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  float: left;
  width: 100%;
}

.favourites-box .slide .info a {
  color: #0d0d0d;
  text-decoration: none;
}

.favourites-box .slide .info .title {
  font-size: 16p;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  word-break: break-all;
}

.favourites-box .slide .info .subtitle {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  word-break: break-all;
}

.favourites-box .slide .info .location {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  min-height: 35px;
  float: left;
  width: 100%;
}

.favourites-box .slide .info .rating {
  font-size: 12px;
  margin-bottom: 16px;
  text-align: center;
}

.favourites-box .slide .info .rating .star {
  font-size: 12px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
}

.favourites-box .slide .info .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.favourites-box .slide .info .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

.favourites-box .slide .info .rating .rating-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.favourites-box .slide .info .price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*favorite*/
/*reset password*/
.layout-content.custom_resetpassword_page {
  text-align: center;
}

#user-pass {
  margin: 0 auto;
  background: none;
  border: none;
}

#user-pass label {
  display: none;
}

#user-pass input[type="text"] {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  background: none;
  text-indent: 0px;
}

#user-pass .back-to-login {
  display: none;
}

#user-pass input[type="submit"] {
  background: var(--accent);
  color: #fff;
  width: 100%;
  max-width: 335px;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  text-shadow: none;
  font-size: 18px;
  padding: 10px 26px;
  height: auto;
}

/*reset password*/
/*datepicker*/
.datepicker_wrapper .ui-widget {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s cubic-bezier(0.2, 0.5, 0.25, 1);
  width: 300px;
}

.datepicker_wrapper .ui-widget.ui-widget-content {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  z-index: 999 !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header {
  display: block;
  padding: 9px 0;
  border: 0px;
  margin-bottom: 8px;
  background: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header::after {
  content: '';
  display: table;
  clear: both;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  float: right;
  width: 13.33333%;
  text-align: right;
  cursor: pointer;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:before {
  content: '\f054';
  font-weight: 900;
  font-size: 12px;
  color: var(--accent);
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  width: 13.33333%;
  cursor: pointer;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:hover,
.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:hover {
  background: none;
  border: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:before {
  content: '\f053';
  font-weight: 900;
  font-size: 12px;
  color: var(--accent);
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  float: left;
  width: 73.33333%;
  text-align: center;
  font-size: 18px;
  color: var(--accent);
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3em;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  font-size: 18px;
  font-weight: bold;
  color: var(--accent);
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody {
  text-align: center;
  transition: all 0.1s ease;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td {
  text-align: center;
  margin-bottom: 10px;

}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td:hover {
  background: rgb(173, 175, 175);
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td:hover a {
  color: #fff !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td.ui-state-disabled:hover {
  background: #fff;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td a {
  text-decoration: none;
  font-size: 18px;
  color: #484848;
  background: none;
  border: none;
  height: 25px;
  float: left;
  width: 100%;
  line-height: 20px;
}

#bookingcourse .datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td .ui-state-default.ui-state-active,
#coursedetails_page .datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td .ui-state-default.ui-state-active {
  background: rgb(173, 175, 175) !important;
  color: #fff !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  color: rgb(173, 175, 175);
}

/*datepicker*/
/*partner register*/
.register {
  padding-top: 60px;
}

#coursedetails_page .profile-box .subtitle {
  font-size: 16px;
  text-align: left;
}

.register.login .form-container .input-container:nth-last-child(2) {
  margin-bottom: 60px;
}

.register.login .form-container .input-container.action-form .button {
  max-width: 100%;
}

.register.login .form-container .input-container.action-form a {
  color: #0d0d0d;
}

.register h2 {
  font-size: 22px;
  font-weight: 600;
  color: #0d0d0d;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.register .form-container {
  margin-bottom: 60px;
  width: auto;
  max-width: 450px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.register .form-container::after {
  content: '';
  display: table;
  clear: both;
}

.register .form-container .input-container {
  margin-bottom: 10px;
  display: block;
  flex-direction: row;
}

.register .form-container .input-container textarea {
  border: 1px solid #ebebeb;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  min-height: 144px;
  resize: none;
}

.parsley-errors-list {
  float: left;
  width: 100%;
}

.register .form-container .input-container input {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  outline: none;
  padding: 12px 20px;
  width: 100%;
}

.register .form-container .input-container input::placeholder {
  /* color: #9a9a9a; */
}

#user-register-form input.parsley-error,
#user-register-form select.parsley-error,
#user-register-form textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}

.register .form-container .input-container input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
  float: left;
}

.register .form-container .input-container label {
  letter-spacing: 0.025em;
  text-align: justify;
  float: left;
  width: 94%;
}

.register .form-container .input-container label a {
  text-decoration: none;
  color: #0d0d0d;
  font-weight: 700;
}

#partner_register .input-container {
  float: left;
  width: 100%;
}

.register .form-container .input-container.action-form {
  flex-direction: column;
  align-items: center;
}

.register .form-container .input-container.action-form>label.partnerregister {
  font-weight: bold;
}

.register .form-container .input-container.action-form .button {
  font-size: 14px;
  padding: 10px 26px;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  height: 49px;
}

.register .form-container .input-container.action-form label {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}

/*partner register*/

/*search*/

.search .filter {
  padding: 35px 20px;
  border: 1px solid var(--accent)0f;
  border-radius: 10px;
  margin-bottom: 40px;
  background: var(--accent)0f;
}

.search .filter h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #303030;
  margin: 0;
  margin-bottom: 60px;
}

.search .filter .center {
  width: auto;
  max-width: 844px;
  float: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.search .filter .center::after {
  content: '';
  display: table;
  clear: both;
}

.search .filter .center .row {
  display: flex;
  margin-bottom: 15px;
}

.search .filter .center .row .input-container {
  width: 35%;
  margin-right: 28px;
}

.search .filter .center .row .input-container:first-of-type {
  width: 70%;
}

.search .filter .center .row .input-container:last-child {
  margin-right: 0;
}

.search .filter .center .row .input-container input {
  width: 100%;
  border: 1px solid #ededed;
  outline: none;
  font-size: 18px;
  padding: 5px 13px 8px;
  border-radius: 8px;
  height: 35px;
}

.search .filter .center .row .input-container input::placeholder {
  color: #9a9a9a;
}

.search .filter .center .row .input-container.inputsx2 {
  display: flex;
  flex-direction: row;
}

.search .filter .center .row .input-container.inputsx2 input {
  width: 48.15725%;
  margin-right: 18px;
}

.search .filter .center .row .input-container.inputsx2 input:last-child {
  margin-right: 0;
}

.search .filter .center .row .input-container.special input::placeholder {
  color: #0d0d0d;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  opacity: 1;
  color: var(--gray);
}

.search .filter .center .row .input-container .select2 {
  width: 100% !important;
}

.search .filter .center .row .input-container .select2 .select2-selection {
  font-size: 18px;
  outline: none;
  border: 1px solid #ededed;
  border-radius: 20px;
  height: auto;
}

.search .filter .center .row .input-container .select2 .select2-selection .select2-selection__rendered {
  padding: 8px 13px;
  padding-right: 30px;
  line-height: normal;
}

.search .filter .center .row .input-container .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
}

.search .filter .center .row .input-container .select2.select2-container--open .select2-selection {
  border-radius: 20px 20px 0 0;
}

.search .page-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 17px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}

.search .page-filter .input-container {
  margin-right: 19px;
  width: 15.23438%;
}

.search .page-filter .input-container:last-child {
  margin-right: 0;
}

.search .page-filter .input-container .select2 {
  width: 100% !important;
}

.search .page-filter .input-container .select2 .select2-selection {
  font-size: 18px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: auto;
}

.search .page-filter .input-container .select2 .select2-selection .select2-selection__rendered {
  padding: 10px 13px;
  padding-right: 30px;
  line-height: normal;
}

.search .page-filter .input-container .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
}

.search .page-filter .input-container .select2.select2-container--open .select2-selection {
  border-radius: 20px 20px 0 0;
}

.favourites-box.search-content {
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.favourites-box.search-content::after {
  content: '';
  display: table;
  clear: both;
}

.favourites-box.search-content .slide {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.77083%;
  margin-left: 0%;
  margin-right: 2.34375%;
  max-width: 410px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #fff;
  background-size: cover;
}

.favourites-box.search-content .slide::after {
  content: '';
  display: table;
  clear: both;
}

.favourites-box.search-content .slide:last-child {
  margin-right: 0%;
}

.favourites-box.search-content .slide:last-child {
  margin-right: 0;
}

.favourites-box.search-content .slide:nth-child(3n) {
  margin-right: 0;
}

/*search*/
/*blog page*/
.blog-page {
  padding: 60px 0;
}


.blog-page .container {
  max-width: 1136px;
}

.blog-page.blog-post h1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.88542%;
  margin-left: 0%;
  margin-right: 2.34375%;
  text-align: center;
  color: #303030;
}

.blog-page.blog-post h1::after {
  content: '';
  display: table;
  clear: both;
}

.blog-page.blog-post h1:last-child {
  margin-right: 0%;
}

.blog-page h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--accent);
  margin: 0;
  margin-bottom: 60px;
}

.blog-page .main::after {
  content: '';
  display: table;
  clear: both;
}

.blog-page .main .content {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.88542%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.blog-page .main .content::after {
  content: '';
  display: table;
  clear: both;
}

.blog-page .main .content:last-child {
  margin-right: 0%;
}

.blog-page .main .content .article {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-page .main .content .article a {
  display: block;
  margin-right: 10.18957%;
  width: 100%;
  max-width: 351px;
  border-radius: 10px;
}

.blog-page .main .content .article img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog-page .main .content .article .content {
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.blog-page .main .content .article .content .title {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.blog-page .main .content .article .content .date {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.blog-page .main .content .article .content .text {
  font-size: 18px;
  flex: 1 1 auto;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.blog-page .main .content .article .content .read-more {
  display: block;
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
}

.blog-page .main .content .blog-single section {
  padding: 0;
}

.blog-page .main .content .blog-single section img {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 10px;
}

.blog-page .main .content .blog-single section p {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 0;
  margin-bottom: 25px;
}

/* .blog-page .main .content .blog-single section p:nth-child(1)::first-letter {
  font-size: 100px;
  float: left;
  line-height: 75px;
} */

.blog-page .main aside {
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.24219%;
  margin-left: 8.52865%;
  margin-right: 2.34375%;
}

.blog-page .main aside::after {
  content: '';
  display: table;
  clear: both;
}

.blog-page .main aside:last-child {
  margin-right: 0%;
}

.blog-page .main aside .category {
  margin-bottom: 60px;
}

.blog-page .main aside .category .title {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.blog-page .main aside .category .button {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 12px 15px;
  text-align: center;
  border-radius: 20px;
  fill: var(--black);
  stroke-width: 2;
  box-shadow: none;
  border: 2px solid var(--black);
}

.blog-page .main aside .history .title {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.blog-page .main aside .history .mini-article {
  margin-bottom: 15px;
}

.blog-page .main aside .history .mini-article a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #4a4a4a;
}

.blog-page .main aside .history .mini-article a img {
  width: 100%;
  max-width: 120px;
  border-radius: 10px;
  display: block;
  margin-right: 10px;
}

/*blog page*/
/*course details page*/
.course-detail {
  padding: 0 0 60px;
  position: relative;
}

.course-detail .image_holders {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
}

.floating-block {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  z-index: 2;
}

.floating-block .image {
  float: left;
  width: 50%;
  max-width: 210px;
  text-align: center;
}

.floating-block .info-block {
  float: left;
  width: 50%;
  padding-left: 20px;
  word-break: break-all;
}

.floating-block .info-block .coursename {
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}

.floating-block .info-block .category {
  background: var(--accent);
  padding: 5px 10px;
  color: #fff;
}

.floating-block .info-block .rating {
  margin-top: 15px;
}

.floating-block .info-block .rating .star {
  color: #fff;
  font-size: initial;
}

.floating-block .image img {
  width: 100%;
}

.floating-block .image .name {
  color: #fff;
  word-break: break-all;
}

.course-detail .hero {
  display: block;
  width: 100%;
  object-fit: cover;
  margin-bottom: 60px;
}

.courses-gallery .info .rating {
  margin-top: 11px;
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}

.courses-gallery .info .rating span.star {
  font-size: 12px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
  display: inline;
}

.courses-gallery .info .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.courses-gallery .info .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

/*.course-detail .rating {
  margin-top: 11px;
  font-size: 20px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 60px;
}*/

.course-detail .rating .star {
  font-size: 20px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
}

.course-detail .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.course-detail .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

.course-detail .rating .rating-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.course-detail .col {
  padding: 30px 60px;
  border: 1px solid var(--accent);
  border-radius: 10px;
  box-sizing: border-box;
}

.course-detail .row {
  margin-bottom: 60px;
}

.course-detail .row .col {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  flex-wrap: wrap;
}

.course-detail .row .col:first-child {
  margin-right: 30px;
}

.course-detail .row .col .datepicker_wrapper .multi-datepicker .ui-widget {
  box-shadow: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.course-detail .row .col .legend {
  display: flex;
  flex-direction: row;
  padding: 7px 17px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.course-detail .row .col .legend .wihtebox {
  margin-right: 50px;
}

.course-detail .row .col .legend .wihtebox .white-box {
  display: inline-block;
  background: #fff;
  border: 1px solid #ebebeb;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.course-detail .row .col .legend .reserved .cream-box {
  display: inline-block;
  background: #faf0e1;
  border: 1px solid #ebebeb;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.course-detail .row .col .line {
  /* display: flex; */
  /* flex-direction: row; */
  /* flex-grow: 1; */
  word-wrap: 100%;
  flex: 1;
}

.course-detail .row .col .line span {
  flex-grow: 1;
  width: 50%;
  font-size: 18px;
  word-break: break-all;
}

.course-detail .row .col .line span.title {
  font-weight: normal;
}

.course-detail .row .col .action {
  text-align: center;
  margin: 0 auto;
}

.course-detail .row .col .action .button {
  min-width: 200px;
  margin-top: 15px;
}

.course-detail .tabs {
  margin-bottom: 45px;
  word-break: break-all;
  display: block;
  width: 100%;
  float: left;
}

.course-detail .tabs .tab-handles {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

.course-detail .tabs .tab-handles a {
  margin-right: 18px;
  min-width: 15.625%;
  text-align: center;
  padding: 12px 30px;
}

.course-detail .tabs .tab-handles a:last-child {
  margin-right: 0;
}

.course-detail .tabs .tab-content p {
  margin: 0;
  margin-bottom: 30px;
}

.course-detail .tabs .tab-content p:last-child {
  margin: 0;
}

.course-detail .tab-container {
  margin-bottom: 80px;
}

.course-detail .tab-container .tab {
  font-size: 18px;
}

.course-detail .tab-container .tab .tab-handle {
  margin-bottom: 29px;
  display: block;
  position: relative;
  padding-left: 40px;
}

.course-detail .tab-container .tab .tab-handle::before {
  margin-right: 30px;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  content: "\f054";
  font-weight: 900;
  color: var(--accent);
  display: inline-block;
  transition: 0.3s ease;
}

.course-detail .tab-container .tab .tab-handle.active::before {
  transform: rotate(90deg);
}

.course-detail .tab-container .tab .content {
  padding-left: 0px;
}

/*course details page*/
/*course create page*/
.setad {
  /*padding: 60px 0 0;*/
}

.setad .form-container {
  width: auto;
  max-width: 1070px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.setad .form-container::after {
  content: '';
  display: table;
  clear: both;
}

.setad .form-container .row {
  display: flex;
  flex-direction: row;
}

.form-container .input-container {
  position: relative;
}

.setad .form-container .row .input-container {
  width: 48%;
  margin-bottom: 16px;
}

.setad .form-container .row .input-container:first-child {
  margin-right: 31px;
}

.setad .form-container .input-container {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 16px;
}

.setad .form-container .input-container input {
  width: 100%;
  border: 1px solid #c8c8c8;
  outline: none;
  padding: 12px 10px;
  border-radius: 8px;
  background-color: #fff;
}

.setad .form-container .input-container textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  padding: 17px 28px;
  resize: none;
  height: 170px;
}

.setad .form-container .input-container .grid textarea {
  float: left;
  max-width: 640px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.setad .form-container .input-container label {
  display: block;
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.setad .form-container .input-container .select2 {
  width: 100% !important;
  height: initial;
}

.setad .form-container .input-container .select2.select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  padding: 0;
}

.setad .form-container .input-container .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 10px;
  line-height: initial;
  color: #0d0d0d;
}

.setad .form-container .input-container .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}

.setad .form-container .input-container .datepicker_wrapper .multi-datepicker .ui-widget {
  box-shadow: none;
  width: 100%;
}

.setad .form-container .input-container .legend {
  display: flex;
  flex-direction: row;
  padding: 7px 17px;
}

.setad .form-container .input-container .legend .wihtebox {
  margin-right: 50px;
}

.setad .form-container .input-container .legend .wihtebox .white-box {
  display: inline-block;
  background: #fff;
  border: 1px solid #ebebeb;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.setad .form-container .input-container .legend .reserved .cream-box {
  display: inline-block;
  background: #faf0e1;
  border: 1px solid #ebebeb;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.setad .form-container .input-container .table {
  border: 1px solid #ccc;
  padding: 17px 28px;
  font-size: 14px;
  width: 100%;
}

.setad .form-container .input-container .table .row {
  display: flex;
  flex-direction: row;
  color: #9a9a9a;
  align-items: center;
}

.setad .form-container .input-container .table .row .td {
  flex-grow: 1;
  max-width: 20%;
  text-align: center;
}

.setad .form-container .input-container .table .row .td input {
  padding: 7px 0;
  text-align: center;
}

.setad .form-container .input-container .table .row .spacer {
  flex-grow: 1;
  max-width: 20%;
  text-align: center;
}

.setad .form-container .input-container .table .row.header {
  margin-bottom: 29px;
}

.setad .form-container .input-container .table .row.header .spacer {
  max-width: 4%;
}

.setad .form-container .input-container .table .row.header .td {
  max-width: 32%;
  color: #0d0d0d;
}

.setad .form-container .input-container .table .row.header .td:first-child {
  text-align: left;
}

.setad .form-container .input-container .table .row.header .td:last-child {
  text-align: right;
}

.setad .form-container .input-container .input.is-file {
  flex-direction: column;
}

.setad .form-container .input-container .input.is-file label {
  max-width: 39.54802%;
}

.setad .form-container .input-container .inprint {
  font-size: 14px;
  display: block;
  color: #9a9a9a;
  float: left;
  width: 100%;
}

.setad .form-container .input-container .inprint a {
  text-decoration: none;
  color: var(--accent);
}

.setad .form-container .input-container .main-categories {
  display: block;
  float: left;
  width: 100%;
}

.setad .form-container .input-container .main-categories .categoryblock {
  float: left;
  /*width: 100%;*/
  /*max-width: 174px;*/
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.setad .form-container .input-container .main-categories .categoryblock:last-of-type {
  margin-right: 0;
}

.setad .form-container .input-container .main-categories .categoryblock img {
  width: 100%;
  height: 147px;
  object-fit: cover;
}

.setad .form-container .input-container .main-categories .categoryblock.active img {
  border: 4px solid var(--accent);
  border-radius: 3px;
}

.setad .form-container .input-container .main-categories .categoryblock .name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  height: 147px;
  color: #fff;
  padding: 10px 0px;
  font-weight: bold;
  word-break: break-word;
  font-size: 15px;
}

.setad .form-container .input-container .sub-categories {
  display: block;
  float: left;
  width: 100%;
}

.setad .form-container .input-container .sub-categories .categoryblock {
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.setad .form-container .input-container .sub-categories .categoryblock:last-of-type {
  margin-right: 0;
}

.setad .form-container .input-container .sub-categories .categoryblock img {
  width: 100%;
  height: 147px;
  object-fit: cover;
}

.setad .form-container .input-container .sub-categories .categoryblock.active img {
  border: 4px solid var(--accent);
  border-radius: 3px;
}

.setad .form-container .input-container .sub-categories .categoryblock .name {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  height: 147px;
  color: #fff;
  padding: 10px 12px;
  font-weight: bold;
  word-break: break-word;
  font-size: 15px;
}

.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-prev,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translate(0, -50%);
}

.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-prev::after,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-prev::after {
  content: '\f053';
  font-weight: 900;
  font-size: 30px;
  color: #000;
}

.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-next,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translate(0, -50%);
}

.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-next::after,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-next::after {
  content: '\f054';
  font-weight: 900;
  font-size: 30px;
  color: #000;
}

.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-next span,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-next span,
.setad .form-container .input-container .main-categories.owl-maincategory .owl-nav .owl-prev span,
.setad .form-container .input-container .sub-categories.owl-subcategory .owl-nav .owl-prev span {
  display: none;
}

.setad .form-container .action {
  text-align: center;
}

.setad .form-container .action .button {
  min-width: 22.58065%;
  padding: 12px 47px;
}

#coursecreate_page .datepicker_wrapper,
#editcourse_page .datepicker_wrapper,
#coursedetails_page .datepicker_wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.datepicker_wrapper .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td.ui-datepicker-unselectable .ui-state-default {
  background: #faf0e1;
  display: block;
  height: 100%;
  padding-top: 3.5px;
  border: none;
  height: 25px;
  line-height: 20px;
}

/*course create page*/
/*impressum*/
.imprint {
  padding: 60px 0;
}

.imprint h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--accent);
  margin: 0;
  margin-bottom: 60px;
}

.imprint .street-details {
  margin-bottom: 30px;
}

.imprint .street-details:nth-child(4) {
  margin-bottom: 60px;
}

.imprint .street-details span {
  letter-spacing: 0.02em;
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #0d0d0d;
  line-height: 21px;
}

.imprint .street-details span a {
  text-decoration: none;
  color: #0d0d0d;
}

.imprint p {
  font-size: 18px;
  color: #0d0d0d;
  line-height: 21px;
  letter-spacing: 0.02em;
}

/*impressum*/
/*services*/
.services {
  padding: 60px 0;
}

.services img {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.services h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--accent);
  margin: 0;
  margin-bottom: 60px;
}

.services p {
  font-size: 18px;
  color: #0d0d0d;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 60px;
}

.services .action {
  text-align: center;
}

.services .action .button {
  width: 31.79688%;
}

/*services*/
/*about us*/
.about-us .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-us .hero {
  width: 100%;
  display: block;
  height: auto;
}

.about-us .blue-bg {
  background: #edf3f4;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 60px;
}

.about-us .blue-bg h1 {
  color: var(--accent);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 60px;
}

.about-us .blue-bg p {
  width: auto;
  max-width: 1060px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  margin: 0 auto;
}

.about-us .blue-bg p::after {
  content: '';
  display: table;
  clear: both;
}

.about-us .values {
  margin-bottom: 60px;
}

.about-us .values h2 {
  color: var(--accent);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 60px;
}

.about-us .values .row::after {
  content: '';
  display: table;
  clear: both;
}

.about-us .values .row .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.77083%;
  margin-left: 0%;
  margin-right: 2.34375%;
  text-align: center;
  font-size: 18px;
}

.about-us .values .row .col::after {
  content: '';
  display: table;
  clear: both;
}

.about-us .values .row .col:last-child {
  margin-right: 0%;
}

.about-us .values .row .col img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  width: auto;
  max-width: 100%;
}

.about-us .baseprofile {
  font-size: 18px;
  margin-bottom: 60px;
}

.about-us .presentation {
  margin-bottom: 60px;
}

.about-us .presentation .row::after {
  content: '';
  display: table;
  clear: both;
}

.about-us .presentation .row:first-child {
  margin-bottom: 60px;
}

.about-us .presentation .row .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.82812%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.about-us .presentation .row .col::after {
  content: '';
  display: table;
  clear: both;
}

.about-us .presentation .row .col:last-child {
  margin-right: 0%;
}

.about-us .presentation .row .col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.about-us .presentation .row .col ul li {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.about-us .presentation .row .col ul li::before {
  content: '\f00c';
  font-weight: 900;
  color: var(--accent);
  position: absolute;
  left: 0;
  margin-right: 15px;
}

.about-us .presentation .row .col .button {
  text-align: center;
  width: 65.12%;
  padding: 11px;
}

.about-us .presentation .row .col img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*about us*/
#block-xervify-page-title {
  display: none;
}

.custom_login_page #block-xervify-page-title,
.custom_register_page #block-xervify-page-title {
  display: block;
}

#overlay_display img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#overlay_display {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}

.login-view {
  position: relative;
  float: right;
}

.login-text {
  text-decoration: none;
  clear: none;
  float: right;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  background: #fff;
  color: #0d0d0d;
  font-weight: normal;
  width: 45px;
  cursor: pointer;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.login-text img {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  object-fit: cover;
}

.ui-state-highlight a {
  color: #fff !important;
}

.ui-state-highlight {
  background: rgb(173, 175, 175);
}

div[role="contentinfo"] {
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 20px;
  padding: 10px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/*modal design*/
.modal-overlay {
  position: fixed;
  display: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.submenu_hover {
  display: none;
  position: absolute;
  top: 56px;
  list-style: none;
  right: 0px;
  padding: 0px;
  width: 200px;
  background: #fff;
  z-index: 999;
  border: 1px solid rgba(0, 80, 95, 0.3);
  border-top-color: rgba(0, 80, 95, 0.3);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: rgba(0, 80, 95, 0.3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 1px solid rgba(0, 80, 95, 0.5);
  border-top: 0;
  box-shadow: 0 4px 23px -4px rgba(0, 80, 95, 0.5);
  border-radius: 10px;
}

.submenu_hover li:nth-child(1) {
  border-radius: 10px 10px 0px 0px;
}

.submenu_hover li:last-child {
  border-radius: 0px 0px 10px 10px;
}

.submenu_hover li a {
  text-decoration: none;
  color: var(--accent);
  float: left;
  width: 100%;
}

.submenu_hover li {

  list-style: none;
  text-align: center;
  padding: 7px;
  color: var(--accent);
  float: left;
  width: 100%;

}

.submenu_hover li:hover a {
  color: #fff;
}

.submenu_hover li:hover {

  list-style: none;
  text-align: center;
  padding: 7px;
  background: var(--accent);
  color: #fff;

}

.modal-overlay .modal-box {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.modal-overlay .modal-box::after {
  content: '';
  display: table;
  clear: both;
}

.modal-overlay .modal-box .content {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.modal-overlay .modal-box .content::after {
  content: '';
  display: table;
  clear: both;
}

.modal-overlay .modal-box .close-container {
  text-align: right;
}

.modal-overlay .modal-box .close-container .closepub,
.modal-overlay .modal-box .close-container .closepvt,
.modal-overlay .modal-box .close-container .close {
  color: #0d0d0d;
  font-size: 20px;
  text-decoration: none;
}

.modal-overlay .modal-box .title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: var(--accent);
  margin-bottom: 30px;
}

.modal-overlay .modal-box p {
  text-align: center;
  margin: 0;
  margin-bottom: 12px;
}

.modal-overlay .modal-box .rating {
  text-align: center;
  margin-bottom: 5px;
}

.modal-overlay .modal-box .rating .star {
  font-size: 20px;
  color: var(--accent);
  vertical-align: middle;
  transition: 0.2s ease;
}

.modal-overlay .modal-box .rating .star:after {
  content: '\f005';
  font-weight: 400;
}

.modal-overlay .modal-box .rating .star.checked:after {
  content: '\f005';
  font-weight: 900;
}

.modal-overlay .modal-box .rating .rating-text {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.modal-overlay .modal-box textarea {
  resize: none;
  width: 100%;
  border: 1px solid #9a9a9a;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.hp_under_title {
  max-width: 530px;
  width: 100%;
  display: block;
  color: #fff;
  margin: 120px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.modal-overlay .modal-box textarea::placeholder {
  font-size: 16px;
  color: #9a9a9a;
}

.modal-overlay .modal-box .form-text {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  margin-top: 30px;
}

.modal-overlay .modal-box .form-text a {
  color: var(--accent);
}

.modal-overlay .modal-box .form-action {
  text-align: center;
  margin-bottom: 45px;
}

.modal-overlay .modal-box .form-action .button {
  font-size: 18px;
  padding: 11px 26px;
  outline: none;
}

/*modal design*/
.modal-overlay .rating .star {
  cursor: pointer;
}

.message-container {
  display: none;
}

.message-container.active {
  display: block;
}

.courses-gallery .courses-slider,
.courses-gallery .courses-slider2 {
  padding: 0 45px;
}

.courses-gallery .courses-slider .slide,
.courses-gallery .courses-slider2 .slide {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.courses-gallery .courses-slider .slide img,
.courses-gallery .courses-slider2 .slide img {
  width: 90%;
  display: block;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  min-height: 280px;
  object-fit: contain;
  margin: 10px auto;
  border-radius: 0;
  /*max-width: 280px;*/
}

.courses-gallery .courses-slider.owl-carousel .owl-nav.disabled,
.courses-gallery .courses-slider2.owl-carousel .owl-nav.disabled {
  display: block;
}

.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-prev,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}

.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-prev::after,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-prev::after {
  content: '\f0d9';
  font-weight: 900;
  font-size: 40px;
  color: var(--accent);
}

.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-next,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}

.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-next::after,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-next::after {
  content: '\f0da';
  font-weight: 900;
  font-size: 40px;
  color: var(--accent);
}

.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-next span,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-next span,
.courses-gallery .courses-slider.owl-carousel .owl-nav .owl-prev span,
.courses-gallery .courses-slider2.owl-carousel .owl-nav .owl-prev span {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.input-container-action {
  text-align: center;
}

.input-container-action input {
  background: var(--accent);
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  border: none;
  padding: 1px 40px 4px;
  outline: none;
  max-width: 300px;
}

#suche_page .input-container.inputsx2 .holder_inputs:nth-child(2) input {
  margin-right: 0px;
  float: right;
}

#suche_page .input-container.inputsx2 .holder_inputs input {
  width: 100%;
}

#suche_page .input-container.inputsx2 .holder_inputs {
  position: relative;
  float: right;
  display: block;
  width: 100%;
}

#suche_page .input-container.inputsx2 img {
  width: 15px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.pagination {
  display: block;
  padding-left: 0;
}

.pagination {
  margin-bottom: 40px;
}

.pagination li {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  border: 2px solid #dedede;
  margin: 0px 5px;
  cursor: pointer;
}

.pagination li.active {
  /* background: var(--accent); */
  border: 2px solid var(--accent);
}

.pagination li.active a {
  color: var(--accent);
}

.pagination a {
  line-height: 24px;
  color: #dedede;
  text-decoration: none;
}

.pagination li.prev,
.pagination li.next {
  border: 2px solid var(--accent);
  color: var(--accent);
}

.pagination li.prev.disabled,
.pagination li.next.disabled {
  border: 2px solid #dedede;
}

.pagination .prev.disabled a,
.pagination .next.disabled a {
  color: #dedede;
}

.pagination .prev a,
.pagination .next a {
  color: var(--accent);
}

.booking-steps .profile-box {
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}


.booking-steps .step4 .profile-box {
  text-align: center;
}

.booking-steps .step4 .profile-box h1 {
  color: var(--black);
  font-size: 25px;
  margin-bottom: 30px;
}

.booking-steps .step4 {
  padding-top: 60px;
}

.booking-steps .step4 h1 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: var(--accent);
  margin: 0;
  margin-bottom: 60px;
}

.booking-steps .step4 .text {
  width: auto;
  max-width: 559px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  margin-bottom: 60px;
}

.booking-steps .step4 .text b {
  font-weight: normal;
}

.booking-steps .step4 .text.text-change {
  margin-bottom: 20px;
}

.booking-steps .step4 .text.text-change b {
  font-weight: normal;
}

.booking-steps .step4 .text::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .step4 .action {
  text-align: center;
  width: auto;
  max-width: 407px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.booking-steps .step4 .action::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .step4 .action span {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}

.booking-steps .step4 .action .button {
  width: 100%;
  padding: 11px;
  text-decoration: none;
}

.booking-steps .step4 .ending {
  width: auto;
  max-width: 499px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.booking-steps .step4 .ending::after {
  content: '';
  display: table;
  clear: both;
}

footer a i {
  color: transparent;
}

footer a i:before {
  color: #fff;
}

.no-display {
  display: none !important;
}

.tabs a:focus,
.tabs a:hover {
  background-color: var(--accent);
  color: #fff;
}

.booking-steps .step-header {
  width: auto;
  max-width: 686px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
}

.booking-steps .step-header::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .step-header .progress-bar {
  height: 5px;
  background: #edf3f4;
  margin-bottom: 40px;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.booking-steps .step-header .progress-bar::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .step-header .progress-bar .progress {
  height: 5px;
  width: 33.3%;
  background: var(--accent);
}

.booking-steps .step-header .progress-bar .progress.step-2 {
  width: 66.6%;
}

.booking-steps .step-header .progress-bar .progress.step-3 {
  width: 100%;
}

.booking-steps .step-header .progress-bar .progress.step-4 {
  width: 100%;
}

.booking-steps .step-header .title {
  display: block;
  text-align: center;
  font-size: 30px;
  color: var(--accent);
}

.booking-steps .step-header .subtitle {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #9a9a9a;
}

.booking-steps .profile-box {
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}

.booking-steps .profile-box::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .profile-box .datepicker_wrapper {
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.booking-steps .profile-box .datepicker_wrapper::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .profile-box .datepicker_wrapper .ui-widget {
  width: 100%;
  box-shadow: none;
}

.booking-steps .profile-box .input-container {
  width: auto;
  max-width: 625px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.booking-steps .profile-box .input-container::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .profile-box .input-container textarea {
  width: 1px;
  border: 1px solid #ccc;
  outline: none;
  padding: 17px 28px;
  resize: none;
  height: 1px;
  visibility: hidden;
}

.booking-steps .profile-box .input-container textarea#user_comment_buyer {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 17px 28px;
  resize: none;
  height: auto;
  visibility: visible;
}

.list_options_selected {
  list-style: none;
  margin: 0px;
}

.booking-steps .step-action {
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}

.booking-steps .step-action::after {
  content: '';
  display: table;
  clear: both;
}

.booking-steps .step-action .button {
  width: 200px;
  text-align: center;
  padding: 11px;
}

.booking-steps .step-action .hollow {
  float: left;
}

.booking-steps .step-action .blue {
  float: right;
  margin: 0px;
}

.booking-steps .booking-table {
  margin-bottom: 60px;
}

#custom_design-message-block {

  /* position: absolute; */
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid;
  z-index: 9999;

}

ul.list_options_selected li {
  word-break: break-all;
}

.booking-steps .booking-table .row {
  display: flex;
  flex-direction: row;
}

.booking-steps .booking-table .row .th {
  display: flex;
  height: 48px;
  border: 1px solid var(--accent);
  flex-grow: 1;
  border-radius: 10px 10px 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.booking-steps .booking-table .row .td {
  padding: 0 28px;
  height: 48px;
  border: 1px solid var(--accent);
  border-top: none;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4c4b;
  font-size: 16px;
}

.booking-steps .booking-table .row .td:first-child {
  border-right: none;
  justify-content: flex-start;
  width: 85%;
}

.booking-steps .booking-table.second-table .td {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 18px 28px;
}

.booking-steps .booking-table.second-table .td:first-child {
  width: 50%;
  align-items: flex-end;
  color: #0d0d0d;
}

.booking-steps .booking-table.second-table .td:last-child {
  width: 50%;
  text-transform: uppercase;
}

#edit-field-uset-terms-and-condition-wrapper label,
#edit-field-user-newsletter-wrapper label,
.back-to-login a {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: justify;
  font-style: italic;
}

#edit-field-uset-terms-and-condition-wrapper label a,
.back-to-login a {
  text-decoration: none;
  color: var(--accent);
}

#block-xervify-page-title h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 60px 0px;
  color: var(--accent);
}

/*cart*/
#uc-cart-view-form table {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 50px 0px;
}

#uc-cart-view-form .form-actions {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 50px;
}

#uc-cart-view-form table th {
  height: 48px;
  border: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
}

#uc-cart-view-form table td {
  height: 48px;
  border: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
}

.cart_before_checkout #edit-continue-shopping,
.cart_before_checkout #edit-update,
.cart_before_checkout #edit-checkout--2 {
  background: transparent;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  margin: 0px !important;
}

/*cart*/
/*cart cehckout*/
#uc-cart-checkout-form {
  width: 100%;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}

#uc-cart-checkout-form #edit-cancel {
  float: left;
  background: transparent;
  display: inline-block;
  border-radius: 8px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  text-decoration: none;
  border-color: var(--accent);
  color: #484848;
  height: 48px;
}

#uc-cart-checkout-form #edit-continue {
  background: transparent;
  display: inline-block;
  border-radius: 8px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  margin: 0px;
  height: 48px;
}

#uc-cart-checkout-form summary {
  display: none;
}

#uc-cart-checkout-form details#cart-pane {
  border: 1px solid var(--accent);
  border-radius: 8px;
}

#uc-cart-checkout-form details {
  border: 0 none;
}

#uc-cart-checkout-form table th {
  height: 48px;
  /*border: 1px solid var(--accent);*/
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
}

#uc-cart-checkout-form table td {
  height: 48px;
  border-top: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  word-break: break-all;
}

#uc-cart-checkout-form table td.price {
  border-left: 1px solid var(--accent);
  text-align: right;
}

#customer-pane {
  display: none;
}

#billing-pane {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid var(--accent) !important;
  border-radius: 8px;
  padding: 10px 0px;
}

#edit-panes-billing {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid var(--accent);
  margin-top: 7px;
}

.uc-store-address-field .form-item label {
  padding: 0px 10px;
  text-align: left;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-panes-billing-0.js-form-item-panes-billing-0 {
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.uc-store-address-field .form-item input,
.uc-store-address-field .form-item select {

  width: 100%;
  max-width: 320px;
  float: none;
  display: block;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #aaa;
  height: 48px;
  padding: 0px 10px;
}

.uc-store-address-field .form-item .select2-container--default .select2-selection--single {
  padding-left: 10px;
  border: 1px solid #aaa;
  border-radius: 8px;
}

.uc-store-address-field .form-item .select2-container {
  max-width: 320px;
}

.image_holder-puser img {
  cursor: pointer;
}

.image_holder-puser {
  position: relative;
}

.image_holder-puser::after {

  cursor: pointer;
  position: absolute;
  content: "X";
  top: -37px;
  left: 83%;
  color: red;
  font-weight: bold;
  z-index: 999;

}

.item_doc {
  position: relative;
  float: left;
}

/* .item_doc:after{
    cursor: pointer;
    position: absolute;
    content: "X";
    top: 0px;
    left: 77%;
    color: red;
    font-weight: bold;
    z-index: 999;
} */
#profileindex_page .item_doc i {

  text-align: center;
  width: 100%;
  font-size: 25px;
  position: relative;
  top: -8px;
  left: 5px;

}

#profileindex_page .item_doc>a:nth-child(1) {
  text-align: center;
  float: right;
  text-decoration: none;
  color: red;
  font-weight: bold;
  position: relative;
  top: -3px;
  right: -5px;
}

#profileindex_page .item_doc>a:nth-child(2) {
  float: left;
  width: 100%;
}

#uc-address-panes-billing-zone-wrapper .select2-container {

  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  float: none;

}

/*cart cehckout*/
.custom_register_page #edit-name {
  display: none;
}

/*checkout review*/
.order-review-table {
  border: solid 1px #999;
  font-size: .9em;
  line-height: 1.4em;
  margin: auto;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto 60px;
}

.order-review-table #edit-back,
.order-review-table #edit-submit {
  background: transparent;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  margin: 0px 10px;
}

.order-review-table .pane-title-row td {
  padding: 5px;
  font-weight: normal;
  font-size: 16px;
}

.order-review-table .title-col,
.order-review-table .data-col {
  width: 50%;
  padding: 10px;
  font-size: 15px;
}

.order-review-table .cart-review td {
  padding: 10px;
}

.checkout_reviewpage h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 60px;
  color: var(--accent);
  float: left;
  width: 100%;
}

/*checkout review*/
.stripe-block {
  text-align: center;
  margin-top: 30px;
}

.disabled-partner {
  border: 1px solid red !important;
}

.item_doc {
  padding: 0px 10px 3px 0px;
  width: 70px;
  height: 50px;
  border: 1px solid var(--accent);
  margin-right: 5px;
  border-radius: 8px;
}

.item_doc a {
  text-align: center;
}

.item_doc a i {
  font-size: 34px;
  color: #0d0d0d;
  margin: 0 auto;
  display: block;
}

.holder_documents {
  float: left;
}

#sendmessage_forchat .parsley-errors-list {
  float: left;
  width: 100%;
  position: absolute;
}

#rating_selected,
#selected_dates {
  height: 0px;
  width: 0px;
  visibility: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#rating_selected {
  padding: 0px;
}

header .main .links.menu-buttons .button.blue.background {
  padding: 8px 30px;
  color: var(--accent);
  background: #fff;
  border: 1px solid var(--accent);
}

header .main .links.menu-buttons .button.blue {
  padding: 8px 30px;
  color: #fff;
  background: var(--accent);
}

#block-xervify-content {
  /*max-width: 1170px;*/
  width: 100%;
  margin: 0px auto;
  display: block;
}

div[role="contentinfo"] ul {
  list-style: none;
}

#removefromfavorite i,
#addtofavorite i {
  position: relative;
  top: 3px;
  cursor: pointer;
  color: var(--turqoise);
  font-size: 24px;
}

.uc-payment-totals,
.js-form-item.form-item.js-form-type-select.form-item-panes-billing-select-address.js-form-item-panes-billing-select-address,
.uc-credit-form .field-suffix {
  display: none;
}

#edit-panes-payment-details-cc-number,
#edit-panes-payment-details-cc-cvv {

  float: none;
  display: block;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #aaa;
  height: 48px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-panes-payment-details-cc-cvv.js-form-item-panes-payment-details-cc-cvv {
  float: left;
  width: 100%;
}

#edit-panes-payment-details-cc-exp-month,
#edit-panes-payment-details-cc-exp-year {
  height: 48px;
  border: 1px solid #aaa;
  border-radius: 8px;
}

#resendvalidation h3,
#logoutcustom h3 {
  font-size: 30px;
  font-weight: normal;
  color: var(--accent);
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
}

#resendvalidation .container-small,
#logoutcustom .container-small {
  margin-bottom: 60px;
  text-align: center;
}

#resendvalidation .container-small a,
#logoutcustom .container-small a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--accent);
}

#resendvalidation .container-small input {
  border: 1px solid #ebebeb;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  background: none;
  text-indent: 0px;
  max-width: 320px;
  width: 100%;
}

#resendvalidation .container-small input[type="submit"] {
  background: var(--accent);
  color: #fff;
  width: 100%;
  max-width: 320px;
  box-shadow: none;
  border: none;
  border-radius: 50px;
  text-shadow: none;
  font-size: 18px;
  padding: 10px 26px;
  height: auto;
  margin-top: 20px;
}

p.forgot-password {
  display: none;
}

#user-login-form .form-item,
#user-pass .form-item {
  padding: 0px;
}

.layout-content.custom_login_page {
  min-height: 373px;
  position: relative;
  float: left;
  width: 100%;
}

.layout-content.custom_login_page #custom_design-message-block {
  top: 0px;
}

#coursecreate_page .setad {
  padding: 0px;
}

#coursecreate_page .input_file {
  float: left;
  max-width: 100%;
  width: 100%;
  margin: 0px 10px 0px 0px;
}

#coursecreate_page .input.is-file label {
  width: 100%;
  max-width: 215px;
}

.uc-cart-empty {

  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0px;

}

.blog-page .main .content .article a {
  text-decoration: none;
  color: #0d0d0d;
}

.hpblogsection a {
  text-decoration: none;
}

.linkcheckout {
  color: #0d0d0d;
  font-style: italic;
}

.custom_reset_password .custom_resetpassword_page {
  display: grid;
  padding: 60px 0;
  box-sizing: border-box;
}

.custom_reset_password h2 {
  font-weight: normal;
  font-size: 30px;
  margin: 60px 0px;
  color: var(--accent);
  text-align: center;
  display: none;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #b9b9b9;
  height: auto !important;
}

#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
  color: #0d0d0d;
}

.eu-cookie-compliance-buttons,
.eu-cookie-compliance-secondary-button {
  margin: 0px;
  color: green;
}

.eu-cookie-compliance-secondary-button {
  vertical-align: baseline;
  padding: 0px;
}

#popup-text a {
  color: #0d0d0d;
}

.eu-cookie-compliance-message {
  width: 100%;
  max-width: 100%;
}

#popup-text p a {
  color: #0d0d0d;
}

#popup-text p {
  font-size: 16px;
  font-weight: normal;
  float: left;
}

.eu-cookie-compliance-buttons {
  float: left;
}

#editcourse_page input[type="file"],
#coursecreate_page input[type="file"] {
  display: block;
}

#editcourse_page .imageThumb,
#profileindex_page .imageThumb,
#userindex_page .imageThumb,
#coursecreate_page .imageThumb {
  /*max-height: 75px;*/
  border: none;
  padding: 1px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*float: left;*/
}

.input-container.file-upload .file-upload-wrapper .overlay {
  height: 109px;
}

.input-container.file-upload .file-upload-wrapper .overlay .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#editcourse_page .pip,
#profileindex_page .pip,
#userindex_page .pip,
#coursecreate_page .pip {
  display: inline-block;
  margin: 0px 10px 10px 0;
  position: relative;
}

#editcourse_page .remove,
#profileindex_page .remove,
#userindex_page .remove,
#coursecreate_page .remove {
  display: block;

  color: white;
  text-align: center;
  cursor: pointer;
}

#editcourse_page .remove:hover,
#profileindex_page .remove:hover,
#userindex_page .remove:hover,
#coursecreate_page .remove:hover {
  background: white;
  color: black;
}

#coursecreate_page .profile-box .form-container .input-container .input.is-file. #editcourse_page .profile-box .form-container .input-container .input.is-file {
  width: 100%;
}

/* #editcourse_page .image_preview {
    clear: both;
    float: left;
} */

#editcourse_page .imageThumb_ex {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}

#editcourse_page .pip_ex {
  display: inline-block;
  margin: 0px 10px 10px 0;
}

#editcourse_page .remove_ex {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}

#editcourse_page .remove_ex:hover {
  background: white;
  color: black;
}

.ui-datepicker-today {
  color: rgb(173, 175, 175);
}

.cd-checkboxes input {
  float: left;
  margin-right: 5px;
}

.cd-checkboxes label {
  float: left;
  width: 90%;
}

.cd-checkboxes {
  float: left;
}

.order-review-table .cart-review {

  float: left;
  width: 100%;

}

.order-review-table .cart-review tbody td:nth-child(2) {
  text-align: left;
}

.order-review-table .cart-review thead th {
  float: left;
  padding: 10px;
  text-align: right;
  font-size: 15px;
}

.order-review-table .cart-review tbody td {
  font-size: 15px;
  float: left;
  width: 50% !important;
  display: table-row;

}

.order-review-table #edit-actions {
  text-align: center;
}

.layout-container.custom_reset_password {
  float: left;
  width: 100%;
  position: relative;
}

.layout-container.custom_reset_password #custom_design-message-block {
  top: 0px;
}

.layout-content.checkoutcompletepage {
  text-align: center;
  padding: 30px 0px;
  min-height: 400px;
  font-size: 18px;
}

/* #profileindex_page .pip i {
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 20px;
} */
.pip .fa-times {
  position: absolute;
  top: -8px;
  right: -5px;
  cursor: pointer;
}

#coursecreate_page .profile-box .form-container .input-container .input.is-file,
#editcourse_page .profile-box .form-container .input-container .input.is-file {
  display: block;
  width: 100%;
}

.order-review-table .pane-title-row,
.order-review-table .review-button-row {
  background-color: #fff;
}

.order-review-table .pane-title-row td {
  height: 48px;
  border: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
}

.order-review-table,
.order-review-table .review-button-row,
.order-review-table .row-border-top {
  border: 1px solid var(--accent);
}

.order-review-table .cart-review tbody,
.order-review-table .cart-review thead {
  float: left;
  width: 50%;
  text-align: right;
}

.order-review-table .cart-review tbody tr,
.order-review-table .cart-review thead tr {
  width: 100%;
  float: left;
}

.order-review-table .cart-review tbody tr,
.order-review-table .cart-review thead tr {
  width: 100%;
  float: left;
}

.order-review-table .cart-review tbody td:nth-child(2),
.order-review-table .cart-review thead th:nth-child(2) {
  display: none;
}

.order-review-table .cart-review tbody td,
.order-review-table .cart-review thead th {
  width: 100% !important;
}

.order-review-table .cart-review tbody td:nth-child(1) {
  text-align: left;
}

.order-review-table #edit-back {
  float: left;
  background: transparent;
  display: inline-block;
  border-radius: 20px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  text-decoration: none;
  border-color: var(--accent);
  color: #484848;
}

.order-review-table #edit-submit {
  float: right;
}

#user-pass-reset #edit-actions #edit-submit {
  background: var(--accent);
  border-radius: 20px;
  padding: 12px 47px;
  outline: none;
  border: 1px solid rgba(0, 80, 95, 0.5);
  color: #fff;
  margin-bottom: 20px;
}

#user-pass-reset {
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  display: block;

}

.booking-box .content .description p {
  margin: 0px;
}

#coursedetails_page .row .col .datepicker_wrapper .multi-datepicker .ui-widget {
  position: relative;
}

#coursedetails_page .datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  box-sizing: border-box;
}

#coursedetails_page .datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar {
  margin-top: 44px;
}

.cart-review tr:nth-child(1) td.subtotal-title {
  font-weight: normal;
}

.custom-message-validation {
  position: relative;
}

.custom-message-validation .parsley-errors-list.filled {
  position: absolute;
  top: 53px;
}

.uc-credit-form label:after {
  content: "*";
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

.uc-credit-form label.form-required::after {
  background: none;
}

#coursedetails_page .single.images {
  text-align: center;
  margin-bottom: 20px;
}

.hero .overlay .row .input .input-container input::placeholder,
.hero .overlay .row .input .row .input-container input::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.search .filter .center .row .input-container input::placeholder,
.search .filter .center .row .input-container input::placeholder {
  color: #0d0d0d;
  opacity: 1;
}

.hero .overlay .row .input .input-container .select2.select2-container--focus.select2-container--default .select2-selection .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 1;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0d0d0d;
  opacity: 0.5;
}

.favorite_icon {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  z-index: 999;
}

.favorite_icon i {
  /* background: rgba(255,255,255,0.7);*/
  padding: 3px;
  border-radius: 8px;
  color: rgb(173, 175, 175);
}

#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-item-persistent-login.js-form-item-persistent-login input {
  position: absolute;
  top: 4px;
}

#user-login-form .js-form-item.form-item.js-form-type-checkbox.form-item-persistent-login.js-form-item-persistent-login label {

  display: inline;
  font-size: 16px;
  margin-left: 16px;

}

.select2-container--default .select2-selection--multiple {
  border: none;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  min-height: 50px;
}

.select2-container--default .select2-selection--multiple:after {
  content: url("../images/MaterialIcon (2).svg");
  font: var(--fa-font-solid);
  font-weight: 900;
  color: var(--black);
  font-size: 20px;
  display: flex;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}


/*dropjs*/

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#my-awesome-dropzone,
#my-awesome-dropzone * {
  box-sizing: border-box;
}

#my-awesome-dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

#my-awesome-dropzone.dz-clickable {
  cursor: pointer;
}

#my-awesome-dropzone.dz-clickable * {
  cursor: default;
}

#my-awesome-dropzone.dz-clickable .dz-message,
#my-awesome-dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

#my-awesome-dropzone.dz-started .dz-message {
  display: none;
}

#my-awesome-dropzone.dz-drag-hover {
  border-style: solid;
}

#my-awesome-dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

#my-awesome-dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

#my-awesome-dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

#my-awesome-dropzone .dz-preview:hover {
  z-index: 1000;
}

#my-awesome-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

#my-awesome-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

#my-awesome-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

#my-awesome-dropzone .dz-preview.dz-image-preview {
  background: white;
}

#my-awesome-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#my-awesome-dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

#my-awesome-dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

#my-awesome-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

#my-awesome-dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

#my-awesome-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename span,
#my-awesome-dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

#my-awesome-dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

#my-awesome-dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

#my-awesome-dropzone .dz-preview .dz-image img {
  display: block;
}

#my-awesome-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

#my-awesome-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

#my-awesome-dropzone .dz-preview .dz-success-mark,
#my-awesome-dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

#my-awesome-dropzone .dz-preview .dz-success-mark svg,
#my-awesome-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

#my-awesome-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#my-awesome-dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

#my-awesome-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

#my-awesome-dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

#my-awesome-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

#my-awesome-dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

#my-awesome-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

#my-awesome-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

#my-awesome-dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}


#my-awesome-dropzone {
  margin-bottom: 30px;
  font-size: 14px;
  color: #9a9a9a;
  border: 1px solid #ccc;
}

box-sizing: border-box;
}

#my-awesome-dropzone-edit {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

#my-awesome-dropzone-edit.dz-clickable {
  cursor: pointer;
}

#my-awesome-dropzone-edit.dz-clickable * {
  cursor: default;
}

#my-awesome-dropzone-edit.dz-clickable .dz-message,
#my-awesome-dropzone-edit.dz-clickable .dz-message * {
  cursor: pointer;
}

#my-awesome-dropzone-edit.dz-started .dz-message {
  display: none;
}

#my-awesome-dropzone-edit.dz-drag-hover {
  border-style: solid;
}

#my-awesome-dropzone-edit.dz-drag-hover .dz-message {
  opacity: 0.5;
}

#my-awesome-dropzone-edit .dz-message {
  text-align: center;
  margin: 3em 0;
}

#my-awesome-dropzone-edit .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

#my-awesome-dropzone-edit .dz-preview:hover {
  z-index: 1000;
}

#my-awesome-dropzone-edit .dz-preview:hover .dz-details {
  opacity: 1;
}

#my-awesome-dropzone-edit .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

#my-awesome-dropzone-edit .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

#my-awesome-dropzone-edit .dz-preview.dz-image-preview {
  background: white;
}

#my-awesome-dropzone-edit .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#my-awesome-dropzone-edit .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

#my-awesome-dropzone-edit .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

#my-awesome-dropzone-edit .dz-preview:hover .dz-details {
  opacity: 1;
}

#my-awesome-dropzone-edit .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

#my-awesome-dropzone-edit .dz-preview .dz-details .dz-filename span,
#my-awesome-dropzone-edit .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

#my-awesome-dropzone-edit .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

#my-awesome-dropzone-edit .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

#my-awesome-dropzone-edit .dz-preview .dz-image img {
  display: block;
}

#my-awesome-dropzone-edit .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

#my-awesome-dropzone-edit .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

#my-awesome-dropzone-edit .dz-preview .dz-success-mark,
#my-awesome-dropzone-edit .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

#my-awesome-dropzone-edit .dz-preview .dz-success-mark svg,
#my-awesome-dropzone-edit .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

#my-awesome-dropzone-edit .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#my-awesome-dropzone-edit .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

#my-awesome-dropzone-edit .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

#my-awesome-dropzone-edit .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

#my-awesome-dropzone-edit .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

#my-awesome-dropzone-edit .dz-preview.dz-error .dz-error-message {
  display: block;
}

#my-awesome-dropzone-edit .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

#my-awesome-dropzone-edit .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

#my-awesome-dropzone-edit .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}


#my-awesome-dropzone-edit {
  margin-bottom: 30px;
  font-size: 14px;
  color: #9a9a9a;
  border: 1px solid #ccc;
}

.ui-widget-content .ui-state-highlight {
  background: rgb(173, 175, 175);
}

.hero p {
  margin: 0px;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody td {
  border: 1px solid #fff;
}

#my-awesome-dropzone .dz-preview .dz-remove,
#my-awesome-dropzone .dz-preview .dz-remove:hover,
#my-awesome-dropzone-edit .dz-preview .dz-remove,
#my-awesome-dropzone-edit .dz-preview .dz-remove:hover {
  margin-top: 3px;
  text-decoration: none;
  color: rgb(173, 175, 175);
  font-weight: 600;
}

.setad .form-container .input-container .select2-selection--multiple input.select2-search__field {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: -5px;
}

.select2-container .select2-search--inline {
  float: none;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  padding: 0;
}

#coursecreate_page .select2-container--default .select2-selection--multiple,
#editcourse_page .select2-container--default .select2-selection--multiple {
  min-height: 45px;
}

.input-container.file-upload .file-upload-wrapper .parsley-errors-list {
  bottom: -25px;
}

.course-detail .tabs .tab-handles a {
  margin-right: 0px;
  min-width: 16.666%;
  text-align: center;
  /* margin-left: 10px; */
}

.course-detail .tab-content.bewertungen.profile-box .rating {
  margin-top: 0px;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-persistent-login.js-form-item-persistent-login {
  max-width: 375px;
  margin: 1em auto;
  text-align: left;
  position: relative;
}

#coursedetails_page .tab-content.bewertungen.profile-box {
  border: none;
  padding: 10px 0;
}

.custom-system-404 #block-xervify-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0px;
}

#block-hpbackgroundimageforsearch {
  float: left;
  width: 100%;
}

/*#block-hpbackgroundimageforsearch img {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}*/
#block-hpbackgroundimageforsearch img {
  float: left;
  width: 100%;
  height: 604px;
  position: relative;
  object-fit: cover;
}

.uc-credit-form label {
  width: 175px;
  padding-top: 0px;
}

#edit-panes-payment-details-cc-number,
#edit-panes-payment-details-cc-cvv {
  float: left;
}

.js-form-item.form-item.js-form-type-textfield.form-item-panes-payment-details-cc-number.js-form-item-panes-payment-details-cc-number {
  float: left;
  width: 100%;
}

.section_data_select {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.section_data_select .input.is-datepicker {
  float: left;
  width: 35% !important;
}

.section_data_select span {
  float: left;
  width: 20% !important;
}

.section_data_select span {
  float: right;
  width: 20% !important;
  padding: 11px 0px;
  box-sizing: border-box;
  border: 1px solid #0d0d0d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.klarna-frame-payment {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.klarna-frame-payment .holder-block {
  max-width: 500px;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin: 0px auto;
  padding: 20px;
  height: 175px;
}

.klarna-frame-payment .holder-block a {
  display: inline;
  width: 33.3333%;
  float: left;
  text-align: center;
  text-decoration: none;
}

.klarna-frame-payment .holder-block a span {
  background: #0d0d0d;
  color: #fff;
  padding: 0px 10px 3px;
  border-radius: 4px;
}

.klarna-frame-payment .holder-block a span:hover {
  background: #dedede;
  color: #0d0d0d;
}

.klarna-frame-payment .holder-block img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.klarna-frame-payment .holder-block .button-holder {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.klarna-frame-payment.giropay .holder-block a {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.klarna-frame-payment.giropay .holder-block {
  height: 195px;
}

#validation_bilder_uploadfiles {
  visibility: hidden;
  height: 1px;
  padding: 0px;
}

.custom-section-one-page,
.custom-section-two-page,
.custom-section-three-page,
.custom-section-four-page,
.custom-section-five-page,
.custom-section-six-page,
.custom-section-seven-page,
.custom-section-eight-page {
  position: relative;
}

.custom-section-one-page .article-title,
.custom-section-two-page .article-title,
.custom-section-three-page .article-title,
.custom-section-four-page .article-title,
.custom-section-five-page .article-title,
.custom-section-six-page .article-title,
.custom-section-seven-page .article-title,
.custom-section-eight-page .article-title {
  margin-bottom: 30px;
  margin-top: 20px;
}

.custom-section-one-page .imagesection-holder,
.custom-section-four-page .section-text-holder {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-class-image,
.item-text-holder {
  display: block;
  width: 33.3333%;
  float: left;
  text-align: center;
}

.item-text-holder {
  padding: 30px;
}

.item-class-image img {
  width: auto;
  float: none;
  margin: 0 auto;
}

.item-class-image:nth-child(2) img {
  float: left;
  width: 100%;
}

.text-holder {
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  float: left;
  width: 100%;
  min-height: 220px;
}

.item-text-holder .title {
  font-size: 24px;
  color: var(--accent);
  margin-bottom: 10px;
  float: left;
  width: 100%;
  height: 70px;
}

.custom-section-five-page .partners-slider .slide .title {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  height: 31px;
}

.custom-section-five-page .partners-slider .slide a {
  color: #0d0d0d;
  text-decoration: none;
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-prev::after {
  content: '\f0d9';
  font-weight: 900;
  font-size: 40px;
  color:
    var(--accent);
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-next::after {
  content: '\f0da';
  font-weight: 900;
  font-size: 40px;
  color:
    var(--accent);
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav.disabled {
  display: block;
}

.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-next span,
.custom-section-five-page .partners-slider.owl-carousel .owl-nav .owl-prev span {
  display: none;
}

.custom-section-five-page .partners-slider .slide {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.custom-section-five-page .partners-slider .slide a {
  text-decoration: none;
  color:
    #0d0d0d;
}

.custom-section-five-page .partners-slider .slide img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ebebeb;
}

.custom-section-five-page .partners-slider .slide a {
  text-decoration: none;
  color:
    #0d0d0d;
}

.custom-section-five-page .partners-slider {
  padding: 0 45px;
}

.custom-section-six-page .container-deescription-text {
  text-align: center;
}

.custom-section-seven-page .item-text-holder-fullwidth {
  padding: 0px 30px;
}

.custom-section-seven-page .item-text-holder-fullwidth .text-holder {
  min-height: auto;
}

.custom-section-seven-page .item-text-holder .text-holder {
  min-height: 400px;
}

.custom-section-seven-page .item-text-holder .title {
  height: auto;
}

.about .container {
  position: relative;
}

.about {
  max-height: 320px;
  position: relative;
  margin-bottom: 59px;
}

.about .about-bg {
  max-height: 320px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.about .overlay .container {
  display: flex;
  flex-direction: row;
  height: 320px;
}

.about .overlay .container .col h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.about .overlay .container .col p {
  font-size: 18px;
  color: #fff;
}

.about .overlay .container .col a {
  display: block;
  color: #fff;
  margin-bottom: 32px;
}

.about .overlay .container .col a:last-child {
  margin-bottom: 0;
}

.about .overlay .container .col .input input[type="text"] {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 15px 0 0 15px;
  outline: none;
  font-size: 16px;
  color: #fff;
  padding: 19px 23px;
  width: 49.27273%;
}

.about .overlay .container .col .input input[type="text"]::placeholder {
  color: #fff;
}

.about .overlay .container .col .input input[type="submit"] {
  font-size: 16px;
  color: #fff;
  background: rgba(0, 80, 95, 0.8);
  padding: 19px 23px;
  margin-left: -7px;
  border: none;
  outline: none;
  border-radius: 0 15px 15px 0;
  width: 27.45455%;
}

.about .overlay .container .col:first-child {
  width: 26.5625%;
}

.about .overlay .container .col:first-child img {
  width: 100%;
}

.about .overlay .container .col:nth-child(2) {
  width: 47.8125%;
  margin-top: 33px;
}

.about .overlay .container .col:last-child {
  flex-grow: 1;
  text-align: right;
  font-size: 30px;
  padding-top: 46px;
}

.about .overlay .container .col.follow-us:first-child {
  width: 63.28125%;
  align-self: center;
}

.about .overlay .container .col.follow-us:first-child a {
  display: inline;
  margin-right: 32px;
  font-size: 30px;
}

.about .overlay .container .col.follow-us:last-child {
  align-self: center;
  margin: 0;
  padding: 0;
}

.about.page-content .col1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.41406%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.about.page-content .col1::after {
  content: '';
  display: table;
  clear: both;
}

.about.page-content .col1:last-child {
  margin-right: 0%;
}

.about.page-content .col1 h2 {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 44px;
  font-weight: normal;
  font-size: 30px;
}

.about.page-content .col1 .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about.page-content .col1 .row .item {
  text-align: center;
  flex-grow: 1;
  color: #fff;
}

.about.page-content .col1 .row .item img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  margin-bottom: 0px;
  max-height: 108px;
}

.about.page-content .col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.24219%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.about.page-content .col2::after {
  content: '';
  display: table;
  clear: both;
}

.about.page-content .col2:last-child {
  margin-right: 0%;
}

.about.page-content .col2 img {
  max-width: 100%;
  width: auto;
}

.about.page-content2 {
  min-height: 600px;
}

.about.page-content2 .about-bg {
  min-height: 600px;
  width: 100%;
  object-fit: cover;
}

.about.page-content2 .col1::after {
  content: '';
  display: table;
  clear: both;
}

.about.page-content2 .col1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.88542%;
  margin-left: 0%;
  margin-right: 2.34375%;
}

.about.page-content2 .col1 .row {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
}

.about.page-content2 .col1 .row .item {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}

.about.page-content2 .col1 .row .item .border {
  border: 5px solid rgb(173, 175, 175);
  border-radius: 15px;
  padding: 16px 9px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.about.page-content2 .col1 .row .item .border .title {
  text-align: center;
  font-size: 30px;
}

.about.page-content2 .col1 .row .item .border .subtitle1 {
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.about.page-content2 .col1 .row .item .border {
  color:
    #fff;
}

.about.page-content2 .col2::after {
  content: '';
  display: table;
  clear: both;
}

.about.page-content2 .col2:last-child {
  margin-right: 0%;
}

.about.page-content2 .col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.77083%;
  margin-left: 0%;
  margin-right: 2.34375%;
  align-self: flex-end;
}

.about.page-content2 .col2 img {
  max-width: 100%;
  width: auto;
}

.page-inner {
  color:
    #fff;
}

.about.page-content2 .col1 .row .item .border ul li {
  line-height: 18px !important;
}

.about.page-content2 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about.page-content2.page-content-image-preserve {
  min-height: 600px;
}

.about.page-content2.page-content-image-preserve .about-bg {
  min-height: 600px;
}

.about.page-content2 .about-bg {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.about.page-content2.page-content-image-preserve .container {
  height: auto;
}

.about.page-content2 .col-single::after {
  content: '';
  display: table;
  clear: both;
}

.about.page-content2 .col-single {
  float: left;
  clear: none;
  text-align: inherit;
  width: 40.29948%;
  margin-left: 0%;
  margin-right: 2.34375%;
  margin-left: auto;
}

.about.page-content2 .col-single:last-child {
  margin-right: 0%;
}

.about.page-content2 .col-single .triangle {
  background: url("../images/triangle.png") no-repeat center center;
  background-size: auto;
  box-sizing: border-box;
  background-size: contain;
  min-height: 145px;
  text-align: center;
  padding-top: 50px;
  color:
    #fff;
  margin-top: 38px;
  margin-bottom: 25px;
}

.about.page-content2 .col-single .row {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.about.page-content2 .col-single .row .item {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.about.page-content2 .col-single .row .item .border {
  border: 5px solid rgb(173, 175, 175);
  border-radius: 15px;
  padding: 27px 9px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.about.page-content2 .col-single .row .item .border .title {
  text-align: center;
  font-size: 30px;
}

.about.page-content2 .col-single .box-single {
  border: 5px solid rgb(173, 175, 175);
  border-radius: 15px;
  padding: 27px 9px;
  color: #fff;
}

.about.page-content2 .col-single .row .item .border .subtitle {
  display: block;
  text-align: center;
  flex-grow: 1;
}

.about.page-content2 .col-single .row .item:last-child {
  margin-right: 0;
}

.about.page-content2 .col-single .row .item .border ul li {
  font-size: 14px;
}

.about.page-content2.page-content-image-preserve {
  min-height: 600px;
  margin-top: 30px;
  margin-bottom: 0px;
  overflow: hidden;
  max-width: 1920px;
  margin: 30px auto 0px;
}

.custom-section-two-page.page-content,
.about.page-content2 {
  overflow: hidden;
}

.about.page-content .about-bg {
  height: 300px;
}

.about.page-content>img,
.about.page-content2>img,
.about.page-content2.page-content-image-preserve>img {
  width: 100%;
}

.about.page-content2>img {
  height: 600px;
  width: 100%;
}

.about.page-content,
.about.page-content2 {
  max-width: 1920px;
  margin: 0 auto 30px;
}

.register .form-container .input-container.action-form .patner-register-btn.button.blue {
  max-width: 240px;
  margin-top: 20px;
}


/*calendar design*/
.header_data th,
.content_appoiments td {
  border: 1px solid black;
  padding: 12px 20px;
}

.content_appoiments td {}

#customtable_kalendar {
  background: #fff;
  padding: 10px;
  float: left;
}

#custom_calendar_load .monthdata span,
#custom_calendar_load .weekdata span {
  width: 33.3333%;
  text-align: center;
  float: left;

}

#custom_calendar_load .currentmonth {
  color: rgb(173, 175, 175);
}

/*calendar design*/
.modal-appointment-calendar input {
  width: 100%;
  border-radius: 8px;
  float: left;
  border: 1px solid #d9d9d9;
  height: 31px;
  margin: 5px 0px;
  padding: 0px 5px;
  font-size: 16px;
}

.modal-appointment-calendar textarea {
  width: 100%;
  border-radius: 8px;
  float: left;
  border: 1px solid #d9d9d9;
  margin: 5px 0px;
  padding: 0px 5px;
  font-size: 16px;
}

.modal-appointment-calendar {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: 530px;
  padding: 20px 40px;
  z-index: 9999;
  border-radius: 7px;
}

.modal-appointment-calendar input::placeholder,
.modal-appointment-calendar textarea::placeholder {
  color: var(--accent);
  font-size: 16px;
}

.modal-appointment-calendar .closepvt,
.modal-appointment-calendar .closepub,
.modal-appointment-calendar .close {
  float: right;
  font-weight: bold;
  border-radius: 50%;
  padding: 0px 6px;
  line-height: 19px;
  cursor: pointer;
}

.content_appoiments td.appointment.private {
  background: #C4BD04;
  color: #fff;
  cursor: pointer;
}

.content_appoiments td.appointment.public {
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

.button.empty {
  background: #fff;
  border: 1px solid var(--accent);
}

.content_appoiments td.free.selected {
  background: #fd8c8c;
}

.button.hollow {
  color: var(--accent);
}

#mycalendar_page .container {
  margin: 20px auto 50px;
  width: 100%;
  text-align: center;
  display: block;
}

/*calendar coursedetails*/
.content_appoiments td p {
  padding: 0px;
  margin: 0px;
}

.content_appoiments td p {
  padding: 0px;
  margin: 0px;
  max-height: 30px;
  overflow: hidden;
}

.header_data th,
.content_appoiments td {
  max-width: 70px;
  width: 70px;
  font-size: 12px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  height: 40px;
  max-height: 40px;
  border: none;
  font-weight: normal;
  border-radius: 8px;
}

.header_data th .design_cell_header {
  border: 1px solid var(--accent);
  float: left;
  width: 100%;
  height: 100%;
}

.header_data th {
  border-radius: 0px;
}

.design_cell {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid var(--accent);
  box-sizing: border-box;
}

.header_data th .design_cell_header {
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  border-left: 0px;
  border-right: 0px;
}

.header_data th:nth-child(1) .design_cell_header {
  border: none;
  color: transparent;
}

.header_data th:nth-child(2) .design_cell_header {
  border-left: 1px solid var(--accent);
  border-radius: 5px 0px 0px 5px;
}

.header_data th:nth-child(8) .design_cell_header {
  border-right: 1px solid var(--accent);
  border-radius: 0px 5px 5px 0px;
}

.content_appoiments td:nth-child(1) .design_cell {
  border: none;
}

/*calendar coursedetails*/

/*calendar createcourse*/
/*calendar createcourse*/

/*calendar mycalendar*/
#mycalendar_page .header_data th,
#mycalendar_page .content_appoiments td {
  max-width: 100px;
  width: 100px;
}

#mycalendar_page #custom_calendar_load {
  float: right;
  max-width: 100%;
  width: 100%;
}

.kalendar_sections {
  float: left;
  width: 100%;
}

.kalendar_sections .left {
  max-width: 33%;
  width: 100%;
  float: left;
  text-align: left;
}

.kalendar_sections .left .button {
  margin: 10px 0px 0px 0px;
  cursor: pointer;
}

.kalendar_sections .right {
  max-width: 65%;
  width: 100%;
  float: right;
}

.kalendar_sections .number_of_the_week {
  width: 100%;
  max-width: 200px;
}

/*calendar mycalendar*/
.title_kalendar {
  padding: 20px 0px 5px;
  float: left;
  width: 100%;
  color: rgb(173, 175, 175);
}

#edit-my-checkout-pane-custom-message {
  position: relative;
}

.kalendar_sections .select2.select2-container--focus.select2-container--default .select2-selection .select2-selection__rendered,
.kalendar_sections .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0d0d0d;
  text-align: center;
}

.elements.private i {
  color: #C4BD04;
}

.elements.public i {
  color: var(--accent);
}

.monthdata span i,
.weekdata span i {
  cursor: pointer;
}

.favourites-box {
  border: 2px solid var(--accent);
  border-radius: 10px;
  max-width: 960px;
  padding: 5px 20px;
}

.favourites-box .subtitle {
  float: left;
  width: 100%;
}

.favourites-box .slide {
  width: 30%;
  margin: 0px 10px 15px;
}

.overlay_image_hp_search {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 9;
}

.hero .overlay {
  position: absolute;
  height: 604px;
  top: 0;
  width: 100%;
  padding-top: 56px;
  z-index: 99;
}

input[type="submit"] {
  -webkit-box-sizing: revert;
  -moz-box-sizing: revert;
  box-sizing: revert;
}

.button.empty.blue {
  background: var(--accent);
  color: #fff;
}

#mycalendar_page #custom_calendar_load {
  float: right;
  max-width: 100%;
  width: 100%;
  height: 492px;
  overflow-y: scroll;
}

#coursedetails_page #custom_calendar_load {
  height: 492px;
  overflow-y: scroll;
}

.modal-appointment-calendar input,
.modal-appointment-calendar textarea {
  color: #0d0d0d;
}

.modal-appointment-calendar {
  text-align: left;
  color: #868686;
}

.modal-appointment-calendar form input[type="submit"] {
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 200px;
  display: block;
}

.modal-appointment-calendar form {
  float: left;
  width: 100%;
}

.overlay-appointmentbubblepub,
.overlay-appointmentbubblepvt,
.overlay-appointmentbubble {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9;
}

#custom_previewappointmentpub .title,
#custom_previewappointmentpvt .title,
#custom_calendar_appointment .title {
  float: left;
  width: 100%;
  text-align: center;
  color: #0d0d0d;
}

#coursesbooked_page .booking-box .action {
  padding: 51px 30px;
}

#coursecreate_page #custom_calendar_load .monthdata,
#coursecreate_page #custom_calendar_load .weekdata {
  float: right;
  width: 88%;
}

#coursecreate_page #custom_calendar_load {
  overflow-y: scroll;
  max-height: 572px;
}

#coursecreate_page #customtable_kalendar {
  width: 100%;
}

#custom_calendar_load .monthdata,
#custom_calendar_load .weekdata {
  float: right;
  width: 88%;
}

.mobilelinkdisplay {
  display: none;
}

/* #editcourse_page .holder-image.single-image .pip{
  float: left;
  clear: both;
} */
/* .login-view{
  margin-top: 25px;
} */

.profile-box .form-container .input-container .label label {
  color: #333;
}

.button.hollow {
  color: #fff;
}

header .main .links,
header .main .action-holder:last-child {
  padding: 36px 0px 0px 0px;
}

#block-homepage-section-two {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  background: var(--accent);
}

.article-title::after {
  background: #fff;
}

.course-detail .tabs .tab-handles a.button.empty.blue {
  background: var(--accent);
  color: #fff;
}

.course-detail .tabs .tab-handles a {
  color: var(--accent);
}

.course-detail .tabs .tab-handles a:focus,
.course-detail .tabs .tab-handles a:hover {
  background-color: var(--accent);
  color: #fff;
}

#block-jobfits-page-title {
  text-align: center;
}

.buttons-registration {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.buttons-registration a {
  padding: 14px 5px;
  margin-bottom: 20px;
  min-width: 265px;
}

.buttons-registration a.white {
  border: 1px solid var(--accent);
  color: var(--accent);
}

header .main {
  display: flex;
  width: 100%;
  padding: 19px 0;
  align-items: center;
}

header .main .logo {
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
}

header .main .search {
  padding: 0;
}

header .main .links,
header .main .action-holder:last-child {
  padding: 0;
}

header .main .links.menu-buttons {
  display: flex;
  width: 75%;
  text-align: right;
}

header .main .links.menu-buttons .normal-buttons {
  float: left;
  width: 60%;
}

header .main .links.menu-buttons .background-buttons {
  float: left;
  width: 100%;
}

/* New listing Search Page */
.custom-listing_page .search h2 {
  margin-bottom: 80px;
  font-weight: 400;
}

.custom-listing_page .search .center {
  position: relative;
  width: 100%;
  float: none;
  display: block;
  padding-left: 20px;
  padding-right: 0;
  height: 195px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}

/*.custom-listing_page .search .center form.views-exposed-form {
    max-width: 844px;
}*/
/*.custom-listing_page .search form.views-exposed-form .form-item ,
.custom-listing_page .search form.views-exposed-form .js-form-item-title {
    float: left;
    width: 70%;
    margin: 0;
    margin-right: 28px;
}*/
.custom-listing_page .search form.views-exposed-form .js-form-item-title label,
.custom-listing_page .search form.views-exposed-form .form-item label,
.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order label {
  display: none;
}

.custom-listing_page .search form.views-exposed-form .form-item input {
  width: 100%;
  border: transparent;
  outline: none;
  font-size: 18px;
  padding: 10px 3px;
  padding-left: 10px;
  border-radius: 5px;
  height: 46px;
  font-size: 16px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
}

.custom-listing_page .search form.views-exposed-form .js-form-type-textfield {
  flex: 1.5;
  height: 46px;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-by {
  display: none;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 17px;
  margin: 0;
  /* width: 15.23438%; */
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order .select2 {
  width: 100% !important;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order .select2 .select2-selection {
  font-size: 18px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: auto;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order .select2 .select2-selection .select2-selection__rendered {
  padding: 10px 13px;
  padding-right: 30px;
  line-height: normal;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-sort-order .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
}

.custom-listing_page .search form.views-exposed-form #edit-actions,
.custom-listing_page .search form.views-exposed-form .form-actions {
  flex: 1;
}

.custom-listing_page .search form.views-exposed-form #edit-actions input,
.custom-listing_page .search form.views-exposed-form .form-actions input {
  border-radius: 5px;
  border: transparent;
  color: var(--white);
  padding-top: 7px;
  padding-bottom: 7px;
  height: 46px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--turqoise);
}

/*.custom-listing_page .search form.views-exposed-form .form-actions input {
    max-width: 125px;
}*/
header .menu ul li.main-menu {
  position: relative;
}

header .menu ul li a.event {
  cursor: pointer;
  padding-bottom: 15px;
}

header .menu ul li.main-menu .submenu {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: var(--accent);
  border: 1px solid #fff;
  top: 40px;
}

header .menu ul li.main-menu .submenu.last {
  left: 100%;
  z-index: 99999;
  top: -1px;
  transform: translateX(0%);
}

header .menu ul li.main-menu .submenu span {
  padding: 5px 10px;
  border-bottom: 1px solid #fff
}

header .menu ul li.main-menu .submenu span:last-child {
  border-bottom: 0 none;
}

.submenu .main-menu {
  display: block;
}

header .menu ul li.main-menu .submenu.last span {
  display: block;
}

header .menu ul.mobile {
  z-index: 9999;
}

header .menu ul li.main-menu .submenu {
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
}

.suggestion-block {
  position: relative;
}

/*.suggestion-block .wordsuggestion {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 120px;
    bottom: 0;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 999;
    border-radius: 8px;
}*/
.suggestion-block .wordsuggestion {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: unset;
  left: 0;
  top: calc(100% + 4px);
  background: #fff;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.suggestion-block .wordsuggestion .word {
  display: block;
  width: 100%;
  border-bottom: 1px solid #0d0d0d;
  padding: 5px 10px;
  cursor: pointer;
  word-break: break-all;
}

.suggestion-block .wordsuggestion .word:last-of-type {
  border-bottom: 0 none;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-title {
  position: relative;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-title .wordsuggestion {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: unset;
  left: 0;
  top: calc(100% + 4px);
  background: #fff;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-title .wordsuggestion .word {
  display: block;
  width: 100%;
  border-bottom: 1px solid #0d0d0d;
  padding: 5px 10px;
  cursor: pointer;
  word-break: break-all;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-title .wordsuggestion .word:last-of-type {
  border-bottom: 0 none;
}

.profile-box .stripe-block .button.blue {
  background: var(--accent);
  border-radius: 8px;
  padding: 12px 47px;
  text-align: center;
  color: #fff;
  outline: none;
  border: 1px solid rgba(0, 80, 95, 0.5);
}

.custom-checkout.checkout_reviewpage {
  height: 655px;
}

.custom-checkout.checkout_reviewpage .bar-wrapper {
  text-align: center;
}

.custom-checkout.checkout_reviewpage #block-jobfits-page-title,
.custom-checkout.checkout_reviewpage #block-jobfits-content {
  display: none !important;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}

.owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
}

.courses-gallery .courses-slider .slide,
.courses-gallery .courses-slider2 .slide {
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*min-width: 310px;*/
  width: 95%;
  text-decoration: none;
  color: var(--black);
}

.courses-gallery .courses-slider .slide .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.courses-gallery .courses-slider .slide .info .tag {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  /*cursor: pointer;*/
  font-weight: 700;
  min-height: 50px;
}

.courses-gallery .courses-slider .slide .info p {
  font-size: 16px;
  margin: 0 0 10px;
  min-height: 70px;
}

.row.row-design {
  padding: 30px;
  border: 1px solid #41425e;
  border-radius: 10px;
  width: 49%;
  margin-right: 10px;
  float: left;
  display: flex;
  min-height: 330px;
  word-break: break-all;
}

.checkoutpage #block-jobfits-page-title {
  display: none;
}

.row.row-design .col .title {
  font-weight: bold;
}

.row.row-design:last-of-type {
  margin-right: 0;
}

.row.row-design .col:first-child {
  margin: 0;
}

.row.row-design .col {
  padding: 0;
  flex-direction: column;
  border: none;
  align-content: start;
}

.row.row-design .col .line {
  display: block;
  margin-bottom: 20px;
}

.course-detail .row-design .col .action {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  min-height: 48px;
}

.course-detail .row-design .col .action .button.white {
  color: var(--accent);
  background: #fff;
  border: 1px solid var(--accent);
}

.course-detail .row-design .col .action .button {
  min-width: 200px;
  margin-top: 0;
  text-align: center;
  padding: 12px 30px;
  color: #fff;
  background: var(--accent);
}

.booking-box.partner {
  align-items: stretch;
  min-height: 300px;
}

.booking-box .content .img-holder {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.booking-box .action .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.static-page {
  padding-bottom: 20px;
}

.static-page .text-content span.title {
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 0;
  box-sizing: border-box;
}

.static-page .text-content span.main-title {
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 20px;
  box-sizing: border-box;
}

.static-page .text-content ul.list.number {
  list-style: decimal;
}

.static-page .text-content p {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.static-page .text-content p.align-content {
  display: block;
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.static-page .text-content ul.list {
  display: block;
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.static-page a.link {
  color: var(--accent);
}

.static-page .text-content img.image {
  width: 100%;
  height: 100%;
}

.static-page .text-content .convert-images {
  display: flex;
  flex-wrap: wrap;
}

.static-page .text-content .convert-images .images {
  flex: 0 0 33.333333%;
  padding: 5px;
}

.static-page .text-content .convert-images .images img {
  width: 100%;
  height: 100%;
}

.lat.js-form-item.form-item.js-form-type-textfield.form-item-lat.js-form-item-lat,
.long.js-form-item.form-item.js-form-type-textfield.form-item-long.js-form-item-long {
  display: none;
}

/* New listing Search Page */
/*.custom-listing_page .search form.views-exposed-form .form-item, .custom-listing_page .search form.views-exposed-form .js-form-item-title {
    float: left;
    width: 25%;
    margin: 0;
    margin-right: 28px;
}*/
.custom-listing_page .search form.views-exposed-form .js-form-item-radius {
  float: left;
  width: 20%;
  margin: 0;
  margin-right: 28px;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-radius .select2-container {
  width: 100% !important;
}

.custom-listing_page .search form.views-exposed-form .form-actions {
  float: left;
  width: 20%;
  margin: 0;
}

.favourites-box .slide .info .title {
  min-height: 0px;
}

.favourites-box .slide,
#suche_page .slide {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#favorite_page .favourites-box .slide {
  max-width: 285.5px;
}

.favourites-box .slide .info .title,
#suche_page .slide .info .title {
  flex-grow: 1;
  margin-bottom: 30px;
  word-break: break-all;
}

.favourites-box .slide .info,
#suche_page .slide .info {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.section-two.container h2.title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.section-two.container .category-block {
  display: flex;
  flex-wrap: wrap;
}

.section-two.container .category-block .block-content {
  width: 33.33%;
  padding: 5px;
  position: relative;
}

.section-two.container .category-block .block-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.section-two.container .category-block .block-content .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  width: 55%;
}

.section-tree.container {
  padding: 40px 60px;
}

.section-tree.container h2.title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-tree.container .content {
  margin: 0 auto;
  width: 65%;
}

.section-tree.container .content.left {
  padding-right: 30px;
  font-size: 16px;
  width: 45%;
}

.section-tree.container .content.right {
  padding-left: 30px;
  width: 55%;
}

.js-form-item.form-item.js-form-type-select.form-item-field-course-learning-offer-value.js-form-item-field-course-learning-offer-value label,
.js-form-item.form-item.js-form-type-select.form-item-field-course-subject-value.js-form-item-field-course-subject-value label,
.js-form-item.form-item.js-form-type-select.form-item-field-course-on-site-value.js-form-item-field-course-on-site-value label,
.js-form-item.form-item.js-form-type-select.form-item-field-course-school-level-value.js-form-item-field-course-school-level-value label {
  display: none;
}

.js-form-item.form-item.js-form-type-select.form-item-field-course-learning-offer-value.js-form-item-field-course-learning-offer-value,
.js-form-item.form-item.js-form-type-select.form-item-field-course-subject-value.js-form-item-field-course-subject-value,
.js-form-item.form-item.js-form-type-select.form-item-field-course-on-site-value.js-form-item-field-course-on-site-value,
.js-form-item.form-item.js-form-type-select.form-item-field-course-school-level-value.js-form-item-field-course-school-level-value,
.js-form-item.form-item.js-form-type-select.form-item-field-course-category-main-target-id.js-form-item-field-course-category-main-target-id {
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  max-width: 185px;
  width: 100%;
  font-size: 13px;
  margin-right: 10px;
}



.custom-listing_page .search form.views-exposed-form .js-form-type-select {
  flex: 1;
}

.search form .select2-container--default .select2-selection--single {
  padding: 8px 50px 8px 5px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  border-radius: 5px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
}


form .select2-container {
  width: 100% !important;
}

.custom-listing_page .search form.views-exposed-form .js-form-item-title {
  width: 214px;
  margin-right: 10px;
}

.multiple-container .select2-selection.select2-selection--multiple {
  border: 1px solid #ebebeb;
  background-color: white;
  font-weight: normal;
  font-size: 20px;
  padding: 6px 15px;
}

.profile-box .form-container .multiple-container .select2-selection.select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.multiple-container .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  color: #fff;
  background-color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 8px;
  padding: 5px 10px;
  line-height: initial;
  font-size: 14px;
}

.multiple-container .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
}

.multiple-container .select2-container--default .select2-search--inline .select2-search__field {
  width: auto;
  border: 0 none !important;
  padding: 0 !important;
  box-shadow: none;
  font-size: initial;
  opacity: 0.65;
}

.multiple-container ul.select2-selection__rendered {
  padding-right: 30px !important;
}

.multiple-container ul.select2-selection__rendered:after {
  content: "\f0d7";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  color: #0d0d0d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}

header .background-buttons .links-wrapper {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 20px;
  position: relative;
}

header .background-buttons .links-wrapper .logged-in {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  background: var(--accent);
  padding: 3px;
  border-radius: 30px;
}

header .background-buttons .links-wrapper .logged-in-menu {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  top: 75px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  gap: 20px;
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  text-align: left;
}

header .background-buttons .links-wrapper .logged-in .img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
}

header .background-buttons .links-wrapper .logged-in .img img {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: cover;
}

header .background-buttons .links-wrapper .logged-in .name {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 40px;
}

header .background-buttons .links-wrapper .logged-in .name::after {
  content: '\f0d7';
  font-weight: 600;
  font-size: 22px;
  margin-left: 5px;
  position: absolute;
  z-index: 9;
  right: 0;
  transform: translateX(-50%);
  top: 1px;
  font: var(--fa-font-solid);
}

header .background-buttons .links-wrapper.active .logged-in-menu {
  display: flex;
}


header .background-buttons .links-wrapper.active .logged-in-menu a {
  color: var(--black);
}

header .background-buttons .links-wrapper.active .logged-in-menu a.active {
  font-weight: bold;
}

header .background-buttons .links-wrapper.active .logged-in-menu a img {
  margin-right: 5px;
  vertical-align: middle;
}

header .main .links.menu-buttons .normal-buttons a {
  margin-left: 20px;
}

header .main .links.menu-buttons .normal-buttons a:first-of-type {
  margin-left: 20px;
}

.image_holders .background-cover {
  background: rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.custom-listing_page .search form.views-exposed-form {
  display: flex;
  margin-bottom: 80px;
  gap: 20px;
}

.input-container.file-upload .file-upload-wrapper {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 29px;
  position: relative;
  text-align: center;
  border-radius: 20px;
  max-width: 205px;
}

.input-container.file-upload .file-upload-text {
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 15px;
  display: block;
  /* width: 7ch; */
  margin: 0 auto;
}

.input-container.file-upload .upload-file {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}

.input-container.file-upload .grid {
  display: block;
  width: 100%;
  float: left;
}

.resetgalleryimage.hide,
#resetmainimage.hide,
.resetgalleryvideo.hide {
  display: none;
}

#resetmainimage,
.resetgalleryimage,
.resetgalleryvideo {
  position: absolute;
  top: 3px;
  right: 6px;
  z-index: 9999;
  font-weight: bold;
  border: 2px solid;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
}

.input-container.file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.input-container.file-upload .icon {
  text-align: center;
  margin-bottom: 15px;
}

.input-container.file-upload .icon i {
  font-size: 25px;
  color: var(--accent);
}

.input-container.file-upload .file-upload-text {
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 15px;
  display: block;
}

.input-container.file-upload .upload-file {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}

.input-container.file-upload .file-upload-wrapper {
  text-align: center;
  float: left;
  width: 100%;
  margin-right: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.input-container.file-upload .file-upload-wrapper:last-of-type {
  margin-right: 0;
}

.profile-box .form-container .input-container .grid.input .file-upload-wrapper {
  max-width: 170px;
  padding: 20px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: none;
}

.profile-box .form-container .input-container .grid.input .file-upload-wrapper:first-of-type {
  margin-left: 0;
}

.profile-box .form-container .input-container .grid.input .file-upload-wrapper:last-of-type {
  margin-right: 0;
}

.input-container.file-upload .file-upload-wrapper .parsley-errors-list {
  position: absolute;
  bottom: -48px;
  left: 0px;
  font-size: 12px;
  background: #fff;
  border: 1px solid;
}

.advantages .underline {
  text-align: center;
  float: left;
  width: 100%;
}


.advantages .row .item img {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 50px;
}

.advantages .row .item {
  width: 33%;
  float: left;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.advantages .row .item span {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 10px 30px;
}

.shopshow .row {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.shopshow .row .col {
  width: 100%;
}

.shopshow .row .col p {
  font-size: 16px;
  color: #000;
}

.shopshow .row .col img {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 20px 100px;
}

.button-aboutuspage {
  color: #fff;
  background: var(--accent);
  padding: 15px 20px;
  margin-top: 5px;
  float: left;
  border-radius: 8px;
  text-decoration: none;
}

.file-upload-wrapper.main-gallery_five {
  width: 100% !important;
}

.input_file.inactive label {
  border: 1px solid #df4f4f !important;
  color: #df4f4f !important;
}

.input_file.active label {
  border: 1px solid #3ea265 !important;
  color: #3ea265 !important;
}

.input-container.file-upload .overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.js-form-item.form-item.js-form-type-select.form-item-field-course-category-main-target-id.js-form-item-field-course-category-main-target-id label {
  display: none;
}

.row.row-design {
  gap: 20px;
}

.course-detail .row .col .line {
  flex: 0;
}

.course-detail .row .col .action {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

header .main .links .logged-in-menu a {
  font-size: 16px;
  color: #0d0d0d;
  text-decoration: none;
  flex-grow: 1;
  text-align: center;
  display: grid;
  grid-template-columns: 20px auto;
}

header .background-buttons .links-wrapper.active .logged-in-menu a img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  justify-self: flex-start;
}

header .main .links .logged-in-menu a {
  font-size: 16px;
  color: #0d0d0d;
  text-decoration: none;
  flex-grow: 1;
  text-align: left;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
  align-items: center;
  align-content: center;
}

#uc-cart-checkout-form table th.products {
  /*border-right: 0 none;*/
  text-align: left;
}

#uc-cart-checkout-form table th.price {
  border-left: 0 none;
}

.hide-title #block-jobfits-page-title {
  display: none;
}

.uber-hero {
  background-color: #fafafa;
  width: 100%;
  min-height: 720px;
  position: relative;
  background-position: bottom center;
  background-image: linear-gradient(180deg, rgba(160, 160, 160, 0.16) 0%, rgba(0, 28, 17, 0.46) 100%), url("../images/bg_start.jpg");
  margin-bottom: calc(54px + 27px);
  background-repeat: no-repeat;
  background-size: cover;
}

.uber-hero>img {
  width: 100%;
  display: block;
}

.uber-hero .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 4.6%;
}

.uber-hero .overlay .text {
  font-family: 'OpenSans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  background-color: rgba(0, 0, 0, 0.38);
  position: relative;
  padding-top: 1vh;
  padding-right: 1vw;
  padding-bottom: 1vh;
  padding-left: 1vw;
  margin-bottom: 5px;
  max-width: 791px;
  width: 100%;
  color: #fff;
}

.uber-hero .overlay .text h1 {
  color: #fff;
  margin-bottom: 10px;
}

.uber-hero .overlay .text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8em;
}

.uber-uns-wrapper h1 {
  margin-bottom: 64px;
}

.uber-uns-wrapper .subtitle {
  color: #3192d0;
  line-height: 1.3em;
  font-size: 26px;
  margin-bottom: 28px;
}

.uber-uns-wrapper .person {
  margin-bottom: 80px;
}

.uber-uns-wrapper .person .title {
  font-weight: 500;
  font-size: 22px;
  color: #303030;
  line-height: 1.3em;
  font-family: 'OpenSans', sans-serif;
  margin-bottom: 28px;
}

.uber-uns-wrapper .person p {
  line-height: 1.7em;
  font-weight: 500;
}

.uber-uns-wrapper .person .row {
  display: flex;
  gap: 5%;
}

.uber-uns-wrapper .person .row .text {
  flex-grow: 1;
  max-width: 734px;
}

.uber-uns-wrapper .person .row .img-container img {
  max-width: 280px;
  width: 100%;
  display: block;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1030px) {
  .uber-uns-wrapper .person .row {
    flex-direction: column;
    gap: 30px;
  }
}

.uber-uns-wrapper .gray-bg {
  padding: 30px 0;
  background-color: #f9f9f9;
}

.uber-uns-wrapper .gray-bg.no-bg {
  background: transparent;
}

.container-big {
  max-width: 1136px;
  margin: 0 auto;
}

.uber-uns-wrapper .gray-bg .title {
  margin-bottom: calc(26px + 10px + 18px);
  color: var(--black);
  line-height: 1.3em;
  font-size: 26px;
  margin-bottom: 28px;
}

.uber-uns-wrapper .gray-bg a {
  color: #3192d0;
}

.uber-uns-wrapper .gray-bg p {
  line-height: 1.7em;
  font-weight: 500;
  padding-bottom: 1em;
  /*max-width: 839px;*/
}

.uber-uns-wrapper .gray-bg p strong {
  font-weight: 700;
}

.login {
  padding-top: 65px;
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.login h1 {
  font-size: 30px;
  text-align: center;
  display: block;
  color: #0d0d0d;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-bottom: 2px;
}

h1.underline {
  text-align: center;
  margin-bottom: 65px;
}

.login .login-container {
  max-width: 490px;
  margin: 0 auto;
}

.login .login-container .text {
  text-align: center;
  font-size: 14px;
  color: var(--gray);
}

.login .login-container .input-container {
  position: relative;
  margin-bottom: 20px;
}

.login .login-container .input-container input {}

.login .login-container .action .button {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  background: var(--accent);
  color: var(--white);
  max-width: 100%;
}

.login .login-container .action {
  padding-top: 20px;
  text-align: center;
}

.login .login-container .action .lost-password {
  text-decoration: none;
  color: #0d0d0d;
  font-size: 16px;
}

.login.register .action.register-button {
  display: block;
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.login.register .action.register-button .button {
  max-width: calc(485px / 2);

}

.login.register .action.register-button a:first-of-type {
  margin-bottom: 10px;
}

.login.register .action.register-button .button.gold-hollow {
  border: 1px solid var(--accent);
  text-decoration: none;
  color: var(--accent);
  box-shadow: none;
}

.login.register .action.register-button .button.gold-hollow.active {
  background-color: var(--accent);
  color: var(--white);
}

.login .login-container .input-container.custom-checkbox input {
  position: absolute;
  opacity: 0;
}

.login .login-container .input-container.custom-checkbox label {
  padding-left: 30px;
  color: #0d0d0d;
  font-size: 16px;
  display: block;
  position: relative;
}

.login .login-container .input-container.custom-checkbox label a {
  color: #0d0d0d;
  font-weight: bold;
  text-decoration: none;
}

.login .login-container .input-container.custom-checkbox label::after {
  content: '\f0c8';
  font-weight: 400;
  font-size: 26px;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 2px;
}

.login .login-container .input-container.custom-checkbox input:checked+label::after {
  content: '\f14a';
  font-weight: 900;
}

.login .login-container .input-container.custom-checkbox {
  margin-bottom: 0;
}

.login .login-container .action span {
  color: #0d0d0d;
  font-size: 16px;
}

.login .login-container .action a {
  color: #0d0d0d;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

/*Parsley CSS*/
label.error {
  display: none !important;
}

.parsley-errors-list,
#confirm_password-error {
  display: none;
  position: absolute;
  margin: 10px 0 0 0;
  padding: 2px 5px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #888888;
  list-style-type: none;
}

.parsley-errors-list:after,
.parsley-errors-list:before,
#confirm_password-error:after,
#confirm_password-error:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.parsley-errors-list:after,
#confirm_password-error:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

.parsley-errors-list:before,
#confirm_password-error:before {
  border-color: rgba(136, 136, 136, 0);
  border-bottom-color: #888888;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

.parsley-errors-list.filled,
#confirm_password-error {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  bottom: 0;
  margin-bottom: 10px;
  right: 0;
}

.error-form-inserate .parsley-errors-list.filled,
#confirm_password-error {
  position: absolute;
  bottom: -35px;
}

.error-pop-up-inserate .parsley-errors-list.filled,
#confirm_password-error {
  position: absolute;
  bottom: -35px;
}

.error-pop-up-inserate .parsley-errors-list.filled {
  bottom: -45px;
}

.remove-one-error .parsley-errors-list.filled:last-of-type {
  display: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  /* color: #468847; */
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.custom-select .parsley-errors-list {
  bottom: -35px;
}

select.parsley-error~.select-selected {
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

select.parsley-success~.select-selected {
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

/*Parsley CSS
/* section 1 */

.search-section {
  width: 100%;
  background-image: url(../images/index-cover.png);
  padding: 200px 0;
  background-size: cover;
}

.search-section .search-section-inputs {
  gap: 21px;
  flex-wrap: wrap;
}

.search-section .search-section-inputs button[type=submit] {
  font-weight: 300;
  font-size: 16px;
  min-width: 150px;
}

.search-section .search-section-inputs input[type=search] {
  min-width: 270px;
  padding-left: 5px;
}

.search-section .search-section-inputs input[type=search]::placeholder {
  color: var(--black);
}

.search-section h1 {
  color: var(--white);
  margin-bottom: 120px;
}


/* section 2 */


.categories h1 {
  text-align: center;
  padding-bottom: 80px;
}

.categories .category-list-items {
  gap: 40px;
  flex-wrap: wrap;
}

.categories .category-list-items .list-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 45px;
}

.categories .category-list-items .list-item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -45%);
  background: rgb(0, 0, 0, 0.7);
  color: var(--white);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}


/* section 3 */

.video-section {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 80px;
}


.video-section h1 {
  text-align: center;
}

.video-section .video-container {
  max-width: 845px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* section 4 */

.cards-section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  justify-content: center;
}

.cards-section h1 {
  text-align: center;
}

.cards-section .cards {
  gap: 35px;
  flex: 1;
  /*justify-content: space-between;*/
}

.cards-section .cards .card {
  gap: 25px;
}

.cards-section .cards .card h2 {
  font-size: 20px;
  text-align: center;
  min-height: 50px;
}

.cards-section .cards .card p {
  font-size: 20px;
  text-align: center;
}


/* section 5 */

.registration-banner {
  background-color: var(--turqoise);
  width: 100%;
  padding: 90px 0;
  gap: 100px;
}

.registration-banner h2 {
  color: var(--white);
  ;
}

.registration-banner button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}


/* section 6 */


#favorite_page .rating-cards .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

#favorite_page .rating-cards .card {
  margin: 0;
}

.rating-cards .cards {
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.rating-cards .card {
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 310px;
  width: 100%;
}

.rating-cards h1 {
  text-align: center;
}

.rating-cards button {
  margin: 0 auto;
  display: block;
  padding: 10px 50px;
  font-size: 16px;
}

.rating-cards .card {
  text-decoration: none;
  color: var(--black);
}

.rating-cards .card .card-header img {
  width: 100%;
  object-fit: contain;
  height: 310px;
}

.rating-cards .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.rating-cards .card .card-body .tag {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}

.rating-cards .card .card-body p {
  font-size: 16px;
  margin: 0 0 10px;
}


.rating-cards .card .card-body .pricing {
  font-weight: 700;
}

/* .star-rating {
    display: flex;
}

.star-rating img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
} */


/* section 6 - rating stars */

/* .star-rating .rating li {
    cursor: default;
    display: inline-block;
    font-size: 30px;
    list-style-type: none;
}

.star,
.rating:not(.vote-cast):hover .star:hover~.star,
.rating.vote-cast .star.selected~.star {
    color: var(--black);
}

.rating:hover .star,
.rating.vote-cast .star {
    color: var(--turqoise);
} */

/* section 7 */

.rating-cards-jobs {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 80px;
}




/* PROFILE PAGE - InseratDetailseiteAktuelleAngebote.html */

.profile-banner {
  /*background: url(../images/profile_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    max-width: 1920px;*/
  position: relative;
}

.profile-banner .background-cover {
  background: rgba(0, 0, 0, 0.41);
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.profile-banner .hero {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.profile-banner .profile-picture {
  background: url(../images/profile_picture.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  min-height: 230px;
  max-width: 230px;
  position: relative;
  float: left;
}

.profile-banner .profile-details .user-info .user-star-rating .star-rating__wrap i {
  color: var(--white) !important;
  font-size: 1.33333333em;
}

.profile-banner .profile-picture .check-badge {
  background: url(../images/icons/check-circle.png);
  background-repeat: no-repeat;
  object-fit: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12%;
  right: 5%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile-banner .container-details {
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.profile-banner .profile-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1400px;
}

.profile-banner .profile-details .user-info {
  width: 70%;
  color: var(--white);
  float: left;
  padding-left: 20px;
}

.profile-banner .profile-details .user-info h1 {
  font-weight: 400;
  font-size: 20px;
}

.profile-banner .profile-details .user-info .user-name {
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.profile-banner .profile-details .user-info .user-name button {
  font-size: 16px;
  padding: 8px 30px;
}

.profile-banner .profile-details .user-info .user-name .addfavorite {
  font-size: 32px;
  cursor: pointer;
}

/* USER STAR RATING */

.profile-banner .profile-details .user-info .user-star-rating {
  /*margin-left: 10px;*/
}


.user-details-expanded {
  background: var(--lightblue);
  justify-content: space-around;
  padding: 40px 40px;
  gap: 20px;
  align-items: flex-end;
}

.user-details-expanded .personal-info-item {
  gap: 5px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.user-details-expanded .flex-row-centered-horz.new-width {
  max-width: 350px;
}

.user-details-expanded .flex-row-centered-horz.horz-modifier.horz_first.new-width {
  max-width: 100%;
}

.user-details-expanded .flex-row-centered-horz:first-child {
  align-self: flex-start;
}

.user-details-expanded .personal-info-item span {
  font-size: 16px;
  font-weight: 700;
}

.user-details-expanded .personal-info-item p {
  max-width: 60%;
}

.user-details-expanded .flex-row-centered-horz .col {
  line-height: 1.8;
}

.user-details-expanded .flex-row-centered-horz .col h1 {
  margin-bottom: 20px;
  font-size: 16px;
}

.user-details-expanded .flex-row-centered-horz .col .check-list {
  padding-left: 28px;
}

.user-details-expanded .flex-row-centered-horz .col .check-list li {
  margin-bottom: 15px;
}

.user-details-expanded.container.flex-row>div:nth-child(2) {
  align-self: end;
}

.user-details-expanded .flex-row-centered-horz .check-list {
  list-style-image: url(../images/icons/tiny-check.png);
}

/* button nav container */

/* .button-panel {
    margin-bottom: 80px;
} */

.button-panel .btn-nav {
  justify-content: space-between;
}

.button-panel .btn-nav .btn-nav_1 button {
  padding: 10px 0;
  width: 250px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.button-panel .btn-nav .btn-nav_2 button {
  padding: 10px 0;
  width: 250px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
}


/* user description */

.user-description {
  margin-bottom: 80px;
}

.user-description p {
  text-align: left;
}

.user-description h1 {
  margin-bottom: 65px;
}


/* reviews */

.reviews .review-wrapper {
  padding: 26px 62px 15px 31px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.reviews .review-wrapper .review {
  gap: 20px;
}

.reviews .review-wrapper .review .review-avatar {
  gap: 10px;
}

.reviews .review-wrapper .review .review-avatar span {
  text-align: center;
}

.reviews .review-wrapper .review .review-content .review-rating,
.reviews .review-wrapper .review .review-content .review-date,
.reviews .review-wrapper .review .review-content .review-text {
  margin-bottom: 7px;
}

.reviews .review-wrapper .review .review-avatar span {
  font-weight: 600;
}

.reviews .review-wrapper .review .review-content {
  font-weight: 500;
  width: 100%;
}

/* video section */

.video-container .video-wrapper {
  gap: 25px;
}

.video-container .video-wrapper div {
  flex: 1;
}


/* search filters page */


.search-filters h1 {
  font-weight: 400;
}

.search-filters .filter-inputs input[type=search] {
  flex: 1.5;
  padding-left: 10px;
}


.search-filters .filter-inputs input[type=search]::placeholder {
  color: var(--black);
}


.search-filters .filter-inputs .custom-select,
.search-filters button {
  flex: 1;
  font-weight: 300;
  font-size: 16px;
}

.search-filters .filter-inputs {
  gap: 20px;
}

.search-filters .sort-results {
  max-width: 295px;
  margin-right: 0px;
  margin-left: auto;
}




/* pagination */


/* .schedule-row-loop {
    display: flex;
    width: 90%;
    padding: 1em 2em;
    margin: 1em auto;
    border: 1px solid #ddd;
    background-color: #ededed;
} */

.pagination_numbers {
  display: flex;
  justify-content: right;
}

.pagination_numbers li {
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
}


.pagination_numbers .pagination_button,
.pagination_numbers .prev,
.pagination_numbers .next {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  text-decoration: none;
  color: var(--turqoise);
  font-weight: 500;
  font-size: 14px;
  padding: 10px 14px;
  cursor: pointer;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
}

.pagination_numbers .pagination_button.active,
.pagination_numbers .prev.active,
.pagination_numbers .next.active {
  background: var(--turqoise);
  color: white;
  border: 0.5px solid transparent;
}

.pagination_numbers .pagination_button.active a,
.pagination_numbers .prev.active a,
.pagination_numbers .next.active a {
  color: white;
}

.pagination_numbers .pagination_button.passive,
.pagination_numbers .prev.passive,
.pagination_numbers .next.passive {
  opacity: 0.3;
  cursor: not-allowed;
}

.pagination_numbers .pagination_button a,
.pagination_numbers .prev a,
.pagination_numbers .next a {
  text-decoration: none;
  color: var(--black);
}


/* ---------------------------------------------------------------------- STAR RATING ---------------------------------------------------------------------- */


.star-rating {
  /* margin: 100px auto; */
  margin-top: 30px;
  margin-bottom: 30px;
  width: 300px;
  text-align: center;
}

.star-rating h4 {
  text-transform: uppercase;
}

.star-rating__wrap {
  margin: 0 auto;
  width: 120px;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating__input:enabled {
  display: none;
}

.star-rating__ico {
  float: right;
  padding-right: 3px;
  color: var(--turqoise);
  cursor: pointer;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover~.star-rating__ico:before,
.star-rating__input:checked~.star-rating__ico:before {
  content: "\f005";
}


.user-star-rating {
  margin: 0;
  margin-top: 10px;
  width: 100%;
}

.user-star-rating .star-rating__wrap {
  margin-left: 0;
  text-align: left;
}

.user-star-rating .star-rating__ico {
  color: white;
}

.color-fix .star-rating__ico {
  color: var(--turqoise) !important;
}



/* PAGINATION BUTTONS */

.pag-btn {
  padding: 10px 15px;
  border: transparent;
  background: white;
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
}

/* ------------------------------------------------------------------------ BUTTONS ------------------------------------------------------------------------ */


/* flex containers */

.flex-row {
  display: flex;
}

.flex-row.user-description-content,
.flex-row.user-gallery {
  gap: 10px;
}

.flex-row-centered-vert {
  display: flex;
  align-items: center;
}

.flex-row-centered-horz {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex-row-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* */

.container {
  /* width: 80%; */
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.col {
  width: 100%;
}

/* basic button formatting */

.btn {
  border-radius: 5px;
  border: transparent;
  color: var(--white);
  padding-top: 7px;
  padding-bottom: 7px;
  /* height: 40px; */
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
}

.btn-turqoise {
  background-color: var(--turqoise);
}

.btn-white {
  background-color: var(--white);
  color: var(--turqoise);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}


/* TEXT ELEMENTS */


.centered-heading {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
}

/* INPUT TYPE SEARCH */

input[type=search] {
  padding: 10px 3px;
  border-radius: 5px;
  border: transparent;
}


/* margins */

.default-margin-bottom {
  margin-bottom: 80px;
}

.default-margin-top {
  margin-top: 80px;
}

/* effects */

.box-shadow {
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
}

/* OWL CAROUSEL HIDE BULLETS */

.owl-dot {
  display: none !important;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -5px;
  margin: 0;
}

.owl-carousel .owl-nav .owl-prev span {
  color: transparent;
  display: none;
}

.owl-carousel .owl-nav .owl-prev::after {
  content: url(../images/icons/caret-left.png);
  display: block;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -5px;
  margin: 0;
}

.owl-carousel .owl-nav .owl-next span {
  color: transparent;
  display: none;
}

.owl-carousel .owl-nav .owl-next::after {
  content: url(../images/icons/caret-right.png);
  display: block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.jqpaginator .jqp-wrap {
  max-width: 1341px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-listing_page .search .custom-view {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.custom-listing_page .search .rows {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  clear: both;
}

.custom-listing_page .search .views-row {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  /*float: left;
  max-width: 330px;*/
}

.custom-listing_page .search .views-row .card.searchItem {
  /*margin: 10px;*/
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*max-width: 310px;*/
  width: 100%;
}

.custom-listing_page .search .views-row .card.searchItem {
  text-decoration: none;
  color: var(--black);
}

.custom-listing_page .search .views-row .card.searchItem .card-header img {
  width: 100%;
  object-fit: contain;
  min-height: 320px;
  min-width: 320px;
  max-height: 320px;
  max-width: 320px;
  height: 100%;
}

.custom-listing_page .search .views-row .card.searchItem .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.custom-listing_page .search .views-row .card.searchItem .card-body .tag {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  cursor: pointer;
  font-weight: 700;
  min-height: 50px;
}

.custom-listing_page .search .views-row .card.searchItem .card-body p {
  font-size: 16px;
  margin: 0 0 10px;
  min-height: 70px;
}

.custom-listing_page .search .views-row .card.searchItem .star-rating i {
  padding-right: 3px;
  color: var(--turqoise);
}

.section-two.container.categories.default-margin-top {
  margin-bottom: 45px;
}

.courses-gallery .courses-slider .slide .info .rating {
  margin-top: 30px;
  margin-bottom: 30px;
}

.courses-gallery .courses-slider .slide .info .rating i {
  padding-right: 3px;
  color: var(--turqoise);
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(47, 47, 47, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 20px;
}

.modal-overlay .modal-comments {
  background-color: white;
  -webkit-appearance: none !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  max-width: 1004px;
  width: 100%;
  padding: 65px 102px 30px 102px;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.modal-overlay .modal-comments .close {
  color: #000;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
}

.modal-overlay .modal-comments .close i {
  font-size: 30px;
}


.modal-overlay .modal-comments .input-container h2.title {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  color: var(--black);
}


.modal-overlay .modal-comments h2 {
  font-size: 30px;
  text-align: center;
  display: block;
  color: #2f2f2f;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 2px;
}

.modal-overlay .modal-comments p.underline {
  margin-bottom: 20px;
}

.modal-overlay .modal-comments .subtitle {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 35px;
}

.modal-overlay .modal-comments .stars {
  display: flex;
  justify-content: center;
  color: var(--turqoise);
  margin-bottom: 30px;
}

.modal-overlay .modal-comments .stars i {
  cursor: pointer;
  font-size: 24px;
}

.view-error-here {
  width: 45%;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

.modal-overlay .modal-comments .input-container textarea {
  background-color: rgba(255, 255, 255, 0.102);
  /*-webkit-appearance: none !important;*/
  /*-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);*/
  /*-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);*/
  border: 1px solid var(--border);
  padding: 15.6px 12px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  outline: none;
}

.modal-overlay .modal-comments .action {
  text-align: center;
}

.modal-overlay .modal-comments .action .btn {
  max-width: 400px;
  width: 100%;
}

.modal-overlay .modal-comments .form-container {
  width: auto;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.ql-formats .select2 {
  display: none;
}


.modal-overlay .modal-comments .input-container.uploadfiles {
  flex-direction: column;
}

.modal-overlay .modal-comments .input-container.uploadfiles .text {
  /* width: 100%; */
  margin-bottom: 20px;
}

.modal-overlay .modal-comments .input-container.uploadfiles .document {
  margin-bottom: 20px;
}

.modal-overlay .modal-comments .input-container.uploadfiles .document span {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.modal-overlay .modal-comments .input-container .file-upload {
  border: none;
  padding: 0;
  width: fit-content;
  color: var(--accent);
}

.modal-overlay .modal-comments .input-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}

.modal-overlay .modal-comments .input-container .label {
  flex-grow: 1;
  text-align: right;
  padding-right: 21px;
  margin-top: 15px;
}

.modal-overlay .modal-comments .input-container .label label {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
}

.modal-overlay .modal-comments .input-container .input {
  width: 65%;
  position: relative;
}

.modal-overlay .modal-comments .input-container .input input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  padding: 12px 28px;
}

.modal-overlay .modal-comments .input-container .input .select2 {
  width: 100% !important;
  height: initial;
}

.modal-overlay .modal-comments .input-container .input .select2.select2-container--default .select2-selection--single {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.modal-overlay .modal-comments .input-container .input .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial;
  color: #0d0d0d;
}

.modal-overlay .modal-comments .input-container .input .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}

.modal-overlay .modal-comments .input-container.custom-checkbox input {
  position: absolute;
  opacity: 0;
}

.modal-overlay .modal-comments .input-container.custom-checkbox label {
  padding-left: 30px;
  color: #0d0d0d;
  font-size: 16px;
  display: block;
  position: relative;
}

.modal-overlay .modal-comments .input-container.custom-checkbox label a {
  color: #0d0d0d;
  font-weight: bold;
  text-decoration: none;
}

.modal-overlay .modal-comments .input-container.custom-checkbox label::after {
  content: '\f0c8';
  font-weight: 400;
  font-size: 26px;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 2px;
}

.modal-overlay .modal-comments .input-container.custom-checkbox input:checked+label::after {
  content: '\f14a';
  font-weight: 900;
}

.modal-overlay .modal-comments .input-container.custom-checkbox {
  margin: 40px 0;
}

.two-buttons .btn-nav_2 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-grow: 1;
  width: 100%;
  max-width: calc((250px * 2) + 20px);
}

.two-buttons .button-panel .btn-nav .btn-nav_2 button {
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  max-width: 250px;
}

.booking-box .action .buttons form#chatopen {
  display: block;
  width: 100%;
  font-size: 16px;
}

.booking-box .action .buttons form#chatopen .button {
  margin-bottom: 0;
  min-width: 100%;
  font-size: 16px;
}

.booking-box .action .buttons .button.placereview {
  cursor: pointer;
}

input[name="stars_value_check"] {
  display: none;
}

.reviews .review-wrapper .review .review-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px solid var(--turqoise);
  object-fit: contain;
  margin: 0 auto;
}

.user-star-rating .star-rating__wrap i {
  color: var(--turqoise) !important;
}

.company-subscription h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  margin: 60px 0;
}

.company-subscription h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 60px 0;
}

.content-list.default-margin-bottom {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.company-subscription .content-list {
  max-width: 560px;
  margin: 0 auto;
}

.company-subscription .company-tabs {
  width: auto;
  max-width: 1162px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.company-subscription .company-tabs .tab-small {
  width: 38.22719%;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.company-subscription .company-tabs .tab-small.turqoise {
  background: var(--turqoise);
  color: #fff;
}

.company-subscription .company-tabs .tab-small.turqoise .btn {
  color: var(--turqoise);
  background: var(--white);
}

.company-subscription .company-tabs .tab-small .title {
  font-size: 22px;
  color: #474747;
  margin-bottom: 10px;
}

.company-subscription .company-tabs .tab-small .list-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.company-subscription .company-tabs .tab-small .list {
  padding: 0 20px;
  flex-grow: 1;
}

.company-subscription .company-tabs .tab-small .list ul {
  padding-left: 18px;
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.company-subscription .company-tabs .tab-small.turqoise .title,
.company-subscription .company-tabs .tab-small.turqoise .list-title {
  color: #fff;
}

.fass-uns-wrapper .hero {
  height: auto;
  margin-bottom: 120px;
}

article.fass-uns-wrapper .hero .overlay .container {
  text-align: center;
}

.fass-uns-wrapper .hero img {
  width: 100%;
  height: 539px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.fass-uns-wrapper .hero .overlay {
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.31);
  padding: 0;
  display: flex;
  place-content: center;
  place-items: center;
}

.fass-uns-wrapper .hero .overlay h1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin: 0;
  margin-bottom: 70px;
}

.clanix-button {
  background: transparent;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  padding: 18px 24px;
  font-weight: bold;
  display: inline-block;
}

.clanix-button.blue {
  background-color: rgb(0, 185, 201);
  border-color: rgb(232, 232, 232);
  color: var(--white);
}

.clanix-button.white {
  background-color: var(--white);
  border-color: rgb(232, 232, 232);
  color: var(--turqoise);
}

.fass-uns-wrapper .article-block {
  margin-bottom: 100px;
}

.fass-uns-wrapper .article-block .row {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.fass-uns-wrapper .article-block .row:first-child {
  margin-bottom: 150px;
}

.fass-uns-wrapper .article-block .row .imgage-container img {
  display: block;
  width: 100%;
  max-width: 749px;
}

.fass-uns-wrapper .article-block .row .text {
  width: 100%;
  max-width: 628px;
}

.fass-uns-wrapper .article-block .row .text {
  text-align: left;
}

.fass-uns-wrapper .article-block .row .text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-bottom: 70px;
}

.fass-uns-wrapper .article-block .row .text p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
}

.fass-uns-wrapper .article-block .row .text .list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fass-uns-wrapper .article-block .row .text .list ul li {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  position: relative;
  margin-bottom: 50px;
}

.fass-uns-wrapper .article-block .row .text .list ul li:last-child {
  margin: 0;
}

.fass-uns-wrapper .article-block .row .text .list ul li:before {
  content: url(../images/checkmark-list.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.info .hero {
  height: auto;
  margin-bottom: 120px;
}

.info .hero .hero-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.info .hero img {
  width: 100%;
  height: 331px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.info .hero .overlay {
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.31);
  padding: 0;
  display: flex;
  place-content: center;
  place-items: center;
}

.info .hero .overlay h1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin: 0;
}

.info .centered-text {
  text-align: center;
  margin-bottom: 100px;
}

.info .centered-text h2 {
  font-size: 28px;
  margin-bottom: 100px;
}

.info .centered-text p {
  font-size: 20px;
}

.info .cards-wrapper {
  background: var(--gray);
  padding: 1px 0;
}

.info .plans .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.info .plans .row .plan {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid var(--turqoise);
  background: var(--turqoise);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.info .plans .row .plan.basic {
  color: rgb(71, 71, 71);
  background: var(--white);
  border: 2px solid rgb(179, 179, 179);
}

.info .plans .row .plan .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.info .plans .row .plan .img-container img {
  display: block;
  max-width: 110px;
  margin: 0 auto;
}

.info .plans .row .plan .img-container {
  margin-bottom: 30px;
}

.info .plans .row .plan .price {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.info .plans .row .plan .category {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.info .plans .row .plan .descr {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.info .plans .row .plan .list {
  margin-bottom: 50px;
  flex-grow: 1;
}

.info .plans .row .plan .list ul {
  text-align: left;
  margin-left: 20px;
}

.info .plans .row .plan .actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info .plans .row .plan .actions .btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  width: 100%;
  margin-top: 20px;
}

.info .plans span.content {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.info .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid rgb(209, 209, 209);
  font-size: 12px;
  background: var(--white);
  height: auto;
}

.info .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  text-align: left;
  padding-right: 20px;
}

.info .select2-container {
  width: 100% !important;
}

.info .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  place-content: center;
  place-items: center;
}

.info .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.info .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: url(../images/select-dropdown.svg);
  transform: translateY(-2px);
}

.info .plans {
  padding: 50px 0;
}

.info .plans h2 {
  text-align: center;
}

.info .tabs {
  margin-bottom: 100px;
}

.info .tabs .tab {
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

.info .tabs .tab:last-child {
  margin-bottom: 0;
}

.info .tabs .tab .tab-header {
  position: relative;
  padding: 0 20px;
}

.info .tabs .tab .tab-header .title {
  font-size: 24px;
  font-weight: bold;
}

.info .tabs .tab .tab-header .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.info .tabs .tab .tab-header .arrow img {
  transition: all 0.2s ease-in-out;
}

.info .tabs .tab .tab-content {
  padding-top: 20px;
  display: none;
}

.info .tabs .tab.active {
  cursor: default;
}

.info .tabs .tab.active .tab-content {
  display: block;
}

.info .tabs .tab.active .tab-header .arrow img {
  rotate: 180deg;
}

.info.uber h1 {
  text-align: center;
}

.info.uber .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.info.uber .buttons .btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  max-width: 250px;
  text-align: center;
  background-color: transparent;
  color: var(--black);
  font-size: 20px;
  font-weight: normal;
  padding: 12px 12px;
  border-radius: 25px;
}


.info.uber .buttons .btn.btn-white {
  background-color: var(--white);
  color: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: none;
}


.info.uber .buttons .btn.btn-turqoise {
  background-color: var(--accent);
  color: var(--white);
}

.info.uber .buttons .btn.active {
  background: var(--white);
  color: var(--turqoise);
  border: 1px solid var(--turqoise);
}

.uber-uns.jobfits {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding-bottom: 100px;
}

.uber-uns.jobfits p {
  margin: 0;
}

.uber-uns.jobfits .hero {
  margin-bottom: 0;
  height: auto;
}

.uber-uns.jobfits .hero img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 725px;
}

.uber-uns.jobfits .container {
  max-width: 1390px;
}

.uber-uns.jobfits .center-wrap {
  padding: 50px 0;
  background: rgba(201, 201, 201, 0.07);
  margin-bottom: 50px;
}

.uber-uns.jobfits .center {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}

.uber-uns.jobfits .center h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.uber-uns.jobfits .benefits h2 {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: "Open Sans", sans-serif;
}

.uber-uns.jobfits .benefits .row .item .description .title {
  font-weight: normal;
  text-transform: uppercase;
}

.uber-uns.jobfits .benefits .row .item .description p {
  font-size: 16px;
}

.uber-uns.jobfits .basic-profile {
  text-align: left;
  margin-bottom: 80px;
}

.uber-uns.jobfits .basic-profile h2 {
  margin-bottom: 0;
  text-align: left;
}

.uber-uns.jobfits .basic-profile p {
  margin: 0;
  font-size: 18px;
}

.recommendation .row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.recommendation .row .col {
  max-width: 660px;
}

.recommendation .row .image-container img {
  width: auto;
  max-width: 100%;
  display: block;
}

.recommendation .row .col h2 {
  margin-bottom: 20px;
  text-align: left;
}

.recommendation .row .col ul {
  padding: 0;
  margin: 0;
  margin-bottom: 80px;
}

.recommendation .row .col ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}


.recommendation .row .col ul li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}

.recommendation .row .col .button {
  text-decoration: none;
  background: var(--turqoise);
}

.info .plans .row .plan {
  max-width: 342px;
}

.horz-modifier-container {
  display: flex;
}

.horz-modifier {
  flex-grow: 1;
  width: 100%;
}

.horz-modifier.horz_first {
  flex-direction: column;
}

.horz-modifier.horz_first h1 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.horz-modifier.horz_first .horz-row {
  display: flex;
  gap: 20px;
}

.horz-modifier .col {
  align-items: flex-end;
}

.horz-modifier:last-child {
  max-width: 350px;
  align-self: flex-start !important;
}

.custommessage_display {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  padding: 20px;
  background: #fff;
  border-top: 1px solid;
}

.short-message {
  text-align: center;
}

.custom-listing_page .search form.views-exposed-form .form-item input::placeholder {
  opacity: 1;
}

.custom-listing_page .search .custom-view .category-info {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.login .login-container .input-container.file-view {
  display: inline-block;
  width: 100%;
}

.login .login-container .input-container .input.is-file label {
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  padding: 12px 22px;
  text-align: left;
  color: #7f7f7f;
  margin-right: 4%;
  cursor: pointer;
  float: left;
  width: 100%;
  background: #fff;
  font-size: 20px;
}

.login .login-container .input-container .input.is-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.cart.cart-form {
  max-width: 1136px;
  margin: 0 auto;
}


.link--previous {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: var(--black);
  font-size: 20px;
  font-weight: normal;
  padding: 12px 12px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid var(--accent2);
  color: var(--accent2);
}

.layout-region.layout-region-checkout-footer .form-actions {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}

.cart-form .form-actions #edit-submit {
  display: none;
}

.joblist .job.hidecateg {
  display: none;
}

a.showcategories {
  cursor: pointer;
}

#mycourses_page {
  padding-top: 60px;
}


.main-content.checkout-complete {
  max-width: 1280px;
  margin: 0 auto;

  text-align: center;
}


.main-content.checkout-complete h2 {
  text-align: center;
  margin-bottom: 30px;
}


.cart .button.js-form-submit {
  max-width: 400px;
}

.cart table {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px;
}

.cart .form-actions {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 50px;
  text-align: center;
}

.cart table th {
  height: 48px;
  border: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
}

.cart table td {
  height: 48px;
  border: 1px solid var(--accent);
  padding: 15px;
  box-sizing: border-box;
}

.cart table td.views-field-unit-price__number,
.cart table td.views-field-total-price__number {
  text-align: right;
}

.layout-checkout-form .js-form-item input.address-book-edit-button {
  border: 1px solid var(--accent2);
  background: var(--accent2);
  width: inherit;
  margin-top: 20px;
}

.layout-checkout-form .js-form-item .address-container-inline {
  display: flex;
}

.layout-checkout-form .js-form-item .address-container-inline>.js-form-item {
  width: 100%;
}

.layout-checkout-form .js-form-item .address-container-inline>.form-item:last-of-type {
  margin-right: 0;
}

.cart_before_checkout #edit-continue-shopping,
.cart_before_checkout #edit-update,
.cart_before_checkout #edit-checkout--2 {
  background: transparent;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 25px;
  color: #0d0d0d;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  margin: 0px !important;
}


div[data-drupal-selector="order-total-summary"] {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.layout-checkout-form {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 50px 20px;
}

.layout-checkout-form .js-form-item {
  margin-bottom: 20px;
  position: relative;
}

.layout-checkout-form .js-form-item label {
  display: block;
  margin-bottom: 10px;
}

.layout-checkout-form .js-form-item input {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 15.6px 12px;
  font-size: 14px;
  border-radius: 5px;
  background: var(--white);
}

.layout-checkout-form .js-form-type-checkbox {}

.layout-checkout-form .js-form-type-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
}

.layout-checkout-form .js-form-type-checkbox label {
  padding-left: 30px;
  color: #0d0d0d;
  font-size: 16px;
  display: block;
  position: relative;
}

.layout-checkout-form .js-form-type-checkbox label a {
  color: #0d0d0d;
  font-weight: bold;
  text-decoration: none;
}

.layout-checkout-form .js-form-type-checkbox label::after {
  /* content: '\f0c8';
  font-weight: 400;
  font-size: 26px;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 2px;
  font: var(--fa-font-solid); */
  font: var(--fa-font-solid);
  content: '\f0c8';
  font-weight: 400;
  font-size: 26px;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: -3px;
}

.layout-checkout-form .js-form-type-checkbox input:checked+label::after {
  content: '\f14a';
  font-weight: 900;
}

#edit-order-summary {
  padding: 20px 0;
}

#edit-order-summary table {
  margin-bottom: 20px;
}

#commerce-checkout-flow-multistep-default {
  overflow: hidden;
}

.order-total-line-label {
  display: flex;
  justify-content: space-between;
}


.container.aboutuser {
  max-width: 1136px;
}

.container.aboutprovider {
  max-width: 1136px;
}

.title-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.booking-box .content .description .title-grid .title {
  margin: 0;
  font-size: 16px;
  word-wrap: anywhere;
  text-align: left;
}

.booking-box .content .description .title-grid .title a i {
  vertical-align: middle;
}

.booking-box .content .description .title-grid .title a i:before {
  content: url(/themes/jobfits/images/icons/icon-document-view.png);
}

.uber-uns-wrapper .container-big {
  padding: 0 20px;
}


@media screen and (max-width: 900px) {
  .parsley-type {
    font-size: 12px;
  }

  .layout-checkout-form {
    display: flex;
    flex-direction: column;
  }

  .layout-checkout-form>div {
    width: 100%;
  }

  .layout-checkout-form .layout-region-checkout-secondary {
    margin-bottom: 60px;
  }

  .layout-region-checkout-main,
  .layout-region-checkout-footer {
    float: left;
    width: 100%;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  .main-content.checkout-complete p {
    text-align: center;
  }

  .layout-checkout-form .js-form-item {
    width: 100%;
  }
}

.views-element-container div.custom-view {
  max-width: 1440px;
  margin: 0 auto;
}

.views-element-container div.custom-view .custom-message {
  text-align: center;
  padding: 20px 0px 40px;
}

section.new-jobs .row .job .job-title a {
  color: var(--gray);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.input-container.custom-select.sort-filter .select2 {
  margin-right: 34px;
}

select {
  width: 100%;
}

#user-pass-reset div[data-drupal-selector="edit-actions"] input {
  border: none !important;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

#user-pass-reset {
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  display: block;
  text-align: center;
}

.main-content .product-header .description .title,
.main-content .product-header .description .action .button,
.main-content .insert-block .description-row span,
.main-content .insert-block .description .column-description,
.main-content .insert-block .description .column-details span,
.main-content .insert-block .description.raw .group span,
.rating-cards .card .card-body p,
.main-content .insert-block .description.raw .group a,
.booking-box .content .img-holder,
.booking-box .content .description .title,
.booking-box .content .description {
  word-break: break-word;
  word-wrap: break-word;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 27px 2px 13px;
}

/*header .background-buttons .links-wrapper .logged-in .name::after{
  right: -3px;
}*/

.modal-overlay .modal-comments .input-container.uploadfiles .document span.close-elem {
  display: none;
  cursor: pointer;
  font-weight: bold;
}

.checkout-order-summary table {
  width: 100%;
}

.checkout-order-summary table tbody tr td:nth-child(2) {
  float: right;
  margin-right: -5px;
}

.container-small .profile-box .booking-box .action .buttons .icon i {
  margin-bottom: 50px;
}

.file-row .file-upload.main-video_data .text {
  word-break: break-all;
}

.parsley-fileextensionimg {
  word-break: break-word;
}

.hidden {
  display: none;
}

.action a {
  cursor: pointer;
  color: #007bff;
  text-decoration: none;
}

.action a:hover {
  text-decoration: underline;
}

.main-content .insert-block .parsley-errors-list.filled {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
  transform: none;
  order: 1;
}

.chat-page .message-container .message-action {
  position: relative;

}

.chat-page .message-container .message-action .parsley-errors-list.filled {
  bottom: -6px;
}

.booking-box .content .description,
.listing-column .item .description .text,
.main-content .insert-block .description .column-description {
  list-style-position: inside;
}

.listing-column .item .years {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}

.listing-column .item .years .year {
  background: #ff2626;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
}

.listing-column .item .years .year.green {
  background: #4cd964;
}

.main-content .insert-block .description .column-details .item.full {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.main-content .insert-block .description .column-details .item .year {
  background: #ff2626;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
}

.main-content .insert-block .description .column-details .item .year.green {
  background: #4cd964;
}

.main-content .insert-block .description .column-description p {
  text-align: unset !important;
}

.ql-editor h1 {
  text-align: inherit !important;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: -6px;
}

section.trending .row .item .composed .location {
  min-height: 50px;
}

.listing-column .item .description .composed .title {
  max-width: 450px !important;
}

.listing-column .item .img-container>div {
  text-align: center;
  font-weight: bold;
}

.main-content .insert-block label {
  max-height: 19px;
}

.main-content .insert-block .description .column-details .item:nth-child(4) {
  order: 1;
}

.main-content .insert-block .description .column-details .item:nth-child(6) {
  order: 2;
}

.main-content .insert-block .description .column-details .item:nth-child(7) {
  order: 4;
}

section.trending .row .item .text {
  height: 91px;
  max-height: 91px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.main-content .insert-block .description .column-details .item:has(.year.green) {
  display: flex;
  align-items: end;
}

.main-content .insert-block .description .column-details .item:has(.year.green) .year {
  width: max-content;
}

/* Add this CSS to your stylesheet */
.info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.info-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
}

.info-icon .tooltip-text {
  visibility: hidden;
  width: 240px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 30px;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(-50%);
  height: 50px;
}

.info-icon:hover .tooltip-text,
.info-icon:focus .tooltip-text {
  visibility: visible;
  opacity: 1;
}
section.new-jobs .row .job .job-title a {
    color: var(--gray);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    max-width: 400px;
    overflow-x: hidden;
    width: 100%;
    display: block;
}