/*
BASE
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a:link,
a:hover,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

select {
  border: none;
  outline: none;
}

input,
textarea,
button {
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #282828;
  position: relative;
}

.section {
  padding: 40px 0;
}

.section h2 {
  font: 40px/50px "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section h3 {
  font: 30px/40px "Poppins", sans-serif;
  margin-bottom: 15px;
}

.section h4 {
  font: 600 25px/30px "Poppins", sans-serif;
  margin-bottom: 15px;
}

.section h5 {
  font: 600 20px/30px "Poppins", sans-serif;
  margin-bottom: 5px;
}

.section p {
  font: 15px/25px "Open Sans", sans-serif;
  color: #282828;
  margin-bottom: 15px;
}

.section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.section li {
  font: 15px/25px "Open Sans", sans-serif;
  margin-bottom: 5px;
}

.section p span,
.section li span {
  font-weight: 700;
}

.section p:last-child,
.section ul:last-child,
.section li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section img {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

/*
LAYOUT
*/
.section-header {
  background: #b4dcf0;
  padding: 10px 0;
}

.section-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  line-height: 0;
}

.header-contact {
  display: flex;
  flex-direction: column;
}

.header-contact p {
  font: 14px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.header-contact .header-call {
  font: 700 20px/30px "Open Sans", sans-serif;
  color: black;
  display: block;
  height: 30px;
}

.header-contact .header-call i {
  font-size: 20px;
  margin-right: 5px;
}

.section-banner {
  background-image: url("../images/img-banner.png"), url("../images/banner-bg.jpg");
  background-position: left 22.5% center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  min-height: 500px;
  padding: 0;
  border-bottom: 10px solid #4b7d87;
}

.section-banner h2 {
  font-weight: 600;
  color: #64af87;
  margin-bottom: 5px;
}

.section-banner h5 {
  margin-bottom: 0;
}

.section-banner p {
  font: 20px/30px "Open Sans", sans-serif;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-banner img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-banner {
    background: url("../images/banner-bg.jpg") center center no-repeat;
    background-size: cover;
  }
}

.banner-sp {
  display: none;
}
@media (max-width: 1439px) {
  .section-banner {
    background-position: left 10.5% center, center center;
  }
}
@media (max-width: 1366px) {
  .section-banner {
    background-position: left 11.5% center, center center;
    min-height: 464px;
  }
}
@media (max-width: 1024px) {
  .section-banner {
    background-position: left -4.5% center, center center;
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .banner-sp {
    display: block;
  }
  .section-banner {
    background-position: left 0 center, center center;
    
  }
}

@media (max-width: 767px) {
  .tagline-sp {
    color: white;
    text-align: center;
    background: #4b7d96;
    padding: 40px 20px;
  }

  .tagline-sp p {
    font: 16px/20px "Open Sans", sans-serif;
    color: white;
  }

  .tagline-sp h2 {
    font: 600 35px/40px "Poppins", sans-serif;
    color: #96f0b4;
  }

  .tagline-sp h5 {
    font: 600 16px/20px "Poppins", sans-serif;
  }
}

.section-try p {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-enquiry {
  text-align: center;
  background: #19324b;
}

.section-enquiry h3 {
  font: 300 25px/35px "Open Sans", sans-serif;
  color: #96f0b4;
  margin-bottom: 10px;
}

.section-enquiry h3 a {
  font-weight: 600;
}

@media (max-width: 575px) {
  .section-enquiry h3 a {
    display: block;
  }
}

@media (max-width: 575px) {
  .section-enquiry h3 span {
    display: block;
  }
}

.section-enquiry p {
  color: white;
}

.section-doctor {
  padding: 0;
}

.section-doctor .container {
  background: #e1faff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 10px solid #4b7d87;
}

@media (max-width: 575px) {
  .section-doctor h4 span {
    display: block;
  }
}

.section-how p {
  font-weight: 600;
}

.section-ad {
  text-align: center;
}

.section-service {
  padding: 0;
}

.section-service .container {
  background: #e1faff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 10px solid #4b7d87;
}

@media (max-width: 767px) {
  .section-location iframe {
    margin-bottom: 20px;
  }
}

.section-thankyou {
  text-align: center;
}

.section-thankyou a {
  font: 600 14px/20px "Poppins", sans-serif;
  text-transform: uppercase;
  color: white;
  background: #76d2a0;
  display: inline-block;
  padding: 10px 20px;
}

.section-footer {
  font: 14px/20px "Open Sans", sans-serif;
  color: white;
  text-align: center;
  background: #73c8a0;
  padding: 20px 0;
}

/*# sourceMappingURL=main.css.map */
