  .text-warning {
    color: #F39C12 !important;
  }

  .imgResponsiveFeedback {
    width: 100%;
    /* Adjust to 100% of the container's width */
    max-width: 200px;
    /* Set a max width to limit its size */
    height: auto;
    /* Maintain aspect ratio */

  }

  .star-rating {
    font-size: 20px;
    color: #F39C12;
  }

  .select2-selection {
    height: 53px !important;
    padding: 11px;
  }

  @media (max-width: 540px) {
    .imgResponsive {
      /* margin-left: -14px; */
    }

    .courses-single-info__content {
      padding: 20px 10px !important;
    }



  }

  /* Banner Wrapper */
  #banner-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
  }

  .trainer-description {
    flex: 1 !important;
    padding-left: 20px;
    /* Allows the description to take the remaining space */
  }

  .d-flex {
    display: flex;
    align-items: center;
    /* Aligns items vertically in the center */
  }
footer .d-flex{
  align-items: start;
}
  /* Course Banner Image */
  .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    display: block;
    overflow: hidden;
  }

  /* Overlay Tint */
  .overlay-tint {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  /* Banner Content */
  .banner-content {
    margin: 0 auto;
    padding: 60px 30px;
    color: #fff;
    min-height: 320px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
  }

  .banner-content h1 {
    font-size: 42px;
    font-weight: 600;
    margin: 10px 0;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #000000;

  }

  .banner-content h2 {
    font-size: 24px;
    margin: 10px 0;
    color: white !important;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000000;
  }

  .banner-content h2.subtitle {
    margin-top: 0px;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;

  }

  /* Breadcrumbs */
  .breadcrumbs {
    margin-top: 35px;
  }

  /* Section Navigation Wrapper */
  #section-navigation {
    background: #418fcd;
    text-align: center;
    position: sticky;
    width: 100%;
    z-index: 50;
    font-family: "Lato-Regular";
    color: #ffffff;



  }



  /* Hide on Mobile */
  @media screen and (max-width: 920px) {
    .hide-on-mobile {
      display: none !important;
    }
  }

  .fixed-section-navigation {
    position: fixed !important;
    top: 67px;
    left: 0 !important;
    width: 100% !important;
  }

  /* Container Size Adjustments */
  @media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      /* max-width: 1140px !important; */
    }
  }

  /* Navigation Container */
  .nav-container {
    margin: 0 auto;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1em;
    margin: 0 5em;
    color: white;
  }

  /* Sticky Navigation */
  .sticky-nav {
    font-size: inherit;

  }

  .outline-con {
    display: block;
  }

  .outline-left {
    /* float: left; */
    width: 100%;
  }

  .outline-right {
    float: right;
    width: 22%;
    margin-left: 2.5%;
  }

  @media screen and (min-width: 768px) {
    .outline-right.sticky {
      position: sticky;
      top: 5em;
    }
  }

  .n-section-title {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    /* font-family: "Lato-Regular"; */
    margin: 25px 0;
    width: 100%;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
  }
  .trainer_image{
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .trainer_desc{
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
    border: 1px solid #dddddd;
    border-radius: .25rem;
    padding: 20px;
  }
  .icon-bg {
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ce2525;
    margin-right: 10px;
    min-width: 12px;
    text-align: center;
  }

  .side-btn {
    padding: 20px 0;
  }

  .mt-3 {
    margin-top: 1rem !important;
  }

  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }

  .side-related-category a {
    border: solid 1px #2a2a2a;
    border-radius: 5px;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
  }

  .course-date {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  .tCenter {
    text-align: center !important;
  }

  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  .table_wrap
  .bg-silver {
    background: #fff !important;
    box-shadow: 1px 0px 2px 4px #f7f4f4;
  }
#course-content{
  scroll-margin-top: 120px;
}
 #overview{
  scroll-margin-top: 150px;
}
  .outline-text {
    /* background-color: #f1f1f1; */
    /* padding: 25px; */
    margin-top: 20px;
  }

  .outline-row {
    /* border-top: 0.5px solid #e1e1e1;
    padding: 30px 0 20px 0; */
    /* font-family: 'Time New Roman'; */
    margin-bottom: 10px;
  }

  .outline-row:first-child {
    border: none;
    padding-top: 0;

  }

  .side-btn-blue button {
    background: #418fcd !important;
  }

  .side-btn-row button {
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #2a2a2a;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    display: block;
    border: none;
    width: 100%;
  }

  .side-btn-row button .fa {
    float: right;
  }

  .m-auto {
    margin: auto !important;
  }

  @media screen and (max-width: 920px) {
    .n-section-title {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 920px) {
    .outline-right {
      margin-left: 0 !important;
    }
  }

  @media screen and (max-width: 920px) {

    .outline-left,
    .outline-right,
    .col-50 {
      float: none;
      width: 100% !important;
    }
  }

  .timeHighlight {
    box-shadow: 0px 0px 4px 1px #e9e9e9;
    margin-top: 10px;
    background-color: #418fcd;
    border-radius: 5px;
  }

  .whiteColor {
    color: white !important;
  }

  .timeNewRoman {
    /* font-family: 'Times New Roman'; */
    /* color: black; */
    /* font-size: 18px; */
  }

  /* .n-content-full {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #707070;
    font-family: "Lato-Regular";
} */
  #schedules,
  #introduction,
  #objectives,
  #methodology,
  #org-impact,
  #personal-impact,
  #attendance,
  #outlineData,
  #certificate,
  #aboutTheTrainer {
    display: block;
    position: relative;
    top: -220px;
    visibility: hidden;
  }

  .icon-bg {
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #418fcd;
    margin-right: 10px;
    min-width: 12px;
    text-align: center;
  }

  .w-border {
    /* border: 1px solid #c2c2c2; */
  }


  .day {
    margin: 30px 0 25px 0;
    font-size: 15px;
  }

  .outline-text h3,
  .outline-text .h3 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    /* color: #418fcd; */
  }

  .day span {
    background: #418fcd;
    padding: 5px 8px;
    color: #fff;
  }

  h4.day-title,
  .day-title.h4 {
    text-align: left;
    font-size: 15px;
  }

  span.day-title {
    font-size: 16px;
    /* border-radius: 5px; */
    padding: 6px 12px;
    font-weight: 600;
    background-color: var(--color-dark-1);
    color: #ffffff;
  }

  .outlineUl {
    padding-left: 30px;
    margin-top: 10px;
  }

  .text-start {
    text-align: left !important;
  }

  .content-wrapper *:not(i) {
    font-family: "Avenir LT Std" !important;
    font-style: normal;
    font-display: swap
  }
  .icon-play::before{
    font-family: 'icomoon' !important;
}
  .content-wrapper {
    color: #000000;
  }
  .content-wrapper ul,.content-wrapper ol{
    padding-left: 20px;
  }
  .content-wrapper ul,.content-wrapper ul li{
    list-style: disc;
  }
  
  .content-wrapper ol,  .content-wrapper ol li{
    list-style: decimal;
  }
  .content-wrapper ul li, 
  .content-wrapper ol li, 
  .content-wrapper p, 
  .content-wrapper p span, .content-wrapper li span,
  .content-wrapper a span{
    font-size: 16px !important;
  }
  .content_container p{
line-height: 1.5 ;
  }
  .sticky-social-icons ul{
    padding-left: 0px;
  }
  .sticky-social-icons ul li{
    font-size: 25px !important;
    list-style: none !important;
  }
  .sticky-social-icons:not(.courses_page_social_icons) {
    display: none;
  }

  .sticky-social-icons.courses_page_social_icons {
    top: 100%;
    width: 48px;
    position: absolute;
    transform: translateY(0);
  }

  .btn_wrap {
    display: flex;
    gap: 20px;
  }

  .button {
    cursor: pointer;
  }

  .border-white {
    border-color: #ffffff !important;
  }

  .border-white:hover {
    border-color: var(--color-dark-1) !important;
  }
  .courses-single-info{
    position: sticky;
    width: 100%;
    right: auto;
  }
  .courses-single-info__content{
    height: 100%;
  }
  .courses-single-info{

  }
  .courses-single-info.sticky_sidebar {
    height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: .25rem;
  }
  .course_details_accordion .course_details_accordion_title{
    color: #333;
    text-transform: capitalize;
    display: block;
    /* padding: 15px; */
    font-size: 16px;
    /* font-weight: 600; */
    line-height: normal;
  }
  .course_details_accordion .accordion__button {
    align-items: center;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }
  .course_details_accordion  {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
  }
  .course_details_accordion .accordion__icon{
    height: 20px;
    display: flex;
  }
  @media (max-width:991px) {
    .table_wrap {
      overflow: auto;
    }

    .table_wrap th,
    .table_wrap td {
      white-space: nowrap;
    }

    .btn_wrap .button {
      padding: 10px 15px !important;
      height: 45px;
    }
    .courses-single-info.sticky_sidebar {
      height: auto;
    }
  }
  @media (max-width:767px) {
    .trainer_desc{
      max-height: 100%;
      min-height: auto;
      margin-top: 30px;
    }
    .trainer_image{
      max-height: 100%;
      min-height: auto;
    }
    .btn_wrap{
      gap: 10px;
    }
    .banner-content h1{
      font-size: 30px;
    }
  }