/* Main Colours Begins */
:root {
  --site-theme:#2f5599;
  --grey: #a9a9a9;
  --box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  --switches-bg-color: goldenrod;
--switches-label-color: white ;
--switch-bg-color: white;
--switch-text-color: goldenrod ;
  }
  /* Main Colours Ends*/
  /* Scroll bar begins*/
  ::-webkit-scrollbar {
  width: 5px;
  height: 20px;
  background-color: #f6f8ff; /* or add it to the track */
  }
  /* Add a thumb */
  ::-webkit-scrollbar-thumb {
  background: var(--orange);
  }
  /* Scroll bar ends*/
  /* Page Styles Begin */
  html {
  scroll-behavior: smooth;
  }
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #fff;
}
  .main_content_wrapper{
    position: relative;
    width: 100%;
    float: left;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
  .bottom_design{
  position: fixed;
  bottom: 45px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #0047a2;
  }
.main_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/main_bg.png); */
  background-color: #fff;
  /* clip-path: polygon(0 0, 100% 0%, 68% 100%, 0% 100%); */
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: contain;
}
  .shape_2{
    position: fixed;
    bottom: 5%;
    left: 6%;
    width: 75px;
  }
  .shape_2 img{
  width: 75px;

  /* -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate; */
  }
  @-webkit-keyframes simple-move {
  100% {
  -webkit-transform: translate(20px, 0);
  }
  }
  @keyframes simple-move {
  100% {
  transform: translate(20px, 0);
  }
  }
  @-webkit-keyframes simple-move1 {
  100% {
  -webkit-transform: translate(0, 20px);
  }
  }
  @keyframes simple-move1 {
  100% {
  transform: translate(0, 20px);
  }
  }
/* header */
header{
  position: relative;
}
header figure.top_header_logo img{
  width: 100%;
  height: 100%;
  }
  /* header */
  .right_side_image_Wrapper::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 100%;
  background: rgb(0 54 145 / 50%);
  }
  .logo img{
  width: 180px;
  height: 100%;
  margin-top: 15px;
  }
  .site_heading{
  padding-top: 50px;
  }
  .site_heading h5{
    color: #fff;
  font-size: 30px;
  font-weight: bold;
  }
  .site_heading h1{
  color: #fff;
  font-family: 'Kanit', sans-serif;
  font-size: 80px;
  position: relative;
  font-weight: bold;
  }
  .site_heading p{
    color: #ddd;
  }
  .video_bg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .shape {
    position: fixed;
    left: 0%;
    top: 50%;
    transform: rotate(-12deg);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
    z-index: 0;
    animation: pulse-animation 2s infinite;
}
.shape-02 {
  position: fixed;
  left: 0;
  top: -10%;
  transform: rotate(-12deg);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
  animation: pulse-animation 2s infinite;
}
.shape-03 {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: rotate(-12deg);
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
  animation: pulse-animation 2s infinite;
}
.shape-04 {
  position: fixed;
  right: 15%;
  top: 10%;
  transform: rotate(-12deg);
  width: 150px;
  height: 150px;
  border-radius: 100%;
  animation: pulse-animation 2s infinite;
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
}
.shape-05 {
  position: fixed;
  left: 30%;
  top: 30%;
  transform: rotate(-12deg);
  width: 150px;
  height: 150px;
  /* border-radius: 100%; */
  animation: pulse-animation 2s infinite;
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
}
.shape-06 {
  position: fixed;
  left: 30%;
  top: 75%;
  transform: rotate(-12deg);
  width: 200px;
  height: 200px;
  animation: pulse-animation 2s infinite;
  /* border-radius: 100%; */
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
}
.shape-07 {
  position: fixed;
  right: 15%;
  top: 10%;
  transform: rotate(-12deg);
  width: 150px;
  height: 150px;
  border-radius: 100%;
  animation: pulse-animation 2s infinite;
  background-image: linear-gradient(-360deg, #a36598 0%, rgba(255, 1, 170, 0) 100%);
}
.right_fixed_shape{
  position: fixed;
    right: 0%;
    top: 38%;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background-image: url(../img/right_bg1.png);
    z-index: 0;
    background-repeat: no-repeat;
    /* mix-blend-mode: color-burn; */
    background-size: contain;
}
.top_header_logo {
  display: flex;
}

.bsn_lgo {
  max-width: 100%;
  height: 60% !important;
  margin-top: 25px;
  margin-left: 15px;
  box-shadow: var(--box-shadow);
}

.pulse {
  animation: pulse-animation 2s infinite;
  }
  /* @keyframes pulse-animation {
  0% {
  box-shadow: 0 0 0 0px rgba(0,71,162,0.1);
  }
  100% {
  box-shadow: 0 0 0 10px rgba(0,71,162,0.1);
  }
  } */
  .landing_content{
    padding-top: 35px;
  }
  .landing_content p{
  color: #8c8c8c;
  line-height: 25px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  /* padding-top: 15px; */
  }
  #tsparticles{
  position: absolute;
  /* z-index: -1; */
  }

  .z_index_wrapper{
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .health_assesment h4{
  font-size: 40px;
  color: #fff;
  font-family: 'Kanit', sans-serif;
  }
  .health_assesment p{
  font-size: 25px;
  color: #ddd !important;
  font-family: 'Kanit', sans-serif;
  }
  .health_assesment button.health_btn{
    font-size: 25px;
    color: #ffffff;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #25549C;
    text-transform: capitalize;
    width: auto;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
  }
  .health_assesment button.health_btn .right_arrow{
  padding-left: 15px;
  animation: shake 2s infinite;
  }
  @keyframes shadow-pulse
  {
  0% {
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
  box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
  }
  @keyframes shake {
  0% {
  transform: translate(3px, 0);
  }
  50% {
  transform: translate(-3px, 0);
  }
  100% {
  transform: translate(0, 0);
  }
  }


  .health_assesment_form{
    position: relative;
  }
  .submit_btn_paperplane{
    /* position: absolute; */
    top: 5px;
    right: 8px;
    background: #25549C;
    color: #fff;
    width: 200px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    height: 40px;
    border-radius: 0;
  }

  .health_assesment_form input{
    background: transparent;
    border: 2px solid #fff !important;
    margin: 25px 0;
    border-radius: 0;
    height: 50px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Kanit', sans-serif;
    width: 75%;
    color: #fff !important;
  }

  .health_assesment_form input:focus {
    background: transparent;
    border: 2px solid #fff !important;
    box-shadow: none;
    outline: none;
    color: #000;
  }

  .health_assesment_form input:focus{
    /* background: transparent; */
    border: 2px solid transparent;
    color: #000;
    outline: none;

  }
  .health_btn{
    display: none;
  }
  .health_assesment_form input::placeholder{
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  }

  .left_fixed_bg {
    position: fixed;
    top: 0px;
    left: 0;
    width: 20%;
    height: 100vh;
    background: #0047a2;
  }
  fieldset input{
    border-radius: 0 !important;
    border: 1px solid #87acdc !important
  }
  fieldset input:focus{
  box-shadow: none !important;
    outline: none !important;
    transition: 0.5s all !important;
  }
  .wrapper_div legend {
    font-size: 18px !important;
    font-family: 'Kanit', sans-serif;
  }
  .wrapper_div fieldset h3 {
    font-size: 22px !important;
    font-family: 'Kanit', sans-serif;
  }
  .wrapper_div fieldset h4{
    font-size: 18px !important;
    font-family: 'Kanit', sans-serif;
  }
  .wrapper_div{

  }
  .mid_wrapper{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: white;
  padding: 25px;
  border: 1px solid #ddd;
  min-height: 450px;
  border-radius: 8px;
  margin-bottom: 80px;;
  }
  .form-check {
    margin-bottom: 12px;
  }
  .quiz_img {
  width: 200px;
  text-align: center;
  }
  .progress {
  height: 0.5rem;
  }
  .progress-bar{
  background-color: #0047a2;
  }
  .ripple button{
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
  }

  .ripple button.next_btn{
  background: #0047a2;
  width: 100px;
  color: #fff;
  position: relative;
  border:none;
  padding: 10px;
  transition: 0.5s all;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
  }
  .ripple button.next_btn::after{
  position: absolute;
  content: '';
  bottom: -25px;
  left: -40px;
  width: 20px;
  height: 100px;
  transform: rotate(45deg);
  background: rgba(255,255,255,0.8);
  }
  .ripple button:hover::after{
  right: 0;
  transition: 0.5s all;
  background: rgba(255,255,255,0.01);
  transform: translateX(160px)rotate(45deg);
  }
  .ripple{
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .back_btn{
    background: #333;
  width: 100px;
  color: #fff;
  position: relative;
  border:none;
  padding: 10px;
  border-radius: 0;
  margin-right: 20px;
  transition: 0.5s all;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
  font-size: 14px;
  color: #fff !important;
  }
    .ripple button.back_btn::after{
    position: absolute;
    content: '';
    bottom: -25px;
    left: -40px;
    width: 20px;
    height: 100px;
    transform: rotate(45deg);
    background: rgba(255,255,255,0.8);
    }
    .ripple button.back_btn:hover::after{
    right: 0;
    transition: 0.5s all;
    background: rgba(255,255,255,0.1);
    transform: translateX(160px)rotate(45deg);
    }
    .form-check-input:checked[type=radio]{
      background-image: none !important;
    }
    /* .form-check-input:checked[type=checkbox]{

    } */
    input::placeholder{
      font-size: 12px !important;
    }
    .form_range_wrapper{
      border:none !important
    }
    .range_name{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .confetti_img{
      position: relative;
    }
    .confetti{
      position: absolute;
      top: 0;
      /* width: 100%; */
      object-fit: cover;
      mix-blend-mode: color-dodge;
      height: -webkit-fill-available;
    }
    .text_confetti .confetti{
      width: 100%;
      left: 0;
      height: -webkit-fill-available;
    }


canvas {
display: block;
vertical-align: bottom;
}
#tsparticles {
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 0;
}
/* toggle switch */
.switches-container {
  width: 8rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #25549C;
  line-height: 2rem;
  border-radius: 3rem;
  margin-left: auto;
  z-index: 10;
  /* margin-right: auto; */
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

/* switch highlighters wrapper (sliding left / right)
  - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

/* switch box labels
  - default setup
  - toggle afterwards based on radio:checked status
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #25549C;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
/* toggle switch */


/* @keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */


.site_footer {
  /* margin-top: 100px; */
  width: 100%;
  float: left;
  text-align: center;
  z-index: 10;
  position: relative;
}
.site_footer p {
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
}
.site_footer p a {
  /* text-transform: lowercase; */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

  /* Responsive  */
  @media(min-width: 1366px){
  .container{
    max-width: 1140px !important;
  }
  }
  @media(min-width: 1200px) and (max-width: 1366px){
    .site_heading h1 {
      font-size: 35px;
  }
  }
  @media(min-width: 992px) and (max-width: 1199px){
    .site_heading h1 {
      font-size: 35px;
  }
  }
  @media(min-width: 768px) and (max-width: 991px){
  #particles-js{
    /* display: none; */
    opacity: 0.5;
  }
  .bottom_design{
    position: absolute;
  }
  .health_assesment button{
    margin-bottom: 50px;
  }
  .health_assesment h4{
    font-size: 30px;
    color: #0047a2;
  }
  .health_assesment h4{
    font-size: 30px;
    color: #0047a2;
    text-align: center;
  }
  .health_assesment_form input{
    background: #fff;
    border: 2px solid #999;
  }
  .health_assesment_form input::placeholder{
  color: #fff;
  font-size: 14px;
  }
  .health_assesment button.health_btn{
    border: 1px solid #ddd;
    margin: auto;
    margin-bottom: 50px;
  }
  }
  @media(min-width: 0) and (max-width: 767px){
  #particles-js{
    /* display: none; */
    opacity: 0.5;
  }
  .bottom_design{
    position: absolute;
  }
  .health_assesment button{
    margin-bottom: 50px;
  }
  .site_heading h1 {
    font-size: 30px;
  }
  .health_assesment h4{
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .health_assesment_form input{
    background: #fff;
    border: 2px solid #999;
  }
  .health_assesment_form input::placeholder{
  color: #000;
  font-size: 14px;
  }
  .health_assesment button.health_btn{
    border: 1px solid #ddd;
    margin: auto;
    margin-bottom: 50px;
  }

  .bsn_lgo {
    margin-top: 15px;
    margin-left: 15px;
  }

  .logo img {
    width: 50% !important;
    margin: 0 !important;
  }
  .mid_wrapper{
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .form-error-block {
    font-size: 10px !important;
  }
  label {
    font-size: 12px;
  }
  .wrapper_div fieldset h4 {
    font-size: 15px !important;
    margin-top: 20px;
  }
  .quiz_img {
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
  }
  form input{
    font-size: 14px !important;
  }
  .wrapper_div fieldset h3{
    margin-bottom: 15px;
    font-size: 16px !important;
  }
  .range_name {
    font-size: 10px;
  }
  .right_fixed_shape {
    /* position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    height: -webkit-fill-available;
    background-image: url(../img/right_bg.png);
    z-index: 0;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn; */
    position: fixed;
    right: 0%;
    top: 38%;
    bottom: 0;
    margin: auto;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    background-image: url(../img/right_bg1.png);
    z-index: 0;
    background-repeat: no-repeat;
    /* mix-blend-mode: color-burn; */
    background-size: contain;
}
.main_bg{
  clip-path: none;
}
header{
  position: relative;
  z-index: 100;
}
.health_assesment_form input{
  width: 100%;
}

.right_fixed_shape{
  display: none;
}




  }
  /* Responsive  */

  /* Error Class Start */
  .form-error-block{
    border-color: #ff0000;
    color: #ff0000;
  }
  /* Error Class End */

  .hide_class{
    display:none;
  }

  #questionnaire_form ul{
    list-style:none !important;
  }
  #questionnaire_form li a{
    color:inherit;
    text-decoration:none;
  }
