/*=================================
@MIXIN SETUP
=================================*/
/*=================================
@GENERAL SETUP
=================================*/
html, body {
  font-family: regular;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  margin: 0;
}
html a, body a {
  opacity: 1;
  color: #fff;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
html a:link, body a:link {
  text-decoration: none;
}
html a:hover, html a:focus, body a:hover, body a:focus {
  opacity: 1;
  color: #fff;
}
html h1, html h2, body h1, body h2 {
  font-family: light;
  text-transform: uppercase;
  margin: 0;
}
html h1.blue, html h2.blue, body h1.blue, body h2.blue {
  color: #00529b;
}
html h1, body h1 {
  font-size: 60px;
}
@media (max-width: 360px) {
  html h1, body h1 {
    font-size: 40px;
  }
}
html h2, body h2 {
  font-size: 36px;
}
html h3, html h4, body h3, body h4 {
  font-family: regular;
  margin: 0 0 10px;
}
html h3.strong, html h4.strong, body h3.strong, body h4.strong {
  font-family: semibold;
}
html h3.upprcs, html h4.upprcs, body h3.upprcs, body h4.upprcs {
  text-transform: uppercase;
}
html h3.blue, html h4.blue, body h3.blue, body h4.blue {
  color: #00529b;
}
html h3, body h3 {
  font-size: 21px;
}
html h4, body h4 {
  font-size: 16px;
}
html table, body table {
  font-size: 16px;
  line-height: 26px;
}
html p, body p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
html p a, body p a {
  color: #0c5398;
}
html p a:hover, html p a:focus, body p a:hover, body p a:focus {
  color: #ffd936;
}
html strong, html b, body strong, body b {
  font-family: semibold;
}
html ul, body ul {
  font-size: 16px;
  line-height: 26px;
}
html ul.list-none, body ul.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}
html ul.list-none.list-inline li, body ul.list-none.list-inline li {
  display: inline-block;
}
html .mb0, body .mb0 {
  margin-bottom: 0 !important;
}
html .mb5, body .mb5 {
  margin-bottom: 5px;
}
html .mb10, body .mb10 {
  margin-bottom: 10px;
}
html .mb20, body .mb20 {
  margin-bottom: 20px;
}
html .mb30, body .mb30 {
  margin-bottom: 30px;
}
html .mb40, body .mb40 {
  margin-bottom: 40px;
}
html .mb60, body .mb60 {
  margin-bottom: 60px;
}
html .tal, body .tal {
  text-align: left;
}
html .tac, body .tac {
  text-align: center;
}
html .tar, body .tar {
  text-align: right;
}
html .ptd60, body .ptd60 {
  padding: 60px 0;
}
html .ptd40, body .ptd40 {
  padding: 40px 0;
}
html img.alignright, body img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
html img.alignleft, body img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
html img.aligncenter, body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html a img.alignright, body a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
html a img.alignleft, body a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
html a img.aligncenter, body a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
@ITEM SETUP
=================================*/
.modal-open {
  overflow: hidden !important;
}

.modal .modal-content {
  overflow: hidden;
}
.modal .modal-header {
  background-color: #0c5398;
  color: #fff;
}
.modal .modal-header button {
  color: #fff;
  opacity: 1;
  outline: none;
}
.modal .modal-header button:hover {
  opacity: .5;
}

#modalProfile .modal-header {
  padding: 30px;
}

#form {
  margin-top: -10px;
}
#form label {
  font-size: 16px !important;
  margin: 0 0 5px !important;
}
#form .form-group {
  margin: 0 0 20px !important;
}
#form input[type="text"], #form textarea {
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
  padding: 6px 15px;
  font-size: 16px;
}
#form input[type="text"] {
  height: 40px;
}
#form input[type="text"].datepicker {
  width: 95% !important;
}
#form input[type="submit"] {
  background-color: #ffd936;
  color: #0c5398;
  font-family: 'semibold';
  text-transform: uppercase;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
}
#form ul li {
  margin: 0 0 20px !important;
}
#form ul li.gfield_error {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
#form ul li.gfield_error .gfield_label {
  color: #444;
}
#form ul li.gfield_error .validation_message {
  font-size: 12px;
  font-weight: normal;
}
#form .validation_error {
  display: none;
}
#form .gform_footer {
  text-align: right;
}

.btn.btn-default {
  background-color: #ffd936;
  color: #0c5398;
  font-family: 'semibold';
  text-transform: uppercase;
  border: 0;
}
.btn.btn-default.btn-book {
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .btn.btn-default.btn-book {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media (max-width: 992px) {
  .btn.btn-default.btn-book {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-default.btn-book {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .btn.btn-default.btn-book {
    padding: 10px;
    font-size: 11px;
    width: 70%;
    float: right;
  }
}
@media (max-width: 480px) {
  .btn.btn-default.btn-book {
    width: 76%;
    float: right;
  }
}
@media (max-width: 360px) {
  .btn.btn-default.btn-book {
    width: 100%;
    padding: 10px 5px;
  }
}
.btn.btn-default.btn-ask {
  line-height: 14px;
}
@media (max-width: 1200px) {
  .btn.btn-default.btn-ask {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .btn.btn-default.btn-ask {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-default.btn-ask {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .btn.btn-default.btn-ask {
    font-size: 11px;
    width: 70%;
    float: right;
  }
}
@media (max-width: 480px) {
  .btn.btn-default.btn-ask {
    width: 76%;
    float: right;
  }
}
@media (max-width: 360px) {
  .btn.btn-default.btn-ask {
    width: 100%;
    padding: 6px 5px;
  }
}
.btn.btn-border {
  background-color: transparent;
  color: #0c5398;
  font-family: 'semibold';
  text-transform: uppercase;
  border: 1px solid #0c5398;
}
.btn.btn-border:hover, .btn.btn-border:focus {
  background-color: #0c5398;
  color: #fff;
}

hr {
  display: inline-block;
  height: 1px;
  border-radius: 3px;
  border: 0;
  margin: 10px 0;
  width: 100%;
  background-color: #ddd;
}
hr.w150 {
  width: 150px;
  height: 3px;
}
hr.w70 {
  width: 70px;
  height: 3px;
}
hr.white {
  background-color: #fff;
}
hr.yellow {
  background-color: #f9c91a;
}

/*=================================
@HEADER SETUP
=================================*/
.app-header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.app-phone {
  text-align: right;
  color: #fff;
}
@media (max-width: 1024px) {
  .app-phone {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .app-phone {
    text-align: right;
  }
  .app-phone span:last-child {
    font-size: 20px !important;
  }
}
.app-phone a {
  color: #fff;
}
.app-phone span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.app-phone span:first-child {
  font-size: 18px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .app-phone span:first-child {
    font-size: 14px;
    margin: 0;
  }
}
.app-phone span:last-child {
  font-size: 30px;
  font-family: 'semibold';
  line-height: normal;
}
@media (max-width: 767px) {
  .app-phone span:last-child {
    font-size: 19px;
    margin-left: 5px;
  }
}

/*=================================
@NAVIGATION SETUP
=================================*/
.app-nav {
  font-size: 16px;
}
.app-nav ul li {
  margin-left: 30px;
  margin-bottom: 10px;
  padding: 0;
}
.app-nav ul li:first-child {
  margin-left: 0;
}
.app-nav ul li.menu:hover, .app-nav ul li.menu:focus, .app-nav ul li.menu.active {
  border-bottom: 2px solid #fff;
}
.app-nav ul li.dropdown:hover .dropdown-menu, .app-nav ul li.dropdown:focus .dropdown-menu {
  display: block;
}
.app-nav ul li.dropdown .dropdown-menu {
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.app-nav ul li.dropdown .dropdown-menu li {
  display: block;
  margin: 0;
}
.app-nav ul li.dropdown .dropdown-menu li a {
  padding: 7px 10px;
}
.app-nav ul li.dropdown .dropdown-menu li a:hover, .app-nav ul li.dropdown .dropdown-menu li a:focus {
  background-color: #ffd936;
  color: #0c5398;
}

.app-nav-xs ul li {
  padding: 0;
  margin: 0 10px;
}
.app-nav-xs ul li.menu:hover, .app-nav-xs ul li.menu:focus, .app-nav-xs ul li.menu.active {
  border-bottom: 2px solid #fff;
}
.app-nav-xs ul li.dropdown .dropdown-menu {
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  min-width: 140px;
}
.app-nav-xs ul li.dropdown .dropdown-menu li {
  display: block;
  margin: 0;
}
.app-nav-xs ul li.dropdown .dropdown-menu li a {
  padding: 7px 10px;
}
.app-nav-xs ul li.dropdown .dropdown-menu li a:hover, .app-nav-xs ul li.dropdown .dropdown-menu li a:focus {
  background-color: #ffd936;
  color: #0c5398;
}

/*=================================
@FULLPAGE SETUP
=================================*/
@media (max-width: 767px) {
  #fullpage.min-top {
    margin-top: -208px !important;
  }
}
#fullpage .section {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#fullpage .masthead-tagline {
  color: #fff;
  padding: 450px 0 30px;
}
@media (max-width: 1024px) {
  #fullpage .masthead-tagline {
    padding: 400px 0 30px;
  }
}
@media (max-width: 768px) {
  #fullpage .masthead-tagline {
    padding: 200px 0 30px;
  }
}

/*=================================
@BANNER
=================================*/
.banner__item-wrapper {
  color: #000;
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
}
.banner__item-wrapper .arrow-down {
  display: inline-block;
}

.slick-initialized .banner__item-wrapper {
  display: block;
}

.banner__item {
  height: 790px;
}
@media (max-width: 768px) {
  .banner__item {
    height: 500px;
  }
}

.banner__item-img {
  min-width: 100%;
  width: 100%;
}

.banner__item-title {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .banner__item-title {
    font-size: 36px;
  }
}

.banner__item-sub-title {
  font-size: 21px;
}

/*=================================
@CONTENT SETUP
=================================*/
#app-content .section-content {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#app-content .section-content#app-our-service {
  color: #fff;
}
#app-content .section-content#app-pain {
  color: #8a8a8a;
}

.app-title-page {
  padding-top: 260px;
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.app-title-page#staff {
  background-image: url("../img/dr7-staff.jpg");
}
.app-title-page#ask {
  background-image: url("../img/dr7-ask.jpg");
}
.app-title-page#faq {
  background-image: url("../img/dr7-faq.jpg");
}

.list-content li {
  margin-bottom: 15px;
}

.img-content {
  float: left;
  margin: 0 2em 1em 0;
}

/*=================================
@CONTENT SETUP
=================================*/
.app-thumb-circle .img-thumb {
  width: 225px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .app-thumb-circle .img-thumb {
    width: 100%;
  }
}
.app-thumb-circle .img-thumb a {
  display: block;
  position: relative;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.app-thumb-circle .img-thumb a:before {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 217, 54, 0.9);
  content: '';
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.app-thumb-circle .img-thumb a:after {
  content: 'Find out more';
  font-family: regular;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.app-thumb-circle .img-thumb a:hover:before, .app-thumb-circle .img-thumb a:hover:after, .app-thumb-circle .img-thumb a:focus:before, .app-thumb-circle .img-thumb a:focus:after {
  opacity: 1;
}

.app-thumb-video .video-thumb {
  padding: 10px;
  background-color: #f8f9f4;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.app-thumb-video .video-thumb a {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.app-thumb-video .video-thumb a img {
  width: 100%;
}
.app-thumb-video .video-thumb a:before {
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: 99;
}
.app-thumb-video .video-thumb a .fa-youtube-play {
  color: #be002f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
}
.app-thumb-video .video-thumb a .fa-youtube-play:before {
  z-index: 99;
  position: relative;
}
.app-thumb-video .video-thumb a .fa-youtube-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  content: '';
}
.app-thumb-video .video-thumb a:hover:before, .app-thumb-video .video-thumb a:focus:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.app-thumb-video .video-thumb a:hover .fa-youtube-play, .app-thumb-video .video-thumb a:focus .fa-youtube-play {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.app-thumb-video .caption-thumb h3 a {
  color: #8a8a8a;
}

.app-list-blog {
  padding: 60px 120px;
}
.page-numbers{
      line-height: 30px;
    height: 30px;
    background: #ffd835;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}
.page-numbers.current{
      background: #1c5d97;
    color: white;
}
.page-numbers:first-child{
  margin-left: 0;
}
.page-numbers.next, .page-numbers.prev{
  font-size: 18px;
  font-weight: 700;
}
.readmore{
    margin-top: -15px;
    display: block;
    color: #01519a;
    margin-bottom: 10px;
    font-weight: bold;
}

.goback{
  margin-top: 20px;
}
.goback:hover{
  background: #1c5d97;
  color: white;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .app-list-blog {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .app-list-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-blog li {
  margin-bottom: 10px;
}
.list-blog li:last-child {
  margin-bottom: 0;
}
.list-blog .img-thumb-square {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.list-blog a {
  color: #444;
}
.list-blog a:hover, .list-blog a:focus {
  color: #00529b;
}
.list-blog small {
  opacity: .5;
  margin-top: -5px;
  display: block;
}
.list-blog .row {
  margin-right: -10px;
  margin-left: -10px;
}
.list-blog .row > [class*='col-'],
.list-blog .row > [class*='col-'] > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
  position: inherit;
}

.app-map {
  position: relative;
}
@media (max-width: 767px) {
  .app-map {
    height: 250px !important;
  }
  .blog-list-wrapper .col-sm-2{
    margin-bottom: 20px;
  }
  .blog-list-wrapper .col-sm-2 img{
    margin: 0 auto;
  }
  .booking-inside-modal span {
    display: block;
    width: 47%;
    float: left;
    margin-right: 1%;
}
}

.button-inner h3 {
  font-size: 28px;
  color: #777;
}
.button-inner .btn.btn-ask {
  padding: 10px 20px;
  line-height: 1.428571429;
}
.button-inner .app-phone {
  color: #2362a0;
}
.button-inner .app-phone a {
  color: #2362a0;
}

#accordion .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#accordion .panel .panel-heading {
  padding: 10px 0 15px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
#accordion .panel .panel-heading h4 {
  font-family: semibold;
}
#accordion .panel .panel-heading h4 a {
  color: #0c5497;
  text-decoration: none;
  display: block;
  position: relative;
  margin-right: 30px;
}
#accordion .panel .panel-heading h4 a:hover, #accordion .panel .panel-heading h4 a:focus {
  color: #093c6b;
}
#accordion .panel .panel-heading h4 a .fa {
  position: absolute;
  top: 0px;
  right: -30px;
}
#accordion .panel .panel-body {
  padding: 20px 0;
  border-top: 0;
}
#accordion .panel .panel-body p {
  margin-bottom: 0;
}

/*=================================
@FOOTER SETUP
=================================*/
.app-footer {
  background-color: #fff;
}
.app-footer hr.dark-grey {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
  margin-bottom: 20px;
}
.app-footer ul li {
  padding: 0;
}
.app-footer ul.client li, .app-footer ul.socmed li {
  margin-left: 10px;
}
li.open_hours {
    width: 100% !important;
    float: left !important;
    margin-left: 0px !important;
    margin-top: -100px !important;
}
li.footer_imglogo img {
    width: 25%;
    float: right;
    margin-top: -90px;
    margin-right: -242px;
}
li.footer_imglogo {
    display: block;
}
@media (max-width: 767px) {
  .app-footer ul.client {
    text-align: center !important;
  }
}
.app-footer ul.client li {
  margin-bottom: 10px;
}
.app-footer ul.socmed {
  margin-top: -2px;
}
li.open_hours {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 0;
}
}
@media (max-width: 767px) {
  .app-footer ul.socmed {
    text-align: center !important;
  }
}
.app-footer ul.socmed a {
  color: #444;
}
.app-footer ul.socmed a:hover, .app-footer ul.socmed a:focus {
  color: #00529b;
}
@media (max-width: 767px) {
  .app-footer ul.copyright {
    text-align: center !important;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
}
.app-footer ul.copyright li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .app-footer ul.copyright li {
    margin: 0 10px;
  }
}
.app-footer ul.copyright li a {
  color: #444;
}
.app-footer ul.copyright li a:hover, .app-footer ul.copyright li a:focus {
  color: #00529b;
}
@media (width: 414px) {
li.open_hours{
  margin-top:0px !Important;  
}
 li.footer_imglogo img {
    width: 50%;
    float: left;
    margin-top: 125%;
    margin-left: -81%;
}
.Blog_button {
    margin-right: 0 !important;
}
ul.client-logo {
    margin-top: 104px;
}
}
@media (width: 375px) {
li.open_hours{
  margin-top:0px !Important;  
}
li.footer_imglogo img {
    width: 50%;
    float: left;
    margin-top: 140%;
    margin-left: -81%;
}
.Blog_button {
    margin-right: 0 !important;
}
ul.client-logo {
    margin-top: 104px;
}
}
@media (width: 360px) {
li.open_hours{
  margin-top:0px !Important;  
}
li.footer_imglogo img {
    width: 50%;
    float: left;
    margin-top: 148%;
    margin-left: -81%;
}
.Blog_button {
    margin-right: 0 !important;
}
ul.client-logo {
    margin-top: 104px;
}
}
@media (width: 412px) {
li.open_hours{
  margin-top:0px !Important;  
}
li.footer_imglogo img {
    width: 50%;
    float: left;
    margin-top: 125%;
    margin-left: -81%;
}
.Blog_button {
    margin-right: 0 !important;
}
ul.client-logo {
    margin-top: 104px;
}
}
@media (width: 320px) {
li.open_hours{
  margin-top:0px !Important;  
}
li.footer_imglogo img {
    width: 50%;
    float: left;
    margin-top: 170%;
    margin-left: -81%;
}
.Blog_button {
    margin-right: 0 !important;
}
ul.client-logo {
    margin-top: 104px;
}
}
@media (width: 768px) {
li.open_hours{
  margin-top:0px !Important;  
}
li.footer_imglogo img {
      width: 40% !Important;
    float: right !Important;
    margin-top: 9% !Important;
   margin-right: 0% !important;
}
.Blog_button {
    margin-right: 0 !important;
}
}
@media (width: 1024px) {
   li.footer_imglogo img {
    width: 31%;
    float: right;
    margin-top: 0%;
    margin-right: 35%; 
}
    .Blog_button {
    margin-right: 0 !important;
}
}
/*=================================
@PROFILE SETUP
=================================*/
.profile-card .photo-circle {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #b8c3c9;
  overflow: hidden;
  background-color: #b8c3c9;
}

/*# sourceMappingURL=dr7.style.css.map */
