.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding: 100px 100px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.h1-hero-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.64);
}

.body {
  font-family: Montserrat, sans-serif;
}

.h2-hero-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 41px;
  font-weight: 400;
  text-transform: none;
}

.surgery-section {
  padding: 150px 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url('../images/Textured-BK.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url('../images/Textured-BK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.colordiv {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: #333;
  color: transparent;
}

.colordiv.white {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(212, 175, 55, 0.99), rgba(212, 175, 55, 0));
}

.colordiv.name {
  width: 5%;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.surgery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.image-div {
  width: 50%;
  min-height: 500px;
  background-image: url('../images/surgery-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.textdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 0px;
  padding: 20px 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.body-text.centered {
  text-align: center;
}

.body-text.centered.white {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.body-text.white {
  padding-right: 20px;
  color: #fff;
}

.body-text.white.small {
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.body-text.white.small.btm {
  margin-bottom: 5px;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 45px;
  line-height: 50px;
  text-transform: none;
}

.section-header.centered {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: none;
}

.section-header.centered.white {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.section-header.centered.white.left {
  text-align: left;
}

.section-header.white {
  color: #fff;
}

.section-header.white.footer {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.accomplish-section {
  padding: 100px 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.69)), to(rgba(255, 255, 255, 0.69))), url('../images/Textured-BK.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.69), rgba(255, 255, 255, 0.69)), url('../images/Textured-BK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.accomplish-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selftest-section {
  padding: 150px 200px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url('../images/Textured-BK.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url('../images/Textured-BK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.selftest-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 650px;
  margin-top: 20px;
}

.about-section {
  padding: 150px 100px;
  background-color: #333;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  color: #333;
  font-size: 18px;
  line-height: 35px;
}

.list {
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
}

.list-item-2 {
  color: #333;
  font-size: 18px;
  line-height: 35px;
}

.list-item-3 {
  color: #333;
  font-size: 18px;
  line-height: 35px;
}

._50-50-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._50-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 15px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.youtube {
  margin-top: 0px;
  box-shadow: 3px 3px 7px -1px rgba(51, 51, 51, 0.53);
}

.button3 {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4af37;
  border-radius: 5px;
  background-color: #d4af37;
  font-size: 16px;
  text-transform: uppercase;
}

.button3:hover {
  background-color: #000;
  color: #d4af37;
}

.button3.right {
  margin-top: 0px;
}

.candidate-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 150px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(238deg, rgba(0, 0, 0, 0.9), transparent 73%), url('../images/Ahmad-Aziz.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.candidate-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symptoms-section {
  display: none;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0.55))), url('../images/Textured-BK.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url('../images/Textured-BK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.symptoms-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-height: 0px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.symptom-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 250px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 35px 50px 35px 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(51, 51, 51, 0.3);
}

.div-block {
  position: absolute;
  left: 3%;
  top: 4%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #d4af37;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  color: #fff;
}

.number {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

.consultation-section {
  padding: 100px 200px;
  background-color: #333;
}

.consultation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 70%;
}

.text-field {
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 16px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  min-height: 0px;
  margin-bottom: 20px;
  font-size: 16px;
}

.success-message {
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4af37;
  background-color: transparent;
}

.text-block {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.error-message {
  margin-top: 25px;
  background-color: #d4af37;
}

.recaptcha {
  margin-bottom: 20px;
}

.footer {
  width: 100%;
  max-width: 1600px;
  min-height: 0px;
  margin-top: 100px;
}

.footer-text {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

._50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

._50-50._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-holder {
  margin-top: 30px;
}

.button-holder.hero-btn{
  display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: row;
}

.section {
  padding: 25px;
  background-color: transparent;
}

.ai-h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.box-text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.ai-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/shutterstock_1727424385.jpg');
  background-image: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.75)), url('../images/shutterstock_1727424385.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: right;
  cursor: auto;
}

.ai-services.pm {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/shutterstock_1916705195.jpg');
  background-image: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.75)), url('../images/shutterstock_1916705195.jpg');
}

.ai-services.mg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/shutterstock_1779995825.jpg');
  background-image: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.75)), url('../images/shutterstock_1779995825.jpg');
}

.ai-services.fn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), to(rgba(0, 0, 0, 0.63))), url('../images/shutterstock_1853266108.jpg');
  background-image: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.63)), url('../images/shutterstock_1853266108.jpg');
}

.ai-services.lt {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), to(rgba(0, 0, 0, 0.63))), url('../images/asianwoman.jpg');
  background-image: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.63)), url('../images/asianwoman.jpg');
}

.ai-services.fs {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), to(rgba(0, 0, 0, 0.63))), url('../images/shutterstock_358164647.jpg');
  background-image: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.63)), url('../images/shutterstock_358164647.jpg');
}

._4block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  min-height: 450px;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.ai-button {
  display: none;
  min-width: 0px;
  margin-top: 12px;
  margin-right: 0px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.ai-button:hover {
  background-color: #d4af37;
  color: #000;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.docname-hero {
  width: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 41px;
}

.namediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section {
  padding: 10px 200px 100px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.95)), to(rgba(51, 51, 51, 0.95))), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.95), rgba(51, 51, 51, 0.95)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/phone-gold.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-3 {
  color: #d4af37;
  font-size: 18px;
  text-decoration: none;
}

.div-block-5 {
  width: 60%;
  max-width: none;
  margin-top: 35px;
  margin-bottom: 0px;
}

.nav-div {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.brand-3 {
  position: absolute;
  width: 150px;
  padding: 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.21);
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.nav-link {
  padding-left: 40px;
  background-image: url('../images/calendar_icon.png');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.nav-link:hover {
  background-color: #d4af37;
}

.nav-link.st {
  padding-left: 35px;
  background-image: url('../images/selftest-icon.png');
  background-size: 20px;
}

.nav-link.ph {
  padding-left: 35px;
  background-image: url('../images/phone.png');
}

.div-block-6 {
  width: 50%;
}

.text-block-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.button-holder-2 {
  margin-top: 20px;
}

/* .div-block-7 {
  width: 50%;
} */
.div-block-7 {
  width: 60%;
}

.image-2 {
  display: none;
}

.image-3 {
  display: none;
}

.mobile-phone {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 50px;
  max-height: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4af37;
  color: #333;
  text-decoration: none;
}

.image-4 {
  width: 20px;
  margin-right: 5px;
}

.text-block-4 {
  /* font-weight: 500; */
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 700px;
    min-height: 0px;
    margin-top: 0px;
    padding-top: 89px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 45% 50%;
  }

  .hero-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .h1-hero-header {
    margin-top: 0px;
    font-size: 50px;
    line-height: 60px;
  }

  .h2-hero-subheader {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 35px;
  }

  .surgery-section {
    padding: 50px;
  }

  .colordiv {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .surgery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-div {
    width: 100%;
    height: 350px;
    min-height: 0px;
  }

  .textdiv {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .body-text {
    padding-left: 0px;
    font-size: 16px;
    line-height: 30px;
  }

  .body-text.centered.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 30px;
  }

  .body-text.white.small {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header {
    font-size: 35px;
    line-height: 45px;
  }

  .section-header.centered {
    font-size: 35px;
    line-height: 45px;
  }

  .section-header.centered.white {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .section-header.centered.white.left {
    text-align: left;
  }

  .accomplish-section {
    padding: 100px 50px;
  }

  .selftest-section {
    padding: 100px 50px;
  }

  .image {
    width: 100%;
  }

  .about-section {
    padding: 100px 50px;
  }

  .list-item {
    font-size: 16px;
  }

  .list {
    padding-left: 15px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .list-item-3 {
    font-size: 16px;
  }

  ._50-50-div {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-right {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
  }

  .youtube {
    width: 100%;
    margin-top: 30px;
  }

  .button3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    padding: 10px 15px;
    text-align: center;
  }

  .candidate-section {
    min-height: 350px;
    padding: 100px 50px;
  }

  .symptom-block {
    width: 65%;
    height: 300px;
    min-height: 0px;
  }

  .div-block {
    width: 75px;
    height: 75px;
  }

  .consultation-section {
    padding: 100px 50px;
  }

  .consultation-wrapper {
    max-width: none;
    min-height: 0px;
  }

  .form-block {
    width: 80%;
  }

  .footer {
    margin-top: 0px;
  }

  .button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .box-text {
    font-size: 15px;
    line-height: 25px;
  }

  .ai-services {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  ._4block {
    min-height: 350px;
  }

  .overlay {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .ai-button {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .docname-hero {
    font-size: 25px;
    line-height: 30px;
  }

  .namediv {
    width: 100%;
  }

  .footer-section {
    padding-top: 100px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 15px;
  }

  .text-block-3 {
    font-size: 23px;
  }

  .button-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    width: 60%;
  }

  .nav-menu-3 {
    top: 65px;
    background-color: #fff;
  }

  .mobile-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-holder.hero-btn{
    display: block;
    text-align: left;
  }

}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 550px;
    margin-top: 55px;
    padding-top: 32px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-hero-header {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }

  .h2-hero-subheader {
    width: auto;
    margin-bottom: 5px;
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    text-align: left;
  }

  .surgery-section {
    padding: 25px;
  }

  .colordiv {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #333;
  }

  .colordiv.white {
    margin-top: 15px;
  }

  .surgery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-div {
    width: 100%;
    height: 300px;
    background-position: 50% 0%;
  }

  .textdiv {
    width: 100%;
    padding: 25px 0px 0px;
  }

  .body-text {
    padding-left: 0px;
  }

  .body-text.centered.white {
    padding-right: 0px;
  }

  .body-text.white.small {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .section-header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.centered {
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.centered.white {
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.centered.white.left {
    font-size: 35px;
  }

  .accomplish-section {
    padding: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/Textured-BK.jpg');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/Textured-BK.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .selftest-section {
    padding: 25px;
  }

  .image {
    margin-top: 15px;
  }

  .about-section {
    padding: 25px;
  }

  ._50-50-div {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._50-right {
    margin-top: 5px;
    padding-left: 10px;
  }

  .youtube {
    width: 100%;
    margin-top: 10px;
  }

  .button3 {
    margin-top: 0px;
    padding: 15px;
    font-weight: 400;
    text-align: center;
  }

  .button3.right {
    margin-right: 0px;
  }

  .candidate-section {
    min-height: 300px;
    padding: 25px;
  }

  .symptom-block {
    width: 100%;
    height: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .consultation-section {
    margin-bottom: 0px;
    padding: 25px;
  }

  .form-block {
    width: 90%;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .form {
    margin-top: 20px;
  }

  .footer {
    margin-top: 0px;
  }

  .button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box-text {
    text-align: center;
  }

  .ai-services {
    width: 100%;
    min-height: 250px;
  }

  .ai-services.mg {
    min-height: 250px;
  }

  ._4block {
    min-height: 300px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .docname-hero {
    font-size: 30px;
  }

  .namediv {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .footer-section {
    padding: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.95)), to(rgba(51, 51, 51, 0.95))), url('../images/map-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.95), rgba(51, 51, 51, 0.95)), url('../images/map-mobile.jpg');
  }



  .brand-3 {
    width: 125px;
  }

  .div-block-6 {
    width: 50%;
  }

  .text-block-3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .button-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    margin-top: 0px;
    padding: 46px 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333;
    background-image: none;
    background-position: 0px 0px;
  }

  .hero-wrapper {
    width: 95%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1-hero-header {
    width: auto;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }

  .h2-hero-subheader {
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .surgery-section {
    padding: 20px;
  }

  .colordiv {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .colordiv.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .colordiv.name {
    display: none;
    width: 100%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .image-div {
    height: 150px;
    margin-bottom: 10px;
  }

  .textdiv {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .body-text {
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }

  .body-text.centered.white {
    padding-right: 0px;
    font-size: 16px;
    line-height: 30px;
  }

  .body-text.white.small {
    padding-right: 0px;
  }

  .section-header {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-header.centered {
    font-size: 25px;
    line-height: 30px;
  }

  .section-header.centered.white {
    font-size: 25px;
    line-height: 35px;
  }

  .section-header.white.footer {
    font-size: 25px;
    line-height: 35px;
  }

  .accomplish-section {
    padding: 20px;
  }

  .accomplish-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .selftest-section {
    padding: 25px 20px;
  }

  .image {
    margin-top: 10px;
  }

  .about-section {
    padding: 20px;
  }

  .list-item {
    font-size: 16px;
    line-height: 30px;
  }

  .list {
    padding-left: 20px;
  }

  .list-item-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .list-item-3 {
    font-size: 16px;
    line-height: 30px;
  }

  ._50-right {
    margin-top: 5px;
  }

  .youtube {
    margin-top: 5px;
  }

  .button3 {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button3.right {
    margin-bottom: 1rem;
    padding: 10px 25px;
    font-size: 15px;
  }

  .candidate-section {
    min-height: 225px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #333;
    background-image: none;
    background-position: 0px 0px;
  }

  .candidate-wrapper {
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .symptom-block {
    height: 225px;
  }

  .symptom-block.more-space {
    height: 250px;
  }

  .div-block {
    width: 50px;
    height: 50px;
  }

  .number {
    font-size: 30px;
    line-height: 40px;
  }

  .consultation-section {
    margin-bottom: 0px;
    padding: 20px;
  }

  .form-block {
    width: 100%;
  }

  .form {
    margin-top: 10px;
  }

  .button-holder {
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .box-text {
    margin-bottom: 10px;
  }

  .ai-services {
    min-height: 225px;
  }

  .ai-services.pm {
    min-height: 225px;
  }

  .ai-services.mg {
    min-height: 225px;
  }

  .ai-services.fn {
    min-height: 225px;
  }

  .ai-services.lt {
    min-height: 225px;
  }

  .ai-services.fs {
    min-height: 225px;
  }

  ._4block {
    min-height: 600px;
  }

  .ai-button {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
  }

  .docname-hero {
    margin-bottom: 0px;
    color: #fff;
  }

  .namediv {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-section {
    margin-bottom: 40px;
    padding: 25px;
  }

  .brand-3 {
    width: 100px;
  }

  .navbar-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-6 {
    width: 100%;
    margin: 25px;
  }

  .button-holder-2 {
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-7 {
    width: 100%;
    margin-right: 25px;
    margin-left: 25px;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    display: block;
  }

  .button-holder.hero-btn{
    text-align: center;
  }

}

