/**
* Template Name: Appland - v2.3.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Ibarra Real Nova";
  color: #04488B;
  font-weight: bold;
}

h4 {
  font-family: 'Montserrat';
}

p {
  color: black !important;
  font-family: 'Montserrat';
}

.col-md-4 img {
  width: 100% !important;
}

.row:nth-child(1) {
  padding: 50px 0;
}

.faq .container ul li {
  border-top: 1px solid;
  border-color:#279A89;
}
nav {
  width: 100%;
  display: inline-flex;
  position: relative;
}
.nav-menu .get-started a:hover {
  background-color: white !important;
  border: 1px solid black;
  color: black !important;
}
.menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menu ul {
  padding: 0;
}
.menu ul li {
  display: inline-flex;
}
.menu ul li a {
  padding: 10px;
  text-transform: uppercase;
}
.mobile-nav .d-lg-none {
  display: none !important;
}
.mobile-nav .d-lg-none .get-started a {
  display: none !important;
}
.mobile-nav .d-lg-none:nth-child(2) {
  display: none !important;
}
.mobile-nav {
  display: block;
}
.container .logo_v1 {
  position: absolute;
  left: -3%;
}
.bx {
  font-size: xx-large;
}
.owl-carousel .prev-slide{
  background: #04488B no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(/assets/img_2/arrow.png) no-repeat scroll;
  right: -33px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 2.5%;
  top: 40%;
}
.owl-carousel .owl-nav.disabled {
  display: contents;
}
#testimonials .owl-carousel .owl-nav button.owl-prev, button.owl-next {
    color: white !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background:#04488B;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #748ec6;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 75px;
}
.col-md-8 {
  max-width: 50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: auto;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo.mr-auto {
  margin: 0 !important;
  left: 2%;
  position: relative;
}

#header .logo img {
  margin: 0;
  height: 40px;
}
.logo.mr-auto .text-light:nth-child(2) {
  position: absolute;
}
.logo.mr-auto .text-light:nth-child(2) a img {
  height: 45px;
}
#header .container {
  position: relative;
  width: 90% !important;
  margin: 0 auto !important;
  height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-flex;
}

.nav-menu .get-started a {
  position: relative;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #47536e;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 11px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #279A89;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #279A89;
  color: #fff;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #748ec6;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5777ba;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5777ba;
}

.mobile-nav a {
  display: none;
}
nav.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: visible;
  padding: 10px 0;
  height: 0;
}

nav.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.mobile-nav a {
  display: block;
  position: relative;
  color: #47536e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav {
  list-style: none;
}

nav.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5777ba;
  text-decoration: none;
}

nav.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

nav.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

nav.mobile-nav .drop-down > a {
  padding-right: 35px;
}

nav.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

nav.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  width: auto;
  text-align: center;
  height: fit-content;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav img {
  height: 40px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  margin-bottom: -75px;
  background-image: url(/assets/img_2/fogimplantatum_miskolc_rendelo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 600px;
}

#hero::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  color:#04488B;
}

#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
  font-family: 'Montserrat';
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin-left: 20px;
}
#hero .container {
  width: 80%;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #279887 !important;
  text-transform: uppercase;
  font-weight: bold;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content:first-child {
  width: 70%;
}

.container .row:first-child .col-md-8 {
  flex: 0 0 100.666667% !important;
  max-width: 100.666667% !important;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}
.features .container {
  width: 80%;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #145493;
  padding-left: 0;
}

.details .content ul {
  list-style: none;
  padding: 0;
  display: table-cell;
}

.details .content ul li {
  padding-bottom: 20px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5777ba;
}

.details .content p:last-child {
  margin-bottom: 0;
}

.details img {
  padding-right: 10px;
}
.details .container {
  width: 80%;
}

/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
.room {
  padding: 100px 0 0 0;
}
.room .row {
  width: 100%;
}
.room .row h3 {
  padding: 0;
  width: 70%;
  position: relative;
  left: 20%;
  color: #04488B;
}
.room .row p {
  padding: 0;
  width: 70%;
  position: relative;
  left: 20%;
}
.room .row img {
  position: relative;
  right: -10%;
}

/*--------------------------------------------------------------
# Prices
--------------------------------------------------------------*/
.prices {
  background-color: #E1EEF8;
}
.prices .row {
  width: 100%;
}
.prices .row h3 {
  padding: 0;
  width: 50%;
  position: relative;
  left: 100%;
  color: #04488B;
}
.prices .row p {
  padding: 0;
  width: 50%;
  position: relative;
  left: 100%;
  margin-bottom: 40px;
}
.prices .row img {
  position: relative;
  right: 125%;
}
.prices .row a:hover {
  background-color: white !important;
  border: 1px solid black;
  color: black !important;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .row {
  width: 100%;
}
.about .row h3 {
  padding: 0;
  width: 50%;
  position: relative;
  left: 100%;
  color: #04488B;
}
.about .row p {
  padding: 0;
  width: 50%;
  position: relative;
  left: 100%;
}
.about .row img {
  position: relative;
  right: 125%;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
  background-color: #E1EEF8;
  margin-bottom: 10px;
}

.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eff2f8 !important;
}

.gallery .owl-dot.active {
  background-color: #5777ba !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .center {
  transform: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.gallery .owl-item {
  transform: none !important;
  background-color: white;
}
.owl-item .cloned {
  margin: 0 20px;
}
.owl-item p, h3 {
  padding: 15px;
  margin: 0;
}
.gallery .owl-carousel .owl-stage-outer {
  position: relative;
}

.implant {
  background-color: #DCF4EF;
  padding-bottom: 100px;
}
.implant h2 {
  text-align: center;
}
.implant h4 {
  text-align: center;
  padding: 50px 0px 20px 0px;
  color: #50AEA0;
  font-weight: bold;
  text-transform: uppercase;
}
.implant p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.implant .implant-content {
  width: 80%;
  margin: 0 auto;
  background-color: white;
}
.implant-box {
  display: flex;
  border: 1px solid #DCF4EF;
}
.implant-box p {
  width: 100%;
  text-align: left;
  padding: 0;
}
.implant-box:nth-child(2), .implant-box:nth-child(4) {
  display: block;
  padding: 50px;
}
.implant-box .implant-box-item {
  border: 1px solid #DCF4EF;
  width: 50%;
  padding: 50px;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 250px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin: 10px 0 5px 0;
  color: #279A89;
  text-transform: uppercase;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-family: 'Montserrat';
  font-weight:500;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
  position: relative;
  top: -100px;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #145493 !important;
}
.testimonials .container {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .details .content ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5777ba;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #47536e;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #5777ba;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #5777ba;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Ibarra Real Nova';
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  outline: none;
  color:#04488B;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
}

.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color:#04488B;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}
.faq .container {
  width: 80%;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Quot
--------------------------------------------------------------*/
.details .quot {
  position: relative;
  margin: 0 auto;
  border: 2px solid #DCF4EF;
  height: 300px;
  width: 100%;
  top: 50px;
  margin-bottom: 50px;
}
.quot {
  position: relative;
  margin: 0 auto;
  border: 2px solid #DCF4EF;
  height: 300px;
  width: 90%;
  margin-bottom: 50px;
}
.quot h3 {
  position: relative;
  top: 40px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.quot-btn {
  position: relative;
  top: 50px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  justify-content: center;
  display: inline-flex;
}
.quot-btn a {
  padding: 20px 35px;
  margin: 0 10px;
  color: white;
  background-color: #279887;
  font-weight: bold;
  font-family: 'Montserrat';
}
.quot-btn a:hover {
  background-color: white;
  color: #101d30;
  border: 1px solid #101d30;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contactus {
  width: 100%;
  text-align: center;
  display: flex;
  background-color: #DCF4EF;
  padding: 100px 0;
}
.contactus img {
  position: absolute;
  left: 10%;
}
.contactus .contactus-item {
  text-align: left;
  position: relative;
  left: 25%;
}
.contactus .contactus-item:nth-child(2) {
  position: relative;
  left: 12%;
}
.contactus .contactus-item h3 {
  padding: 15px 0;
  color: #04488B;
}
.contactus .contactus-item h5 {
  padding: 15px 0;
}
.contactus .contactus-item p {
  line-height: 50px;
}
.contactus .contactus-item a {
  background: #279A89;
  color: #fff;
  padding: 20px 35px;
  font-family: 'Montserrat';
  font-weight: bold;
}
.contactus .contactus-item a:hover {
  background-color: white !important;
  border: 1px solid black;
  color: black !important;
}
.contactus-item .map iframe {
  width: 150%;
  height: 400px;
  position: relative;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  margin-right: 50px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #8a8c95;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color:#04488B !important;
  font-family: 'Ibarra Real Nova';
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4 a {
    color: #04488B !important;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-right: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}
#footer .row h3 {
  padding-top: 0px !important;
  padding-left: 0px !important;
}
#footer .container {
  width: 80%;
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  #main {
    margin-top: 0;
  }
  .row:nth-child(1) {
    padding: 0;
  }
  #features {
    padding: 0;
  }
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
    text-align: left;
  }

  #hero {
    padding: 0;
    background-size: 220%;
    background-position: top;
    background-position-x: -320px;
    height: 500px;
  }

  #hero .container {
    width: 100%;
    padding: 0;
  }

  #hero .container .row {
    width: 50%;
    text-align: left;
    margin-left: 5px;
    margin-top: -200px;
  }

  #hero .container .row h2 {
    width: 150%;
  }

  #header .container .logo {
    margin: 0 !important;
  }
  .container .logo_v1 {
    height: 40px;
  }
  .mobile-nav {
    width: max-content;
    height: max-content;
  }
  .features .container {
    width: 100%;
  }
  .features .content:first-child {
    width: 100%;
    margin-top: 50px;
}
.features .container .row h1 {
  width: 90%;
  margin: 0 auto;
}
.features .container .row p {
  width: 90%;
  margin: 0 auto;
}
#features {
  padding-bottom: 0px;
  padding-top: 150px;
}
.col-md-8 {
  max-width: 100%;
}

#details {
  padding-top: 0px;
}
.details .container {
  width: 100%;
}

.quot h3 {
  font-size: 20px;
}
.quot-btn {
  display: grid;
}

.about .row {
  margin: 0 auto;
}
.about .row img {
  left: 0;
}
.about .row h3 {
  left: 0;
  width: 100%;
}
.about .row p {
  left: 0;
  width: 100%;
}

.testimonials .container {
  width: 100%;
  padding: 0;
}
.testimonials .testimonial-item {
  height: 450px;
}
.testimonials .testimonial-item p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.testimonials .owl-carousel {
  width: 100%;
    margin: 0 auto;
}
.testimonials .owl-dots {
  top: -80px;
}

.implant .implant-content {
  width: 90%;
}
.implant-content .implant-box {
  display: block;
}
.implant-content .implant-box .implant-box-item {
  width: 100%;
  padding: 30px;
}
.implant-box:nth-child(2), .implant-box:nth-child(4) {
  padding: 30px;
}
.implant p {
  width: 100%;
}

.room {
  padding: 50px 0;
}
.room .row {
  margin: 0 auto;
}
.room .row img {
  right: 0;
}
.room .row p {
  width: 100%;
  left: 0;
}
.room .row h3 {
  width: 100%;
  left: 0;
}

.prices {
  padding: 50px 0;
}
.prices .row {
  margin: 0 auto;
}
.prices .row img {
  right: 0;
}
.prices .row p {
  width: 100%;
  left: 0;
}
.prices .row h3 {
  width: 100%;
  left: 0;
}
.prices a {
  left: 0 !important;
}

.contactus {
  display: block;
  padding: 20px 0;
}
.contactus img {
  width: 100%;
  left: 0;
}
.contactus .contactus-item {
  left: 0;
  width: 90%;
  margin: 0 auto;
}
.contactus .contactus-item:nth-child(2) {
  left: 0;
}
.contactus .contactus-item .map iframe {
  width: 100%;
  height: 300px;
}

.faq .container {
  width: 100%;
  margin: 0 auto;
}

#footer .container {
  width: 100%;
}

#footer .footer-top .footer-contact {
  margin: 10px 0;
}
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100% !important;
}

@media (min-width: 481px) and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  #main {
    margin-top: 0;
  }
  .row:nth-child(1) {
    padding: 0;
  }
  #features {
    padding: 0;
  }
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
    text-align: left;
  }

  #hero {
    padding: 0;
    background-position: top;
    background-position-x: right;
    height: 300px;
  }

  #hero .container {
    width: 100%;
    padding: 0;
  }

  #hero .container .row {
    width: 50%;
    text-align: left;
    margin-left: 30px;
    margin-top: -10px;
  }

  #hero .container .row h2 {
    width: 150%;
  }

  #header .container .logo {
    margin: 0 !important;
  }
  .container .logo_v1 {
    height: 40px;
  }
  .mobile-nav {
    width: max-content;
  }

  .features .container {
    width: 90%;
  }
  .features .content:first-child {
    width: 100%;
}
.features .container .row h1 {
  width: 90%;
  margin: 0 auto;
}
.features .container .row p {
  width: 90%;
  margin: 0 auto;
}
#features {
  padding-bottom: 0px;
  padding-top: 150px;
}

#details {
  padding-top: 0px;
}
.details .container {
  width: 90%;
}

.quot h3 {
  font-size: 20px;
}
.quot-btn {
  display: grid;
}
.col-md-4 {
  width: 90%;
  margin: 0 auto;
}
.about .row .col-md-8 {
  width: 90%;
  margin: 0 auto;
}
.about {
  margin: 0 auto;
}
.about .row {
  margin: 0 auto;
}
.about .row img {
  left: 0;
}
.about .row h3 {
  left: 0;
  width: 100%;
}
.about .row p {
  left: 0;
  width: 100%;
}

.gallery .container .owl-item {
  width: 370px !important;
}

.testimonials .container {
  width: 90%;
  padding: 0;
}
.testimonials .testimonial-item {
  height: 250px;
}
.testimonials .testimonial-item p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.testimonials .owl-carousel {
  width: 100%;
    margin: 0 auto;
}
.testimonials .owl-dots {
  top: -80px;
}

.implant .implant-content {
  width: 90%;
}
.implant-content .implant-box {
  display: block;
}
.implant-content .implant-box .implant-box-item {
  width: 100%;
  padding: 30px;
}
.implant-box:nth-child(2), .implant-box:nth-child(4) {
  padding: 30px;
}
.implant p {
  width: 100%;
}

.room {
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
.room .row {
  margin: 0 auto;
}
.room .row img {
  right: 0;
}
.room .row p {
  width: 100%;
  left: 0;
}
.room .row h3 {
  width: 100%;
  left: 0;
}
.col-md-8 {
  max-width: 100%;
}
.prices {
  padding: 50px 0;
  width: 100%;
}
.prices .row {
  margin: 0 auto;
  width: 90%;
}
.prices .row img {
  right: 0;
}
.prices .row p {
  width: 100%;
  left: 0;
}
.prices .row h3 {
  width: 100%;
  left: 0;
}
.prices a {
  left: 0 !important;
}

.contactus {
  display: block;
  padding: 20px 0;
}
.contactus img {
  width: 100%;
  left: 0;
}
.contactus .contactus-item {
  left: 0;
  width: 90%;
  margin: 0 auto;
}
.contactus .contactus-item:nth-child(2) {
  left: 0;
}
.contactus .contactus-item .map iframe {
  width: 100%;
  height: 300px;
}

.faq .container {
  width: 90%;
  margin: 0 auto;
}

#footer .container {
  width: 90%;
}

#footer .footer-top .footer-contact {
  margin: 10px 0;
}
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100% !important;
}

@media (min-width: 769px) and (max-width: 990px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  #main {
    margin-top: 0;
  }
  .row:nth-child(1) {
    padding: 0;
  }
  #features {
    padding: 0;
  }
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
    text-align: left;
  }

  #hero {
    padding: 0;
    background-position: top;
    background-position-x: right;
    height: 400px;
  }

  #hero .container {
    width: 100%;
    padding: 0;
  }

  #hero .container .row {
    width: 50%;
    text-align: left;
    margin-left: 30px;
    margin-top: -10px;
  }

  #hero .container .row h2 {
    width: 150%;
  }

  #header .container .logo {
    margin: 0 !important;
  }

  .mobile-nav {
    width: max-content;
  }
  .features {
    display: flex;
  }
  .features .container {
    width: 90%;
  }
  .features .content:first-child {
    width: 50%;
}
.features .container .row h1 {
  width: 90%;
  margin: 0 auto;
}
.features .container .row p {
  width: 90%;
  margin: 0 auto;
}
#features {
  padding-bottom: 0px;
  padding-top: 150px;
}
.features .image img {
  max-width: 40%;
  position: absolute;
  right: 0;
}
.col-md-8 {
  max-width: 40% !important;
}

#details {
  padding-top: 0px;
}
.details .container {
  width: 80%;
}

.quot h3 {
  font-size: 20px;
}
.quot-btn {
  display: grid;
}

.about {
  margin: 0 auto;
}
.about .row {
  margin: 0 auto;
}
.about .row img {
  left: 30%;
  width: 350px !important;
}

.about .row h3 {
  left: 15%;
  width: 90%;
}
.about .row p {
  left: 15%;
  width: 90%;
}

.testimonials .container {
  width: 90%;
  padding: 0;
}
.testimonials .testimonial-item {
  height: 250px;
}
.testimonials .testimonial-item p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.testimonials .owl-carousel {
  width: 100%;
    margin: 0 auto;
}
.testimonials .owl-dots {
  top: -80px;
}

.gallery .container {
  width: 90%;
}

.implant .implant-content {
  width: 90%;
}
.implant-content .implant-box {
  display: block;
}
.implant-content .implant-box .implant-box-item {
  width: 100%;
  padding: 30px;
}
.implant-box:nth-child(2), .implant-box:nth-child(4) {
  padding: 30px;
}
.implant p {
  width: 100%;
}

.room .row img {
  left: 30%;
  width: 350px !important;
}
.room .row p {
  width: 100%;
  left: 15%;
}
.room .row h3 {
  width: 100%;
  left: 15%;
}

.prices {
  padding: 50px 0;
}
.prices .row img {
  left: -120%;
  width: 350px !important;
}
.prices .row p {
  left: 140%;
  width: 100%;
}
.prices .row h3 {
  left: 140%;
  width: 100%;
}
.prices .row a {
  left: 140% !important;
}

.contactus .contactus-item:nth-child(2) {
  left: 10%;
}
.contactus .contactus-item {
  left: 0;
}
.faq .container {
  width: 90%;
  margin: 0 auto;
}
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100% !important;
}

@media (min-width: 991px) and (max-width: 1439px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  #main {
    margin-top: 0;
  }
  .row:nth-child(1) {
    padding: 0;
  }
  #features {
    padding: 0;
  }
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
    text-align: left;
  }
  .d-none {
    display: none !important;
  }
  .d-lg-none {
    display: block !important;
  }
  #header .logo.mr-auto {
    margin: 0 !important;
    left: 2%;
    position: relative;
  }
  .logo.mr-auto .text-light:nth-child(2) {
    position: absolute;
    display: none;
  }
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  
  .nav-menu .get-started a {
    position: relative;
  }

  #hero {
    padding: 0;
    background-position: top;
    background-position-x: right;
    height: 400px;
  }

  #hero .container {
    width: 100%;
    padding: 0;
  }

  #hero .container .row {
    width: 50%;
    text-align: left;
    margin-left: 30px;
    margin-top: -10px;
  }

  #hero .container .row h2 {
    width: 150%;
  }

  #header .container .logo {
    margin: 0 !important;
  }

  .mobile-nav {
    width: max-content;
  }
 
  .features .container {
    width: 90%;
    padding-bottom: 50px;
  }
  .features .container .col-xl-7 {
    width: 60%;
  }
  .features .container .col-xl-5 {
    width: 30%;
  }
  .features .content:first-child {
    width: 70%;
    position: relative;
    left: 0%;
}
.features .container .row h1 {
  width: 90%;
  margin: 0 auto;
}
.features .container .row p {
  width: 90%;
  margin: 0 auto;
}
.features .container .image img {
  height: 400px;
  position: relative;
  right: 10%;
}
#features {
  padding-bottom: 0px;
  padding-top: 150px;
}

#details {
  padding-top: 0px;
}
.details .container {
  width: 80%;
}
.details .quot {
  width: 80%;
  height: 200px;
}

.quot h3 {
  font-size: 20px;
}

.about {
  margin: 0 auto;
}
.about .row {
  margin: 0 auto;
}
.about .row h3 {
  left: 100%;
}
.about .row p {
  left: 100%;
  width: 80%;
}
.about .row img {
  width: 400px !important;
  right: 150%;
}
.about .row .col-md-8 {
  padding: 0px !important;
}
.testimonials .container {
  width: 70%;
  padding: 0;
}
.testimonials .testimonial-item {
  min-height: 200px !important;
}
.testimonials .testimonial-item p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.testimonials .owl-carousel {
  width: 100%;
    margin: 0 auto;
}
.testimonials .owl-dots {
  top: -80px;
}

.implant .implant-content {
  width: 80%;
}
.implant-content .implant-box {
  display: block;
}
.implant-content .implant-box .implant-box-item {
  width: 100%;
  padding: 30px;
}
.implant-box:nth-child(2), .implant-box:nth-child(4) {
  padding: 30px;
}
.implant p {
  width: 100%;
}
.quot {
  height: 200px;
  width: 70%;
}
.room .row .col-md-8 {
  padding-top: 0px !important;
}
.room .row h3 {
  width: 80%;
}
.room .row p {
  width: 80%;
}
.room .row img {
  left: 10%;
  width: 400px !important;
}
.prices {
  padding: 50px 0;
}
.prices .row img {
  left: -150%;
  width: 400px !important;
}
.prices .row p {
  left: 100%;
  width: 80%;
}
.prices .row h3 {
  left: 100%;
}
.prices .row a {
  left: 100% !important;
}
.prices .row .col-md-8 {
  padding: 0px !important;
}

.contactus .contactus-item:nth-child(2) {
  left: 10%;
}
.contactus .contactus-item {
  left: 15%;
}
.faq .container {
  width: 90%;
  margin: 0 auto;
}
}
.contactus-item .map iframe {
  width: 100%;
  height: 300px;
  position: relative;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100% !important;
}

@media (min-width: 1440px) {
  .container .logo_v1 {
    display: none;
  }
  .logo.mr-auto {
    position: absolute !important;
    left: -5% !important;
    top: -20px;
  }
  .nav-menu {
    position: absolute !important;
    right: -2%;
  }

  .contactus .contactus-item:nth-child(2) {
    left: 10%;
  }

  .contactus .contactus-item {
    text-align: left;
    position: absolute;
    left: 60%;
}
.contactus-item .map iframe {
  width: 150%;
  height: 400px;
  position: relative;
}

  #features .container .content .row {
    display: block;
  }

  .details .quot {
    height: 250px;
  }
  .quot {
    width: 80%;
    height: 250px;
  }

  .gallery .owl-carousel .owl-stage-outer {
    position: relative;
    margin: 0 100px;
  }

  .prices .row.content a {
    left: 100% !important;
  }
}
