:root {
  --custom-primary: #234084;
  --custom-secondary: #dd2b27;
  --custom-title: #393939;
  --custom-white: #fff;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../css/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../css/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../css/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Merriweather-Regular;
  src: url(../font/Merriweather-Regular.ttf);
}

/* ----  Common CSS  ---- */
body {
  min-height: 100vh !important;
  position: relative !important;
}

.blue-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 25px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
}

.blue-btn:hover {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-secondary) 100%
    );
  color: var(--custom-white);
  box-shadow: unset;
}

p {
  font-family: Montserrat-Regular;
}

a,
span,
button {
  font-family: Montserrat-Regular;
}

.sec-title {
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  color: var(--custom-primary);
}

.sec-subtitle {
  color: var(--custom-title);
  font-family: Montserrat-Medium;
}

.sec-title-roadmap {
  font-family: Montserrat-Medium;
  color: var(--custom-primary);
  font-weight: 600;
  font-size: 28px;
}

/* ----  Header --- */

.main-header .logo-box {
  padding: 8px 0;
}

.main-header nav {
  float: right;
  padding-top: 18px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: Montserrat-Medium;
  color: var(--custom-primary);
  font-size: 18px;
  padding: 8px 12px;
}

.navbar-light .navbar-nav .nav-link.active {
  font-family: Montserrat-Bold;
  color: var(--custom-secondary);
}

.header-btn {
  padding: 1rem 0rem;
}

.header-btn .blue-btn {
  font-weight: 600;
}

.logo-box img {
  width: 15%;
  min-width: 100px;
}

/* ---  End of Header  --- */

/* ---  Landing Page ---- */
.banner-caption {
  top: 24%;
  left: 10%;
  right: unset;
  text-align: left;
  color: var(--custom-white) !important;
  width: 32%;
}

.banner-caption h4 {
  font-family: Montserrat-Bold;
  font-size: 32px;
}

.banner-caption p {
  font-size: 18px;
  text-shadow: 1px 1px 0px black;
}

.hero-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--custom-white) !important;
}

.about-sec {
  padding: 4% 0;
  background-color: #f4f7fa;
}

.about-sec .about-content p {
  font-size: 18px;
  padding-top: 8px;
  line-height: 30px;
}

.courses-sec {
  padding: 2% 0;
  text-align: center;
  padding-bottom: 25rem;
}

.courses-sec .title-box {
  padding-bottom: 15px;
}

.courses-sec .title-box .sec-subtitle {
  font-size: 24px;
}

.course-card {
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
  margin-bottom: 15px;
}

.course-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.course-card .card-text {
  padding: 10px 8px;
  min-height: 100px;
}

.course-card .card-text h5 {
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: var(--custom-title);
}

.course-card .card-text a {
  font-size: 18px;
}

.video-sec {
  padding: 8% 0;
  background-image: url("../images/video-bg.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  /* Create the parallax scrolling effect */
  /*  min-height: 500px; */
  background-attachment: fixed;
  background-position: center;
}

.video-img {
  margin: 0 auto;
  text-align: center;
}

.video-sec .arrow-graph {
  position: absolute;
  bottom: 45px;
  left: 35%;
}

.video-sec .arrow-graph img {
  width: 80%;
}

.play-img {
  width: 120px;
  margin: 0 auto;
}

.video-text h2 {
  font-size: 42px;
  color: var(--custom-white);
}

.video-text a {
  font-size: 18px;
  padding: 8px 25px;
}

.benefits-sec {
  background-image: url("../images/benefits-bg.png");
  background-size: cover;
  -webkit-animation: slide 15s linear infinite;
  animation: slide 15s linear infinite;
  padding: 4% 0;
}

.benefits-sec .title-box {
  text-align: center;
}

.benefits-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96%;
}

.benefits-box {
  padding: 40px 40px 0;
  text-align: center;
}

.benefits-box .benefits-icons {
  padding: 20px;
}

.benefits-box .benefits-icons img {
  padding: 0 25px;
}

.benefits-text {
  padding-top: 20px;
}

.faq-sec {
  background-image: url("../images/faq-sec2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-sec .container-fuild .row {
  width: 100%;
  margin: 0 auto;
}

.faq-sec .faq-img-row {
  padding-left: 0;
}

.faq-sec .faq-accordion {
  padding: 4% 0;
}

.faq-sec .accordion {
  width: 90%;
}

.faq-sec .accordion-header {
  padding: 15px 0 0px;
}

.faq-sec .accordion-item {
  background-color: transparent;
  border: none;
}

.faq-sec .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.faq-sec .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.faq-sec .accordion-body {
  background-color: var(--custom-white);
  border-radius: 0px 0px 25px 25px;
  font-family: Merriweather-Regular;
}

.faq-sec .accordion-button {
  border-radius: 25px !important;
  box-shadow: 0px 3px 6px #00000029;
  font-family: Merriweather-Regular;
}

.faq-sec .accordion-button:focus {
  border-color: #00000000 !important;
  box-shadow: unset;
}

.faq-sec .accordion-button:not(.collapsed) {
  background-color: var(--custom-primary);
  color: var(--custom-white);
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: calc(0.25rem - 1px) !important;
  border-bottom-left-radius: calc(0.25rem - 1px) !important;
}

.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f6f6f6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq-sec .faq-btn {
  padding-top: 25px;
}

.faq-sec .accordion-body .collapsing {
  transition: height 1.5s !important;
  transition-delay: 0 !important;
}

/* -- - END of landing Page  --- */

/* Login User Profile */
.dropdown-menu {
  position: absolute !important;
}

/* ---- LOGIN Modal Home page  -----*/

.login-modal .modal-content {
  background-color: transparent !important;
  border-color: transparent;
}

.login-modal .modal-body {
  padding: 0 !important;
}

.login-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 10px;
}

.login-main {
  width: 100%;
  height: 490px;
  overflow: hidden;
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-secondary) 0%,
      var(--custom-primary) 100%
    );
  border-radius: 10px;
  box-shadow: 5px 20px 50px #000;
  margin: 0 auto;
}

.login-main #chk {
  display: none;
}

.login-main .signup {
  position: relative;
  width: 100%;
  height: 100%;
}

.login-main label {
  color: var(--custom-white);
  font-size: 2.3em;
  justify-content: center;
  display: flex;
  margin: 40px 50px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.login-main input {
  width: 78%;
  background: #e0dede;
  justify-content: center;
  display: flex;
  margin: 15px auto;
  padding: 8px;
  border: none;
  outline: none;
  border-radius: 5px;
}

.login-main button {
  width: 40%;
  height: 40px;
  margin: 10px auto;
  justify-content: center;
  display: block;
  color: var(--custom-white);
  background: #573b8a;
  font-size: 1em;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 50px;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.login-main button:hover {
  background: #6d44b8;
}

.login-main .login {
  height: 520px;
  background: #eee;
  border-radius: 60% / 10%;
  transform: translateY(-520px);
  transition: 0.8s ease-in-out;
}

.login-main .login label {
  color: #573b8a;
  transform: scale(1.2);
  padding-top: 15px;
}

.login-main .signup label {
  transform: scale(0);
  margin-bottom: 10px !important;
  margin-top: 45px;
}

.login-main #chk:checked ~ .login {
  transform: translateY(-130px);
}

.login-main #chk:checked ~ .login label {
  transform: scale(0.6);
  margin-top: 0px;
}

.login-main #chk:checked ~ .signup label {
  transform: scale(1);
}

@media (min-width: 576px) {
  .login-modal .modal-dialog {
    max-width: 430px;
  }
}

.password-validation {
  position: relative;
}

.password-eye .eye-icon {
  position: absolute;
  right: 60px;
  top: 12px;
  color: #35178c;
}

.password-validation .error-icon {
  position: absolute;
  right: 80px;
  top: 12px;
  color: red;
}

.password-validation input {
  border: 1px solid red;
}

.login-validation input {
  border: 1px solid red;
}

.login-validation {
  position: relative;
}

.login-validation .error-icon {
  position: absolute;
  right: 60px;
  top: 12px;
  color: red;
}

.forgot-pass {
  text-align: center;
  padding: 8px 0;
}

.login-main .signup .login-captcha {
  width: 78%;
  margin: 0 auto;
}

.login-main .signup .login-captcha img {
  background-color: var(--custom-white);
}

.login-main .signup .login-captcha a {
  color: var(--custom-white);
  padding-left: 20px;
}

.login-btn {
  padding: 15px 0 10px;
}

.form-checkbox {
  display: flex;
  width: 78%;
  margin: 0 auto;
}

.form-checkbox input {
  width: auto;
  margin: unset;
  margin-right: 8px;
}

/* ---  Main Footer  --- */
.main-footer {
  padding: 1% 0 1%;
  background-color: #242145;
  color: #bdc0e2;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer-text img {
  width: 115px;
}

.main-footer .footer-contact h3 {
  color: var(--custom-white);
}

.main-footer .footer-contact p i {
  color: var(--custom-white);
  padding-right: 10px;
}

.social-icons {
  padding-bottom: 15px;
}

.social-icons img {
  width: 30px;
  margin-right: 20px;
}

.copyright-sec {
  text-align: center;
}

.copyright-sec p {
  font-size: 14px;
  color: #bdc0e2;
  margin-bottom: 0;
}

.wedoit-footer {
  display: flex;
}

.main-footer .wedoit {
  margin: auto;
}

/*  All Courses  */
.course-background {
  background-image: url("../images/courses-banner.png");
  background-size: cover;
  padding: 4% 0;
}

.course-text h1 {
  text-align: center;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 58px;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput-course {
  width: 100%;
  height: 39px;
  outline: none;
  border: 1px solid var(--custom-primary);
  border-radius: 1.625rem;
  padding: 10px 40px 10px 20px;
  font-size: 13px;
  font-family: "Montserrat-medium";
}

#searchQuerySubmit-course {
  width: 56px;
  height: 37.8px;
  margin-left: -56px;
  background: none;
  border: none;
  outline: none;
  padding-bottom: 10px;
}

.bubble-display {
  background-color: #c4daf5;
  color: #2b2b2b;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 24px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 9px;
}

.bubble-display .close-bubble {
  color: #747474;
}

.category-bubble-class {
  padding-top: 35px;
}

.form-select:focus {
  border-color: #8d8d8d;
  outline: 0;
  box-shadow: none;
}

/* -----  FAQ Page ------ */

.faq-background {
  background-image: url("../images/faq-banner.png");
  background-size: cover;
  padding: 3% 0;
}

.faq-text h1 {
  text-align: center;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 58px;
}

.faq-search-banner {
  background-color: #f4f7fa;
  height: auto;
}

.faq-search-banner .searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 60%;
  outline: none;
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 8px 20px;
  padding-inline-end: 40px;
  font-size: 15px;
}

#searchQuerySubmit {
  width: 56px;
  height: 44.8px;
  margin-left: -56px;
  background: none;
  border: none;
  outline: none;
}

.faq-search-banner .browse {
  color: #2e2e2e;
  font-family: Montserrat-Regular;
  font-size: medium;
}

.section-subtitle {
  color: #2e2e2e;
}

.faq-section {
  padding: 3% 0;
  padding-bottom: 25rem;
}

.faq-section .container-fuild .row {
  width: 100%;
  margin: 0 auto;
}

.faq-section .faq-img-row {
  padding-left: 0;
}

.search-icon {
  color: var(--custom-primary);
}

.faq-section .faq-accordion {
  padding: 4% 0;
}

.faq-section .accordion {
  width: 100%;
}

.faq-section .accordion-header {
  padding: 15px 0 0px;
}

.faq-section .accordion-item {
  background-color: transparent;
  border: none;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.faq-section .accordion-body {
  background-color: #fff;
  border-radius: 0px 0px 25px 25px;
  color: #2e2e2e;
  border: 2px solid #eeeeee;
  border-top: unset;
  font-family: Merriweather-Regular;
}

.faq-section .accordion-button {
  border-radius: 25px !important;
  box-shadow: 0px 1px 6px #00000029;
  border: 2px solid #eeeeee;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #00000000;
  outline: 0;
  border: 2px solid #eeeeee !important;
  box-shadow: 0px 1px 6px #00000029 !important;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: var(--custom-primary);
  color: #fff;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: calc(0.25rem - 1px) !important;
  border-bottom-left-radius: calc(0.25rem - 1px) !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f6f6f6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq-section .faq-btn {
  padding-top: 25px;
}

.faq-section .add-query {
  text-align: center;
}

/* ---  Course page ---- */
/* -- Flip card code --- */

.card-box {
  min-height: 392px;
  padding-left: 8px;
  padding-right: 8px;
}

.course-flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.course-flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 92%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.course-flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.course-flip-card .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  padding: 15px;
  display: grid;
  box-shadow: 0px 3px 6px #00000029;
}

.course-card .card-text {
  background-color: #fff;
}

.flip-card-back .link-tag {
  color: #fff !important;
  font-size: 16px;
}

.flip-card-back span {
  text-decoration: underline;
}

.flip-card-back button {
  font-size: 14px;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  color: #000;
  background: white;
  border-radius: 15px;
  height: 30px;
  width: 150px;
  box-shadow: 1px 2px 4px 2px #00000039;
}

/* --- END of flip card code --- */

/* Start - COURSE REVIEWS SECTION */

.reviews-section {
  margin-top: 5rem;
}

.reviews-heading {
  font-size: 24px;
}

.checked {
  color: orange;
}

.review-filter .review-filter-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.progress-bar-div {
  flex: auto;
  align-self: center;
  margin-inline: 25px;
  background-color: rgba(0, 0, 0, 0.1);
}

.progress {
  position: unset !important;
  background: transparent !important;
  left: 0;
  margin: 0;
  right: 0;
  transition-duration: 0.3s;
  transition-property: padding, height;
  height: 20px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffa41c;
  transition: width 0.6s ease;
}

.review-filter .bar-align {
  align-self: end;
}

.review-filter .rating-percentage {
  width: 7%;
}

.review-filter .star-no {
  width: 12%;
}

.written-reviews {
  font-size: 1.5rem;
  margin: 1rem;
}

.written-reviews .img-div {
  height: 60px;
  width: 60px;
  background-color: white;
  border-radius: 50%;
}

.review-date em {
  color: #4e4e4e;
}

.review-date p {
  margin-bottom: 0 !important;
}

.written-reviews .img-div img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: contain;
}

.written-reviews .profile-name {
  display: flex;
}

.profile-name .para-div {
  align-self: center;
  padding-left: 8px;
}

.profile-name p {
  margin-bottom: 0 !important;
}

.pad-bot-8 {
  padding-bottom: 8px;
}

.pad-bot-16 {
  padding-bottom: 16px;
}

/* Custom Scroll Bar styles */

.reviews-scroll {
  margin: 5.5rem auto;
  height: 400px;
  overflow: auto;
}

/* width */
.reviews-scroll::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.reviews-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.reviews-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.reviews-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* End - COURSE REVIEWS SECTION */

/* Start - ADD REVIEW MODAL */

.add-review-modal .modal-header {
  background-color: #234084;
  color: #fff;
  padding: 10px 20px;
  text-align: end;
  font-size: medium;
  font-weight: 500;
}

.add-review-modal .modal-body {
  padding: 0 !important;
}

.add-review-content h2 {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

/* Star Rating CSS */
.add-review-content {
  text-align: center;
  padding-bottom: 10px;
}

.rate {
  display: inline-block;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 35px;
  color: #000;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

#rating-left-side {
  display: inline-block;
  width: 10%;
  background-color: #fff;
}

#rating-right-side {
  display: inline-block;
  width: 10%;
  background-color: #fff;
}

/*End of Star Rating CSS */

.comment-review-section textarea {
  width: 85%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  max-height: 600px;
  resize: none;
  font-size: 14px;
  padding: 5px 10px;
}

.comment-review-section textarea:focus-visible {
  outline: 1px #242424;
}

.add-review-content .review-submit-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 25px;
  border-radius: 7px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 425px) {
  .comment-review-section textarea {
    width: 100%;
  }
}

/* End - ADD REVIEW MODAL */

/* --- Client dashboard  --- */

.completed-courses-btn-div {
  text-align: end;
}

.completed-courses-btn {
  background-color: var(--custom-primary);
  color: var(--custom-white);
  padding: 6px 25px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
}

.dashboard-hero-sec {
  /* background-image: url('../images/ct-cover.png'); */
  /* background-position: center; */
  background-color: var(--custom-primary);
  padding: 10px 0;
  position: relative;
}

.ct-banner-title {
  color: #fff;
  /* position: absolute;
  bottom: 30px; */
  margin-top: 128px;
  width: 100%;
}

.ct-banner-title h4 {
  font-size: 32px;
}

.ct-banner-title h2 {
  font-size: 52px;
}

.ct-profile-img {
  padding: 20px;
  position: relative;
}

.ct-profile-img img {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.mycourse-sec {
  padding: 2% 0;
  background-color: #f4f7fa;
}

.mycourse-sec .course-card .card-text {
  padding: 10px 15px 8px;
  min-height: 140px !important;
}

.ct-title-row {
  padding-bottom: 10px;
}

.ct-sec-title {
  font-size: 32px;
  color: #234084;
  letter-spacing: 4px;
}

.progress-border {
  border: none;
  background-color: #bdbdbd;
  width: 100%;
}

.progress-data {
  color: #234084;
  background-color: #234084;
}

.quiz-mascot {
  text-align: end;
  position: fixed;
  bottom: 0px;
  right: 26px;
}

.quiz-mascot-img {
  width: 260px;
}

.minimize-mascot {
  position: fixed;
  bottom: 136px;
  right: 0px;
}

.minimize-mascot-img {
  width: 60px;
}

.bounce-effect {
  z-index: 999;
  position: fixed;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.99, 0.99);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.99, 0.99);
  }
}

/* Assessment page  */

.ct-assessment-sec {
  background-image: url("../images/assessment-bg.png");
  background-size: cover;
  background-position: center;
}

.assessment-body {
  background-color: #ffffff;
  min-height: 80vh;
}

.assessment {
  padding-top: 30px;
  padding-bottom: 30px;
}

.assessment .user-tab {
  padding: 15px 22px 22px 22px;
  background-color: #f7f8fc;
  overflow-x: auto;
}

.assessment .user-tab table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: #f7f8fc;
  overflow-x: auto;
  white-space: nowrap;
}

.form-select:focus {
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

.assessment .user-tab th {
  background-color: transparent;
  text-align: left;
  padding: 8px;
}

.assessment .user-tab .colored-th {
  background-color: var(--custom-primary);
  color: #ffffff;
  font-family: "Montserrat-Regular";
}

.assessment .user-tab td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 5px solid #f7f8fc;
}

.assessment .user-tab .align-td-th {
  text-align: center;
}

.td-capsule-pass {
  padding-left: 17px;
  padding-right: 17px;
  height: 22px;
  width: 100%;
  background-color: #28fa6a;
  border: none;
  border-radius: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.td-capsule-fail {
  padding-left: 17px;
  padding-right: 17px;
  height: 22px;
  width: 100%;
  background-color: var(--custom-secondary);
  border: none;
  border-radius: 12px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.td-capsule-pass,
.td-capsule-fail {
  font-weight: 600;
  letter-spacing: 1px;
}

/* End of Assessment page -- */

.ct-courses-sec {
  padding: 2% 0;
}

.ct-featured-sec {
  background-image: url("../images/ct-feature-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2% 0;
}

/* -- view link animation*/

.a-link-icon {
  position: relative;
  width: 35px;
  height: 35px;
  /* background: #f8f8ff;
  border-radius: 50%;
  display: flex;
  justify-content: center; */
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}

.a-icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.a-icon:nth-child(2) {
  transform: translate(-40px);
}

.a-link:hover .a-icon:first-child {
  transform: translate(40px);
}

.a-link:hover .a-icon:nth-child(2) {
  transform: translate(0px);
}

.course-view .a-link {
  float: unset;
  padding-top: 5px;
}

.a-link {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  text-decoration: none;
  float: right;
  font-weight: 600;
}

.a-link::before,
.a-link::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.a-link::before {
  background-color: #234084;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.a-link::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #234084;
  font-weight: 600;
}

.a-link:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.a-link:hover::after {
  transform: translate3d(0, 0, 0);
}

.a-link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.a-link:hover span {
  transform: translate3d(-200%, 0, 0);
}

/* --- end of view link  --- */

/* -- profile hover animation  --- */
.ct-profile-sec .image-wrap {
  z-index: 1;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: auto;
  line-height: 0;
}

.ct-profile-sec .image-wrap {
  border: 4px solid white;
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.ct-profile-sec .image-wrap {
  background: #000000;
  width: 250px;
  height: 250px;
  display: flex;
}

.ct-profile-sec .image-wrap img {
  width: 100%;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: contain;
  background-color: #fff;
}

.ct-profile-sec .image-wrap img {
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.ct-profile-sec {
  list-style: none;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ct-profile-sec:hover .edit-profile {
  left: 0;
  margin-left: 0;
}

.ct-profile-sec:hover .delete-profile {
  left: 0;
  margin-right: 0;
}

.ct-profile-sec:hover img {
  opacity: 0.4 !important;
}

.ct-profile-sec .info {
  text-align: center;
  font-size: 0.75em;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  display: flex;
  justify-content: space-evenly;
}

.ct-profile-sec .edit-profile {
  font-weight: bold;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  margin-left: -200%;
  font-size: 28px;
}

.ct-profile-sec .delete-profile {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  margin-right: -200%;
  font-size: 28px;
}

.ct-profile-sec .edit-profile a {
  color: #fff;
}

.ct-profile-sec .delete-profile a {
  color: #fff;
}

.ct-profile-sec:hover .div-line {
  width: 2px;
  height: 80px;
  margin-top: -16px;
  color: #fff;
  background-color: #fff;
}

.ct-monthly-quiz {
  padding: 2% 0;
}

.ct-monthly-quiz .monthly-quiz-filter {
  display: flex;
}

.monthly-quiz-filter img {
  padding: 10px 20px 10px 0px;
  width: 60px;
}

.monthly-quiz-filter select {
  min-width: 110px;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.ct-monthly-quiz .result-td {
  display: flex;
}

.ct-monthly-quiz .result-progress {
  width: 200px;
  padding: 12px 15px 10px;
}

.ct-monthly-quiz .result-progress .progress {
  height: 4px;
}

.ct-monthly-quiz td {
  background-color: #f4f7fa !important;
  border: 1px solid #fff;
  border-width: 4px;
}

.ct-monthly-quiz .not-answered {
  background-color: #f3b5b3 !important;
  /*	background-color: #C81111 !important;*/
}

.ct-monthly-quiz .answered {
  background-color: #b6f1a8 !important;
  /*	background-color: #6CAD55 !important;*/
}

.ct-monthly-quiz tr td {
  font-family: Montserrat-Bold !important;
  font-size: 16px;
  color: var(--custom-title);
}

.ct-monthly-quiz tr td span {
  font-family: Montserrat-Bold !important;
  font-size: 16px;
  color: var(--custom-title);
}

.left-line {
  border-left: 3px solid var(--custom-primary) !important;
  width: 120px !important;
}

/* -- updated summary code -- */

.sumary-sec .sum-month {
  border-left: 3px solid var(--custom-primary) !important;
  width: 100% !important;
  padding: 6px 10px;
  font-family: Montserrat-Bold !important;
  font-size: 16px;
  color: var(--custom-title);
}

.ct-monthly-quiz .sumary-sec .sum-results {
  font-family: Montserrat-Bold !important;
  font-size: 16px;
  color: var(--custom-title);
  width: 100%;
  padding: 5px 10px;
}

.sumary-sec {
  padding-bottom: 5px;
}

.remove-pedding {
  padding-right: 0px;
}

.reduce-pedding {
  padding-left: 4px;
}

.ct-monthly-quiz .sumary-sec .coming-soon {
  background-color: #f4f7fa !important;
  width: 100% !important;
  padding: 6px 10px;
  font-family: Montserrat-Bold !important;
  font-size: 16px;
  color: var(--custom-title);
}

/* ---  End of Client dashboard  -- */

/* Contact Us Page  */
.contact-us-banner {
  background-image: url("../images/Contact-Us-Banner.png");
  background-size: cover;
  padding: 4% 0;
}

.contact-us-text h1 {
  text-align: center;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 58px;
}

.contact-us-sec {
  background-image: url("../images/page-heading-background-contact-us.png");
  background-size: cover;
  height: fit-content;
  padding: 2% 0 9%;
  padding-bottom: 25rem;
}

.contact-us-sec .breadcrumb {
  padding: 0% 0 8%;
}

.contact-us-sec .contact-us-main {
  background-color: rgb(241, 242, 255, 1);
  min-height: 200px;
  border: none;
  margin: auto;
  border-radius: 12px;
  padding: 5px 19px;
  box-shadow: 6px 6px 30px #00000029;
}

.contact-us-main .contact-information {
  background-color: rgb(174, 189, 225, 0.31);
  min-height: 99%;
  border: none;
  /* margin: auto; */
  border-radius: 12px;
  background-image: url("../images/Contact-Info-img.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
  padding: 22px 16px;
}

button.submit {
  font-size: 16px;
  background-color: #0ea5e9;
  padding: 7px 16px;
  font-family: "Montserrat-medium";
}

button.submit:hover {
  background-color: #0ea5e9;
  color: white;
}

button.submit .btn-outline-light:active {
  background-color: #0ea5e9;
  color: white;
}

.contact-us-main .button-alignment {
  text-align: center;
  padding-top: 10px;
}

.social-icons i {
  color: var(--custom-primary);
  font-size: 22px;
}

.contact-info-mail-icon {
  font-size: 21px !important;
  padding: 3px 14px 0 15px;
  color: var(--custom-primary);
}

.contact-info-phone-icon {
  font-size: 21px !important;
  padding: 3px 15px 0 17px;
  color: var(--custom-primary);
}

.contact-info-text {
  padding: 15px 15px 30px 15px;
}

.social-media-icons {
  padding: 20px 7px 20px 20px;
}

.contact-information h3 {
  font-size: 28px !important;
  padding: 0 16px;
}

.contact-information p {
  font-family: Merriweather-Regular;
  font-size: 14px;
  padding: 0 16px 25px 16px;
}

.contact-information .contact-details {
  padding-bottom: 40px;
  display: flex;
}

.contact-details span {
  font-size: 16px !important;
}

.contact-form label {
  font-size: 14px !important;
}

.form-col {
  padding: 20px;
}

.form-col .input-col {
  padding-top: 10px;
}

.form-control:focus {
  border-color: #8d8d8d;
  outline: 0;
  box-shadow: none;
}

/* End of Contact Us Page  */

/* ----- Video overlay ---- */
.trail-video {
  position: relative;
}

.trail-video-overlay {
  width: 100%;
  background-color: #000000ae;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
}

.trail-video-content {
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  flex: 1 1;
  align-self: center;
}

.trail-video-content .trail-error {
  width: 90px;
  padding: 15px 8px;
}

.trail-video-content h2 {
  font-size: 26px;
}

.trail-video-content p {
  padding-top: 12px;
  font-size: 18px;
}

.trail-video-content button {
  background-color: #dd2b27;
  font-family: Montserrat-Medium;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
}

/* ----  Trail Text Box --- */

.trail-text-section {
  background-color: #f4f7fa;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #dd2b27;
  border-radius: 20px;
  padding: 25px 50px;
  margin: 20px auto;
  text-align: center;
  font-size: 20px;
}

.trail-text-section p,
.trail-text-section li {
  color: #dd2b27;
}

.trail-text-section .a-tag {
  color: #0d6efd;
}

/* Terms & Conditions */
.tc-background {
  background-image: url("../images/T&C-Banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 4% 0;
}

.tc-main-sec h3 {
  font-family: Merriweather-Regular;
  font-size: 22px;
  font-weight: 600;
  padding-top: 16px;
}

.tc-main-sec p {
  font-family: Merriweather-Regular;
  font-size: 16px;
}

.tc-main-sec h4 {
  font-family: Merriweather-Regular;
  font-size: 18px;
  font-weight: 600;
  padding-top: 12px;
}

.tc-main-sec span {
  font-family: Merriweather-Regular;
  font-size: 16px;
  font-weight: 600;
}

.banner-body-footer-gap {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.back-arrow-icon {
  padding-right: 8px;
  font-size: 20px;
  vertical-align: text-bottom;
}

/* Start - Sea Training Certificate */
.certificate-outline {
  padding: 10px;
}

.certificate-main {
  background-size: contain;
  padding: 9%;
  background-image: url("../images/Certificate-Bg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 9%;
  text-align: center;
}

.certificate-main p,
.certificate-main span {
  font-family: Merriweather-Regular;
  color: #4e4e4e;
  /* font-size: 16px; */
}

.certificate-main .para-sizing-imp {
  font-family: Merriweather-Regular;
  color: #4e4e4e;
  font-size: 16px !important;
}

.certificate-main .para-sizing {
  font-size: 14px !important;
}

/* .certificate-main .coc-banner{
	text-align: center;
  } */

.certificate-main .certificate-content {
  text-align: center;
}

.certificate-main .certification-width {
  width: 75%;
}

.certificate-main .content-pad {
  padding-top: 20px;
}

.certificate-main .para-margin {
  margin-bottom: auto;
}

.certificate-main .hr-styling {
  margin-top: 40px;
  color: #4e4e4e;
}

.certificate-main .ribbon-image-div {
  padding-top: 70%;
}

.certificate-main .date-sign-pad {
  padding-top: 10px;
}

/* .certificate-main .coc-banner img{
	width: 85%;
  } */

.certificate-main .certificate-name {
  color: var(--custom-secondary);
  font-size: 45px;
  font-family: Yellowtail;
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 5px;
}

.certificate-main .date {
  font-family: Merriweather-Regular;
  border-bottom: 1px solid #4e4e4e;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.certificate-main .sign {
  font-family: Merriweather-Regular;
  border-bottom: 1px solid #4e4e4e;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.certificate-main .sign img {
  width: 120px;
}

.certificate-main .date-alignment {
  text-align: left;
  padding-top: 19px;
}

.certificate-main .logo-ribbon {
  width: 85%;
}

.certificate-main .certification-logo {
  padding-bottom: 10px;
  width: 70%;
}

/* End of Sea Training Certificate */

/* 404 Error Page */

.content-alignment {
  text-align: center;
}

.error-page h3,
p {
  font-family: Montserrat-Regular;
}

/* End of 404 Error Page */

/* Quiz Page */
.quiz-background {
  background-image: url("assets/images/quiz-bg.png");
  background-size: cover;
  padding: 0% 0;
  background-repeat: no-repeat;
  background-position-x: center;
}

.quiz-text h1 {
  text-align: center;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 46px;
  margin-bottom: 0;
}

.quiz-section {
  background-color: #f1f1f1;
  padding-block: 15px;
}

.quiz-section .question-num-top p {
  text-align: center;
  margin-bottom: 5px;
}

.quiz-section .quiz-main {
  background-color: #fff;
  /* padding: 5px 10px; */
  border: none;
  box-shadow: 0px 3px 13px #00000029;
  border-radius: 6px;
}

.quiz-main .question-main {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.question-main .question-img-div {
  display: contents;
  width: 260px;
}

.question-main img {
  object-fit: cover;
  width: 260px;
  padding-right: 10px;
}

.quiz-main .question-text {
  align-self: center;
  font-size: 16px;
}

.answer-options {
  margin-bottom: 20px;
}

/* .answer-options .answer-box-alignment{
	text-align: -webkit-center;
} */

.answer-options .answer-box {
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
  text-align: center;
  width: 100%;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
}

.answer-box p {
  margin-bottom: 0;
}

.answer-box-selected {
  outline: 2px solid #242145 !important;
  background-color: #d1d1d7 !important;
}

.quiz-submit-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 25px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
}

.quiz-submit-btn:hover {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-secondary) 100%
    );
  color: var(--custom-white);
  box-shadow: unset;
}

.quiz-submit-btn-alignment {
  text-align: center;
  padding-bottom: 15px;
}

.quiz-main .progress {
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin-bottom: 12px;
}

.quiz-main .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #234084;
  transition: width 0.6s ease;
}

/* Correct answer */
.quiz-main .quiz-correct-answer {
  background-color: rgba(0, 255, 17, 0.26);
  height: fit-content;
  width: 100%;
  border: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 25px;
  /* display: none; */
}

.quiz-main .quiz-continue-btn-div {
  align-self: center;
  text-align: end;
}

.quiz-main .correct-div {
  align-self: center;
}

.quiz-correct-answer .quiz-continue-btn {
  background-color: #6cad55;
  color: var(--custom-white);
  padding: 6px 25px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
}

.quiz-correct-answer .correct-text {
  color: #0aa06e;
  font-family: Montserrat-Medium;
  font-size: 18px;
}

.quiz-main .row-result {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* Wrong answer */
.quiz-main .quiz-wrong-answer {
  background-color: rgba(218, 40, 38, 0.26);
  height: fit-content;
  width: 100%;
  border: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 25px;
  /* display: none; */
}

.quiz-wrong-answer .quiz-continue-btn {
  background-color: #c81111;
  color: var(--custom-white);
  padding: 6px 25px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
}

.quiz-wrong-answer .incorrect-text {
  color: #c81111;
  font-family: Montserrat-Medium;
  font-size: 18px;
}

/* End of Quiz Page */

/* Quiz Modal */
/* Average */
.average-modal .modal-content {
  background-image: url("../images/quiz-confetti.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.average-modal .modal-body {
  padding-block: 14% !important;
  padding-inline: 7%;
  text-align: center;
}

.average-modal p {
  margin-bottom: 0;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.head-text {
  color: #dd2b27;
  font-size: 1.5rem;
  font-family: Montserrat-Bold;
}

.result-done-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 25px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
  margin-top: 24px;
}

.result-done-btn:hover {
  color: var(--custom-white);
}

/* Excellent */
.excellent-modal .modal-content {
  background-image: url("../images/quiz-confetti.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.excellent-modal .modal-body {
  padding-bottom: 7% !important;
  text-align: center;
}

.excellent-modal p {
  margin-bottom: 0;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.excellent-modal img {
  width: 80px;
}

/* Fail */
.fail-modal .modal-content {
  background-image: url("../images/fail-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fail-modal .modal-body {
  padding-bottom: 7% !important;
  text-align: center;
}

.fail-modal p {
  margin-bottom: 0;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.fail-modal img {
  width: 60px;
}

/* End of Quiz Modal */

/* Style for Breadcrumb */
ul.breadcrumb {
  padding: 22px 0 0 0;
  list-style: none;
  margin-bottom: auto;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 6px;
  color: #56158b;
  content: "/";
}

/* Add a color to all links inside the list */
ul.breadcrumb li .select {
  color: #2f188d;
  text-decoration: none;
  font-family: "Montserrat-bold";
}

ul.breadcrumb li a {
  color: #56158b;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #242145;
  text-decoration: underline;
}

/* End for Breadcrumb */

/* Link Expired */
.link-expired-bg {
  height: 100vh;
  padding: 18vh;
  background-color: #1764e8;
}

.link-expired-bg .link-expired-sec-bg {
  background-image: url("../images/link-expired-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-expired-sec .link-expired-text {
  font-family: Montserrat-Bold;
  color: #224084;
  font-size: 28px;
}

.link-expired-sec .contact-us-text {
  font-family: Montserrat-Medium;
  color: #224084;
  font-size: 22px;
  margin-bottom: 0 !important;
}

.link-expired-sec .contact-medium {
  font-family: Montserrat-Medium;
  color: #224084;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.link-expired-sec .contact-medium:hover {
  color: var(--custom-secondary);
}

/* Link Expired End*/

/* Certificate Download */
.certificate-download-body {
  overflow-y: auto;
  position: relative;
  background-image: url("../images/certificate-download-bg.png");
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-bottom: 50px; */
}

.certificate-download-header {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.certificate-download-sec {
  margin-bottom: 300px;
  padding: 5px;
}

.certificate-download-sec .acknowledgement-header-sec {
  text-align: -webkit-center;
}

.certificate-download-sec .acknowledgement-header {
  width: 58%;
  text-wrap: wrap;
  text-align: center;
}

.acknowledgement-header-sec .acknowledgement-text {
  color: var(--custom-primary);
  font-family: Montserrat-Bold;
  font-size: 22px;
}

.sec-header {
  border-bottom: 2px solid #707070;
  margin-block: 12px;
}

.sec-heading-text {
  color: #313537;
  font-family: Montserrat-Bold;
  font-size: 18px;
}

/* .certificate-download-main{
	margin-top: 16px;
 } */

.certificate-sec .certificate-img {
  width: 350px;
  height: 240px;
  position: relative;
}

.certificate-sec .download-fbox {
  display: flex;
  position: absolute;
  padding: 5px 14px;
  bottom: 0;
  width: 100%;
  background-color: #323232;
  justify-content: space-between;
  align-items: center;
}

.certificate-sec .download-fbox .certificate-name {
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 17px;
}

.certificate-sec .certificate-img-main {
  height: 100%;
  width: 100%;
}

.certificate-sec .dowloadable-content .download-url {
  color: #004cff;
  text-decoration: underline;
  cursor: pointer;
}

.certificate-sec .dowloadable-content .dowloadable-content-text {
  color: #313537;
  font-family: Montserrat-Medium;
  font-size: 16px;
}

.certificate-sec .note-text {
  margin-top: 4px;
}

/*Footer css */
.admin-main-footer {
  padding: 1% 0 1%;
  background-color: #242145;
  color: #bdc0e2;
}

.copyright-text {
  text-align: center;
  color: white;
  font-weight: 500;
}

.txt-footer {
  margin-bottom: unset;
}

/* Certificate Download End */

/* Loading Page */
.main-section {
  background-image: url("../images/loading-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 62vh;
}

.loading-parent {
  display: flex;
  justify-content: space-around;
  padding-bottom: 16px;
}

.main-section .waiting-msg {
  text-align: center;
  color: #393939;
  text-shadow: 2px 1px #00000024;
  font-size: 18px;
}

.main-section .waiting-msg p {
  margin-bottom: 0;
}

.loading-parent .ssnet-logo {
  align-self: center;
}

.loading-parent .ssnet-logo img {
  width: 220px;
}

.loading-parent .cargo-ship {
  align-self: center;
  text-align: center;
}

.loading-parent .cargo-ship .cargo-ship-img {
  width: 8%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5s;
}

@-webkit-keyframes run {
  0% {
    left: 35%;
  }

  100% {
    left: 54%;
  }
}

.loading-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background-color: #c3c3c3;
  outline: 2px solid darkBlue;
  border-radius: 50%;
  box-shadow: 0 0px 10px #000000, inset 0px 6px 8px #00000064;
  overflow: hidden;
}

svg.front-wave {
  position: absolute;
  width: 2400px;
  height: 500px;
  top: -200px;
  right: -2100px;
  animation: 5s ease-in infinite alternate frontSlide;
}

@keyframes frontSlide {
  from {
    top: 180px;
    right: -120px;
  }

  to {
    top: -200px;
    right: -2100px;
  }
}

svg.back-wave {
  position: absolute;
  width: 2400px;
  height: 500px;
  top: 170px;
  left: -2100px;
  animation: 5s ease-in infinite alternate backSlide;
}

@keyframes backSlide {
  from {
    top: 170px;
    left: -40px;
  }

  to {
    top: -200px;
    left: -2100px;
  }
}

.loading-text {
  font-family: Shantell Sans, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
  color: white;
  text-shadow: 0 0 16px white;
  user-select: none;
  z-index: 2;
}

.loading-text .first-point {
  animation: 1.6s infinite firstPointColorShift;
}

.loading-text .second-point {
  animation: 1.6s infinite secondPointColorShift;
}

.loading-text .third-point {
  animation: 1.6s infinite thirdPointColorShift;
}

.linear-grad-color-one {
  stop-color: MediumBlue;
}

.linear-grad-color-two {
  stop-color: MediumSlateBlue;
}

.linear-grad-color-three {
  stop-color: DeepSkyBlue;
}

.linear-grad-color-four {
  stop-color: Blue;
}

@keyframes firstPointColorShift {
  0% {
    color: transparent;
  }

  20% {
    color: white;
  }
}

@keyframes secondPointColorShift {
  0% {
    color: transparent;
  }

  60% {
    color: white;
  }
}

@keyframes thirdPointColorShift {
  0% {
    color: transparent;
  }

  100% {
    color: white;
  }
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 10%, 30%);
    --fg: hsl(var(--hue), 10%, 90%);
  }
}

/* Animations */
@keyframes cover {
  from,
  5%,
  45%,
  55%,
  95%,
  to {
    animation-timing-function: ease-out;
    background-color: var(--primary-l);
  }

  10%,
  40%,
  60%,
  90% {
    animation-timing-function: ease-in;
    background-color: var(--primary-d);
  }
}

@keyframes shadow {
  from,
  10.01%,
  20.01%,
  30.01%,
  40.01% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  to {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
  }

  50.01%,
  60.01%,
  70.01%,
  80.01%,
  90.01% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
  }

  60%,
  70%,
  80%,
  90%,
  to {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
  }
}

@keyframes pg1 {
  from,
  to {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
  }

  10%,
  15% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }

  20%,
  80% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }

  85%,
  90% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
  }
}

@keyframes pg2 {
  from,
  to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }

  5%,
  10% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }

  20%,
  25% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }

  30%,
  70% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }

  75%,
  80% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
  }

  90%,
  95% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
  }
}

@keyframes pg3 {
  from,
  10%,
  90%,
  to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }

  15%,
  20% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }

  30%,
  35% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }

  40%,
  60% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }

  65%,
  70% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
  }

  80%,
  85% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
  }
}

@keyframes pg4 {
  from,
  20%,
  80%,
  to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }

  25%,
  30% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }

  40%,
  45% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }

  50% {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }

  55%,
  60% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
  }

  70%,
  75% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
  }
}

@keyframes pg5 {
  from,
  30%,
  70%,
  to {
    animation-timing-function: ease-in;
    background-color: var(--white-d);
    transform: translate3d(0, 0, 1px) rotateY(0);
  }

  35%,
  40% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0deg);
  }

  50% {
    animation-timing-function: ease-in-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
  }

  60%,
  65% {
    animation-timing-function: ease-out;
    background-color: var(--white);
    transform: translate3d(0, 0, 1px) rotateY(0);
  }
}

/* End of Loading Page */

/* --- 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: 20px;
  }

  .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; */
    width: auto;
  }

  .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;
  }
}

/* Loading Page Media Query */
@media screen and (max-width: 767px) {
  .loading-parent .ssnet-logo {
    display: none;
  }

  .loading-parent .cargo-ship {
    display: none;
  }

  .loading-parent {
    justify-content: center;
    padding-bottom: 16px;
  }
}

/* @media screen and (max-width: 1230px){
	.loading-parent .cargo-ship .cargo-ship-img {
		top: 40%;
	}

	.main-section {
		padding: 14% 1%;
	}
  } */

@media screen and (max-width: 1440px) {
  /* .loading-parent .cargo-ship .cargo-ship-img {
		top: 35% !important;
	} */

  .main-section {
    padding: 6% 1% !important;
  }
}

@media screen and (max-width: 2560px) {
  .main-section {
    padding: 13% 1%;
  }
}

/* End of Loading Page Media Query */

@media screen and (min-width: 991px) {
  .client-main-dropdown {
    right: 10px !important;
  }
}

/* @media screen and (max-width: 576px) {
  .login-signUp-google-captcha {
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
  }
} */

@media screen and (max-width: 576px) {
  .dashboard-hero-sec {
    text-align: center;
  }

  .ct-banner-title h2 {
    font-size: 40px;
  }

  .ct-profile-sec {
    width: 190px;
    margin: 0 auto !important;
  }

  .ct-profile-sec .edit-profile {
    font-weight: bold;
    display: block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    margin-left: -68%;
    font-size: 28px;
  }

  .ct-profile-sec .delete-profile {
    font-weight: bold;
    display: block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    margin-right: -68%;
    font-size: 28px;
  }
}

@media screen and (min-width: 577px) {
  .ct-profile-sec {
    /* text-align: center; */
    float: left;
  }
}

/*Course Flip Card*/

.course-card-title-div {
  display: flex;
  justify-content: center;
}

.course-card-title {
  align-self: center;
}

@media screen and (min-width: 1400px) {
  .card-box {
    min-height: 420px;
  }

  .course-card-title {
    min-height: 65px;
  }
}

@media screen and (max-width: 1300px) {
  .card-box {
    min-height: 400px;
  }
}

@media screen and (max-width: 425px) {
  .card-box {
    max-height: 550px !important;
  }
}

.course-card .user-card-text {
  padding: 10px 8px;
  min-height: 100px;
}

.course-card .user-card-text h5 {
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: var(--custom-title);
}

.course-card .user-card-text a {
  font-size: 18px;
}

.course-card .user-card-text {
  background-color: #fff;
}

.mycourse-sec .course-card .user-card-text {
  padding: 10px 15px 8px;
  min-height: 191px !important;
}

@media screen and (min-device-width: 1440px) and (max-device-width: 1920px) {
  .course-card .user-card-text h5 {
    font-size: 22px;
  }

  .course-card .user-card-text {
    min-height: 100px;
  }
}

@media screen and (max-width: 1300px) {
  .course-card img {
    height: 160px !important;
  }

  .course-card .user-card-text {
    min-height: 85px;
  }

  .user-card-box {
    min-height: 290px;
  }
}

@media screen and (max-width: 1024px) {
  /*.benefits-box .benefits-icons{
      padding: 25px;
    }*/
  .course-card .user-card-text h5 {
    font-size: 18px;
  }

  .course-card img {
    height: 162px !important;
    width: 100%;
  }
}

@media screen and (max-width: 678px) {
  .course-card {
    margin-bottom: 20px;
  }

  .course-card .user-card-text {
    min-height: 98px;
  }
}

@media screen and (max-width: 426px) {
  .course-card .user-card-text {
    min-height: 70px;
  }

  .course-card img {
    height: 200px !important;
  }
}

/* Link Expired Media Query */
@media screen and (max-width: 767px) {
  .link-expired-bg {
    height: 100vh;
    padding: 60px 60px;
    background-color: #1764e8;
  }
}
/* Link Expired Media Query End */

/* --- Verify Details --- */

.verify-details-sec {
  background-image: url("../images/main-bg.png");
  background-size: cover;
  padding-bottom: 10rem;
}

.ob-verify-sec {
  padding: 4% 0;
  padding-bottom: 15rem;
}

.verify-sec-box {
  background-color: #fff;
  box-shadow: 0px 3px 8px #00000029;
  border-radius: 15px;
  margin: 0 20px;
  padding: 25px;
}

.ob-profile-box {
  display: flex;
  background: #f2f2f2;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px 15px 10px;
  border-radius: 0px 0px 110px 0px;
  flex-wrap: wrap;
  justify-content: center;
}

.ob-profile-box .ob-profile-name {
  align-self: center;
  overflow: auto;
}
.ob-profile-box .ob-profile-name h3 {
  font-family: Montserrat-Medium !important;
  font-weight: bold;
  font-size: 24px;
  word-wrap: break-word;
  text-align: center;
}

.ob-profile-box .ob-profile-name p {
  font-family: Montserrat-Medium !important;
  font-weight: 600;
  font-size: 15px;
  word-wrap: break-word; /* Enabling text wrapping */
  overflow-wrap: break-word; /* Handling word breaks */
  text-align: center;
}

.ob-profile-box .ob-profile-name p {
  font-family: Montserrat-Regular !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ob-profile-box .ct-profile-sec {
  float: inline-start;
}

.ob-verify-sec .form-label {
  margin-bottom: 0.2rem !important;
  font-family: Montserrat-Medium !important;
  color: #2e2e2e !important;
  font-size: 14px;
}

.ob-verify-sec .form-control {
  font-family: Montserrat-Regular;
  color: #2e2e2e !important;
  font-size: 14px;
}

.verify-btn {
  text-align: center;
}
.verify-btn .btn {
  margin-left: 12px;
  font-size: 16px;
}

/* -----  Progress bar css ------ */

.ob-progress-page .progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 720px;
  margin: 30px auto;
  z-index: 99;
}

.ob-progress-page .progress-container::before {
  content: "";
  background-color: #9ba9c7;
  position: absolute;
  top: 30px;
  left: 20px;
  transform: translateY(-50%);
  height: 4px;
  width: 95%;
  z-index: -1;
}

.ob-progress-page .progress {
  background-color: #69b253 !important;
  position: absolute !important;
  top: 30px;
  left: 20px;
  transform: translateY(-50%);
  height: 4px;
  max-width: 95%;
  width: 0%;
  z-index: -1;
  transition: 400ms ease;
}

.ob-progress-page .text-wrap {
  display: inline-block;
  text-align: center;
  width: 75px;
}

.ob-progress-page .text-wrap p {
  font-weight: 400;
  font-size: 12px;
  color: var(--text-empty);
}

.ob-progress-page .text-wrap.active p {
  font-weight: 400;
  color: var(--text-fill);
  transition: 400ms ease;
}

.ob-progress-page .circle {
  background-color: #fff;
  border: 1px solid #9ba9c7;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative; /* Position the child element */
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms ease;
}

.ob-progress-page .text-wrap.active div.circle {
  border: 5px solid #69b253;
  /*    color: var(--text-fill);*/
}

.ob-progress-page .text-wrap.active .progress-icon {
  padding: 12px;
  opacity: 1;
}

.ob-progress-page .text-wrap .progress-icon {
  padding: 15px;
  opacity: 0.2;
}

.ob-blue-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 30px;
  border: none;
  font-family: Montserrat-Medium;
}

.ob-blue-btn:hover {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-secondary) 100%
    );
  color: var(--custom-white);
  box-shadow: unset;
}

/* -- profile hover animation  --- */
.ob-profile-box .ct-profile-sec .image-wrap {
  z-index: 1;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: auto;
  line-height: 0;
}

.ct-profile-sec .image-wrap {
  border: 4px solid white;
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  display: inline-block !important;
}
.ob-profile-box .ct-profile-sec .image-wrap {
  background: #000000;
  width: 130px;
  height: 130px;
  display: flex;
}

.ct-profile-sec .image-wrap img {
  width: 100%;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: contain;
  background-color: #fff;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.boldText {
  font-weight: bold;
  font-family: Montserrat-Medium !important;
  font-size: 26px;
}

/* -- welcome screen On boarding --- */

.ob-welcome-sec {
  background-image: url("../images/main-bg.png");
  padding: 7% 0;
  min-height: 60vh;
}

.ob-blue-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-primary) 100%
    );
  color: var(--custom-white);
  box-shadow: 0px 3px 6px #00000029;
  padding: 6px 30px;
  border: none;
  font-family: Montserrat-Medium;
  font-size: 18px;
}

.ob-blue-btn:hover {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-primary) 0%,
      var(--custom-secondary) 100%
    );
  color: var(--custom-white);
  box-shadow: unset;
}

.welcome-title {
  text-align: center;
}

.welcome-title h1 {
  font-family: Montserrat-Medium;
  color: var(--custom-primary);
  font-size: 35px;
}

.welcome-title h4 {
  padding: 25px 0 25px;
  color: var(--custom-primary);
  font-size: 25px;
}

/* --- onboarding informtion screen --- */

.ob-info-sec {
  padding: 1% 0 2%;
  padding-bottom: 15rem;
}

.ob-info-data h3 {
  font-family: Montserrat-Medium;
  font-size: calc(1.3rem + 0.6vw);
}

.ob-info-data h5 {
  font-family: Montserrat-Medium !important;
  font-size: 20px !important;
}

.ob-info-data p {
  font-family: Montserrat-Regular !important;
  font-size: 16px;
  color: #1e1e1e;
}

.ob-info-data {
  margin-top: -16px;
}

.img-sec {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.img-sec img {
  max-width: 60%;
}

.stepwise-procedure {
  padding-inline: 24px;
  margin-top: -12px;
}

.step-content {
  padding-top: 1.5rem;
}

.ob-info-individual-sec {
  padding-top: 24px;
}

@media screen and (max-width: 575px) {
  .img-sec img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .img-sec img {
    width: 80%;
    max-width: 80%;
  }
}

.ob-info-btn {
  text-align: center;
  padding: 15px 0;
}

.ob-info-btn i {
  padding-left: 5px;
}
.ob-info-btn .btn {
  font-size: 16px; /* You can adjust the size as needed */
}

.agree-tc {
  padding-top: 18px;
}

.agree-tc label {
  font-family: Montserrat-Medium;
  font-size: 18px;
  padding-left: 10px;
}

.agree-tc .form-check-input[type="checkbox"] {
  border-radius: 2px !important;
  width: 18px; /* Change the width */
  height: 18px; /* Change the height */
}

.agree-tc .form-check-input:checked {
  background-color: #234084 !important;
  border-color: #234084 !important;
  border-radius: 3px !important;
}
.ob-video-box iframe {
  height: 400px;
  border-radius: 15px;
}
/* --- hero title with styles --- */
.hero-title {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.hero-title h1 {
  color: var(--custom-primary);
  font-family: Montserrat-Medium;
  font-size: 34px;
}

.title-bottom-style {
  margin-bottom: 15px;
}

/* Download Certificate */

@media screen and (max-width: 400px) {
  .certificate-sec .certificate-img {
    width: 100%;
  }
}

/* @media screen and (max-width:1199px){
  .certificate-download-body{
  overflow-y: scroll;
}
} */

@media screen and (min-width: 1024px) {
  .certificate-download-body .admin-main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .certificate-download-sec .acknowledgement-header {
    width: 50%;
    text-wrap: wrap;
    text-align: center;
  }
}

/* Collapse Client Dashboard */
.collapsible-sec-pos {
  position: relative;
  padding: 24px 0 !important;
}

.collapsible-sec-pos .collapsible-sec-header {
  padding-left: 32px;
}

.collapsible-sec-pos .collapsiblee {
  background-color: var(--custom-primary);
  border: none;
  border-radius: 5px;
  padding: 5px 8px;
  position: absolute;
  top: 30px;
  color: #fff;
}

.collapsible-sec-pos .active i {
  /* transform: rotate(180deg); */
}

.collapsible-sec-pos .contentt {
  display: block;
}

.collapsible-sec-pos .contentt.active {
  display: none;
}

/* E-Proctoring Setup Page */
.e-proctoring-setup-sec {
  background-image: url("../images/eproctoring-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4% 0;
  font-size: 18px;
  font-weight: 550;
  min-height: 80vh;
}

.e-proctoring-setup-sec .e-proctoring-title h2 {
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #234084;
}

.e-proctoring-setup-sec .description-sec {
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  font-family: Montserrat-Medium;
  margin-top: 14px;
}

.e-proctoring-setup-sec .download-sw-sec,
.e-proctoring-setup-sec .description-sec,
.e-proctoring-setup-sec .instruction-sec,
.e-proctoring-setup-sec .verify-proctoring-sec {
  margin-top: 20px;
}

.e-proctoring-setup-sec .instruction-sec {
  font-family: Montserrat-Medium;
}

.e-proctoring-setup-sec .instruction-sec a {
  text-decoration: underline;
  color: #005dff;
  font-family: Montserrat-Medium;
}

.e-proctoring-setup-sec .download-sw-sec button {
  display: flex;
  align-items: center;

  background-color: #fff;
  color: #234084;
  border: 2px solid #234084;
  border-radius: 4px;
  font-family: Montserrat-Medium;
  font-size: 16px;
  padding: 0.6rem 1.2rem;
}

.e-proctoring-setup-sec .download-sw-sec img {
  width: 14px;
  margin-left: 6px;
}

.e-proctoring-setup-sec .verify-proctoring-sec button {
  display: flex;
  align-items: center;

  background-color: #234084;
  color: #fff;
  border: 2px solid #234084;
  border-radius: 4px;
  font-family: Montserrat-Medium;
  font-size: 16px;
  padding: 0.6rem 1.2rem;
}

.e-proctoring-setup-sec .verify-proctoring-sec img {
  width: 16px;
  margin-left: 8px;
}

/* E-Proctoring Setup Page End */

/* Proctored Page */
.proctored-sec {
  background-image: url("../images/proctored_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 35px;
  font-size: 16px;
  padding-bottom: 35rem;
}

.proctored-sec .proctored-content {
  width: 100%;
}

.proctored-title {
  color: #dd3b39;
  font-family: Montserrat-Bold;
}

.proctored-title h1 {
  font-size: 34px;
}

.proctored-sec .proctoring-msg p {
  color: #292929;
  font-family: Montserrat-Bold !important;
  font-size: 20px;
}

.proctored-sec .police-img-sec {
  text-align: end;
}

.proctored-sec .police-img-sec img {
  width: 75%;
}

.proctored-sec .proctor-medium-fbox {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.proctored-sec .proctor-medium img {
  margin-bottom: 2px;
}

.proctored-sec .proctor-medium-fbox .medium-check {
  margin-right: 20px;
}
.proctored-sec .proctor-medium-fbox .proctor-medium {
  margin-right: 10px;
}

.proctored-sec .proctor-medium-fbox .medium-check-icon {
  width: 22px;
}

.proctored-sec .my-system-specs .medium-check-icon {
  margin-left: 12px;
  width: 18px;
  margin-top: 4px;
}

.proctored-sec .proctor-medium-fbox .proctor-medium-name span {
  font-family: Montserrat-Bold !important;
}

.proctored-sec .system-specs p {
  font-family: Montserrat-Bold !important;
  font-size: 18px;
  color: #292929;
}

.proctored-sec .system-specs li,
.proctored-sec .system-specs span {
  font-family: Montserrat-Medium !important;
  font-size: 16px;
  color: #292929;
}

.proctored-sec .start-btn {
  font-family: Montserrat-Medium !important;
  font-size: 16px;
  background-color: #234084;
  border: none;
  padding: 3px 15px;
  color: #fff;
  border-radius: 3px;
}

.proctored-sec .start-btn .continue-icon {
  margin-left: 14px;
  width: 15px;
}

.proctored-sec .loading-text-sec {
  position: relative;
  /* text-align: justify; */
}

.proctored-sec .loading-text {
  /* position: absolute;
  top: 20px;
  left: -20px; */
  font-family: "Montserrat-Bold";
  color: #434343;
}

.proctored-sec .align-content {
  align-self: center;
  text-align: -webkit-center;
}

/* Loader */
.loader {
  color: #ff0000;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader End */
/* Proctored Page End*/

/* Simulation Started */
.simulation-sec {
  background-image: url("../images/proctored_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 4%;
  padding-bottom: 27rem;
}

.simulation-sec .simulation-title {
  color: #00d80e;
  font-family: Montserrat-Bold;
  text-align: center;
}

.simulation-title h1 {
  font-size: 46px;
}

.simulation-sec .simulation-msg p {
  color: #292929;
  font-family: Montserrat-Bold !important;
  font-size: 20px;
  margin-bottom: 0 !important;
  text-align: center;
}

.simulation-sec .simulation-msg {
  background-color: #e4faff;
  padding: 20px 12px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  font-family: Montserrat-Medium;
  margin-top: 25px;
}

.simulation-sec .home-btn-sec {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
}

.simulation-sec .home-btn-sec button {
  background-color: #234084;
  color: #fff;
  border: 2px solid #234084;
  border-radius: 4px;
  font-family: Montserrat-Medium;
  padding: 4px 12px;
}

/* Simulation Started End */

@media screen and (min-width: 768px) {
  .faq-sec {
    padding-bottom: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-sec {
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 576px) {
  .faq-sec {
    padding-bottom: 46rem !important;
  }
}
