#newresults {
	width: 100%;
	display: grid;
	gap:  30px;
	grid-template-columns: repeat(4,1fr);
}
#newresults > ul {
	width: 100%;
}
#newresults  .tooltiptext a {
	color: #fff;
	text-decoration: underline!important;
}
.insidepage header {
	padding-top: 20%;
}
.insidepage header h1 {
	font-size: 40px;
}
.insidepage header h1 span {
	font-size: 30px;
	text-transform: initial;
}
.insidepage header h1 span span {
	text-transform: uppercase;
	color: #21dedc;
}
.insidepage header h1::after {
	display: none;
}

.insidepage header .headingContainer {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.treatmentslide[data-slide="2"],
.treatmentslide[data-slide="3"],
.treatmentslide[data-slide="4"] {
	display: none;
}
.introslide .justify-content-center{
	justify-content: center;
}
.introslide .justify-content-center p{
	padding-left: 1em;
	padding-right: 1em;
}


.treatmentouter {
	border: 15px solid #f4f4f4;
	width: 100%;
	min-height: 556px;
	position: relative;
	background: white;
	margin-top: -5vh;
	margin-bottom: 10vh;
}

.treatmentslide h2 {
	color: #4c4c4c;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 50px;
}
.treatbox {
	background: #f4f4f4;
	background: -moz-linear-gradient(45deg,  #f4f4f4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(45deg,  #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(45deg,  #f4f4f4 0%,#ffffff 100%);
}
.treatboxwrap {
	justify-content: center;
	display: flex;
}
.treatbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
	flex-direction: column;
	max-width: 260px;
	transition: background .3s ease-in;
}
.treatimgwrap {
	margin: auto;
	position: relative;
}
.treatbox img {
	display: block;
	margin: auto;
	text-align: center;
}
.treatbox p {
	font-size: 19px;
	color: #168ebe;
	text-transform: uppercase;
	text-align: center;
}

.treatbox.is-active,
.treatbox:hover {
	background: #00a6e7;
	background: -moz-linear-gradient(45deg,  #00a6e7 0%, #21dedc 100%);
	background: -webkit-linear-gradient(45deg,  #00a6e7 0%,#21dedc 100%);
	background: linear-gradient(45deg,  #00a6e7 0%,#21dedc 100%);
	cursor: pointer;
	transition: background .3s ease-in;
}
.treatbox.disable-hover:hover {
	background: #dfdfdf;
	cursor: text;
}
.treatbox.is-active p,
.treatbox:hover p {
	color: #fff;
}
.treatbox.is-active .image-white,
.treatbox .image-white {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.treatbox.is-active .image-white,
.treatbox:hover .image-white {
	z-index: 1;
}
.treatbox .checkbox {
	position: absolute;
	top: 15px;
	right: 15px;
}
.treatselectbutton .checkbox img {
	width: 20px;height: 20px;
	display: block;
}
.tnavwrap {
	display: flex;
	justify-content: center;

}



.treatmentouter .next {
	margin-left: auto;
	display: none;
	text-align: right;
	margin-top: 50px;
	margin-right: 1.5em;
		margin-bottom: 2em;
}
button.reset,
.treatmentouter .next button.reset,
.treatmentouter .next button.treatmentNext {
	background-color: #168ebe;
	width: 140px;
	height: 40px;
	font-size: 15px;
	border: none;
	padding: inherit;
	min-width: auto;
	box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	line-height: 45px;
}
.treatmentouter .next button.reset {
	width: 90px;
	font-size: 12px;
}
.treatmentouter .next.text-left {
	text-align: left;
}

.treatmentslide[data-slide="2"] h2 span{
	display: block;
	font-size: 25px;
}

.slidetwoflex {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.treatselect {
	justify-content: center;
	flex-wrap: wrap;
	width: 1170px;
	max-width: 1170px;
}
.treatselectbutton {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 33.3333%;
	max-width: 350px;
	border: 1px solid #f4f4f4;
	margin-bottom: 10px;
	margin-left: 7.5px;
	margin-right: 7.5px;

	background: #f4f4f4;
	background: -moz-linear-gradient(left,  #f4f4f4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(to right,  #f4f4f4 0%,#ffffff 100%);


}
.treatselectbutton p {
	font-size: 1em;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}

.treatselectbutton.ml-15 {
	margin: 0 15px;
}
.treatselectbutton.is-active,
.treatselectbutton:hover {
	cursor: pointer;
	background: #04ace6;
	background: -moz-linear-gradient(top,  #04ace6 0%, #20dcdc 100%);
	background: -webkit-linear-gradient(top,  #04ace6 0%,#20dcdc 100%);
	background: linear-gradient(to bottom,  #04ace6 0%,#20dcdc 100%);


}
.treatselectbutton.is-active p,
.treatselectbutton:hover p {
	color: #fff;
}
.treatselectbutton .checkbox {
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 1;
	transform: translateY(-50%);
}
.treatmentslide[data-slide="2"] {
	position: relative;
}
.treatmentslide[data-slide="2"] button.tback{
	display: block;
}

.tback {
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f4;
	border: none;
	color: #168ebe;
	height: 30px;
	text-align: center;
	height: 50px;
	width: 100px;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
}

.treatmentslide[data-slide="3"] h2 span{
	display: block;
	font-size: 25px;
}

.abHead {
	font-size: 29px;
	text-transform: uppercase;
}

.areabox {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 10px solid #f4f4f4;
	border-bottom: 10px solid #f4f4f4;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;

}

.treatmentslide[data-slide="3"] ul {
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.treatmentslide[data-slide="3"] ul li::before {
	display: none;
}

.treatmentslide[data-slide="3"] ul li {
	padding-bottom: 0;
		padding-left: 0;
	color: #168ebe;
	text-transform: uppercase;
}
.treatmentslide[data-slide="3"] li.ulhead > ul {
	padding-left: 0em;
	padding-bottom: 1em;
	padding-top: .2em;
}


.singleresult {
	margin-bottom: 2em;
	text-align: center;
}
.singleresult > p {
	text-transform: uppercase;
	font-size: 20px;
}
.treatmentslide[data-slide="3"] .ultwo ul{
	padding-left: 1em;
	padding-bottom: .5em;
}
.treatmentresultconcern p,
.treatmentarearesult {
	text-transform: uppercase;
}
.resultsbox {
	justify-content: center;
	flex-wrap: wrap;
}
.tooltip {
	position: relative;
	display: inline-block;
		 text-decoration: none;
		 text-transform: none;
}
.tooltip > a {
	text-decoration: none;
}

.singleresult .tooltiptext a {
	color: #fff!important;
	border-radius: 10px;
	background-color: #1b428f;
	text-decoration: underline!important;
	padding: 10px 25px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.tooltip .tooltiptext {
	background: #03abe6;
	background: -moz-linear-gradient(top,  #03abe6 0%, #20dddc 100%);
	background: -webkit-linear-gradient(top,  #03abe6 0%,#20dddc 100%);
	background: linear-gradient(to bottom,  #03abe6 0%,#20dddc 100%);

	box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.28);


	visibility: hidden;
	 width: auto;
	 color: #ffffff;
	 padding: 2em;
	 border-radius: 6px;
	 min-width: 320px;


	 /* Position the tooltip text */
	 position: absolute;
	 z-index: 1;
	 top: 118%;
	 left: 0;

	 /* Fade in tooltip */
	 opacity: 0;
	 transition: opacity 0.3s;
}
.tooltiptext ul li,
.tooltiptext p {
	color: #fff;
	text-align: left;
}
.tooltiptext p {
	font-size: 15px;
}
.treatmentslide[data-slide="3"] .tooltiptext ul {
	color: #fff;
	padding: 0;
	text-align: left;
	font-size: 13px;
	padding-bottom: 1em;
}

.treatmentslide[data-slide="3"] ul li .tooltiptext ul li {
	color: #fff;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	list-style: disc;
	list-style-position: outside;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 15%;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #03abe6 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
		@media (hover: hover) {
			.tooltip:hover .tooltiptext {
			  visibility: visible;
			  opacity: 1;
			  cursor: pointer;
			}
		}

@media screen and (max-width: 767px) {
  .tooltip.is-active .tooltiptext {
  	visibility: visible;
  	opacity: 1;
  	cursor: pointer;
  }
}

.buttonholder {
	margin: 0 auto;
	text-align: center;
	border-top: 10px solid #f4f4f4;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}
.buttonholder img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {
  .treatment {
  	margin-top: 80px;
  }
  .treatmentslide h2 {
  	font-size: 20px;
  }
  .treatboxwrap {
  	justify-content: center;
  	display: flex;
  	flex-wrap: wrap;
  }
  .treatbox {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 240px;
  	flex-direction: column;
  	max-width: 50%;
  	transition: background .3s ease-in;
  }
  .treatselect {
  	width: 100%;
  	max-width: 100%;
  	justify-content: flex-start;
  }
  .treatselectbutton {
  	max-width: unset;
  	width: calc(50% - 20px);
  	min-height: 80px;

  }
  .treatselectbutton p {
  	font-size: 14px;
  	padding:  0 5px;
  }
  .treatselectbutton .checkbox {
  	top: 10px;
  	right: 0px;
  }
  .areabox {
  	flex-wrap: wrap;
  	text-align: center;
  }
  #newresults {
  	grid-template-columns: repeat(1, 1fr);
  	text-align: center;
  }
  #newresults .tooltip > a {
  	color: #fff;
  	display: block;
  }
  .tooltip {
  	width: 100%;
  	background-color: #00a1e2;
  	color: #fff;
  	text-decoration: none;
  	border-radius: 20px;
  	padding: 10px ;
  	box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
  }
  .buttonholder {
  	flex-wrap: wrap;
  	padding: 30px 15px;
  	padding-top: 60px;
  }
  .resultsbox .singleresult {
  	visibility: hidden;
  	font-size: 0;
  }
  .tooltiptext::after {
  	left: 50%;
  	transform: translateX(-50%);
  }
  .slideanchor-slide3,
  .slideanchor-slide2 {
  	position: absolute; top: -100px; left: 0
  }
  .resultsbox {
  	padding-bottom: 30px;
  }

}

.slidetwoflex {position: relative;}