@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jomolhari&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-0 {
  border-radius: 0px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.display-3xl {
  font-size: 52px !important;
}

.display-2xl {
  font-size: 46px !important;
}

.display-xl {
  font-size: 42px !important;
}

.title-xxl {
  font-size: 36px !important;
}

.title-xl {
  font-size: 32px !important;
}

.title-lg {
  font-size: 24px !important;
}

.title-md {
  font-size: 22px !important;
}

.title-sm {
  font-size: 20px !important;
}

.title-xs {
  font-size: 18px !important;
}

.text-base {
  font-size: 16px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black-400 {
  color: #495057;
}

.bg-black-400 {
  background-color: #495057;
}

.text-black-600 {
  color: #343a40;
}

.bg-black-600 {
  background-color: #343a40;
}

.text-black-800 {
  color: #212529;
}

.bg-black-800 {
  background-color: #212529;
}

.text-darkblue-800 {
  color: #0054c0;
}

.bg-darkblue-800 {
  background-color: #0054c0;
}

.text-gray-200 {
  color: #dddddd;
}

.bg-gray-200 {
  background-color: #dddddd;
}

.text-gray-400 {
  color: #e2e2e2;
}

.bg-gray-400 {
  background-color: #e2e2e2;
}

.text-gray-600 {
  color: #6c757d;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.text-yellow-400 {
  color: #dbbd20;
}

.bg-yellow-400 {
  background-color: #dbbd20;
}

.text-yellow-600 {
  color: #fdda21;
}

.bg-yellow-600 {
  background-color: #fdda21;
}

.text-red-800 {
  color: #ff3f00;
}

.bg-red-800 {
  background-color: #ff3f00;
}

.text-lightblue-400 {
  color: #00c3ff;
}

.bg-lightblue-400 {
  background-color: #00c3ff;
}

.text-lightblue-200 {
  color: #f8f9fa;
}

.bg-lightblue-200 {
  background-color: #f8f9fa;
}

.text-lightblue-300 {
  color: rgba(0, 195, 255, 0.07);
}

.bg-lightblue-300 {
  background-color: rgba(0, 195, 255, 0.07);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-padding-sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.input_group {
  margin-bottom: 16px;
}

.main-heading {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
}

.section-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
}

.section-subheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.subsection-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border: none;
  gap: 8px;
}

.btn-primary {
  background-color: #0054c0;
}
.btn-primary:hover {
  background-color: #0054c0;
}
.btn-primary .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary {
  background-color: #ff3f00;
  border: none;
}
.btn-secondary:hover {
  background-color: #ff3f00;
}
.btn-secondary .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-teritary {
  background-color: #00c3ff;
  border: none;
}
.btn-teritary:hover {
  background-color: #00c3ff;
  color: #fff;
}

.btn-xl {
  padding: 14px 24px;
  height: 54px;
}

.btn-lg {
  padding: 14px 24px;
  height: 50px;
}

.btn-sm {
  padding: 8px 16px;
}

.btn-md {
  padding: 14px;
  height: 44px;
}

.btn-bold {
  font-weight: 500;
}

.clear-btn {
  color: #ff3f00;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.8;
}

.back-btn {
  border: 1px solid #0054c0;
  color: #0054c0;
}
.back-btn:hover {
  border: 1px solid #0054c0;
  color: #0054c0;
}

.form-control {
  border: 1px solid #dee2e6;
  background: #fff;
  color: #343a40;
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 300;
}
.form-control::placeholder {
  color: #cacaca;
  font-weight: 300;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
}

.form-control-sm {
  height: 42px !important;
}

.form-control-md {
  height: 44px !important;
}

.form-control-xl {
  height: 48px !important;
}

.form-control-xxl {
  height: 52px !important;
}

.form-control-lg {
  border: 1px solid #dee2e6;
  height: 52px !important;
  color: #fff;
  background-color: #212529 !important;
}
.form-control-lg::-moz-placeholder {
  color: #cacaca;
}
.form-control-lg::placeholder {
  color: #cacaca;
}
.form-control-lg:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
}

.form-select {
  padding: 0.25rem 0.5rem;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.courseDropdown {
  position: relative;
}
.courseDropdown::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 9'%3E%3Cpath fill='%230054C0' d='M7.18 7.62L3.03 2.79c-.6-.7-.1-1.79.82-1.79h8.29c.93 0 1.42 1.09.82 1.79L8.82 7.62c-.43.5-1.21.5-1.64 0' stroke-width='0.9' stroke='%230054C0'/%3E%3C/svg%3E");
  position: absolute;
  right: 12px;
  top: 10px;
}
.courseDropdown .choose-course-selection {
  padding: 4px 20px 4px 8px;
}

.course__card {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e2e8ea;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  transition: box-shadow 0.4s ease-in-out;
  height: 100%;
}
.course__card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.19);
}
.course__card--img-wrapper {
  position: relative;
}
.course__card--img-wrapper .img-wrapper {
  display: flex;
  border-radius: 6px;
  height: 180px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .course__card--img-wrapper .img-wrapper {
    height: 147px;
  }
}
.course__card--img-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.course__card--img-wrapper .ai-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #0054c0;
  border: 1px solid #0054c0;
  border-radius: 6px;
  background: white;
}
.course__card--img-wrapper .ai-tag .icon-wrapper {
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__card--img-wrapper .ai-tag .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.course__card .course_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course__card .course_info .course__name {
  font-weight: 700;
}
.course__card .course_info .course-duration {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #006AF5;
}
.course__card .course_info .course-duration .icon-wrapper {
  font-size: 14px;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  background-color: #fff;
}
header .top-header {
  border-bottom: 1px solid #e2e8ea;
  padding: 16px 0;
}
header .top-header__left__logo {
  display: inline-block;
  height: 52px;
}
header .top-header__left__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
header .top-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .top-header__right__link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #0054c0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}
header .top-header__right__link .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #0054c0;
}
header .top-header__right__link.enroll_link {
  color: #0054c0;
}

footer {
  background-color: #212529;
  padding: 32px 0;
}
footer .footer_grid-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
footer .footer_grid-wrapper .footer__copyright {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.27);
}
footer .footer_grid-wrapper .footer__payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer_grid-wrapper .footer__payment-option .footer__payment-option-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list li a {
  background-color: #fff;
  padding: 4px 8px;
  height: 36px;
  border-radius: 3px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list li a img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coursedetail-section--sm {
  overflow-x: hidden;
}
.coursedetail-section--sm .courseBanner-section--sm {
  position: relative;
  background: rgba(0, 71, 176, 0.87) !important;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper {
  position: relative;
  padding: 86px 0;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .image-box {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons {
  padding: 12px 10px;
  position: fixed;
  top: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 999;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .course-name {
  color: #343a40;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons.sticky-background {
  background-color: white;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons.sticky-background .course-name {
  display: block;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .back-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .back-btn iconify-icon {
  color: #343a40;
  font-size: 22px;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-btn iconify-icon {
  color: #343a40;
  font-size: 20px;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-btn::after {
  display: none;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-dropdown {
  padding: 14px 10px;
  list-style: none;
  margin-bottom: 0;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-dropdown li {
  margin-bottom: 10px;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-dropdown li:last-child {
  margin-bottom: 0;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-dropdown li .dropdown-items {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #495057;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.coursedetail-section--sm .courseBanner-section--sm .image-wrapper .top-buttons .share-dropdown li .dropdown-items .icon-wrapper {
  font-size: 18px;
}
.coursedetail-section--sm .courseDetails-wrapper {
  padding: 30px 0 0 0;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  position: relative;
}
.coursedetail-section--sm .courseDetails-wrapper .ai-integration_tag {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(124deg, #ffcb47 0%, #fe7442 100%);
  padding: 2px 6px;
  border-radius: 50px;
  justify-content: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #802806;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .ai-integration_tag .icon-wrapper {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #802806;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coursedetail-section--sm .courseDetails-wrapper .course-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.coursedetail-section--sm .courseDetails-wrapper .course-developer {
  display: flex;
  gap: 8px;
  color: #495057;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
}
.coursedetail-section--sm .courseDetails-wrapper .course-developer .icon-wrapper {
  font-size: 14px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .course_menu_tab {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0px;
  position: sticky;
  top: 80px;
  background-color: white;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .course_menu_tab li .nav-link {
  width: 100%;
  border-radius: 0 !important;
  position: relative;
  font-size: 16px;
  color: #495057;
  font-weight: 400;
  padding: 12px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .course_menu_tab li .nav-link.active {
  background-color: white;
  color: #0054c0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .course_menu_tab li .nav-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #0054c0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_section-title {
  font-size: 24px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 16px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .info_description p {
  font-size: 16px;
  color: #343a40;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.6;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .info_description p:last-child {
  margin-bottom: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_description_overview.expanded .courseDescription__toggleBtnwrapper::before {
  display: none;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_description_overview .courseDescription__toggleBtnwrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_description_overview .courseDescription__toggleBtnwrapper::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -98px;
  height: 100px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transition: 0.3s ease-in;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_description_overview .courseDescription__toggleBtnwrapper .courseDescription__toggle--btn {
  padding: 10px;
  margin-bottom: 0px;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  color: #343A40;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.44, 0.99, 0.48, 1);
  font-weight: 600;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_description_overview .courseDescription__toggleBtnwrapper .courseDescription__toggle--btn .icon-wrapper {
  font-size: 20px;
  display: flex;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section {
  background: #ebf1fa;
  border-radius: 16px;
  padding: 24px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .title_wrapper {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .skill_benefit_listwrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .skill_benefit_listwrapper .list-items {
  padding: 0 0 8px 26px;
  position: relative;
  font-size: 16px;
  color: #343a40;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .skill_benefit_listwrapper .list-items:last-child {
  padding: 0 0 0px 26px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .skill_benefit_listwrapper .list-items::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%230054C0' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E");
  position: absolute;
  top: 3px;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .courseoverview-container .course_skill_benefit_section .skill_benefit_listwrapper .list-items .bold-text {
  font-weight: 700;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container {
  background-color: #f8f9fa;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .heading-wrapper {
  max-width: 710px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .heading-wrapper .whyus-section_title {
  color: #212529;
  margin-bottom: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .heading-wrapper .sub-info {
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid .whyus_card {
  background: white;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.05);
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid .whyus_card .icon-wrapper img {
  width: 44px;
  height: 44px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid .whyus_card .whyus_card-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid .whyus_card .whyus_card-content .whyus_card--title {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .whyus-container .whyus-section-contents .whyus_card-grid .whyus_card .whyus_card-content .whyus_card-info {
  color: #343a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .heading-wrapper {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 24px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .heading-wrapper .title-wrapper {
  margin-bottom: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .heading-wrapper .sub-info {
  font-size: 16px;
  font-weight: 400;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--icon {
  font-size: 120px;
  line-height: 120px;
  width: 56px;
  height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #00c3ff;
  font-family: "Jomolhari", serif;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--description {
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo {
  display: flex;
  gap: 12px;
  align-items: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .studentImage {
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .studentImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .student_personalInfo .student_name {
  font-weight: 700;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .student_personalInfo .enroll_coursename {
  font-size: 14px;
  font-weight: 400;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 24px 16px 0 16px;
  gap: 4px;
  position: relative;
  top: 0 !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #dee2e6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 1;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .studenttestimonial-container .studenttestimonial_contents .testimonialStudent-Slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  background: #0054c0;
  border-radius: 12px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper {
  max-width: 816px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-item {
  border-color: #e5e5e5;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  line-height: 1.6;
  padding: 16px 20px 16px 48px;
  background-color: #fff;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button::after {
  display: none;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M8 17.175V6.825q0-.425.3-.713t.7-.287q.125 0 .263.037t.262.113l8.15 5.175q.225.15.338.375t.112.475q0 .25-.112.475t-.338.375l-8.15 5.175q-.125.075-.262.113T9 18.175q-.4 0-.7-.288t-.3-.712'/%3E%3C/svg%3E");
  height: 26px;
  position: absolute;
  top: 47%;
  left: 14px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg);
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .faq_section .faq_section__wrapper .faq-accordion .accordion-body {
  padding: 6px 16px 16px 48px;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
  background-color: #fff;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section {
  background-color: #212529;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content {
  border-bottom: 1px solid rgba(229, 229, 229, 0.27);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .heading-wrapper {
  max-width: 608px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  text-align: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .heading-wrapper .title-wrapper {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .heading-wrapper .info-text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .subscribe_formwrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .subscribe_formwrapper .form-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .subscribe_formwrapper .form-container .input_group {
  margin-bottom: 0;
  position: relative;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .subscribe_formwrapper .form-container .input_group .form-control {
  padding: 6px 34px 6px 12px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .subscribe_section .subscribe_content .subscribe_formwrapper .form-container .input_group .icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  top: 18px;
  right: 10px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .curriculum__heading .curriculum__title {
  margin-bottom: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .curriculum__heading .curriculum_info {
  color: #343a40;
  font-size: 16px;
  line-height: 1.6;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule {
  display: flex;
  gap: 8px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule .icon-wrapper {
  width: 42px;
  height: 42px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule .class_schedule--text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule .class_schedule--text .class_schedule--title {
  font-size: 11px;
  font-weight: 700;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--sidebar .class_schedule .class_schedule--text .class_schedule--info {
  font-size: 16px;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion {
  background: #f3f7fc !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item {
  border-color: #c7d2e0 !important;
  background: #f3f7fc !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-header .accordion-button {
  background: #f3f7fc !important;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%236C757D' d='m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4z'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: cover;
  flex-shrink: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 18px 16px 18px !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item {
  border: 0 !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-header .accordion-button {
  padding: 12px 0;
  gap: 16px;
  line-height: 1.6;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23212529' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23212529' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-body {
  padding: 0 16px 0 34px !important;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  color: #343a40;
  padding-bottom: 16px;
  padding-left: 28px;
  position: relative;
}
.coursedetail-section--sm .courseDetails-wrapper .coursedetails_tab .tab-content .tab-pane .curriculum-container .curriculum_section--accordion .accordion .accordion-item .accordion-collapse .accordion-body .accordion .accordion-item .accordion-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #343a40;
  position: absolute;
  top: 13px;
  left: 2px;
  transform: translateY(-50%);
}

.menu-btn {
  border-top: 1px solid #dee2e6;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 99;
  box-shadow: 0px 0px 44px 0px rgba(20, 40, 103, 0.19);
}
.menu-btn .course-duration-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.menu-btn .course-duration-wrapper .icon-wrapper {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #495057;
}
.menu-btn .course-duration-wrapper .course-duration-wrap .sm-title {
  font-size: 9px;
  color: #6c757d;
  font-weight: 700;
  margin-bottom: 0px;
}
.menu-btn .course-duration-wrapper .course-duration-wrap .courseduration {
  font-size: 16px;
  color: #495057;
  font-weight: 700;
  margin-bottom: 0;
}

.offcanvas {
  width: 100% !important;
  border: 0 !important;
}
.offcanvas.courseenquiryOffcanvas form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body {
  padding: 0 16px 24px 16px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .offcanvasheader {
  padding: 24px 0px 16px 0px;
  gap: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .offcanvasheader .offcanvas-title {
  font-size: 20px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 4px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .offcanvasheader .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #495057;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .offcanvasheader .btn-closes {
  border: none;
  background: white;
  width: 28px;
  height: 28px;
  font-size: 26px;
  color: #6c757d;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .intl-tel-input {
  width: 100%;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .intl-tel-input .selected-flag {
  height: 42px !important;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .form-label {
  color: #343a40;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .selected_course {
  border: 1px solid #0054c0 !important;
  background-color: rgba(0, 84, 192, 0.11);
  color: #0054c0 !important;
  font-weight: 500 !important;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .choose-course-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #cacaca;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .choose-course-selection .arrow-icon {
  color: #0054c0;
  font-size: 18px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .tel-select {
  width: 76px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .tel-select .form-select {
  background-image: none !important;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group input[readonly] {
  color: #cacaca;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul {
  padding: 0 0;
  list-style: none;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li {
  display: flex;
  padding: 0 0 6px 0;
  font-size: 14px;
  align-items: center;
  gap: 8px;
  color: #495057;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li:first-child {
  padding: 12px 0 6px 0;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li::before {
  width: 13px;
  height: 14px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.86 5.392c.428 1.104-.171 1.86-1.33 2.606c-.935.6-2.126 1.252-3.388 2.365c-1.238 1.091-2.445 2.406-3.518 3.7a55 55 0 0 0-2.62 3.437c-.414.591-.993 1.473-.993 1.473A2.25 2.25 0 0 1 8.082 20a2.24 2.24 0 0 1-1.9-1.075c-.999-1.677-1.769-2.34-2.123-2.577C3.112 15.71 2 15.618 2 14.134C2 12.955 2.995 12 4.222 12c.867.032 1.672.373 2.386.853c.456.306.939.712 1.441 1.245a58 58 0 0 1 2.098-2.693c1.157-1.395 2.523-2.892 3.988-4.184c1.44-1.27 3.105-2.459 4.87-3.087c1.15-.41 2.429.153 2.856 1.258' color='%23000'/%3E%3C/svg%3E");
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .schedule-class-selectionoffcanvas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #cacaca;
  font-size: 16px;
  cursor: pointer;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .schedule-class-selectionoffcanvas .arrow-icon {
  color: #6c757d;
  font-size: 18px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-footer .submit-btn {
  padding: 16px;
  border-top: 1px solid #dee2e6;
}
