body {
  height: 100%;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 25px;
  margin-bottom: auto;
  padding-right: 19px;
  padding-left: 19px;
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #69d4ff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
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 {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.hcf_learn_more_btn {
  position: absolute;
  left: 25%;
  top: 125%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 27px;
  border: 3px solid #592f53;
  border-radius: 10px;
  background-color: #592f53;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #e30450;
  font-size: 30px;
}
.button.hcf_learn_more_btn:hover {
  border-color: #6be36f;
  background-color: transparent;
}
.button.child_btn {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  width: 28%;
  margin-top: 25px;
  margin-right: 14px;
  margin-left: 14px;
  padding: 16px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(21, 41, 71, 0.29);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #69d4ff;
  font-size: 18px;
  line-height: 26px;
}
.button.emergency-help-btn {
  width: 250px;
  margin-top: 50px;
  margin-left: 144px;
  padding: 9px 35px;
  background-color: #bae6ff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 19px;
  font-weight: 400;
}
.button.emergency-help-btn:hover {
  border-color: #69d4ff;
  color: white;
}
.button.hcf_btn {
  position: absolute;
  left: 0px;
  top: 70%;
  right: 0px;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 35px;
  background-color: #d91b5b;
  -webkit-transform: translate(0px, -70%);
  -ms-transform: translate(0px, -70%);
  transform: translate(0px, -70%);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 19px;
}
.button.hcf_btn:hover {
  background-color: #69d4ff;
}
.navbar {
  margin-top: 25px;
  background-color: transparent;
}
.navbar_container {
  height: 0px;
}
.hero.cosmetic_bkgrnd {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.nav-links {
  padding-right: 5px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.nav-links:hover {
  color: #152947;
}
.nav-links.w--current {
  color: rgba(21, 41, 71, 0.81);
}
.nav-links.home {
  width: 50px;
  height: 61px;
  border-bottom-left-radius: 15px;
  background-color: #3593b8;
  background-image: url('../images/home_icon.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.nav-links.home:hover {
  background-color: #00eaff;
}
.nav-links.home.w--current {
  background-image: url('../images/home_icon.png');
  background-size: 60%;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.nav-links.home.w--current:hover {
  background-color: #00eaff;
}
.footer {
  width: 100%;
  height: 400px;
  background-color: #8ad413;
}
.footer_headers {
  margin-top: 20px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanovacond, sans-serif;
  color: rgba(21, 41, 71, 0.78);
  font-size: 27px;
  font-weight: 400;
  text-align: left;
}
.footer_content {
  display: block;
  font-family: Proximanova, sans-serif;
  color: white;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}
.footer_content.footer_heading {
  color: rgba(0, 0, 0, 0.74);
  font-weight: 500;
}
.content_container {
  height: 500px;
  padding-top: 29px;
  padding-bottom: 74px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/dental_smile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content_header {
  padding-right: 7px;
  float: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(21, 41, 71, 0.78);
  font-size: 38px;
  font-weight: 700;
  text-align: right;
}
.content_header.service_header {
  margin-bottom: 26px;
  float: none;
  font-family: Proximanovacond, sans-serif;
  color: white;
  font-size: 35px;
  text-align: center;
}
.content_header.dentists_header {
  font-family: Proximanovacond, sans-serif;
  text-align: center;
}
.content_header.testi_header {
  font-family: Proximanovacond, sans-serif;
  text-align: center;
}
.content_header.general_dental_header {
  position: relative;
  left: 20px;
  top: 50%;
  right: 0px;
  -webkit-transform: rotate(3deg) translate(0px, -50%);
  -ms-transform: rotate(3deg) translate(0px, -50%);
  transform: rotate(3deg) translate(0px, -50%);
  font-family: Proximanovacond, sans-serif;
  color: white;
  font-size: 44px;
  text-align: left;
}
.content_header.general_dental_header.cosmetic_header {
  left: 15px;
  font-family: Proximanovacond, sans-serif;
  color: white;
  font-size: 44px;
  font-weight: 700;
}
.contact_number {
  position: relative;
  top: 23px;
  display: inline-block;
  padding: 2px 11px;
  float: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: rgba(214, 214, 214, 0.29);
  font-family: Proximanova, sans-serif;
  color: rgba(21, 41, 71, 0.61);
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}
.content-text {
  width: 65%;
  padding-right: 7px;
  float: right;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: right;
}
.map {
  width: 220px;
  height: 150px;
  margin-bottom: 15px;
}
.loc_text {
  position: absolute;
  left: 30px;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  color: #152947;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.loc_div {
  position: absolute;
  z-index: 10;
  display: block;
  width: 220px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-left: 33px;
  background-color: rgba(255, 255, 255, 0.54);
  text-align: center;
}
.loc_div.loc_div2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 148px;
}
.loc_main_div {
  display: inline-block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: left;
}
.brand {
  top: 18px;
  width: 280px;
  float: left;
}
.brand.w--current {
  position: relative;
  top: 18px;
  z-index: 10;
  width: 280px;
}
.nav-menu {
  margin-top: 29px;
  padding-right: 20px;
  border-radius: 0px 0px 15px 15px;
  background-color: #6cb8e4;
  background-image: -webkit-linear-gradient(#57b6d4, #248ca9);
  background-image: linear-gradient(#57b6d4, #248ca9);
}
.logo {
  position: relative;
  left: 50%;
  top: 0px;
  z-index: 9;
  width: 100%;
  margin-top: 5px;
  float: left;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.services_container {
  height: 550px;
  margin-top: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(21, 41, 71, 0.78);
  background-image: -webkit-linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45)), url('../images/services_image.jpg');
  background-image: linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45)), url('../images/services_image.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.quicklinks_footer {
  display: block;
  height: 55px;
  background-color: #5c5c5c;
  text-align: center;
}
.footer_quivklinkd {
  position: relative;
  left: 0px;
  top: 19px;
  right: 0px;
  display: inline-block;
  margin-right: 5px;
  font-family: Proximanova, sans-serif;
  color: white;
  font-weight: 200;
  text-align: left;
  text-decoration: none;
}
.footer_quivklinkd.footer_copyright {
  font-family:'Open Sans', sans-serif;
  color: #4d4d4d;
  text-align: left;
  text-decoration: none;
}
.copyright_footer {
  height: 65px;
}
.copyright_footer_container {
  height: 65px;
  text-align: center;
}
.time {
  float: right;
}
.bio_container {
  padding-top: 63px;
}
.service_img {
  display: block;
  width: 151px;
  height: 151px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 92px;
  background-color: white;
  background-image: url('../images/services_icon1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(255, 255, 255, 0.78) 0px -6px 50px 0px, rgba(255, 255, 255, 0.2) 0px 21px 0px -4px inset;
}
.service_img.icon2 {
  background-color: white;
  background-image: url('../images/services_icon2.png');
}
.service_img.icon3 {
  background-color: white;
  background-image: url('../images/services_icon3.png');
}
.service_heading {
  margin-bottom: 12px;
  font-family: Proximanovacond, sans-serif;
  color: #6be36f;
  font-size: 25px;
  text-align: center;
}
.number {
  font-family: Verdana, Geneva, sans-serif;
  color: #152947;
  font-weight: 700;
}
.services_list-items {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Proximanova, sans-serif;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.services_list-items:hover {
  color: #6be36f;
}
.tab1 {
  height: 400px;
  padding-top: 5px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/dental_smile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_header {
  margin-right: 25px;
  padding-top: 25px;
  font-family: Proximanovacond, sans-serif;
  color: #154347;
  font-size: 80px;
  line-height: 25px;
  font-weight: 700;
  text-align: right;
}
.tab {
  width: 25%;
  height: 50px;
  padding-top: 15px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  border-right: 2px none white;
  border-left: 1px none white;
  border-radius: 12px 0px 0px 12px;
  background-color: #bae6ff;
}
.tab.w--current {
  width: 25%;
  height: 50px;
  padding-top: 15px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  border-bottom: 5px solid rgba(21, 41, 71, 0.78);
  border-right-style: none;
  border-right-width: 1px;
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  background-color: #6be36f;
}
.tab.border {
  height: 50px;
  padding-top: 15px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0px;
  background-color: #bae6ff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.tab.border:hover {
  background-color: #6be36f;
}
.tab.border.w--current {
  padding-top: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #6be36f;
}
.tab.border2 {
  height: 50px;
  padding-top: 15px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  border-right-style: none;
  border-right-width: 3px;
  border-left-style: none;
  border-radius: 0px;
  background-color: #bae6ff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.tab.border2:hover {
  background-color: #6be36f;
}
.tab.border2.w--current {
  padding-top: 15px;
  border-bottom-color: rgba(21, 41, 71, 0.78);
  background-color: #6be36f;
}
.tab.border3 {
  padding-top: 15px;
  float: left;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0px 12px 12px 0px;
  background-color: #bae6ff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.tab.border3:hover {
  background-color: #6be36f;
}
.tab.border3.w--current {
  background-color: #6be36f;
}
.bright {
  font-family: Proximanovacond, sans-serif;
  color: #24c1ff;
  font-weight: 700;
}
.smiles {
  font-family: Proximanovacond, sans-serif;
  color: #29ff86;
}
.img_face {
  display: block;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
}
.testimonials_desc {
  width: 100%;
  margin-top: 25px;
  padding: 27px 23px;
  border-radius: 15px;
  background-color: rgba(105, 212, 255, 0.6);
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}
.testi_container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bio_desc {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.general_dental_text {
  position: relative;
  z-index: 10;
  margin-top: 25px;
  margin-bottom: 45px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-indent: 20px;
}
.general-dental_container {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: 100px;
}
.service_subheader {
  margin-top: 10px;
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 25px;
  font-weight: 700;
}
.service_desc {
  margin-top: 15px;
  padding: 7px 10px;
  font-family: Proximanovacond, sans-serif;
  font-size: 15px;
  text-align: left;
}
.header_graphic {
  width: 300px;
  height: 75px;
  margin-bottom: 18px;
  background-color: #ed7e00;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.header_graphic.cosmetic_graphic {
  width: 350px;
  background-color: #4fa1ff;
}
.header_graphic.aboutus_graphic {
  width: 200px;
  background-color: #00d1ed;
}
.header_graphic.contactus_graphic {
  width: 225px;
  margin-top: 50px;
  background-color: #edca00;
}
.header_graphic.firstvisit_graphic {
  width: 200px;
  background-color: #fcea44;
}
.header_graphic.faq_graphic {
  width: 125px;
  background-color: #00beed;
}
.header_graphic.emergency_graphic {
  width: 500px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.header_graphic.childdental_graphic {
  width: 500px;
  margin-bottom: 50px;
}
.header_graphic.specialist_services {
  width: 350px;
  background-color: rgba(178, 237, 0, 0.98);
}
.header_graphic.private_health_graphic {
  width: 450px;
  background-color: #96d433;
}
.first-word {
  font-size: 25px;
}
.services_img {
  position: static;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 600px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.aboutus_desc {
  margin-top: 25px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.aboutus_div {
  height: auto;
  margin-top: 75px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
.aboutus_div.staff {
  border-style: none;
}
.face_div {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 35px;
  margin-left: 25px;
  float: left;
  background-image: url('../images/chris.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.face_div.face2_div {
  margin-top: 15px;
  background-image: url('../images/christine.jpg');
}
.doctorquote {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 70%;
  margin-right: 25px;
  padding: 12px 16px;
  float: right;
  border-radius: 20px;
  background-color: #65d141;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.doctorquote.dq2 {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 26px;
  line-height: 35px;
}
.doctor_desc {
  margin-top: 50px;
  padding-right: 41px;
  padding-left: 41px;
  float: left;
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 16px;
  line-height: 23px;
}
.doctor_name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -28px;
  width: 100%;
  font-family: Proximanovacond, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.staff_div {
  position: static;
  z-index: 5;
  width: 100%;
  height: 505px;
  margin-bottom: 74px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: white;
}
.staff_face {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/serena.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.staff_face.enza_face {
  background-image: url('../images/enza.jpg');
}
.staff_name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 219px;
  display: block;
  width: 100%;
  margin-top: 0px;
  font-family:'Droid Sans', sans-serif;
  font-size: 20px;
  text-align: center;
}
.staff_name.enza-name {
  bottom: 299px;
}
.aboutus_cointainer {
  margin-top: 50px;
}
.staff_desc {
  margin-top: 50px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 16px;
  line-height: 22px;
}
.colour_bgrnd {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 101%;
  height: 89%;
  margin-right: auto;
  margin-left: auto;
  background-color: #a3e7ff;
  color: #333;
}
.contact_map {
  display: block;
  width: 500px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 85px;
}
.contact_map.rounded_corners {
  border-radius: 0px;
}
.contact_map2 {
  display: block;
  width: 500px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 0px;
}
.hero_desc {
  width: 48%;
  margin-top: 40px;
  margin-right: 25px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: right;
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  font-family: Proximanova, sans-serif;
  color: rgba(21, 41, 71, 0.78);
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.hero_maintext {
  margin-top: 0px;
  margin-right: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-align: right;
}
.since-1995 {
  font-family: Proximanovacond, sans-serif;
  font-size: 29px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
}
.operating-hours-heading {
  margin-bottom: 11px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  text-align: center;
}
.location-desc {
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.working-hours-text {
  font-family:'Droid Sans', sans-serif;
  font-weight: 400;
}
.locations {
  display: inline-block;
  width: 525px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}
.contacus_header {
  margin-top: 50px;
  text-align: center;
}
.appointment_heading {
  font-family: Proximanovacond, sans-serif;
  color: #14db8b;
  font-size: 40px;
  text-align: center;
}
.first-visit-container {
  margin-top: 50px;
  margin-bottom: 100px;
}
.patient_info_desc {
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.new_patient-form {
  margin-left: 10px;
  font-family: Proximanova, sans-serif;
  color: #152947;
  font-size: 18px;
  text-decoration: none;
}
.fa.fa-file-word-o {
  display: inline-block;
  width: auto;
  height: auto;
  color: #152947;
  font-size: 20px;
}
.fa.fa-file-pdf-o {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 20px;
  color: #152947;
  font-size: 20px;
}
.faq_headings {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 25px;
  text-align: left;
}
.faq_desc {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q3 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q4 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q5 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q6 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q7 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_subheading {
  margin-bottom: 15px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.contactus {
  width: 100%;
  height: 651px;
  margin-bottom: 100px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/contactus_enza.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/contactus_enza.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.contactus_txtfield {
  width: 400px;
  margin-bottom: 23px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.54);
  background-color: rgba(255, 255, 255, 0);
}
.contactus_txtfield.messagefield {
  height: 150px;
}
.contactus_heading {
  font-family: Exo, sans-serif;
  color: white;
  font-size: 17px;
}
.contactus_form {
  padding-left: 23px;
}
.contactus_submitbtn {
  padding: 13px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(21, 41, 71, 0.78);
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 22px;
}
.contactus_formwrapper {
  position: relative;
  left: 0px;
  top: 92px;
  right: 0px;
  bottom: 0px;
}
.emerg_desc {
  margin-bottom: 100px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.child_hesding {
  margin-top: 10px;
  font-family: Proximanovacond, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.child_hesding.ch2 {
  color: #69d4ff;
}
.child_desc {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style-type: disc;
}
.booking_field {
  display: inline-block;
  width: 45%;
  margin-right: 4%;
}
.booking_submit_btn {
  display: block;
  margin-top: 25px;
  padding: 14px 25px;
  background-color: #69d4ff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
}
.booking_submit_btn:hover {
  background-color: #6be36f;
}
.booking_field2 {
  display: inline-block;
  width: 45%;
  margin-right: 4%;
  color: black;
}
.input_label_fields {
  margin-top: 20px;
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 16px;
}
.booking_form {
  margin-top: 50px;
  margin-bottom: 100px;
}
.option-text {
  font-family: Proximanovacond, sans-serif;
  color: rgba(105, 212, 255, 0.68);
  font-size: 15px;
}
.message_text_box {
  width: 94%;
  min-height: 200px;
}
.hcf-logo {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}
.hcf_tab {
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
}
.hcf_details {
  position: absolute;
  left: 0px;
  top: 7%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-transform: translate(0px, -20%);
  -ms-transform: translate(0px, -20%);
  transform: translate(0px, -20%);
  color: #e3045a;
  text-align: center;
}
.hcf_desc {
  position: absolute;
  left: 0px;
  top: 56%;
  right: 0px;
  display: inline-block;
  float: none;
  -webkit-transform: translate(0px, -56%);
  -ms-transform: translate(0px, -56%);
  transform: translate(0px, -56%);
  font-family: Montserrat, sans-serif;
  color: #592f53;
  font-size: 17px;
  text-align: center;
}
.tabs_headings {
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.arrow {
  color: white;
  font-size: 17px;
}
.cdbs_tabs {
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  background-image: url('../images/tooth_ache_emergency.jpg');
  background-position: 79% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.child_heading {
  position: relative;
  left: 0px;
  top: 20%;
  right: 0px;
  font-family: Montserrat, sans-serif;
  color: #0084ff;
}
.free_oral {
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
}
.locations_div {
  position: relative;
  display: block;
  width: auto;
  margin: 50px auto 100px;
  text-align: center;
}
.special_services_cont {
  margin-top: 50px;
  margin-bottom: 100px;
}
.gd-div {
  display: inline-block;
  width: 90%;
  height: auto;
  margin-right: 3%;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(21, 41, 71, 0.09);
  background-color: white;
}
.gd-div_wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.free_oral_heading {
  display: block;
  width: 90%;
  margin: auto;
  padding-top: 25px;
  padding-right: 116px;
  padding-left: 116px;
  font-family: Proximanovacond, sans-serif;
  color: #69d4ff;
  font-size: 29px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}
.enza_name {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.serena_name {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.child_dental_container {
  margin-top: 50px;
  margin-bottom: 100px;
}
.faq_container {
  margin-top: 50px;
  margin-bottom: 100px;
}
.hero_cont {
  margin-top: 25px;
  margin-bottom: 27px;
}
.tabs-menu {
  display: block;
  width: 78%;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
}
.ourdentists_row {
  padding-right: 112px;
  padding-left: 112px;
  text-align: center;
}
.services_pic {
  border-radius: 16px;
}
.hours_list {
  font-family: Proximanova, sans-serif;
  text-align: left;
  list-style-type: none;
}
.dropdown-list.w--open {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #69d4ff;
}
.dropdown-link {
  font-family: Montserrat, sans-serif;
  color: #152947;
  text-decoration: none;
}
.dropdown-link:hover {
  color: white;
}
.map_div {
  position: relative;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.booking_desc {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.booking_container {
  margin-top: 50px;
}
.gallery_wrapper {
  position: absolute;
  left: 119px;
  top: -50px;
  right: 119px;
  bottom: -50px;
  z-index: 20;
  width: 200px;
  height: auto;
  border-radius: 100px;
}
.mtwaverley_img {
  width: 200px;
  height: auto;
  border-radius: 50px;
}
.gallery_div {
  margin-bottom: 25px;
}
.thumbnail {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 75%;
  border-radius: 20px;
}
.thumbnail.tn2 {
  width: 100%;
}
.emergency_heading {
  margin-top: 50px;
  margin-left: 125px;
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
.news_link {
  width: 100%;
  height: 85px;
  margin-bottom: 7px;
  padding: 7px 0px 7px 91px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: rgba(186, 230, 255, 0.65);
  background-image: url('../images/chat_icon.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.news_link:hover {
  background-color: rgba(3, 145, 158, 0.4);
}
.news_link.nl2 {
  background-color: rgba(241, 237, 225, 0.65);
  background-image: url('../images/info_icon.png');
}
.news_link.nl2:hover {
  background-color: rgba(3, 145, 158, 0.4);
}
.news_link.nl3 {
  background-color: rgba(107, 227, 111, 0.65);
  background-image: url('../images/map_icon.png');
}
.news_link.nl3:hover {
  background-color: rgba(3, 145, 158, 0.4);
}
.news_list_headings {
  margin-top: 4px;
  margin-bottom: 6px;
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.news_list_desc {
  margin-left: 0px;
  padding-right: 11px;
  font-family: Proximanovacond, sans-serif;
  color: #152947;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
.news_div {
  margin-top: -14px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px none rgba(21, 41, 71, 0.78);
  border-left: 6px solid #69d4ff;
}
.news_header {
  margin-top: 22px;
  padding-left: 0px;
  font-family: Proximanovacond, sans-serif;
  font-weight: 600;
  text-align: left;
}
.news_article {
  margin-top: 3px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.news_article.na {
  border-top-style: dashed;
}
.news_article_heading {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #03919e;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.news_article_desc {
  font-family: Proximanovacond, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.news_article_date {
  color: #a39272;
}
.link {
  color: #69d4ff;
  text-decoration: none;
}
.faq_desc_q8 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q9 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_desc_q10 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
}
.faq_desc_q11 {
  font-family: Proximanova, sans-serif;
  font-size: 15px;
}
.faq_link_blk {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
}
.coming-soon {
  margin-top: 100px;
  margin-bottom: 200px;
}
.hcf_home_col1 {
  display: block;
  width: 100%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.emerg_dental_cont {
  margin-top: 50px;
}
.location_dropdown {
  width: 94%;
}
.phi_link {
  color: #69d4ff;
  text-decoration: none;
}
.ada-logo {
  margin-top: 17px;
}
.mighty-designs-weblink {
  color: black;
  text-decoration: none;
}
.hicaps-logo {
  display: block;
  margin-top: 10px;
}
.team-photo {
  display: block;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.contact-us_footer {
  font-family: Proximanova, sans-serif;
  color: white;
  font-weight: 300;
  text-decoration: none;
}
html.w-mod-js *[data-ix="hide-faq-desc"] {
  display: none;
}
@media (max-width: 991px) {
  body {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .button.hcf_learn_more_btn {
    padding: 23px 11px;
    font-size: 26px;
  }
  .navbar {
    margin-top: 15px;
  }
  .footer {
    height: 500px;
  }
  .footer_headers {
    font-size: 25px;
  }
  .footer_content {
    font-weight: 400;
  }
  .footer_content.footer_heading {
    font-size: 14px;
  }
  .content_header {
    font-size: 30px;
    line-height: 35px;
  }
  .content_header.service_header {
    padding-right: 0px;
  }
  .content_header.dentists_header {
    text-align: center;
  }
  .content_header.testi_header {
    text-align: center;
  }
  .content-text {
    padding-left: 0px;
  }
  .map {
    width: 180px;
  }
  .loc_div {
    width: 180px;
  }
  .loc_main_div {
    width: 180px;
  }
  .brand {
    width: 250px;
  }
  .brand.w--current {
    top: 8px;
  }
  .logo {
    width: 200px;
  }
  .services_container {
    height: auto;
    padding-bottom: 25px;
  }
  .service_heading {
    margin-bottom: 17px;
    color: #6be36f;
    font-size: 20px;
    line-height: 25px;
  }
  .services_list-items {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
  }
  .tab.border2.w--current {
    padding-top: 15px;
  }
  .tab.border3 {
    padding-top: 15px;
  }
  .general_dental_text {
    text-align: justify;
  }
  .service_desc {
    text-align: justify;
  }
  .header_graphic {
    width: 350px;
  }
  .header_graphic.aboutus_graphic {
    width: 250px;
  }
  .header_graphic.contactus_graphic {
    width: 225px;
  }
  .header_graphic.childdental_graphic {
    width: 500px;
  }
  .services_img {
    background-position: 50% 100%;
    background-size: contain;
  }
  .face_div {
    margin-top: 15px;
  }
  .doctorquote {
    position: relative;
    width: 60%;
    margin-top: 0px;
    font-size: 19px;
    line-height: 25px;
  }
  .doctorquote.dq2 {
    margin-top: 12px;
    padding-top: 41px;
    padding-bottom: 41px;
    font-size: 26px;
  }
  .doctor_desc {
    margin-top: 25px;
  }
  .staff_face {
    width: 150px;
    height: 150px;
  }
  .staff_name {
    position: relative;
  }
  .aboutus_cointainer {
    margin-bottom: 100px;
  }
  .contact_map {
    width: 300px;
    height: 250px;
    border-radius: 65px;
  }
  .contact_map.rounded_corners {
    width: 90%;
    border-radius: 0px;
  }
  .contact_map2 {
    width: 90%;
    height: 250px;
    border-radius: 0px;
  }
  .hero_desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 32px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 34px;
    padding-left: 34px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.09);
    color: white;
    text-align: center;
  }
  .operating-hours-heading {
    font-size: 14px;
  }
  .location-desc {
    font-size: 18px;
    line-height: 16px;
  }
  .locations {
    width: 100%;
  }
  .message_text_box {
    width: 100%;
  }
  .hcf-logo {
    margin-left: auto;
    padding-left: 0px;
    float: right;
    text-align: center;
  }
  .hcf_tab {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09);
    border-radius: 12px;
  }
  .hcf_details {
    margin-top: 50px;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
  }
  .hcf_desc {
    top: 62%;
    padding-right: 0px;
    text-align: center;
  }
  .tabs_headings {
    font-size: 14px;
    font-weight: 400;
  }
  .cdbs_tabs {
    background-position: 101% 100%;
    background-size: 50%;
  }
  .gd-div {
    width: 100%;
    margin-right: 1%;
  }
  .free_oral_heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabs-menu {
    width: 100%;
  }
  .ourdentists_row {
    padding-right: 45px;
    padding-left: 45px;
  }
  .gallery_div {
    margin-right: 20px;
  }
  .thumbnail {
    border-radius: 10px;
  }
  .news_list_headings {
    font-size: 15px;
    font-weight: 700;
  }
  .news_list_desc {
    font-size: 12px;
    line-height: 13px;
  }
  .news_article_heading {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .button.emergency-help-btn {
    display: block;
    margin-right: auto;
    margin-left: 49px;
  }
  .navbar {
    margin-top: 10px;
  }
  .footer {
    height: 800px;
  }
  .content_header {
    padding-right: 0px;
    font-size: 29px;
    line-height: 30px;
    text-align: right;
  }
  .content_header.general_dental_header {
    font-size: 36px;
  }
  .content-text {
    width: 75%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .map {
    width: 265px;
  }
  .loc_div {
    width: 265px;
  }
  .loc_main_div {
    width: 260px;
  }
  .logo {
    left: 25%;
    top: -11px;
    width: 150px;
    margin-left: 46px;
  }
  .services_container {
    margin-top: 25px;
    background-image: -webkit-linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45));
    background-image: linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45));
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer_quivklinkd {
    font-size: 12px;
  }
  .footer_quivklinkd.footer_copyright {
    font-size: 11px;
  }
  .service_heading {
    margin-bottom: 13px;
    color: #69d4ff;
    font-size: 18px;
  }
  .services_list-items {
    font-size: 15px;
  }
  .tab1 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-position: 50% 50%;
  }
  .hero_header {
    padding-right: 14px;
    font-size: 50px;
    line-height: 19px;
    text-align: center;
  }
  .tab {
    padding-top: 18px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .tab.w--current {
    padding-top: 18px;
  }
  .tab.border {
    padding-top: 11px;
  }
  .tab.border.w--current {
    padding-top: 11px;
    padding-bottom: 4px;
  }
  .tab.border2 {
    padding-top: 11px;
    padding-bottom: 4px;
  }
  .tab.border2.w--current {
    padding-top: 11px;
  }
  .tab.border3 {
    padding-top: 11px;
  }
  .tab.border3.w--current {
    padding-top: 11px;
  }
  .bright {
    font-size: 70px;
  }
  .smiles {
    font-size: 70px;
  }
  .testimonials_desc {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
    text-align: justify;
  }
  .bio_desc {
    text-align: center;
  }
  .hero-row {
    position: relative;
    left: 0px;
    top: -51px;
    right: 0px;
  }
  .general_dental_text {
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
  }
  .service_subheader {
    margin-left: 10px;
  }
  .service_desc {
    margin-right: 5px;
    margin-left: 5px;
  }
  .header_graphic {
    width: 325px;
    margin-left: 10px;
  }
  .header_graphic.aboutus_graphic {
    width: 250px;
  }
  .header_graphic.contactus_graphic {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .header_graphic.firstvisit_graphic {
    width: 175px;
  }
  .header_graphic.faq_graphic {
    width: 100px;
  }
  .header_graphic.emergency_graphic {
    width: 400px;
  }
  .header_graphic.childdental_graphic {
    width: 400px;
  }
  .header_graphic.private_health_graphic {
    width: 375px;
  }
  .aboutus_desc {
    padding-right: 35px;
    padding-left: 35px;
  }
  .aboutus_div {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .face_div {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .doctorquote {
    display: block;
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .doctorquote.dq2 {
    margin-top: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .staff_div {
    height: auto;
  }
  .staff_desc {
    margin-top: 25px;
    padding-right: 57px;
    padding-left: 57px;
  }
  .contact_map {
    width: 95%;
    border-radius: 25px;
  }
  .contact_map2 {
    width: 95%;
    border-radius: 0px;
  }
  .hero_desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 36px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.09);
    color: white;
    text-align: center;
  }
  .since-1995 {
    line-height: 14px;
  }
  .location-desc {
    font-size: 21px;
    line-height: 22px;
  }
  .locations {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .patient_info_desc {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hcf-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .hcf_details {
    top: 8%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-size: 22px;
    text-align: left;
  }
  .hcf_desc {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-size: 16px;
    text-align: left;
  }
  .tabs_headings {
    font-size: 16px;
    line-height: 15px;
  }
  .cdbs_tabs {
    background-position: 93% 100%;
  }
  .gd-div {
    display: inline-block;
    width: 100%;
    margin-right: 1%;
  }
  .child_dental_container {
    padding-left: 13px;
  }
  .tabs-menu {
    width: 90%;
  }
  .ourdentists_row {
    padding-right: 2px;
    padding-left: 2px;
  }
  .hours_list {
    text-align: center;
  }
  .emergency_heading {
    margin-left: 11px;
  }
  .news_list_headings {
    font-size: 17px;
  }
  .news_list_desc {
    font-size: 16px;
  }
  .news_header {
    margin-top: 36px;
  }
}
@media (max-width: 479px) {
  h2 {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 28px;
  }
  .button.hcf_learn_more_btn {
    left: 0%;
    width: 50%;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 30px;
  }
  .button.emergency-help-btn {
    position: absolute;
    left: 0px;
    top: 29%;
    right: 0px;
    display: block;
    width: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.hcf_btn {
    top: 54%;
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    text-align: center;
  }
  .navbar {
    margin-top: 5px;
  }
  .nav-links {
    line-height: 1px;
  }
  .nav-links.home {
    border-bottom-left-radius: 0px;
  }
  .footer {
    height: 1250px;
  }
  .footer_headers {
    padding-left: 0px;
  }
  .content_container {
    background-position: 39% 50%;
  }
  .content_header {
    font-size: 23px;
    text-align: right;
  }
  .content_header.service_header {
    font-size: 28px;
  }
  .content_header.dentists_header {
    font-size: 28px;
    text-align: center;
  }
  .content_header.testi_header {
    font-size: 28px;
    text-align: center;
  }
  .content_header.general_dental_header {
    position: relative;
    left: 15px;
    font-size: 27px;
    line-height: 40px;
    text-align: left;
  }
  .content_header.general_dental_header.cosmetic_header {
    font-size: 37px;
  }
  .content-text {
    width: 60%;
    padding-right: 7px;
    padding-left: 0px;
    text-align: right;
  }
  .map {
    width: 100%;
    height: 200px;
  }
  .loc_div {
    width: 94%;
  }
  .loc_main_div {
    width: 100%;
  }
  .brand {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .brand.w--current {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .logo {
    position: absolute;
    left: 25%;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: block;
    width: 150px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .services_container {
    height: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: -webkit-linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45));
    background-image: linear-gradient(black, rgba(21, 41, 71, 0.65) 0%, rgba(21, 41, 71, 0.45));
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer_quivklinkd {
    top: 7px;
  }
  .serv_col {
    margin-bottom: 40px;
  }
  .service_heading {
    margin-bottom: 20px;
    color: #69d4ff;
    font-size: 25px;
  }
  .services_list-items {
    font-size: 20px;
    line-height: 28px;
  }
  .tab1 {
    border-radius: 0px;
    background-position: 26% -44%;
  }
  .hero_header {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    font-size: 45px;
    line-height: 5px;
    text-align: center;
  }
  .tab {
    display: block;
    width: 50%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-left: 14px;
    border-radius: 0px;
  }
  .tab.w--current {
    display: inline-block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    border-right-style: none;
    border-right-width: 1px;
    border-radius: 0px;
  }
  .tab.border {
    display: inline-block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    border-bottom: 1px none white;
    border-right-style: none;
    border-left-style: none;
    border-left-width: 1px;
    border-radius: 0px;
    font-size: 16px;
  }
  .tab.border.w--current {
    width: 50%;
    padding-top: 15px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .tab.border2 {
    display: inline-block;
    width: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    border-radius: 0px;
  }
  .tab.border2.w--current {
    padding-top: 14px;
    border-radius: 0px;
  }
  .tab.border3 {
    display: block;
    width: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    border-left-style: none;
    border-radius: 0px;
  }
  .bright {
    font-size: 56px;
  }
  .smiles {
    font-size: 56px;
    line-height: 50px;
  }
  .img_face {
    width: 50%;
  }
  .testimonials_desc {
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 0px;
  }
  .bio_desc {
    margin-top: 3px;
    margin-bottom: 25px;
    text-align: center;
  }
  .general_dental_text {
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
  }
  .service_subheader {
    margin-left: 10px;
  }
  .service_desc {
    margin-left: 5px;
  }
  .header_graphic {
    width: 200px;
    margin-left: 10px;
    font-size: 12px;
  }
  .header_graphic.cosmetic_graphic {
    width: 300px;
  }
  .header_graphic.aboutus_graphic {
    width: 150px;
  }
  .header_graphic.contactus_graphic {
    width: 150px;
    margin-top: 50px;
    font-size: 12px;
  }
  .header_graphic.firstvisit_graphic {
    width: 150px;
  }
  .header_graphic.faq_graphic {
    width: 100px;
  }
  .header_graphic.emergency_graphic {
    width: 300px;
    height: 75px;
    text-align: left;
  }
  .header_graphic.childdental_graphic {
    width: 300px;
    margin-left: 0px;
  }
  .header_graphic.specialist_services {
    width: 300px;
  }
  .header_graphic.private_health_graphic {
    width: 310px;
  }
  .services_img {
    height: 150px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .aboutus_desc {
    padding-right: 19px;
    padding-left: 19px;
  }
  .aboutus_div {
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .face_div {
    display: block;
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .doctorquote {
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
    float: none;
    font-size: 18px;
  }
  .doctor_desc {
    padding-right: 26px;
    padding-left: 26px;
    text-align: left;
  }
  .doctor_name {
    bottom: -21px;
    font-size: 14px;
  }
  .staff_desc {
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }
  .contact_map {
    width: 300px;
    height: 300px;
    text-align: left;
  }
  .contact_map2 {
    width: 300px;
    height: 300px;
  }
  .hero_desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.09));
    background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.09));
    color: white;
    font-size: 16px;
    text-align: center;
  }
  .hero_maintext {
    margin-right: 15px;
    font-size: 52px;
  }
  .since-1995 {
    font-size: 20px;
    line-height: 21px;
  }
  .operating-hours-heading {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
  }
  .location-desc {
    padding-right: 16px;
    padding-left: 16px;
  }
  .locations {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .patient_info_desc {
    padding-right: 12px;
    padding-left: 12px;
  }
  .new_patient-form {
    float: left;
    color: #69d4ff;
  }
  .new_patient-form.pdf {
    color: #fc4949;
  }
  .fa.fa-file-word-o {
    display: block;
    margin-left: 12px;
  }
  .fa.fa-file-pdf-o {
    display: block;
    margin-left: 12px;
  }
  .faq_headings {
    line-height: 26px;
  }
  .emerg_desc {
    margin-right: 13px;
    margin-left: 13px;
  }
  .booking_form {
    padding-right: 3px;
    padding-left: 3px;
  }
  .hcf-logo {
    top: 33%;
    margin-top: 12px;
    padding-top: 0px;
    float: none;
  }
  .hcf_details {
    position: relative;
    left: 0px;
    top: 20%;
    right: 0px;
    margin-top: 0px;
    font-size: 19px;
    line-height: 21px;
  }
  .hcf_desc {
    position: relative;
    left: 0px;
    top: 33%;
    right: 0px;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
    font-size: 13px;
    line-height: 12px;
  }
  .tabs_headings {
    font-size: 13px;
  }
  .cdbs_tabs {
    background-position: 50% 100%;
    background-size: 80%;
  }
  .gd-div {
    width: 98%;
    margin-left: 1%;
  }
  .free_oral_heading {
    font-size: 17px;
    line-height: 25px;
  }
  .child_dental_container {
    padding-left: 13px;
  }
  .faq_container {
    padding-left: 8px;
  }
  .hero_cont {
    margin-top: 15px;
  }
  .tabs-menu {
    display: block;
    width: 100%;
    margin-top: -5px;
  }
  .hours_list {
    text-align: left;
  }
  .booking_desc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gallery_div {
    width: 100%;
  }
  .thumbnail {
    width: 100%;
    float: left;
  }
  .emergency_heading {
    position: absolute;
    left: 0px;
    top: 7%;
    right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .navbar_cont {
    height: 65px;
  }
  .news_list_desc {
    font-size: 14px;
    line-height: 14px;
  }
  .lightbox {
    display: inline-block;
    width: 100%;
  }
  .times {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer {
    height: auto;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BoldIt.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-Light.otf') format('opentype'), url('../fonts/ProximaNovaCond-LightIt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SemiboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}