body {
  direction: rtl;
  font-family: "Cairo", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.academy_head_img {
  background-image: none;
  padding-block: 32px;
}

.academy_head_img h2 {
  padding-bottom: 10px;
}

.academy_link {
  font-size: 14px;
  font-weight: 700;
  padding-block: 10px;
}

.academy_product_card {
  position: relative;
}

.academy_tag {
  position: absolute;
  padding: 10px 15px;
  background: #CB9453;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  top: 16px;
  right: 13px;
}

.academy_product_category {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #CB9453;
}

.product-details img {
  padding-left: 6px;
}

.academy_section_title h2 {
  font-weight: 700;
}

.academy_section_title a {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 14px;

}

#academy_instructors,
#academy_contact_section {
  padding: 50px 0;
  position: relative;
}

#academy_instructors .academy_card {
  border: none;
  padding: 32px 0px 0;
  border-radius: 18px;
  background-color: #F9F5ED;
  text-align: center;
  height: 100%;
}

.academy_border0 {
  border: none !important;

}

#academy_instructors .academy_card .card-img {
  height: auto;
}

#academy_instructors .academy_card .card-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.academy_card h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #2c2c2c;
}

.academy_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  color: #6c6c6c;
}

.academy_link2 {
  padding: 14px 25px;
}

.academy_contact_card {
  padding: 32px 60px;
  border-radius: 18px;
  background-color: #F9F5ED;
  text-align: center;
  height: 100%;
}

.academy_contact_card h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #CB9453;
}

.academy_contact_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.24px;
  letter-spacing: 0%;
  color: #6c6c6e;
}

.academy_input {
  border-radius: 12px;
  padding: 12px 16px;
  background-color: #fff;
  border: none;
  width: 100%;
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  color: #AFAFB1;
}

.height-auto {
  height: auto;
}

.academy_contact_card .btn {
  /* height: 53; */
  padding: 16px 30px;
  display: inline-flex;
}

.academy_border0 .count {
  padding-left: 8px;
}
.achievements_card .count{
  padding-left: 8px;
}
.academy_twitter_link {
  border-radius: 12px;
  padding: 16px 32px;
  background-color: #1DA1F2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 26.24px;
  letter-spacing: 0%;

}

footer {
  padding: 0;
  background-color: unset;
}

.academy_twitter_link:hover {
  background-color: #1DA1F2;
  color: #fff;
  cursor: pointer;
}

.academy_twitter_link svg {
  padding-left: 6px;
}

.academy_twitter_link_wrapper {
  margin-top: 32px;
  margin-bottom: 24px;
}

.academy_footer {
  text-align: center;
}

.academy_footer_top {
  border-top: 1px solid #F1E6D0;
  background-color: #fff;
  padding-block: 24px;
  display: none;
}

.academy_footer_top a {
  color: #2c2c2c;
}

.academy_footer_bottom {
  background-color: #2c2c2c;
}

.academy_footer_bottom a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.academy_footer a:hover {
  text-decoration: underline;
}

.academy_footer .academy_social-icons {
  padding-inline: 40px;
}

.academy_footer .academy_social-icons a {
  color: white;
  font-size: 18px;
  margin: 0 8px;
}

.academy_footer .academy_copyright {
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.academy_footer .academy_logo {
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.academy_footer .academy_logo img {
  width: 40px;
}

.academy_footer_top .menu {
  display: inline-block;
  position: relative;
}

.academy_footer_top .academy_menu a {
  color: #58585A;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  display: inline-block;
  cursor: pointer;
}

.academy_footer_top .academy_menu a svg {
  padding-right: 8px;
  font-size: 13px;
}

.academy_footer_top a:hover {
  cursor: pointer;
}

.academy_footer_top .academy_dropdown {
  display: none;
  position: absolute;
  background-color: #444;
  min-width: 140px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: right;
  z-index: 2;

}

.academy_footer_top .academy_dropdown a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  margin: 0;
}

.academy_footer_top .academy_dropdown a:hover {
  background-color: #555;
}

.academy_footer_top .academy_menu:hover .academy_dropdown {
  display: block;
}



.academy_page_action .academy-select select {
  background: rgba(0, 0, 0, .06);
  border: none !important;
  border-radius: 4px;
  box-shadow: none !important;
  box-sizing: border-box;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 22.49px;
  height: 53px;
  outline: none;
  padding: 8px 20px;
  transition: .3s ease;
  width: 100%;
  text-align: right;
  color: #6C6C6E;
  appearance: none;
  -webkit-appearance: none;
}


.academy-select:after {
  border: 2px solid #2c2c2c;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: .625em;
  margin-top: -.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 1.125em;
  right: auto;
  z-index: 4;
  transform: rotate(-45deg);
  transform-origin: center;
  width: .625em;
}


.academy_countdown {
  border-radius: 16px;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 24px;
}

.academy_countdown p {
  color: #CB9453;
  font-family: Cairo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.24px;
  text-align: center;

}

.academy_time_box {
  display: flex;
  justify-content: space-around;
  font-size: 18px;

}

.academy_pricing {
  border-radius: 16px;
  border: 1px dashed #AFAFB1;
  padding: 16px;
  text-align: center;
}

.academy_pricing p {
  font-family: Cairo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.24px;
  color: #6c6c6c;

}

.academy_pricing .ac_price {
  font-family: Cairo;
  font-weight: 700;
  font-size: 16px;
  line-height: 26.24px;
  color: #2c2c2c;

}

.academy_discount {
  background-color: #E5F2E5;
  padding: 12px;
  margin: 10px 0;
  border-radius: 12px;
}

.academy_timer {
  padding-top: 10px;
}

.academy_timer p,
.academy_timer div {
  color: #00AF6C;
}

.academy_timer div {
  color: #00AF6C;
  font-weight: bold;
}

.course_wrapper_img{height:500px;}
.academy_header_image {
  border-radius: 16px;
   height: 100%; 
}



.academy_course_details_content h3,
.academy_lessons_section h3 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 24px;
  line-height: 44.98px;
  letter-spacing: 0%;

}

.academy_course_details_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26.24px;
  color: #6c6c6c;
}

.academy_course_details_content {
  margin-top: 20px;
}


.academy_course_details_content ul li {
  padding: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.24px;
  color: #6c6c6c;

}

.academy_course_details_content ul li img {
  padding-left: 8px;
}

.academy_time_boxx {
  font-family: Cairo;
  font-weight: 700;
  font-size: 14px;
  line-height: 26.24px;
  color: #fff;

}






.academy_lesson_content {
  padding: 15px;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.academy_lesson {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}

.academy_lesson .academy_lesson_img {
  margin-left: 12px;
}

.academy_lesson span,
.academy_lesson .academy_lesson_time {
  font-family: Cairo;
  font-weight: 400;
  font-size: 15px;
  line-height: 26.24px;
  color: #2c2c2c;
}

.academy_lesson_free {
  color: #CB9453;
  font-family: Cairo;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.49px;
  padding-bottom: 4px;

}



.academy_lessons_section .accordion {
  width: 100%;
}

.academy_lessons_section .accordion-button {
  background: #F5F5F6;
  padding: 16px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26.24px;
  color: #454446;
}


.academy_lessons_section .accordion-button:not(.collapsed) {
  background-color: #F5F5F6;
  box-shadow: unset;
}

.academy_lessons_section .accordion-button:not(.collapsed)::after {
  /* background-image: none; */
  transform: none;
}

.academy_lessons_section .accordion-button:focus {
  box-shadow: none;
}

.academy_lessons_section .accordion-button:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/minuscircle.png);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.75rem;
  top: 1.25rem;
  margin-right: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2sease-in-out;
}

.academy_lessons_section .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/addcircle.png);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.75rem;
  top: 1.25rem;
  margin-right: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2sease-in-out;
}

.academy_lessons_section .accordion-item {
  margin-bottom: 12px;
  border: none;
}

.academy_lessons_section.accordion-body {
  background-color: #F5F5F6;
}

.academy_reviews h3 {
  color: #2c2c2c;
  font-family: Cairo;
  font-weight: 700;
  font-size: 20px;
  line-height: 37.48px;

}

.academy_hr {
  height: 1px !important;
  background-color: #E6E6E7;
  margin-top: 0 !important;
}

.academy_course_rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.academy_rating_review {
  /* padding-top: 20px; */
}

.academy_review_bar {
  background-color: #F5F5F6;
  width: 80%;
  height: 10px;
  /* gap: 10px; */
  border-radius: 50px;

}

.academy_rating_stars svg {
  color: #CB9453;
}

.academy_rating_stars svg.norate {
  color: #F1E6D0;
}

.academy_rating_review .academy_rating_count {
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  color: #6c6c6e
}

.academy_course_rate svg {

  font-size: 18px;
  color: #AFAFB1;
}

.academy_course_rate span {
  font-family: Cairo;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  color: #6c6c6e
}

.academy_review_bar .academy_rating {
  background-color: #CB9453 !important;
  /* width: 200px; */
  height: 10px !important;
  /* gap: 10px; */
  border-radius: 50px;
}

.academy_review_number {
  display: block;
  color: #CB9453;
  font-family: Cairo;
  font-weight: 700;
  font-size: 36px;
  line-height: 67.46px;
}


.academy_course_rate {
  margin-bottom: 10px;
}



.academy_user_img img {
  max-width: 40px;
  margin-left: 10px;
}


.academy_meta_data a {
  font-family: Cairo;
  font-weight: 600;
  font-size: 16px;
  line-height: 26.24px;
  color: #2c2c2c;
  padding-top: 8px;
  display: inline-block
}

.academy_view_allreviews {
  font-family: Cairo;
  font-weight: 600;
  font-size: 16px;
  line-height: 26.24px;
  color: #CB9453;
}

.academy_meta_data a:hover {
  color: #CB9453;
}

.academy_view_allreviews:hover {

  color: #6c6c6c;
}

.academy_comment_info {
  border-bottom: 1px solid #F5F5F6;
  padding-bottom: 15px;
  margin-bottom: 16px
}

.academy_comment_info:last-child {
  border-bottom: unset;
}

.academy_comment_content p {
  font-family: Cairo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.24px;
  color: #6c6c6e
}

.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.achievements_card .card-body {
  padding-bottom: 0;
}

.academy_sidebar .main-btn2 {
  font-size: 17px;
  font-weight: 600;
}

.academy_card_logged {
  background-color: #F9F5ED;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  align-items: baseline;
  text-align: right;
}

.academy_card_logged img {
  margin-left: 8px;
}

.academy_card_logged p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.24px;
  color: #6C6C6E;

}

.academy_card_logged_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.24px;
  color: #CB9453;
  margin-bottom: 8px;
}

.academy_card_logged_details {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #6C6C6E;

}

.academy_reviews_title {
  font-size: 24px;
}

.x-star svg {
  font-size: 24px;
  color: #E6E6E7 !important;
}

.academy_reviews .btn {
  padding: 16px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.academy_payment_form_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44.98px;
  text-align: center;
  color: #CB9453;
}

.academy_amount {
  border: 1px solid #F1E6D0;
  background-color: #F9F5ED;
  border-radius: 16px;
  padding: 20px;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 20px;
  line-height: 37.48px;
  margin-block: 20px;
}

.academy_payment_form {
  border: 1px solid #F5F5F6;
  border-radius: 16px;
}

.academy_payment_header {
  background-color: #F5F5F6;
  border-radius: 16px 16px 0 0;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 29.98px;
  color: #2c2c2c;
}

.academy_payment_body {
  padding: 24px 12px;
}

#academy_payment .form-check .form-check-input {
  float: right;
  margin-right: 0 !important;
  margin-left: unset !important;
}

#academy_payment .form-check .form-check-label {
  padding-right: 10px;
}


/*radio academy_payment_methods*/
.academy_payment_methods {
  display: flex;
  flex-direction: row;
  gap: 8px;
  border-bottom: none;
  flex-wrap: nowrap;
}


.academy_payment_methods .radio-item input[type="radio"] {
  display: none;
}


.academy_payment_methods .radio-label {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 12px 40px 12px 16px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #F5F5F6;
  background-color: #F5F5F6;
  height: 64px;
}

.academy_payment_methods .radio-label.checked {
  color: #CB9453;
}

.academy_payment_methods .radio-label img {
  width: 42px;
  height: 40px;
}



.academy_payment_methods .radio-label .details .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #2c2c2c;

}



.academy_payment_methods .radio-item input[type="radio"]:checked+label .title {
  color: var(--m-main);
}

/* Add a custom circle with ::before */
.academy_payment_methods .radio-item label::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #E6E6E7;
  border-radius: 50%;
  right: 15px;
  top: 26px;
  display: inline-block;
  background-color: #fff;
  /* transition: all 0.3s ease; */
}

.academy_payment_methods .radio-item input[type="radio"]:checked+label {
  border: 1px solid #F1E6D0;
  background-color: #F9F5ED;
}


/* When the radio is checked */

.academy_payment_methods .radio-item input[type="radio"]:checked+label::before {
  background-color: #CB9453;
  border-color: #CB9453;
}

.academy_payment_methods .radio-item input[type="radio"]:checked+label::after {
  content: '✔';
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 34px;
  right: 15px;
  transform: translate(-50%, -50%);
}

.academy_payment_methods li {
  width: 33%;

}

.academy_payment_content {
  border-radius: 12px;
  background-color: #F5F5F6;
  padding-block: 16px;
}

.academy_inpt {
  background-color: #FFF;
  border-radius: 12px;
  height: 53px;
  color: #AFAFB1;
  font-weight: 400;
  font-size: 15px;
}

.academy_labl {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2C2C2C;
  margin-bottom: 10px;
}

.academy_payment_content .col-12,
.academy_payment_content .col-md-6 {
  padding-inline: 16px;
}

.academy_payment_content .upload-image {
  background-color: #fff;
  height: 53px;
}

.academy_payment_content .image-area {
  border: none
}

.academy_payment_content #upload,
.academy_payment_content .upload-image .btn {
  margin-block: 0;
}

#academy_payment .form-check-label {
  font-weight: 600;
}

#academy_payment .form-check-label a {
  color: #2C2C2C;
  text-decoration: underline;
  font-weight: 600;
}

#academy_payment .main-btn2 {
  font-weight: 700;
}

.academy_registration_successful {
  background-color: #F9F5ED;
  padding: 32px 24px;
  border-radius: 16px;
}

.academy_registration_successful h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;

}

.academy_registration_successful_wrapper {
  background-color: #fff;
  border-radius: 12px;
  margin-block: 42px;

}

.academy_registration_successful_wrapper span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2C2C2C;

}

.academy_successful_wrapper {
  border-bottom: 1px solid #F9F5ED;
  padding: 16px;
}

.academy_instructor_desc {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #6C6C6E;
}

.academy_instructor_card .card-img {
  border-radius: 16px 16px 0 0;
}

.academy_instructor .card {
  display: flex;
  height: 100%;
  margin-block: 16px;
}

.academy_instructor_card p {
  display: block !important;
  height: auto !important;
}

.academy_instructor_card .card-body {
  padding-bottom: 0;
  padding-inline: 0;
}

.academy_instructor_card .card-img {
  height: 120px !important;
}

.academy_instructor_card .card-img img {
  width: 120px !important;
  height: 120px !important;
  margin-block: 24px !important;
}

.academy_instructor_card .card-body h5 {
  font-size: 16px !important;
  font-weight: 700 !important;
}


.academy_lesson_sidebar {
  width: 500px;
  background: #eee;
  padding: 50px 16px;
  /* height: 100vh; */
  overflow-y: auto;
}

.academy_lesson_sidebar .accordion-item .accordion-button,
.academy_lesson_sidebar .accordion-body {
  background-color: #fff;

}

.academy_main_content {
  flex: 1;
  padding: 20px;
}

.academy_video_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.academy_video_section iframe {
  width: 100%;
  height: 500px;
  border-radius: 8px;
}

.academy_content_section {
  margin-top: 20px;
  padding: 20px;
}

.academy_lessons {
  display: flex;

}

.academy_lesson_sidebar .accordion-button,
.academy_lessons span,
.academy_lessons .academy_lesson_time {
  font-size: 14px;
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
position: absolute;
    width: 100%;
    color: white;
    z-index: 10;
    top: 30%;
    right: 0%;

}
.hero-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 42px;
}

.hero-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 50%;
  margin-bottom: 20px;
}

.hero-content .btn {
  display: inline-flex !important;
  font-weight: 700;
  padding: 16px 32px;
}


.checkbox-container {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  right: 0;
  top: 37%;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 2px solid #262329;
  border-radius: 2px;
}

.checkbox-container input:checked+.checkmark {
  background-color: #CB9453;
  border: 2px solid #CB9453;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked+.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.academy_lesson_sidebar .academy_lesson {
  padding: 0px 0;
}

.academy_lesson_sidebar .accordion-body {
  padding-top: 5px;
}

.academy_lesson_sidebar .academy_lesson_free {
  font-size: 12px
}

.academy_lesson_sidebar .accordion-item .accordion-button {
  border: none;
}

.academy_lesson_sidebar .accordion-item {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
}

.academy_nav_tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  padding: 16px;
  color: #2c2c2c;
}

.academy_nav_tabs .nav-link.active {
  font-weight: 600;
  color: #B8793A;
  border-bottom: 4px solid #B8793A;
}

.academy_nav_tabs {
  border-bottom: 1px solid #26232933
}

.academy_tab_content {
  padding-right: 100px;
  padding-block: 56px;
}

.academy_tab_content h2 {
  font-weight: 700;
  font-size: 24px;
  color: #2C2C2C;
  padding-bottom: 36px;
}

.academy_tab_content h5 {
  font-weight: 700;
  font-size: 18px;
  color: #2C2C2C;
}

.academy_tab_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #6C6C6E;
  margin-bottom: 28px;
}

.academy_tab_content ul {
  list-style: nu;
  color: #6c6c6e;
  padding: 0 15px;
}

.academy_tab_content .btn {
  /* display: inline-block; */
  width: 30%;
  font-size: 16px;
  font-weight: 700;
}

.academy_exam_wrapper {

  margin-top: 50px;
}

.academy_exam_timer {
  font-weight: bold;
  text-align: left;
  font-size: 20px;

}

.academy_exam_question {
  font-weight: 700;
  font-size: 20px;
  color: #2c2c2c;

}

.academy_exam_options li {
  display: block;
  width: 100%;
  background: #F3F3F3;
  border: none;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  height: 90px;

}

.academy_exam_options li:hover {
  background: #ddd;
}

.academy_exam_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.academy_exam_buttons .outline-main-btn {

  border: 2px solid #CB9453;
  color: #CB9453;
  border-radius: 12px;
  cursor: pointer;
}

.academy_exam_buttons button {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;

}

.nav-buttons button:hover {
  background: darkred;
}

.academy_contact_section {
  padding: 130px 0 !important;
}

.academy_contact_section .academy_contact_card {
  padding: 16px 60px !important;
  height: auto;
}

.academy_error_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDDCDD;
  color: #F55157;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #FBB9BC;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 24px;
}

.academy_error_box .academy_close {
  position: absolute;
  left: 10px;
  top: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #F55157;
}

.academy_success_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5F2E5;
  color: #00AF6C;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #00AF6C;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 24px;
}

.academy_result_box {
  position: relative;
  margin-top: 24px;
}

.academy_result_box {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  border: 1px solid #F9F5ED;
}

.academy_choose_link_box {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6C6C6E;
  text-align: center;
}

.academy_choose_link_box a {

  text-decoration: underline;
  color: #CB9453;
}

.academy_options_box {
  background: #F9F5ED;
  padding: 24px;
  border-radius: 16px;
  margin-top: 24px;
}

.academy_options_box .academy_options_box_buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.academy_options_box .btn {
  padding: 16px 32px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}

.academy_options_box .outline-btn {
  /* padding: 10px 15px; */
  border-radius: 12px;
  border: 1px solid #CB9453;
  background-color: transparent;
  color: #CB9453;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn img {
  padding-left: 4px;
}

.academy_options_box h4 {
  font-weight: 700;
  font-size: 15px;
  text-align: center;

  color: #2c2c2c;
}

.academy_options_box_social_icons {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.academy_options_box_social_icons img {
  /* width: 24px;
  height: 24px; */
  cursor: pointer;
}

.academy_confirm_wrapper {
  padding-block: 80px;

}

.academy_confirm_wrapper .academy_registration_successful {
  padding: 32px;
}

.academy_confirm_wrapper p {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #6C6C6E;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.academy_training .card {
  padding: 30px 10px !important;

}

.academy_training p {
  width: 90%;
  margin: 0 auto;
}


.academy_multi_select {
  position: relative;
  width: 100%;
  background: #f5f5f6;
  border: 0;
  padding: 14px 16px;
  height: 51px;
  border-radius: 12px;
  color: #6C6C6E;
  cursor: pointer;
  font-size: 14px;
}

.academy_selected_options_container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.academy_selected_options_container .tag {
  background: #F9F5ED;
  padding: 10px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #F1E6D0;
  font-size: 14px;
  color: #CB9453;
}

.academy_selected_options_container .tag span {
  cursor: pointer;
  color: #CB9453;
  font-weight: 500;
  font-size: 20px;
  margin-top: -4px;
}

.academy_multi_select_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 70%;
  background: white;
  border-radius: 12px;
  border: 1px solid #F5F5F6;
  max-height: 200px;
  overflow-y: auto;
  display: none;

  box-shadow: 3px 3px 18px 0px #D3D3D338;
  padding: 10px;
  z-index: 10;


}

.academy_multi_select_dropdown .academy_multi_select_label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  color: #2C2C2C;
}

.academy_multi_select_dropdown .academy_multi_select_label:hover {
  background: #f0e7da;
}

.academy_multi_select_dropdown .academy_multi_select_input {
  accent-color: #CB9453;
  border: 2px solid #AFAFB1;
  width: 16px;
  height: 16px;
  border-radius: 5px;
}

.academy_multi_select_dropdown::-webkit-scrollbar-thumb {
  border-radius: 14px;
  width: 7px;
  box-shadow: none;
  background-color: #E6E6E7;
}

.academy_multi_select_dropdown::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.academy_multi_select_dropdown::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 14px;
  background-color: #ffffff;
}

.academy_multi_select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  right: inherit;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}



.academy_training .upload-image {
  /* background-color: #fff; */
  height: 53px;
}

.academy_training .image-area {
  border: none
}

.academy_training #upload,
.academy_training .upload-image .btn {
  margin-block: 0 !important;
}

.academy_account_box {
  background: white;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.academy_account_row {
  display: flex;
  align-items: center;
}

.academy_account_label {
  color: #878789;
  width: 20%;
  font-weight: 400;
  font-size: 14px;

}

.academy_account_value {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  display: flex;
  align-items: center;
}

.academy_account_icon {
  margin-right: 10px;
  cursor: pointer;
}

.login_link {
  padding-inline: 16px !important;
}

.login_item {
  color: #2c2c2c !important;
  font-weight: 500 !important;
  z-index: 1000;
}


.academy_search_container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.academy_search_button {
  background-color: #B8793A;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 4px 4px var(--sds-size-blur-100) #00000040;
  width: auto !important;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;

}

.academy_search_input {
  flex: 1;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background-color: #F3F3F3;
  box-shadow: 0px 2px 2px 0px #00000026 inset;
  color: #121212B2;
  font-weight: 400;
  font-size: 14px;

}

.academy_container_filters {
  display: flex;
  gap: 16px;
  align-items: end;
}

.academy_filters_labl {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #262329;
  margin-bottom: 10px;
}

.academy_filters_inpt {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #F5F5F6;
  color: #121212B2;
  font-weight: 400;
  font-size: 14px;

}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}


.academy_questions_count {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}

.academy_question_box {
  background-color: #f2efef;
  border-radius: 12px;
  padding: 20px 16px;
  margin-bottom: 15px;
  display: flex;
  gap: 16px;
  width: 87.5%;
}

.academy_votes {
  color: #6C6C6E;
  font-weight: 700;
  font-size: 14px;
}

.academy_votes img {
  width: 16px;
  margin-right: 8px;
}



.academy_question_badge {
  background-color: #B8793A;
  color: #F5F5F6;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;

}

.academy_question_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #262329;
  margin-bottom: 20px;
}

.academy_question_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;

  color: #12121280;
}

.w-92 {
  width: 92%;
}

.academy_search_outline_btn {
  border: 1px solid #B8793A;
  background-color: transparent;
  color: #B8793A !important;
  font-weight: 700;
  font-size: 14px;
  width: 87.5% !important;
  margin-top: 50px;
}

.academy_search_outline_btn:hover {
  border: 1px solid #B8793A !important;
  background-color: #B8793A !important;
  color: #fff !important;
}

.academy_search_link {
  display: inline-block;
  color: #262329;
  font-weight: 400;
  font-size: 14px;
  margin-top: 40px;

}

.academy_exam_container {
  border-bottom: 1px solid #26232933;
  margin-block: 30px;
  padding-bottom: 16px;

}

.academy_exam_container .nice-select {
  background-color: #CB9453;
  color: #fff;
  width: 150px;
  margin-left: 12px;
}

.academy_exam_container .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.academy_exam_container .academy_search_outline_btn {
  width: auto !important;
  padding-inline: 32px;
}

.academy_exam_selected_option {
  background: #CB9453 !important;
  color: #fff;
}

.academy_exam_q {
  direction: ltr;
}

.btn_show_answer img{
  /* background-color: #fff;
  color: #CB9453; */
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  /* height: 45px;
  margin-top: 16px;
  margin-right: 30px; */
}

.show_answer_desc {
  font-weight: 700;
  font-size: 16px;
  color: #6C6C6E;
  line-height: 28px;
}

.show_answer_title {
  font-weight: 700;
  font-size: 16px;
  color: #B8793A;
  margin-bottom: 0;
}

.show_answer_close {
  margin-right: auto !important;
  margin-left: 0 !important;
  padding: 0 !important;
  font-weight: bold;
  color: #6c6c6e;
}
.show_answer_close:focus {
 outline: 0 ;
 box-shadow: none;
}

.answer_modal .modal-content {
  padding: 30px;
  border-radius: 12px;
  border: 0;
  box-shadow: 3px 3px 18px 0px #D3D3D338;
  border-bottom: 7px solid #CB9453;
}

.answer_modal .modal-dialog {
  transform: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.answer_modal .modal-header {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #6C6C6E33
}

.answer_modal .modal-body {
  padding: 1rem 0 0 0;
}


 .academy_exam_result_box {
  background-color: #F5F5F6;
  border-radius: 12px;
  padding: 20px 50px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  width: 88%;
  text-align: center;
}

.academy_result_text {
  font-size: 24px;
  color: #2C2C2C;
  font-weight: 700;
  margin-bottom: 16px;
}



.academy_result_time {
  margin: 10px 0;
  color: #2c2c2c;
font-weight: 700;
font-size: 18px;

}



.academy_success_msg {
  margin-top: 40px;
font-weight: 700;
font-size: 16px;
  color: #2c2c2c;
}

.academy_result_btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.academy_result_btns .academy_result_outline_btn {
  padding: 10px 30px;
  border-radius: 12px;
  border: 1px solid  #CB9453;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: #CB9453;
}

.academy_result_btns .btn {
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

.login_desc{
font-weight: 400;
font-size: 14px;
line-height: 24px;

color: #6c6c6e;

}
.login_tit{
font-weight: 700;
font-size: 24px;
line-height: 100%;

}

.login_modal .modal-content {
  padding: 30px 24px;
  border-radius: 12px;
  border: 0;
  box-shadow: 3px 3px 18px 0px #D3D3D338;
  border-bottom: none;
}


.main-body{min-height: 600px;}
.blog-details-img{
position: relative;
width: 100%;
height: 400px;
border-radius: 12px;
}
.blog-details-img img{
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  }
  .iti {
   width: 100%;
}
.iti__country-container {
  left: 0;}
  .iti--inline-dropdown .iti__dropdown-content {
width: auto !important;
left: 0 !important;
    margin-right: calc(var(--iti-border-width)* -1) !important;
  margin-left: unset !important;
  }

  .iti__selected-country{
  direction: ltr;
}



.calendar{
  margin-bottom:200px;
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
}



/* From here you can start to copy */

.calendar-date {
  width: 100%;
  /* height: 46px; */
  /* background: #FFFFFF;
  border: 1px solid #CFCFCF; */
  /* border-radius: 10px; */
/* padding-right: 40px; */

}
.calendar-date:focus {outline: none !important;}
.calendar-date::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9c9c9c;
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
  z-index: 100 !important;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #CB9453;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #c4c4c4;
}
.ui-datepicker-title {
  text-align: center;
  font-size:18px;
  line-height:42px !important;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  border: 1px solid #c4c4c4;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 28px;
  color: #CB9453;
  margin-bottom: 5px;
  font-size: 16px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 14px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#CB9453;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#CB9453;
  border-radius:50px;
}
.ui-state-active {
  color: #ffffff;
  background-color:#CB9453;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.date-icon{
    position: absolute;
    left: 15px;
    top: 14px;
    color:rgb(162, 162, 162);
}




#filterModal .modal-content ,#sortModal .modal-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-radius: 20px 20px 0 0;
  border: none;
}

#filterModal .modal-header ,#sortModal .modal-header{
  border-bottom: none;
  justify-content: center;
}

#filterModal .modal-title ,#sortModal .modal-title {
  font-weight: bold;
  color: #2C2C2C;
  font-size: 16px;
}

.handle-bar {
  width: 50px;
  height: 4px;
  background-color: #E6E6E7;
  border-radius: 12px;
  margin: 8px auto;
}

.list-group-item {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #2C2C2C;
  padding: 0;
  border-bottom: 0.5px solid #F5F5F6;
}


#filterModal.show .modal-dialog ,#sortModal.show .modal-dialog{
  display: flex;
  align-items: end;
  margin: 0 ;
  min-height: calc(100% - 0rem);
}
.btn-filter-mobile{
  background-color: #F5F5F6;
  border-radius: 12px;
  border: none;
  color: #6C6C6E;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.border-dashed{
  border-top: 1px dashed #AFAFB1;
}


/*radio academy_payment_methods*/


.list-group-modal .radio-item input[type="radio"] {
  display: none;
}


.list-group-modal .radio-label {
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
  background-color: #fff;
}

.list-group-modal .radio-label.checked {
  color: #CB9453;
}


.list-group-modal .radio-label .details .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #2c2c2c;

}

.list-group-modal .radio-item input[type="radio"]:checked+label .title {
  color: var(--m-main);
}

/* Add a custom circle with ::before */
.list-group-modal .radio-item label::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  left: 15px;
  top: 20px;
  display: inline-block;
  background-color: #fff;
  /* transition: all 0.3s ease; */
}

.list-group-modal .radio-item input[type="radio"]:checked+label {
  border: none;
  background-color: #F9F5ED;
}


/* When the radio is checked */

.list-group-modal .radio-item input[type="radio"]:checked+label::before {
  background-color: #CB9453;
}

.list-group-modal .radio-item input[type="radio"]:checked+label::after {
  content: '✔';
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 29px;
  left: 23px;
  transform: translate(-50%, -50%);
}
.academy_page_action .select2-container--default .select2-selection--multiple{
    box-shadow:none;
}
