#mindfullForm .test-fc {
  padding: 10px;
}

.quessionaire-padding {
  padding-top: 9rem;
  background-color: #efebff;
}

.bg_color{
  background-color: #efebff;
}

#mindfullForm {
  line-height: 25px;
  /* margin-bottom: 40px; */
}

#mindfullForm .border-fc{
  border-bottom: 2px solid #000;
  padding: 40px;
}

#mindfullForm .title {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  border-bottom: 2px solid #000;
      padding-bottom: 10px;
}

#mindfullForm .form-label {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 40px;
  padding-left:25px;
}

#mindfullForm .fc-input-field,
#mindfullForm .fc-input-field:focus {
  border: 2px solid #c5b8fc;
}
#mindfullForm .fc-input-field:focus {
  box-shadow: none !important;
}

#mindfullForm .wpcf7-list-item-label {
  font-size: 20px;
}

.input-bg-color {
  background-color: #c5b8fc;
}
  
#mindfullForm .wpcf7-form-control {
  border-radius: 35px;
  padding-left: 26px;
  padding: 16px;
  color: #afafaf;
}

#mindfullForm .wpcf7-radio.form-control {
  border: none;
}

#mindfullForm .wpcf7-form-control.wpcf7-checkbox,
#mindfullForm .wpcf7-form-control.wpcf7-radio {
  display: block;
}

#mindfullForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  padding: 7px 0px ;
}

#mindfullForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding: 7px 0px ;
}

#mindfullForm .wpcf7-radio label,
#mindfullForm .wpcf7-checkbox label {
  background-color: #c7b8fb;
  border-radius: 50px;
  text-align: center;
  padding: 10px 40px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#mindfullForm .wpcf7-radio label.mindfull-active,
#mindfullForm .wpcf7-checkbox label.mindfull-checkbox-active {
  background-color: #9f8df7;
  color: white;
}

#mindfullForm .wpcf7-radio label > input,
#mindfullForm .wpcf7-checkbox label > input {
  display: none;
}

#mindfullForm .btn-primary {
  background-color: #c7b8fb;
  border: 1px solid #c7b8fb;
  border-radius: 50px;
  text-align: center;
  padding: 15px 70px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 25px;
}

.fc-question-border {
  border-bottom: 1px solid #ccc; /* You can adjust the color and style as needed */
  padding-bottom: 15px; /* Adjust the padding as needed */
  margin-bottom: 20px;
}

#mindfullForm .wpcf7-form-control.wpcf7-range::after,
#mindfullForm .wpcf7-form-control.wpcf7-range::before {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#mindfullForm .wpcf7-form-control.wpcf7-range::before {
  content: "1";
  margin-right: 10px;
}

#mindfullForm .wpcf7-form-control.wpcf7-range::after {
  content: "10";
  margin-left: 10px;
}

/**
 * reference link - https://stackoverflow.com/a/38163892
 * Chrome
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #mindfullForm .wpcf7-form-control.wpcf7-range::-webkit-slider-thumb {
    background: white;
    -webkit-appearance: none;
    cursor: ew-resize;
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
}

#mindfullForm .wpcf7-form-control.wpcf7-range.fc-input-field:focus {
  background-color: #c5b8fc;
  border-radius: 30px;
}

#mindfullForm .wpcf7-form-control.wpcf7-checkbox{
  background-color: white;
}

#range-value {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#mindfullForm .wpcf7-form-control::placeholder{
  color: #afafaf;
}


@media (min-width: 992px){
.questionnaire-wrapper{
  position: relative;
}

.questionnaire-wrapper::before{
  content: url('../img/man-01.png');
  position: absolute;
  top: 0;
  right: 0;
}

.questionnaire-wrapper::after{
  content: url('../img/woman-01.png');
  position: absolute;
  bottom: -85px;
  left: 0;
}
}