.included-button .course-login-enroll {
  position: relative;
}
.tooltip:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -4.5em;
  left: 20em;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tooltip span {
	background: #E2F4F3;
	color: #0CC4A0;
	font-family: 'Helvetica';
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 12px 10px;
	width: 230px;
	top: -4em;
	left: 20em;
	margin-left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	z-index: 2;
	text-transform: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}

.tooltip span:after {
	border-color: #e2f4f3 #ffffff00;
	border-style: solid;
	border-width: 15px 15px 0;
	bottom: -15px;
	content: "";
	display: block;
	left: 31px;
	position: absolute;
	width: 0;
}



.page-template-flex-template .site-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-template-flex-template .site-content .region__container {
  padding: 0 !important;
}
.page-template-flex-template #prefooter {
  border-top: none !important;
}
.learndash-cpt h1 {
	font-size: 45px;
}
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
	margin-bottom: 0;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	padding-right: 0.5em !important;
}
.topics-sliders-block {
	margin: auto;
}
.learndash-wrapper .ld-content-actions .ld-content-action {
	flex-basis: 220px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.page-template-flex-template h1,
.page-template-flex-template h2,
.page-template-flex-template h3,
.page-template-flex-template h4,
.page-template-flex-template h5,
.page-template-flex-template h6 {
  color: inherit;
}
.wrapper {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}
.text-green {
  color: #0CC4A0;
}
.btn-gradient {
  background-image: var(--gradient-r);
  font-weight: var(--fw-bold);
  color: var(--clr-black);
  border-image-source: var(--gradient-r);
  border-image-slice: 1;
  font-size: 20px;
}
.btn-gradient:hover {
  background-image: var(--gradient-r);
  color: var(--clr-black);
}
.home-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 50px 15px 120px;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-hero .hero-image {
  width: 100%;
  margin: auto;
  position: absolute;
  pointer-events: none;
  width: 104%;
  height: auto;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
}
.home-hero .hero-image img {
  width: 100%;
}
.home-hero .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-hero .hero-content {
  width: 65%;
  position: relative;
  z-index: 2;
}
.home-hero #home-hero-circles {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  max-width: 45vw;
  transform: translate(-40%, -40%);
}
.home-hero #home-hero-circles circle {
  transform-origin: center;
}

@-webkit-keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.home-hero #home-hero-circles circle:nth-of-type(2) {
  animation: rotate-360 33s linear infinite reverse;
}
.home-hero #home-hero-circles circle:nth-of-type(1) {
  -webkit-animation: rotate-360 20s linear infinite;
  animation: rotate-360 20s linear infinite;
}
.home-hero .hero-image img.mobile-img {
  display: none;
}
.home-hero .hero-content h1 {
  max-width: 550px;
  width: 100%;
}
.home-hero .hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 450px;
  width: 100%;
}
.home-hero .hero-content .button {
  text-transform: uppercase;
}

.global-courses {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 80px 0;
}
.global-courses:before,
.global-courses:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 450px;
  background-image: url(../images/courses-bg-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  pointer-events: none;
}
.global-courses:before {
  top: 0;
  left: 0;
}
.global-courses:after {
  bottom: 70px;
  right: 0;
}
.global-courses .courses-heading {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.global-courses .courses-heading h2 {
  margin-bottom: 25px;
}
.course-shortcode .ld-course-list-items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-shortcode .ld_course_grid {
  width: calc(33.33% - 27px);
  list-style: none;
  margin: 0 !important;
  flex: unset !important;
  border-radius: 0 !important;
  border: none !important;
}
.course-shortcode .ld_course_grid .ld-course-thumbnail img {
  width: 100%;
  max-width: 100%;
}
.global-courses .wrapper-cta {
  text-align: center;
}
.cta {
  position: relative;
  z-index: 1;
}
.course-shortcode .ld_course_grid .type-sfwd-courses {
  position: relative !important;
  background-color: #000 !important;
  height: 100% !important;
  padding-bottom: 50px !important;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.course-shortcode .ld-course-list-items div.ld_course_grid .thumbnail.course, .ld_course_grid .thumbnail {
  padding-bottom: 90px !important;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .ribbon {
  position: unset !important;
  background-color: transparent !important;
  font-weight: 500;
  color: var(--clr-green) !important;
  padding: 3px 20px!important;
  font-size: 18px!important;
  pointer-events: none;
  z-index: 1;
  border-radius: 0!important;
  order: 2;
  margin-top: -20px !important;
  text-align: left;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .caption {
  position: unset !important;
}
.course-shortcode .ld_course_grid .type-sfwd-courses h3.entry-title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  color: #fff !important;
  font-size: var(--fs-h6);
}
.course-shortcode .ld_course_grid .type-sfwd-courses > a {
  width: 100%;
  display: block;
  order: 1;
}
.course-shortcode .ld_course_grid .type-sfwd-courses img {
  width: 100%;
  height: unset;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .entry-content p {
  font-size: 16px;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .entry-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .caption {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px;
  order: 3;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .entry-content * {
  color: #fff !important;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .btn {
  transition: 0.3s ease all !important;
  border-radius: 0 !important;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.05em;
  padding: 0.375em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 0.0625rem;
  border-image-source: var(--gradient-r);
  border-style: solid;
  background-color: var(--clr-black);
  color: var(--clr-white);
  text-transform: none;
  font-weight: var(--fw-bold);
  border-image-slice: 1;
  width: 100%;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.25em;
  left: 0.25em;
  z-index: -1;
  border-style: solid;
  border-image-slice: 1;
  border-color: inherit;
  border-image-source: inherit;
  border-width: inherit;
  background-color: var(--clr-black);
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  text-align: center;
  z-index: -1;
}
.course-shortcode {
  padding-bottom: 50px;
}
.course-shortcode .ld_course_grid .type-sfwd-courses .ld_course_grid_button {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 1;
}
.global-our-guarantee {
  width: 100%;
  padding: 160px 0 100px;
  text-align: center;
}
.our-guarantee-content {
  max-width: 920px;
  margin: auto;
  width: 100%;
  padding: 40px;
  background-color: #1a1a1a;
}
.global-our-guarantee .guarantee-logo {
  margin-top: -140px;
  margin-bottom: 20px;
}
.global-our-guarantee .cta {
  padding-top: 10px;
}
.gradient-spacer {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: var(--gradient-r);
  height: 0.75rem;
  width: 100vw;
}
.why-us-listing {
  width: 100%;
  padding: 100px 20px;
}
.why-us-listing:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/three-cards.svg);
  width: 20.625rem;
  height: 17.5rem;
  right: -12.73rem;
  top: 7.54rem;
}

.why-us-listing span.text-green,
.why-us-listing h2 {
  text-align: center;
  max-width: 500px;
  margin: auto;
  width: 100%;
  display: block;
  font-weight: bold;
}
.why-us-listing h2 {
  line-height: 1.1;
}
.why-us-listing .why-us-content {
  position: relative;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 120px;
}
.why-us-listing .why-us-content .single-block {
  position: relative;
  width: calc(50% - 60px);
  display: flex;
  align-items: flex-start;
}
.why-us-listing .single-block .why-us-inner {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.why-us-listing .single-block .why-us-subinner {
  background-color: #F4F5F7;
  position: relative;
  padding: 25px 30px;
  z-index: 1;
}
.why-us-listing .single-block .why-us-inner:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--gradient-r);
}
.why-us-listing .single-block .why-us-inner .without-hover {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.why-us-listing .single-block .why-us-inner .without-hover img {
  max-width: 100px;
}
.why-us-listing .single-block .why-us-inner .without-hover h3 {
  margin-bottom: 0;
  font-size: var(--fs-h6);
}
.why-us-listing .codingtemple-logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 250px;
  height: 300px;
  text-align: center;
}
.why-us-listing .why-us-content .with-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-r);
  padding: 15px;
  color: var(--clr-black);
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us-listing .why-us-content .with-hover p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.why-us-listing .why-us-content .why-us-inner:hover .with-hover {
  opacity: 1;
}
.why-us-listing .why-us-content .why-us-1,
.why-us-listing .why-us-content .why-us-6 {
  justify-content: flex-end;
}
.why-us-listing .why-us-content .why-us-2,
.why-us-listing .why-us-content .why-us-5 {
  justify-content: flex-start;
}
.why-us-listing .why-us-content .why-us-3,
.why-us-listing .why-us-content .why-us-4 {
  justify-content: center;
}
.about-us-section {
  position: relative;
  padding: 100px 0;
  width: 100%;
}
.about-us-section .about-top {
  max-width: 480px;
  width: 100%;
}
.compare-about-content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  margin-top: -90px;
}
.compare-about-content .other-course-listing {
  width: calc(67% - 25px);
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.compare-about-content .other-course-listing .single-block {
  width: calc(33.33% - 23px);
  background-color: #0D1114;
  padding: 30px 20px;
}
.compare-about-content .other-course-listing .single-block p {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}
.compare-about-content .other-course-listing .single-block img {
  margin: 0 auto 20px;
}
.compare-about-content .other-course-listing .single-block ul {
  margin: 0;
  padding: 0;
}
.compare-about-content .other-course-listing .single-block ul li {
  position: relative;
  padding-left: 32px;
  list-style: none;
  font-size: 12px;
  opacity: 0.4;
  margin-bottom: 15px;
}
.compare-about-content .other-course-listing .single-block ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../images/close-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.compare-about-content .our-informations {
  width: calc(33% - 15px);
  padding: 40px;
  box-shadow: 0px 4px 132px -37px #0CC4A0;
}
.compare-about-content .our-informations .our-logo {
  text-align: center;
}
.compare-about-content .our-informations img {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #7E7878;
  max-width: 280px;
  width: 100%;
}
.compare-about-content .our-informations ul {
  margin: 0;
  padding: 0;
}
.compare-about-content .our-informations ul li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 30px;
  list-style: none;
  font-size: 16px;
}
.compare-about-content .our-informations ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 23px;
  height: 20px;
  background-image: url('../images/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.compare-about-content .our-informations .button {
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
}
.compare-about-content .course-logo {
  text-align: center;
}
.compare-about-content .course-logo-2,
.compare-about-content .course-logo-5 {
    margin-bottom: -100px;
}
.compare-about-content .other-course-3,
.compare-about-content .other-course-6 {
  margin-top: -150px;
}
.calendly-section {
  width: 100%;
  padding: 100px 0;
}
.calendly-section .calendly-top {
  background: linear-gradient(135deg,rgb(255,238,166) 0%,rgb(15,196,160) 100%);
  padding: 40px 60px 120px;
}
.calendly-section .calendly-top h2 {
  text-align: center;
  margin-bottom: 40px;
}
.calendly-section .calendly-top ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendly-section .calendly-top ul li {
  font-size: 18px;
  font-weight: 500;
}
.calendly-section .calendly-block {
  margin-top: -140px;
  text-align: center;
}
.calendly-section .calendly-block iframe {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.testimonials-section {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  width: 100%;
}
.single-sfwd-courses .testimonials-section .gradient-spacer {
  bottom: unset;
  top: 0;
  z-index: 1;
}
.testimonials-section .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-section .testimonials-heading {
  width: 50%;
}
.testimonials-section .inner-content {
  max-width: 500px;
  width: 100%;
}
.testimonials-section .testimonials-listing {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
}
.testimonials-section .flex-testimonial-left,
.testimonials-section .flex-testimonial-right,
.testimonials-section .flex-testimonial-mobile {
  width: calc(50% - 20px);
}
.testimonials-section .single-block {
  margin-bottom: 25px;
}
.testimonials-section .single-block .inner-testimonial-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-section .single-block .inner-testimonial-content h3 {
  font-size: var(--fs-h5);
  color: #000;
}
.testimonials-section .single-block .inner-testimonial-content p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.flex-testimonial-right.slick-slider .slick-list {
	transform:rotate(180deg);
}
.flex-testimonial-right.slick-slider .slick-slide {
	transform:rotate(180deg);
}
.star-ratings {
 unicode-bidi: bidi-override;
 color: #ccc;
 font-size: 32px;
 position: relative;
 margin: 0;
 padding: 0;
}
.star-ratings .fill-ratings {
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  background: var(--gradient-r);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.star-ratings .fill-ratings span {
 display: inline-block;
}
.empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.testimonial-mobile {
  display: none;
}


.footer {
  border-image-source: var(--gradient-r);
  border-image-slice: 1;
  border-style: solid;
  border-width: 0.125rem 0 0 0;
  background-color: var(--clr-almost-black);
  color: var(--clr-gray);
}
.footer[data-footer-variant=hidden] {
  display: none;
}
.footer[data-footer-variant=minimal] .footer-top {
  display: none;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: var(--clr-offwhite);
  letter-spacing: var(--ls-2);
}
.footer a {
  font-size: var(--fs-body-xxs);
  transition: color 200ms ease-in-out;
}
.footer a:hover {
  color: var(--clr-offwhite);
}
.footer-top {
  max-width: 90rem;
  margin-inline: auto;
  padding-block: 3rem;
  padding-inline: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
}
@media (max-width: 62rem) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
  }
}
.footer-top p {
  font-size: var(--fs-body-xs);
  text-align: justify;
}
.footer-top-column--left img {
  width: 4rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.footer-top-column--left p {
  -webkit-margin-after: 2.5em;
          margin-block-end: 2.5em;
}
.footer-top-column--left-subgrid {
  display: flex;
  justify-content: space-between;
}
.footer-top-column--left-subgrid-column {
  width: 50%;
}
.footer-top-column--left-subgrid-column:nth-of-type(2) {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.footer-top-column--left-subgrid-column > *:not(:last-child) {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.footer-top-column--left-subgrid-column h3 {
  font-size: var(--fs-body-sm);
}
.footer-top-column--left-subgrid-column a {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer-top-column--middle-item {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.footer-top-column--middle > *:not(:last-child) {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
.footer-top-column--middle > * > * {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.footer-top-column--middle h3 {
  font-size: var(--fs-h6);
}
.footer-top-column--middle a {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer-top-column--right-item--subscribe {
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
.footer-top-column--right-item--subscribe h3 {
  font-size: var(--fs-h6);
  background-image: var(--gradient-r);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.footer-top-column--right-item--subscribe-form {
  padding-top: 20px;
}
.footer-top-column--right-item--subscribe form {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-top-column--right-item--subscribe form .wpforms-field {
  padding: 0;
}
.footer-top-column--right-item--subscribe form label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.footer-top-column--right-item--subscribe div.wpforms-container-full {
  margin: 0;
}
.footer-top-column--right-item--subscribe div.wpforms-container-full form input,
.footer-top-column--right-item--subscribe div.wpforms-container-full form button {
  background-color: transparent !important;
  background: none !important;
  border: none;
  color: inherit;
  padding: 6px 15px;
  border-image-source: var(--gradient-r);
  border-image-slice: 1;
  border-style: solid;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  outline: none !important;
  box-shadow: none;
}
.footer-top-column--right-item--subscribe div.wpforms-container-full form button::after {
  display: none;
}
.footer-top-column--right-item--subscribe div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important
}
.footer-top-column--right-item--subscribe form .wpforms-field-container {
  flex-grow: 1;
}
.footer-top-column--right-item--subscribe div.wpforms-container-full form input[type=email] {
  display: block;
  width: 100%;
  border-width: 0 0 0.125rem 0;
  color: var(--clr-offwhite);
  padding: 5px;
}
.footer-top-column--right-item--subscribe form input[type=email]::-moz-placeholder {
  font-size: var(--fs-body-xxs);
}
.footer-top-column--right-item--subscribe form input[type=email]::placeholder {
  font-size: var(--fs-body-xxs);
}
.footer-top-column--right-item--subscribe form input[type=email]:focus {
  outline: 2px solid var(--clr-green);
  border: none;
}
.footer-top-column--right-item--subscribe form button[type=submit] {
  font-weight: var(--fw-bold) !important;
  border-width: 0.125rem;
}
.footer-top-column--right-item--contact > *:not(:last-child) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.footer-top-column--right-item--contact h3 {
  font-size: var(--fs-h6);
}
.footer-top-column--right-item--contact-method {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer-top-column--right-item--contact-method img {
  transition: filter 200ms ease-in-out;
  height: 1.25em;
  aspect-ratio: 1/1;
}
.footer-top-column--right-item--contact-method:hover img {
  filter: invert(1);
}
.footer-top-column--right-item--contact-socials {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer-top-column--right-item--contact-socials a img {
  width: 2rem;
}
.footer-bottom {
  background-color: var(--clr-black);
}
.footer-bottom-wrapper {
  max-width: 90rem;
  margin-inline: auto;
  padding-block: 1.5rem;
  padding-inline: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.footer-bottom-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 48rem) {
  .footer-bottom-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer-bottom-wrapper a,
.footer-bottom-wrapper p {
  letter-spacing: var(--ls-3);
  font-size: var(--fs-body-xxs);
}
.footer-bottom-wrapper ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-bottom-wrapper ul li {
  list-style: none;
}
.footer-top-column--middle a {
  position: relative;
  padding: 10px 0;
}
.footer-top-column--middle a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(to right, #ffeea6 20%, #0cc4a0);
}
.footer-top-column--middle a:after {
  content: "";
  display: inline-block;
  background: url(https://staging.codingtemple.com/wp-content/uploads/2023/07/gradient-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 0.9375rem;
}
.footer-top-column--left-subgrid {
  position: relative;
}



@media (max-width: 36rem) {
  .footer-top {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .footer-top-column--middle-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .home-hero .hero-image img {
    top: 53%;
  }
  .home-hero .hero-image {
    width: 120%;
  }
}

@media only screen and (max-width: 1200px) {
  .why-us-listing .codingtemple-logo {
    width: 160px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-hero {
    min-height: unset;
  }
  .compare-about-content .our-informations .our-logo {
    text-align: left;
  }
  .compare-about-content .our-informations .button {
    margin: unset;
  }
  .why-us-listing .codingtemple-logo {
    display: none;
  }
  .why-us-listing {
    padding: 60px 20px 80px;
  }
  .why-us-listing .why-us-content .why-us-2, .why-us-listing .why-us-content .why-us-5 {
    justify-content: center;
  }
  .why-us-listing .why-us-content .why-us-3, .why-us-listing .why-us-content .why-us-4 {
    justify-content: center;
  }
  .why-us-listing .why-us-content .with-hover p {
    font-size: 15px;
  }
  .why-us-listing .why-us-content {
    margin-top: 50px;
    grid-gap: 30px;
  }
  .why-us-listing .why-us-content .single-block {
    width: calc(50% - 15px);
    justify-content: center;
  }
  .home-hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-hero .hero-content p {
    font-size: 20px;
  }
  .home-hero .hero-content {
    width: 53%;
  }
  .home-hero:after {
    display: none;
  }
  .course-shortcode .ld_course_grid {
    width: calc(50% - 20px);
  }
  .global-our-guarantee {
    padding-bottom: 50px;
  }
  .compare-about-content .other-course-listing {
    width: 100%;
    grid-gap: 20px;
  }
  .compare-about-content .other-course-listing .single-block {
    width: calc(50% - 14px);
  }
  .compare-about-content .our-informations {
    width: 100%;
  }
  .about-us-section {
    padding: 70px 0;
  }
  .compare-about-content {
    margin-top: 0;
  }
  .compare-about-content .other-course-3, .compare-about-content .other-course-6 {
    margin-top: 0;
  }
  .calendly-section {
    padding: 70px 0 20px;
  }
  .calendly-section .calendly-top h2 {
    text-align: left;
  }
  .calendly-section .calendly-top ul {
    display: block;
    padding-left: 20px;
  }
  .calendly-section .calendly-block .calendly-inline-widget {
    height: 1200px !important;
  }
  .calendly-section .calendly-block iframe {
    height: 1200px !important;
  }
  .testimonials-section {
    padding: 70px 0 0;
  }
  .testimonials-section .testimonials-heading {
    width: 100%;
    padding-bottom: 40px;
  }
  .testimonials-section .testimonials-listing {
    width: 100%;
    overflow: hidden;
  }
  .home-hero .hero-image {
    width: 140%;
  }
}

@media only screen and (max-width: 767px) {
  .learndash-wrapper .ld-content-actions .ld-content-action {
    flex-basis: unset !important;
  }
  .home-hero .hero-image img.desktop-img {
    display: none;
  }
  .home-hero .hero-image img.mobile-img {
    display: block;
    margin: auto;
  }
  .home-hero {
    padding: 40px 15px 50px;
  }
  .testimonials-section .single-block {
    margin-bottom: 10px;
  }
  .testimonials-section .testimonials-listing {
    grid-gap: 12px;
  }
  .testimonials-section .flex-testimonial-left,
  .testimonials-section .flex-testimonial-right,
  .testimonials-section .flex-testimonial-mobile {
    width: calc(50% - 6px);
  }
  .testimonials-section .testimonials-listing {
    grid-gap: 12px;
  }
  .calendly-section .calendly-block .calendly-inline-widget {
    height: 1040px !important;
  }
  .calendly-section .calendly-block iframe {
    height: 1040px !important;
  }
  .calendly-section .calendly-top h2 {
    margin-bottom: 20px;
  }
  .calendly-section .calendly-block {
    margin-top: -50px;
  }
  .calendly-section .calendly-top {
    padding: 40px 30px 80px;
  }
  .compare-about-content .our-informations {
    padding: 25px;
  }
  .compare-about-content .other-course-listing .single-block {
    width: 100%;
    padding: 15px;
  }
  .about-us-section {
    padding: 50px 0;
  }
  .why-us-listing .single-block .why-us-subinner {
    padding: 30px;
  }
  .why-us-listing .why-us-content .single-block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .our-guarantee-content {
    padding: 20px;
  }
  .course-shortcode .ld_course_grid {
    width: 100%;
  }
  .global-courses {
    padding: 50px 0;
  }
  .home-hero .hero-content p {
    margin-bottom: 20px;
  }
  .home-hero .hero-content h1 {
    margin-bottom: 15px;
  }
  .home-hero .hero-image img {
    max-width: 200px;
  }
  .home-hero .wrapper {
    flex-direction: column-reverse;
  }
  .home-hero .hero-content {
    width: 100%;
    text-align: center;
  }
  .home-hero .hero-image {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: unset;
    transform: unset;
    text-align: center;
  }
  .home-hero .hero-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .testimonial-mobile {
    display: block;
  }
  .flex-testimonial-right.slick-slider .slick-list {
  	transform: none;
  }
  .flex-testimonial-right.slick-slider .slick-slide {
  	transform: none;
  }
  .testimonials-section .flex-testimonial-left,
  .testimonials-section .flex-testimonial-right {
    display: none;
  }
  .testimonials-section .flex-testimonial-mobile {
    width: 100%;
  }
}
