/* Custom css */

.fc-multimonth-month {
  width: calc(50% - 10px) !important;
  padding: 0 20px;
}
.fc-multimonth-daygrid.fc-daygrid.fc-daygrid-body {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.fc-multimonth-daygrid-table {
  border-bottom: 1px solid #b7b7b7 !important;
}

.fc .fc-multimonth {
	gap: 20px !important;
}

.hentry .entry-content {
	margin-bottom: 0 !important;
}

.c-course-box {
  width: calc(33.33% - 25px);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
	margin-top: 13px;
	margin-bottom: 13px;
	box-shadow: 2px 2px 10px #00000026;
}

.trainer-courses .slick-slide,
.popular-courses .slick-slide {
  padding: 0 15px 15px;
}

.c-course-box .img-holder {
  height: 200px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.c-course-box .img-holder .bg-stretch {
	transition: 1.2s ease;
}

.c-course-box .img-holder:hover .bg-stretch {
	transform: scale(1.1);
}

.c-course-box .course-info-panel {
  position: relative;
  display: flex;
  height: calc(100% - 200px);
	min-height: auto;
	flex-direction: column;
  padding: 13px 13px 64px;
}

.c-course-box .course-info-panel .left-col {
  width: 100%;
  padding: 0;
  flex-grow: 1;
}

.c-course-box .course-info-panel .right-col {
  width: 100%;
  display: flex;
  gap: 8px;
}

.course-info-panel .view-course-link {
  background: #6BB008;
  color: #fff;
  transition: 0.7s ease;
  text-transform: capitalize;
  padding: 10px 22px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 600;
	margin: 0 12px 12px;
    width: auto;
    border-radius: 5px;
}

.course-info-panel .view-course-link:hover {
  background: #2D2F31;
  color: #fff;
}

.c-course-box .course-info-panel .right-col .info {
  background: #f2f2f2;
  min-height: 85px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
  padding: 6px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.c-course-box .course-info-panel .right-col .text {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin: 5px 0 0;
  text-transform: lowercase;
}

.c-course-box .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 1.6s ease;
}

.c-course-box h3 {
	font-size: 20px !important;
	line-height: 1.2 !important;
	  font-weight: 700 !important;
	  margin: 0 0 6px;
	color: #353535 !important;
}

.c-course-box .c-info {
  margin: 16px 0;
  padding: 0;
  overflow: hidden;
}

.c-course-box .c-info li {
  display: flex;
  justify-content: space-between;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
  padding: 0 0 12px;
  margin: 0 0 12px;
}

.c-course-box .c-info li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.c-course-box .c-info li a {
	color: #6BB008;
	transition: 0.4s ease;
}

.c-course-box .c-info li a:hover {
	opacity: 0.6;
}

.c-course-box .c-info li .i-title {
	font-weight: 600;
}

.c-course-box .c-info li .i-info {
	color: #353535;
}

.c-course-box .c-info li.desc {
	flex-direction: column;
}

.trainer-courses .slick-prev,
.trainer-courses .slick-next,
.popular-courses .slick-prev,
.popular-courses .slick-next {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  transition: 0.4s ease;
  z-index: 2;
  cursor: pointer;
}

.trainer-courses .slick-next,
.popular-courses .slick-next {
	left: auto;
  right: -25px;
}

.c-course-holder .load-more-btn-holder {
  order: 99999;
  width: 100%;
  text-align: center;
}

.load-more-all {
  border-radius: 4px;
  border: 2px solid #1B429D;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #1B429D;
  padding: 15px 35px;
  transition: 0.4s ease;
  margin-top: 20px;
}

.load-more-all:hover {
	color: #fff;
	background: #1B429D;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slick slider ends */

.icon.nrt img {
  width: 60px !important;
  height: auto !important;
}

@media (min-width: 1500px) {
	.fc-view-harness.fc-view-harness-active {
	  height: 1100px !important;
	}
}

@media (min-width: 1440px) and (max-width: 1500px) {
	.fc-view-harness.fc-view-harness-active {
	  height: 962px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.fc-view-harness.fc-view-harness-active {
	  height: 823px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.fc-view-harness.fc-view-harness-active {
	  height: 720px !important;
	}
}

@media (min-width: 1025px) {
	.menu-wide .aux-item-content {
		position: relative;
		z-index: -1;
	}

	.menu-wide:hover .aux-item-content {
		position: relative;
		z-index: 1;
	}
	
	.menu-wide .aux-item-content::after {
	  content: '';
	  position: absolute;
	  top: 100%;
	  left: -9999px;
	  right: -9999px;
	  height: 60px;
	  background: transparent;
	}
	
	.sticky-active .menu-wide .aux-item-content:after {
		height: 34px;
	}
}





.jet-ajax-search__form .jet-ajax-search__field {
  color: #000 !important;
	outline: none !important;
}

.empty-search {
  text-align: center;
}

.empty-search img {
  max-width: 370px !important;
  width: 100% !important;
}

.jet-ajax-search__form .jet-ajax-search__field::placeholder {
	color: #333 !important;
}

.jet-ajax-search__item-link:hover .jet-ajax-search__item-title {
  color: #000 !important;
}

.jet-ajax-search__item-link:hover .jet-ajax-search__item-content {
	color: #000 !important;
}

.jet-ajax-search__item-link:hover {
  background-color: #BBDB84 !important;
}

/* Course calendar */
#elementor-tab-content-1924 #calendar {
  padding: 0;
}

#calendar table tr th {
	background: #000 !important;
}

#calendar td a {
    color: #000;
}

.fc-col-header {
	border: none !important;
}

#elementor-tab-content-1925 #calendar {
	max-width: 1020px;
	margin: 0 auto;
}

#elementor-tab-content-1924 #calendar #fc-dom-1 {
	font-size: 20px !important;
}

#calendar {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}

.fc .fc-button-primary {
  background-color: #6BB008;
  border-color: #6BB008;
  color: #fff;
	text-transform: capitalize;
	transition: 0.6s ease;
}

.fc .fc-scrollgrid table {
  margin: 0 !important;
}

.fc .fc-col-header-cell-cushion {
  color: #fff;
  font-family: 'Muli', sans-serif;
}

.single-course-calendar #calendar {
  max-width: 1020px;
  margin: 0 auto;
}

.fc-liquid-hack th {
  background: #000;
}

.fc-liquid-hack .fc-daygrid-day-frame a {
  color: #000;
  font-size: 16px !important;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}

.fc-liquid-hack .fc-daygrid-day-frame a.fc-event {
  font-weight: 400;
  border: none !important;
}

.fc-h-event {
	background: #2D2F31 !important;
	transition: 0.6s ease;
	border: none;
	padding: 0px 10px;
}

.fc-h-event:hover {
	color: #fff !important;
	background-color: #6BB008 !important;
}

.fc-h-event:hover .fc-event-title {
	color: #2D2F31 !important;
}

.fc-h-event .fc-event-title {
	transition: 0.6s ease;
}

.fc-daygrid-more-link.fc-more-link {
  color: #000;
  font-weight: 500;
}

.fc-liquid-hack th {
  border: none;
  background: #2D2F31;
  color: #fff;
  padding: 3px;
}

.fc-theme-standard .fc-scrollgrid {
  border-top: none;
  border-radius: 10px !important;
  overflow: hidden;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffcd001c;
}

.calendar-form-field label {
  display: block;
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffffbf !important;
}

#calendar-course-filter .calendar-form-field {
  margin: 0 0 17px;
}

#calendar-course-filter select {
  height: 42px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 4px 12px;
  background: #ffffff2b;
  border: 1px solid #ffffff2b;
  color: #fff;
}

#calendar-course-filter select option {
	color: #fff !important;
	background: #060F23 !important
}

#filter-button {
  background: #6BB008;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 30px;
  width: 100%;
  border: 2px solid #6BB008;
  border-radius: 4px;
  transition: 0.4s ease;
}

#filter-button:hover {
	background: transparent;
	color: #6BB008;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #6bb00814;
}

/* Course calendar ends */

/* Loader */
#loading-message {
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  height: 100%;
  width: 100%;
	background: #323436d1;
	z-index: 1;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  padding: 0 100px;
  text-align: center;
	display: flex;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
  color: #6BB008 !important;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
/* Loader ends */
.page-id-2691 .entry-content,
.page-id-2691 .entry-main {
	margin-bottom: 0 !important;
}

.c-course-holder-wrap > h2 {
  font-size: 32px;
  margin: 0 0 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #000;
}

/* Single course page */
.f-message {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px #0000001a;
  position: relative;
  z-index: 1;
}

.f-message .f-close {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 15px;
  transform: translateY(-50%);
  transition: 0.4s ease;
  color: #000;
	cursor: pointer;
}

.f-message .f-close:hover {
  color: #6BB008;
}
.course-results h2 {
  color: #000;
  font-size: 32px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
	line-height: 1.2;
}

.single-course-calendar h2 {
  font-family: 'Muli', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 32px !important;
  margin: 0 0 10px !important;
}

.fc-today-button.fc-button.fc-button-primary {
  background: #6BB008;
  border: 2px solid #6BB008;
  opacity: 1;
  cursor: pointer;
  transition: 0.4s ease;
}

h2#fc-dom-1 {
	font-size: 24px !important;
	margin: 0 !important;
	font-family: 'Muli', sans-serif;
	color: #000;
	font-weight: 700;
}

.course-info-wrap {
  display: flex;
}

.course-info-wrap .featured-image {
  width: 560px;
}

.course-info-wrap.new-layout .featured-image {
  order: 1;
}

.course-info-wrap.new-layout .c-information {
  padding: 0 90px 0 0;
}

.course-info-wrap.new-layout .book-now-holder {
  max-width: 200px;
}

.course-info-wrap.new-layout .course-more-info .c-col {
  flex-direction: column;
  padding: 15px 14px;
}

.course-info-wrap.new-layout .course-more-info .text {
  width: 100%;
  padding: 0;
  text-align: center;
}

.course-info-wrap.new-layout .course-more-info h3 {
	font-size: 16px !important;
	margin-top: 8px;
	line-height: 1.2;
}

.course-info-wrap.new-layout .book-now-holder {
  margin-top: 35px;
}

.course-info-wrap.new-layout .course-more-info .text span {
  font-size: 13px;
  line-height: 19px !important;
  display: inline-block;
}

.course-info-wrap.new-layout .course-more-info .icon img {
	max-height: 50px;
}

.course-info-wrap .f-image-holder {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px;
}

.course-info-wrap .f-image-holder img {
	width: 100%;
}

.course-info-wrap .c-information {
  width: calc(100% - 560px);
	padding: 0 0 0 50px;
}

.c-information .c-top {
  display: flex;
  justify-content: space-between;
}

.title-decor {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.c-information h1 {
  font-size: 36px !important;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  padding: 0 0 25px;
  margin: 0 0 25px;
	font-family: "Muli", Sans-serif !important;
	color: #000;
	line-height: 1.3;
}

.c-information .badge {
  width: 160px;
}

.title-decor:before,
.c-information h1:before {
	content: '';
	bottom: 0;
	left: 0;
	width: 175px;
	height: 1px;
	border-radius: 5px;
	background: #6BB008;
	position: absolute;
}

/* .title-decor:after,
.c-information h1:after {
	content: '';
	height: 3px;
	width: 22px;
	position: absolute;
	bottom: -1px;
	background: #6BB008;
	border-radius: 10px;
	left: 76px;
} */

.title-decor:after, 
.c-information h1:after {
    content: '';
    width: 30px;
    height: 30px;
    bottom: -16px;
    background-image: url('https://dev.netsearch.com.au/raisetraining/wp-content/uploads/2024/02/img-puzzle.svg');
    border-radius: 10px;
    left: 76px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.c-information .c-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
}

.course-more-info .c-col {
  display: flex;
	padding: 15px 25px;
	width: 33.33%;
	align-items: center;
	background: #060F23;
    margin: 0 5px;
    border-radius: 7px;
}

.course-more-info .c-col:nth-child(2) {
  border-left: 1px solid #fdfdfd24;
  border-right: 1px solid #fdfdfd24;
}

.course-more-info .text {
  padding: 0 0 0 15px;
	width: calc(100% - 65px);
}

.course-more-info .icon {
  width: 65px;
}

.new-layout .course-more-info .icon {
	width: 45px;
}

.course-more-info .icon img {
  width: 100%;
	max-height: 55px;
}

.course-more-info h3 {
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
  margin: 0;
	font-family: 'Muli', sans-serif !important;
}

.course-more-info .text span {
  color: #fff;
	font-size: 15px;
}

.course-more-info {
  display: flex;
  justify-content: space-between;
/* 	padding: 12px 50px; */
	margin: 0 0 25px;
  border-radius: 10px;
}

.course-info-wrap .booking-container {
  background: #323436;
  padding: 30px;
  border-radius: 10px;
}

.booking-container .btn-holder {
  width: 100%;
	margin-bottom: 20px;
}

.course-info-wrap .booking-container h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 15px;
}

.booking-container .dates-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.booking-container .dates-list li {
  color: #fff;
	width: 50%;
padding: 0 10px 10px 0;
}

.booking-container .elementor-button {
  width: 100%;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.booking-container .btn-holder .elementor-button {
  padding: 15px !important;
}

.booking-container .btn-holder .elementor-button:hover {
	border-color: #ffcd00;
	color: #ffcd00;
	background: #ffcd0026;
}

.upcoming-dates {
	max-height: 290px;
	overflow-y: auto;
}

.upcoming-dates #coursedate {
  color: #fff;
}

.booking-container.mobile {
  display: none;
}

#coursedate-mobile {
  color: #fff;
}

.empty-search img {
    max-width: 170px !important;
}

.region-filter .clear-search {
  font-size: 14px;
  margin: 18px 0 0;
  display: inline-block;
  float: right;
  transition: 0.4s ease;
	color: #6BB008;
	display: none;
}

.region-filter .clear-search:hover {
	opacity: 0.6;
}

.elementor-message.elementor-message-success {
    text-align: center;
    color: #fff;
}

/* Single course ends */

@media (max-width: 1400px) {
	.course-info-wrap .featured-image {
	  width: 560px;
	}
	
	.course-info-wrap .c-information {
	  width: calc(100% - 560px);
	  padding: 0 0 0 40px;
	}
	
	.course-more-info .c-col {
	  padding: 20px 15px;
	}
}

@media (max-width: 1200px) {
	.c-course-box .course-info-panel {
		flex-direction: column;
		justify-content: space-between;
	  }
	
	 .c-course-box .course-info-panel .left-col {
		width: 100%;
		padding: 0;
	  }
	
	 .c-course-box .course-info-panel .right-col {
		width: 100%;
		display: flex;
		gap: 5px;
		flex-grow: unset;
		align-items: unset;
	  }
	
	.c-course-holder .c-course-box {
		width: calc(50% - 25px);
	  }
	
	.course-more-info .icon {
	  width: 40px;
	}
	
	.course-more-info .text {
	  padding: 0 0 0 12px;
	  width: calc(100% - 40px);
	}
	
	.course-info-wrap.new-layout .c-information {
		padding: 0 40px 0 0;
		width: calc(100% - 400px);
	}
	
	.course-info-wrap .featured-image {
	  width: 400px;
	}
}

@media (max-width: 1024px) {
	.course-info-wrap.new-layout .featured-image {
		order: 0;
	}
	.course-info-wrap.new-layout .c-information {
		padding: 0;
		width: 100%;
	}
	.c-course-holder-wrap > h2 {
	  font-size: 26px;
	}
	.course-results h2 {
	  font-size: 26px;
	}
	.c-information h1 {
		font-size: 30px !important;
	}
	.course-info-wrap .booking-container {
		padding: 25px 20px;
	}
	
	.course-info-wrap {
		flex-direction: column;
	}
	.course-info-wrap .featured-image {
	  width: 100%;
	}
	.course-info-wrap .c-information {
		width: 100%;
		padding: 25px 0 0;
	}
	
	.course-info-wrap .featured-image {
		width: 100%;
	  }
	
	.course-info-wrap .c-information {
		width: 100%;
		padding: 25px 0 0;
	  }
}

@media (max-width: 767px) {
	.course-info-wrap.new-layout .course-more-info .c-col {
		flex-direction: row;
	}
	.course-info-wrap.new-layout .course-more-info .text {
		text-align: left;
		padding: 0 0 0 22px;
	}
	.course-info-wrap.new-layout .course-more-info h3 {
		margin: 0;
	}
	.c-course-holder-wrap > h2 {
	  font-size: 22px;
	}
	.course-results h2 {
	  font-size: 22px;
	}
	.single-course-calendar #calendar {
		padding: 0;
	}
	.fc .fc-button .fc-icon {
	  font-size: 1.2em;
	}
	.single-course-calendar h2 {
		font-size: 22px !important;
	}
	.fc-prev-button.fc-button.fc-button-primary {
	  padding: 3px 8px;
	}
	
	.fc-today-button.fc-button.fc-button-primary {
		padding: 7px 7px;
		  font-size: 14px;
		  margin-left: 5px;
	}
	
	h2#fc-dom-1 {
	  font-size: 18px !important;
	  margin: 0 !important;
		text-align: right;
	}
	
	.fc-liquid-hack .fc-daygrid-day-frame a {
		font-size: 14px !important;
	}
	
	.fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group {
	  width: 100%;
	  margin-top: 10px;
	}
	
	 .fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 20px;
	  }
	
	.fc-toolbar .fc-toolbar-chunk:nth-child(1) {
		width: 50%;
	  }
	
	.fc-toolbar .fc-toolbar-chunk:nth-child(2) {
		width: 50%;
	  }
	 .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
		width: 100%;
	  }
	
	  .fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 20px;
		  flex-wrap: wrap;
	  }
  .c-course-holder .c-course-box {
    width: 100%;
    margin: 0 0 20px;
  }
	
	.course-info-wrap {
		flex-direction: column;
	}
	.course-info-wrap .featured-image {
		width: 100%;
		margin: 0 0 20px;
	}
	.course-info-wrap .c-information {
		width: 100%;
		padding: 0;
	}
	
	.c-information h1 {
		font-size: 24px !important;
	}
	
	.course-more-info {
		flex-direction: column;
	}
	
	 .course-more-info .c-col {
		width: 100%;
		padding: 12px 15px;
		 justify-content: center;
		 margin: 0 0 12px;
	  }
	
	.course-more-info .c-col:nth-child(2) {
		border: none;
		border-top: 1px solid #ffffff1c;
    	border-bottom: 1px solid #ffffff1c;
	}
}