@font-face {
  font-family: "Work Sans";
  src: url(/styles/fonts/WorkSans-Light.otf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Work Sans";
  src: url(/styles/fonts/WorkSans-Regular.otf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Work Sans";
  src: url(/styles/fonts/WorkSans-Medium.otf);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Baskerville";
  src: url(/styles/fonts/Baskerville-01.ttf);
  font-weight: 400;
  font-style: normal; }

body {
  font-family: "Work Sans", sans-serif;
  color: #00a8af;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 0;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
  body {
    font-size: 16px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h1, .h1 {
  font-size: 55px; }
  @media only screen and (max-width: 1499px) {
  h1, .h1 {
    font-size: 50px; } }
  @media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 45px; } }
  @media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px; } }
  @media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 41px; } }

h2, .h2 {
  font-size: 45px; }
  @media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px; } }
  @media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 35px; } }
  @media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 30px; } }

h3, .h3 {
  font-size: 38px; }
  @media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 34px; } }
  @media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 30px; } }
  @media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 26px; } }

h4, .h4 {
  font-size: 34px; }
  @media only screen and (max-width: 1199px) {
  h4, .h4 {
    font-size: 30px; } }
  @media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 26px; } }
  @media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 24px; } }

h5, .h5 {
  font-size: 28px; }
  @media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 24px; } }
  @media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px; } }

h6, .h6 {
  font-size: 22px; }
  @media only screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 18px; } }

a:hover, a:focus {
  color: #00a8af; }

.work-sans {
  font-family: 'Work Sans', sans-serif; }

.bigger-text {
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
  .bigger-text {
    font-size: 18px; } }

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

.wrap {
  max-width: 1920px;
  margin: 0 auto; }

.wrap-bg-main-color {
  background-color: #00a8af;
  color: #fff; }

.custom-button {
  display: inline-block;
  background-color: #00a8af;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px 24px;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .custom-button:hover, .custom-button:focus {
    background-color: #00777c;
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none; }
  @media only screen and (max-width: 991px) {
  .custom-button {
    font-size: 18px; } }

@media only screen and (min-width: 1499px) {
  /* ------------------------- */
  /* -------- NAVBAR --------- */
  /* ------------------------- */
    .container {
      width: 1370px; } }

.navbar {
  max-width: 1920px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto; }
  .navbar .navbar-collapse {
    text-align: right; }

.navbar-brand {
  padding: 15px 10px 0 10px; }

.navbar-nav > li > a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 12px; }

.navbar-nav > li {
  border-bottom: none; }

.navbar-nav li:hover {
  border-bottom: none; }

.navbar-nav {
  border-top: none;
  padding-top: 12px;
  padding-right: 50px; }
  .navbar-nav li a {
    color: #fff !important;
    text-decoration: none; }
    .navbar-nav li a:hover, .navbar-nav li a:focus {
      color: #fff !important;
      text-decoration: underline; }
  .navbar-nav > li.active a {
    text-decoration: underline; }

.navbar-default .navbar-toggle {
  border: none;
  margin-right: 0; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    border-color: transparent;
    background-color: transparent; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    background-color: #fff; }

@media only screen and (min-width: 992px) {
  .navbar-nav > li.active {
    border-bottom: none; }
    .navbar-nav > li.active a {
      background: none; } }

@media only screen and (max-width: 991px) {
  /* ------------------------- */
  /* -------- COLLAPSE --------- */
  /* ------------------------- */
    .navbar {
      background-color: rgba(0, 168, 175, 0.9); }
      .navbar .navbar-collapse {
        text-align: left; }
    .navbar-brand {
      padding: 5px 0 5px 15px; }
    .navbar-collapse ul li a {
      border-bottom: 1px solid #fff; }
      .navbar-collapse ul li a:before {
        color: #fff; }
      .navbar-collapse ul li a:hover {
        background: #00777c !important;
        border-bottom: 1px solid #fff;
        color: #fff !important; }
      .navbar-collapse ul li a:hover:before {
        color: #fff !important; }
    .navbar-nav {
      padding-right: 0; }
    .navbar-nav > li.active a {
      background: #009096 !important;
      border-bottom: 1px solid #fff;
      color: #fff !important; }
      .navbar-nav > li.active a:before {
        color: #fff; } }

.panel-group {
  margin-bottom: 0; }

.panel {
  background-color: #00777c; }

.panel-default {
  border-color: transparent;
  /* ------------------------- */
  /* -------- FOOTER --------- */
  /* ------------------------- */ }
  .panel-default .panel-heading {
    background-color: #00777c;
    border-color: transparent;
    padding: 10px; }
  .panel-default .panel-heading h4 {
    text-align: center;
    font-size: 0; }
  .panel-default .panel-heading a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    text-decoration: none; }
    .panel-default .panel-heading a img {
      max-height: 40px; }
    .panel-default .panel-heading a p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }

footer {
  background-color: #fff;
  color: #00a8af;
  font-size: 14px;
  /* ------------------------- */
  /* -------- CUSTOM --------- */
  /* ------------------------- */ }
  footer a {
    color: #00a8af; }
  footer a:hover, footer a:focus {
    color: #00a8af;
    text-decoration: underline;
    opacity: 1; }

.custom-navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0; }
  @media only screen and (max-width: 991px) {
  .custom-navbar-wrapper {
    display: block;
    padding: 0; } }

.scrolled-navbar {
  background-color: rgba(0, 168, 175, 0.95); }

.language-links {
  padding: 12px 20px 0 20px; }
  .language-links a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 3px; }

.language-links-collapse {
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-bottom: 15px; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    text-decoration: none !important;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .socials a i {
    color: #00a8af; }
  .socials a:hover {
    opacity: 0.7; }

.custom-about-wrapper {
  width: 100%;
  background: url(/styles/assets/website/hp-background.jpg);
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 250px 0 100px 0; }
  .custom-about-wrapper h1, .custom-about-wrapper h2, .custom-about-wrapper h6, .custom-about-wrapper p {
    color: #fff;
    font-weight: 300;
    margin: 0; }
  .custom-about-wrapper .main-heading {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 30px; }
  .custom-about-wrapper .subheading, .custom-about-wrapper .upper-index {
    font-weight: 300; }
  .custom-about-wrapper .subheading {
    letter-spacing: 3px; }
  @media only screen and (max-width: 991px) {
  .custom-about-wrapper {
    padding: 200px 0 80px 0; }
    .custom-about-wrapper .main-heading {
      font-size: 85px;
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
  .custom-about-wrapper {
    padding: 150px 0 60px 0; }
    .custom-about-wrapper .main-heading {
      font-size: 70px; } }

.about-heading {
  position: relative; }
  .about-heading:after {
    position: absolute;
    content: "";
    top: 60px;
    right: 0;
    width: 260px;
    height: 210px;
    background-image: url(/styles/assets/website/dentist.png);
    background-repeat: no-repeat;
    background-size: contain; }
  @media only screen and (max-width: 991px) {
    .about-heading:after {
      width: 180px;
      height: 130px; } }
  @media only screen and (max-width: 767px) {
    .about-heading:after {
      display: none; } }

.cathegory-section, .cathegories-commute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 50px 0; }
  .cathegory-section .cathegory, .cathegories-commute .cathegory, .cathegory-section .commute-switch, .cathegories-commute .commute-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .cathegory-section .cathegory .logo, .cathegories-commute .cathegory .logo, .cathegory-section .commute-switch .logo, .cathegories-commute .commute-switch .logo {
    max-height: 100px;
    margin: 0 auto 40px auto;
    padding-left: 40px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .cathegory-section .cathegory .logo1, .cathegories-commute .cathegory .logo1, .cathegory-section .commute-switch .logo1, .cathegories-commute .commute-switch .logo1 {
    position: relative;
    top: 5px;
    max-height: 95px; }
  .cathegory-section .cathegory .logo3, .cathegories-commute .cathegory .logo3, .cathegory-section .commute-switch .logo3, .cathegories-commute .commute-switch .logo3 {
    position: relative;
    top: -5px;
    max-height: 105px; }
  .cathegory-section .cathegory .cathegory-link, .cathegories-commute .cathegory .cathegory-link, .cathegory-section .commute-switch .cathegory-link, .cathegories-commute .commute-switch .cathegory-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase; }
  .cathegory-section .cathegory:hover .logo, .cathegories-commute .cathegory:hover .logo, .cathegory-section .commute-switch:hover .logo, .cathegories-commute .commute-switch:hover .logo {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
    .cathegory-section .cathegory:hover .cathegory-link, .cathegories-commute .cathegory:hover .cathegory-link, .cathegory-section .commute-switch:hover .cathegory-link, .cathegories-commute .commute-switch:hover .cathegory-link {
      color: #00777c; }
  @media only screen and (max-width: 991px) {
    .cathegory-section .cathegory .logo, .cathegories-commute .cathegory .logo, .cathegory-section .commute-switch .logo, .cathegories-commute .commute-switch .logo {
      max-height: 60px;
      margin: 0 auto 20px auto;
      padding-left: 30px; }

    .cathegory-section .cathegory .logo1, .cathegories-commute .cathegory .logo1, .cathegory-section .commute-switch .logo1, .cathegories-commute .commute-switch .logo1 {
      position: relative;
      top: 5px;
      max-height: 55px; }

    .cathegory-section .cathegory .logo3, .cathegories-commute .cathegory .logo3, .cathegory-section .commute-switch .logo3, .cathegories-commute .commute-switch .logo3 {
      position: relative;
      top: -5px;
      max-height: 65px; }

    .cathegory-section .cathegory .cathegory-link, .cathegories-commute .cathegory .cathegory-link, .cathegory-section .commute-switch .cathegory-link, .cathegories-commute .commute-switch .cathegory-link {
      font-size: 12px; } }
  .cathegory-section .active, .cathegories-commute .active {
    position: relative; }
  .cathegory-section .active:before, .cathegories-commute .active:before {
    content: '';
    position: absolute;
    top: 243px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both; }
  @media only screen and (max-width: 991px) {
    .cathegory-section .active:before, .cathegories-commute .active:before {
      top: 177px;
      left: 30px; } }
  @media only screen and (max-width: 767px) {
  .cathegory-section, .cathegories-commute {
    display: none;
    margin-bottom: 0; } }

.tab-sections > div:nth-child(1n+2) {
  display: none; }
  .tab-sections .tab-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
  .tab-sections .tab-section h6 {
    margin-top: 0; }
  .tab-sections .tab-section .tab-logo img {
    max-width: 80px; }
  .tab-sections .tab-section .tab-logo4 img {
    max-width: 90px; }
  .tab-sections .tab-section .tab-text {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-left: 80px; }
    .tab-sections .tab-section .tab-text p {
      color: #fff; }
  .tab-sections .tab-section .tab-pricing {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 80px; }
    .tab-sections .tab-section .tab-pricing .pricing-table {
      width: 100%; }
      .tab-sections .tab-section .tab-pricing .pricing-table tr {
        border-bottom: 1px solid #fff; }
      .tab-sections .tab-section .tab-pricing .pricing-table th, .tab-sections .tab-section .tab-pricing .pricing-table td {
        color: #fff;
        font-weight: 300;
        padding: 10px 0; }
      .tab-sections .tab-section .tab-pricing .pricing-table td {
        text-align: right;
        white-space: nowrap;
        padding-left: 10px; }
  @media only screen and (max-width: 991px) {
  .tab-sections .tab-section .tab-logo img {
    max-width: 60px; }
    .tab-sections .tab-section .tab-logo4 img {
      max-width: 70px; }

    .tab-sections .tab-section .tab-text {
      padding-left: 30px; }

    .tab-sections .tab-section .tab-pricing {
      padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
  .tab-sections > div:nth-child(1n+2) {
    display: block; }
  .tab-sections .tab-section {
    display: block;
    padding: 10px 0; }
    .tab-sections .tab-section .tab-logo {
      text-align: center;
      margin-bottom: 30px; }

    .tab-sections .tab-section .tab-text {
      padding-left: 0;
      margin-bottom: 30px; }

    .tab-sections .tab-section .tab-pricing {
      padding-left: 0; } }

.tab-sections-sm {
  padding: 40px 0; }

.wrap-bg-dentists {
  position: relative;
  padding: 50px 0; }
  .wrap-bg-dentists:before {
    position: absolute;
    content: "";
    top: 25px;
    right: 35%;
    width: 250px;
    height: 250px;
    background-image: url(/styles/assets/website/background2.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .wrap-bg-dentists .logo {
    font-size: 75px;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 30px;
    margin-bottom: 0; }
  .wrap-bg-dentists .logo-subheading, .wrap-bg-dentists .upper-index {
    font-weight: 300; }
  .wrap-bg-dentists .logo-subheading {
    letter-spacing: 3px; }
  @media only screen and (max-width: 991px) {
  .wrap-bg-dentists:before {
    width: 200px;
    height: 200px; } }
  @media only screen and (max-width: 767px) {
  .wrap-bg-dentists:before {
    top: 75px;
    right: 20%;
    width: 150px;
    height: 150px; } }

table.mce-item-table {
  line-height: 1.5; }
  table.mce-item-table thead {
    border-bottom: none; }

.employees-list .employee h5 {
  text-align: center; }
  .employees-list .employee .futura {
    text-align: center;
    font-weight: 300;
    font-size: 16px; }
  .employees-list .employee .cv-button-wrapper {
    text-align: center; }
  .employees-list .employee .cv-table {
    font-size: 16px; }
    .employees-list .employee .cv-table td:first-child {
      white-space: nowrap;
      font-weight: 500; }
    .employees-list .employee .cv-table td:first-child.wrap {
      white-space: normal; }
    .employees-list .employee .cv-table tr {
      margin-bottom: 10px; }
  @media only screen and (max-width: 991px) {
  .employees-list .employee {
    margin-bottom: 32px; }
    .employees-list .employee.last {
      margin-bottom: 0; } }

.articles-owl-carousel .articles-homepage {
  border-bottom: none;
  text-align: center;
  padding: 0 10px;
  margin: 20px 0; }
  .articles-owl-carousel .articles-homepage h3, .articles-owl-carousel .articles-homepage .date {
    color: #fff;
    margin: 0; }
  .articles-owl-carousel .articles-homepage h3 {
    font-weight: 500; }
  .articles-owl-carousel .articles-homepage .date {
    font-size: 16px;
    font-weight: 300; }
  .articles-owl-carousel .articles-homepage .message {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2;
    margin-top: 40px; }
  .articles-owl-carousel .owl-nav {
    color: #fff;
    font-size: 35px;
    padding-bottom: 30px; }
  .articles-owl-carousel .owl-nav button.owl-prev, .articles-owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0; }
    .articles-owl-carousel .owl-nav button.owl-prev:hover, .articles-owl-carousel .owl-nav button.owl-next:hover {
      background-color: #00777c; }

.contact-wrapper {
  background-color: #f0f0f0;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0; }
  .contact-wrapper .contact-heading {
    position: relative;
    /* Specifické styly pro iOS zařízení */ }
  .contact-wrapper .contact-heading:after {
    position: absolute;
    content: "";
    top: 300px;
    left: -30px;
    width: 260px;
    height: 210px;
    background-image: url(/styles/assets/website/dentist-2.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1199px) {
    .contact-wrapper .contact-heading:after {
      width: 200px;
      height: 145px; } }
    @media only screen and (max-width: 991px) {
    .contact-wrapper .contact-heading:after {
      display: none; } }
  @media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .contact-wrapper {
    background-attachment: scroll; } }

.cathegories-commute {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .cathegories-commute .commute-switch {
    margin: 0; }
  .cathegories-commute .commute-switch .logo {
    padding-left: 0; }
  @media only screen and (max-width: 767px) {
  .cathegories-commute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .cathegories-commute .commute-switch {
      margin: 0 20px; } }

.commute-switcher {
  max-width: 740px;
  margin: 0 auto; }
  .commute-switcher .commute-section {
    display: none; }
  .commute-switcher .commute-section p {
    font-weight: 500; }

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer-wrapper .footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: calc(33.3333% - 80px);
    margin: 0 40px; }
  .footer-wrapper .footer-section .heading {
    margin: 10px 0; }
  .footer-wrapper .footer-section .heading-larger {
    margin-bottom: 50px; }
    .footer-wrapper .footer-section .heading-larger h4 {
      margin: 0; }
  .footer-wrapper .contact-section .logo img {
    max-width: 120px; }
  .footer-wrapper .contact-section .contact-text {
    padding-top: 9px; }
    .footer-wrapper .contact-section .contact-text p {
      font-size: 18px;
      line-height: 1; }
  .footer-wrapper .order-section {
    text-align: center; }
  .footer-wrapper .order-section .order-contact {
    padding-top: 8px; }
    .footer-wrapper .order-section .order-contact p {
      font-size: 22px;
      line-height: 1; }
  .footer-wrapper .order-section .emergency-button {
    line-height: 1;
    text-decoration: underline; }
    .footer-wrapper .order-section .emergency-button:hover, .footer-wrapper .order-section .emergency-button:focus {
      color: #00777c;
      text-decoration: none; }
  .footer-wrapper .opening-section {
    text-align: right; }
  .footer-wrapper .opening-section table {
    width: 70%;
    margin-left: auto; }
    .footer-wrapper .opening-section table th, .footer-wrapper .opening-section table td {
      font-size: 18px;
      font-weight: 300;
      padding: 5px 0; }
    .footer-wrapper .opening-section table td {
      text-align: right; }
  @media only screen and (max-width: 1199px) {
  .footer-wrapper .footer-section {
    width: calc(33.3333% - 20px);
    margin: 0 10px; } }
  @media only screen and (max-width: 991px) {
  .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-wrapper .footer-section {
      width: 100%;
      text-align: center;
      margin: 10px 0; }
      .footer-wrapper .footer-section .heading {
        margin: 20px 0; }
      .footer-wrapper .footer-section .heading-larger {
        margin-bottom: 20px; }

    .footer-wrapper .opening-section table {
      width: 40%;
      margin: 0 auto; } }
  @media only screen and (max-width: 567px) {
  .footer-wrapper .opening-section table {
    width: 70%; } }

.arrow-page-slide-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #00777c;
  border-radius: 50%;
  cursor: pointer; }
  .arrow-page-slide-up:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 17px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow-page-slide-up:hover {
    background: #005f63; }

.linked-in-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.custom-form {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 30px; }
  .custom-form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  .custom-form .form-control {
    height: 45px;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    color: #00a8af; }
  .custom-form .form-control:focus {
    border-bottom-color: #00a8af; }
  .custom-form textarea {
    min-height: 120px;
    resize: vertical; }
  .custom-form .g-recaptcha {
    overflow: hidden; }
  .custom-form a {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
  .custom-form {
    padding: 15px; } }

.reviews-slider {
  position: relative; }
  .reviews-slider .item {
    background: rgba(0, 168, 175, .1);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin: 0 15px;
    outline: none; }
  .reviews-slider .item .heading {
    color: #00a8af;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px; }
  .reviews-slider .item .text {
    font-size: 16px;
    font-style: italic;
    margin: 0; }
  @media only screen and (max-width: 767px) {
  .reviews-slider .item {
    padding: 20px 15px;
    margin: 0 7px; } }

.gallery-slider {
  position: relative;
  padding: 0 20px; }
  .gallery-slider .item {
    display: block;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    padding-top: 66%;
    margin: 0 15px; }
  .gallery-slider .owl-nav button.owl-prev, .gallery-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: 0;
    border-radius: 0;
    color: #ccc;
    font-size: 50px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery-slider .owl-nav button.owl-prev:hover, .gallery-slider .owl-nav button.owl-next:hover {
      background: none;
      color: #00a8af; }
  .gallery-slider .owl-nav button.owl-prev {
    left: 0; }
  .gallery-slider .owl-nav button.owl-next {
    right: 0; }
  @media only screen and (max-width: 991px) {
  .gallery-slider .item {
    margin: 0 7px; } }
