@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKkANDM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/librefranklin/v20/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KkANDM.ttf) format('truetype');
}
.bg-neutral-white {
  background-color: #FFFFFF;
}
.bg-Primary-30 {
  background-color: #F6FBFE;
}
.bg-Primary-50 {
  background-color: #EEF5F8;
}
.bg-transparent {
  background-color: transparent;
}
.font-neutral-900 {
  color: #393939;
}
.font-primary-700 {
  color: #28657D;
}
.font-primary-400 {
  color: #6DA2BB;
}
.canboat-course-details .main-container {
  display: flex;
  padding: 52px 84px;
  align-items: flex-start;
  gap: 134px;
}
.canboat-course-details .half-section .backBtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #01546C;
  background: #fff;
  gap: 4px;
  max-width: 190px;
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 12px;
  line-height: 14.4px;
}
.canboat-course-details .half-section .cRegistration {
  color: #01546C;
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-top: 32px;
}
.canboat-course-details .half-section .courseName {
  padding-top: 16px;
  color: #393939;
  font-family: "GeneralSans-Semibold", sans-serif;
  font-size: 32px;
  line-height: 48px;
}
.canboat-course-details .half-section .line {
  background-color: #F3F3F3;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  float: none;
}
.canboat-course-details .half-section .formDiv {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 32px;
}
.canboat-course-details .half-section .formDiv.keepMeInformed {
  padding: 32px 20px;
  border-radius: 4px;
  background: #F8F8F8;
  margin-bottom: 32px;
}
.canboat-course-details .half-section .formDiv.keepMeInformed p.initialTxt {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  color: #393939;
}
.canboat-course-details .half-section .formDiv.keepMeInformed label {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  color: #393939;
  font-weight: 500;
}
.canboat-course-details .half-section .formDiv.keepMeInformed label.customLabel {
  padding-top: 12px;
}
.canboat-course-details .half-section .formDiv.keepMeInformed input {
  height: 52px;
  padding: 11px 14px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background: #fff;
}
.canboat-course-details .half-section .formDiv.keepMeInformed input:focus-visible + label {
  outline: none !important;
  border-radius: 0 !important;
}
.canboat-course-details .half-section .formDiv.keepMeInformed .cpsBtn.registerNow {
  margin-top: 20px;
}
.canboat-course-details .half-section .formWrapper {
  display: flex;
  flex-direction: column;
}
.canboat-course-details .half-section .customLabel {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #393939;
  padding-bottom: 12px;
}
.canboat-course-details .half-section .customSelect {
  padding: 17px 16px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  appearance: none;
  --webkit-appearance: none;
  background: #fff url('../../../img/expand_less.svg') no-repeat right 10px center;
}
.canboat-course-details .half-section .customSelect ::selection {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  color: #5E5E5E;
}
.canboat-course-details .half-section select:disabled {
  background: url('../../../img/expand_less.svg') no-repeat right 10px center #F8F8F8;
  color: #B0B0B0;
  cursor: not-allowed;
}
.canboat-course-details .half-section .packages,
.canboat-course-details .half-section .addons {
  background-color: #F8F8F8;
  border-radius: 4px;
}
.canboat-course-details .half-section .packages .initialTxt,
.canboat-course-details .half-section .addons .initialTxt {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #393939;
  padding: 32px 20px;
}
.canboat-course-details .half-section .packages .pText,
.canboat-course-details .half-section .addons .pText {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #393939;
  padding-bottom: 12px;
  margin: 0;
}
.canboat-course-details .half-section .packages .packageInfo,
.canboat-course-details .half-section .addons .packageInfo {
  display: flex;
  padding: 16px;
  align-items: anchor-center;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #01546C;
  margin-bottom: 12px;
}
.canboat-course-details .half-section .packages .packageInfo .packageName,
.canboat-course-details .half-section .addons .packageInfo .packageName {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.canboat-course-details .half-section .packages .packageInfo .packageName .pInfo,
.canboat-course-details .half-section .addons .packageInfo .packageName .pInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.canboat-course-details .half-section .packages .packageInfo .packageName .pInfo .pName,
.canboat-course-details .half-section .addons .packageInfo .packageName .pInfo .pName {
  color: #393939;
  font-family: "GeneralSans-Semibold", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.canboat-course-details .half-section .packages .packageInfo .pricingInfo,
.canboat-course-details .half-section .addons .packageInfo .pricingInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.canboat-course-details .half-section .packages .packageInfo .pricingInfo .earlyBirdPricing,
.canboat-course-details .half-section .addons .packageInfo .pricingInfo .earlyBirdPricing {
  display: flex;
  gap: 8px;
}
.canboat-course-details .half-section .buttons {
  display: flex;
  gap: 8px;
  width: 100%;
}
.canboat-course-details .half-section .cpsBtn {
  height: 52px;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  width: 270px;
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  border: 1.5px solid #01546C;
  background: #fff;
  color: #01546C;
}
.canboat-course-details .half-section .registerNow {
  background: #01546C;
  color: #fff;
}
.canboat-course-details .half-section button:disabled {
  border: 1.5px solid #DDDDDD;
  background: #F3F3F3;
  color: #B0B0B0;
  cursor: not-allowed;
}
.canboat-course-details .half-section .imgWrapper {
  min-height: 220px;
  min-width: 560px;
}
.canboat-course-details .half-section .imgWrapper img {
  width: 100%;
}
.canboat-course-details .half-section .h4 {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #393939;
  padding-bottom: 32px;
}
.canboat-course-details .half-section .overview {
  margin-top: 32px;
  padding: 20px 20px 32px 20px;
  border-radius: 4px;
  background: #F9F9F9;
}
.canboat-course-details .half-section .overview .overviewTxt {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4B4B4B;
}
.canboat-course-details .half-section .smallBtn {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #868686;
  margin: 0;
  padding: 0;
}
.canboat-course-details .half-section .red {
  color: #BB2222 !important;
}
.canboat-course-details .half-section .classInfo {
  margin-top: 32px;
  padding: 20px 20px 32px 20px;
  border-radius: 4px;
  background: #F6FBFE;
}
.canboat-course-details .half-section .classInfo .top-header {
  display: flex;
  justify-content: space-between;
}
.canboat-course-details .half-section .classInfo .h5 {
  font-family: "GeneralSans-Semibold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #1B5165;
  text-align: center;
  padding-bottom: 12px;
}
.canboat-course-details .half-section .classInfo .info {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1B5165;
  text-align: center;
}
.canboat-course-details .half-section .classInfo .seatsInfo {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #28657D;
  border-radius: 30px;
  height: 24px;
}
.canboat-course-details .half-section .classInfo .seatsInfo i {
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.canboat-course-details .half-section .classInfo .seatsInfo p {
  margin: 0;
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #ffffff;
}
.canboat-course-details .half-section .classInfo .instructorArea,
.canboat-course-details .half-section .classInfo .classText {
  display: flex;
  align-items: center;
  gap: 4px;
}
.canboat-course-details .half-section .classInfo .instructorInfo {
  padding-top: 8px;
  display: flex;
  gap: 12px;
  padding-right: 14px;
  padding-left: 14px;
}
.canboat-course-details .half-section .classInfo .instructorInfo svg text {
  font-family: FontAwesome;
  font-size: 11px;
  text-anchor: middle;
  dominant-baseline: middle;
}
.canboat-course-details .half-section .classInfo .instructorInfo .infoTutor .small {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.canboat-course-details .half-section .classInfo .instructorInfo .infoTutor .gray {
  color: #4B4B4B;
}
.canboat-course-details .half-section .classInfo .classText {
  padding-top: 32px;
  padding-bottom: 7px;
}
.canboat-course-details .half-section .classInfo .classInformation p,
.canboat-course-details .half-section .classInfo .classStartDate p,
.canboat-course-details .half-section .classInfo .classEndDate p,
.canboat-course-details .half-section .classInfo .timeZoneInfo p {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #393939;
  margin: 0;
  padding: 7px 14px 0 14px;
}
@media (max-width: 767px) {
  .container-xxl {
    padding: 0 !important;
  }
  .canboat-course-details .main-container {
    display: flex;
    padding: 0 20px;
    align-items: flex-start;
    gap: 0;
    flex-direction: column-reverse;
  }
  .canboat-course-details .half-section {
    width: 100%;
    padding-bottom: 32px;
  }
  .canboat-course-details .half-section .imgWrapper {
    min-width: 100%;
  }
  .canboat-course-details .half-section .backBtn {
    font-size: 12px;
    line-height: 14.4px;
  }
  .canboat-course-details .half-section .buttons {
    flex-direction: column;
  }
  .canboat-course-details .half-section .buttons .cpsBtn {
    width: 100%;
  }
}
