* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


a {
  text-decoration: none;
}

:root {
  --bs-orange-quiz: #87ce51;
  --bs-lime-green: #0068C7;
}

.open-menu-btn.show .menu-text-caption .open-menu-text {
  display: none;
}

.open-menu-btn.show .menu-text-caption .close-menu-text {
  display: block !important;
}


body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  padding: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

.btn-3 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 7px 20px;
  background-color: var(--bs-orange-quiz);
  border: 1px solid var(--bs-orange-quiz);
  color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.btn-3:hover {
  background-color: transparent;
  color: var(--bs-orange-quiz);
}


.btn-4 {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 7px 20px;
  /* padding: 12px 24px 12px 24px; */
  background-color: #FFF5F8;
  border: 1px solid #FFF5F8;
  color: #F1416C;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.btn-4:hover {
  background-color: #F1416C;
  color: #fff;
}

.btn-4 i {
  color: #F1416c;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.btn-4:hover i {
  color: #fff;
}

.btn-5 {
  border-radius: 50px;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* inline css */
.navbar {
  margin-bottom: 0;
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

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

.align-items-center {
  align-items: center;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 3rem;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1320px;
  }
}

.mt-5 {
  margin-top: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 1rem;
}

.me-4 {
  margin-right: 1.4rem;
}

.ms-auto {
  margin-left: auto;
}


@media (min-width: 576px) {
  .ms-sm-0 {
    margin-left: 0;
  }
}


@media (min-width: 576px) {
  .ms-sm-0 {
    margin-left: 0;
  }
}

/* <========== header start ==========> */

.dashboard-header {
  position: sticky;
  top: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  padding: 8px 0px;
  box-shadow: 0 0 5px rgb(0 0 0/10%);
}

.profile-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px !important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 20px;
  background-color: transparent;
  border: 1px solid var(--bs-orange-quiz);
  color: var(--bs-orange-quiz);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.profile-btn .user-icon svg {
  width: 12px;
  height: 12px;
  display: flex;
}

.profile-btn .user-arrow-icon svg {
  width: 10px;
  height: 10px;
  display: flex;
}

.profile-btn:hover {
  background-color: var(--bs-orange-quiz);
  color: #fff;
}

.deshboard-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.dash-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}

.see-a-doctor {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-btn svg {
  width: 20px;
  height: 20px;
  display: flex;
}

.notification-btn:hover {
  color: var(--bs-orange-quiz);
}




.logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.logo-container img {
  width: 150px;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

@media(max-width:991px) {
  .logo-container img {
    width: 130px;
  }
}

@media(max-width:576px) {

  .profile-btn .usr-name {
    display: none;
  }
}

@media(max-width:576px) {
  .dash-btn {
    font-size: 10px;
    padding: 10px 10px;
  }

  .profile-btn {
    padding: 8px;
  }

  .profile-btn .usr-name {
    display: none;
  }

  .dropdown-item {
    font-size: 12px;
    padding: 3px 8px;
  }

  .logo-container img {
    width: 120px;
  }
  .notification-btn
  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:449px) {
  .deshboard-nav {
    justify-content: flex-end;
    width: 100%;
  }

  .login-logo {
    width: 100%;
  }

  .notification-btn svg {
    width: 16px;
    height: 16px;

  }
}

/* <========== header end ==========> */

/* <========== footer start ==========> */

/* login footer section start */
.footer-inner .row>div {
  gap: 20px;
}

.login-footer {
  background-color: #002845;
  padding: 60px 0 15px;
}

.footer-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.footer-logo img {
  width: 226px;
  height: auto;
  object-fit: contain;
}


.footer-widgets ul li a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.footer-widgets ul li a:hover {
  color: var(--bs-orange-quiz);
}

.footer-widgets .footer-icons i {
  font-size: 20px;
  color: #ffff;
}

.footer-widgets .footer-icons a:hover i {
  color: var(--bs-lime-green);
}

.footer-widgets .footer-carts {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin-bottom: 25px;
}

.footer-bottom .copyrights,
.footer-bottom a {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.footer-bottom .copyrights {
  padding: 0 1rem;
  text-align: center;
}

.footer-bottom a:hover {
  color: var(--bs-orange-quiz);
}

.footer-bottom span {
  color: #fff;
  margin: 0 3px;
}

@media (max-width: 767px) {
  .footer-logo {
    justify-content: center;
  }

  .widgets-carts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo img {
    width: 190px;
  }
  .footer-bottom
  {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer-logo img {
    width: 170px;
  }
}

/* <========== footer end ==========> */



/* <========== que section start ==========> */
.que-section {
  padding: 60px 0;
}

.que-section .heading {
  margin-bottom: 40px;
}

.que-section .heading h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  color: #002845;
  max-width: 500px;
  margin: 0 auto 15px;
}

.que-section .heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 650px;
  margin: 0 auto 10px;
}

.quebox {
  width: 780px;
  max-width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.quebox-top {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background-color: #f3f3f3;
}

.quebox-top h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--bs-lime-green);
  margin: 0;
}

.quebox-top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #727273;
}

.quebox-bottom {
  width: 100%;
  height: auto;
  padding: 40px;
}

.quebox-inner {
  width: 100%;
  height: auto;
  padding: 30px;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}

.step-box {
  padding: 8px;
  background-color: #f3f3f3;
  width: fit-content;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;

}

.step-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 5px;
}

.que-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#msform {
  position: relative;
  width: 100%;
}

.fieldset-block {
  position: relative;
  min-height: 140px;
}

#msform fieldset {

  width: 100%;
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/


/*buttons*/
#msform .btn-div {
  display: flex;
}

#msform .action-button {
  font-weight: bold;
  background-color: transparent;
  color: #727273;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  outline: 0;
}

#msform .action-button svg {
  width: 15px;
  height: 15px;
}

#msform .action-button svg path {
  color: #727273;
  margin-top: 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  color: rgba(0, 0, 0, 0.8);
}

#msform .action-button:hover svg path,
#msform .action-button:focus svg path {
  fill: rgba(0, 0, 0, 0.8);
}

#msform .action-button.next,
#msform .action-button.submit {
  margin-left: auto;
}

#msform .btn-div .submit {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: var(--bs-orange-quiz);
  border: 0;
  border-radius: 8px;
  padding: 10px;
}

.diseases-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--bs-lime-green);
  max-width: 530px;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
}

fieldset .email-reply {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  max-width: 530px;
  margin: 0 auto 30px;
  text-align: center;
}

.info-form label {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.info-form .dropdown .btn {
  width: 100%;
  height: 40px;
  text-align: start;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.info-form .dropdown .btn:hover,
.info-form .dropdown:focus,
.info-form .dropdown.open .btn {
  background-color: transparent;
}

.info-form .dropdown .btn:focus,
.info-form .dropdown:focus {
  outline: 0;
  border-color: var(--bs-orange-quiz);
}

.info-form .form-control {
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  height: 40px;
}

.info-form .form-control:focus {
  box-shadow: none;
  border-color: var(--bs-orange-quiz);
}

.input-group .form-control {
  border-right: 0;
}

.info-form .input-group:focus {
  border-color: var(--bs-orange-quiz);
}

.info-form .input-group-addon {
  height: 40px;
  min-width: 70px;
  cursor: pointer;
}

.info-form .input-group-addon svg {
  width: 20px;
  height: 20px;
}

.info-form .form-control {
  margin-bottom: 0;
}

.info-form select.form-control {
  padding-left: 5px;
}

.info-form .select2 {
  max-width: 100%;
  width: 100% !important;
}
.info-form .custome-margin
{
  margin-top: 27px;
}
.info-form .select2-container--default .select2-selection--single {
  height: 40px;
  border-color: #ccc !important;
}

.info-form .select2-container--default .select2-selection--single:focus {
  border-color: var(--bs-orange-quiz);
}

.info-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.info-form .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.info-form .select2-selection__clear {
  display: none;
}

.info-form .gender {
  display: flex;
  gap: 10px;
}

.info-form .gender label {
  margin-bottom: 0 !important;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.info-form .terms {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-form .terms input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.2);
}

.info-form .terms label {
  margin-bottom: 0;
  margin-top: 7px;
  color: rgba(0, 0, 0, 0.7);
}


/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.progress {
  width: 350px;
  height: 8px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.progress-bar {
  background-color: var(--bs-lime-green);
}

/* radio container start */
.radio-container {
  margin: 0 auto;
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.radio-wrapper {
  margin-bottom: 20px;
}

.radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}


.radio-button input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.radio-button input[type="radio"]:checked+span {
  box-shadow: 0 0 0 0.0625em var(--bs-lime-green);
  background-color: var(--bs-lime-green);
  z-index: 1;
  color: #fff;
}

.radio-button span {
  min-width: 80px;
  height: 45px;
  line-height: 33px;
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375em .75em;
  position: relative;
  margin-left: .0625em;
  box-shadow: 0 0 0 0.0625em #727273;
  letter-spacing: .05em;
  color: #727273;
  text-align: center;
  border-radius: 3px;
  transition: background-color .5s ease;

}


@media (max-width: 992px) {
  .que-section .heading h2 {
    font-size: 28px;
  }

  .que-section .heading p,
  .quebox-top p {
    font-size: 14px;
  }

  .quebox-top h4 {
    font-size: 20px;
  }

  .diseases-text {
    font-size: 16px;
  }
  .info-form .select2
  {
    width: 100% !important;
  }
  .fieldset-block
  {
    min-height: 120px;
  }
  .que-section
  {
    padding: 30px 0;
  }
  .info-form .custome-margin
  {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .que-section
  {
    padding: 40px 0;
  }
  .quebox-bottom
  {
    padding: 20px 15px;
  }
  .que-section .heading h2
  {
    font-size: 24px;
  }
  .quebox-inner
  {
    padding: 0;
    border: 0;
  }
  .quebox-top h4 {
    font-size: 18px;
  }
  .que-name
  {
    font-size: 14px;
    text-align: center;
  }
  .step-box {
    width: 100%;
  }
  .radio-button span
  {
    font-size: 14px;
  }

  .step-box .progress {
    width: 100%;
  }
  .que-section .heading p, .quebox-top p
  {
    font-size: 12px;
    margin-bottom: 0;
  }
  .que-section .heading
  {
    margin-bottom: 30px;
  }
  .info-form .gender
  {
    flex-direction: column;
    gap: 5px;
  }
  fieldset .email-reply
  {
    font-size: 12px;
  }
  .info-form .gender label
  {
    margin-top: 0;
  }
  .radio-button span
  {
    width: 55px;
    height: 35px;
    font-weight: 400;
    line-height: 23px;
  }  
}

@media(max-width:300px) 
{
  .que-section .heading h2
  {
    font-size: 22px;
  }
}

.error {
	color: #dc3545 !important;
}