.hero-section {
  position: relative;
  height: 95vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/rosenthalhero_telehealth.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/rosenthalhero_telehealth.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-weight: 300;
}

.content-1-section {
  padding: 75px 125px;
  background-color: #5a4174;
}

.content-2-section {
  padding-top: 75px;
  padding-right: 0px;
  padding-bottom: 75px;
}

.content-3-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(148, 154, 164, 0.38);
}

.content-4-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.form-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #5a4174;
}

.copyright-section {
  padding: 20px;
  background-color: #333;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #949aa4;
}

.image {
  width: 370px;
  background-image: url('../images/rosenthal-nav-logo.jpg');
  background-position: 30% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  font-family: 'Nunito Sans', sans-serif;
  color: #5a4174;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #a8a6ce;
  color: #5a4174;
}

.nav-link.nyc {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

.hero-text-wrapper {
  position: absolute;
  left: 0%;
  top: 306px;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  font-family: 'Playfair Display', sans-serif;
  color: #a8a6ce;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

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

.h1 {
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #e7e3e9;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}

.hero-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

.button {
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #5a4174;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

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

.button.call-now {
  padding-left: 45px;
  background-image: url('../images/phonecircle_1phonecircle.png');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.reverse-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-div {
  width: auto;
  background-color: #b4b2b2;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -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;
}

.text-div.form {
  padding-right: 29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.content-h2.foot {
  color: #e7e3e9;
}

.content-text {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.content-text.foot {
  padding-top: 18px;
  color: #e7e3e9;
}

.content-button {
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #5a4174;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.content-button:hover {
  background-color: #a8a6ce;
}

.content-button.call-now {
  padding-left: 45px;
  background-image: url('../images/phonecircle_1phonecircle.png');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.content-button.foot {
  background-color: #a8a6ce;
}

.content-button.foot:hover {
  background-color: #e7e3e9;
}

.bullet-text {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.list {
  margin-bottom: 20px;
  padding-left: 28px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.message {
  height: 200px;
}

.map-div {
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-top: 24px;
  margin-bottom: 20px;
  cursor: pointer;
}

.phone-text-link {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #a8a6ce;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.copyright-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  width: 40%;
}

.image-3 {
  width: 40%;
}

.image-4 {
  width: 40%;
}

.contact-div {
  width: 85%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.wrapper-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #5a4174;
  font-weight: 600;
}

.div-block {
  width: 1000px;
  height: 0px;
}

.text-field {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.text-field-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.text-field-3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.field-label {
  font-family: 'Nunito Sans', sans-serif;
  color: #e7e3e9;
  font-weight: 600;
}

.div-block-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .content-1-section {
    padding: 50px;
  }
  .content-2-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-3-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(148, 154, 164, 0.31);
  }
  .content-4-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-text-wrapper {
    top: 244px;
  }
  .heading {
    font-size: 30px;
  }
  .h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button {
    margin-top: 12px;
    text-align: center;
  }
  .wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-div {
    width: 100%;
  }
  .text-div.form {
    width: 50%;
    padding-right: 0px;
  }
  .content-text.foot {
    padding-top: 0px;
  }
  .map-div {
    width: 100%;
  }
  .image-2 {
    width: 80%;
    margin-bottom: 30px;
  }
  .image-3 {
    display: none;
    width: 80%;
  }
  .image-4 {
    width: 80%;
    margin-bottom: 30px;
  }
  .contact-div {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 480px;
  }
  .content-1-section {
    padding: 30px;
  }
  .content-2-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-3-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-4-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar {
    padding-left: 10px;
  }
  .image {
    width: 280px;
  }
  .hero-text-wrapper {
    top: 99px;
    width: 90%;
  }
  .heading {
    font-size: 20px;
    line-height: 20px;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .hero-button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    margin-top: 8px;
    margin-bottom: 9px;
    text-align: center;
  }
  .reverse-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .text-div.form {
    width: 100%;
  }
  .content-h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .content-text {
    font-size: 15px;
    line-height: 23px;
  }
  .content-text.foot {
    text-align: center;
  }
  .map-div {
    text-align: center;
  }
  .phone-text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .image-2 {
    width: 100%;
  }
  .image-4 {
    width: 100%;
  }
  .contact-div {
    width: 100%;
    margin-top: 18px;
  }
  .wrapper-div-copy {
    -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;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    width: auto;
    height: 700px;
    padding-top: 178px;
  }
  .content-1-section {
    padding: 25px;
  }
  .form-section {
    padding-top: 15px;
  }
  .image {
    width: 200px;
  }
  .hero-text-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90%;
  }
  .heading {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 5px;
  }
  .h1 {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
  }
  .button {
    width: 100%;
  }
  .content-h2 {
    margin-bottom: 15px;
  }
  .copyright-text {
    line-height: 15px;
  }
  .image-2 {
    margin-bottom: 15px;
  }
  .image-4 {
    margin-bottom: 15px;
  }
  .menu-button {
    padding: 11px;
  }
}

