<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;
}
.postid-17327 #breadcrumbs {
	display:none;
}
body.postid-17327 {
    margin-top:0px;
}
.postid-17327 .site-inner {
    max-width: 100%;
    background: #fff;
    padding: 0px;
    margin: 0px;
}
.postid-17327 .landing-wrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}
.postid-17327 .top-part .landing-wrap {
    padding: 0px 20px;
    border:1px solid #fff;
}
.postid-17327 .woocommerce-product-details__short-description {
    padding: 0px 60px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0px;
}
.postid-17327 .mob-frame {
margin:0px 20px;
}
.woocommerce div.product {
padding: 0px;
}
.postid-17327 .top-part {
    background: #603F97;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.postid-17327 h1 {
    font-weight: 900;
    color: #3fbeb6;
    font-size: 20px;
}
.top-header {
    display: block;
    padding: 30px 0px 0px 0px;
}
.top-heading {
font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: -.25px;
    max-width: 800px;
    margin: 0px auto 30px auto;
}
.top-desc {
    display: block;
    font-weight: 400;
    max-width: 820px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.25px;
    width: 100%;
        margin: 0 auto;
}
.top-btn {
        padding: 20px 0px 0px 0px;
}
.top-btn .btn:hover {
background: #3fbeb6;
text-decoration: underline;
}
.proof-desktop {
    text-align: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 0px;
    max-width: 750px;
        margin:40px auto;
}
.badge-desktop {
    font-size: 15px;
    line-height: 18px;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;

}
.badge-desktop img {
    width: 32px;
    height: 32px;
    float: none;
    display: block;
    margin: 0px auto 4px auto;
}
.badge-desktop-line2 {
    display: block;
}
.sticky-wrapper {
    display: none;
}
.primary-menu-wrap {
display:none;
}

.academy-logo {
display: block;
text-align: center;
padding: 10px 0px;
}
.academy-logo img {
width:220px;
}
.courses-top-grid-wrap {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    display: inline-block;
    margin-top: 10px;
}
/*courses grid*/
.courses-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px;
}

.course-item {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 7px;
}
.course-update {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    line-height: 1.1;
    background: #f2f2f2;
    padding: 4px 8px;
    font-weight: 600;
    border-radius: 4px;
}
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;
}
.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-course-teaser {
    padding: 10px 20px 10px 50px;
}
.courses-contents-course-teaser:before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #3fbeb6;
}
.courses-contents-course {
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #ece8f3;
  margin-bottom: 10px;
background: #fff;
}
.courses-contents-title {
    text-align: center;
    width: 100%;
}

.courses-contents-course-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-course-info {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start; 
    align-items: center; 
}
.courses-contents-course-title {
  flex-grow: 1;
flex-shrink: 0;
}

.courses-contents-expand-btn {
    border: none;
    cursor: pointer;
    color: #603F97;
    background: none;
}

.courses-contents-expand-all-btn {
border: none;
    cursor: pointer;
    color: #fff;
    background: #603F97;
    height: fit-content;
    line-height: 1.2;
    padding: 8px 12px;
    border-radius: 8px;
    align-self: flex-end;
    margin-top: 10px;
}
.courses-contents-expand-btn:hover,.courses-contents-expand-btn:focus {
color:#3FBEB6;
background: none;
border:none;
}

.courses-contents-course-details {
  display: none;
  margin-top: 15px;
padding: 0px 50px;
}
.offer-includes-box {
margin-top: 20px;display: block;font-weight: 400;font-size: 28px;text-align: center;
}
.offer-includes-box-row1 {
text-transform:uppercase;font-weight: 400;background: #ffffff;padding: 5px 10px; font-size: 24px;border-radius:8px;display: inline-block;
}
.offer-includes-box-row2 {
background: #fff; padding: 5px 10px; margin-top: 5px; display: inline-block; text-transform: uppercase; font-size: 20px;margin-top:10px;border-radius:8px;
}
.offer-includes-box-bold {
font-weight: 900;
}
.offer-includes-box-numbers {
font-weight: 900;color: #603F97;font-size: 26px; margin:0px 5px;
}
.offer-includes-box h2 {
margin:0px 20px;    
}
.pricetag {
display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius:8px;
}
.promo-box {
	display: block;
	font-size: 16px;
	width: 100%;
	background: #f7f7f7;
	border-radius:8px;
	float: left;
	text-align: center;
}
.promo-box p{
	margin:0px;
}
.newlabel {
background: red;
    color: #fff;
    margin-left: 5px;
    padding: 4px 8px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}
h1.product_title.entry-title {
    display: none;
}
.expert-reviews {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 60px 0px;
  border: 1px solid #ece8f3;
  margin-top: 10px;
  border-radius: 20px;
}

.expert-reviews-label {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.expert-reviews h2 {
margin: 20px;
}

.expert-reviews-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px;
}

.expert-box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  width: 100%;
  max-width: 950px;
  box-sizing: border-box;
}

.expert-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.expert-info-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
}
.expert-title-img {
height: auto;border-radius: 0px;width: 20px;margin-right: 5px;margin-left: 5px;
}
.expert-review-img {
width: 12px;margin-left: 5px;
}
.expert-name-title {
    line-height: 1.4;
}
.expert-name-title .name {
  font-weight: 600;
  font-size: 16px;
}

.expert-name-title .title {
  font-size: 13px;
  font-weight:500;
}

.expert-review {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .expert-box {
    padding:20px;
  }
  .expert-reviews {
  padding:40px 0px;
  }
}
.custom-plan {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #ece8f2;
  margin: 20px 0;
  background: #fff;
}

.custom-plan h2 {
  text-align: left;
  margin: 20px 0 10px 0;
}

.custom-plan-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.custom-plan-img {
  max-width: 300px;
}
.custom-plan-img img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-plan-details {
  flex: 2 1 0;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px;
}

.section-label {
  display: inline-block;
}
.custom-plan-details-intro {
  margin-bottom: 20px;
  font-size: 16px;
}

.custom-plan-details-desc {
  font-size: 17px;
}

.detail-row {
  margin-bottom: 10px;
}

.custom-plan-details .fa {
  margin-right: 5px;
  color: #603e97;
}
@media (max-width: 900px) {
    
    .custom-plan {
    padding: 20px;
  }
  .custom-plan-wrap {
    flex-direction: column-reverse;
  }
  .custom-plan-details {
    width: 100%;
  }
  .custom-plan-img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

.whybuy {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}
.whybuy-grid-container {
    display: grid;
    grid-template-columns: 70% 30%;
    background-color: #ECE8F3;
    border-radius: 20px;
    overflow: hidden;
}

.whybuy-left-column {
    padding: 60px;
}

.whybuy-right-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whybuy h2 {
    text-align: left;
    margin: 20px 0 40px 0;
}

.whybuy-items-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.whybuy-item {
    background-color: #B2A0CE;
    margin: 0;
    padding: 15px 30px 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    line-height: normal;
    column-gap: 20px;
}

.whybuy-items-list .whybuy-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.whybuy-items-list .whybuy-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.whybuy-item + .whybuy-item {
    margin-top: 5px;
}

.whybuy-arrow {
font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background: #fff;
    min-width: 22px;
    min-height: 22px;
    border-radius: 50%;
    text-align: center;
}
.whybuy-description {
line-height: 1.5;
}
.course-desc {
    display: inline-block;
    padding-bottom: 20px;
}
.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;
}
.course-syllabus {
    background: #f2f2f2;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
}
.course-syllabus:before {
    content: '\f0ce';
    font-family: fontawesome;
    margin-right: 10px;
}
.course-toc {
    font-size: 16px;
    background: #f7f7f7;
    display: grid;
    padding: 20px 50px;
    column-gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.deal {
background: #e1f3f3;
    border-radius: 7px;
    padding: 40px;
    border: 2px solid #3fbeb6;
    margin: 0px 20px;

}
.deal-label {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}
.deal-heading {
font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.deal-desc {
    margin: 0 auto;
    text-align: center;
}

.btn:hover {
background: #3abd56;
}

.highlight {
     font-weight: 600;
    color: #ed1c4d;
}
.section-left-content {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.section-right-content {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.section-left-content h4:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #4fb264;
    margin-right: 10px;
    font-size: 18px;
}

.section-right-content h4:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #4fb264;
    margin-right: 10px;
    font-size: 18px;
}
.section-left-content p, .section-right-content p {
    font-size: 16px;
}
.section-left-content h4, .section-right-content h4 {
    font-size: 18px;
}

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;
}
.whatisincluded {
background: #E0F3F3;
    padding: 40px;
    border-radius: 20px;
    }
.whatisincluded-label {
    text-align: center;
    font-weight: 500;
}
.whatisincluded h2 {
    margin: 20px;
}
.whatisincluded ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 90%;
    margin: auto;
    padding: 20px 0px;
    }
.whatisincluded ul li {
        list-style-type: none;
        margin-bottom: 10px;
    }
.whatisincluded ul li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #3fbeb6;
        
    }
.seo-course-box-btn {
	text-align: center;
		display:block;
	}
.belowbtn {
font-size: 16px;
margin-top: 10px;
display:block;
font-weight: 500;
text-align: center;
line-height: normal;
}
    .testimonials-big {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
    border: 1px solid #ece8f3;
    margin-top: 10px;
    border-radius: 20px;
	}
.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;
}
/*after course*/
.aftercourse {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    border: 1px solid #ece8f3;
    margin-top: 10px;
    border-radius: 20px;
    background:#ECE8F3;
}
.aftercourse .section-label {
text-align:center;
display:block;
}
.aftercourse h2 {
text-align:center;
margin:20px;
}
.aftercourse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding:20px;
}
.aftercourse-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
svg.aftercourse-card-icon {
    width: 50px;
}
.aftercourse-card h3 {
  margin: 0 0 8px 0;
 font-size: 20px;
}
.aftercourse-card p {
    margin: 0;
}
.aftercourse-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.06);
  border-color: #d1d5db;
}

@media (max-width: 767px) {
  .aftercourse-grid {
    grid-template-columns: 1fr;
  }
    .aftercourse-card h3 {
 font-size: 18px;
}
}
.money-back {
    width: 100%;
    background: #f7f7f7;
    margin-top: 10px;
    display: flex;
    border-radius: 20px;
    padding: 40px;
}
.money-back p {
    margin-bottom: 0px;
}
.money-back-image {
    flex: 0 1 30%;
    align-self: center;
    text-align: center;
}
.money-back-image img {
max-width: 250px;
}
.money-back-details {
    flex: 1;
    padding: 50px;
}
.money-back-label {
    text-align: center;
    font-weight: 500;
}
.money-back h2 {
    margin: 20px;
}
	.btn {
    background: #3fbeb6;
    color: #fff;
    padding: 15px 20px;
    border-radius:8px;
    display: inline-block;
    font-weight: 600;
		font-size: 18px;
}


.btn:hover {
    color: #fff;
}
	.btn-desc {
    font-size: 12px;
    display: block;
    padding: 10px;
    text-align: center;
	}

.add-to-cart-btn {
	padding: 20px 0px 0px 0px;
    text-align: center;
	}
.add-to-cart-btn p {
	margin-bottom: 0px;
}
.add-to-cart-btn .btn:hover {
background: #603F97;
}
.customer-reviews img {
width: 50px;
 border-radius:50px;
 float: left;
 margin-right: 10px;
	}
.reviewbox {
    padding: 0px 30px;
}

.case-study {
        border: 1px solid #ece8f3;
    padding: 40px 60px;
    margin-top: 10px;
    border-radius: 20px;
}
.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;
}

.footer-widgets {
	display: none;
}
.footerwidgetheadercheckout-container {
	    background: #f2f2f2;
}

.grid-features {
    margin: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}



.certification {
    display: block;
    margin-top: 10px;
}
.postid-17327 .certification .landing-wrap {
    padding: 0px 40px;
}
.certification .heading-wrapper {
    padding: 40px;
}
.certification-label {
    text-align: center;
    font-weight: 500;
}
.certification h2 {
    margin: 20px;
}
.certification p {
    text-align: center;
}
.certs-label {
    font-size: 12px;
    line-height: 1.2;
    background: #40beb6;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}
.certification-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 20px;
    grid-gap: 40px;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
}
.certification-col {
    padding: 20px;
    display: block;
    max-width: 400px;
    line-height: normal;
    border: 1px solid #ddd;
}
.certificate-name {
background: #603F97;
    padding: 13px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.bundle-benefits {
    display: inline-block;
    background: #f7f7f7;
    border-radius:8px; 
    margin-bottom: 20px;
}
.bundle-benefits ul {
padding: 0px 40px 20px 40px;
}
.bundle-benefits li {
    margin-bottom: 20px;
}
.bundle-benefits li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 15px;
    color: #0f476c;
}
.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;
}
.postid-17327 .instructor .landing-wrap {
    padding: 40px;
    border: 1px solid #ece8f3;
    border-radius: 7px;
}
.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;
}

@media screen and (max-width: 850px) {   

	.top-heading {
    font-size: 30px;
    line-height: 36px;
padding: 20px 10px 10px 10px;
	}
    .top-desc {
    padding: 0px 20px;
    font-size: 18px;
    line-height: normal;
    }

h2 {
		font-size:22px;
		line-height: 26px;
    margin: 40px 10px;
	}

.course-toc {
grid-template-columns: minmax(0, 1fr);
    }
    .case-study-flex {
     flex-direction: column;   
    }
.case-study-section {
    width: 100%;
    }
.case-study {
    padding: 40px 20px;

}
    .case-study img {
    width: 100%;
    }
    .courses-contents-course-details {
     padding: 0px;   
    }
.courses-contents-course-teaser {
    padding: 20px 10px 0px 0px;
    }
}
@media screen and (max-width: 800px) {
  .courses-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .money-back {
    padding: 20px;
    }
.money-back-details {
    padding:20px;
    }
.testimonials-grid {
grid-template-columns: 1fr;
    }
.postid-17327 .certification .landing-wrap {
    padding: 0px 20px;
}
    .postid-17327 .instructor .landing-wrap {
    padding: 20px;
    }
.whybuy-grid-container {
grid-template-columns:100%;    
}
    .whybuy-right-column {
    display: none;
    }
.whybuy-left-column {
    padding: 20px;
}
    .whatisincluded {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 650px) {
    
    .postid-17327 .woocommerce-product-details__short-description {
        padding:0px 10px;
    }
    .postid-17327 .top-part .landing-wrap {
    border:none;
    }
      .courses-top-grid {
    grid-template-columns: repeat(1, 1fr);
  }
	.course {
		margin:0px;
	}
    .circle {
        display: block;
        margin: 0px auto 5px auto;
    }
    .course-desc {
        padding:20px 0px;
    }
    .course-syllabus {
        margin: 0px;
        font-size:14px;
    }
    .course-toc {
        margin:0px;
        font-size:14px;
        padding: 20px;
    }
    .course h3 {
        font-size: 18px;
    }
    .lesson-title {
        font-size: 14px;
    }
	.instructor {
		    padding: 0px 10px;
	}
    .whatisincluded ul {
    column-count: 1;
    width: 100%;
    padding: 20px;
}
      .money-back {
        flex-direction: column-reverse;
    }
       .money-back-image, .money-back-details {
        flex: 0 0 100%; 
        padding: 0px;
    }
    .money-back-image img {
    max-width: 200px;
    }
    .testimonials-big {
     padding:20px 0px;   
    }
    .testimonials-testimonial {
    padding: 20px;
    }
    .case-study-heading-wrapper {
    margin-bottom: 40px;
}

  .top-header {
        padding:0px;
    }
    .top-heading  {
            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;
	}

	.reviewbox {
    padding: 0px 20px;
}
	.postid-17327 h1 {
		font-size:18px;
        text-align: left;
	}
	.top-desc {
    padding: 20px 0px 0px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;  
}
    .top-desc p {
     margin-bottom: 10px;   
    }
    .top-part .top-btn {
    padding: 20px 0px 0px 0px;
    text-align: left;
}
    .top-part .belowbtn {
    font-size: 13px;
    margin: 10px 0px;
    text-align: left;
    }
  .proof-desktop {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    max-width: 100%;
    margin: 40px auto 0px auto;
    grid-gap:10px;
}
    .badge-desktop {
    font-size: 13px;
        border: 1px solid #B1E3DF;
}
    .badge-desktop img {
    width: 22px;
    height: 22px;
}
	h3 {
		font-size:18px;
	}
	.whatisincluded {
		padding:40px 0px;
		
	}
	.whatisincluded ul li {
		padding: 0px 10px;
	}
	.whatisincluded ul li:before {
		margin-right: 5px;
	}
	.footer-widgets {
		display: none;
	}
	.belowbtn {
		font-size:13px;
		margin:10px 40px;
	}
	h4 {
		font-size:16px;
		line-height: 26px;
	}
	.cols {
		margin:0px;
	}
	.cols-box {
		font-size:14px;
	}
	
.offer-includes-box-row1 {
font-size:18px;
margin:0px 20px;
border-radius: 0px;
}
.offer-includes-box-row2 {
font-size:18px;
margin:10px 20px;
border-radius: 0px;
}
.offer-includes-box-numbers {
font-size:20px;
}
.cols-box {
max-width:320px;
}
.deal-heading {
font-size:18px;
}
.deal-desc {
font-size:16px;
}
span.deal-desc-line1 {
    display: block;
	padding:0px 30px;
}

.section-left-content h4, .section-right-content h4 {
    font-size: 16px;
}
.certification-grid {
    grid-template-columns: minmax(0, 1fr);   
    }
.certification p {
    text-align: left;
}

.instructor-flex {
        flex-direction: column; 
    }

    .instructor-image {
        order: 0; 
        align-self: center; 
    }
}
    
@media screen and (max-width: 550px) {
.postid-17327 .mob-frame {
    margin: 0px 10px;
}
    .whybuy-item {
    padding: 15px 10px;
    }
    .courses-top-grid-wrap {
    padding: 20px 0px;
    }
    .deal {
     padding: 20px;   
    }
    .courses-contents {
        padding: 40px 10px;
    }
    .courses-contents-course-info {
        flex-direction: column; 
    }
   .courses-contents-expand-btn {
        order: -1; 
        align-self: flex-end;
           padding: 10px;
       font-size:13px;
    }
    .courses-contents-expand-all-btn {
    font-size:12px;
    }
    .courses-contents-course-number, .courses-contents-course-title {
        display: inline-flex; 
    }
    .courses-contents-course-number {
        width: 30px;
    height: 30px;
    }
.course-labels {
        justify-content: center; 
        flex-wrap: wrap; 
        margin: 0px 10px; 
    }
    .course-label {
        margin-bottom: 10px; 
    }
.certification .heading-wrapper {
    padding: 20px;
}
}

@media screen (max-width: 480px) {
  .courses-top-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 370px) {
.badge {
    min-height: 80px;
    vertical-align: top;
}
    .proof-desktop {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media screen and (max-width: 340px) {
	.postid-17327 h1 {
		font-size:14px;
	}
	h2 {
		font-size: 18px;
	}
	.top-heading {
font-size:22px;
line-height: normal;
	}
	.offer-includes-box-row1 {
    font-size: 16px;
}
	.deal-heading {
    font-size: 16px;
}
	.btn {
    font-size: 14px;
}
	.whatisincluded ul li {
		font-size:14px;
	}
	span.deal-desc-line1 {
		padding:0px 20px;
	}
}
</style>