.gcl-main-wrapper {
  border: 0px solid #000;
  display: grid;
  grid-gap: 5px;
  padding: 0px;
}

.gcl-main-wrapper .gcl-item {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 5px 150px 5px;
  min-height: 300px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  text-align: center;
  overflow: hidden;
}

.gcl-main-wrapper .gcl-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gcl-main-wrapper .gcl-item img {
  border: 0px solid #ff0000;
  height: 150px;
  width: auto;
  margin: 0px auto 5px;
  display: block;
}

.gcl-main-wrapper .gcl-item a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border: 0px solid #000;
  text-decoration: none !important;
  width: 100%;
  outline: none;
  line-height: 22px;
  color: #242424;
  text-align: center;
  margin: 0;
  padding: 0;
}

.gcl-main-wrapper .gcl-item a:hover {
  color: #999;
}

.gcl-main-wrapper .gcl-item a.active {
  color: #242424;
}

.gcl-main-wrapper .gcl-item a:active {
  outline: none;
  text-decoration: none !important;
}

.gcl-main-wrapper .gcl-item .gcl-title {
  font-weight: bold;
  color: #b92025;
  margin-top: 5px;
}
.gcl-main-wrapper .gcl-item .gcl-description-content {
  color: #242424;
  margin-top: 5px;
}

.gcl-main-wrapper .gcl-item span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  border: 0px solid #000;
  width: 100%;
  margin: 10px 0 0 0 !important;
  padding: 10px !important;
  line-height: 20px;
  text-align: left;
  background: #f8f8f8;
}

.gcl-main-wrapper .gcl-item span label {
  font-weight: bold;
}

.gcl-main-wrapper .gcl-item a.gcl-btn,
.gcl-details-summary span a.gcl-btn {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 33%;
  margin: 0;
  margin-top: 5px;
  padding: 12px 15px;
  cursor: pointer;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  width: auto;
  color: #eaeaea;
  background: #b92025;
}

.gcl-main-wrapper .gcl-item .gcl-ribbon {
  font-size: 14px;
  margin: 0;
  background: #8bc24a;
  color: white;
  padding: 0.2em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.gcl-main-wrapper .gcl-item .gcl-ribbon:before,
.gcl-main-wrapper .gcl-item .gcl-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #8bc24a;
}
.gcl-main-wrapper .gcl-item .gcl-ribbon:before {
  right: 100%;
}

.gcl-main-wrapper .gcl-item .gcl-ribbon:after {
  left: 100%;
}

.gcl-main-wrapper .gcl-item .gcl-left-ribbon {
  font-size: 14px;
  margin: 0;
  background: #b92025;
  color: white;
  padding: 0.2em 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform-origin: top right;
}
.gcl-main-wrapper .gcl-item .gcl-left-ribbon:before,
.gcl-main-wrapper .gcl-item .gcl-left-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #b92025;
}
.gcl-main-wrapper .gcl-item .gcl-left-ribbon:before {
  right: 100%;
}

.gcl-main-wrapper .gcl-item .gcl-left-ribbon:after {
  left: 100%;
}

/* Pagination */

.gcl-pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gcl-pagination .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}

.gcl-pagination .page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}

/* Search Form Started */

.gcl-search-container {
  border: 1px solid #ddd;
  width: 100%;
  display: grid;
  grid-gap: 0px;
  padding: 0px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 10px;
  background: #f2f2f2;
}

.gcl-search-container .gcl-search-item {
  border: 0px solid #009900;
  padding: 10px 0 10px 10px;
  min-height: 50px;
  text-align: center;
}
.gcl-search-container .gcl-search-submit-item {
  border: 0;
  padding: 13px;
  min-height: 50px;
  text-align: right;
}

.gcl-search-container .gcl-search-item input,
.gcl-search-container .gcl-search-item select {
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://aztechtraining.com/wp-content/plugins/courses-listing/assets/img/br_down.png") no-repeat scroll right 15px center;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  padding: 13px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  margin: 0px;
}

.gcl-search-container .gcl-search-item input[type="text"] {
  background: #fff;
  padding: 15px 13px;
  line-height: 30px;
  height: 45px;
  color: #333 !important;
}

.gcl-search-container .gcl-search-submit-item .submit-btn {
  width: 150px;
  background: #b92025;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 3px 0px 0.5px #801d20;
  transition: all 0.3s linear;
  transform: translateY(0);
  display: inline-block;
}

/* Search Form Ended */

/*******************
* Details Page css 
********************/

.gcl-details-wrapper {
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 10px;
  min-height: 100px;
}

.gcl-details-wrapper .gcl-details-image {
  min-height: 100px;
  padding: 5px;
  margin-right: 20px;
  width: 100%;
}

.gcl-details-wrapper .gcl-details-image img {
  width: 100%;
  height: auto;
  border: none;
}

.gcl-details-wrapper .gcl-details-summary {
}

.gcl-details-wrapper .gcl-details-summary h5.gcl-details-course-title {
  margin-bottom: 10px;
  color: #242424;
  font-size: 24px;
  margin-top: 0px;
}

.gcl-details-wrapper .gcl-details-summary span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
}

.gcl-details-wrapper .gcl-details-summary span b {
  color: #242424;
  width: 150px;
  display: inline-block;
}

.gcl-details-wrapper .gcl-details-description {
  margin-top: 20px;
  font-size: 14px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.gcl-details-wrapper .gcl-details-description .gcl-details-description-title {
  border: 0px solid #009900;
  padding: 0 8px;
}

.gcl-details-wrapper
  .gcl-details-description
  .gcl-details-description-title
  hr {
  margin-bottom: 10px;
}

.gcl-details-wrapper .gcl-details-description .gcl-details-description-content {
  padding: 0 8px;
}
.gcl-media-file-preview {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 130px;
}

.gcl-planholder-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.gcl-planholder-dialog h2 {
  font-size: 24px;
}
/**
   * Fade-zoom animation for first dialog
   */

/* start state */
.gcl-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.gcl-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.gcl-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.gcl-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.gcl-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.gcl-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.gcl-planholder-detail span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
}
.gcl-planholder-detail span b {
  color: #242424;
  width: 120px;
  display: inline-block;
}

/**
 * Fade-move animation for second dialog
*/
/* at start */
.gcl-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.gcl-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.gcl-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.gcl-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.gcl-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.gcl-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*********************
* Details Page Ended 
**********************/

/* Alert Bar Started */

.gcl-alert {
  padding: 20px !important;
  color: white;
}

.gcl-alert.success {
  background-color: #6abd6e;
}

.gcl-alert.error {
  background-color: #f66358;
}

.gcl-alert.warning {
  background-color: #ffaa2b;
}

.gcl-alert.info {
  background-color: #47a8f5;
}
/* Alert Bar Ended */

/*------ Password protection ------------------*/
.gcl-content-protected {
  text-align: center;
}
.gcl-content-protected h1 {
  font-size: 32px;
}
.gcl-content-protected,
.gcl-content-protected form {
  width: 100%;
}

.gcl-content-protected form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.gcl-content-protected form .inner-form .input-field {
  height: 68px;
}

.gcl-content-protected form .inner-form .input-field input {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}

.gcl-content-protected form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.gcl-content-protected form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.gcl-content-protected
  form
  .inner-form
  .input-field
  input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.gcl-content-protected form .inner-form .input-field input:hover,
.gcl-content-protected form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.gcl-content-protected form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gcl-content-protected form .inner-form .input-field.first-wrap input {
  border-right: 0;
}

.gcl-content-protected form .inner-form .input-field.third-wrap {
  width: 164px;
}

.gcl-content-protected form .inner-form .input-field.third-wrap .btn-submit {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #b92025;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}

.gcl-content-protected
  form
  .inner-form
  .input-field.third-wrap
  .btn-submit:hover {
  background: #8a1519;
}

.gcl-content-protected
  form
  .inner-form
  .input-field.third-wrap
  .btn-submit:focus {
  outline: 0;
  box-shadow: none;
}

/*------ Password protection END ------------------*/

/*------ Login Form ------------------*/
form#gcl-login-form {
  max-width: 300px;
  margin: 20px auto;
}
form#gcl-login-form #gcl-login-form-submit,
input#gcl_login_form_submit {
  background: #a80d1c;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.gcl-plan-courses-listing-menu-item a {
  line-height: 30px !important;
  margin-top: 35px;
  border: 3px solid #a80d1c;
  color: #a80d1c !important;
  border-radius: 28px;
  padding: 0 15px !important;
}
body.btMenuHorizontal.btStickyHeaderActive
  .mainHeader
  .btLogoArea
  .menuPort
  nav
  > ul
  > li.gcl-plan-courses-listing-menu-item
  > a {
  margin-top: 12px;
}
.btMenuHorizontal
  .menuPort
  nav
  > ul
  > li.current-menu-ancestor.gcl-plan-courses-listing-menu-item
  > a:after,
.btMenuHorizontal
  .menuPort
  nav
  > ul
  > li.current-menu-item.gcl-plan-courses-listing-menu-item
  > a:after {
  background-color: transparent;
}

.venue-card {
  height: 15em;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
.venue-card .card-title {
  background: rgb(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: 600;
}
.venue-card:hover {
  transform: scale(1.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  transition-duration: 1000ms;
}

.accreditation-card {
  height: 15em;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
.accreditation-card .card-title {
  background: rgb(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: 600;
}
.accreditation-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
img.accreditation-logo {
  width: 5em;
  height: 5em;
  object-fit: scale-down;
  float: left;
}
.blur-bg {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  -webkit-filter: blur(5px);
  position: absolute;
  z-index: -1;
}
.archive-hero-title {
  height: 500px;
}
.jumbotron.course-header{
  border-radius: 10px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: white;
  height: 50vh;
}

.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #0d6efd;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.time-line.row .col-2 {
  align-self: stretch;
}
.time-line.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #0d6efd;
  z-index: 1;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  margin: 0;
  top: 17px;
  position: relative;
  color: #0d6efd;
  height: 3px !important;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #0d6efd;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.description-title {
  color: #0d6efd;
}

.shadow {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1em;
}

.combination-filter {
    position: relative;
}
.combination-filter .view-reset-buttons{
	display: flex;
    align-items: center;
    flex-direction: row;
}
.combination-filter .view-reset-buttons a,
.combination-filter .view-reset-buttons button{
	width: 50%;
}
.cl-overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
.cl-overlay-body{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	margin:15px auto;
	position: relative;
	background: #FFF;
	box-shadow: -24px 0 #FFF, 24px 0 #FFF;
	box-sizing: border-box;
	animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
  }
  66% {
    background: #FF3D00;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
  }
}

.overlay-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.overlay-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: overlay-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.overlay-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes overlay-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.category-venue-page .wpc-filters-section.wpc-filter-cl_format,
.category-venue-page .wpc-filters-section.wpc-filter-cl_venues{
	display: none;
}
.gcl-button-main{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1.3;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	min-height: 40px;
    padding: 0px;
    font-size: 14px;
	text-align: left;
}
.gcl-button-aside{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0px 16px;
	border-color: rgba(255,255,255,0.5);
}
.gcl-button-icon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 32px;
    height: 32px;
	font-size: 1.602rem;
}
.gcl-filters-area-line-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
	align-content: space-between;
}
.gcl-filters-area-line-2 > .mb-10 {
    margin-bottom: 0!Important;
}
.filters-download-buttons {
    margin-left: auto;
}
.cl-notification{
	display:none;
	margin-bottom: 10px;
}
.cl-error-not{
	background: #CB303D;
	color: #fff;
	padding: 5px 10px;
}
.cl-downloading-spin {
	width: 1em;
    height: 1em;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: cl-rotation 1s linear infinite;
    transition: all .3s;
    transition-timing-function: ease-in;
}

@keyframes cl-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.header-button-download-pdf,
.header-button-download-excel,
.header-button-download-pdf:focus,
.header-button-download-excel:focus {
    color: #fff;
    background-color: var(--bs-primary);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 8px;
    text-decoration: none;
	border: 0;
	opacity: 0.5;
	padding: 5px 15px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
}
.header-button-download-pdf:hover,
.header-button-download-excel:hover {
	opacity: 1;
}
.gcl-button-main{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1.3;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	min-height: 40px;
    padding: 0px;
    font-size: 14px;
	text-align: left;
}
.gcl-button-aside{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0px 16px;
	border-color: rgba(255,255,255,0.5);
}
.gcl-button-icon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 32px;
    height: 32px;
	font-size: 1.602rem;
}
.gcl-filters-area-line-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
	align-content: space-between;
}
.gcl-filters-area-line-2 > .mb-10 {
    margin-bottom: 0!Important;
}
.filters-download-buttons {
    margin-left: auto;
}


#cl-courses .course-month {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#cl-courses.list-group .course-month {
	margin-top: 30px;
	margin-bottom: 10px;
}
#cl-courses .course-month.session-loop-1{
	margin-top: 0;
}
.course-month div {
	border-bottom: 4px solid var(--bs-secondary);
	width: 100%;
}
.course-month h4 {
	color: var(--bs-secondary);
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-month div {
	border-bottom: 2px solid var(--bs-secondary);
}
table.tables-list {
    font-size: 16px;
}
table.tables-list tr:nth-child(odd) {
    background-color: #eee;
}
table.tables-list td {
    padding: 5px;
}

.cl-modal-1 {
    --bs-modal-zindex: 10001;
}
.cl-modal-1 .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.cl-modal-1 .modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24)
}
.cl-modal-1 .modal-content .modal-header {
    padding: 0;
    border: none
}
.cl-modal-1 .modal-content .modal-header button.close {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background-color: transparent;
}
.cl-modal-1 .modal-content .modal-header.modal-header-dark button.close {
    color: #fff
}
.cl-modal-1 .modal-content .no-gutters {
    margin-right: 0;
    margin-left: 0
}
.cl-modal-1 .modal-content .no-gutters>.col,
.cl-modal-1 .modal-content .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.cl-modal-1 .modal-content .modal-body.color-1 {
    background: #97c93d
}
.cl-modal-1 .modal-content .modal-body.color-2 {
    background: var(--bs-primary);
}
.cl-modal-1 .modal-content .modal-body.modal-body-dark {
    color: rgba(255, 255, 255, .8)
}
.cl-modal-1 .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0
}
.cl-modal-1 .modal-content .modal-body .cl-modal-1-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.cl-modal-1 .modal-content .modal-body .cl-modal-1-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.cl-modal-1 .modal-content .modal-body .icon-2 {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 30px
}
.cl-modal-1 .modal-content .modal-body .label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}
/*
.cl-modal-1 .modal-content .modal-body .form-control:not(.btn),
.cl-modal-1 .modal-content .modal-body .form-select,
*/
#download-buttons-modal .modal-content .modal-body .form-control:not(.btn),
#download-buttons-modal .modal-content .modal-body .form-select {
    border: none;
    border-radius: 0;
    padding: 0;
    height: 30px;
	border-bottom: 1px solid rgb(11 87 55);
}
.cl-modal-1 .modal-content .modal-body textarea.form-control:not(.btn) {
    height: 100px;
}
/*
.cl-modal-1 .modal-content .modal-body .form-select:focus,
.cl-modal-1 .modal-content .modal-body .select2-selection:focus,
*/
#download-buttons-modal .modal-content .modal-body .form-select:focus,
#download-buttons-modal .modal-content .modal-body .select2-selection:focus  {
    border-color: transparent;
    box-shadow: none;
	border-bottom: 1px solid rgb(150 201 61);
}
.cl-modal-1 .modal-content .modal-body.modal-body-dark .form-control:not(.btn) {
	border-radius: 0;
    background: #f8f8f8;
    padding: 15px 10px;
    border: none;
    font-size: 15px;
}

/*--- Form validation --------------------*/
.form-control.wpcf7-not-valid, .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3545!important;
	border: 1px solid #dc3545!important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
.form-select.wpcf7-not-valid {
    border-color: #dc3545;
}
.form-select.wpcf7-not-valid:not([multiple]):not([size]), .form-select.wpcf7-not-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
    background-position: right 0.75rem center,center right 2.25rem!important;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
textarea.form-control.wpcf7-not-valid, textarea.wpcf7-form-control.wpcf7-not-valid{
    padding-right: calc(1.5em + 0.75rem)!important;
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)!important;
}
.wpcf7-form-control.wpcf7-not-valid label .form-check-input[type=checkbox],
.wpcf7-form-control.wpcf7-not-valid label .form-check-input[type=radio]{
    border-color: #dc3545!important;
	-webkit-appearance: inherit;
}
.wpcf7-form-control.wpcf7-not-valid label .wpcf7-list-item-label{
    color: #dc3545!important;
}
/*--- /Form validation --------------------*/

#copy-to-billing-details{
	margin-top: 0;
}
#copy-to-billing-details span {
    font-size: 14px;
    background-color: aliceblue;
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.form-heading-title {
    z-index: 0;
}
.modal-dialog h6 {
    overflow: hidden;
    font-size: 16px;
	font-weight: bold;
}
.modal-dialog h6:after {
    background-color: #ebebeb;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -100%;
}


/*
//Auto complete
*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	z-index: 10001;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}
.ui-autocomplete-loading {
    background-image: url(https://aztechtraining.com/wp-content/plugins/courses-listing/assets/img/loading-gif.gif);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 5px center;
	
	/*CSS transitions*/
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 12px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
	background: #888;
}
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
ul.ui-autocomplete {
	border:1px solid #cdcdcd;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0;
	border-bottom:1px solid #e7e6e6;
	margin:0;
	background: var(--bs-secondary);
	font-weight: normal;
	color: #ffffff;
}
ul.ui-autocomplete li a {
	font-weight: normal;
	border-bottom:1px solid #e7e6e6;
	padding: 0.2em 0.4em 0.2em 1em!Important;
	font-size: 16px;
	display: block;
	text-decoration: none;
}
ul.ui-autocomplete li a .badge {
	display: none;
}

ul.ui-autocomplete li:last-child a {
	border-bottom:0;
}
ul.ui-autocomplete:hover li a:hover, ul.ui-autocomplete li a:focus {
	background:var(--bs-secondary);
	color:#fff;
	border-color: var(--bs-secondary);
}
ul.ui-autocomplete li a.inline-url {
	display: inline-block;
	color: var(--bs-secondary);
}
ul.ui-autocomplete .ui-menu-item .ui-state-focus {
	background:var(--bs-secondary);
}
.inline-url.ui-state-active, .ui-widget-content .inline-url.ui-state-active, .ui-widget-header .inline-url.ui-state-active, ul.ui-autocomplete:hover li a.inline-url:hover, ul.ui-autocomplete li a.inline-url:focus {
	border: 0;
	background: #fff;
	font-weight: normal;
	color: var(--bs-secondary);
	padding: initial;
}
.inline-url.ui-state-active a, .inline-url.ui-state-active a:link, .inline-url.ui-state-active a:visited {
	color: var(--bs-secondary);
	text-decoration: none;
}
.ui-autocomplete .no-results-line, .no-results-line.ui-state-active, .ui-widget-content .no-results-line.ui-state-active,
.ui-autocomplete .title-line, .title-line.ui-state-active, .ui-widget-content .title-line.ui-state-active{
	padding: 0.4em 0.4em;
	border: 0;
}
.ui-autocomplete .no-results-line, .no-results-line.ui-state-active, .ui-widget-content .no-results-line.ui-state-active{
	background: #fff;
	background-color: #fff;
	color: inherit;
}
.ui-autocomplete .title-line{
	font-weight: bold!Important;
	margin-top: 10px!Important;
    display: block;
	font-size: 16px;
}
ul.ui-autocomplete li:first-child .title-line {
	margin-top: 0!Important;
}

/*
//Auto complete
*/

/*
CL FAQs
*/
.cl-faqs .cl-faqs-item {
    border-bottom: 1px solid #e5e5e5;
}

.cl-faqs .cl-faqs-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
}

.cl-faqs button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.cl-faqs button:hover,
.cl-faqs button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.cl-faqs button:hover::after,
.cl-faqs button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.cl-faqs button .cl-faqs-title {
    padding: 1em 1.5em 1em 0;
}

.cl-faqs button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.cl-faqs button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.cl-faqs button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.cl-faqs button[aria-expanded="true"] {
    color: #03b5d2;
}
.cl-faqs button[aria-expanded="true"] .icon::after {
    width: 0;
}
.cl-faqs button[aria-expanded="true"] + .cl-faqs-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
	padding: 1em 0;
}
.cl-faqs .cl-faqs-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}












/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media only screen and (min-width: 1025px) {
  .gcl-main-wrapper.gcl-product-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gcl-main-wrapper.gcl-product-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gcl-main-wrapper.gcl-product-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .gcl-content-protected form .inner-form .input-field {
    height: 60px;
  }
}

@media (min-width: 768px){
	.gcl-button-main span {
		display: block;
		margin-top: 2px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .gcl-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gcl-details-wrapper {
    width: 100%;
  }
  .gcl-details-wrapper .gcl-details-image {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .gcl-details-wrapper .gcl-details-image img {
    width: 300px;
    margin: 0 auto;
  }
  .gcl-details-wrapper .gcl-details-summary {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .gcl-main-wrapper.gcl-product-column-mobile-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gcl-main-wrapper.gcl-product-column-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gcl-details-wrapper {
    display: block;
    width: 100%;
  }
  .gcl-details-wrapper .gcl-details-image {
    width: 100%;
    display: inline-block;
    padding: 10px;
  }
  .gcl-details-wrapper .gcl-details-summary {
    padding: 10px;
  }
  .gcl-search-container {
    display: inline-block;
    padding-bottom: 10px;
  }
  .gcl-search-container .gcl-search-item,
  .gcl-search-container .gcl-search-submit-item {
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .gcl-content-protected form .inner-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .gcl-content-protected form .inner-form .input-field {
    margin-bottom: 20px;
  }
  .gcl-content-protected form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .gcl-content-protected form .inner-form .input-field.first-wrap input {
    border-right: 1px solid #e5e5e5;
  }
  .gcl-content-protected form .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .gcl-content-protected form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
	.course-month h4 {
		font-size: 16px;
	}
}