/*

Theme Name: Child Development
Theme URI: http://d3logics.com/
Author: D3logics Team
Author URI: http://d3logics.com/
Description: Child Development Theme developed by D3logics Team 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: child-development

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* ********** Adding custom fonts ********* */

/************ Ploni font **********/

@font-face {
  font-family: "Ploni";
  src: url("/wp-content/uploads/2024/12/Ploni-Medium-AAA.ttf")
    format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Ploni";
  src: url("/wp-content/uploads/2024/12/Ploni-Regular-AAA.ttf")
    format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Ploni";
  src: url("/wp-content/uploads/2024/12/Ploni-Ultralight-AAA.ttf")
    format("truetype");
  font-weight: 200; /* Ultralight */
  font-style: normal;
}

@font-face {
  font-family: "Ploni";
  src: url("/wp-content/uploads/2024/12/Ploni-Bold-AAA.ttf") format("truetype");
  font-weight: bold; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Ploni";
  src: url("/wp-content/uploads/2024/12/Ploni-Demibold-AAA.ttf")
    format("truetype");
  font-weight: 600; /* Demibold */
  font-style: normal;
}

/********************** Ploni font ***********************/
/********************** Anomalia font **********************/

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-medium-aaa.ttf")
    format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-regular-aaa.ttf")
    format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-ultrabold-aaa.ttf")
    format("truetype");
  font-weight: 800; /* Ultrabold */
  font-style: normal;
}

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-bold-aaa.ttf")
    format("truetype");
  font-weight: bold; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-demibold-aaa.ttf")
    format("truetype");
  font-weight: 600; /* Demibold */
  font-style: normal;
}

@font-face {
  font-family: "Anomalia";
  src: url("/wp-content/uploads/2024/12/anomalia-light-aaa.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100% !important;
  box-sizing: border-box;
  overflow-x: hidden; /* Prevent overflow caused by HTML */
}

body {
  margin: 0;
  direction: rtl;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    Segoe UI Symbol !important;
  overflow-x: hidden; /* Prevent horizontal overflow */
  width: 100%;
}
.bgcolor-purplle {
  background-color: #5388f0;
}
.bgcolor-white {
  background: #fff;
}

.video-container {
  max-width: 500px;
  margin: 0 auto;
}
/* Responsive video wrapper */
.responsive-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

/* ******************************* Adding fonts *************************** */

/* Paragraphs and anchor tags */
p,
a,
li {
  font-family: "Ploni", sans-serif !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anomalia"; /* Apply Anomalia for all headings */
}
p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ******************************* Adding fonts *************************** */

.responsive-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featuredImage {
  width: 100%;
}

.audioIcon {
  position: absolute;
  top: 35%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.audioIcon svg {
  background: #5388f0;
  height: 100px;
  width: 100px;
  padding: 20px;
  border-radius: 50%;
}

.audio-controls button {
  color: #fff;
}

.audio-player-container img {
  width: 100%;
}
.custom-audio-player {
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.custom-audio-player button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px;
}

.custom-audio-player button:hover {
  color: #ddd;
}

.custom-audio-player input[type="range"] {
  width: 100px;
  margin: 0 10px;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 5px;
  background: #fff; /* Default background color */
}

/* Webkit-based browsers (Safari, Chrome) */
.custom-audio-player input[type="range"]::-webkit-slider-runnable-track {
  background: #fff; /* Track color */
  height: 8px;
  border-radius: 5px;
}

.custom-audio-player input[type="range"]::-webkit-slider-thumb {
  background: #fff; /* Red color for the thumb */
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* Firefox */
.custom-audio-player input[type="range"]::-moz-range-track {
  background: #fff;
  height: 8px;
  border-radius: 5px;
}

.custom-audio-player input[type="range"]::-moz-range-thumb {
  background: #fff; /* Red color for the thumb */
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* IE and Edge */
.custom-audio-player input[type="range"]::-ms-track {
  background: #fff;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
  width: 100%;
  height: 8px;
}

.custom-audio-player input[type="range"]::-ms-thumb {
  background: #fff; /* Red color for the thumb */
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Focused state */
.custom-audio-player input[type="range"]:focus {
  outline: none;
}

/* Progress bar styling */
.custom-audio-player input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
}

.custom-audio-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/* Volume control, background color */
.custom-audio-player input[type="range"]::-webkit-slider-thumb {
  background: #fff; /* Red color for the thumb */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: -5px;
}

.custom-audio-player .mute-unmute {
  font-size: 18px;
}

.custom-audio-player .play-pause {
  font-size: 18px;
}

.custom-audio-player .audio-controls {
  background: #5388f0;
  color: #fff;
}

.custom-audio-player input#progressBar {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.custom-audio-player button.playpause {
  margin: 0 auto;
  width: 100%;
}

.custom-audio-player .timeco {
  text-align: left;
}
.featuredImage {
  position: relative;
}
.postContainer {
  max-width: 700px;
  margin: 60px auto;
}
.postContainer {
  max-width: 700px;
  margin: 60px auto;
}

.progressBarfull {
  margin-top: 20px;
}

.custom-audio-player .audio-controls {
  padding: 20px;
}

.featuredImage {
  position: relative;
}

.postlinks .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.postlinks .container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 30px;
  color: #fff;
  font-weight: bold;
}
span.icon {
  font-size: 30px;
}

.postlinks .container span.text span {
  display: block;
  font-weight: 400;
}

.postlinks .container span.text {
  font-weight: bold;
}

.postlinks {
  padding-top: 25px;
  padding-bottom: 25px;
}

.breadcrumb {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  margin: 0 !important;
}
.breadcrumb ul {
  display: flex;
  gap: 10px;
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb ul svg {
  width: 12px;
}
.postSimilarContainer {
  background: #ecf2fd;
}
.postSimilar {
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
}
.similar-posts .col-md-4 {
  width: 100%;
}
.blue-page-cards .postexcp p {
  position: relative;
  top: -8px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* Search css */

/* .search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    margin: 20px 0;
} */

.search-results-grid {
  display: block;
  margin: 20px 50px;
}

.search-results-grid .course-main-grid .course-card {
  border: 1px solid #fc8b8b;
  cursor: pointer;
}

.search-results-grid .knowledge_center_section_one .blue-badge,
.search-results-grid .knowledge_center_section_one .blue-card-md a {
  display: none;
}

/* .search-results-grid .col-md-4,.search-results-grid .col-md-3, .search-results-grid .therapists_main_section .col-md-3  {
	width: 33.33% !important;
} */
.homesearch .search-results-grid .post-type-section .col-md-3,
.search-results-grid .col-md-4 {
  padding: 0 0 0 7px !important;
}
.search-results-grid h2.post-type-title {
  padding: 13px 0 8px 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.search-results-grid .post-type-section .row {
  margin: 0;
}

.search-results-grid .col-md-4.slider-home,
.search-results-grid .therapists_main_section .col-md-3,
.search-results-grid .therapists_centers_cards .col-md-3,
.search-results-grid .knowledge_center_section_one .col-md-4 {
  width: 100% !important;
  margin: 8px 0;
}
.search-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media (max-width: 768px) {
  .search-results-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 480px) {
  .search-results-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}

.site-search {
  background-color: black;
  padding: 200px 80px 60px 80px;
}

.site-search h1.page-title {
  color: #d069f4;
}

.search-item {
  border: 1px solid #ddd; /* Optional: Add a border to the item */
  border-radius: 0px; /* Rounded corners for the card */
  padding: 15px; /* Padding inside each card */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  background-color: #fff; /* Background color for the card */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effect */
}

.search-item:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.entry-title {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.5rem; /* Title font size */
  font-weight: bold; /* Bold text for the title */
  color: #333; /* Dark color for the title */
  margin-bottom: 10px; /* Space below the title */
}

.entry-title a {
  text-decoration: none;
  color: black;
  font-family: "Ploni", sans-serif; /* Fallback to sans-serif if Ploni isn't available */
  font-weight: 400; /* Regular */
}

.entry-summary {
  font-family: "Ploni", sans-serif; /* Fallback to sans-serif if Ploni isn't available */
  font-weight: 400; /* Regular */
  font-size: 1rem; /* Excerpt font size */
  color: #666; /* Lighter color for the excerpt */
  line-height: 1.5; /* Spacing between lines */
  margin-top: 10px; /* Space above the excerpt */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 768px) {
  .site-search {
    background-color: black;
    padding: 80px 10px;
  }
}

/*  registration_form  */

.registration_form .tabs div:hover,
.tabs div.active {
  background-color: transparent !important;
  color: black !important;
  margin: 0px 10px;
  border-color: transparent !important;
  border-bottom: 2px solid #d069f4 !important;
}

.registration_form .tab-container {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  padding: 0 0 50px 0;
}

.registration_form .title h2 {
  font-size: 20px;
  font-family: "Anomalia", sans-serif;
  font-weight: bold; /* Bold */
  line-height: 22px;
  text-align: right;
  margin: 5px;
}

.registration_form .tabs h3 {
  color: #d069f4;
  font-weight: bold;
  font-size: 40px;
  font-family: "Anomalia", sans-serif;

  line-height: 42.88px;
  padding-left: 87px;
}
.registration_form .tabs {
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;

  padding: 10px 0;
}
.registration_form .tabs div {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0 !important;
  border: 2px solid transparent;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  margin: 0px 10px;
}
.row.title .col,
.row.title .col-3 {
  background-color: #f1f1f1;
  padding: 15px;
  margin: 0px 5px 0px 0px;
}

.row.title .col-3 {
  border-bottom: 1px solid #d069f4;
}
.registration_form .col.enrollment h4 {
  border-bottom: 1px solid #d069f4;
  margin: 10px 4px 0px 0px;
}
.registration_form .tab-content {
  display: none;
  margin-top: 20px;
}
.registration_form .tab-content.active {
  display: block;
  direction: ltr;
}
.registration_form .row-title {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.registration_form .col-3 {
  border-bottom: 1px solid #d069f4;
}
.registration_form .col-3.type {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  font-family: "Anomalia";
  /*     line-height: 22px; */
}

.registration_form .col-3.type p {
  padding: 5px 0px 0px 45px;
  margin: 0;
}

.registration_form .row {
  display: flex;
  margin-bottom: 10px;
  padding: 20px 0px;
  justify-content: space-evenly;
}
.registration_form .col {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid #d069f4;
  padding: 40px 15px 0px 15px;
  flex: 1;
  margin: 0 5px;
  direction: rtl;
  text-align: right;
  border-radius: 0px;
  background-color: #fff;
}

.registration_form .prices {
  text-align: right;
}
.registration_form .prices h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 42.88px;
  color: #d069f4;
}

.registration_form .col.enrollment .row {
  padding: 0px 0;
  margin: -5px;
}
.registration_form .price-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  background-color: #f1f1f1;
  padding: 18px 20px;
  border-bottom: 1px solid #d069f4;
}

.registration_form .col-2.price-heading {
  margin-right: -13px;
}
.prices .prices-content {
  border-bottom: 1px solid #d069f4;
  padding: 15px;
}
.prices-content-hotel {
  font-weight: bold;
}
.registration_form .col-2.prices-content {
  margin-right: -12px;
}

.registration_form .enrollment h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: "Anomalia";
  line-height: 42.88px;
  color: #d069f4;
  text-align: center;
  padding-bottom: 20px;
}

.registration_form .col-4.enroll_title h3 {
  text-align: right; /* Align the <h3> content to the right */
}
/* rahul css */
.registration_form {
  font-family: "Ploni";
}
.registration_form .text-white {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 32.16px;
}
.registration_form .lead {
  font-size: 20px !important;
  color: #202020;
  line-height: 0;
  padding: 50px 0 20px 0;
  margin: 0 !important;
}
.registration_form .tabs div {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.registration_form .tabs h3 {
  font-size: 40px;
  font-family: "Anomalia";
  font-weight: bold;
  line-height: 32px;
}
.registration_form .prices .prices-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.registration_form .col .col-4 h3 {
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 400;

  /*     line-height: 28px; */
}
.registration_form .enrollment p {
  text-align: center;
}
.registration_form .col.enrollment {
  background: #f1f1f1 !important;
  padding: 20px 50px 1px 50px;
}
.registration_form .col-4.enroll_title {
  background: #fff;
  padding: 16px 0px;
  width: 24% !important;
  font-family: "Ploni";
}
.registration_form .col-4.enroll_title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 3px;
}
.registration_form .col-8.enroll_title {
  background: #fff;
  padding: 16px 16px;
  width: 74% !important;
  align-items: center;
  display: flex;
  gap: 10px;
}
.registration_form .col-4.enroll_title_new {
  padding: 16px 0px;
  width: 24% !important;
}
.registration_form .col-8.enroll_title_new {
  padding: 16px 16px;
  width: 74% !important;
  align-items: center;
  display: flex;
  gap: 10px;
}

.registration_form .enroll_head {
  padding: 7px;
}
.registration_form .enroll_head_new {
  padding: 0px 5px 10px 6px;
}
/* rahul css end */
/* ************************** Dushyant CSS ******************** */

.newsletter-form {
  display: flex;
  width: 100%;
  padding: 0 1px 10px 1px;
  margin: 0;
  justify-content: space-between;
}

.coupon-code {
  background-color: transparent;
  flex: 1;
  margin: 0px 0px 0px 15px;

  padding: 10px;
  border-bottom: 1px solid #d069f4;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
}

.newsletter-button {
  padding: 10px 20px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

button.newsletter-button {
  background-color: #fcfcfc;
  width: 31%;
  color: black;
  border: 1px solid #d069f4;
  border-radius: 0;
  padding: 15px;
  text-align: right;
}

.col.enrollment {
  border: none;
}

.register-button {
  background-color: #d069f4;
  color: white;
  width: 400px;
  padding: 15px;
  border: none;
  border-radius: 0px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.register-button:hover {
  background-color: #a557d1;
}

.registration_form .col.enrollment .items {
  width: 20px;
  height: 20px;
  border: 2px solid #d069f4;
  border-radius: 50px;
  appearance: none;
  background-color: white;
  position: relative;
  margin: -4px 0;
  position: relative;
}

.registration_form .col.enrollment .items:checked {
  background-color: #d069f4;
  border-radius: 50px;
  margin: -4px 0;
}

.registration_form .col.enrollment .items:checked::before {
  content: "✓";
  position: absolute;
  top: -5px;
  left: 3px;
  color: white;
  font-size: 16px;
}
.rgr-btn {
  padding: 20px 0px;
}

.newli {
  display: flex;
  justify-content: center;
}

.signup_page input#input_11_6_3 {
  font-weight: 500;
  font-size: 18px;
  color: #7c7c7c;
  padding: 0;
}
.signup_page .gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
  inline-size: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #7c7c7c;
  padding: 0;
}

.About_sixth_section .gform-theme--foundation .gfield textarea.small {
  min-block-size: 6rem;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  color: #7c7c7c;
}
.signup_page input#input_11_10 {
  padding: 0px;
}
.signup_page textarea#input_11_13 {
  border: 1px solid #fcd369 !important;
  font-weight: 500;
  font-size: 18px;
  color: #7c7c7c;
}

.signup_page input#input_11_4 {
  font-weight: 500;
  font-size: 18px;
  color: #7c7c7c;
  padding: 0;
}

.signup_page label#label_11_18_1,
.signup_page label#label_11_18_2 {
  font-size: 16px !important;
}
.coupon-code:focus {
  outline: none;
}

/**********************************************  Mobile *********************************************/

@media (max-width: 767px) {
  .homesearch p.result-count-container {
    font-size: 20px;
    font-weight: 700;
  }

  .search-results-grid {
    display: block;
    margin: 10px;
    text-align: center;
  }

  .site-search.homesearch h1.page-title {
    color: black;
    font-size: 40px !important;
    font-weight: 700;
  }
  .homesearch .search-results-grid .post-type-section .col-md-3,
  .search-results-grid .col-md-4 {
    padding: 0 !important;
  }
  .lesson-content .d-flex.justify-content-start.align-items-center {
    display: block !important;
  }
  .container.lessons-container .breadcrumb {
    position: relative;
    right: -15% !important;
    left: 0 !important;
    margin: 0 !important;
    top: -6px !important;
    padding: 10px 0 !important;
  }

  .lessons-container .lesson-content {
    background: #fc8b8b;
    padding: 17px;
    display: flex;
    flex-direction: row-reverse;
  }

  .lesson-content h3 {
    font-size: 20px;
    font-family: "Ploni", sans-serif;
    font-weight: 400;
    margin: 0;
  }
  .lesson-bg-lightred {
    padding: 0 50px;
  }
  .sources-link-description {
    padding: 20px 20px;
  }
  .lesson-content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }

  .registration_form .text-white {
    font-size: 24px !important;
    line-height: 28px;
  }

  .registration_form .lead {
    font-size: 18px !important;
    padding: 15px 0;
  }

  .registration_form .tabs div {
    font-size: 19px;
    z-index: 999;
  }

  .registration_form .prices .prices-content {
    font-size: 18px;
    line-height: 24px;
    width: 50%;
  }

  .registration_form .col .col-4 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  .registration_form label {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
  }
  .registration_form .enrollment p {
    font-size: 16px;
    text-align: center;
  }

  .registration_form .col.enrollment {
    padding: 2px;
    margin: 0;
  }

  .registration_form .col-4.enroll_title {
    padding: 12px;
    width: 40% !important;
  }
  #modal-content {
    width: 90% !important;
  }
  .registration_form .col-8.enroll_title {
    padding: 12px;
    width: 60% !important;
    display: flex;
    align-items: center;
  }

  .registration_form .col-4.enroll_title_new {
    width: 40% !important;
    padding: 12px;
    width: 90%;
  }
  .registration_form .col-8.enroll_title_new {
    width: 60% !important;
    display: flex;
    align-items: center;
  }

  .newsletter-form {
    flex-direction: column;
    padding: 0 10px;
  }

  .coupon-code {
    margin-bottom: 10px;
  }

  .newsletter-button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
  }

  .register-button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }

  .register-button:hover {
    background-color: #a557d1;
  }

  .registration_form .col.enrollment .items {
    width: 18px;
    height: 15px;
  }

  .login_page span.um-field-checkbox-option,
  .register_page span.um-field-checkbox-option {
    font-size: 11px;
  }

  .newli {
    flex-direction: column;
  }

  .registration_form .tabs {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
  }
  /*  .registration_form .tabs h3 {
        padding-top: 20px;
        position: absolute;
        top: 3%;
        font-size: 26px;
        bottom: 0;
        font-weight: bold;
        left: 13%;
    } */
  .registration_form {
    position: relative;
  }

  .registration_form p.lead.mb-4 {
    font-weight: 400;
    text-align: right;
    padding: 20px;
    display: none;
  }

  .registration_form .prices h2 {
    text-align: center;
    font-size: 33px;
  }
  .registration_form .enrollment h2 {
    font-size: 33px;
  }

  button.newsletter-button {
    width: 100%;
    padding: 14px;
    text-align: center;
  }
  .rgr-btn {
    padding: 20px 10px;
  }

  .coupon-code {
    margin: 10px 0;
  }

  .registration_form .row {
    padding: 0px 20px !important;
  }

  .registration_form .col.enrollment .items:checked::before {
    content: "✓";
    position: absolute;
    top: -7px;
    left: 0px;
    color: white;
    font-size: 16px;
  }
  .registration_form .col.enrollment h4 {
    border-bottom: 1px solid #d069f4;
    margin: 0px;
  }

  .registration_form .title h2 {
    font-size: 18px;
  }

  .membership_page .boxContent p,
  .signup_page .boxContent p {
    text-align: right;
    padding: 10px;
  }
  .signup_page label#label_11_18_1,
  .signup_page label#label_11_18_2 {
    font-size: 12px !important;
  }

  .row.title .col-3 {
    border-bottom: 1px solid #d069f4;
    width: 30%;
  }

  .registration_form .col-3.type {
    width: 32%;
    font-size: 16px;
    align-self: end;
  }

  .registration_form .price-heading {
    width: 50%;
  }
  .registration_form .col-2.price-heading {
    width: 50%;
  }

  .registration_form .col-8.enroll_title_new {
    padding-right: 11px;
  }

  .registration_form .enroll_head_new {
    padding: 0 0 10px 0;
  }
  .registration_form .enroll_head {
    padding: 0 0 10px 0;
  }

  .registration_form .col-3.type p {
    padding: 7px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .login_page .container.text-center.content-optimized.alignCenter,
  .register_page .container.text-center.content-optimized.alignCenter {
    width: 90% !important;
  }
}
.site-search.homesearch {
  background: white;
  padding: 0;
}

.search-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  height: 267px;
  text-align: center;
}

/* .homesearch .page-title span {
    font-size: 24px;
} */

.homesearch p.result-count-container {
  font-size: 24px;
  font-weight: 700;
}
h2.search-result-title a {
  color: black;
}

.site-search.homesearch h1.page-title {
  color: black;
  font-size: 92px;
  font-weight: 700;
}

.error-404 h1.page-title {
  color: #fff;
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*******************************  Login and Signup form *******************************/

.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto !important; /* Prevents body scrolling */
}
.popup-content {
  position: relative;
  margin: 1.5% auto;
  padding: 20px;
  background: #fff;
  width: 90%;
  max-width: 500px;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  overflow-y: auto !important;
  /* 	border: 1px solid #D069F4; */
  box-sizing: border-box;
}
.popup-close {
  position: absolute;
  top: 1%;

  right: 92%;
  font-size: 30px;
  cursor: pointer;
  color: black;
}

body.popup-active {
  overflow: hidden !important; /* Prevents background scrolling when the popup is open */
}

.login_page .um .um-field-label,
.register_page .um .um-field-label {
  text-align: right;
  color: black;
  padding: 0;
  margin: 0;
}

.login_page div.uimob340 .um-field-half,
.register_page .um-field-half {
  padding: 0 !important;
  margin: 0 !important;
}

.login_page .um-field,
.register_page .um-field {
  position: relative;
  padding: 10px 0 0 0;
}

.login_page .um .um-field-label label {
  font-weight: bold;
}
.login_page h2,
.register_page h2 {
  font-weight: bold;
  color: black;
  margin: 0;
}

.login_page .container.text-center.content-optimized.alignCenter,
.register_page .container.text-center.content-optimized.alignCenter {
  background: white;
  margin: 20px auto;
  border: 1px solid #d069f4;
  padding: 25px 25px;
  width: 28%;
}

.register_page p,
.login_page p {
  color: black !important;
}
.register_page p a,
.login_page p a {
  color: rgb(13 110 253) !important;
  text-decoration: underline !important;
}
.login_page input#um-submit-btn,
.register_page input#um-submit-btn {
  border: 1px solid #d069f4;
  border-radius: 0px !important;
  background: #d069f4;
  color: black;
  font-size: 20px;
  font-weight: bold !important;
  width: 100% !important;
}

.login_page .um span.um-req,
.register_page span.um-req {
  color: red !important;
  margin-right: 5px;
}

#user_login-1852,
.login_page input#username-1853,
.login_page input#user_password-1853,
.register_page input#first_name-1852,
.register_page input#last_name-1852,
.register_page input#phone-1852,
.register_page input#user_email-1852,
.register_page input#user_password-1852,
.register_page input#confirm_user_password-1852 {
  font-weight: 400;
  border-bottom: 1px solid #d069f4 !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-radius: 0;
  color: #7c7c7c;
  padding: 0 !important;
  text-align: right;
}

.login_page span.um-field-checkbox-option,
.register_page span.um-field-checkbox-option {
  color: #202020 !important;
  margin: 0 20px;
  padding: 0;
}

.login_page div#um_field_1853_agreement_5 {
  padding: 0;
  margin: 0;
}

.login_page .um-col-alt {
  margin: 0px 0 5px 0 !important;
}

.login_page i.um-icon-android-checkbox-outline,
.login_page i.um-icon-android-checkbox-outline-blank,
.register_page i.um-icon-android-checkbox-outline-blank {
  color: black !important;
  font-size: 20px;
}

.login_page i.um-icon-android-checkbox-outline-blank::before,
.register_page i.um-icon-android-checkbox-outline-blank::before {
  font-size: 17px;
}

.login_page .um-col-alt-b {
  padding-top: 20px;
  direction: ltr;
}

.login_page .um-col-alt-b a {
  color: #202020 !important;
}

.login_page .content-block-login,
.register_page .content-block-login {
  border: 1px solid #d069f4;
  margin: 0px !important;
  padding: 15px;
}
.login_page .btn.option14,
.register_page .btn.option14 {
  width: 100%;
  border: 1px solid #d069f4;
  background: #f7edfc;
  margin: 0px;
  color: black;
  padding: 12px;
}
.login_page p.content-description {
  font-size: 24px;
  padding: 0 50px;
  line-height: 28px;
}

.login_page .cta-width {
  position: relative;
  display: flex;
  justify-content: center;
}

.register_page p.content-description {
  font-size: 24px;
  padding: 0 50px;
  line-height: 28px;
}

.login_page .um-clear:empty {
  display: none !important;
}

.login_page .um-row._um_row_1,
.register_page .um-row._um_row_1 {
  margin: 0 0 15px 0 !important;
}

.register_page div#um_field_1852_agreementmail_8 {
  margin: 0;
  padding: 0;
}

.register_page .um-1852.um,
.login_page .um-1852.um {
  max-width: 550px;
}

i.um-icon-android-checkbox-outline,
i.um-icon-android-checkbox-outline {
  color: black !important;
  font-size: 17px !important;
}

/* .login_page .um-col-alt-b {
    display: none;
} */

.login_page .um-col-alt-b {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.um-field-checkbox-state,
.um-field-radio-state {
  position: absolute;
  top: 0;
  left: 1px;

  right: -11px;
  width: 24px;
  height: 24px;
}

/****************************************************** Courses ***********************************************/

.course-uppart h1 {
  font-size: 90px;
  font-weight: 700;
}

.course-uppart p {
  font-size: 24px;
}

.courses_page p.lead.mb-4 {
  font-weight: 400;
  margin-bottom: 20px !important;
}
.course-main-grid .text-black {
  font-size: 92px;
  font-weight: 700;
}

/*  ************************* Donation thanks ***************************** */
.donation-thanks .text-black {
  text-align: right;
  padding: 0 0 20px 0;
}

.donation-thanks .boxContent .donationtes {
  padding: 0 0 0 38%;
}

@media screen and (max-width: 768px) {
  .donation-thanks .boxContent .donationtes {
    padding: 0;
  }

  .course-main-grid .course-title {
    text-align: right;
    background: #fc8b8b;
    color: white;
  }

  .single-course-btn {
    text-align: center;
    padding: 12px;
    background: white;
  }

  .course-uppart h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }
  .course-uppart p {
    font-size: 18px;
    margin: 0;
    text-align: center;
    padding: 0 14px;
  }

  .course-main-grid .filterContiner.row {
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .course-main-grid .col-md-6 {
    flex: none;
    width: 100%;
    text-align: right !important;
    margin: 0 0 14px 0 !important;
  }

  .course-main-grid label {
    padding: 6px 7px;
    margin: 5px;
  }

  .course-main-grid .posts-containerwraper {
    padding: 0px 0px;
  }

  .course-main-grid input {
    width: 96%;
    margin: 5px;
  }

  .course-uppart .btn.option11 {
    text-align: center;
    color: black;
    background-color: #fff0f0;
    padding: 15px 50px !important;
    width: 100% !important;
    border: 1px solid #fc8b8b;
    font-size: 20px;
  }
}

/*  ************************* Donation thanks ***************************** */

.donation-thanks .text-black {
  text-align: right;
  padding: 0 0 20px 0;
}

.donation-thanks .boxContent .donationtes {
  padding: 0 0 0 38%;
}

@media screen and (max-width: 768px) {
  .donation-thanks .boxContent .donationtes {
    padding: 0;
  }

  .course-main-grid .course-title {
    text-align: right;
    background: #fc8b8b;
    color: white;
  }

  .single-course-btn {
    text-align: center;
    padding: 12px;
    background: white;
  }
}

/* ********************* Courses Recorded ***************** */

.courses-container h2 {
  color: black;
  font-size: 16px;
  font-family: "Ploni", sans-serif;
  padding: 0;
  font-weight: 400;
  margin: 0;
}
.courses-container .bg-custom {
  background-color: #fff0f0;
  margin: 14px 0;
}

.courses-container .img-fluid {
  width: 100% !important;
}
.text-center-course img {
  width: 23px;
  object-fit: contain;
}
.text-center-course p {
  margin: 0 10px;
  padding: 0;
}

.border-course {
  padding: 10px 0;
  border-bottom: 1px solid #fc8b8b;
  flex-direction: row-reverse;
}
.text-center-course {
  display: flex;
  align-items: center;
}

.course-content {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Ploni", sans-serif;
}

.bgcolor-lightred {
  padding: 0 30px 100px 30px;
  background: #fc8b8b;
}

.therapists_main_section .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 8px;
  margin: 0;
}

.bg-custom img {
  width: 3%;
  margin: 0 0 0 10px;
}
.change-col {
  background-color: white;
}

.sidebar-content {
  background-color: #fff0f0;
}

.col-lg-9.col-md-8.change-col {
  padding: 90px;
}

.course-btn {
  text-align: center;
}

.course-staff {
  background: #fff0f0;
  padding: 18px;
  margin: 10px 0;
}
.course-staff h2 {
  font-family: "Ploni", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 0;
}

.course-staff p {
  font-weight: 400;
  font-size: 18px;
}
.course-content p a {
  color: #5388f0;
}

.sources-link-description .source-item a {
  font-size: 20px;
  color: #202020;
  font-family: "Ploni", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.few-words-about-link {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
}

.col-lg-3.col-md-4.courses-sidebar {
  padding: 0;
}

.courses-sidebar .course td {
  font-family: "Ploni", sans-serif;
  background-color: #fff0f0 !important;
  padding: 15px 0;
  font-size: 16px;
}

.courses-sidebar tr {
  border-bottom: 1px solid #fc8b8b;
}

.courses-container .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 55px 15px 55px;
}

.courses-container .col-lg-9,
.courses-container .col-lg-3 {
  display: flex;
  flex-direction: column;
}

.courses-sidebar {
  background-color: #fff0f0; /* Optional background */
  min-height: 100%;
}

.change-col {
  background-color: #fff; /* Optional background */
}

.main-course-card .card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  margin: 0 0 35px 0;
}

.main-course-card h2 {
  padding: 20px 0;
  color: #fc8b8b;
  font-weight: bold;
  font-size: 30px;
}

.course-sidebar.card.mb-3 {
  border: 1px solid #fc8b8b;
  border-radius: 0;
  background: transparent;
}

.course-sidebar p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 10px;
}

.course-sidebar p a {
  color: #5388f0;
}
.main-course-card .card-title {
  background: white;
  padding: 15px;
}
.main-course-card .card-title h3 {
  font-family: "Ploni", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: black;
}

.main-course-card .text-center .course-btn {
  width: 100%;
  margin: 0;
  background: transparent;
  color: black;
  border-top: 1px solid #fc8b8b;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.text-center .course-btn:hover {
  background-color: transparent;
  color: black;
  border-top: 1px solid #fc8b8b;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.sidebar-content .image-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%; /* Adjust the width as needed */
  margin: 0 auto;
}
.sidebar-content .image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  background: white;
  padding: 25px;
}

.main-img-container h2 {
  padding: 20px 0;
  color: #fc8b8b;
  font-weight: 700;
  font-size: 30px;
}

.sidebar-content h3 {
  padding: 20px 0;
  color: #fc8b8b;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
}

.course-sidebar:hover {
  cursor: pointer;
}
.course-sidebar:hover .card-title {
  background: #fc8b8b;
  padding: 15px;
  transition: all 0.3s ease;
}

.course-sidebar:hover .card-title h3 {
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .col-lg-9.col-md-8.change-col {
    padding: 20px 0 10px 0;
  }
  .col-lg-3.col-md-4.courses-sidebar {
    padding: 10px;
  }

  .bg-custom img {
    width: 8%;
    margin: 0 0 0 10px;
  }

  .course-btn .btn.option11 {
    padding: 16px 50px;
    width: 100%;
    margin: 0;
  }

  .bgcolor-lightred {
    padding: 0 50px 10px 50px;
    background: #fc8b8b;
  }

  .newsletter-container form#gform_1 {
    max-width: 100%;
    width: 100%;
  }

  .courses-container .row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }

  .bgcolor-lightred .breadcrumb {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }
}

/*************************** Lesson css **********************/

.lesson-bg-lightred {
  background-color: #fff0f0;
}

.lessons-container .lessons-sidebar {
  padding: 0;
}

.lesson-bg-lightred .breadcrumb ul li a {
  color: black;
  font-weight: bold;
  font-family: "Ploni", sans-serif;
  text-decoration: none;
  margin: 0 5px;
}

.lesson-bg-lightred .breadcrumb ul svg path {
  fill: black;
}

.lessons-container .lesson-content {
  background: #fc8b8b;
  padding: 10px 45px;
}

.breadcrumb-nav span,
.breadcrumb-nav button {
  font-size: 14px;
  padding: 10px;
}

.lessons-container .video-section {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.lessons-container .video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

button.btn.option11.lesson-btn {
  font-size: 20px;
  border-radius: 0;
  padding: 12px 50px;
}

.container.lessons-container {
  padding: 50px 100px 70px 100px;
}

.change-col-lesson .breadcrumb-nav a {
  color: #afafaf;
  text-decoration: none;
}

.change-col-lesson .breadcrumb-next a {
  color: #fc8b8b;
  text-decoration: none;
}
.col-lg-9.col-md-8.change-col-lesson {
  padding: 0;
  margin: 0 0 0 0;
}
.main-lesson {
  margin: 0 0 0 80px;
  background: white;
}

.lesson-handle {
  padding: 40px;
}

.sidebar-content-lesson h3 {
  text-align: center;
  color: #fc8b8b;
}

.sidebar-title h3 {
  font-weight: 700;
  font-size: 30px;
}

.sidebar-title {
  background: white;
  padding: 30px 0;
  border-bottom: 1px solid #fc8b8b;
}

.last-activity {
  background: white;
  text-align: center;
  padding: 10px;
  direction: ltr;
  border-bottom: 1px solid #fc8b8b;
}
.last-activity p {
  margin: 0;
  padding: 0;
}

.progress-bar-container {
  position: relative;
  background: white;
  height: 35px;
  width: 100%;
}

.progress-bar {
  width: 50%;
  background-color: #fc8b8b !important;
  height: 100%;
  border-radius: 0;
}

.progress-text {
  position: absolute;
  top: 50%;
  font-family: "Ploni", sans-serif;
  left: 35%;
  transform: translate(-50%, -50%);
  color: black;
}

.completion-bar {
  border-bottom: 1px solid #fc8b8b;
}
.custom-accordion-section {
  border-top: 1px solid #fc8b8b;
  border-bottom: 1px solid #fc8b8b;
  border-right: 1px solid #fc8b8b;
  border-left: 1px solid #fc8b8b;
  padding: 0;
  margin: 10px;
}

.accor-title h6 {
  padding: 0;
  font-size: 16px;
  font-family: "Ploni", sans-serif;
  font-weight: 400;
  margin: 0;
}

.chk_text {
  font-size: 16px;
  font-family: "Ploni", sans-serif;
  font-weight: 400;
}

.accor-title span {
  font-weight: 700;
  font-family: "Ploni", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 0 0 20px;
  overflow: hidden;
}

.custom-accordion-item {
  padding: 10px 0 0 0;
  background: white;
}

.custom-accordion-body {
  border: 1px solid #fc8b8b;
  display: none;
  margin: 10px;
  padding: 0;
}
.custom-accordion-body label {
  padding: 18px;
  align-items: center;
  display: flex;
}
.custom-accordion-header {
  /* border-bottom: 1px solid #FC8B8B; */
  padding: 0 10px 10px 10px;
}

.accordion-header::before,
.accordion-header::after {
  display: none;
}

/* Hide the default checkbox */
.styled-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fc8b8b;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
}
.styled-checkbox {
  margin: 0 0 0 9px;
}
.styled-checkbox:checked {
  background-color: #fc8b8b;
  border-color: #fc8b8b;
  margin: 0 0 0 9px;
}

.styled-checkbox:checked::after {
  content: "\2713";
  position: absolute;
  top: -1px;
  left: 4px;
  font-size: 12px;
  color: white;
}

.change-col-lesson .breadcrumb-nav span,
.change-col-lesson .breadcrumb-nav button {
  font-size: 20px;
  padding: 10px;
  font-family: "Ploni", sans-serif;
}

.lesson-content-line h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Ploni", sans-serif;
}

.breadcrumb-prev {
  color: #fc8b8b;
}
.breadcrumb-next {
  color: #afafaf;
}

.breadcrumb-next img {
  margin: 0 5px;
  filter: invert(15%) sepia(50%) saturate(450%) hue-rotate(360deg)
    brightness(98%) contrast(95%);
}
.breadcrumb-prev img {
  filter: invert(80%) sepia(100%) saturate(0%) brightness(100%) contrast(100%)
    grayscale(100%);
}

.change-col-lesson .breadcrumb-prev img,
.change-col-lesson .breadcrumb-next img {
  width: 15%;
  margin: 0 8px 0 8px;
}

.lesson-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.lesson-content h3 {
  font-size: 20px;
  font-family: "Ploni", sans-serif;
  font-weight: 400;
  margin: 0 15px 7px 0;
}

.lesson-content .pagination h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Ploni", sans-serif;
}

@media (max-width: 768px) {
  .container.lessons-container {
    padding: 15px;
  }

  .main-lesson {
    margin: 0;
  }

  .container.lessons-container .row {
    flex-direction: column-reverse;
  }

  .lesson-handle {
    padding: 5px;
  }
}

.container.lessons-container .breadcrumb {
  position: relative;
  right: -4%;
  left: 0;
  top: 11px;
}

.bgcolor-lightred .breadcrumb {
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
}

.change-col h4 {
  font-size: 30px;
  font-weight: 700;
}

section.banner-section.relative.text-black.bgcolor-red.h-auto.course-main-grid {
  padding: 0 6%;
}

.sources-link-description {
  padding: 20px 0;
}

.lesson-pdf .downloadPdf {
  border: 1px solid #fc8b8b;
  padding: 12px 0px 11px 0px;
}

.lesson-pdf span.documentIcon {
  background-color: #fff0f0;
}

.lessons-container .llms-lesson-button-wrapper {
  width: 50%;
  display: block;
  clear: both;
  text-align: center;
}

.lessons-container .llms-form-field {
  float: right;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.lessons-container .llms-progress .llms-progress-bar {
  background-color: white;
  position: relative;
  height: 2.2em;
  top: 0.3em;
  width: 100%;
  border-bottom: 1px solid #fc8b8b;
}

.lessons-container .llms-progress .progress-bar-complete {
  background-color: #fc8b8b;
  height: 100%;
}

.lessons-container .progress__indicator {
  float: left;
  position: absolute;
  text-align: left;
  font-family: "Ploni", sans-serif;
  height: 1em;
  top: 88%;
  left: 40%;
  z-index: 100;
  bottom: 0;
  line-height: 1em;
  margin-right: 5px;
  white-space: nowrap;
}

.lessons-container .llms-progress {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  height: 1em;
  width: 100%;
  margin: -5px 0;
}

.lessons-container .llms-course-progress {
  margin: 0 0 2.5rem 0;
  max-width: 480px;
  text-align: center;
}

.custom-accordion-header.d-flex.justify-content-between.align-items-center {
  position: relative;
}

span.custom-accordion-toggle-icon {
  width: 6%;
  position: absolute;
  left: 4%;
}

/* Single lesson gallery images */

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.gallery-caption {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.lesson-body p {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}

.current-section-title h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Ploni", sans-serif;
}

.custom-accordion-section .title_section span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 0 0 37px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  font-family: "Ploni", sans-serif;
}

.title_section h6 {
  font-family: "Ploni", sans-serif;
  font-weight: 400;
  margin: 0;
}

.btn.course-btn:focus {
  background: #fff0f0;
}

.sidebar-content-lesson {
  border: 1px solid #fc8b8b;
}

.slieesc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
}

.FullwithSlider_three_Col .slieesc {
  margin: 0 0 20px 0;
}

.regis {
  margin: 50px 0;
}
/* Audio Player Direction Fix */
.audio-player-container .progressbar,
.audio-player-container #volumeControl {
  direction: ltr;
}
/* Audio icon glow effect when playing */
.audioIcon.playing {
  filter: drop-shadow(0 0 10px rgba(252, 252, 252, 0.7));
}

.breadcrumb-back-to-course img {
  margin: 0 8px 0 8px;
  width: 15%;
}
