section#slider img{
    width:100%;
}

section#pageTop img{
    width:100%;
}

section#treatmentBanner{
    background: linear-gradient(261deg, #151B1E 7.27%, #3A4A53 54.13%, #29353B 99.08%);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
    padding-top:81px;
    padding-bottom:71px;
    margin-top:145px;
    position:relative;
}

section#treatmentBanner .icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 186px;
    top: -93px;
    height: 186px;
}

section#treatmentBanner p{
    color: #FEFEFE;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    max-width:1151px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

section#treatmentBanner p::before{
    content:"";
    position:absolute;
    width: 187px;
    height: 1px;
    background: #FEFEFE;
    left:0;
    right:0;
    bottom:-20px;
    margin:auto;
}

section#patientFeedback {
    margin-top: -30px;
    padding: 0 0 130px;
    position: relative;
    z-index: 2;
}

section#patientFeedback::before {
    content: none;
}

section#patientFeedback .wrapper {
    max-width: 1000px;
}

section#patientFeedback h1 {
    color: #2e3b42;
    font-family: var(--font-satoshi);
    font-size: var(--f18-base);
    font-weight: 400;
    letter-spacing: .54px;
    text-align: center;
}

section#patientFeedback h2 {
    color: #2e3b42;
    font-family: var(--font-quiche-sans);
    font-size: var(--f45-base);
    font-weight: 400;
    line-height: 110%;
    margin-top: 15px;
    max-width: 650px;
    text-align: center;
}

.feedback-card {
    background: #f8f8f8;
    border: 1px solid #d9dada;
    border-top: 3px solid #2e3b42;
    border-radius: 0;
    box-shadow: 0 14px 40px rgba(46, 59, 66, .06);
    margin-top: 32px;
    max-width: 760px;
    padding: 46px 50px;
}

.feedback-card h3 {
    color: #2e3b42;
    font-family: var(--font-quiche-sans);
    font-size: var(--f32-base);
    font-weight: 400;
    margin-bottom: 32px;
}

.feedback-grid {
    display: grid;
    gap: 25px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feedback-field {
    margin-bottom: 16px;
}

.feedback-field label,
.feedback-rating legend,
.feedback-topics legend {
    color: #2e3b42;
    display: block;
    font-family: var(--font-satoshi-medium);
    font-size: 16px;
    margin-bottom: 9px;
}

.feedback-field label span,
.feedback-rating legend span,
.feedback-topics legend span {
    color: #a13c3c;
}

.feedback-field > input,
.feedback-field > select,
.feedback-field > textarea,
.feedback-field > .iti input.iti__tel-input {
    background: #fff;
    border: 1px solid #bec2c4;
    border-radius: 0;
    color: #2e3b42;
    font-family: var(--font-satoshi);
    font-size: 16px;
    padding: 15px 17px;
    transition: border-color .2s, box-shadow .2s;
    width: 100%;
}

.feedback-field textarea {
    min-height: 145px;
    resize: vertical;
}

.feedback-field > input:focus,
.feedback-field > select:focus,
.feedback-field > textarea:focus,
.feedback-field > .iti input.iti__tel-input:focus {
    border-color: #2e3b42;
    box-shadow: 0 0 0 3px rgba(46, 59, 66, .08);
    outline: none;
}

.feedback-rating {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.rating-options {
    display: flex;
    gap: 12px;
}

.rating-options label {
    cursor: pointer;
}

.rating-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.rating-options span {
    align-items: center;
    background: #fff;
    border: 1px solid #bec2c4;
    color: #2e3b42;
    display: flex;
    font-family: var(--font-satoshi-medium);
    height: 44px;
    justify-content: center;
    transition: all .2s;
    width: 44px;
}

.rating-options input:checked + span,
.rating-options input:focus + span {
    background: #2e3b42;
    border-color: #2e3b42;
    color: #fff;
}

.feedback-consent {
    align-items: flex-start;
    color: #515151;
    cursor: pointer;
    display: flex;
    font-family: var(--font-satoshi);
    font-size: 13px;
    gap: 10px;
    line-height: 1.5;
}

.feedback-consent input {
    accent-color: #2e3b42;
    flex: 0 0 auto;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.feedback-submit {
    align-items: center;
    background: #2e3b42;
    border: 1px solid #2e3b42;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--font-satoshi-medium);
    font-size: 16px;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 24px;
    min-height: 54px;
    padding: 14px 26px;
    transition: all .2s;
    width: 100%;
}

.feedback-submit:hover,
.feedback-submit:focus {
    background: #fff;
    color: #2e3b42;
    transform: translateY(-1px);
}

.feedback-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.feedback-alert {
    border: 1px solid;
    font-family: var(--font-satoshi);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 14px 18px;
}

.feedback-alert-success {
    background: #edf7f0;
    border-color: #76a985;
    color: #285b38;
}

.feedback-alert-error {
    background: #fff1f1;
    border-color: #c47a7a;
    color: #7b2929;
}

.feedback-alert-error ul {
    list-style: disc;
    margin: 0;
    padding-left: 18px;
}

.field-error {
    color: #9b3030;
    font-family: var(--font-satoshi);
    font-size: 13px;
    margin-top: 6px;
}

.feedback-honeypot {
    height: 0;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.feedback-intro {
    align-items: center;
    color: #6c6d6d;
    display: flex;
    font-family: var(--font-satoshi-medium);
    font-size: 16px;
    gap: 12px;
    justify-content: center;
    margin: 40px auto 0;
}

.feedback-intro svg {
    flex: 0 0 auto;
}

.feedback-topics {
    border: 0;
    margin: 0 0 18px;
    padding: 0;
}

.topic-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-options label {
    cursor: pointer;
}

.topic-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.topic-options span {
    background: #fff;
    border: 1px solid #bec2c4;
    border-radius: 0;
    color: #2e3b42;
    display: block;
    font-family: var(--font-satoshi-medium);
    font-size: 14px;
    padding: 11px 20px;
    transition: all .2s ease;
}

.topic-options input:checked + span,
.topic-options input:focus + span {
    background: #2e3b42;
    border-color: #2e3b42;
    color: #fff;
    box-shadow: none;
}

.feedback-field-clean label.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.feedback-field .iti {
    width: 100%;
}

.feedback-field .iti input.iti__tel-input {
    padding-left: 98px;
}

.feedback-field .iti__selected-country {
    background: #f1f2f2;
    border-right: 1px solid #bec2c4;
    padding: 0 13px;
}

.feedback-field .iti__country-container:hover .iti__selected-country {
    background: #e7e9e9;
}

.feedback-field .iti__dropdown-content,
.feedback-field .iti__country-selector {
    background: #fff;
    background-color: #fff;
    border-color: #bec2c4;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(46, 59, 66, .14);
    font-family: var(--font-satoshi);
    min-width: 320px;
    max-width: calc(100vw - 40px);
    overflow: hidden !important;
    z-index: 1000;
}

.feedback-field .iti__search-input-wrapper {
    background: #fff;
    min-height: 46px;
}

.feedback-field input.iti__search-input {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: var(--font-satoshi);
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    margin: 0;
    padding: 12px 40px;
    width: 100%;
}

.feedback-field .iti__search-icon {
    left: 13px;
}

.feedback-field .iti__search-clear {
    right: 8px;
}

.feedback-field .iti__country-list {
    background: #fff;
    display: block;
    height: 228px;
    margin: 0;
    max-height: 228px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0;
    position: relative;
    scrollbar-width: thin;
}

.feedback-field .iti__country {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 20px;
    min-height: 38px;
    padding: 8px 12px;
    width: 100%;
}

.feedback-field .iti__country.iti__highlight {
    background: #f1f2f2;
}

.feedback-secure {
    align-items: center;
    color: #90968f;
    display: flex;
    font-family: var(--font-satoshi);
    font-size: 12px;
    gap: 7px;
    justify-content: center;
    margin-top: 16px;
}

@media (max-width: 600px) {
    section#patientFeedback {
        padding-bottom: 80px;
    }

    section#patientFeedback .wrapper {
        max-width: 95%;
    }

    .feedback-card {
        margin-top: 30px;
        border-radius: 0;
        padding: 28px 20px;
    }

    .feedback-grid {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .feedback-intro {
        align-items: flex-start;
        font-size: 14px;
        margin-top: 30px;
        padding: 0 12px;
    }

    .topic-options {
        gap: 8px;
    }

    .topic-options span {
        padding: 9px 14px;
    }

    .feedback-field .iti__dropdown-content,
    .feedback-field .iti__country-selector {
        min-width: min(320px, calc(100vw - 40px));
    }

    .feedback-field .iti__country-list {
        height: 210px;
        max-height: 210px;
    }
}

.whatsapp-icon{
	position:fixed;bottom:80px;right:80px;z-index:99;background:#25D366;
	border-radius: 100px;
	animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.whatsapp-icon:after,
.whatsapp-icon:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #25D366;
}

.whatsapp-icon:after {
	inset:0;
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}


.whatsapp-icon:before {
	inset:0;
	z-index: -200;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
  }

  @keyframes pulse{
	0% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	10% {
	  transform: scale(1.1);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	20% {
	  transform: scale(0.9);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
  }

  @-moz-keyframes pulse{
	0% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	10% {
	  transform: scale(1.1);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	20% {
	  transform: scale(0.9);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
  }

  @-webkit-keyframes pulse{
	0% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	10% {
	  transform: scale(1.1);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	20% {
	  transform: scale(0.9);
	  filter: alpha(opacity=1);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.8);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
  }


  @keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	80% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }

  @-webkit-keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	80% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }

  @-moz-keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	80% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }
  /* inner ripple */

  @keyframes inner-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	30% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }

  @-webkit-keyframes inner-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	30% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }

  @-moz-keyframes inner-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	30% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	}
  }

.whatsapp-icon img{
	padding:5px;width:65px;
}

.phone-icon{
	position:fixed;bottom:200px;right:80px;z-index:99;background:#0961F5;
	border-radius: 100px;
	animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.phone-icon:after,
.phone-icon:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #0961F5;
}

.phone-icon:after {
	inset:0;
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}


.phone-icon:before {
	inset:0;
	z-index: -200;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
  }

  .phone-icon img{
	padding:5px;width:65px;
}
