* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 24px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-sm {
  max-width: 1200px;
}

.container-xl {
  max-width: 1390px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: 42px;
  margin-bottom: 22px;
  font-family: "Arvo", serif;
  font-weight: bold;
}
h1 strong {
  color: #000;
}
h1 em {
  font-size: 31px;
  display: block;
}
h1 a {
  display: block;
}

h2 {
  font-size: 36px;
  font-family: "Arvo", serif;
  font-weight: bold;
  margin-bottom: 45px;
}

h3 {
  font-size: 34px;
  font-family: "Arvo", serif;
  font-weight: bold;
  margin-bottom: 45px;
}

h6 {
  font-weight: 700;
  color: #404348;
  font-size: 16px;
  margin-bottom: 3px;
}

.main-section {
  display: block;
  margin: 0;
}

p {
  margin: 0;
  padding-bottom: 20px;
}

.d-flex {
  flex-wrap: wrap;
  display: flex;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.logo {
  font-size: 0;
}
.logo img {
  width: 294px;
}

.header {
  background: #fff;
}
.header .container {
  padding-top: 20px;
  padding-bottom: 30px;
}

.call-ico img {
  width: 19px;
}

.btn {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  height: 60px;
  background: #0095a8;
  border: 2px solid #0095a8;
  line-height: 56px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn:hover {
  background: transparent;
  color: #0095a8;
}
.btn.btn-org {
  color: #004a98;
  background: #fec526;
  border-color: #fec526;
}
.btn.btn-org:hover {
  background: transparent;
  color: #fec526;
}

.head-right {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.header .btn {
  font-size: 18px;
  height: 48px;
  line-height: 44px;
  border-radius: 4px;
  display: inline-block;
}

.hero-section {
  position: relative;
  background: #cceaee;
  padding: 20px 0;
  font-size: 0;
}
.hero-section > figure {
  height: 100%;
}
.hero-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section:before {
  width: 100%;
  height: 100%;
  border: 20px solid #fec526;
  border-right: 0;
  border-left: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: calc(100% - 40px);
}

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

.hero-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 4;
}
.hero-txt h1 {
  margin: 0;
}
.hero-txt img {
  width: auto;
  height: auto;
}
.hero-txt .hero-logo {
  font-size: 0;
}
.hero-txt .hero-txt-in {
  max-width: 462px;
}
.hero-txt p {
  font-size: 32px;
}

.footer {
  background: #004a98;
  padding: 70px 0 42px;
  position: relative;
  color: #fff;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fec526;
  width: 100%;
  height: 20px;
}
.footer .logo img {
  max-width: 250px;
}
.footer .container {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.smiles img {
  width: 161px;
}

.social {
  padding-left: 30px;
}
.social ul {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.social ul li img {
  width: 42px;
}

.contact {
  text-align: center;
  max-width: 280px;
}
.contact a {
  font-family: "Arvo", serif;
  font-weight: bold;
  display: inline-block;
}
.contact a:hover {
  color: #fec526;
}
.contact a + a {
  margin-top: 18px;
}

.your-smile {
  padding: 45px 0 50px;
}

.smile-left {
  width: 500px;
  font-size: 0;
  max-width: 500px;
}
.smile-left img + img {
  margin-top: 42px;
}

.smile-right {
  margin-top: -8px;
  padding-left: 85px;
  max-width: calc(100% - 500px);
}
.smile-right p {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.smile-right p + p {
  padding-top: 25px;
}

.light-blue {
  background-color: #ccdbea;
  padding: 30px 0;
}

.soon h3 {
  text-transform: uppercase;
  color: #004a98;
}
.soon p {
  font-family: "Arvo", serif;
  font-size: 34px;
  margin: 0;
}
.soon p a {
  text-transform: uppercase;
  text-decoration: underline;
}
.soon p a:hover {
  color: #004a98;
}

.offer-img {
  font-size: 0;
  width: 228px;
  height: 186px;
  margin: 0 auto;
}
.offer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer_wrap {
  row-gap: 60px;
  margin: 0 -15px;
}
.offer_wrap li {
  max-width: 25%;
  width: 25%;
  padding: 0 15px;
}
.offer_wrap li .offer-img {
  margin-bottom: 25px;
}
.offer_wrap li p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  max-width: 228px;
  margin: 0 auto;
}

.offer-sec {
  padding: 40px 0 55px;
}

.patient-sec {
  padding: 40px 0 62px;
  background-image: url("../images/smile_ico.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.patient-sec .smile-right {
  padding: 0 100px 0 0;
}
.patient-sec .smile-right p {
  margin-bottom: 25px;
  padding: 0;
}
.patient-sec .smile-right p strong {
  display: block;
  padding-top: 20px;
}
.patient-sec .smile-right ul {
  margin-bottom: 25px;
  padding-left: 25px;
  font-style: italic;
}
.patient-sec .smile-right ul li {
  padding: 0;
  margin: 0;
  list-style: disc;
}
.patient-sec .smile-right .btn {
  margin-top: 30px;
}

.we-are-help {
  padding: 45px 0 60px;
}
.we-are-help h3 {
  margin-bottom: 45px;
}

.img-gallery ul {
  margin: 0 -15px;
}
.img-gallery ul li {
  font-size: 0;
  max-width: 33.33%;
  width: 33.33%;
  padding: 0 15px;
}

.form-address-sec {
  padding: 40px 0 70px;
}

.address_section {
  padding-top: 10px;
  padding-left: 60px;
}
.address_section p {
  line-height: 1.25;
}
.address_section p span,
.address_section p strong {
  display: block;
}
.address_section a:hover {
  color: #fec526;
}

.office-hours {
  padding-bottom: 45px;
}
.office-hours p {
  padding: 0;
  margin: 0;
}

.google-map {
  font-size: 0;
}

.form-group {
  margin-bottom: 30px;
  padding-right: 20px;
}
.form-group .form-control {
  border: 0;
  border-bottom: 1px solid #333334;
  border-radius: 0;
  height: 56px;
  width: 100%;
  padding: 0 15px;
  color: #333334;
  font-size: 18px;
  outline: none;
}
.form-group label {
  font-size: 18px;
  color: #333334;
  margin: 0;
}
.form-group textarea.form-control {
  height: 140px;
  padding: 15px;
  resize: none;
}

.btn-sec .btn {
  padding: 0 35px;
  font-size: 24px;
  text-transform: capitalize;
  display: block;
  margin: 0 auto;
}

::-moz-placeholder {
  color: #333334;
}

::placeholder {
  color: #333334;
}

@media (min-width: 768px) {
  .w-50 {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 1299px) {
  .hero-section > figure {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .smile-right {
    padding-left: 40px;
  }
  body {
    font-size: 20px;
  }
  .logo img {
    width: 234px;
  }
  h1 {
    font-size: 36px;
  }
  h1 em {
    font-size: 24px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    margin-bottom: 30px;
  }
  h3,
  .soon p {
    font-size: 27px;
  }
  .patient-sec .smile-right {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .header .btn {
    font-size: 14px;
  }
  .head-right {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .logo img {
    width: 200px;
  }
  .header .container {
    padding-bottom: 20px;
  }
  h1 {
    font-size: 24px;
  }
  h1 em {
    font-size: 18px;
  }
  .hero-txt img {
    max-width: 300px;
  }
  .hero-txt .hero-txt-in {
    max-width: 300px;
  }
  .smile-right {
    max-width: 100%;
    width: 100%;
    padding: 25px 0 0;
  }
  .offer_wrap li {
    max-width: 33.33%;
    width: 33.33%;
  }
  .offer_wrap {
    row-gap: 40px;
  }
  .smile-left {
    order: 1;
  }
  .smile-left .d-mob-none {
    display: none;
  }
  .smile-right {
    order: 2;
  }
  .smile-left img + img {
    margin: 0;
  }
  .patient-sec .smile-right {
    padding: 25px 0 0;
  }
  .address_section {
    padding-left: 18px;
  }
  .we-are-help h3 {
    margin-bottom: 30px;
  }
  h2 {
    margin-bottom: 35px;
  }
  .img-gallery ul {
    margin: 0 -5px;
  }
  .img-gallery ul li {
    padding: 0 5px;
  }
  .footer {
    padding: 50px 0 30px;
  }
  .footer .logo img {
    max-width: 180px;
  }
  .contact {
    font-size: 17px;
    max-width: 250px;
  }
  .social {
    padding-left: 0;
  }
  .social ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer .container {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .smiles img {
    width: 120px;
  }
  .contact a + a {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .d-mob-none {
    display: none;
  }
  .btn {
    padding: 0 14px;
    font-size: 18px;
  }
  .logo img {
    max-width: 166px;
  }
  .header .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 10.5px;
    display: block;
    border-radius: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 24px;
  }
  .header .btn + .btn {
    margin-top: 15px;
  }
  .header .container {
    align-items: center !important;
  }
  .head-right {
    max-width: calc(100% - 170px);
    width: 158px;
  }
  .hero-txt img {
    max-width: 190px;
  }
  .hero-txt .hero-txt-in {
    max-width: 190px;
  }
  .offer_wrap li {
    max-width: 50%;
    width: 50%;
  }
  h1 {
    font-size: 21px;
  }
  h1 em {
    font-size: 15px;
  }
  .soon p, h3 {
    font-size: 19px;
  }
  h2 {
    font-size: 20px;
  }
  .offer_wrap li p {
    font-size: 16px;
  }
  .offer_wrap li .offer-img {
    margin-bottom: 15px;
  }
  .hero-section {
    padding: 9px 0;
  }
  .hero-section:before {
    border-width: 9px;
    height: calc(100% - 18px);
  }
  .form-address-sec {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .footer .container {
    row-gap: 45px;
  }
  .footer .container > div {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .social ul {
    justify-content: center;
    gap: 45px;
  }
  .smiles img {
    width: 172px;
  }
  .contact {
    font-size: 24px;
  }
  .contact a + a {
    margin-top: 12px;
  }
  .footer .logo img {
    max-width: 250px;
    width: 250px;
  }
}
@media (max-width: 575px) {
  .header .container {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .hero-txt img {
    max-width: 156px;
  }
  h2 {
    margin-bottom: 15px;
  }
  h3 {
    font-size: 18px;
  }
  h1 {
    font-size: 17px;
  }
  h1 em {
    font-size: 13px;
  }
  .hero-txt .hero-txt-in {
    max-width: 156px;
  }
  .hero-section {
    height: 220px;
  }
  .your-smile {
    padding: 25px 0;
  }
  .smile-left {
    margin: 0 -15px;
  }
  .smile-left img {
    width: 100%;
  }
  body {
    font-size: 16px;
  }
  .smile-right p + p {
    padding-top: 17px;
  }
  .soon p, .soon h3 {
    font-size: 24px;
  }
  .offer_wrap li {
    max-width: 100%;
    width: 100%;
  }
  .offer_wrap {
    row-gap: 25px;
  }
  .patient-sec {
    padding-top: 30px;
    background-size: 50% auto;
  }
  .patient-sec .smile-right p {
    margin-bottom: 15px;
  }
  .patient-sec .smile-right .btn {
    margin-top: 10px;
  }
  .we-are-help {
    padding: 25px 0 0;
  }
  .address_section {
    padding-left: 0;
  }
  .google-map {
    margin: 0 -15px;
  }
  .google-map iframe {
    width: 100%;
    height: 280px;
  }
  .address_section {
    width: 100%;
  }
  .address_section p {
    font-size: 22px;
  }
  .offer-sec {
    padding: 25px 0;
  }
}
@media (max-width: 360px) {
  .logo img {
    max-width: 100px;
  }
  .head-right {
    max-width: calc(100% - 122px);
  }
  .header .btn + .btn {
    margin-top: 6px;
  }
  .soon h3, .soon p {
    font-size: 20px;
  }
  .btn {
    padding: 0 14px;
    font-size: 16px;
  }
  .address_section {
    padding-top: 0;
  }
  .form-address-sec {
    padding-top: 0;
  }
  .address_section p {
    font-size: 18px;
  }
  .office-hours {
    padding-bottom: 25px;
  }
  .google-map iframe {
    height: 220px;
  }
  .social ul {
    justify-content: center;
    gap: 30px;
  }
  .smiles img {
    width: 140px;
  }
  .contact {
    font-size: 18px;
  }
  .contact a + a {
    margin-top: 8px;
  }
  .footer .logo img {
    max-width: 180px;
    width: 180px;
  }
  .footer .container {
    row-gap: 25px;
  }
  h3 {
    font-size: 17px;
  }
  .patient-sec {
    padding-bottom: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
