.coures-left-head h1 {
	margin-top: 7px;
	margin-bottom: 3px;
	font-family: var(--font-01);
	font-size: 25px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}	

.coures-image img {
  width: 100%;
  border-radius: 20px;
}
.coures-left {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	padding-right: 30px;
}
.coures-description-inner h2 {
  position: relative;
  font-family: var(--font-01);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.coures-description-inner h2:after {
  display: block;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  content: '';
}
.coures-description-inner ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.coures-description-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.coures-description-inner ul li:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0a4";
  font-size: 17px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 25px;
  height: 25px;
  color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.coures-description {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.coures-image figure {
  margin: 0;
}
.coures-description-inner p {
	margin: 0;
}

.join-coures h3 {
	width: 100%;
	padding: 24px 0 20px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	background: var(--color-2);
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
}
.join-coures h3::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	background-color: var(--color-1);
}
.join-coures h3:hover:after {
  height: 350%;
  opacity: 1;
}
.list-information {
	margin-bottom: 30px;
	padding-top: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding-left: 0;
	margin: 0;
}
.join-coures-bottom button {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.list-information__item.location_list {
  flex-direction: column;
  align-items: start;
  row-gap: 5px;
}
.list-information__item {
  margin-right: 30px;
  margin-left: 30px;
  padding: 23px 0 13px;
  border-top: 1px solid #eee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-information__title {
  padding-right: 5px;
  color: #555;
}
.list-information__title i {
	margin-right: 14px;
	font-size: 18px;
	line-height: 1;
	color: var(--color-2);
	vertical-align: text-bottom;
}
.list-information__description {
  margin-top: 4px;
  font-weight: 700;
  line-height: 1;
  color: #222;
}
.join-coures-bottom {
  margin-top: 16px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 30px;
  font-family: Montserrat , arial;
  background-color: var(--color-1);
  padding-left: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}
.join-coures h3 button {
  background: transparent;
  border: none;
  color: #fff;
}
.join-coures-bottom .list-information__item {
  border: none;
  color: #fff;
  padding-top: 20px !important;
  padding-bottom: 13px;
}
.join-coures-bottom .list-information__item .list-information__title {
	color: #fff;
	font-weight: 700;
}
.list-information__item:first-child {
	border-top: none;
	padding-top: 14px;
}

.coures-right {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.share-coures-inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}
.home-social-content li a img {
  max-width: 50px;
  width: 50px;
}
.home-social-content img {
  width: 60px;
}
.share-coures h3 {
  position: relative;
  font-family: var(--font-01);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.share-coures {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 0px;
	padding: 32px;
	border-top: 3px solid transparent;
	border-top-color: transparent;
	border-top-color: transparent;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top-color: var(--color-1);
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.share-coures h3:after {
  display: block;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  content: '';
}
.releted-coures h3 {
  position: relative;
  position: relative;
  font-family: var(--font-01);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.releted-coures h3:after {
  display: block;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  content: '';
}

.releted-coures-wapper {
  display: flex;
  column-gap: 20px;
}

.releted-coures-wapper img {
	max-width: 100px;
}
.releted-coures-content h4 {
  font-family: var(--font-01);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.releted-coures-content > span {
  font-family: var(--font-01);
  font-size: 11px;
  color: var(--color-2);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.releted-coures-content p {
  margin: 0;
  margin-top: 0;
  font-family: var(--font-01);
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.releted-coures-content p span {
  font-weight: 700;
  color: var(--color-2);
  font-size: 16px;
}
.releted-coures-inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.releted-coures {
	margin-bottom: 30px;
	padding: 32px;
	border-top: 3px solid transparent;
	border-top-color: transparent;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top-color: var(--color-2);
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.share-coures {
}
.releted-coures-wapper figure {
  margin: 0;
}
.join-coures-bottom .list-information__description {
	color: #fff;
}

.coures-syllabus-accordion .accordion-item .accordion-header .accordion-button {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  border-radius: 0px;
  border-bottom: none;
  box-shadow: none;
}
.coures-syllabus-accordion .accordion-item {
  border: none;
  background: transparent;
}
.coures-syllabus-accordion .accordion-item .accordion-header::after {
  display: none;
}
.coures-syllabus-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.coures-syllabus-accordion .accordion-button::after {
	flex-shrink: 0;
	transition: var(--bs-accordion-btn-icon-transition);
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0da";
	font-size: 17px;
	right: 20px;
	top: 13px;
	position: absolute;
	width: 25px;
	height: 25px;
	color: var(--color-2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-image: none !important;
}
.coures-syllabus-accordion  .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg) !important;
}
.coures-syllabus .coures-description-inner {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.coures-syllabus-accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  background: var(--color-2);
  color: #fff;
}
.coures-syllabus-accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  color: #fff;
}
.join-coures h3 a {
  color: #fff;
  background: transparent;
  border: none;
}
.join-coures-bottom button:hover {
  color: var(--color-2);
}

.search-coures {
  margin-bottom: 0;
  padding: 32px;
  border-top: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-top-color: var(--color-2);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.search-coures h3 {
  position: relative;
  font-family: var(--font-01);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.search-coures-inner input {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 15px;
  height: 45px;
}
.search-coures-inner {
  position: relative;
}
.search-coures-inner span {
  position: absolute;
  top: 10px;
  right: 15px;
}

.search-coures h3:after {
  display: block;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  content: '';
}
.join-coures {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.join-coures.join-coures-mobile {
  display: none;
}

.coures-left-head {
  text-align: center;
}
.coures-left-head h1 {
  font-size: 39px;
  font-weight: 500;
  font-family: var(--font-04);
  margin-bottom: 15px;
}
.coures-left-head h2 {
  font-family: var(--font-01);
  color: var(--color-1);
  font-size: 22px;
}
.coures-left-head p {
  font-size: 20px;
  font-family: var(--font-01);
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
}
.coures-left-bottom-wapper {
	display: flex;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.week-section {
  padding: 31px 30px;
  background: var(--color-2);
  text-align: center;
  color: #fff;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  line-height: 12px;
  min-width: 120px;
  height: auto;
}
.week-section strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.week-section span {
  font-size: 35px;
  display: block;
  color: #fff;
  font-family: var(--font-04);
  line-height: 40px;
}
.week-section-content {
  padding: 10px 10px 10px 15px;
  border: 1px solid #ddd;
  width: 100%;
}
.week-section-content h3 {
  font-size: 24px;
  font-family: var(--font-04);
  font-weight: 500;
}
.week-section-content p {
  font-size: 16px;
  /* margin: 0; */
  line-height: 24px;
  line-height: 1.77em;
}
.coures-left-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.mvp-coaching-img img {
  width: 100%;
  height: 500px;
}
.mvp-coaching-content-first {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-2);
  padding: 50px;
}
.mvp-coaching-img figure {
  margin: 0;
}
.mvp-coaching-content-first h1 {
  font-size: 57px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-01);
  margin-bottom: 20px;
}
.mvp-coaching-content-first h2 {
  font-size: 100px;
  color: var(--color-1);
  font-weight: 600;
  font-family: var(--font-06);
  margin: 0;
  line-height: 110px;
}
.mvp-coaching-content-first h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.mvp-coaching {
}
.mvp-coaching .container-fluid {
  padding: 0;
}
.mvp-coaching-content-second {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-2);
  padding: 50px;
}
.mvp-coaching-content-second h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 700;
}
.mvp-coaching-content-second h2 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-family: var(--font-01);
	font-weight: 600;
	margin-bottom: 20px;
}
.book-now-btn {
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
}

.coures-poul-innner {
  text-align: center;
  padding: 30px 0px 30px !important;
}
.coures-poul-innner h2 {
  max-width: 600px;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-01);
  margin: 0;
}
.coures-poul-innner h4 {
  font-family: var(--font-01) !important;
}
.coures-poul-innner a {
  text-align: center;
  margin: 0 auto;
  width: max-content;
}
.coures-poul-innner-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.Program-outcome-head {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  text-align: center;
}
.Program-outcome-head h2 {
  font-family: var(--font-05);
  font-size: 42px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2em;
  letter-spacing: 0.7px;
  color: #000;
  margin-bottom: 0;
}
.Program-outcome-bottom {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  row-gap: 20px;
}

.Program-outcome-bottom li {
  list-style: none;
  width: 47%;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
}
.Program-outcome-bottom li  a{
  color: #000;
}
.Program-outcome-inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

@media(max-width:1200px){
  .mvp-coaching-content-first h1 {
  font-size: 48px;
}
.home-social-content img {
  width: 40px;
}
}
@media(max-width:991px){
  .mvp-coaching-content-first h1 {
  font-size: 38px;
}
.mvp-coaching-content-first h2 {
  font-size: 70px;
  line-height: 90px;
}
.mvp-coaching-img img {
  width: 100%;
  height: 350px;
}
.Program-outcome-bottom li {
  width: 45%;
}
.coures-left {
  padding-right: 0;
}
}

@media(max-width:768px){
  .mvp-coaching-inner .row {
  row-gap: 30px;
}
.join-coures.join-coures-mobile {
  display: block;
  margin-bottom: 30px;
}

.join-coures.join-coures-desktop {
  display: none;
}
}
@media(max-width:576px){
  .coures-left-head h1 {
  font-size: 28px;
}
.coures-left-head h2 {
  font-size: 16px;
}
.coures-left-head p {
  font-size: 16px;
}
.coures-left-bottom {
  flex-direction: column;
  row-gap: 20px;
}
.week-section {
  width: 100%;
}
.coures-left-bottom-wapper {
  flex-direction: column;
}
.mvp-coaching-content-first h1 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 10px;
}
.mvp-coaching-content-first h2 {
  font-size: 60px;
  line-height: 70px;
}
.Program-outcome-bottom li {
  width: 100%;
}
.Program-outcome-head h2 {
  font-size: 35px;
}
.Program-outcome-inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.mvp-coaching-content-first {
  padding: 50px 20px;
}
.mvp-coaching-img img {
  width: 100%;
  height: auto;
}
.releted-coures-wapper {
  display: flex;
  column-gap: 20px;
  flex-direction: column;
  row-gap: 20px;
}
.week-section-content h3 {
  font-size: 20px;
  font-family: var(--font-04);
  font-weight: 500;
}
.week-section-content p {
  font-size: 15px;
}
}