header {
  background-color: #001543;
  display: table;
  width: 100%;
}

.brandlogo-div {
  padding: 12px 0px;
}
.brandlogo-div img {
  height: 80px;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 767px) {
  .brandlogo-div img {
    height: 60px;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
}

.person-section {
  margin-top: -40px;
}

.person-box {
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 20px #0000001a;
  border: 2px solid #f0f1f4;
  border-radius: 10px;
  position: relative;
}
.person-box .thumb-img img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
}
.person-box .details-list ul li {
  margin: 12px 0px;
}
.person-box .details-list ul li label {
  font-weight: 600;
}

.heading-line {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.heading-line:before {
  content: "";
  width: 65px;
  height: 4px;
  background: #ef4b37;
  display: block;
  position: absolute;
  bottom: -3px;
}

.prescription-box {
  border: 2px solid #d5d7db;
  border-radius: 10px;
}

.desc-details {
  background-color: #f7f7f7;
}

.table-customcls > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.value-box input {
  text-align: center;
  width: 60px;
  outline: none;
  box-shadow: none;
  border-color: #f0f1f4;
}
.value-box input:focus {
  border-color: inherit;
  box-shadow: none;
  border-color: #f0f1f4;
}
.value-box input[readonly] {
  background-color: inherit;
}
.value-box .span-sec {
  font-size: 12px;
}

.visual-sec figure {
  margin-bottom: 0px;
}

.each-visual img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.video-tag-div {
  height: 486px;
  border-radius: 4px;
}

/* .video-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
} */

.video-div video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.product-list {
  border: 2px solid #d5d7db;
  border-radius: 10px;
}

.list-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.button-custom {
  color: #fff;
  background-color: #ef4b37;
  border: 1px solid #ef4b37;
  height: 42px;
  width: 100%;
  border-radius: 8px;
  padding: 0px 7px;
}
.button-custom:hover {
  background-color: #fff;
}

.section-range .range-value {
  font-size: 12px;
}
.section-range .range-value .span-txt {
  color: #d53321;
}
.section-range .range-value .point-value {
  display: block;
  color: #57d36f;
  border: 1px solid #57d36f;
  border-radius: 4px;
  padding: 3px 15px;
}


@media (max-width: 767px) {
  .person-section {
    margin-top: -10px;
  }

}
@media (max-width: 575px) {
  .person-box {
    padding: 20px 20px;
  }

  .button-custom {
    font-size: 12px;
  }

  .each-visual img {
    height: auto;
  }
}
footer {
  background-color: #001543;
  display: table;
  width: 100%;
}

.social-links {
  width: max-content;
  gap: 40px;
}
.social-links a {
  display: flex;
  color: #000;
  background-color: #e6e6e6;
  width: 62px;
  height: 62px;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
}
.social-links a:hover {
  color: #e6e6e6;
  background-color: #000;
}

@media (max-width: 768px) {
  .social-links {
    gap: 20px;
  }
  .social-links a {
    width: 30px;
    height: 30px;
    border-radius: 70px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */

body{
  width: 1200px;
}
.person-box{
  display: block !important;
}
.person-box .thumb-img{
  width: auto !important;
display: block;
display: inline-block !important;
vertical-align: top;
}
.person-box .details-list{
  width: auto !important;
  min-width: 350px;
  display: inline-block !important;
  padding-left:12px;
}
.ex_sides_lw{
  width:600px !important;

}
.ex_sides_rw{
  width: 400px !important;
}
.ex_sides_l{
  max-width: 250px;
  width: 250px !important;
}
.ex_sides_r{
  max-width: 150px;
  width: 150px !important;
}
.ex_sides_w{
}
.ex_sides_wrwp{
  max-width: 500px;

}
.ex_sides_wrapper{
  

}
.each-product{
 max-width: 250px; 
}
.range_slider_wrapper{
  
}

.range_slider_wrap{
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 16%);
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin: 10px 5px 15px 5px;
}
.range_slider{    /* height: 10px; */
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  border-radius: 3px;
  /* overflow: hidden; */
  box-shadow: inset 0px 2px 2px 0px rgb(0 0 0 / 50);
}
.range_slider li{

  display: flex;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0.8;
  justify-content: center;
  text-align: center;
  position:relative;
}
.range_slider li i{
  position: absolute;
  font-style: normal;
  font-size: 12px;
  color: #b42e1d;
  top: 250%;
  width: 100%;
}
.range_slider_marker{
  position: absolute;
  width: 40px;
  /* height: 40px; */
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 4px -1px rgb(0 0 0 / 50%);
  z-index: 999;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  display:flex;
  justify-content:center;
  align-items:center;
}

.range_slider_marker:before{
  content: "";
    display: block;
    width: 62%;
    height: 62%;
    border-radius: 100%;
    box-shadow: 0px 0px 3px 1px inset rgb(0 0 0 / 10%);
}
.range_slider li:nth-child(1){

  background: #ec3925;
  color: #ec3925;
}
[data-level="severe"] .range_slider_marker{
  margin-left: 8%;
}
[data-level="severe"] .range_slider li:nth-child(1) i{
  border: 1px solid #ec3925;
  padding: 3px 0px;
  width: 100%;
  border-radius: 4px;
  color: #ec3925;
}
.range_slider li:nth-child(2){

  background: #ffa33c;
  color: #ffa33c;
}
[data-level="moderate"] .range_slider_marker{
  margin-left: 32.5%;
}
[data-level="moderate"] .range_slider li:nth-child(2) i{
  border: 1px solid #ffa33c;
  padding: 3px 0px;
  width: 100%;
  border-radius: 4px;
  color: #ffa33c;
}
.range_slider li:nth-child(3){

  background: #e3ec25;
  color: #e3ec25;
}

[data-level="mild"] .range_slider_marker{

  margin-left: 57%;
}
[data-level="mild"] .range_slider li:nth-child(3) i{
  border: 1px solid #ffa33c;
  padding: 3px 0px;
  width: 100%;
  border-radius: 4px;
  color: #ffa33c;
}
.range_slider li:nth-child(4){

  background: #5fde73;
  color: #5fde73;
}
[data-level="no_pain"] .range_slider_marker{
  margin-left: 81.5%;
}
[data-level="no_pain"] .range_slider li:nth-child(4) i{
  border: 1px solid #5fde73;
  padding: 3px 0px;
  width: 100%;
  border-radius: 4px;
  color: #5fde73;
 }
 .page_break { page-break-before: always }


.person-box{
  align-items: center;
  display: flex !important;
}
.each-visual .mt-md-3{
  
  margin-top: 10px !important;
}
.video-div .mb-3{
  margin-bottom: 10px !important;
}
.each-visual .mb-3{
  margin-bottom: 10px!important;
  margin-top: 15px;
}
.each-visual img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.exercise_description{
  margin: 0 0 50px 0;
}



.pain-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  z-index: 9;
  background: transparent;
  margin: auto;
  -webkit-appearance: none;
  width: calc(100% - 20px);
  height: 18px;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  cursor:pointer;
}

/* .pain-slider:hover {
  opacity: 1;
} */

.pain-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-image: url(../images/slider-thumb.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 0px 4px -1px rgb(0 0 0 / 50%);
}

.pain-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}



.range_slider_marker {
  position: absolute;
  width: 40px;
  /* height: 40px; */
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 4px -1px rgb(0 0 0 / 50%);
  z-index: 999;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



.range_slider_marker:before {
  content: "";
  display: block;
  width: 62%;
  height: 62%;
  border-radius: 100%;
  box-shadow: 0px 0px 3px 1px inset rgb(0 0 0 / 10%);
}

.pain_rating_form{
  /* position: absolute; */
  /* top: 100%;
  margin-top: 10px;
  z-index: 9999; */
  margin-top: 50px;display:flex;
  opacity:0;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}