/*Custom Styles created by developer (Gourish)*/
@font-face {
  font-family: Merriweather;
  src: url(../font/Merriweather-Regular.ttf);
}

@font-face {
  font-family: MerriweatherSans;
  src: url(../font/MerriweatherSans-Regular.ttf);
}

.btn-no-style {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Start - CERTIFICATE PREVIEW MODAL */

.certificate-modal .modal-dialog {
  max-width: 80% !important;
}

/* START - Landing Page Slider */

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 2%;
  margin: 0px auto;
  background-color: transparent;
  border-radius: 20px;
  opacity: 0.6;
}

.carousel-indicators:hover {
  opacity: 1;
  transition: 0.5s;
}

/* Carousel Arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 7% !important;
  height: 25px;
  margin: auto 0;
}

.carousel-control-prev span,
.carousel-control-next span {
  font-size: 15px;
  background-color: var(--custom-primary);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.landing-image-content,
.landing-video-content {
  width: 100%;
  height: 330px;
  margin: 2px auto;
}

.landing-image-content img,
.landing-video-content iframe {
  width: 100%;
  height: 100%;
}

.landing-image-content img {
  object-fit: contain;
}

.landing-video-content video {
  width: 100%;
  height: 100%;
  background-color: white;
}

.landing-video-content video:hover {
  cursor: pointer;
}

.landing-video-content .video-button {
  position: absolute;
  bottom: 5%;
  right: 2%;

  width: 35px;
  height: 35px;

  background-color: var(--custom-primary);
  color: #fff;
  opacity: 0.6;

  font-family: Montserrat-Regular;
  font-size: 16px;
  text-align: center;

  border-radius: 5px;
}

.landing-video-content .video-button:hover {
  opacity: 1;
  transition: 0.5s;
}

.landing-video-content .video-button span {
  display: none;
}

@media (min-width: 500px) {
  .landing-image-content,
  .landing-video-content {
    height: 400px;
  }

  .landing-image-content img {
    object-fit: cover;
  }
}

@media (min-width: 900px) {
  .landing-image-content,
  .landing-video-content {
    height: 550px;
  }

  .landing-video-content .video-button {
    width: 150px;
    font-size: 14px;
    font-weight: 800;
  }

  .landing-video-content .video-button span {
    display: inline;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .landing-image-content,
  .landing-video-content {
    height: 650px;
  }

  .carousel-control-prev span,
  .carousel-control-next span {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}

/* END - Landing Page Slider */
/* End - CERTIFICATE PREVIEW MODAL */

/* .average-modal .modal-content , .excellent-modal .modal-content{
  background-image: url("../..assets/images/quiz-confetti.png") !important;
}
.fail-modal .modal-content{
  background-image: url("../..assets/images/fail-background.png");
} */

.mycourse-sec {
  padding: 2% 0;
  background-image: url("../images/my-courses-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.completed-course-sec {
  padding: 2% 0;
  background-color: #f4f7fa;
}

.searchBar .fa.fa-search.search-icon {
  font-size: 16px;
}

.ct-monthly-quiz .sumary-sec .coming-soon {
  background-color: #deecf8 !important;
}

.ct-monthly-quiz .sumary-sec .sum-results {
  padding: 6px 10px !important;
}

.ct-monthly-quiz .result-progress {
  padding: 12px 15px 8px !important;
}

/* Scroll to top button  */
html,
.cover,
.page-wrap {
  scroll-behavior: smooth;
}

.scroll-to-top #scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--custom-primary);
  color: #fff;
  cursor: pointer;
  padding: 2px 11px;
  border-radius: 10px;
  font-size: 18px;
}

.scroll-to-top #scrollTopBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.scroll-to-top button i {
  color: #fff;
  font-size: 30px !important;
}

/* End of scroll to top button  */
.dropdown-toggle::after {
  display: inline !important;
  vertical-align: 0px !important;
}

.header-profile-img {
  border: 1px solid;
  border-radius: 50%;
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-item img {
  vertical-align: middle !important;
}

.header-profile-img:hover {
  scale: 1.2;
}

.main-header nav.userlogin {
  padding-top: 1.5rem !important;
}

.main-header nav {
  padding-top: 20px !important;
}

.dropdown-menu li a {
  font-size: 16px;
}

/*Lesson Content SideBar*/
.profileBubble:hover,
.profileBubble_inner:hover {
  scale: 1.2;
}

.classic .nav-sidebar-header__inner {
  padding: 1rem !important;
}

.brand--ui.inner {
  position: absolute;
  width: 85%;
  bottom: 10px;
}

.nav-sidebar-header__inner.nav-sidebar-header__inner--dark-accent {
  height: 205px;
}

.classic.nav-sidebar-header__progress-track {
  margin-top: 3rem !important;
}

.nav-sidebar-header__content {
  margin: 5rem 0 0.5rem !important;
}

.classic .nav-sidebar__outline {
  padding: 0px !important;
}

.nav-sidebar-header {
  height: 205px;
  overflow: hidden !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.nav-sidebar__body {
  overflow-y: scroll !important;
}

/*End*/

.quiz-main .question-main {
  margin-bottom: 16px !important;
}

.answer-box p {
  font-size: 16px;
}

.loading-text {
  font-size: 22px !important;
}

.ct-monthly-quiz .available {
  background-color: #b3c6f5 !important;
  /*	background-color: #C81111 !important;*/
}

.quiz-section {
  min-height: 47vh;
}

.result-progress .progress {
  position: relative !important;
}

.correct-div img {
  display: unset !important;
}

.quiz-submit-btn-alignment {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.quiz-main {
  margin-bottom: 25rem;
  min-height: 30vh;
}

.bounce-effect a {
  cursor: pointer;
}

.correct-div img,
.correct-div span {
  vertical-align: middle !important;
}

.quiz-submit-btn {
  font-size: 2rem !important;
}

.quiz-continue-btn-div a {
  font-size: 1.5rem !important;
}

.question-num-top p {
  font-size: 1.5rem;
}

.correct-div span.correct-text,
.correct-div span.incorrect-text {
  margin-left: 5px;
}

.quiz-main .progress {
  position: relative !important;
  background-color: #fff !important;
}

ul.breadcrumb li a {
  color: #234084 !important;
}

ul.breadcrumb li a.fa.fa-home {
  font-size: 1.5em !important;
}

ul.breadcrumb li a.select {
  cursor: context-menu;
}

.cover__header-content-authors span {
  color: white !important;
}

.login-main button {
  font-size: 16px !important;
}

.sec-title {
  font-size: 20px;
}

.header-carousel {
  display: flex;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  height: 20vh;
  overflow-y: hidden;
}

.header-carousel-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  scroll-snap-align: center;
}

.header-carousel-image.next {
  margin-left: 110px;
}

/* login-SignUp Captcha */
.login-signUp-google-captcha {
  padding-left: 48px;
  margin-bottom: 10px;
}

.about-sec .sec-subtitle {
  font-size: 34px !important;
}

.ql-editor {
  white-space: normal !important;
}

.certificate-main {
  padding: 6% !important;
}

.contactus-google-captcha {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
  font-size: 14px;
  padding: 5px;
}

.dropdown-col,
.cover__header-content-title.cover__header-content-title--light-text,
.nav-sidebar-header__title.brand--head,
.overview-list-item__title,
.nav-sidebar__outline-list-item a,
.nav-sidebar__outline-list-item ol li,
.lesson-header__title h1 {
  font-family: MerriweatherSans !important;
}

.main-header {
  background-color: white;
}

.quiz-card__feedback-wrap.incorrect .quiz-card__feedback-icon {
  border: 0.2rem solid #e21212 !important;
}

.quiz-card__feedback-wrap.correct .quiz-card__feedback-icon {
  border: 0.2rem solid #00d400 !important;
}

.quiz-card__feedback-wrap.incorrect .quiz-card__feedback-icon path {
  fill: #e21212 !important;
}

.quiz-card__feedback-wrap.correct path {
  fill: #00d400 !important;
}

.main-footer p {
  font-size: 16px;
}

.main-footer .footer-contact h3 {
  /* font-size: 18px; */
}

.benefits-text h4 {
  font-weight: 700;
}

.block-text__container p img {
  width: auto;
  max-width: 100%;
}

.backbutton {
  position: absolute;
  left: 10px;
  top: 30px;
  width: 70px;
  height: 24px;
  cursor: pointer;
}

.backbutton-inner:hover {
  scale: 1.1;
}

.backbutton-inner {
  position: absolute;
  left: 10px;
  top: 18px;
  width: 70px;
  height: 24px;
  cursor: pointer;
}

.backbutton .fa {
  font-size: 25px;
  color: #000000;
}

/* Start - CLIENT DASHBOARD */

.course-card .card-text .progress-percent {
  font-size: 12px;
}

.course-card .card-text .progress-border {
  height: 3px;
}

.course-card .card-text .progress-border .progress-data {
  height: 3px;
}

/* End - CLIENT DASHBOARD */

/* Start - COURSE HOME PAGE */

.cover__header .cover__header__progress-track {
  background-color: rgb(255 255 255 / 50%) !important;
  height: 4px;
}

.cover__header .cover__header__progress-runner {
  background-color: #fff !important;
  height: 4px;
}

.cover__header .cover__header__progress-text {
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 15px;
  font-size: 16px;
}

/* End - COURSE HOME PAGE */

.classic .nav-sidebar__outline-list li ol.active {
  display: block;
}

.classic .nav-sidebar__outline-list li ol {
  background-color: #ebebeb;
  padding-left: 5px;
  display: none;
}

.classic .nav-sidebar__outline-list li ol li {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  height: 100%;
  line-height: 1.6rem;
  padding: 0.8rem 1.1rem 0.8rem 3.6rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #313537;
}

.classic .nav-sidebar__outline-list li ol li.active {
  background-color: #d9d9d9;
  font-weight: 700;
}

.signup .form-checkbox a {
  color: white !important;
  cursor: pointer;
}

.form-checkbox a {
  cursor: pointer;
}

.signup .form-checkbox .check-label {
  color: white !important;
}

.error-input span {
  color: red;
  font-size: 12px;
}

.error-input {
  text-align: left;
  width: 78%;
  margin: 0 auto;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content {
  border-radius: 1.3rem;
}

.modal-title {
  font-family: Montserrat-Bold;
  font-size: 20px;
}

.modal-body {
  border: none !important;
}

.modal-body p {
  font-family: Montserrat-Bold;
  font-size: 16px;
}

.process-counter_active_border {
  border-style: solid;
  border-color: var(--color-accent);
  border-width: 2px;
  border-radius: 50%;
}

.block-text__row ol {
  list-style: decimal !important;
}

.nav-sidebar__outline-list {
  padding-left: 0px !important;
}

#progressInput {
  margin: 20px auto;
  width: 30%;
}

.circle-background,
.circle-progress {
  fill: none;
}

.circle-background {
  stroke: rgb(12 12 12 / 27%);
}

.circle-progress {
  stroke: var(--primary-color-gradient);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-text {
  font-size: 3em;
  font-weight: bold;
  fill: var(--secondary-color-gradient);
}

.courseItem {
  padding: 20px;
  border: solid 1px gray;
  margin: 10px;
  width: 303px;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.courseItem:hover {
  scale: 1.1;
  background-color: var(--color-accent) !important;
  margin-left: 20px;
  transition: margin-left 1s, scale 1s;
}

.block-knowledge__retake-icon {
  fill: #313537;
}

.block-knowledge__retake--active:hover path {
  fill: var(--color-accent);
}

/*Side Menu*/

.side_menu.open {
  left: 0px !important;
}

.sidebar-box .list_item {
  margin-left: 0px !important;
  opacity: 1 !important;
}

.cursor-point {
  cursor: pointer;
}

/*Side Menu End*/

.nav-sidebar-header__graphic {
  background-color: transparent !important;
  background: linear-gradient(
    180deg,
    var(--primary-color-gradient) 0%,
    var(--secondary-color-gradient) 100%
  ) !important;
}

.classic .cover__header-content {
  background-color: transparent !important;
  background: linear-gradient(
    180deg,
    var(--primary-color-gradient) 0%,
    var(--secondary-color-gradient) 100%
  ) !important;
}

.classic .lesson-header-wrap--light .lesson-header__top-wrap:after,
.default .lesson-header-wrap--light .lesson-header__top-wrap:after {
  background: linear-gradient(
    180deg,
    var(--primary-color-gradient) 0%,
    var(--secondary-color-gradient) 100%
  ) !important;
}

.classic .nav-sidebar__outline-item--active:after,
.classic .nav-sidebar__outline-section-item--active:after {
  background: linear-gradient(
    180deg,
    var(--primary-color-gradient) 0%,
    var(--secondary-color-gradient) 100%
  ) !important;
}

.main-box-fail {
  padding: 25px;
  text-align: -webkit-center;
}

.main-box-fail .content-box {
  background-color: #fff;
  color: #000;
  padding: 20px;
  width: 73%;
  border: 1px solid #ddd;
  box-shadow: 0 0.4rem 1.2rem 0.2rem rgba(0, 0, 0, 0.05);
}

.main-box-fail .content {
  text-align-last: center;
}

.main-box-fail p {
  font-size: 1.2rem;
  font-weight: 700;
}

.main-box-pass {
  padding: 25px;
  text-align: -webkit-center;
}

.main-box-pass p {
  font-size: 1.2rem;
  font-weight: 700;
}

.main-box-pass .content-box {
  background-image: url("D:/Project 2023/Sea Training/HTML/Sea Training HTML/HTML/Client/images/confetti.png");
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  color: #000;
  padding: 6%;
  width: 73%;
  border: 1px solid #ddd;
  box-shadow: 0 0.4rem 1.2rem 0.2rem rgba(0, 0, 0, 0.05);
}

.main-box-pass .content {
  text-align-last: center;
}

.main-box-pass .content p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dropdown-col label {
  font-size: 14px;
}

.dropdown-col div {
  font-size: 14px;
}

/************************************/
.blue-btn {
  font-size: 14px;
}

.sec-subtitle {
  font-size: 24px;
}

.benefits-text h4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.benefits-text p {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.accordion-header button {
  font-size: 14px !important;
}

.accordion-body {
  font-size: 14px !important;
  font-weight: 400;
  padding: 1rem 1.25rem;
}

.faq-sec .accordion-button {
  font-size: 16px !important;
  border: 1px solid #cdcdcd;
}

.signup label {
  font-size: 30px !important;
  margin-bottom: 35px !important;
}

.login-main label {
  font-size: 3.3em;
}

.login-main input {
  font-size: 16px !important;
}

.toast-message {
  min-width: 250px;
  width: max-content;
  max-width: 80%;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 2px 8px #c3c3c3;
  padding: 15px;
  position: fixed;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 40px;
  font-size: 16px;
  /* background-color: #e9ffd9;
  color: #3d8a05; */
  color: white;
  border: 1px solid;
}

input:-webkit-autofill {
  background: #e0dede !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #e0dede inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #e0dede inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.link-click {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px !important;
}

.password-validation {
  position: relative;
}

.password-eye {
  position: relative;
}

.password-eye .eye-icon {
  font-size: 16px !important;
}

.login-main .signup .login-captcha,
.login-main .login .login-captcha {
  display: flex;
  height: 30px;
}

.login-main .signup .login-captcha img,
.login-main .login .login-captcha img {
  background-color: var(--custom-white);
}

.login-main .login .login-captcha a {
  color: #212529;
  padding-left: 20px;
  padding-top: 7px;
}

.login-main .signup .login-captcha a i,
.login-main .login .login-captcha a i {
  font-size: 16px !important;
}

.drop-down {
  height: 38px;
  font-size: 14px;
}

.course-flip-card .flip-card-inner {
  cursor: pointer;
}

.flip-card-back h4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.flip-card-back p,
.flip-card-back a {
  font-size: 16px;
  font-family: Montserrat-Regular !important;
}

.a-link {
  font-size: 16px;
}

.contact-details i {
  font-size: large;
}

.contact-details span {
  font-size: 14px !important;
}

.trail-video-overlay {
  background-color: #000000ab;
}

.certificate-main p,
.certificate-main span {
  font-family: Merriweather-Regular;
  color: #4e4e4e;
}

.course-card .card-text h5 {
  font-size: 16px;
}

/* Start - EDIT PROFILE IMAGE */

.Profileimage.block {
  background: transparent;
}

.Profileimage img {
  width: 100%;
  height: 100%;
}

.circle-block {
  width: 200px !important;
  height: 200px !important;
  background: transparent !important;
}

.circle {
  border-radius: 50%;
}

/* End - EDIT PROFILE IMAGE */

/* Faq Page*/
.faq-section {
  background-color: white;
}

.faq-search-banner {
  padding: 35px 0 20px 0;
}

.section-subtitle {
  font-size: calc(1.3rem + 0.6vw);
}

.browse p {
  font-family: Montserrat-Regular !important;
}

.accordion-header button {
  font-family: Montserrat-Regular !important;
  font-size: 16px;
}

.section-subtitle {
  font-size: 25px !important;
  font-family: Montserrat-Regular !important;
  font-weight: bold;
}

.accordion-header button {
  font-size: 16px !important;
  font-family: Montserrat-Regular !important;
}

.accordion-body {
  font-size: 18px !important;
  font-family: Merriweather-Regular !important;
}

/* .accordion-button {
  font-size: 16px !important;
  font-family: Montserrat-Regular !important;
  padding: 1.75rem 1.25rem !important;
} */
.add-query h5 {
  font-size: 18px !important;
  font-weight: bold;
  font-family: Montserrat-Regular !important;
}

.accordian-text {
  margin-top: 1rem;
}

.msg-Text {
  text-align: center !important;
  font-weight: 600;
}

.faq-pagination {
  /*padding-top: 8px;*/
  font-size: 16px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.sectionTitle-pagination {
  display: flex;
  justify-content: space-between;
}

/* End Faq Page*/

@media screen and (max-width: 765px) {
  .course-card {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .video-content {
    /* display: none !important; */
    /* opacity: 0 !important; */
  }
}

@media (pointer: none), (pointer: coarse) {
  .video-content {
    /* display: none !important; */
    /* opacity: 0 !important; */
  }
}

/*************************************/
@media (max-width: 768px) {
  .profileBubble {
    right: 3% !important;
  }
}

@media screen and (min-width: 768px) {
  .completed-course-sec h1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .block-video {
    width: 1000px;
    /*To break the video on mobile screen*/
  }
}

@media screen and (max-width: 767px) and (min-width: 414px) {
  .main-box-pass .content-box {
    background-size: 76%;
  }
}

@media screen and (max-width: 500px) {
  .hero-sec .carousel-dark .carousel-inner video {
    height: 330px !important;
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .hero-sec .carousel-dark .carousel-inner video {
    object-fit: fill !important;
  }
}

@media screen and (max-width: 413px) and (min-width: 320px) {
  .main-box-pass .content-box {
    background-size: 98%;
  }
}

/* On FlipCardVideoModal, center the Loader for the video */
.center-loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

button.create-course {
  font-size: 16px;
  background-color: #0ea5e9;
  padding: 7px 16px;
  font-family: "Montserrat-medium";
}

.highlighted {
  color: #234084;
}

.card-box {
  padding-bottom: 10px;
}

.pagination-bottom {
  flex-basis: 50%;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}

.xyz {
  flex-basis: 50%;
  padding: 20px;
}

.query-pagination-block {
  display: flex;
}

.contact-btn {
  text-align: left;
  padding-left: 0px;
}

.add-query {
  /* padding-top: 30px !important; */
  display: flex;
  justify-content: space-between;
  /* flex-direction: column-reverse; */
}

.btn-info-faq {
  padding-top: 1px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: start;
}

.faq-cntct-btn {
  display: flex;
}

.faq-cntct-btn .contact-btn {
  padding-left: 10px;
}

.breadcrumb {
  max-width: 30rem;
}

.rating-and-reviews {
  display: flex;
  justify-content: center;
}

.review-count {
  font-size: 16px;
}

.rating-modal-error-msg {
  color: red;
  font-weight: 600;
}

.description-flipBack {
  overflow: hidden;
}

.animated .fadeIn {
  text-align: center;
  border-radius: 10px;
}

/* START - Landing Page Slider */

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 2%;
  margin: 0px auto;
  background-color: var(--custom-primary);
  border-radius: 20px;
  opacity: 0.6;
}

.carousel-indicators:hover {
  opacity: 1;
  transition: 0.5s;
}

/* Carousel Arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 7% !important;
  height: 25px;
  margin: auto 0;
}

.carousel-control-prev span,
.carousel-control-next span {
  font-size: 15px;
  background-color: var(--custom-primary);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.landing-image-content,
.landing-video-content {
  width: 100%;
  height: 330px;
  margin: 2px auto;
}

.landing-image-content img,
.landing-video-content iframe {
  width: 100%;
  height: 100%;
}

.landing-image-content img {
  object-fit: contain;
}

.landing-video-content img {
  object-fit: contain !important;
  height: 100% !important;
  width: 100% !important;
}

.landing-video-content .video-button {
  position: absolute;
  bottom: 5%;
  right: 2%;

  width: 35px;
  height: 35px;

  background-color: var(--custom-primary);
  color: #fff;
  opacity: 0.6;

  font-family: Montserrat-Regular;
  font-size: 16px;
  text-align: center;

  border-radius: 5px;
}

.landing-video-content .video-button:hover {
  opacity: 1;
  transition: 0.5s;
}

.landing-video-content .video-button span {
  display: none;
}

@media (min-width: 500px) {
  .landing-image-content,
  .landing-video-content {
    height: auto;
  }

  .landing-image-content img {
    object-fit: cover;
  }
}

@media (min-width: 900px) {
  .landing-image-content,
  .landing-video-content {
    height: auto;
  }

  .landing-video-content .video-button {
    width: 150px;
    font-size: 14px;
    font-weight: 800;
  }

  .landing-video-content .video-button span {
    display: inline;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .landing-image-content,
  .landing-video-content {
    height: auto;
  }

  .carousel-control-prev span,
  .carousel-control-next span {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}

/* END - Landing Page Slider */

/*Media Query*/

@media (max-width: 992px) {
  .main-header nav,
  .main-header nav.userlogin {
    padding-top: 0% !important;
  }
}

@media screen and (max-width: 767px) {
  .faq-cntct-btn {
    padding-bottom: 10px;
  }
}

@media (max-width: 486px) {
  .cover__header-content-info {
    padding-top: 40px !important;
  }
}

@media (max-width: 769px) {
  #searchQueryInput {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .course-reviews-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-scroll {
    height: auto;
  }

  .faq-text h1 {
    font-size: 30px;
  }
}

.card-text h6 {
  font-size: 14px;
}

@media (max-width: 576px) {
  .ag-paging-button,
  .ag-paging-description {
    margin: 1px !important;
  }

  .ag-paging-panel > * {
    margin: 0px !important;
  }

  .ag-paging-panel {
    /* align-items: center !important;
  display: flex !important; */
    justify-content: space-evenly !important;
  }

  .assessment .user-tab {
    padding: 15px 10px 22px 10px !important;
  }
}

@media (max-width: 576px) {
  .carousel-control-prev span,
  .carousel-control-next span {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .main-footer {
    padding: 3% !important;
  }

  #searchQueryInput-course {
    padding-top: 10px !important;
  }
}

.category-bubble-class-padding {
  padding-bottom: 20px;
  text-align: left;
}

#searchQueryInput-course {
  margin-bottom: 13px;
}

@media (max-width: 576px) {
  .category-bubble-class {
    padding-top: 25px !important;
  }

  .bubble-display {
    margin-top: 10px !important;
  }

  .category-bubble-class-padding {
    padding-bottom: 15px !important;
  }
}

@media (max-width: 576px) {
  .contact-information p {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .contact-information .contact-details {
    padding-bottom: 20px;
  }

  .contact-us-sec .contact-us-main {
    padding: 13px 19px;
  }

  .contact-us-main .contact-information {
    padding: 10px 16px;
  }
}

@media (max-width: 577px) {
  .ct-sec-title {
    font-size: 20px;
    padding-left: 8px;
    /* padding-right: 8px; */
  }

  .sectionTitle-pagination {
    display: block;
  }

  .section-subtitle {
    font-size: 20px !important;
  }

  .faq-pagination {
    justify-content: flex-end !important;
    padding-top: 8px;
  }

  .pagination-bottom {
    order: 1;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .xyz {
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .faq-section .accordion-header {
    padding-top: 12px;
  }

  .add-query {
    flex-direction: column;
  }

  .contact-btn .blue-btn {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .faq-pagination {
    justify-content: flex-start;
  }
}

.user-card-box {
  min-height: 183px !important;
}

.user-card-text {
  min-height: 180px;
}

.user-card-text h6 {
  font-size: 14px;
}

.course-card .user-card-text h5 {
  font-size: 16px;
}

.course-card .user-card-text .progress-percent {
  font-size: 12px;
}

.course-card .user-card-text .progress-border {
  height: 3px;
}

.course-card .user-card-text .progress-border .progress-data {
  height: 3px;
}

@media (min-width: 1300px) {
  .user-card-text {
    min-height: 191px;
  }
}

@media (min-width: 1200px) {
  .user-card-text .user-course-title {
    min-height: 58px;
  }
}

@media (min-width: 768px) {
  .user-card-text .user-course-title {
    min-height: 78px;
  }
}

.user-card-text .user-course-title {
  display: flex !important;
}

.user-card-text .user-course-title h5 {
  align-self: center;
  max-height: 78px;
}

.star-rating {
  margin-right: 5px;
}

.course-star-review {
  display: flex;
}

.course-review-count {
  padding-top: 4px;
  font-size: 12px;
}

.searchQueryInput-class::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(199, 194, 194);
  opacity: 1;
  /* Firefox */
}

.course-avg-star-count {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

@media (min-width: 991px) and (max-width: 1400px) {
  .course-avg-star-count {
    font-size: 13px !important;
    text-decoration: none !important;
    color: #000 !important;
  }
}

@media (max-width: 576px) {
  .course-avg-star-count {
    font-size: 11px !important;
    text-decoration: none !important;
    color: #000 !important;
  }
}

@media (max-width: 767px) {
  .add-query {
    flex-direction: column-reverse;
  }

  .faq-pagination {
    justify-content: flex-end !important;
    padding-top: 8px;
  }

  .pagination-bottom {
    padding-bottom: 0px;
  }

  .xyz {
    padding-top: 0px;
  }
}

@media (max-width: 576px) {
  .page__header-container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 6.5rem;
    padding-right: 2.5rem;
  }
}

.react-pdf__Page__canvas {
  margin: auto !important;
}

.course-cardreview-height {
  height: 35px;
}

.course-flipcardreview-height {
  height: 34px;
}

@media (max-width: 768px) {
  .block-text__col {
    margin-bottom: 25px !important;
  }
}

.course-flip-card .completion-card {
  font-size: 13px;
}

.course-flip-card .final-score {
  font-size: 13px;
}

.certificate-pageNumber {
  display: inline;
}

.certificate-pageNumber canvas {
  margin-top: 35px !important;
}

@media (max-width: 850px) and (min-width: 768px) {
  .react-pdf__Page__canvas {
    margin-top: 80px;
    width: 550px !important;
    height: 475px !important;
  }
}

@media (max-width: 1050px) and (min-width: 851px) {
  .react-pdf__Page__canvas {
    margin-top: 50px;
    width: 650px !important;
    height: 525px !important;
  }
}

@media (max-width: 768px) {
  .certificate-download {
    padding-left: 15px;
  }
  .certificate-preview {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .course-card:hover {
    scale: 1.05;
    box-shadow: 0px 0px 10px 4px #00000029;
    padding: 10px;
  }
}

.footer-terms-condition {
  text-decoration-line: none;
  font-family: "Merriweather";
}
.footer-terms-condition:hover {
  text-decoration: underline;
}

body > div.fade.certificate-modal.modal.show > div > div > div > section > div {
  height: 647.236px !important;
}

.react-pdf__Page__annotations.annotationLayer {
  height: 15px !important;
}

@media (max-width: 950px) and (min-width: 767px) {
  .certificate-modal-body.modal-body {
    height: 590px !important;
  }
}

/* Feedback Page Css */
/* Feedback Form */
.feedback-form-sec {
  background-image: url("../images/feedback_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px 15%;
}

.feedback-form-sec label,
.feedback-form-sec span,
.feedback-form-sec th,
.feedback-form-sec td {
  font-size: 16px;
}

.feedback-form-sec .feedback-question-block {
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}

.feedback-form-sec .feedback-question-block .block-header {
  background-color: var(--custom-primary);
  min-height: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 5px 20px;
}

.feedback-form-sec .feedback-question-block .block-header .block-header-text {
  color: #fff;
  font-family: Montserrat-Medium;
}

.feedback-form-sec .feedback-question-block .block-content {
  padding: 12px 20px;
}

.feedback-form-sec .feedback-question-block .training-details {
  padding-top: 0 !important;
}

.feedback-form-sec .feedback-question-block .block-content h3 {
  font-family: Montserrat-Bold;
  font-weight: 700;
  text-align: center;
  color: #2e2e2e;
  font-size: calc(1.2rem + 0.6vw);
}

.feedback-form-sec .submit-sec {
  text-align: center;
}

.feedback-form-sec .container {
  padding-bottom: 250px !important;
}

.feedback-form-sec .submit-sec .submit-btn {
  border: none;
  padding: 6px 20px;
  border-radius: 7px;
  background-color: var(--custom-primary);
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 16px !important;
}

.feedback-question .asterisk {
  color: var(--custom-secondary);
}

.feedback-question .question-text {
  font-family: Montserrat-Medium !important;
  font-size: 16px !important;
}

.feedback-question .question-text-spacing {
  padding-right: 13px;
}

.feedback-question .data-text {
  font-family: Montserrat-Medium;
}

.feedback-question .question-note {
  font-family: Montserrat-Bold !important;
  font-size: 15px !important;
}

.feedback-answer .feedback-text-input {
  font-family: Montserrat-Regular !important;
  font-size: 16px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
}

.feedback-answer .feedback-text-input:focus {
  border-top: none;
  border-right: none;
  border-left: none;
}

.feedback-answer .radio-f-box {
  display: flex;
  flex-wrap: wrap;
}

.feedback-answer .radio-f-box span {
  font-family: Montserrat-Medium;
}

.feedback-answer .right-spacing {
  padding-right: 40px;
}

.feedback-answer .radio-f-box .text-spacing {
  padding-left: 10px;
}

.feedback-answer .range-f-box {
  display: flex;
  width: 100%;
}

.feedback-answer .range-f-box label {
  font-family: Montserrat-Regular;
}

.feedback-answer .range-f-box .vertical-f-box {
  display: flex;
  flex-direction: column;
  padding-right: 60px;
}

/* .feedback-answer .range-f-box .vertical-f-box .empty-box-mod{
	min-height: 50px;
} */

.feedback-answer .range-f-box .vertical-f-box .unit-f-box {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedback-answer input.larger-radio {
  width: 15px;
  height: 15px;
}

/* Table */
.feedback-tab {
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 4px;
}

.feedback-tab .feedback-table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f7f8fc;
  /* white-space: nowrap; */
}

.feedback-tab th {
  background-color: #fff;
  /* color: #ffffff; */
  text-align: center;
  padding: 8px;
  font-family: Montserrat-Regular;
}

.feedback-tab td {
  background-color: #f8f9fa;
  padding: 8px;
  font-family: Montserrat-Regular;
  border-bottom: 5px solid #fff;
}

.feedback-tab td .value-font {
  font-family: Montserrat-Regular;
  text-wrap: nowrap;
}

.feedback-tab .align-center-td {
  text-align: center;
}

.feedback-tab .align-left-th {
  text-align: left;
}

.feedback-tab input.larger-checkbox {
  width: 17px;
  height: 17px;
}

/* Table End */
.feedback-header {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}

/* .feedback-header .logo-box img{
		width: 90%;
	} */

.feedback-header .kmsm-branding-text {
  font-family: "Montserrat-Bold";
  font-size: 22px;
  /* font-weight: 600; */
  text-align: left;
  color: #db2927;
}

/* .feedback-header .col-padd-none{
		padding-right: 0;
	 } */

.feedback-header .kmsm-branding-alignment {
  text-align: end;
}

.feedback-header .edot-branding-alignment {
  align-self: center;
}

.feedback-header .kmsm-branding-f-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.feedback-header .kmsm-branding-f-box img {
  width: 9%;
}
.userprofile-dob .react-datepicker-wrapper {
  width: 100% !important;
}

.userprofile-dob .react-datepicker {
  font-size: 16px;
  max-width: 225px;
}

.userprofile-dob
  .react-datepicker__day.react-datepicker__day--007.react-datepicker__day--weekend {
  margin: 5px;
}

.userprofile-dob .react-datepicker__day-name {
  margin: 5px;
}

.userprofile-dob .react-datepicker__day {
  margin-right: 8px;
}

.userprofile-dob .react-datepicker__current-month {
  font-size: 12px;
}

.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label input[type="checkbox"] {
  /* Adjust the size as needed */
  width: 15px;
  height: 15px;
}

.consent-text {
  margin-left: 8px;
  font-family: Montserrat-Medium !important;
  font-size: 16px !important;
}
.italics-text {
  font-family: Montserrat-Medium !important;
  font-size: 12px !important;
}

/* Feedback Form End */
/* .userprofile-dob .react-datepicker__month-container {
  font-size: 15px;
} */
/* --- Pankaj Media query --- */
@media screen and (min-device-width: 1440px) and (max-device-width: 1920px) {
  .about-sec .sec-subtitle {
    font-size: 34px;
  }
  .course-card .card-text h5 {
    font-size: 22px;
  }
  .course-card .card-text {
    min-height: 100px;
  }
}

@media screen and (max-width: 1300px) {
  .banner-caption {
    top: 15%;
  }
  .course-card img {
    height: 160px !important;
  }
  .course-card .card-text {
    min-height: 85px;
  }
  .card-box {
    min-height: 290px;
  }
  .benefits-box .benefits-icons {
    padding: 5px;
  }
  .flip-card-back h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1220px) {
  .flip-card-back p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-caption {
    top: 12%;
    width: 38%;
  }
  /*.benefits-box .benefits-icons{
		padding: 25px;
	}*/
  .course-card .card-text h5 {
    font-size: 18px;
  }
  .course-card img {
    height: 162px !important;
    width: 100%;
  }
}

@media screen and (min-device-width: 426px) and (max-device-width: 992px) {
}

@media screen and (max-width: 992px) {
  .nav-button {
    position: absolute;
    top: -48px;
    right: 0;
  }
  .main-header nav {
    float: unset;
  }
  .header-btn {
    padding-left: 10px;
  }
  .banner-caption {
    top: 6%;
    width: 42%;
  }
  .benefits-box {
    padding: 5px 5px 0;
  }
  .courses-sec .title-box .sec-subtitle {
    font-size: 20px;
  }
  .ct-profile-sec .image-wrap {
    width: 180px;
    height: 180px;
  }
  .ct-monthly-quiz .mob-scroll table {
    margin-bottom: 0px;
  }
  .ct-monthly-quiz .mob-scroll.mob-mt {
    margin-top: -3px;
  }
}

@media screen and (max-width: 768px) {
  .nav-button {
    position: absolute;
    top: -38px;
    right: 0;
  }
  .main-header nav {
    float: unset;
  }
  .banner-caption h4 {
    font-size: 20px;
  }
  .banner-caption p {
    font-size: 16px;
  }
  .banner-caption {
    top: 5%;
    left: 8%;
    width: 44%;
  }
  .sec-title {
    font-size: 18px;
  }
  .sec-subtitle {
    font-size: 20px;
  }
  .about-sec .about-content p {
    font-size: 14px;
    padding-top: 0px;
    line-height: 25px;
  }

  .about-sec .blue-btn {
    font-size: 14px !important;
  }
  .faq-sec .accordion {
    width: 100%;
  }
  .video-text h2 {
    font-size: 32px;
  }
  .video-sec .arrow-graph img {
    width: 60%;
  }
  .video-sec .arrow-graph {
    position: absolute;
    bottom: 20px;
    left: 16%;
  }
  .main-header nav {
    padding-top: 2px !important;
  }
  .ct-banner-title {
    position: relative !important;
    bottom: 0;
  }
}

@media screen and (max-width: 678px) {
  .nav-button {
    top: -52px;
  }
  .banner-caption {
    width: 75%;
  }
  .about-content {
    padding-top: 15px;
  }
  .course-card {
    margin-bottom: 10px;
  }
  .course-card .card-text {
    min-height: 98px;
  }

  .video-sec .arrow-graph {
    display: none;
  }
  .benefits-box .benefits-icons {
    margin: 0 auto;
    width: 160px;
    transform: unset;
  }
  .mob-scroll {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 500px) {
  .hero-sec .carousel-dark .carousel-inner img {
    height: 330px !important;
    width: fit-content !important;
  }

  .banner-caption {
    top: 16%;
    left: 10%;
  }
}

@media screen and (max-width: 426px) {
  .hero-sec .carousel-dark .carousel-inner img {
    height: 300px;
  }

  .banner-caption h4 {
    font-size: 18px;
  }
  .banner-caption p {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 16px;
  }
  .banner-caption {
    top: 20%;
    left: 11%;
  }
  .banner-caption .blue-btn {
    padding: 4px 14px;
    font-size: 13px;
  }
  .nav-button {
    top: -52px;
  }
  .benefits-box .benefits-icons {
    margin: 0 auto;
    width: 160px;
    transform: unset;
  }
  .benefits-text {
    padding-top: 6px;
  }
  .benefits-arrow {
    background-image: unset;
  }
  .video-text h2 {
    font-size: 32px;
  }
  .course-card .card-text {
    min-height: 70px;
  }
  .course-card img {
    height: 200px !important;
  }
}

@media screen and (max-width: 375px) {
  .nav-button {
    top: -40px;
  }
  .banner-caption {
    top: 15%;
    left: 11%;
  }
  .banner-caption h4 {
    font-size: 16px;
  }
  .banner-caption p {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 15px;
  }
  .banner-caption .blue-btn {
    padding: 2px 11px;
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .banner-caption .blue-btn {
    display: none;
  }
}

/* All Courses Media Query ( Shounak ) */
@media (max-width: 1199px) {
  .searchQueryInput-class {
    padding: 10px 40px 10px 12px !important;
  }
}

@media (max-width: 1200px) {
  .searchQueryInput-class {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 767px) {
  .searchBar {
    margin-top: 9px;
  }

  .select-create-course-col {
    padding-top: 10px;
  }
  /* Contact Us  */
  .form-col .last-name-col {
    padding-top: 10px;
  }
}

/* Contact Us Media Query */
@media screen and (max-width: 375px) {
  button.submit {
    font-size: 13px;
  }
}

@media screen and (max-width: 425px) {
  .contact-us-text h1 {
    font-size: 40px;
  }

  /* Terms & Conditions */
  .course-text h1 {
    font-size: 40px;
  }
}

@media screen and (max-device-width: 767px) {
  .contact-us-main .contact-information {
    background-size: 28%;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
  .contact-us-main .contact-information {
    background-size: 36%;
  }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 2560px) {
  .contact-us-main .contact-information {
    background-size: 36%;
  }
}

/* Sea training Media Query */
@media screen and (min-width: 1800px) {
  /* .certificate-main p, span {
	  font-size: 22px !important;
	} */

  .certificate-main .para-sizing-imp {
    font-size: 22px !important;
  }

  .certificate-main .para-sizing {
    font-size: 20px !important;
  }

  .certificate-main .logo-ribbon {
    width: 100% !important;
  }

  .certificate-main .content-pad {
    padding-top: 8% !important;
  }

  .certificate-main .disclaimer-text {
    padding-top: 9% !important;
  }

  .certificate-main .certification-logo {
    width: 85%;
  }

  .certificate-main .date-alignment {
    padding-top: 36px !important;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1799px) {
  .certificate-main .date-alignment {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .certificate-main .date-sign-pad {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1300px) {
  .certificate-main .content-pad {
    padding-top: 45px;
  }

  .certificate-main .disclaimer-text {
    padding-top: 7%;
  }
}

@media screen and (min-width: 1366px) {
  .certificate-main .sign-date img {
    width: 140px;
  }
}

@media screen and (min-width: 1418px) {
  .certificate-main .para-sizing-imp {
    font-size: 19px !important;
  }

  .certificate-main .para-sizing {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 808px) {
  .certificate-main .disclaimer-text {
    padding-top: 2% !important;
  }
}

@media screen and (min-width: 997px) and (max-width: 1088px) {
  .certificate-main .disclaimer-text {
    padding-top: 0 !important;
  }

  .certificate-main p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 996px) {
  .certificate-main {
    padding: 5% !important;
  }

  /* .certificate-main .coc-banner img{
	  width: 73% !important;
	} */

  .certificate-main .content-pad {
    padding-top: 10px !important;
  }
  .certificate-main .date-sign-pad {
    padding-top: 0 !important;
  }

  .certificate-main .para-sizing-imp {
    font-size: 14px !important;
  }

  .certificate-main .para-sizing {
    font-size: 12px !important;
  }

  .certificate-main .hr-styling {
    margin-top: 25px !important;
  }

  .certificate-main .hr-sign-date {
    margin: 1rem 0 0 0 !important;
  }

  .certificate-main .top-p-margin {
    margin-bottom: 0;
  }

  .certificate-main .certificate-name {
    font-size: 25px;
  }

  .certificate-main .disclaimer-text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .certificate-outline {
    display: none;
  }
}
/* End of Sea training Media Query */

/* Quiz mascot on client dashboard */
@media screen and (max-width: 374px) {
  .minimize-mascot {
    bottom: 65px;
    right: -42px;
  }

  .minimize-mascot-img {
    width: 47px !important;
  }

  .quiz-mascot {
    bottom: 0px;
    right: 32px;
  }

  .quiz-mascot-img {
    width: 140px;
  }
}

@media screen and (max-width: 425px) {
  .minimize-mascot {
    bottom: 64px;
    right: -5px;
  }

  .minimize-mascot-img {
    width: 50px !important;
  }

  .quiz-mascot {
    text-align: end;
    position: fixed;
    bottom: 0;
    right: 17px;
  }

  .quiz-mascot-img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .quiz-mascot {
    bottom: 0px;
    right: 17px;
  }

  .quiz-mascot-img {
    width: 158px;
  }

  .minimize-mascot {
    position: fixed;
    bottom: 74px;
    right: -5px;
  }

  .minimize-mascot-img {
    width: 49px;
  }
}
/* End of Quiz mascot on client dashboard */

/* Quiz page media query */
@media screen and (max-width: 575px) {
  .quiz-main .quiz-continue-btn-div {
    padding-top: 10px;
    text-align: center;
  }

  .quiz-main .correct-div {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .answer-options .answer-box-spacing {
    padding-top: 12px;
  }

  .quiz-main .question-main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    justify-content: center;
  }
}
/* End of Quiz page media query */

/* Continue button on Client Dashboard */
@media screen and (max-width: 991px) {
  .completed-courses-btn-div {
    text-align: start;
  }

  /* .a-link-continue {
		float: left !important;
	  } */
}

@media screen and (max-width: 397px) {
  .completed-courses-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* Feedback Media Query */

@media screen and (max-width: 576px) {
  .feedback-form-sec {
    padding: 20px 0;
  }

  .feedback-header .kmsm-branding-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 323px) {
  .feedback-header .kmsm-branding-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 1299px) {
  .feedback-form-sec {
    padding: 20px 20%;
  }
}

@media screen and (max-width: 991px) {
  .feedback-answer .range-f-box .vertical-f-box {
    padding-right: 0;
  }

  .feedback-answer .range-f-box {
    justify-content: space-between;
  }
}

@media screen and (max-width: 425px) {
  .feedback-answer .range-f-box .vertical-f-box {
    flex-direction: row;
    /* padding-right: 60px; */
  }

  .feedback-answer .range-f-box {
    flex-direction: column;
  }

  .feedback-answer .range-f-box .responsive-spacing {
    padding-left: 36px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feedback-header .kmsm-branding-f-box img {
    width: 18%;
  }
}

.error-message {
  color: red;
  font-family: Montserrat-Regular !important;
  font-size: 12px !important;
}

.dob-user {
  width: 100% !important;
  font-size: larger;
}

.fr-view.intro-course p {
  margin-bottom: 2rem !important;
}

.ql-editor p {
  margin-bottom: 2rem !important;
}

.download-feeback-sec .download-feeback-btn {
  background-color: var(--custom-primary);
  color: var(--custom-white);
  padding: 6px 18px;
  font-family: Montserrat-Medium;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}

.download-feeback-sec .download-feeback-btn .download-feedback-icon {
  margin-right: 12px;
}

.trainingResult_Text {
  font-family: Montserrat-Medium !important;
  font-size: 16px !important;
  text-wrap: wrap;
}

/* START - VDO Cipher */

/* Hides the fullscreen button in VdoCipher's video player */
.ytp-fullscreen-button.ytp-button {
  display: none !important;
}

.custom-vdocipher-fullscreen-btn {
  transition: scale 0.3s ease-in-out, color 0.3s ease-in-out; /* Specify properties */
}

.custom-vdocipher-fullscreen-btn:hover {
  scale: 1.1;
  color: #fff !important;
}

/* END - VDO Cipher */

.vjs-tech .container-second {
  min-height: 100% !important;
  max-height: 100% !important;
}
