/* Variables
======================*/
@font-face {
  font-family: "NS";
  src: url("fonts/NS-Bold.eot");
  src: url("fonts/NS-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NS-Bold.woff2") format("woff2"), url("fonts/NS-Bold.woff") format("woff"), url("fonts/NS-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NS";
  src: url("fonts/NS-Regular.eot");
  src: url("fonts/NS-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NS-Regular.woff2") format("woff2"), url("fonts/NS-Regular.woff") format("woff"), url("fonts/NS-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #000 !important;
  color: #fff !important;
}

a,
span,
img,
h1,
h2,
h3,
p,
input,
li,
button,
.cont,
::before,
::after,
.cont,
.num,
.show,
.hide {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.justify-content-left {
  justify-content: left !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #d3a477;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

body {
  font-family: "NS";
  font-weight: normal;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    min-width: 1230px;
  }
}

.w-1170 {
  max-width: 1170px;
  right: auto !important;
  background-color: transparent !important;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/* header
=======================*/
header {
  background-color: #0b443b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 12px 30px;
  align-items: center;
  flex-direction: row-reverse;
  z-index: 999;
}

header button {
  background-color: transparent;
}

header button img {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}

header img {
  margin: 0;
  padding-inline-start: 40px;
  border-inline-start: 1px solid #10574c;
  margin-inline-start: 35px;

}

body:has(main.inner) header>div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

header .profile_link {
  display: flex;
  align-items: center;
  color: #fff;
  min-width: 125px;
  padding-left: 10px;
}

header .profile_link button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
}

header .profile_link button::before {
  position: absolute;
  left: -25px;
  bottom: 9px;
  margin: auto;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

header .profile_link i {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin-inline-end: 20px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #0b443b;
  background: linear-gradient(90deg, #c69d73, #ebce9d);
}

header .profile_link span {
  color: #d3a477;
  font-size: 12px;
  line-height: 20px;
}

header .profile_link strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

header .profile_link .dropdown-menu {
  background-color: #0b443b;
  border: 0;
  border-radius: 15px;
  width: 320px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

header .profile_link .dropdown-menu.show {
  display: flex;
  top: 75px !important;
  transform: none !important;
  left: 100px !important;
}

header .profile_link .dropdown-menu a {
  padding: 0;
  margin: 0;
  padding-inline-end: 15px;
  margin-inline-end: 15px;
  border-inline-end: 1px solid #edd19c;
  color: #fff;
}

header .profile_link .dropdown-menu a:hover {
  background-color: transparent;
}

header .profile_link .dropdown-menu a:last-child {
  border-inline-end: 0;

}

header .profile_link .dropdown-menu a i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin-inline-end: 5px;
}

header .profile_link .dropdown-menu a span {
  margin-inline-start: 10px;
  background-color: #0002;
  border-radius: 25px;
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
}

main {
  background-color: #073931;
  height: 100vh;
  padding-top: 65px;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 165px;
}

main::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  margin: auto;
  width: 165px;
  height: 100%;
  background: url(../images/side_shap.png) no-repeat right;
  background-size: cover;
}

main.inner::before {
  display: none;
}

main.inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

main.inner .page_content {
  overflow-y: auto;
}

/* Steps
========================*/
.title {
  color: #edd19c;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
}

.title::before {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  border-radius: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

.step_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1170px;
  min-width: 1170px;
}

.step_main li {
  position: relative;
  list-style: none;
}

.step_main li::before {
  content: "";
  position: absolute;
  height: 10px;
  top: 28px;
  width: 232px;
  left: -142px;
  background-color: #0b5e51;
  margin: auto;
}

.step_main li:last-child::before {
  display: none
}

.step_main li.active::before {
  background-color: #edd19c;
}

.step_main li .icon {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.step_main li img {
  margin: auto auto 15px;
}

.step_main li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.step_main li a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding-inline-start: 25px;
  position: relative;
}

.step_main li a::before {
  content: "\f060";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.step_main li.active::before {
  background-color: #edd19c;
}

.step_main li.active i {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  text-align: center;
  line-height: 67px;
  background-color: #edd19c;
  color: #0b5e51;
  font-size: 24px;
  margin: auto auto 15px;
}

.step_main li.active a,
.step_main li.active span {
  color: #edd19c;
}

/* Aside

=========================*/

/* 

aside {
  background-color: #f6f9fa;
  height: 100%;
  width: 300px;
  min-width: 300px;
  padding: 45px 0 15px;
  z-index: 99;
  border-inline-end: 1px solid #edf2f4;
  overflow-y: auto;
  position: relative;

}
aside .close {
  display: none
} */


aside {
  background-color: #f6f9fa;
  height: 100%;
  width: 300px;
  min-width: 300px;
  padding: 45px 0 15px;
  border-inline-end: 1px solid #edf2f4;
  overflow-y: auto;
  position: relative;
  right: 0px;
  z-index: 999;
  transition: 0.1s linear all;
  margin-top: 4px;
}

aside .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e0c091;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
}

aside.move {
  right: -290px;
  position: fixed;


}

aside.move ul li a {
  padding: 0 20px
}



aside .title {
  padding: 0 50px;
  font-size: 12px;
  margin-bottom: 25px;
}

aside .title::before {
  display: none;
}

aside .title span {
  display: block;
  font-weight: bold;
  color: #0b5e51;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
}

aside .title span::before {
  content: "";
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 50px;
  border-radius: 25px;
}

aside ul li {
  display: block;
  margin-bottom: 5px;
}

aside ul li.sub {
  width: calc(100% - 35px);
  margin-inline-start: 35px;
}

aside ul li a {
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
  display: block;
}

aside ul li a:hover {
  color: #edd19c;
  margin-right: 5px;

}

aside ul li a:hover span {
  background-color: #edd19c;
  border: 0;

}


aside ul li a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c1;
  border-radius: 50%;
  margin-inline-end: 10px;
  position: relative;
}

aside ul li.active a {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #073931;
}

aside ul li.active a span {
  background-color: #0b5e51;
  border: 0;
}

aside ul li.active a span::before {
  content: "---";
  position: absolute;
  left: -25px;
  top: -19px;
  margin: auto;
  width: 20px;
}

aside ul li.active a span::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -45px;
  top: -19px;
  margin: auto;
  width: 20px;
  color: #0b5e51;
}

/* Page Content
========================*/
.page_content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 45px 45px 80px;
  position: relative;
  overflow-x: hidden;
}

.page_content .w-100 {
  position: relative;
}

.page_content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  margin: auto;
  height: 160px;
  width: 100%;
  background: url(../images/top_shap.png) no-repeat right;
  background-size: cover;
  z-index: 0;
}

.page_title {
  margin-bottom: 80px;
}

.page_title span {
  display: block;
  font-weight: bold;
  color: #0b5e51;
  font-size: 20px;
  padding-inline-start: 55px;
  position: relative;
  margin-bottom: 15px;
}

.page_title span::before {
  content: "";
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 5px;
  width: 35px;
  border-radius: 25px;
  margin: auto;
}

.page_title .sub_title {
  font-size: 13px;
  position: relative;
  padding-inline-start: 45px;
  line-height: 30px;
}

.page_title .sub_title img {
  margin: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  object-fit: contain;
  background-color: #edd19c;
  border-radius: 5px;
  display: inline-block;
  margin-inline-end: 15px;
  position: absolute;
  right: 0;
}

.video {
  width: 100%;
  height: 450px;
  max-width: 790px;
}

.video img {
  width: 100%;
}

.exam {
  max-width: 940px;
  margin: 50px auto 0;
}

.questions {
  padding-inline-start: 50px;
}

.quest_head {
  margin-bottom: 30px;
}

.quest_head span {
  display: block;
  color: #0b443b;
  font-size: 12px;
  margin-bottom: 10px;
}

.quest_head h3 {
  margin: 0;
  color: #0b443b;
  font-size: 18px;
  font-weight: bold;
}

.radio_item {
  position: relative;
  margin-bottom: 25px;
}

.radio_item input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
}

.radio_item input[type="radio"]+label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 50px;
}

.radio_item input[type="radio"]+label::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  border-radius: 25px;
  border: 1px solid #f8f8f8;
}

.radio_item input[type="radio"]:checked+label::before {
  background-color: #0b443b;
  border-color: #0b443b;
}

.radio_item input[type="radio"]:checked+label {
  color:#edd19c;
}

.radio_item span {
  position: relative;
  z-index: 99
}

.quests_nav {
  margin-top: 85px;
}

.quests_nav button {
  font-size: 16px;
  font-weight: bold;
  color: #0b443b;
  margin: 0 20px;
  text-decoration: underline;
}

.quests_nav button:hover {
  color: #edd19c;
}

.quests_nav button i {
  font-size: 18px;
  margin-inline-end: 5px;
}

.action {
  margin: auto;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  width: 280px;
  padding: 0 0 25px 25px;
  left: 0;
  background-color:transparent;
}

.action.w-100 {
  position: fixed;
}

.action .back {
  width: 60px;
  line-height: 45px;
  background-color: #0b443b;
  border-radius: 25px;
  text-align: center;
  color: #edd19c;
  display: block;
  border: solid 1px #0b443b;
}

.action .back:hover {
  background-color: #f6f9fa;
  border: solid 1px #0b443b;
  color: #0b443b;
  margin-left: 10px;
}

.action .next {
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  color: #073931;
  width: 175px;
  border-radius: 25px;
  text-align: center;
  padding: 0px 50px 0px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  line-height: 45px;
  margin-right: 20px;
  border: solid 1px #c69d73;
}

.action .next:hover {
  background: #f6f9fa;
  border: solid 1px #ebce9d;
  color: #c69d73;
  margin-left: -10px;
}

.flip_wrap {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.flip_item {
  cursor: pointer;
  position: relative;
  margin: 15px auto;
  max-width: 460px;
  height: 290px;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.fornt {
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #7da9a2;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.6s linear all;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  background-color: #FFFFFF;
}

.fornt h3 {
  margin: 40px auto 20px;
  font-size: 16px;
  font-weight: bold;
  color: #0b5e51;
  line-height: 20px;
}

.fornt span {
  display: block;
  font-size: 12px;
  color: #0b5e51;
}

.flip_item .back {
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  border-radius: 10px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #0b5e51;
  line-height: 26px;
  transform: rotateY(-180deg);
  transition: 0.6s linear all;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.flip_item.active .fornt {
  transform: rotateY(180deg);
}

.flip_item.active .back {
  transform: rotateY(0deg);
}

.flip_item .back ul li {
  font-size: 16px;
  text-align: start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5e6ce;
  margin-bottom: 15px;
}

.flip_item .back ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.p_txt {
  display: block;
  font-weight: bold;
  color: #0b5e51;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  text-align: start;
}

.h_txt {
  display: block;
  font-weight: bold;
  color: #212121;
  font-size: 16px;
  position: relative;
  margin-top: 35px;
  text-align: center;
}

.accordion {
  max-width: 700px;
  margin: 15px auto;
}

.accordion .card {
  position: relative;
  margin: 25px auto 0;
  border: 0;
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid #0b443b;
}

.accordion .card .card-body {
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
  text-align: start;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  color: #0b443b;
}

.mt-15 {
  margin-top: 15px;
}

.accordion .card .card-body span {
  display: block;
  margin-top: 15px;
  color: #0b443b;
}

.accordion .card .card-header {
  position: relative;
  line-height: 50px;
  border: 0;
  text-align: start;
  display: block;
  background-color: transparent;
}

.accordion .card .card-header button {
  display: block;
  width: 100%;
  text-align: start;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  background: #0b443b;
  color: #edd19c;
  border-radius: 15px;
}

.accordion .card .card-header button::before {
  position: absolute;
  content: "\f067";
  content: "\f068";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 50px;
  font-size: 16px;
  width: 45px;
  padding: 0;
  left: 0;
  top: 0;
  text-align: center;
  color: var(--second_color);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s transform linear;
  -moz-transition: 0.3s transform linear;
  -ms-transition: 0.3s transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
}

.accordion .card:has(button.collapsed) {
  border: 0;
}

.accordion .card .card-header button.collapsed {
  background: linear-gradient(90deg, #d2a376, #ebce9d);
  color: #0b5e51;
}

.accordion .card .card-header button.collapsed::before {
  content: "\f067";
}

.accordion .card .card-collapse {
  background-color: #f8f9fe;
  width: 100%;
}

.hint {
  display: block;
  font-weight: bold;
  color: #0b5e51;
  font-size: 16px;
  max-width: 680px;
  margin: auto;
}

.hint_custom {
  text-align: start;
  background-color: #f2f7f9;
  border-radius: 15px;
  padding: 20px;
  max-width: 100%;
}

.hint_custom span {
  font-size: 16px;
  color: #212121;
  margin-inline-start: 15px;
}

.guide_item {
  text-align: start;
  position: relative;
  border-radius: 15px;
  border: 1px solid #0b443b;
  padding: 25px;
  margin-top: 50px;
  display: block;
}

.guide_item:hover {
  border: 1px solid #edd19c;
}

.guide_item:hover .num {
  background-color: #edd19c;
}

.guide_item .num {
  position: absolute;
  top: -20px;
  right: 15px;
  border-radius: 50%;
  background-color: #0b443b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.guide_item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
  max-width: 150px;
  color: #212121;
}

.guide_item img {
  margin: auto;
  margin-inline-end: 0;
  height: 70px;
  width: auto;
  object-fit: contain;
}

.tools-flex {
  display: flex;
  flex-wrap: wrap;
}

.tools_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: auto;
}

.tools_item .icon {
  background-color: #f2f7f9;
  border: 1px solid #f2f7f9;
  width: 110px;
  min-width: 110px;
  height: 110px;
  padding: 15px;
  border-radius: 15px;
  margin: 0px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;


}

.tools_item .icon.clicked {
  background-color: #ffffff;
  border: 1px solid #edd19c;
}

.tools_item img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.tools_item .cont {
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  border-radius: 15px;
  text-align: start;
  padding: 15px 25px;
  font-weight: bold;
  min-height: 110px;
  display: none;
  width: 350px;
  margin-left: 10px;

}

.tools_item h3 {
  font-size: 17px;
  font-weight: bold;
  color: #0b5e51;
  margin: 0 0 7px;
}

.tools_item p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #0b5e51;
}

.identfy_wrap {
  display: none;
  max-width: 590px;
  margin: auto;
}

.identfy_btn {
  border: 1px solid #0b5e51;
  border-radius: 25px;
  line-height: 45px;
  margin: 30px auto;
  padding: 0 25px;
  background-color: transparent;
  font-weight: bold;
}

.identfy_btn:hover {
  background-color: #0b443b;
  color: #ffffff;
}

.data {
  font-size: 17px;
  font-weight: bold;
  color: #0b5e51;
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  padding: 20px 30px;
  border-radius: 15px;
  text-align: start;
  line-height: 20px;
  margin-top: 30px;
}

.data_txt {
  border: 1px solid #0b5e51;
  border-radius: 15px;
  line-height: 30px;
  margin: 30px auto auto;
  padding: 25px;
  background-color: transparent;
  font-weight: bold;
  text-align: start;
}

.disclosure {
  margin-top: 100px;
}

.disclosure .icon {
  background-color: #fff;
  width: 145px;
  min-width: 145px;
  height: 145px;
  padding: 15px;
  border-radius: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b6455;
}

.disclosure img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.disclosure p {
  font-size: 17px;
  font-weight: bold;
  color: #0b6455;
  max-width: 640px;
  margin: 40px auto 0;
  line-height: 34px;
}

.step_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 860px;
  margin: auto;
}

.step_wrap.small {
  max-width: 740px;
}

.step_wrap.small .step_cont div {
  padding: 20px 50px;
  width: 360px;
}

.step_wrap::before {
  content: "";
  position: absolute;
  width: 52%;
  height: 3px;
  background-color: #e1e9ec;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
}


.step_wrap .step_cont {
  position: relative
}

.step_wrap button {
  border: 0;
  background-color: transparent;
  color: #e1e9ec;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
}

.step_wrap button span {
  display: block;
  background-color: #f6f9fa;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 57px;
  border: 3px solid #e1e9ec;
  font-weight: bold;
  font-size: 18px;
  margin: auto auto 25px;
}

.step_wrap button.clicked {
  color: #0b5e51;
}

.step_wrap button.clicked span {
  border-color: #eacc9c;
  color: #0b5e51;
}

.step_wrap .step_cont div {
  background-color: #f2f7f9;
  padding: 20px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 360px;
  opacity: 0;
}

.step_wrap .step_cont div li {
  display: block;
  text-align: start;
}

.step_wrap .step_cont div.step_two {
  max-width: 460px;
}

.heart_attack::before {
  width: 70%;
}

.heart_attack.step_wrap .step_cont div {
  max-width: 220px;
  min-width: 240px;
}

.heart_attack.step_wrap .step_cont {
  text-align: center;
}

.suger .h_txt {
  text-align: start;
}

.suger .step_wrap {
  max-width: 940px;
  margin-top: 30px;
}

.suger .step_wrap .step_cont div {
  max-width: 340px;
}

.response {
  margin-top: 100px;
}

.response .icon {
  background-color: #fff;
  width: 145px;
  min-width: 145px;
  height: 145px;
  padding: 15px;
  border-radius: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b6455;
}

.response img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.response p {
  font-size: 18px;
  font-weight: bold;
  color: #0b6455;
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 34px;
}

.response span {
  display: block;
  background-color: #0b443b;
  color: #fff;
  border-radius: 25px;
  line-height: 45px;
  width: 200px;
  margin: 25px auto;
  font-size: 18px;
  position: relative;
}

.response span::after {
  content: "";
  height: 70px;
  width: 2px;
  background-color: #ebcd9c;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.more_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  max-width: 875px;
}

.more_info li {
  font-size: 18px;
  font-weight: bold;
  color: #0b443b;
  position: relative;
  min-width: 40%;
  text-align: center;
}

.more_info li::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ebcd9c;
  position: absolute;
  bottom: -20px;
  left: 20px;
  margin: auto;
}

.more_info li:last-child {
  min-width: 60px;
}

.more_info li:last-child:before {
  right: -20px;
  left: auto
}

.mes_list {
  margin-bottom: 35px;
}

.mes_list ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 30px;
  text-align: start;
  display: block;
  border: 1px solid #0b5e51;
  border-radius: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.mes_list ul li i {
  margin-inline-end: 20px;
}

.msg_sts {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f2f7f9;
}

.msg_sts:last-child {
  padding-bottom: 0;
  border: 0;
  margin: 0;
}

.msg_sts .icon {
  background-color: #f2f7f9;
  min-width: 165px;
  border-radius: 15px;
  padding: 25px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 100px;
  margin-inline-end: 30px;
}

.msg_sts .icon.error {
  color: #b90d29;
}

.msg_sts .icon i {
  display: block;
  font-size: 38px;
  margin-bottom: 5px;
}

.msg_sts .cont {
  text-align: start;
}

.msg_sts .cont h3 {
  color: #0b6455;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.msg_sts .cont p {
  margin: 0;
  font-weight: bold;
  max-width: 190px;
  font-size: 16px;
  text-align: start;
  line-height: 30px;
}

.msg_sts .cont ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.msg_sts .cont ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  width: 50%;
}

.hint_text {
  background-color: #f2f7f9;
  border-radius: 15px;
  padding: 25px 60px;
  margin: 30px auto 0;
  max-width: 780px;
  font-weight: bold;
  font-size: 18px;
  text-align: start;
  line-height: 28px;
}

.help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  flex-direction: row;
}

.help li {
  position: relative;
}

.help li .icon {
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  width: 80px;
  height: 80px;
  border-radius: 15px;
  padding: 15px;
  object-fit: contain;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  margin: auto auto 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.help li .icon img {
  object-fit: contain;
}

.help li .num {
  position: absolute;
  width: 80px;
  text-align: center;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 15px;
  line-height: 80px;
  font-weight: bold;
  color: #0b5e51;
  background-color: #f2f7f9;
  display: none;
}

.help li span {
  font-weight: bold;
  color: #0b5e51;
  font-size: 18px;
}

.bleeding_btns {
  display: flex;
  align-items: center;
}

.bleeding_item {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #0b443b;
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  margin-inline-end: 20px;
  border-radius: 15px;
  min-width: 185px;
  cursor: pointer;
}

.bleeding_item:last-child {
  margin-left: 0
}

.bleed_one.clicked {
  background: #0b443b;
  color: #edd19c;
}

.bleed_two.clicked {
  background: #0b443b;
  color: #edd19c;
}

.bleed_three.clicked {
  background: #0b443b;
  color: #edd19c;
}

.bleeding_cont {
  position: relative;
  margin-top: 25px;
}

.bleeding_cont .cont {
  border: 1px solid #0b5e51;
  padding: 35px;
  border-radius: 15px;
  text-align: start;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  display: none;
}

.bleeding_cont .cont ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.bleeding_cont .cont ul li {
  line-height: 30px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.squeamishness {
  border: 1px solid #0b6455;
  padding: 25px;
  border-radius: 15px;
  min-width: 240px;
  min-height: 180px;
  margin: 25px auto;
  margin-inline-end: 25px;
}

.squeamishness:last-child {
  margin-inline-end: 0;
}

.squeamishness h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0b6455;
}

.squeamishness p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.poisoning {
  max-width: 810px;
  margin: auto;
}

.poisoning .hint {
  color: #212121;
}

.poisoning .quest_Wrap .p_txt {
  margin: 35px auto;
}

.quest_Wrap {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #e9f3f7;
  margin-top: 25px;
}

.quest_Wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 30px;
}

.qust_txt {
  padding: 15px 25px;
  border: 1px solid #0b5e51;
  border-radius: 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}

.mult_inj_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  min-width: 100%;
}

.mult_inj_item .icon {
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  width: 290px;
  min-width: 290px;
  height: 110px;
  padding: 15px;
  border-radius: 15px;
  margin: 0;
  margin-inline-end: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #0b5e51;
}

.mult_inj_item .icon span {
  max-width: 120px;
  width: 120px;
  text-align: start;
}

.mult_inj_item .icon.clicked {
  background: #ffffff;
  border: 1px solid #0b5e51;
}

.mult_inj_item img {
  width: 80px;
  height: 70px;
  object-fit: contain;
  object-position: center;
  margin: 0;
}

.mult_inj_item .cont {
  border-radius: 15px;
  text-align: start;
  padding: 25px;
  width: 100%;
  font-weight: bold;
  min-height: 110px;
  font-size: 16px;
  border: 1px solid #0b5e51;
  line-height: 30px;
  display: none;
}

.burns_item {
  align-items: flex-start;
}

.burns_item .cont {
  background: transparent;
  padding: 0;
  padding-inline-start: 25px;
  width: 100%;
}

.burns_item .cont2 {
  background: transparent;
  padding: 0;
  padding-inline-start: 25px;
  width: 350px;
  display: none;

}

.burns_item .cont p {
  max-width: 100%;
}

.safty li {
  display: block;
  border: 1px solid #0b5e51;
  border-radius: 15px;
  padding: 15px 40px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  max-width: 790px;
}

.low_wrap {
  max-width: 780px;
}

.low {
  display: block;
  border: 1px solid #0b5e51;
  border-radius: 15px;
  margin-top: 15px;
  text-align: start;
  line-height: 30px;
  padding: 10px 80px 10px 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.low span {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f6f9fa;
  border-left: 1px solid #0b5e51;
  border-bottom: 1px solid #0b5e51;
  border-radius: 15px;
}

.notes {
  text-align: start;
  padding: 20px 35px;
  border-radius: 15px;
  background: linear-gradient(90deg, #c69d73, #ebce9d);
  min-height: 160px;
  margin-bottom: 25px;
}

.notes:hover {
  background: linear-gradient(90deg, #ebce9d, #c69d73);
}

.notes h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #0b5e51;
  text-decoration: underline;
}

.notes p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #0b5e51;
}

.data_list {
  margin-top: 65px;
  max-width: 790px;
}

.data_list li {
  display: block;
  text-align: start;
  font-size: 16px;
  border: 1px solid #0b5e51;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 35px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.edit-f{border:1px solid #7da9a2 ; color:#7da9a2; margin:5px 0px 20px 0px; padding:5px 20px 5px 20px; border-radius:20px ; width:100% ;}
/* Media Query
=========================*/
@media all and (max-width: 1280px) {
  .step_wrap .step_cont div.step_two {
    margin-inline-start: 15px;
  }

  .more_info li {
    min-width: 50%;
    width: 50%;
    line-height: 24px;
    font-size: 16px;
    min-height: 60px;
  }

  .more_info li::before {
    left: 0;
    bottom: 3px;
  }

  .more_info li:last-child {
    min-width: 60px;
  }

  .more_info li:last-child:before {
    right: 0;
  }

  .response span::after {
    height: 80px;
    bottom: -80px;
  }

  .msg_sts .cont ul li {
    font-size: 15px;
  }

  main::before {
    width: 80px;
  }

  .step_main {
    width: 1020px;
    min-width: 1020px;
  }
}

@media all and (max-width: 1199px) {
  .step_wrap .step_cont div.step_two {
    margin-inline-start: 15px;
  }

  .heart_attack.step_wrap .step_cont div {
    max-width: 190px;
    min-width: 170px;
  }

  .more_info li {
    min-width: 50%;
    width: 50%;
    line-height: 24px;
    font-size: 16px;
    min-height: 60px;
  }

  .more_info li::before {
    left: 0;
    bottom: 3px;
  }

  .more_info li:last-child {
    min-width: 60px;
  }

  .more_info li:last-child:before {
    right: 0;
  }

  .response span::after {
    height: 80px;
    bottom: -80px;
  }

  .step_wrap.small .step_cont div {
    width: 280px;
  }

  .qust_txt {
    padding: 15px 15px;
    font-size: 16px;
  }
}


@media all and (max-width:1024px) {
  main {
    display: block;
    padding: 70px 45px 25px 25px;
  }

  main::before {
    display: none;
  }

  .title {
    margin-top: 25px
  }

  .title:before {
    left: auto
  }

  .step_main {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    margin-top: 25px;
    padding-bottom: 97px;
  }


  .step_main li {
    width: 100%;
  }

  .step_main li a {
    margin-inline-start: 75px;
    margin-bottom: 5px;
  }

  .step_main li::before {
    width: 10px;
    top: 48px;
    height: 242px;
    left: auto;
    right: 30px;
  }

  .step_main li:last-child::before {
    display: none
  }

  .step_main li .icon {
    text-align: start;
    margin-bottom: 10px;
  }

  .step_main li img,
  .step_main li.active i {
    margin: 0 0 0 15px;
    display: inline-block;
  }

  .step_main li span {
    display: inline-block
  }

  .heart_attack.step_wrap .step_cont div {
    max-width: 215px;
    min-width: 200px;
  }

  aside {
    position: fixed;
    right: -290px;
    top: 0;
    z-index: 999;
    transition: 0.4s linear all;
    width: 290px;
    min-width: 290px;
  }

  aside .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e0c091;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  aside.move {
    right: 0
  }

  aside.move ul li a {
    padding: 0 20px
  }

  .action {
  }

  .questions {
    padding: 0
  }

  .step_wrap.small .step_cont div {
    width: 100%;
  }

  .msg_sts {
    align-items: flex-start;
  }

  .msg_sts .cont ul li {
    width: 100%;
  }

  .mult_inj_item {
    flex-direction: column;
  }

  .mult_inj_item .icon {
    margin-bottom: 25px;
  }

  header .profile_link .dropdown-menu.show {
    left: 15px !important;
  }
  .tools_item{
    min-width: 100%;
    align-items: center;
  }
  .burns_item .cont2{
    width: 100%;
  }
}

.help {
  width: 80%;
}


@media all and (max-width:767px) {
  video {
    height: auto
  }

  .step_main li .icon {
    margin-bottom: 0
  }

  .step_main li a:last-child {
    margin-bottom: 15px;
  }

  .quests_nav {
    margin-top: 25px;
  }

  .guide_item {
    padding: 15px;
  }

  .more_info li:last-child {
    padding-inline-start: 5px;
  }

  .bleeding_btns {
    justify-content: space-between
  }

  .bleeding_item {
    min-width: auto;
    padding: 0 20px;
  }

  .squeamishness_wrap {
    margin-bottom: 25px;
    flex-direction: column;
  }

  .squeamishness {
    min-width: 100%;
    margin: 25px auto 0;
    min-height: auto;
  }

  .hint_custom span {
    display: block;
    margin-inline-start: 0;
    margin-top: 10px;
  }

  .qust_txt {
    padding: 15px 5px;
    font-size: 14px;
  }

  .heart_attack.step_wrap {
    flex-direction: column;
  }

  .heart_attack.step_wrap .step_cont {
    width: 100%;
  }

  .heart_attack.step_wrap .step_cont div {
    max-width: 100%;
    min-width: 100%;
  }

  .heart_attack.step_wrap::before {
    display: none
  }

  .heart_attack.step_wrap button {
    margin-top: 15px
  }

  .heart_attack.step_wrap .step_cont div.step_two {
    margin: auto
  }

  .video {
    height: auto
  }

  body:has(.step_main) .action {
    background-color: #073931 !important;
  }

  .help {
    flex-wrap: wrap;
  }

  .help li {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 576px) {
  header {
    padding: 15px 12px;
  }

  header img {
    padding-inline-start: 5px;
    margin-inline-start: 8px;
    width: 125px;
  }


  header .profile_link i {
    width: 35px;
    height: 35px;
    margin-inline-end: 10px;
    line-height: 35px;
    font-size: 18px;
  }

  header .profile_link strong {
    font-size: 14px;
  }

  main {
    padding: 70px 15px 15px 15px;
  }
  .page_content {
    padding:15px 15px 230px 15px;
    }
    
    .step_main {
  
      padding-bottom: 170px;
    }
  
  .radio_item span {
    line-height: 25px;
    display: block;
    padding: 10px;
  }

  .quests_nav button {
    margin: 0 5px;
  }

  .flip_item .fornt {
    padding: 10px;
  }

  .flip_item .back {
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
  }

  .tools-flex {
    display: block;
  }

  .tools_item .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .tools_item h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .tools_item p {
    font-size: 14px;
  }

  .accordion .card .card-header button {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
  }

  .step_wrap {
    flex-direction: column;
  }

  .step_wrap::before {
    display: none
  }

  .step_wrap button {
    margin-top: 15px
  }

  .step_wrap .step_cont div.step_two {
    margin: auto
  }

  .more_info {
    flex-direction: column;
    align-items: flex-start;
  }

  .more_info li {
    min-width: 100% !important;
    text-align: start;
    min-height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ebcd9c;
  }

  .more_info li::before {
    display: none
  }

  .more_info li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .response span::after {
    display: none
  }

  .msg_sts {
    flex-direction: column;
  }

  .msg_sts .icon {
    width: 100%;
    margin: 0 auto 15px;
    min-height: auto;
  }

  .bleeding_btns {
    flex-direction: column;
  }

  .bleeding_item {
    min-width: 100%;
    padding: 0 20px;
    margin: 10px auto 0;
  }

  .bleeding_cont .cont {
    padding: 15px;
  }

  .quest_Wrap>.d-flex {
    flex-direction: column;
  }

  .qust_txt {
    width: 100%;
    margin-top: 15px;
  }

  /* .burns_item {
    flex-direction: column;
  } */

  .burns_item .icon {
    margin-bottom: 15px;
  }

  .burns_item .cont {
    padding-inline-start: 0;
  }

  .burns_item .cont2 {
    padding-inline-start: 0;
    width: 100%;
  }

  header .profile_link .dropdown-menu {
    width: 95%;
    flex-direction: column;
    align-items: flex-start;
  }

  header .profile_link .dropdown-menu a {
    display: block;
    text-align: start;
    width: 100%;
    border: 0;
    margin: 0 0 10px;
    padding: 0;
  }

  header .profile_link .dropdown-menu.show {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }

  header .profile_link .dropdown-menu a:last-child {
    margin-bottom: 0
  }

  header .profile_link button::before {
    display: none
  }
}