:root {
  --color-2: #0c2340;
  --color-3: #b9a25f;
  --color: white;
  --color-4: #333;
  --color-5: #0c23400d;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--color-2);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-background-color {
  background-color: #1c356b;
  position: absolute;
  inset: 0%;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 20px 25px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0;
  margin-right: 2%;
}

.nav-link.icon {
  background-image: url('../images/calendar.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 2px;
  padding: 25px 20px 25px 45px;
}

.nav-link.icon:hover {
  background-color: #b9a25f;
  border: 1px #fff;
}

.nav-link.icon.w--current {
  color: var(--color-3);
}

.nav-link.icon.phone {
  background-image: url('../images/phone.svg');
  background-position: 9%;
  background-size: auto 25px;
  padding-left: 50px;
}

.navbar {
  z-index: 5000;
  background-color: #0c234000;
  padding: 0 0 0 45px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  width: 13%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image {
  max-height: 170px;
  position: absolute;
  top: 0;

}

.hero-section {
  background-image: url('../images/Woman-smiling-on-phone.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 95vh;
  padding-top: 8%;
  padding-bottom: 0%;
  padding-left: 4%;
  display: flex;
}

.hero-wrapper {
  border: 2px solid var(--color-2);
  background-color: var(--color);
  border-radius: 2px;
  width: auto;
  max-width: none;
  padding: 3% 4%;
  position: relative;
  box-shadow: 3px 4px 9px #0003;
}

.hero-text {
  background-color: var(--color-2);
  color: var(--color);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1px;
  position: absolute;
  top: -20px;
  left: 30px;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero-text-2 {
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.1em;
}

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

.button-holder.options {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.schedule-button {
  background-color: var(--color-2);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/calendar.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 2px;
  padding: 15px 25px 15px 50px;
    margin-bottom: 10px;
}

.schedule-button.noicon {
  padding: 15px 25px 15px 25px;
  background-image: unset;
}

.schedule-button:hover {
  background-color: var(--color-3);
}

.option-section {
  /*padding-bottom: 3%;*/
}

.option-holder {
  justify-content: space-between;
  width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -45px;
}

.option-card {
  background-color: var(--color-2);
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 15px 20px;
  display: flex;
}

.option-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 0%;
}

.white-text {
  color: var(--color);
}

.icon-holder {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin-bottom: 10px;
  display: flex;
}

.why-section {
  background-color: var(--color-2);
  justify-content: space-between;
  min-height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.ip-div-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #0c2340;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 15px 40px 15px 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.button:hover {
  background-color: #b9a25f;
}

.info-link {
  color: #0c2340;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.info-link:hover {
  color: #b9a25f;
}

.image-2 {
  width: 25px;
  margin-right: 10px;
}

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

.location-holderjm {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.top-text {
  color: #fff;
  text-align: center;
  background-color: #0c2340;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 10px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.location-ip-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.phone-link {
  color: #0c2340;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  color: #b9a25f;
}

.location-div {
  background-color: #0c23400d;
  flex-flow: column;
  justify-content: space-between;
  width: 16%;
  display: flex;
}

.location-text-div {
  flex-flow: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 10px;
  line-height: 1.2em;
  display: flex;
}

.left-side-div {
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.right-side-div {
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.dermatologist-image {
  height: auto;
}

.why-content {
  z-index: 10;
  background-color: var(--color);
  width: 45%;
  padding: 50px 50px 50px 5%;
  position: absolute;
  box-shadow: 5px 5px 11px 2px #0000001a;
}

.big-text {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.8em;
}

.sub-h {
  color: var(--color-3);
  font-family: trajan-pro-3, sans-serif;
  font-size: 28px;
  line-height: 1.8em;
}

.h4-white {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper {
  background-image: linear-gradient(90deg, var(--color-2) 23%, #0c234099 49%, #fff0 75%), url('../images/young-male-smiling-at-computer.jpg');
  background-position: 0 0, 0 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.h3-white {
  color: var(--color);
}

.testimonial-slider {
  background-color: #ddd0;
  width: 45%;
  margin-top: 15px;
}

.slide-nav {
  display: none;
}

.arrow {
  border: 1px solid var(--color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  inset: auto auto -7% 2%;
}

.arrow.right {
  left: 10%;
}

.slide-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-text {
  color: var(--color);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9em;
}

.name {
  color: var(--color);
  font-weight: 500;
}

.absolute-button {
  background-color: var(--color-3);
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 50px 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 4% auto;
  box-shadow: 0 8px 6px #0000000d;
}

.absolute-button:hover {
  background-color: var(--color-2);
  color: var(--color-3);
}

.calendar-icon {
  width: 35px;
  margin-right: 3%;
}

.text-block {
  white-space: nowrap;
}

.footer-section {
  background-color: var(--color-2);
  padding-top: 3%;
  padding-bottom: 3%;
}

.footer-text {
  color: var(--color);
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.5em;
}

.footer-link {
  color: var(--color-3);
}

.footer-link:hover {
  color: var(--color);
}

.location-div .button {
  width: 100%;
  margin: 0;
  background-color: #b9a25f;
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  background-image: unset;
}

.location-div .button:hover {
  background-color: #0c2340;
}

.location-div .button img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 10px;
    font-size: 3em;
    line-height: 1em;
  }

  h3 {
    font-size: 2em;
  }

  .nav-menu {
    background-color: #0c2340;
    width: 100%;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-link.icon, .nav-link.icon.phone {
    background-position: 2%;
  }

  .navbar {
    padding-left: 35px;
    padding-right: 20px;
  }

  .brand {
    width: 25%;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #b9a25f;
  }

  .hero-section {
    background-position: 35% 20%;
    height: 800px;
  }

  .hero-wrapper {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .hero-text {
    letter-spacing: 3px;
    padding: 17px 15px;
    left: 10px;
  }

  .hero-text-2 {
    margin-bottom: 20px;
  }

  .option-holder {
    width: 95%;
  }

  .option-icon {
    width: 30px;
    height: 30px;
  }

  .location-holderjm {
    flex-flow: wrap;
    justify-content: center;
  }

  .location-div {
    width: 210px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-side-div {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .right-side-div {
    min-height: 65vh;
  }

  .dermatologist-image {
    object-fit: cover;
    height: 100%;
  }

  .why-content {
    width: 70%;
    padding: 30px 25px 30px 4%;
  }

  .big-text {
    font-size: 16px;
  }

  .sub-h {
    font-size: 22px;
    line-height: 1.5em;
  }

  .h4-white {
    font-size: 1.3em;
  }

  .testimonial-section {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .testimonial-wrapper {
    width: 95%;
    min-height: auto;
    padding: 30px;
  }

  .testimonial-slider {
    width: 55%;
  }

  .arrow {
    width: 25px;
    height: 25px;
    bottom: -3%;
    left: 0%;
  }

  .arrow.right {
    width: 25px;
    height: 25px;
  }

  .slide-content {
    padding-bottom: 10px;
  }

  .absolute-button {
    font-size: 14px;
    line-height: 1em;
  }

  .calendar-icon {
    width: 25px;
  }

  .h5-centered {
    text-align: center;
    font-size: 1.9em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 7px;
    font-size: 2em;
  }

  .navbar {
    padding-left: 20px;
  }

  .brand {
    width: 28%;
  }

  .image {
    /** 75 **/
    max-height: 125px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
    padding-top: 0%;
    padding-bottom: 13%;
    padding-left: 3%;
  }

  .hero-wrapper {
    padding: 6% 5% 4%;
  }

  .hero-text {
    letter-spacing: 2px;
    font-size: 14px;
    top: -15px;
  }

  .hero-text-2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

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

  .schedule-button {
    font-size: 14px;
    line-height: 1em;
  }

  .option-section {
    padding-bottom: 0%;
  }

  .option-holder {
    flex-flow: column;
  }

  .option-card {
    width: 100%;
    margin-bottom: 5px;
    padding: 17px;
  }

  .option-icon {
    width: 35px;
    height: 35px;
  }

  .icon-holder {
    margin-bottom: 7px;
  }

  .why-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .p-center {
    font-size: 15px;
    line-height: 1.65em;
  }

  .location-holderjm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .location-div {
    width: 225px;
  }

  .left-side-div {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .right-side-div {
    width: 100%;
    min-height: auto;
  }

  .why-content {
    box-shadow: none;
    width: 100%;
    position: static;
  }

  .h4-white {
    font-size: 1.5em;
  }

  .testimonial-wrapper {
    padding: 25px;
  }

  .arrow.right {
    left: 12%;
  }

  .absolute-button {
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.9em;
  }

  .navbar {
    padding-left: 0;
  }

  .brand {
    width: 45%;
  }

  .hero-section {
    background-position: 90% 20%;
    height: 600px;
    padding-left: 1%;
  }

  .hero-wrapper {
    width: 98%;
    padding-top: 10%;
  }

  .hero-text {
    font-size: 12px;
    left: 5px;
  }

  .hero-text-2 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .schedule-button {
    background-position: 4%;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 13px;
  }

  .schedule-button.noicon {
    padding-left: 15px;
  }

  .option-holder {
    top: -30px;
  }

  .option-card {
    padding: 15px;
  }

  .icon-holder {
    margin-bottom: 5px;
  }

  .location-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-h {
    line-height: 1.7em;
  }

  .testimonial-wrapper {
    background-image: linear-gradient(90deg, var(--color-2) 23%, #0c234099 79%, #fff0), url('../images/young-male-smiling-at-computer.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 75px;
    padding-left: 15px;
  }

  .testimonial-slider {
    width: 80%;
    max-height: 200px;
    margin-top: 0;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .arrow.right {
    width: 20px;
    height: 20px;
    left: 12%;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.8em;
  }

  .absolute-button {
    padding-right: 30px;
    bottom: 0%;
  }

  .h5-centered {
    font-size: 1.5em;
  }
}


