@import url("https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&display=swap");
/*
	# Symptom Checker Icons
----------------------------------------------------------*/
@font-face {
  font-family: "sc";
  src: url("fonts/sc.eot");
  src: url("fonts/sc.eot?#iefix") format("embedded-opentype"), url("fonts/sc.woff") format("woff"), url("fonts/sc.ttf") format("truetype"), url("fonts/sc.svg#sc") format("svg");
  font-weight: normal;
  font-style: normal; }

.exc-panel-header {
  display: none; }

[data-icon]:before {
  font-family: "sc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="sc-icon-"]:before,
[class*=" sc-icon-"]:before {
  font-family: "sc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sc-icon-rotate:before {
  content: "\61"; }

.sc-icon-reset:before {
  content: "\62"; }

.sc-icon-search:before {
  content: "\63"; }

.sc-icon-remove:before {
  content: "\64"; }

.sc-icon-add:before {
  content: "\65"; }

/*
	# Symptom Checker
----------------------------------------------------------*/
.exc-symptom-checker {
  position: relative;
  /*padding: 50px 0 10px;*/ }

.exc-container:after {
  content: '';
  clear: both;
  display: table; }

.exc-container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
	# Regions
----------------------------------------------------------*/
.exc-region {
  float: left;
  min-height: 1px;
  width: 25%;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 528px; }

.exc-region-content {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  height: 528px;
  position: relative;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.exc-region-content-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 20px; }

.exc-symptom-checker .exc-region-content-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 17px 15px; }

.exc-region-content-title {
  margin: 0;
  line-height: 1.2;
  font-size: 15px; }

/*
	# Region Viewport
----------------------------------------------------------*/
.sc-viewport {
  background-color: transparent;
  text-align: center;
  padding: 20px 0; }

.sc-content-viewport {
  border: none;
  background-color: transparent; }

.sc-viewport-actions:after {
  content: '';
  clear: both;
  display: table; }

.exc-region-toolbar {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 54px;
  overflow: hidden; }

.sc-viewport-actions {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding: 12px 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.25s linear; }

.exc-region-toolbar.in .sc-viewport-actions {
  transform: translateY(0);
  opacity: 1; }

.sc-viewport-actions button {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent;
  float: right;
  font-size: 13px;
  text-align: center;
  line-height: 100%; }

.sc-viewport-actions .sc-reset-btn {
  margin-left: 13px; }

.sc-viewport-actions button span {
  display: block;
  padding-top: 3px;
  color: #000; }

.sc-viewport-actions button i {
  font-size: 16px; }

.sc-viewport-actions button.sc-gender-switch {
  display: inline-block;
  float: left;
  background-color: #000;
  color: #ffffff;
  padding: 6px 10px;
 /* margin: 2px 0;*/ }

.sc-viewport-note {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0; }

.sc-viewport-note i {
  background-color: #000;
  color: #ffffff;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  font-style: normal;
  margin-right: 10px; }

/*
	# Content Default
----------------------------------------------------------*/
.exc-region-content-default {
  background-color: #ffffff;
  position: absolute;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px; }

.exc-region-content-count {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px dashed #000;
  font-size: 50px;
  font-weight: 300;
  border-radius: 50%;
  line-height: 98px;
  margin-top: 80px; }

.exc-region-content-text {
  font-size: 18px;
  line-height: 1.5555556;
  margin-bottom: 0;
  margin-top: 35px; }

.non-specific-btn {
  display: inline-block;
  background-color: #000;
  color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-top: 14px;
  padding: 11px 20px; }

/*
	# Region Search
----------------------------------------------------------*/
.exc-region-search {
  position: relative;
  border-bottom: 1px solid #e0e0e0; }

.exc-search-input {
  background-color: transparent;
  border: none;
  height: 47px;
  padding: 8px 35px 8px 20px;
  display: block;
  width: 100%;
  font-size: 13px;
  box-sizing: border-box; }

.exc-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 47px;
  width: 40px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.4); }

/*
	# Region List
----------------------------------------------------------*/
.exc-region-list {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.exc-sc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto; }

.exc-sc-list > li {
  border-bottom: 1px solid #e0e0e0;
  line-height: 16px;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #000; }

.exc-sc-list > li:hover,
.exc-sc-list > li.hover {
  /*background-color: #564add;*/
  /*color: #000; */}

.exc-sc-list > li span {
  display: inline-block;
  margin-right: 10px; }

.exc-sc-list > li span.highlight {
  margin-right: 0;
  background: yellow;
  display: inline; }

.exc-sc-list-item {
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
	# Body parts
----------------------------------------------------------*/
.exc-region-bodyparts .exc-sc-list {
  max-height: 427px; }

/*
	# Selections
----------------------------------------------------------*/
.exc-region-selections .exc-region-list {
  padding: 15px 20px; }

.exc-region-selections .exc-sc-list {
  background-color: /*#f1f1f1*/rgba(40,177,220,0.06);
  border: 1px solid #e0e0e0;
  max-height: 440px; }

.exc-region-selections.dual-list .exc-region-list {
  min-height: 216px; }

.exc-region-selections.dual-list .exc-sc-list {
  max-height: 216px;
  min-height: 216px; }

.exc-region-selections .exc-sc-list li:hover {
  background-color: #eaeaea; }

.exc-region-selections .exc-sc-list li span {
  float: right;
  margin-right: 0; }

/*
	# Related
----------------------------------------------------------*/
.exc-region-relatedsymptoms {
  position: relative; }

.exc-region-related-list .exc-region-content-title,
.exc-region-related-list h5 {
  padding: 0 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px; }

.exc-region-selections .exc-region-related-list .exc-region-list {
  padding: 0; }

.exc-region-selections .exc-region-related-list .exc-sc-list {
  background-color: transparent;
  border: none;
  min-height: auto;
  max-height: 200px; }

.exc-region-selections .exc-region-related-list .exc-sc-list li span {
  float: none;
  margin-right: 10px; }

/*
	# Possible Conditions
----------------------------------------------------------*/
.exc-region-conditions .exc-sc-list {
  max-height: 475px; }

.exc-region-conditions .exc-sc-list li:after {
  content: '';
  display: table;
  clear: both; }

.exc-region-conditions .exc-sc-list li {
  padding: 0; }

.exc-region-conditions .exc-sc-list li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  line-height: 16px; }

.exc-region-conditions .exc-sc-list li a:hover {
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  color: #000; }

.sc-progress {
  width: 20px;
  height: 8px;
  border: none;
  float: right;
  margin: 14px 20px 14px 0; }

.exc-region-conditions .exc-sc-list li:hover .sc-progress {
  display: none; }

.exc-region-missing-symptoms .exc-region-content-count {
  background-image: url(../images/icon-remove.png);
  background-repeat: no-repeat;
  background-position: center; }

/*
	# Next Prev Steps
----------------------------------------------------------*/
.exc-region-steps {
  display: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px; }

.exc-step-prev,
.exc-step-next {
  float: left;
  width: 50%;
  display: block;
  height: 44px;
  color: #000; }

/*
	# Loader
----------------------------------------------------------*/
.exc-region-list.loader:after,
.exc-region-content-default.loader:after,
.exc-region-relatedsymptoms.loader:after {
  content: '';
  position: absolute;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../images/66.gif);
  background-position: center center;
  background-repeat: no-repeat; }

.exc-region-relatedsymptoms.loader:after {
  top: 0; }

/*
*
*	SYMPTOM CHECKER SKIN2
*
********************************************/
.sc-skin2 .exc-region {
  padding: 0; }

.sc-skin2 .exc-region-viewport {
  padding-right: 15px; }

.sc-skin2 .exc-region-toolbar {
  right: 15px; }

.sc-skin2 .exc-region + .exc-region {
  margin-left: -1px; }

.sc-skin2 .exc-region-content {
  background-color: #ffffff; }

.sc-skin2 .sc-content-viewport {
  background-color: transparent; }

.sc-skin2 .sc-viewport-actions button.sc-gender-switch,
.sc-skin2 .exc-region-content-count,
.sc-skin2 .non-specific-btn,
.sc-skin2 .exc-search-input {
  background-color: #3f9ad4; }

.sc-skin2 .sc-viewport-actions .sc-reset-btn,
.sc-skin2 .sc-viewport-actions .sc-rotate-btn,
.sc-skin2 .exc-region-content-title {
  color: #3f9ad4; }

.sc-skin2 .exc-region-content-count,
.sc-skin2 .exc-search-input,
.sc-skin2 .exc-search-btn {
  color: #ffffff; }

.sc-skin2 .exc-region-content-count {
  border: none; }

/*
*
*	SYMPTOM CHECKER SKIN3
*
********************************************/
.sc-skin2 .exc-region {
  padding: 0; }

.sc-skin2 .exc-region-viewport {
  padding-right: 15px; }

.sc-skin2 .exc-region-toolbar {
  right: 15px; }

.sc-skin2 .exc-region + .exc-region {
  margin-left: -1px; }

.sc-skin3 .exc-region-content {
  background-color: #f3f3f3; }

.sc-skin2 .sc-content-viewport {
  background-color: transparent; }

.sc-skin2 .sc-viewport-actions button.sc-gender-switch,
.sc-skin2 .exc-region-content-count,
.sc-skin2 .non-specific-btn,
.sc-skin2 .exc-search-input {
  background-color: #3f9ad4; }

.sc-skin2 .sc-viewport-actions .sc-reset-btn,
.sc-skin2 .sc-viewport-actions .sc-rotate-btn,
.sc-skin2 .exc-region-content-title {
  color: #3f9ad4; }

.sc-skin2 .exc-region-content-count,
.sc-skin2 .exc-search-input,
.sc-skin2 .exc-search-btn {
  color: #ffffff; }

.sc-skin2 .exc-region-content-count {
  border: none; }

.from-symptom-checker {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px; }

.from-symptom-checker .text-block {
  display: grid;
  width: 750px;
  grid-template-columns: 100%;
  align-items: end;
  justify-content: space-between;
  margin: 0 auto;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 35px 25px; }

.from-symptom-checker .exc-panel-logo {
  float: none;
  margin: 0 auto 25px;
  text-align: center; }

.from-symptom-checker .exc-panel-logo span {
  margin-left: 13px;
  float: left;
  padding-top: 27px;
  color: #fff;
  font-size: 14px; }

.info-form .group-form.full-width {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.from-symptom-checker .exc-panel-logo a {
  float: left; }

.moretext {
  display: none; }

.info-form {
  position: relative; }

.info-form .group-form {
  display: inline-block;
  width: 22%;
  margin-right: 15px; }

.info-form .group-form.from-2 {
  width: 48%; }

.info-form .group-form.from-3 {
  width: 100%;
  margin-top: 25px; }

.info-form .group-form .label-area {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.95rem;
  line-height: 2rem;
  font-weight: 400; }

.info-form .group-form input,
.info-form .group-form select {
  width: 100%;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px; }

.info-form .group-form button:disabled {
  background-color: #ccc; }

.info-form .group-form button {
  background: #564add;
  color: #fff;
  padding: 10px 45px;
  border: none;
  border-radius: 25px;
  transition: all 0.3s ease-in-out; }

/*
	# Responsive Specific Style
----------------------------------------------------------*/
@media (max-width: 991px) {
  .exc-region.exc-region-viewport,
  .exc-region.exc-region-bodyparts {
    margin-top: 0; }
  /*.exc-region {
    margin-top: 25px;
    width: 50%; } }*/}

@media (max-width: 650px) {
  /*.exc-region {
    margin-top: 25px;
    width: 100%; }*/
  /*.exc-region.exc-region-viewport,
  .exc-region.exc-region-bodyparts {
    margin-top: 25px; } }*/}

.symptom-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.symptom-wrapper .wizard {
  max-width: 720px;
  margin: 0 auto; }

.symptom-wrapper .wizard .wizard__header {
  position: relative;
  color: #FFF;
  padding: 50px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  height: 150px;
  background: url("../images/form-header-bg.jpg");
  background-color: #4D637B;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.symptom-wrapper .wizard .wizard__header .wizard__header-content {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-28%, -68%); }

.symptom-wrapper .wizard .wizard__header .wizard__header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(77, 99, 123, 0.6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.symptom-wrapper .wizard .wizard__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0; }

.symptom-wrapper .wizard .wizard__subheading {
  text-transform: uppercase;
  margin: 0;
  font-size: .8rem;
  font-weight: 100;
  letter-spacing: 2px; }

.symptom-wrapper .wizard .wizard__subheading span {
  font-weight: 600; }

.symptom-wrapper .wizard .wizard__steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 10; }

.symptom-wrapper .wizard .wizard__footer {
  padding: 0 50px 50px;
  border-radius: 5px; }

.symptom-wrapper .wizard .wizard__content {
  background: #FFF;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px; }

.symptom-wrapper .wizard .wizard__congrats-message {
  color: #676767;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none; }

.symptom-wrapper .wizard .wizard.completed .wizard__content {
  animation: gettingOut 2s cubic-bezier(1, -0.71, 1, 1.16) forwards; }

.symptom-wrapper .wizard .wizard.completed .wizard__congrats-message {
  animation: fadeIn 2s cubic-bezier(1, -0.71, 1, 1.16) forwards; }

.symptom-wrapper .wizard .line {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  height: 6px;
  transition: all 0.5s ease; }

.symptom-wrapper .wizard .line.-start {
  left: 0%;
  background: #5094de;
  width: 50%; }

.symptom-wrapper .wizard .line.-end {
  left: 50%;
  background: #5094de;
  width: 50%; }

.symptom-wrapper .wizard .line.-background {
  background: #c3c3c3;
  width: 100%; }

.symptom-wrapper .wizard .line.-progress {
  background: #5094de;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center; }

.symptom-wrapper .wizard .line.-in-progress {
  transform: scaleX(1); }

.symptom-wrapper .wizard .panels {
  position: relative;
  overflow: hidden; }

.symptom-wrapper .wizard .panel {
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s all;
  padding: 50px;
  width: 100%; }

.symptom-wrapper .wizard .panel__header {
  margin-bottom: 30px; }

.symptom-wrapper .wizard .panel__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0; }

.symptom-wrapper .wizard .panel__subheading {
  font-size: 12px;
  line-height: 1.2rem;
  margin: 6px 0 0 0; }

.symptom-wrapper .wizard .panel.movingOutBackward {
  transform: translateX(-720px); }

.symptom-wrapper .wizard .panel.movingOutFoward {
  transform: translateX(720px); }

.symptom-wrapper .wizard .panel.movingIn {
  transform: translateX(0); }

.symptom-wrapper .wizard .steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: #fff; }

.symptom-wrapper .wizard .step {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px; }

.symptom-wrapper .wizard .step__content {
  position: relative;
  z-index: 2; }

.symptom-wrapper .wizard .step__number {
  font-size: 1.3rem;
  color: #676767;
  background: #FFF;
  font-weight: 800;
  width: 40px;
  height: 40px;
  line-height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #c3c3c3;
  transition: opacity .5s;
  opacity: 1;
  z-index: 5; }

.symptom-wrapper .wizard .step.-completed .step__number {
  opacity: 0; }

.symptom-wrapper .wizard .step.-completed .checkmark {
  z-index: 0;
  animation: fill .4s ease-in-out forwards,  scale .3s ease-in-out .6s both; }

.symptom-wrapper .wizard .step.-completed .checkmark__check {
  animation: stroke .5s linear .4s forwards; }

.symptom-wrapper .wizard .step.-completed .line {
  transform: scaleX(1); }

.symptom-wrapper .wizard .step:last-child .line {
  width: 50%; }

.symptom-wrapper .wizard .checkmark {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #75b2f5;
  z-index: 1; }

.symptom-wrapper .wizard .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: #5094de;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.symptom-wrapper .wizard .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  stroke: #FFF;
  stroke-width: 5; }

.symptom-wrapper .wizard .button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  background: #5094de;
  color: #FFF;
  padding: 10px 15px;
  border: none;
  outline: none;
  display: inline-block;
  transition: all .3s; }

.symptom-wrapper .wizard .button:hover {
  background: #7baee6; }

.symptom-wrapper .wizard .button.previous {
  margin-right: 5px; }

.symptom-wrapper .wizard .button.disabled,
.symptom-wrapper .wizard .button:disabled {
  background: #c3c3c3;
  cursor: default; }

@keyframes stroke {
  to {
    stroke-dashoffset: 0; } }

@keyframes scale {
  50% {
    transform: translateX(-50%) scale3d(1.5, 1.5, 1.5); }
  100% {
    transform: scale3d(0); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #75b2f5; } }

@keyframes gettingOut {
  0% {
    transform: translateY(0%); }
  30% {
    transform: translateY(100px); }
  100% {
    transform: translateY(-200%); } }

@keyframes fadeIn {
  100% {
    opacity: 1; } }


.inner_image {
      position: relative;
      width: calc(50% - 0px);
      justify-content: flex-end;
      display: flex;
  }

a.moreless-button {
  cursor: pointer; }
/*
.head-top {
  position: relative;
  min-height: 250px;
  padding: 50px; }*/

.head-top .logo-area {
  position: relative;
  text-align: left;
  margin-top: 19px; }

.logo-area h3 {
  margin: 0; }

.logo-area h3 span {
  font-size: 13px; }

.symptom-wrapper .inner-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 100px 100px 100px 100px; }

.symptom-wrapper .inner-area h3 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: left;
}

.symptom-wrapper .inner-area form {
  padding-top: 60px;
  width: calc(50% - 0px); }

.symptom-wrapper .inner-area form .group-form {
  margin-bottom: 30px;
  width: 100%; }

.symptom-wrapper .inner-area form .group-form:first-child {
  width: 100%; }

.symptom-wrapper .inner-area form .group-form label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #554c57;
  text-align: left; }

.symptom-wrapper .inner-area form .group-form input[type="number"],
.symptom-wrapper .inner-area form select#genders {
  max-width: 100% !important;
  width: 100%;
  padding: 8px;
  height: 43px;
  border-color: #dcd7ca;
  font-size: 16px;
  color: #554c57; }

.symptom-wrapper .inner-area form button {
    border: none !important;
    /*background: #24bb59;*/
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    /*padding: 20px 248px;*/
    border-radius: 4px;
    width: 100%;
}

/*.symptom-wrapper .inner-area form button:hover {
  background: #2db1dc; }*/

.exc-symptom-checker .exc-region-content-header h4 {
  margin: 0 !important; }

.exc-symptom-checker .exc-region-searchlist.exc-region-child {
  position: relative; }

.exc-symptom-checker .exc-region-searchlist.exc-region-child input.exc-search-input {
  padding: 9px 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #e0e0e0; }

.exc-symptom-checker .exc-region-searchlist.exc-region-child button.exc-search-btn {
  height: 40px;
  background: no-repeat; }

.exc-symptom-checker .exc-region-searchlist.exc-region-child button.exc-search-btn i {
  font-size: 14px; }

.exc-symptom-checker .exc-region-list .exc-sc-list li {
  margin: 0; }

.exc-region-conditions .exc-sc-list li a:hover {
  color: #fff; }

.exc-region-toolbar button {
  font-size: 12px;
  text-decoration: none; }

.exc-region-toolbar button i {
  font-size: 16px;
  position: relative;
  color: #000;}

.exc-region-relatedsymptoms {
  position: relative;
  height: 227px;
  overflow: hidden; }

.exc-region-selections .exc-sc-list li:hover {
  background-color: #eaeaea;
  color: #333; }

.exc-region-related-list .exc-region-content-title, .exc-region-related-list h5 {
  padding: 0 20px 10px;
  border-bottom: none;
  font-size: 13px;
  margin: 0; }

/*.hide{
	display: none !important;
}*/
@media (max-width: 600px) {
  .symptom-wrapper .inner-area form .group-form input[type="number"] {
    width: 100%; 
  }
  .symptom-wrapper .inner-area form button {
    margin-left: 0; 
  }
  .head-top .logo-area {
    margin-top: 0; 
  }
 /* .head-top {
    padding: 20px;
    min-height: 160px; }*/
  .head-top .logo-area img {
    width: 135px; 
  }
  .logo-area h3 span {
    display: block;
    margin-top: 3px; 
  }
  /*.symptom-wrapper .inner-area form {
    width: 100%;
    margin: 21px auto 0;
    display: block; }*/
  .symptom-wrapper .inner-area form .group-form input[type="number"] {
    width: 100%; 
  }
  .symptom-wrapper .inner-area form .group-form:first-child,
  .symptom-wrapper .inner-area form .group-form {
    width: 100%; 
  }
  .symptom-wrapper .inner-area form button {
    margin-top: 0; } 
  .inner_image img {
    border-radius: 30px;
  }
}

@media (max-width: 1199px) {
  .exc-region {
    width: 50%;
    margin-bottom: 30px;
    margin-top: 0px;
  }
}
@media (max-width: 1024px){
    .inner_image {
      /*position: relative;
      width: calc(100% - 0px);
      justify-content: center;
      display: flex;*/
      width: calc(100% - 0px);
      justify-content: center;
      display: flex;
      position: absolute;
      align-items: center;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  .inner-area .inner_image img {
    opacity: 0.1;
  }
  .symptom-wrapper .inner-area form {
    padding-top: 0px;
    padding-bottom: 30px;
    width: calc(100% - 0px);
    z-index: 999;
  }
  .symptom-wrapper .inner-area {
    flex-direction: column-reverse;
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 699px){
  .exc-region {
    width: 100%;
  }
  .exc-viewport .canvas-container {
    margin: 0 auto;
  }
}
@media (max-width: 480px){
  .symptom-wrapper .inner-area {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 380px){
  .exc-viewport .canvas-container .lower-canvas {
    width: 280px !important;
    height: 385px !important;
    left: -20px !important;
  }
}
/*# sourceMappingURL=checker.css.map */
