body{
	background: #fdfdfd;

}
body#front{
	background: none;
	/*background-image: url(img/px_by_Gre3g.webp);*/
}


body#frontpage{
    color: #554;
}


#disclaimer{
	color: #554;

}
.surveyBody{
	background: none;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);

}
.sd-root-modern{
	background: none;

}
.sd-row{

    /*visibility: hidden;*/
    opacity: 0;
}
.sd-row .card {

    visibility: hidden;
}
h2, h3{
	text-align: center;
}

body#frontpage {
    font-weight: normal;
    font-family: 'Koulen', sans-serif;
}
body#frontpage p{
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}


body#frontpage #ourValue p{
    font-size: 18px;
    font-weight: bold;
}

a{
  color: #922eb3;
}
.svc-logic-question-value, div:only-child>.sd-element--with-frame:not(.sd-element--collapsed){
	background: none;
	box-shadow: none;
  padding-bottom: 10vh;
}
.sd-element__title span{
	font-size: 26px;
	line-height: 32px;

}
.sd-element__title span strong{
	 color: #161616;

     display: block;

}
.sd-item__control-label{
	font-size: 22px;
	line-height: 30px;

}
.sd-element__title .sd-element__num{

	/*font-size: 25px;*/
  display: none;
}


.sd-btn--action{
	 background: #ff1a1a;
	 margin: auto;
	 text-align: center;
	 display: block;


}
.sd-btn--action:not(:disabled):hover, .sd-btn--action:not(:disabled):focus{
	 box-shadow: 0 0 0 2px #cd0606;
	 color: #cd0606;

}


.sd-root-modern.sd-root-modern--mobile .sd-element__num+span{
  width: 0;
  float: left;
}

.animation-wrapper {
  position: fixed;

  width: 100%;
  /*height: 80%;*/
  /*padding-bottom: 10%;*/
  /*top: 10%;*/
  z-index: -1;
}

.stagger-visualizer {
  position: absolute;
  width: 1100px;
  height: 150px;
  transform-origin: left top;
}

.stagger-visualizer .dots-wrapper {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stagger-visualizer .dot {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin: 16px;
  background-color: #dedede;
  /*border-radius: 50%;*/
}

.stagger-visualizer .dotRed {
  background-color: #eaa;
  border-radius: none
    /*display: none;*/

}

.sd-item__control-label strong{
    font-weight: normal;
    display: block;
}
@media (min-width: 740px) {
    .stagger-visualizer .dot {
      background-color: transparent;
      background-image: linear-gradient(180deg, #FFFFFF 8%, #dedede 100%);
    }
  .stagger-visualizer .dotRed {
    background-color: #eaa;
    border-radius: none;
      background-image: none;
      /*display: none;*/

  }
.sd-element__title span strong{
     color: #161616;
     /*display: inline;*/
     

  }

.sd-element__title span{
  font-size: 30px;
  line-height: 36px;

}
.sd-element__title span strong{
   /*color: #cd0606;*/
   color: #161616;

     display: block;

}
.sd-description span strong{
   /*color: #cd0606;*/


     display: block;

}
.sd-item__control-label{
  font-size: 24px;
  line-height: 32px;

}
.sd-item__control-label strong{
    font-weight: normal;
    display: inline-block;
}
}

.stagger-visualizer .cursor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 37px;
  height: 37px;
  margin: 9px;
  background-color: #eaa;
  /*border-radius: 50%;*/
}


body {
    /*background-color: #eee*/
}

.card {
    border: none;
    border-radius: 10px
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}
.c-details h6 {
    font-weight: bold;
}
.heading {
  font-size: 50px;
}

.heading small{
  font-size: 20%;
}

#possibility .heading {
  font-size: 70px;
}
.stuck {
  position:fixed;
  top:0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 99;
  background-color: #fff;
}
.card h4{
    font-weight: bold;
}
.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #120848;
}
.iconsurvey .icon{
    display: inline-block;
    padding-top: 10px;
    color: #e71212;
}
#rhinitisScore .icon {

    color: #eaa;
}
#asthmaScore .icon {

    color: #eaa;
}

#eczemaScore .icon {

    color: #ffc107;
}


.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 0px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}
.badge.higher span {
    background-color: #ffdddd;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #d72b2b;
    justify-content: center;
    align-items: center
}
.badge.lower span {
    background-color: #fffbec;
    color: #fed85d;
}

.progress {
    height: 10px;
    border-radius: 10px
}

.progress div {
    background-color: red
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #9988aa
}
.text3L {
    color: #9988aa;
    font-size: 150%;
    display: block;
    text-align: center;
}

#surveyResult{
  display: none;
}
.identifyingUL{
    list-style: none;
}
body#frontpage  .identifyingUL p{
   display: block;
   padding-left: 30px;
   padding-bottom: 10px;

   
}


.icon-with-bg{
    position: absolute;
}

.icon-with-bg:after {
    background-color: #dc3545!important;
}
.icon-with-bg.f-20:after {
    left: -10px;
    top: 10px;
    width: 24.4px;
    height: 24.4px;
}
.icon-with-bg:after {
    content: "";
    position: absolute;
    left: -22px;
    top: -22px;
    width: 44px;
    height: 44px;
    opacity: .2;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
/**, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
#identifying h4{
        font-size: 38px;
        font-weight: normal;
}
#trynowSectoin .card{
    background: url(img/trynow.jpg) no-repeat;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

#trynowSectoin h3{
    font-size: 30px;
    text-align: left;
    color: #dd2020;

}
#trynowSectoin h3.text-danger{
    font-size: 30px;
    text-align: left;
    
}
#identifying h4.c-d-heading{
    padding-left: 20px;
}


 h4 strong,h3 strong{
    font-size: 150%;
    color: #6a187e;
    font-weight: normal ;
    display: block;
}
.c-d-heading::before {
    background-color: #dc3545;
}

.c-d-heading::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 6px;
  
    height: 100%;;
    background-color: #dc3545;
}

.bg-trynow{
    /*background-color: #fff;*/
}


@media screen and (min-width: 769px){
    .c-d-heading::before {
    top: 5px;
    width: 8px;
    height: 100%;
}
#identifying h4.c-d-heading{
    padding-left: 20px;
}
}


.error{
    color: red;
    font-size: 80%;
    display: block;
}

.termsAndCondition h2, .termsAndCondition h3, .container .termsAndCondition p,
.termsAndCondition li{
  text-align: left;
}