<style>
html {
scroll-behavior: smooth;
}
header.site-header {
    position: relative;
}
.logo-title {
    display:none;
}
.academy-logo-title {
    height: 60px;
    padding: 10px 10px;
    width: 230px;
}
.nav-primary {
    display: none;
}
body.single-product {
    margin-top:0px;
}
.single-product .site-inner {
    max-width: 100%;
    background: #fff;
    padding: 0px;
    margin: 0px;
}
.single-product .landing-wrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.single-product .top-part .landing-wrap {
    padding: 0px 20px;
}
.single-product .woocommerce-product-details__short-description {
    padding: 0px 60px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0px;
}
.single-product .mob-frame {
margin:0px 20px;
}
.woocommerce div.product {
padding: 0px;
}
.single-product .top-part {
    background: #603F97;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.single-product h1 {
font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: -.25px;
    color:#fff;
}
.single-product .breadcrumb-style a {
    font-weight: 900;
    color: #3fbeb6;
    font-size: 20px;
}
.single-product .breadcrumb-style a:hover {
text-decoration: underline;
}
.top-header {
    display: block;
    padding: 30px 0px 10px 0px;
    text-align: left;
}
.top-heading {
    text-align: left;
}
.top-desc {
    text-align: left;
    display: block;
    font-weight: 400;
    max-width: 700px;
    width: 100%;
}
.top-btn {
        padding: 20px 0px 0px 0px;
    text-align: left;
}
.top-btn .btn:hover {
background: #3fbeb6d4;
text-decoration: none;
}
.top-btn .btn:after {
    font-family: FontAwesome;
    content: "\f178";
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.left-column {
    text-align: left;
    flex: 1;
}
.right-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
}
.right-column img {
    max-width: 100%;
    width: 300px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 50px;
}
.sticky-wrapper {
    display: none;
}
.primary-menu-wrap {
display:none;
}

.academy-logo {
display: block;
text-align: center;
padding: 10px 0px;
}
.academy-logo img {
width:220px;
}
img.course-img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.course-content {
  display: flex;
  flex-direction: column;
}
.course-name {
font-weight: 900;
    margin-bottom: 5px;
    text-align: left;
}
.course-name a {
    color: #000;
}
.course-name a:hover {
    color: #603F97;
}
.course-description {
font-size: 15px;
margin-bottom: 40px;
    text-align: left;
    line-height: 1.5;
}
.course-number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 11px;
    line-height: 1.1;
    background: #40beb6;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    border-radius: 4px;
}
.course-contents-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.courses-contents {
background: #f7f7f7;
padding: 40px 20px;
margin-top: 10px;
margin-top: 10px;
}
.courses-contents h2 {
margin:20px;
}
.courses-contents-header {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
}
.courses-contents-label {
    font-weight: 500;
    text-align: center;
}
.courses-contents-lessons {
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #ece8f3;
  margin-bottom: 10px;
background: #fff;
}
.courses-contents-title {
    text-align: center;
    width: 100%;
}
.courses-contents-lessons-number {
  background-color: #603F97;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
font-weight: 900;
flex-shrink: 0;
}
.courses-contents-lessons-info {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start; 
    align-items: center; 
}
.courses-contents-lessons-title {
  flex-grow: 1;
flex-shrink: 0;
}
.courses-contents-lessons-details {
padding: 0px 50px;
}
.course-topics {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}
.course-topics ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px;
}
.course-topics-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.course-pricing {
    width: 100%;
    background: #E0F3F3;
    margin-top: 10px;
    display: inline-block;
    border-radius: 20px;
    padding: 40px;
}
.course-pricing ul {
    text-align: left;
    column-count: 2;
    width: 60%;
    margin: auto;
    padding: 20px 0;
}
.course-pricing ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #3fbeb6;
}
.course-pricing-label {
    text-align: center;
    font-weight: 500;
}
.course-pricing h2 {
    margin: 20px;
}
.course-pricing-buttons {
    display: flex;
    justify-content: center;
    row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.course-pricing-info {
    text-align: center;
    display: block;
    max-width: 750px;
    margin: 0 auto;
}
.course-pricing-sec-button {
font-size: 16px;
    font-weight: 600;
}
.course-pricing-sec-button:hover {
text-decoration: underline;
}
.course-labels-pricing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0px;
    justify-content: center;
    color: #000;
}
.course-label-pricing {
    background: #fff;
    padding: 4px 8px;
    border-radius: 8px;
}
.course-labels-pricing .fa {
    margin-right: 5px;
    color:#603F97;
}
.what-is {
    padding: 40px 60px;
    margin-top: 10px;
}

.what-is ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #3fbeb6;
}

.what-is h2 {
    margin: 20px;
}
h1.product_title.entry-title {
    display: none;
}
.course-desc {
    display: inline-block;
    padding-bottom: 20px;
}
#skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0px 0px 0px;
}
#skills div {
    background: #f7f7f7;
    padding: 4px 12px;
    border-radius: 8px;
    white-space: nowrap;
}
ul#audience {
    margin-bottom: 40px;
}
.course-labels-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0px;
    justify-content: flex-start;
    color: #000;
}
.course-label-top {
border: 1px solid #f2f2f2;
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
}
.course-labels-top .fa {
    margin-right: 5px;
}
.course-labels {
    display: flex;
    column-gap: 10px;
    margin: 0px 50px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
.course-label {
    background: #f2f2f2;
    padding: 4px 8px;
    border-radius: 8px;
}
.course-labels .fa {
    margin-right: 5px;
}
.course-desc p {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.btn:hover {
background: #3fbeb6;
color:#fff;
    text-decoration: underline;
}
h2 {
	margin: 60px 20px;
	text-align: center;
	font-size: 28px;
	text-transform: capitalize;
}

h3 {
display: block;
margin-top: 20px;
color:#000;
}
.section-label {
    font-weight: 500;
}
span.subtext {
    font-size: 16px;
    background: #fff;
	padding:5px;
	display: none;
	border:1px solid #eee;
}
.lesson-title {
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
	font-size:16px;
}
.sub-heading {
    text-align: center;
    display: block;
    font-size: 22px;
	padding:10px 20px 0px 20px;
	line-height: 20px;
}

    .testimonials-big {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
    margin-top: 10px;
	}
.testimonials-big h2 {
    margin: 20px;
}
 .testimonials-small-heading {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 0 20px 20px 20px;
    }
.testimonials-grid {
    padding: 20px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
}
.testimonials-grid img {
width: 40px;
    border-radius: 50%;
    float: left;
}
.testimonials-testimonial {
display: grid;
    grid-template-columns: 1fr 9fr;
    grid-column-gap: 1em;
    margin-bottom: 20px;
    background: #ece8f3;
    border-radius: 8px;
    padding: 40px;
    text-align: left;
}
.more-reviews-btn {
background: #603F97;border-radius: 5px;padding: 10px 20px;margin-top: 40px;color: #fff;font-weight: 600;
}
.more-reviews-btn:hover {
text-decoration: underline;
color:#fff;
}
	.btn {
    background: #3fbeb6;
    color: #fff;
    padding: 15px 20px;
    border-radius:8px;
    display: inline-block;
    font-weight: 600;
		font-size: 18px;
        text-align: center;
        line-height: normal;
}
.belowbtn {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}
.case-study {
    padding: 40px 60px;
    margin-top: 10px;
}
.case-study h3 {
    margin-top: 0px;
}
.case-study-heading-wrapper {
    margin-bottom: 80px;
}
.case-study-flex {
    display: flex;
    column-gap: 40px;
    justify-content: center;
    margin-bottom: 60px;
    align-items: flex-start;
}
.case-study-label {
    text-align: center;
    font-weight: 500;
}
.case-study h2 {
    margin: 20px;
}
.case-study p {
    margin: 20px 0px;
}
.case-study img {
    border: 4px solid #ddd;
    max-width: 350px;
}
.case-study-section ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #3fbeb6;
}

.footer-widgets {
	display: none;
}
.footerwidgetheadercheckout-container {
	    background: #f2f2f2;
}
.academy-faq-panel {
    display: inline-block;
    background: #ece8f3;
    border-radius: 8px;
    margin-bottom: 20px;
    width:100%;
    padding: 20px;
    margin-top:10px;
}
.accordion {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.accordion .container {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 20px;
}
.accordion .label {
    font-weight: 600;
    cursor: pointer;
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
    text-align: left;
        line-height: normal;
}
.accordion .label::before {
    content: '+';
    color: #603F97;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 30px;
    font-weight: 900;
    transform: translateY(-50%);
}

.accordion .content {
  position: relative;
  background: #fff;
    -webkit-box-shadow: rgb(0 35 60 / 7%) 0 5px 10px;
    box-shadow: rgb(0 35 60 / 7%) 0 5px 10px;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.accordion .content .content-inner {
   padding:20px;     
}
.accordion .container.active .content {
  height: auto;
}

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
}
.instructor {
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-product .instructor .landing-wrap {
    padding: 40px;
}
.instructor-header {
    padding-bottom: 20px;
}
.instructor-label {
    text-align: center;
    font-weight: 500;
}
.instructor h2 {
    margin: 20px;
}
.instructor-flex {
    display: flex;
    align-items: flex-start; 
    gap: 40px;
}

.instructor-image {
    width: 80px; 
    height: 80px; 
    order: -1; 
}

.instructor-description {
    flex: 1;
}
.related-courses h2 {
    margin: 20px;
}
.related-courses-all {
text-align: center;
    display: block;
    font-weight: 600;
}
.related-courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    border-radius: 8px;
    max-width: 1140px;
    margin: 40px auto;
}

.related-course {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    line-height: 26px;
    border: 1px solid #3fbeb6;
    position: relative;
}

.related-course img {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    border-radius: 4px;
}
.related-course h3 {
    margin-top: 40px;
        font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}
@media screen and (max-width: 850px) { 
    
    .content-wrapper {
        flex-direction: column;
    }

    .left-column {
        width: 100%;
    }

    .right-column {
        display: none;
    }

	.single-product h1 {
    font-size: 30px;
    line-height: 36px;
	}

h2 {
font-size:22px;
line-height: 26px;
margin: 40px 10px;
	}
    .case-study-flex {
     flex-direction: column;   
    }
.case-study-section {
    width: 100%;
    }
.case-study {
    padding: 20px 20px;

}
    .case-study img {
    width: 100%;
    }
    .courses-contents-lessons-details {
     padding: 0px;   
    }
.what-is {
    padding: 40px 20px;
    }
}
@media screen and (max-width: 800px) {
.testimonials-grid {
grid-template-columns: 1fr;
    }
    .single-product .instructor .landing-wrap {
    padding: 20px;
    }
}

@media screen and (max-width: 650px) {
    
    .single-product .woocommerce-product-details__short-description {
        padding:0px 10px;
    }
	.course {
		margin:0px;
	}
    .course-desc {
        padding:20px 0px;
    }
    .course h3 {
        font-size: 18px;
    }
    .lesson-title {
        font-size: 14px;
    }
	.instructor {
		    padding: 0px 10px;
	}
    .testimonials-big {
     padding:20px 0px;   
    }
    .testimonials-testimonial {
    padding: 20px;
    }
    .case-study-heading-wrapper {
    margin-bottom: 40px;
}

  .top-header {
        padding:0px;
    }
    .single-product h1  {
            max-width: 400px;
    margin: 0;
        text-align: left;
    padding: 10px 10px 0px 0px;

    }
    .testimonials-small-heading {
        font-size:18px;
        line-height: 22px;
    }
	.site-inner {
		padding: 2%;
	}
    .testimonials-testimonial {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    margin-bottom: 40px;
}
.testimonials-image {
    text-align: center;
    margin-bottom: 10px;
}

    .testimonials-grid {
        text-align: left;
    }
	
	.sub-heading {
		line-height: 28px;
		font-size: 20px;
	}
	.testimonials-big-heading {
    font-size: 24px;
    line-height: 32px;
    margin: 10px;
}
	.btn {
		font-size:16px;
	}
	.top-desc {
    padding: 20px 0px 0px 0px;
    text-align: left;
}
    .top-desc p {
     margin-bottom: 10px;   
    }
    .top-part .top-btn {
    padding: 20px 0px 0px 0px;
    text-align: left;
}
	h3 {
		font-size:18px;
	}
	.footer-widgets {
		display: none;
	}
	h4 {
		font-size:16px;
		line-height: 26px;
	}
.instructor-flex {
        flex-direction: column; 
    }

    .instructor-image {
        order: 0; 
        align-self: center; 
    }
}
    
@media screen and (max-width: 550px) {
.single-product .mob-frame {
    margin: 0px 10px;
}
    .courses-contents {
        padding: 40px 10px;
    }
    .courses-contents-lessons-info {
        flex-direction: column; 
    }
    .courses-contents-lessons-number, .courses-contents-lessons-title {
        display: inline-flex; 
    }
    .courses-contents-lessons-number {
        width: 30px;
    height: 30px;
    }
.course-labels {
        justify-content: center; 
        flex-wrap: wrap; 
        margin: 0px 10px; 
    }
    .course-label {
        margin-bottom: 10px; 
    }
}
@media screen and (max-width: 340px) {
	h2 {
		font-size: 18px;
	}
	.single-product h1 {
font-size:22px;
line-height: normal;
	}
	.btn {
    font-size: 14px;
}
}
</style>