@import url('https://fonts.googleapis.com/css?family=Play:400,500,600');

@font-face {
  font-family: 'pf_dindisplay_proregular';
  src: url('./fonts/PFDinDisplayPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #ffffff;
  font-family: 'pf_dindisplay_proregular', 'Play', 'Ubuntu', sans-serif;
  overflow-x: hidden;
  /*white-space: nowrap;*/
}

/* .container {
    width: 1300px !important;
  } */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0px;
}

h5 {
  font-weight: 500;
}

h1 {
  color: #252525;
  font-size: 5em;
}

h2 {
  color: #272727;
  font-size: 3em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  color: #454545;
  font-size: 1.8em;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  color: #757575;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

p a {
  font-size: 17.5px;
  letter-spacing: 0.7px;
}

a {
  letter-spacing: 0.7px;
}

iframe {
  width: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
}

#appimg {
  width: 33%;
  padding-top: 62px;
}

#dr {
  width: 33%;
  padding-top: 62px;
}

#logo-b {
  padding-top: 50px;
}

a {
  color: #1897a1;
  /* #078791; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #8ac7c4;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

header .far,
header .fas,
header .fa {
  font-size: 14px !important;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  margin-top: 0;
}

.section-btn {
  background: #a5c422;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 500;
  padding: 14px 20px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.section-btn:hover {
  transform: translateY(-5px);
}

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

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

.border-top {
  /* border-top: 1px solid #e6e6e6; */
  margin-top: 4em;
  /* padding-top: 2.5em; */
}


#home {
  position: relative;
}

#about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #1c8c9b !important;
  /* #229bab */
  /* 468891 */
  color: #005767;
  /* #024652; #0e4e52; */
}

#about p {
  color: #f2f2f2 !important;
}

#appointment {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #005767;
  /* #024652; */
}

#cases {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #005767;
  /* #024652; */
}

#google-map {
  position: relative;
  padding-top: 50px;
  line-height: 0;
  margin: 0;
  /*padding: 0;*/
}





/* 

  #home {
    position: relative;
    padding-bottom: 30px;
  }

  #about {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #468891 !important;
	  color: #024652; 
  } */

/*#0e4e52;*/
/* 
  #appointment {
	  color: #024652;
  }


  #about p {  
    color: #f2f2f2 !important;
  }

  #appointment {
    position: relative;
    padding-bottom: 30px;
  }

  #google-map {
    position: relative;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    
  } */


/*padding: 0;*/

#service {
  text-align: center;
}

#capt {
  font-size: 16px;
  color: #a1a1a1;

}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.phone-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: #0b9dad;
  margin-right: 5px;
}

.navbar-default {
  background: #005767;
  /* #024652;  */
  box-shadow: 0 2px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
  margin-left: 0px !important;
}

.navbar-brand {
  /*padding: 20px 20px;*/
  padding-top: 30px;
}

.navbar-default .navbar-brand .fas {
  color: #0b9dad;
}

.navbar-default .navbar-brand .far {
  color: #0b9dad;
}

#navlogo {
  display: inline-flex;
  /* padding-left: 10px; */
  margin-left: 10px;
}

.navbar-header {
  display: inline-flex;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #0b9dad;
  /* #167986; */
  border-radius: 3px;
  color: #ffffff;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-right {
  padding-top: 1%;
  padding-right: 1%;
  margin-right: 0 !important;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #2dafbb;
  /* #468891; */
  color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
  color: #8ac7c4;
  font-size: 19px;
  letter-spacing: 1px;
  ;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li a:hover {
  color: #8ac7c4 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #8ac7c4;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #8ac7c4;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  /* padding-top: 10px; */
  /* margin-bottom: 0; */
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 0;
}

#home h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.slider .container {
  width: 100%;
  /* 1750px; */
  /* width: 1300px; */
}

/* .slider .row {
    width: 80%;
    background-image: url(../images/appointment-img.jpg);
    background-color: #e2e2e2;
  }
   */

.infotop {
  padding-right: 0 !important;
}

.infonav {
  padding-left: 0 !important;
}

.slider .owl-dots {
  position: absolute;
  top: 575px;
  width: 100%;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  color: #fff;
  cursor: e-resize;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/1.jpg);
}

.slider .item-second {
  background-image: url(../images/2.jpg);
}

.slider .item-third {
  background-image: url(../images/3.jpg);
}

#about {
  background: url('../images/about-bg.jpg') no-repeat top center;
  background-size: cover;
}


#about h6 {
  color: #858585;
  margin: 0;
}

#service {
  background: #a5c422;
}

#service h2,
#service h4 {
  color: #ffffff;
}

#service p {
  color: #d9d9d9;
}

#service .service-thumb {
  padding: 0 22px;
}

#service .fa,
#service .far,
#service .fas {
  font-size: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #a5c422;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
}

.recent-post {
  padding-top: 2px;
  padding-bottom: 18px;
}

.recent-post .media img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.recent-post .media-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 5px;
}





.card {
  height: 400px;
  color: white;
  font-size: 40px;
  margin: 10px;
  flex: 200px 0 0;
}

.card img {
  /* width: 100%; */
  height: 400px;
  object-fit: cover;
}

.cards-wrapper {
  display: flex;
  transition: ease 0.5s;
}

.display-area {
  width: auto;
  max-width: 1400px;
  overflow-x: scroll;
  margin: auto;
}

/*

.blur img {
  -webkit-filter: blur(5px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}


.blur img:hover {
  -webkit-filter: blur(0px);
}
*/


::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

::-webkit-scrollbar-track {
  background: #cdeceb;
}

::-webkit-scrollbar-thumb {
  background: #6b8e8f;
}

::-webkit-scrollbar-thumb:hover {
  background: #467881;
}














#appointment label {
  color: #005767;
  /* #024652;  */
  /*#393939;*/
  font-weight: 500;
  font-size: 17px;
}

#appointment .form-control {
  background: #f1f1f1;
  color: #a1a1a1;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#appointment input,
#appointment select {
  height: 45px;
}

#appointment button#cf-submit {
  background: #0b9dad;
  /* #005767; */
  color: #ffffff;
  font-weight: 500;
  height: 47px;
}

#recaptcha {
  width: 315px !important
}

#appointment button#cf-submit:hover {
  background: #393939;
  color: #ffffff;
}

footer {
  padding-top: 100px;
  /*padding-bottom: 40px;*/
  background-color: #e2e2e2;
}

footer h4 {
  color: #005767;
  /* #024652; */
  padding-bottom: 5px;
}

footer p {
  margin-bottom: 18px;
}

footer a {
  color: #757575;
}

footer a:hover {
  color: #8ac7c4;
}

.contact-info {
  padding-top: 10px;
}

.contact-info .fa,
.contact-info .far,
.contact-info .fas {


  border-radius: 20%;
  background-color: #f6f7f8;
  /* color: #f5f9f9; */
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  /* background-color: #16b4c23b; */
  /* color: #024652; */
  /* margin-top: 4px; */
  /* background-color: #16b4c23b; */
  /* color: #024652;?
    border-radius: 100%;

    background-color: #024652;
    color: #f5f9f9;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    margin-top: 3px;


    /* background-color: #16b4c23b;  */
  /*----#c5d7d7;-----*/
  /* color: #024652; */

  /*----background-color: #454545;
    color: #ffffff;-----*/

  /* font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px; */
}


.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
}

.footer-link a {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #f6f7f8;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #3ac5d1;
  /* #2cc9d796; */
  /* #8ac7c4; */
  color: #ffffff;
  transform: translateY(-5px);
}

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  /* color: #1d95a0; */
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  color: #fff;
  /* teal; */
}

.center {
  /* display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%; */
  border-radius: 5%;
}

.center-logo {
  display: block;
  /* width: 90%; */
  margin-left: -30px;
}

.social-all {
  padding-top: 20px;
}

.myrow {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 777px) {}

/*
  @media only screen and (max-width: 600px) {
    #home {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
  }

    @media screen and (max-width: 767px) {
    #dr {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
  }
*/
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }

  #capt {
    font-size: 14px !important;
  }

  header .far,
  header .fas,
  header .fa {
    font-size: 14px !important;
  }

  header .faphone {
    font-size: 12px !important;
  }

  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1310px) {
  .slider .container {
    width: 100%;
    /* width: 1300px; */
  }

}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  #capt {
    font-size: 16px !important;
  }

  #dr {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .slider .item {
    height: 300px;
  }

  .slider .owl-dots {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }

  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  header span {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .faphone {
    font-size: 12px !important;
  }

  #navlogo {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  #appimg {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 0;
    display: none;
  }

  .center-logo {
    display: block;
    width: 90%;
  }

  #appform {
    width: 100%;
  }

  #abouttxt {
    width: 100%;
  }

  .navbar-brand {
    padding-top: 14%;
  }

  .infotop {
    padding-right: 15px !important;
  }

  .infonav {
    padding-left: 15px !important;
  }

}

@media only screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }

  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-brand {
    padding-top: 2%;
  }

  .navbar-header {
    /* display: block; */
    padding-left: 5px;

  }

  #appointment-form {
    /* padding-top: 4em;
      padding-bottom: 4em; */
  }

  .slider .item {
    height: 250px;
  }

  .center {
    width: 60%;
  }

  .center-logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-thumb {
    padding-bottom: 10px;
  }

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

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.4em;
  }

  header span.phone-icon {
    border: 0;
    /*padding-right: 0;
      padding-left: 0;*/
  }

  .slider .item {
    height: 200px;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }

}