body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

a {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.button {
  display: inline-block;
  width: 400px;
  height: 50px;
  margin-top: 45px;
  padding: 14px 15px 4px;
  background-color: #f34d65;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border: 3px solid #f34d65;
  background-color: transparent;
}

.button.pink-button {
  margin-top: 51px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f34d65;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.button.pink-button:hover {
  border: 2px solid #f34d65;
  background-color: transparent;
}

.main-style {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header-section {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: url('../images/dark.png'), url('../images/kov3-2.png'), url('../images/SomervilleHospHoriz2.jpg');
  background-position: 0% 0%, 10% 0%, 50% 50%;
  background-size: cover, contain, cover;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
  -webkit-transition: none 500ms ease;
  transition: none 500ms ease;
}

.header-container {
  padding-top: 91px;
  opacity: 1;
  text-align: center;
}

.thin-span {
  font-weight: 400;
}

.light-span-36 {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.pink-span {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #f34d65;
}

.text-16-white {
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-16-white.city {
  margin-top: 10px;
  padding-top: 0px;
}

.features-section {
  overflow: hidden;
  letter-spacing: 0px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #f34d65;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: rgba(0, 0, 0, .9);
  -webkit-transition: none 500ms ease;
  transition: none 500ms ease;
  text-align: center;
}

.nav-links {
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-links:hover {
  padding-top: 20px;
  background-color: #f34d65;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.features-container {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-text-36 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.simple-text {
  margin-top: 10px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: none;
}

.features-row {
  margin-top: 20px;
  text-align: left;
}

.bold-simple-text {
  margin-top: 7px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.features-icons {
  margin-right: 10px;
  float: left;
  background-color: #f34d65;
  text-align: left;
}

.icons-div {
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.services-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1a1a34;
  background-image: url('../images/pixel-vertical.png');
}

.doctor-section {
  position: relative;
  top: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.doctor-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.doctor-image {
  position: static;
  left: 452px;
  display: block;
  overflow: hidden;
  margin: 40px auto 0px;
  padding-top: 24px;
  padding-bottom: 0px;
  opacity: 1;
}

.separator {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.19;
}

.regards-div {
  position: absolute;
  top: 10px;
  right: 50px;
  margin-left: 0px;
  padding: 30px;
  border-radius: 16px;
  background-color: transparent;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.regards-text {
  margin-top: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.regard-all-div {
  position: relative;
  display: block;
  width: 1100px;
  height: 568px;
  margin-right: auto;
  margin-left: auto;
}

.regards-div-2 {
  position: absolute;
  top: 211px;
  right: 50px;
  padding: 30px;
}

.regard-div-3 {
  position: absolute;
  left: 75px;
  top: 32px;
}

.regard-div-4 {
  position: absolute;
  left: 75px;
  top: 245px;
}

.regard-div-5 {
  position: absolute;
  left: 75px;
  bottom: 31px;
}

.regard-div-6 {
  position: absolute;
  right: 68px;
  bottom: 40px;
}

.regards-icons {
  margin-right: -77px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  background-color: #fff;
}

.regards-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.regards-text-2.grey {
  color: #000;
  font-weight: 300;
}

.regards-icons-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-icons-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.parafinno-section {
  position: static;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1a1a34;
  background-image: url('../images/pixel-vertical.png');
}

.gift-text {
  position: static;
  left: 354px;
  top: 66px;
  margin-top: 30px;
  margin-bottom: 20px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.gift-div {
  display: block;
  width: 960px;
  height: 50px;
  margin-right: -16px;
  margin-left: -11px;
  padding-top: 1px;
  background-color: #f34d65;
}

.gift-column-1 {
  height: 400px;
  background-image: url('../images/parafinoterapia-2.jpg');
  background-position: 39% 50%;
  background-size: cover;
}

.gift-column-2 {
  height: 400px;
  border: 1px solid #fff;
  background-color: #fff;
}

.gift-text-2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.gift-form {
  padding-right: 20px;
  padding-left: 20px;
}

.form-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-gift {
  display: block;
  width: 350px;
  height: 50px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #f34d65;
  box-shadow: 0 1px 3px 0 #666;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.button-gift:hover {
  border: 1px solid #f34d65;
  background-color: #b81f36;
  color: #fff;
}

.row-gift {
  border-top: 3px solid #f34d65;
  border-bottom: 0px none #f34d65;
}

.sertificate-section {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.cosmetic-section {
  overflow: hidden;
  height: 500px;
  padding-top: 10px;
  background-image: url('../images/pixel-vertical.png'), url('../images/BG LP.jpg');
  background-position: 0% 0%, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.image-brand {
  margin-top: 40px;
  margin-bottom: 0px;
}

.services-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-row {
  margin-top: 40px;
  padding-right: 0px;
  background-color: transparent;
}

.services-column-1 {
  position: relative;
  padding-top: 0px;
  padding-right: 10px;
  background-color: transparent;
}

.services-div {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px;
  background-color: #fff;
  -webkit-transition: none 500ms ease;
  transition: none 500ms ease;
}

.services-image {
  width: 100%;
}

.services-text-1 {
  height: 65px;
  padding-top: 22px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.services-text-1.services-text-correct {
  padding-top: 12px;
}

.services-text-2 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
}

.lightbox-services {
  display: block;
  width: 45%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  border: 1px solid #f34d65;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.lightbox-services:hover {
  border-width: 1px;
  background-color: transparent;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #f34d65;
}

.lightbox-services.full-width {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Open Sans', sans-serif;
}

.lightbox-services.full-width:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.tumbhail-lightbox-none {
  display: none;
}

.text-lightbox {
  width: 45%;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px 5px;
  float: left;
  clear: none;
  border: 1px solid #f34d65;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.services-div-2 {
  background-color: #ffe8ef;
}

.text-lightbox-2 {
  width: 45%;
  margin: 20px 10px 0px 0px;
  padding: 10px 5px;
  float: right;
  border: 1px solid #f34d65;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

.text-lightbox-2:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #f34d65;
}

.button-2 {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 0px;
  border-bottom: 2px none #fff;
  background-color: #f34d65;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #b81f36;
  box-shadow: none;
}

.lightbox-services-dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lightbox-services-dark.service-1 {
  display: none;
}

.lightbox-white {
  position: relative;
  z-index: 1000;
  display: block;
  width: 65%;
  height: 75%;
  max-height: 533px;
  max-width: 854px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.lightbox-text-3 {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #f34d65;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.lightbox-text-3.centered {
  margin-left: 0px;
  padding-left: 0px;
  border-left-style: none;
  text-align: center;
}

.column-2-lightbox {
  position: relative;
  height: 100%;
  background-color: #e5e5e5;
}

.lightbox-row {
  position: static;
  height: 100%;
}

.text-lightbox-4 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  color: #878383;
  font-size: 14px;
  text-align: center;
}

.form-services {
  position: static;
  overflow: hidden;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.button-3 {
  display: block;
  width: 100%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 15px;
  border-radius: 10px;
  background-color: #f34d65;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
}

.button-3:hover {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
  background-color: #b81f36;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  max-width: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #fccaca;
}

.close-button:hover {
  background-color: #ff9191;
  text-decoration: none;
}

.lightbox-window {
  display: block;
  width: 65%;
  height: 75%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.doctor-mini {
  display: inline;
  margin-top: 15px;
  float: left;
  border-bottom: 2px none #f34d65;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #d9d9d9;
}

.doctor-name-2 {
  margin-top: 25px;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  font-size: 14px;
  font-weight: 600;
}

.doctor-spec {
  overflow: visible;
  margin-top: 0px;
  margin-left: 10px;
  float: left;
  clear: none;
}

.doctor-name-and-spec {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.lbs-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lbs-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lbs-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lbs-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lbs-simple {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lightbox-for-form {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33%;
  height: 75%;
  max-height: 533px;
  max-width: 434px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  background-color: #fff;
}

.lbs-7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.lbs-8 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.sertificate-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slider-sertificate {
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.slider-arrow {
  margin-right: -9px;
  margin-left: 50px;
  padding-left: 0px;
  color: #f34d65;
}

.slider-arrow-2 {
  margin-right: 50px;
  margin-left: -9px;
  color: #f34d65;
}

.slide-horizontal {
  margin-top: 50px;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.number-phone {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 40px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.map-section {
  border-top: 1px solid #c5c5c9;
  border-bottom: 1px solid #c5c5c9;
}

.map-div {
  position: relative;
  display: block;
  overflow: hidden;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
}

.adress-div {
  position: absolute;
  left: 0px;
  top: 120px;
  display: block;
  width: 300px;
  margin-left: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(26, 26, 52, .9);
  background-image: url('../images/pixel-vertical.png');
}

.adress-text {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #f34d65;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.adress-text-2 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.phone-icon {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1010;
  border: 10px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 0 1px #3eb5f1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.phone-icon:hover {
  border-color: #f34d65;
  box-shadow: none;
}

.callback-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 2000%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.callback-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1020;
  display: block;
  width: 600px;
  height: 300px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.callback-text {
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: none;
}

.collback-form {
  display: block;
  width: 75%;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.collback-button {
  width: 25%;
  height: 38px;
  min-width: 2px;
  margin-top: 0px;
  padding-top: 8px;
  float: right;
  background-color: #f34d65;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.callback-input-text {
  width: 75%;
  float: left;
}

.response-section {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom-style: none;
}

.response-row {
  margin-top: 0px;
  border-radius: 0px;
}

.image-response {
  position: relative;
  top: 41px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-bottom: 1px solid #c7c1c1;
}

.text-response {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.text-response-2 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

.response-text-3 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-bottom: 1px none #333;
  background-color: transparent;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.response-div {
  padding: 0px 20px 20px;
  border: 1px solid #d4cdcd;
  background-color: transparent;
}

.response-column-1 {
  border: 1px solid #e6e3e3;
}

.black-span {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #333;
}

.footer-section {
  overflow: hidden;
}

.footer-text {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-align: center;
}

.footer-text-link-2 {
  display: block;
  width: 300px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  border-bottom-width: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.footer-div {
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 20px;
  border-top: 3px solid #f34d65;
  background-color: #1a1a34;
  background-image: url('../images/pixel-vertical.png');
}

.footer-text-link-3 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.dk-logo {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.mass-conversion {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.domain {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.dr-span {
  padding: 5px;
  background-color: #f34d65;
}

.masss-co {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.doctor-mobile {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.privacy-div {
  position: relative;
  display: block;
  width: 60%;
  height: 60%;
  max-height: 600px;
  max-width: 800px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 40px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.slider-response {
  display: block;
  width: 1040px;
  height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.arrow-response {
  left: 0px;
  margin-top: 280px;
  margin-left: -9px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34d65;
}

.arrow-response-2 {
  margin-top: 280px;
  margin-right: -9px;
  background-color: transparent;
  color: #f34d65;
}

.main-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.white-window {
  position: relative;
  display: block;
  width: 600px;
  height: 320px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.thanks-title {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #f34d65;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-thanks-page {
  margin-top: 20px;
  margin-left: 0px;
  padding: 1px 40px 1px 41px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.thanks-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: #dbd5d5;
}

.logo-image {
  border-radius: 50px;
  background-color: #f34d65;
}

html.w-mod-js *[data-ix="slide-left"] {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-right"] {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="appear-1"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="slide-down"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .header-section {
    background-position: 0% 0%, -95% 0%, 50% 50%;
  }
  .bold-simple-text {
    float: none;
    font-size: 14px;
  }
  .doctor-image {
    position: static;
    margin-bottom: 0px;
    margin-left: 178px;
    opacity: 1;
  }
  .regards-div {
    left: -10px;
    right: 357px;
    margin-right: 0px;
    box-shadow: none;
  }
  .regards-div-2 {
    right: 380px;
  }
  .regard-div-6 {
    right: 401px;
  }
  .regards-icons-left {
    left: 5px;
  }
  .image-icons-right {
    right: 338px;
  }
  .parafinno-section {
    margin-top: 0px;
  }
  .gift-column-1 {
    height: 450px;
  }
  .gift-column-2 {
    height: 450px;
  }
  .button-gift {
    width: 100%;
  }
  .cosmetic-section {
    height: 470px;
  }
  .services-text-1 {
    margin-top: 2px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
  .services-text-1.services-text-correct {
    margin-top: 0px;
    padding-top: 4px;
    font-size: 16px;
  }
  .lightbox-services {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lightbox-white {
    width: 100%;
    height: 100%;
    max-height: 570px;
  }
  .lightbox-for-form {
    width: 100%;
  }
  .slider-sertificate {
    height: 500px;
  }
  .slider-arrow {
    margin-top: 202px;
  }
  .slider-arrow-2 {
    margin-top: 202px;
  }
  .adress-div {
    position: absolute;
    left: 23px;
    top: 100px;
    bottom: auto;
    margin-left: 0px;
  }
  .container-doctor {
    margin-bottom: 20px;
  }
  .features-column-1 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .doctor-mobile {
    position: static;
  }
}

@media (max-width: 767px) {
  .number-phone {
     position: absolute;
    width: 100%;
margin-right: auto;
    margin-left: auto;
    
  margin-top: 20px;
   text-align: center;
}
  h1 {
    font-size: 36px;
  }
  h3 {
    line-height: 33px;
  }
  .header-section {
    background-position: 0% 0%, -148px 0px, 50% 50%;
    background-size: cover, cover, cover;
  }
  .light-span-36 {
    font-size: 30px;
  }
  .features-container {
    text-align: center;
  }
  .features-row {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 75px;
    padding-left: 75px;
    float: none;
    clear: none;
    text-align: left;
  }
  .doctor-image {
    position: static;
    margin-left: auto;
  }
  .regards-div {
    box-shadow: none;
  }
  .regards-text {
    font-size: 14px;
  }
  .regard-div-6 {
    right: 563px;
  }
  .regards-text-2 {
    font-size: 20px;
  }
  .image-icons-right {
    right: 537px;
  }
  .gift-column-1 {
    height: 430px;
  }
  .gift-column-2 {
    height: 430px;
  }
  .sertificate-section {
    background-color: transparent;
  }
  .cosmetic-section {
    height: 100%;
    padding-bottom: 40px;
    background-size: auto, cover;
  }
  .lightbox-white {
    padding-left: 0px;
  }
  .lbs-1 {
    display: none;
  }
  .lbs-3 {
    display: none;
  }
  .slider-sertificate {
    height: 400px;
  }
  .slider-arrow {
    margin-top: 144px;
  }
  .slider-arrow-2 {
    margin-top: 144px;
  }
  .adress-div {
    position: static;
    top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .features-column-1 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .lbs-column-1 {
    display: none;
  }
  .privacy-div {
    width: 90%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    line-height: 27px;
  }
  h3 {
    font-size: 24px;
  }
  .button {
    width: 100%;
  }
  .button:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .button.pink-button {
    width: 100%;
  }
  .header-section {
    background-image: url('../images/dark.png'), url('../images/SomervilleHospHoriz2.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .light-span-36 {
    font-size: 26px;
  }
  .features-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .doctor-name {
    font-size: 21px;
    line-height: 25px;
  }
  .gift-text {
    font-size: 24px;
  }
  .gift-column-2 {
    height: 450px;
  }
  .gift-text-2 {
    font-size: 14px;
  }
  .lightbox-white {
    width: 100%;
    padding-left: 0px;
  }
  .lightbox-text-3.centered {
    font-size: 24px;
  }
  .column-2-lightbox {
    padding-right: 1px;
    padding-left: 1px;
  }
  .text-lightbox-4 {
    width: 100%;
  }
  .form-services {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lbs-1 {
    display: none;
  }
  .lbs-simple {
    display: none;
    overflow: hidden;
    width: 100%;
  }
  .lightbox-for-form {
    width: 100%;
  }
  .slider-sertificate {
    height: 700px;
  }
  .slider-arrow {
    display: none;
    margin-top: 313px;
    padding-right: 0px;
  }
  .slider-arrow-2 {
    display: none;
    margin-top: 313px;
  }
  .slide-horizontal {
    display: none;
  }
  .adress-div {
    position: static;
    left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-text {
    line-height: 30px;
  }
  .privacy-div {
    width: 100%;
    height: 100%;
  }
  .white-window {
    width: 90%;
  }
  .text-thanks-page {
    padding-right: 10px;
    padding-left: 10px;
  }
}

