:root {
  --white: white;
  --color-4: #0c2340;
  --color-2: white;
  --color: #b9a25f;
  --color-3: #333;
  --black: black;
  --color-5: rgba(12, 35, 64, .05);
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
}

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

h4 {
  color: var(--color-4);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--color-4);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

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

.hero-section {
  height: 100vh;
background-image: url('../images/Beautiful-Woman-Smiling-new.jpg');
     
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.navbar {
  z-index: 5000;
  background-color: rgba(12, 35, 64, 0);
  padding: 0 0 0 45px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.nav-link {
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  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: 5%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 25px 20px 25px 45px;
}

.nav-link.icon:hover {
  border: 1px none var(--color-2);
  background-color: #b9a25f;
}

.nav-link.icon.phone {
  background-image: url('../images/phone.svg');
  background-size: auto 25px;
}

.hero-wrapper {
  width: 40%;
  min-height: auto;
}

.hero-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: none;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4em;
}

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

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

.button-holder.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 30px;
  line-height: 1em;
}

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

.skin-section {
  background-color: rgba(12, 35, 64, 0);
  padding-top: 5%;
  padding-bottom: 2%;
  font-weight: 300;
}

.skin-wrapper {
  width: 70%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center {
  color: var(--color-4);
  text-align: center;
  margin-bottom: 25px;
}

.center-text {
  color: var(--color-3);
  text-align: center;
}

.resurfacing-section {
  min-height: auto;
  background-color: rgba(12, 35, 64, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Woman-getting-laser-treatment.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 8%;
  display: flex;
  position: relative;
}

.resurfacing-wrapper {
  width: 85%;
  min-height: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 25px;
  display: flex;
  position: static;
  top: -6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.resurfacing-card {
  width: 45%;
  min-height: auto;
  background-color: var(--color-2);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 1%;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 2px 5px 5px 3px rgba(0, 0, 0, .08);
}

.image {
  max-height: 70px;
}

.icon-div {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 15px;
  position: static;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.centered-text {
  text-align: center;
  font-weight: 300;
}

.line-div {
  border: 2px solid var(--color);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.line-div.centered {
  align-items: center;
}

.hair-and-lashes-section {
  min-height: auto;
  object-fit: cover;
  background-image: url('../images/hair-image.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 8%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.hair-and-lash-wrapper {
  width: 48%;
  min-height: auto;
  background-color: rgba(12, 35, 64, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.nav-background-color {
  background-color: var(--color-4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rejuvenation-icon {
  width: 75px;
  margin-bottom: 25px;
}

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

.h5-gold {
  color: var(--color);
}

.line {
  width: 95%;
  height: 2px;
  background-color: var(--color);
  margin-top: 0;
  margin-bottom: 15px;
}

.logo-div {
  width: 175px;
  height: 175px;
  background-color: var(--color-2);
  opacity: 1;
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 3px;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.logo-div.testimonials {
  width: 125px;
  height: 125px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image {
  background-color: var(--color-2);
  opacity: 1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.logo-image.opacity {
  opacity: .25;
}

.option-div {
  margin-top: 15px;
  margin-bottom: 10px;
}

.sculpting-section {
  background-color: var(--color-4);
  padding-top: 6%;
  padding-bottom: 0%;
}

.sculpting-wrapper {
  width: 90%;
  min-height: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sculpting-image {
  width: 50%;
  min-height: 350px;
  object-fit: cover;
}

.sculpting-text {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 75px;
  display: flex;
}

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

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

.repair-wrapper {
  width: 85%;
  min-height: auto;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.repair-div {
  width: 30%;
}

.sun-icon {
  width: 150px;
  margin-bottom: 25px;
}

.repair-option-div {
  width: 31%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.injectables-section {
  background-color: var(--color-4);
  padding-top: 0%;
  padding-bottom: 6%;
}

.injectables-wrapper {
  width: 90%;
  min-height: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.injectables-image {
  width: 50%;
  object-fit: cover;
}

.injectables-text {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 75px;
  display: flex;
}

.medical-section {
 background-image: linear-gradient(162deg, white 22%, rgba(255, 255, 255, .75) 55%, var(--white) 95%), url('../images/face.png');
/*    background-color: #0c2340;*/
  background-position: 0 0, 110%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 65%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

.medical-wrapper {
  width: 85%;
  min-height: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medical-div {
  width: 35%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 3%;
  display: flex;
}

.fancy-list-div {
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.list-icon {
  width: 30px;
  margin-right: 5%;
}

.list-text {
  font-size: 16px;
  font-weight: 500;
}

.list-div {
  width: 55%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-div.smaller {
  width: 35%;
}

.detailed-text-div {
  width: 100%;
  border-top: 2px none var(--color);
  border-left: 2px solid var(--color);
  margin-top: 15px;
  padding: 10px 0 10px 25px;
}

.detailed-text {
    color: var(--color-4);
    
  font-weight: 300;
}

.bold {
  font-size: 16px;
  font-weight: 700;
}

.why-wrapper {
  width: 85%;
  min-height: auto;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-image {
  width: 45%;
  min-height: 400px;
  margin-right: 0;
  position: static;
}

.why-text-div {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 0;
  display: flex;
}

.testimonial-section {
  background-color: var(--color-4);
  padding-top: 10%;
  padding-bottom: 5%;
  position: relative;
}

.testimonial-wrapper {
  width: 80%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center-white {
  color: var(--color-2);
  text-align: center;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 25px;
}

.slide-nav {
  display: none;
}

.slide-content {
  width: 80%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: var(--color-2);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2.2em;
}

.name {
  color: var(--color-2);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.icon-2 {
  font-size: 25px;
}

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

p.footer-text-cont {
    text-align: center;
    padding-top: 20px;
}
.location-wrapper {
  width: 90%;
  min-height: auto;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-header {
  width: 50%;
  margin-bottom: 65px;
}

.locations-holder {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.location-div {
  width: 32%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location-image {
  height: 150px;
  margin-bottom: 25px;
}

.button-2 {
  background-color: var(--color);
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px 20px;
  line-height: 1em;
}

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

.location-side {
  width: 65%;
}

.contact-div {
  width: 35%;
  background-color: var(--color-4);
  padding: 10px;
  display: flex;
}

.form-block {
  width: 100%;
  background-color: var(--color-2);
  flex-direction: column;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.form {
  margin-top: 15px;
}

.field-label {
  font-weight: 500;
  line-height: 1em;
}

.text-field {
  border: 1px solid var(--color-4);
  margin-bottom: 20px;
}

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

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

.link {
  color: var(--color-2);
}

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

.stars {
  width: 150px;
  margin-bottom: 25px;
}

.sun-section {
  background-color: #fff;
  padding-top: 6%;
  padding-bottom: 0%;
}

.moh-section {
  width: 85%;
  min-height: auto;
  border: 2px solid var(--color-4);
  background-color: rgba(255, 255, 255, .5);
  justify-content: space-between;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.moh-text {
  width: 65%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.moh-image {
  width: 32%;
  object-fit: cover;
}

.btm {
  margin-bottom: 0;
}

.list-container {
  width: 60%;
  justify-content: space-around;
  display: flex;
}

h2.blue-txt {
    color: #0c2340;
}

.hero-text.blue-txt {
    color: #0c2340;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    margin-bottom: 5px;
    line-height: 1em;
  }

  h5 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .hero-section {
    height: 800px;
    background-position: 40% 10%;
    padding-left: 3%;
  }

  .brand {
    width: 25%;
  }

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

  .hero-wrapper {
    width: 50%;
  }

  .hero-text {
    font-size: 22px;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--color-4);
  }

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

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .skin-wrapper {
    width: 90%;
  }

  .h3-center {
    margin-bottom: 15px;
  }

  .resurfacing-wrapper {
    width: 95%;
  }

  .resurfacing-card {
    width: 48%;
  }

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

  .hair-and-lashes-section {
    background-image: linear-gradient(255deg, rgba(0, 0, 0, 0), #fff 43%), url('../images/hair-image.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 15%;
    padding-left: 3%;
  }

  .hair-and-lash-wrapper {
    width: 75%;
  }

  .rejuvenation-icon {
    width: 50px;
    margin-bottom: 10px;
  }

  .h5-gold {
    font-size: 1.1em;
  }

  .logo-div {
    width: 125px;
    height: 125px;
    top: -3%;
  }

  .logo-div.testimonials {
    width: 75px;
    height: 75px;
    padding: 0;
  }

  .option-div {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sculpting-wrapper {
    flex-direction: column;
  }

  .sculpting-image {
    width: 100%;
  }

  .sculpting-text {
    width: 100%;
    padding: 30px 0;
  }

  .repair-wrapper {
    width: 90%;
    flex-direction: column;
  }

  .repair-div {
    width: 100%;
    margin-bottom: 25px;
  }

  .sun-icon {
    width: 100px;
    margin-bottom: 15px;
  }

  .repair-option-div {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .injectables-wrapper {
    flex-direction: column;
  }

  .injectables-image {
    width: 100%;
  }

  .injectables-text {
    width: 100%;
    padding: 30px 0;
  }

  .medical-section {
    background-position: 0 0, -100%;
  }

  .medical-wrapper {
    width: 90%;
    flex-direction: column;
  }

  .medical-div {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0%;
  }

  .why-wrapper {
    width: 90%;
    flex-direction: column;
  }

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

  .why-text-div {
    width: 100%;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .slider {
    margin-top: 10px;
  }

  .slide-content {
    width: 75%;
  }

  .testimonial-text {
    margin-bottom: 15px;
    line-height: 2em;
  }

  .location-wrapper {
    width: 95%;
    flex-direction: column;
  }

  .location-header {
    width: 90%;
    margin-bottom: 25px;
  }

  .location-image {
    width: 90%;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .location-image._2 {
    width: 90%;
    object-fit: cover;
  }

  .location-side {
    width: 100%;
  }

  .contact-div {
    width: 100%;
    margin-top: 35px;
  }

  .stars {
    width: 100px;
    margin-bottom: 20px;
  }

  .moh-section {
    width: 90%;
    flex-direction: column;
    margin-top: 60px;
  }

  .moh-text {
    width: 100%;
    padding-left: 25px;
  }

  .moh-image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }

  .icon-3 {
    color: var(--color-2);
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color);
  }

  .heading {
    font-size: 2.5em;
  }

  .list-container {
    width: 100%;
  }
}

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

  h3 {
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  h4 {
    font-size: 16px;
  }

  .hero-section {
    height: 500px;
    background-position: 25% 10%;
  }

  .navbar {
    padding-left: 20px;
  }

  .brand {
    width: 28%;
  }

  .hero-text {
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2em;
  }

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

  .resurfacing-wrapper {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .resurfacing-card {
    width: 100%;
    padding: 5px;
  }

  .image {
    max-height: 75px;
  }

  .icon-div {
    width: 40px;
    height: 40px;
  }

  .line-div.centered {
    padding: 15px;
  }

  .hair-and-lashes-section {
    background-image: linear-gradient(255deg, #fff, #fff 43%), url('../images/hair-image.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 12%;
    padding-right: 3%;
  }

  .hair-and-lash-wrapper {
    width: 100%;
  }

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

  .sculpting-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .repair-div {
    margin-bottom: 30px;
  }

  .sun-icon {
    width: 70px;
    margin-bottom: 10px;
  }

  .repair-option-div {
    flex-direction: column;
  }

  .medical-wrapper {
    width: 95%;
  }

  .medical-div {
    margin-bottom: 30px;
  }

  .fancy-list-div {
    margin-bottom: 10px;
  }

  .list-text {
    font-size: 15px;
    line-height: 1.6em;
  }

  .list-div.smaller {
    width: 40%;
  }

  .detailed-text-div {
    padding-left: 15px;
  }

  .why-image {
    min-height: 250px;
  }

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

  .slider {
    margin-top: 0;
  }

  .testimonial-text {
    font-size: 17px;
  }

  .location-header {
    margin-bottom: 20px;
  }

  .locations-holder {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .location-div {
    width: 48%;
    margin-bottom: 15px;
  }

  .contact-div {
    margin-top: 20px;
  }

  .moh-section {
    margin-top: 30px;
  }

  .moh-text {
    padding: 20px;
  }

  .moh-image {
    max-height: 250px;
  }
}

@media screen and (max-width: 479px) {
    
    h2.blue-txt {
    color: #fff;
}

.hero-text.blue-txt {
    color: #fff;
}
  h2 {
    margin-bottom: 10px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 1.5em;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .hero-section {
    height: 600px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41%, var(--color-4) 84%), url('../images/Beautiful-Woman-Smiling-new.jpg');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5%;
    padding-left: 0%;
  }

  .navbar {
    padding-left: 0;
  }

  .brand {
    width: 45%;
  }

  .hero-wrapper {
    width: 90%;
  }

  .resurfacing-section {
    padding-bottom: 14%;
  }

  .resurfacing-wrapper {
    margin-bottom: 5px;
  }

  .resurfacing-card {
    margin-left: 0%;
    margin-right: 0%;
  }

  .line-div.centered {
    padding: 10px;
  }

  .hair-and-lashes-section {
    padding-top: 20%;
  }

  .rejuvenation-icon {
    width: 40px;
  }

  .logo-div {
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    top: -2%;
  }

  .logo-div.testimonials {
    width: 55px;
    height: 55px;
    top: -5%;
  }

  .sculpting-image {
    min-height: 175px;
  }

  .repair-div {
    margin-bottom: 25px;
  }

  .sun-icon {
    width: 60px;
    margin-bottom: 15px;
  }

  .medical-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .fancy-list-div {
    margin-bottom: 10px;
  }

  .list-icon {
    width: 25px;
    margin-right: 3%;
  }

  .list-text {
    font-size: 14px;
    line-height: 1.2em;
  }

  .list-div {
    width: 100%;
  }

  .list-div.smaller {
    width: 100%;
    justify-content: flex-start;
  }

  .detailed-text-div {
    margin-top: 5px;
  }

  .why-image {
    min-height: 150px;
  }

  .testimonial-section {
    padding-top: 15%;
  }

  .testimonial-wrapper {
    width: 90%;
  }

  .slider {
    min-height: 375px;
  }

  .slide-content, .location-wrapper {
    width: 90%;
  }

  .location-header {
    margin-bottom: 15px;
  }

  .location-div {
    width: 100%;
    margin-bottom: 25px;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .contact-div {
    margin-top: 0;
  }

  .form-block {
    padding: 15px;
  }

  .form {
    margin-top: 0;
  }

  .field-label {
    font-size: 14px;
  }

  .footer {
    padding-top: 5%;
  }

  .footer-text {
    font-size: 11px;
  }

  .sun-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .moh-section {
    width: 95%;
  }

  .moh-text {
    padding: 15px;
  }

  .list-container {
    flex-direction: column;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}


