@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:wght@400;500;700&display=swap");

/* <----------Login Form Style Start-------------> */

#signup-form {
  width: 100%;
  max-width: 100%;
}
#signup-form .content {
  margin-top: 80px;
  margin: 50px auto 0;
  border-radius: 10px;
  box-shadow: 0px 4px 9px rgba(243, 111, 43, 0.15);
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  float: none;
}
.signup_btn_cont {
  margin-top: 20px;
}
#login-form {
  /* border: 1px solid red; */
  width: 100%;
  max-width: 100%;
}
#login-form .content {
  margin-top: 80px;
  margin: 50px auto 0;
  border-radius: 10px;
  box-shadow: 0px 4px 9px rgba(243, 111, 43, 0.15);
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  float: none;
}

.form_content_cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form_content_cont h2 {
  color: #f36f2b;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form_content_cont p {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 25.6px */
}
.form_fields {
  padding-right: 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_fields input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d4d7e5;
  height: 44px;
  outline: none;
  padding: 15px;
  margin: 0;
}
.form_fields input:-webkit-autofill {
  /* Set the background color for autofilled state */
  -webkit-box-shadow: 0 0 0 30px white inset;
  background-color: #fff !important;
}
.form_fields label {
  color: #0b0f19;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.name_field_cont {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.fname_field_cont,
.lname_field_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.email_field_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.password_field_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.forget_pass_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pass_field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d4d7e5;
  height: 44px;
  padding: 15px;
  gap: 10px;
}

.pass_field input {
  height: auto;
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
}
.pass_field span {
  background-image: url("https://www.organizationalclinic.com/images/eye-close-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #3498db; /* Change this color to your desired background color */
}
.pass_field .show_pass {
  background-image: url("https://www.organizationalclinic.com/images/open-eye-icon.svg");
  background-size: contain;
}
.forget_pass_cont span {
  color: #f36f2b;
  text-align: right;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  cursor: pointer;
  display: none;
}
.remember_me_cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.remember_me_cont input {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.remember_me_cont span {
  color: #3c3c3c;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.submit_btn {
  border: 1px solid red;
  width: 100%;
}
.form_btn_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.form_btn_cont button {
  background-color: #f36f2b;
  border-radius: 8px;
  width: 100%;
  border: none;
  outline: none;
  padding: 13px 32px;
  transition: 0.3s ease;
}
.form_btn_cont button:hover {
  background-color: black;
}
.login_btn a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_btn a i {
  display: flex;
}
.form_content_cont .dhc_text {
  color: #565973;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.dhc_text a {
  color: #f36f2b;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  cursor: pointer;
  transition: 0.3s ease;
}
.dhc_text a:hover {
  color: #f36f2b;
}
.form_img_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* <----------Login Form Style End-------------> */

/* <----------Elearning Page Style Start-------------> */

.list_icon {
  background-image: url("https://www.organizationalclinic.com/v2-theme/v2-images/list-icon.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  display: flex;
  height: 20px;
  margin-right: 20px;
}

.hero_sec {
  max-width: 100%;
  background: url("https://www.organizationalclinic.com/v2-theme/v2-images/elearning-bg-image.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}
.hero_sec .content {
  max-width: 1440px;
  padding: 60px 100px;
  width: 100%;
}
.hero_sec .course_info {
  width: 45%;
}
.hero_sec .main_heading {
  color: #f36f2b;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.hero_sec .sub_heading {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 50px;
  margin-bottom: 35px;
}
.hero_sec .items_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  margin-bottom: 35px;
}
.hero_sec .list_item {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero_sec .contrast_text {
  color: #f36f2b;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.pricing {
  margin-bottom: 30px;
}
.pricing .old_pricing {
  color: #000;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 25px;
  line-height: normal;
  text-decoration-line: line-through;
}
.pricing .new_pricing {
  color: #f36f2b;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 25px;
  line-height: normal;
}
.cta_btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.cta_btns button {
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s ease;
}
.cta_btns button a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fdfdfd;
}
.cta_btns .cta_login {
  background: #f36f2b;
}
.cta_btns .cta_login:hover {
  background-color: #000;
}

.cta_btns .cta_learn_more {
  background: #000;
}
.cta_btns .cta_learn_more:hover {
  background-color: #f36f2b;
}

/* ////////SECTION 2/// */

.course_detail_sec {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}
.course_detail_sec .content {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.course_detail_sec .box1,
.course_detail_sec .box2 {
  box-shadow: 0px 4px 8px rgba(243, 111, 43, 0.15);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
}

.course_detail_sec h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.course_detail_sec .contrast_text {
  color: #f36f2b;
}

.course_detail_sec .bottom_line {
  height: 6px;
  border-radius: 5px;
  width: 75%;
  background-color: #f36f2b;
  margin-bottom: 50px;
}
.course_detail_sec .box2 .bottom_line {
  width: 80%;
}
.course_detail_sec .items_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  padding: 0;
  margin-bottom: 35px;
}

.course_detail_sec .box2 .items_list {
  gap: 11px;
}
.course_detail_sec .list_item {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ///////SECTION 3// */
.requirement_sec {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-image: url("https://www.organizationalclinic.com/v2-theme/v2-images/elearning-bg-image2.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.requirement_sec .content {
  max-width: 1440px;
  width: 100%;
  padding: 60px 100px;
}
.requirement_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}
.requirement_sec h2 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.requirement_sec .sub_heading {
  color: #fff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}

/* ///////SECTION 4// */
.applicables_sec {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.applicables_sec .content {
  max-width: 1440px;
  width: 100%;
  padding: 100px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
.applicables_sec .info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.applicables_sec h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.applicables_sec .items_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
}
.applicables_sec .list_item {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* <----------Responsive Style Start-------------> */

@media only screen and (max-width: 1280px) {
  .hero_sec .content {
    padding: 60px 50px;
  }
  .hero_sec .course_info {
    width: 60%;
  }
  .course_detail_sec .content {
    padding: 80px 50px;
  }
  .requirement_sec .content {
    padding: 80px 50px;
  }
  .applicables_sec .content {
    padding: 80px 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .course_detail_sec .content {
    flex-direction: column;
    align-items: center;
  }
  .course_detail_sec .box1,
  .course_detail_sec .box2 {
    width: 75%;
  }
}

/* <----------Responsive Style End-------------> */

/* <----------Elearning Page Style End-------------> */

/* <----------Learning Page Style Start-------------> */
.intro_section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.intro_section h1 {
  color: #000;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.intro_section .content {
  padding: 30px 100px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.intro_video {
  width: 100%;
  height: 450px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(243, 111, 43, 0.1);
}
.intro_video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}
.units_sec {
  width: 100%;
  display: flex;
  justify-content: center;
}
.units_sec .content {
  padding: 50px 100px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.unit_text {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
.unit {
  border-radius: 10px;
  box-shadow: 0px 0px 7.638095855712891px rgba(243, 111, 43, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding: 20px;
}

.unit_heading h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.unit_heading .unit_number {
  color: #f36f2b;
}

.unit_items {
  border-top: 1px solid #f36f2b;
}
.unit_items .item_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 20px 0;
  height: 190px;
}

.item_list .item {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.item_list .item:hover {
  color: #f36f2b;
}

.item .info_circle {
  width: 15px;
  height: 15px;
  border: 2.5px solid #f36f2b;
  border-radius: 50%;
}
.incomplete .info_circle {
  background-color: red;
  border-color: red;
}
.watched .info_circle {
  background-color: green;
  border-color: green;
}
.unit_quizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unit_quizes span {
  color: #f36f2b;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
}

.unit_quizes a {
  background-image: url("https://www.organizationalclinic.com/images/arrow-lf-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 12px;
}

.unit_video {
  width: 50%;
}
.unit_video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #00000064;
}
.videoPopup video {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 10px;
}
.videoPopup button {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #f36f2b;
  font-weight: 800;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  width: 30px;
  font-size: 16px;
  height: 30px;
}


.file_uploader label{
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  margin: 0;
}
.file_uploader input{
      visibility: hidden;
      width: 20px;
}
.attestation_unit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;

}
.attestation_unit .unit_heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.attestation_unit h2{
  text-align: center;
  font-size: 22px;
}

.attestation_form{
  width: 100%;
  display: flex;
  justify-content: center;
}
.attestation_form form {
  width: 70%;
  text-align: center;
  margin-top: 30px;
}
.attestation_form form span{
  font-size: 15px;
  color: #000;
  line-height: 35px;
}
.attestation_unit .headline{
  width: 150px;
  background-color: #f36f2b;
  border-radius: 5px;
  height: 5px;
}

.attestation_form form input{
  outline: 0;
    border: none;
    border-bottom: 1px solid #000;
    width: 200px;
}
.attestation_form button{
  background-color: #f36f2b;
  border-radius: 5px;
  padding: 10px 40px;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 700;
  transition: 0.3s ease;
  display: block;
  margin: 30px auto;
}
.attestation_form button a{
  color: #fff;
}
.attestation_form button:hover{
  background-color: #000;
}


/* <----------Responsive Style Start-------------> */

@media only screen and (max-width: 1280px) {
  .intro_section .content {
    padding: 30px 50px;
  }
  .units_sec .content {
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .unit {
    gap: 50px;
    flex-direction: column;
  }

  .unit_items .item_list {
    height: 100%;
  }
  .unit_text {
    width: 100%;
  }
  .unit_video {
    width: 100%;
  }
}

/* <----------Responsive Style End-------------> */

/* <----------Learning Page Style End-------------> */

/* <----------Quize Page Style End-------------> */

.quizePageContent{
  max-width: 65%;
  margin: 50px auto;
  padding: 35px 75px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(234, 111, 43, 0.1);
}
.quiz-container {
  
}

.top_text {
  color: #000;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top_text span {
  color: #f36f2b;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0px;
  max-width: 100%;
  width: 100%;
}

.progress-bar::before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  border-radius: 10px;
  width: 100%;
  z-index: -1;
}

.progress-bar-inner {
  background-color: #f36f2b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  border-radius: 10px;
  width: 0%;
  z-index: -1;
  transition: 400ms ease;
}

.circle {
  background-color: #f36f2b;
  color: #f3f3f3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f3f3f3;
  transition: 400ms ease;
}

.circle.active {
  border-color: #f36f2b;
  color: #4a3600;
}

.question {
  margin-bottom: 20px;
}

.question p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 30px 100px;
  color: black;
  line-height: 35px;
  /* border-top: 0.5px solid #a4a4a445; */
  border-bottom: 0.5px solid #a4a4a445 !important;
}
.options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  flex-wrap: wrap;
}
.option {
  margin-bottom: 10px;
  margin-bottom: 10px;
  border: 1px solid #f36f2b;
  padding: 3px 35px 3px 3px;
  border-radius: 100px;
  font-size: 15px;
  color: #f36f2b;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  gap: 10px;
  width: 35%;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: rgba(243, 111, 43, 0.08);
}

.option span {
  color: #fff;
  background-color: #f36f2b;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  font-family: "Montserrat";
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.3s ease;
  font-weight: 600;
}
.option:hover {
  color: #fff;
  background-color: #f36f2b;
}
.option:hover span {
  color: #f36f2b;
  background-color: #fff;
}

.option1 {
  margin-bottom: 10px;
  margin-bottom: 10px;
  border: 1px solid #f36f2b;
  padding: 12px 40px 12px 10px;
  border-radius: 100px;
  font-size: 16px;
  background-color: #f36f2b;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  padding: 10px 30px;
  background-color: #f36f2b;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.thankyou_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: none;
}

.thankyou_container .main_heading {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.thankyou_container .sub_heading {
  color: #f36f2b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 40px;
}
.thankyou_container .sub_heading span{
  color: #000;
}

.thankyou_container .bottom_text{
  color: #000;
text-align: center;
font-family: "Montserrat";
font-size: 30px;
font-weight: 600;
line-height: normal;
}

.thankyou_container .bottom_text span{
  color: #f36f2b;
}
/* <----------Responsive Style Start-------------> */

@media screen and (max-width: 768px) {
  .options {
    flex-direction: column;
  }

  .question p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 475px) {
  .question p {
    font-size: 17px;
    line-height: 28px;
  }

  .top_text {
    font-size: 24px;
  }
  .top_text span {
    font-size: 24px;
  }
}

/* <----------Responsive Style End-------------> */

/* <----------Quize Page Style End-------------> */
