@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Roboto|Open+Sans|Oswald');    
@import url('https://fonts.googleapis.com/css?family=Anton');


/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	## HTML <h1> to <h6> Tags
	## Main CSS RESET
    ## BASIC HTML STRUCTURE CSS STYLES
    ## HTML <h1> to <h6> Tags
    ## SERVICES SECTION
    ## NAVBAR
	## CAROUSEL
    ## SLIDES BACKGROUNDS
    ## DOCTOR CAROUSEL
    ## FILTER GALLERY
    ## ANIMATED COUNTER
    ## SCROLLING TOP
    ## SERVICES PAGE 
    ## ABOUT US PAGE
    ## CONTACT
    ## DOCTOR PROFILE
    ## FAQ PAGE
    ## 404 Page
    ## BLOG DETAILS
    ## FOOTER
    ## BOOTSTRAP RESET
    ## MEDIA QUERIES
*/

/*------------------------------
--- Main CSS Reset ---
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 2;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;

  min-height: 100%;
  overflow-x: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ==========================================================================
   #HTML <h1> to <h6> Tags
   ========================================================================== */
h1{font-size: 35px;}

h2{font-size: 30px; text-align: center; font-weight: 700; color: #999; line-height: 1; font-family: 'Open Sans', sans-serif;}

h3{font-size: 25px;}

h4{font-size: 20px;}

h5{font-size: 15px;}

h6{font-size: 10px;}

p{font-size: 14px; color: #2c2c2c; font-size: 15px; line-height: 1.7;}


/* 
3.0 - HTML BASIC
========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

.section{
    padding: 60px 0px 60px 0px;
}

.blog{
    padding: 40px 0px 40px 0px;
    clear: both;
}

hr.line { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin: 5px 0px 30px 0px;    
}

.main-fullwidth .section{
    padding-bottom: 20px;
    
}

hr.short{
	width: 5%;
    border-top: 3px solid #2D527C;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* ==========================================================================
   #NAVBAR
   ========================================================================== */
.main-navbar{
    background: #FFF;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    
}

.navbar-default{
    background-color: #FFF;
    border-color: transparent;
    top: 10px;
    padding-bottom: 10px;
}

.navbar{
    margin: 0px;
}

.navbar-default .navbar-brand{
    margin-top: -18px;
}

.navbar-default .navbar-brand .logo{
    font-size: 25px;
    line-height: 1.2;
    color: #0798BC;
    font-family: 'Anton', sans-serif;
}

.logo img{
    width: 270px;
}

.navbar-default .navbar-brand p{
    font-size: 13px;
    margin: -13px 0px 0px 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #2B96CC;
    font-weight: 550;
    font-size: 14px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.6s;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2D527C;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #2D527C;
    background-color: transparent;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #47546b;
    background-color: transparent;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

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

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

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

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}

span-color{
    color: #2D527C;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 4px 0;
  margin: 2px 0 0;
  margin-left: -10px;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #F0F0F0;
  border-top: 2px solid #2B96CC;    
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2B96CC;
  white-space: nowrap;
  font-size: 13px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2D527C;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* 
5.0 - CAROUSEL
========================================================================== */
.main-slider{
    padding-top: 110px;
}

#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#first-slider .slide1 h2,#first-slider .slide2 h2,#first-slider .slide3 h2,#first-slider .slide4 h2{
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
}

#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 750px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider .slide1 {
    background-image: url("../img/carousel/image1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background-image: url("../img/carousel/image4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
    background-image: url("../img/carousel/image2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
    background-image: url("../img/carousel/image3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-inner .item .content{
    top: 38%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner .item .content .btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.carousel-inner .item .content .btn-default:focus,
.carousel-inner .item .content .btn-default.focus {
  color: none;
  background-color: none;
  border-color: none    ;
}
.carousel-inner .item .content .btn-default:hover {
  color: #FFF;
  background-color: #FFC428;
  border-color: #FFC428;
}

#first-slider h3{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#first-slider h4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#first-slider h2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border:none;
}

#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #2D527C;
    border:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    font-size: 50px;
    color: #2D527C;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    font-size: 50px;
    color: #2D527C;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 
6.0 - HOME PAGE
========================================================================== */
.top-header{
    height: 40px;
    background: #0798BC;
    color: #FFF;
    margin-top: -10px;
}

.top-header .main{
    padding: 0px 30px 0px 30px;
}

.top-header p{
   padding-top: 7px;
   text-align: left;
   color: #FFF;
}

.contact-top{
    float: right;
}

.welcome-top{
    float: left;
}

.social-top .social-networks .social-icons img{
    width: 18px;
    
}

.social-top .social-networks{
    padding-top: 5px; 
}

.schedule{
    background: #f0f0f0;
    padding-bottom: 16px;
}

.schedule h3{
    text-align: center;
    font-size: 40px;
    color: #2b96cc;
}

.schedule h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: -10px 0px 20px 0px;
}

.clock-icon p{
    text-align: center;
    font-size: 30px;
    margin: 20px 0px 20px 0px;
}

p.days{
   float: left;    
}

p.time{
   float: right;
    
}

.schedule-box{
    padding: 0px 30px 0px 30px;
    clear: both;
    height: 20px;
}

.emergency img{
    width: 100%;
}

.emergency{
    padding-top: 70px;
    margin: -15px;
}

.service-box h2{
    text-align: left;
    margin-bottom: 20px;
}

.service-front h2{
    margin-bottom: 20px;
    text-align: left;   
}

.service-box .row .col-md-6{
    margin-top: 20px;
}

.services-panel{
    margin-bottom: 20px;
}

.services-panel h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Oswald', sans-serif;
}

hr.line1{
	border-top: 1px solid #ddd;
    clear: both;
    margin: 15px 30px 15px 30px;
}

p.front-description{
    margin-bottom: 20px;
}

/* ==========================================================================
    #PAGES
============================================================================= */
.section-header{
    width: 100%;
    height: 260px;
    background-color: #F0F0F0;
    border-bottom: solid 1px #DDD;
    position: relative;
    padding: 0px 20px 0px 20px;
}

.pages-title{
   position: absolute; 
   bottom: 10px;     
}

.pages-title h1{
    font-size: 25px;
    line-height: 1; 
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.page-map{
    margin-top: -15px;
}

/* ==========================================================================
    #SERVICES
============================================================================= */
.box-block{
     width: 100%;
    height: 250px;
    background: #f0f0f0;
    padding: 30px 10px 20px 10px; 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s; 
    margin-bottom: 20px;
}

.box-block:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.box-block .fa{
    font-size: 40px;
    color: #2D527C;
    margin-bottom: 10px;
}

.box-block p{
    text-align: center;
    color: #333;
}

.box-block h3{
    text-align: center;
    color: #2B96CC;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

/* ==========================================================================
    #ABOUT US
============================================================================= */
.about-us h2{
    text-align: left;
}

.about-us h4{
    font-family: 'Oswald', sans-serif; 
    margin-bottom: 15px;
}

.about-us p{
    margin-bottom: 15px;
}

.about-image img{
    width: 100%;
}

button.accordion {
    background-color: #2B96CC;
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 0px;
    border-bottom: solid 1px #FFF;
}

button.accordion.active, button.accordion:hover {
    background-color: #2D527C;
}

button.accordion:after {
    font-family: FontAwesome;
    content: "\f077";
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    font-family: FontAwesome;
    content: "\f078";
}

div.panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel{
    border: none;
    margin: 0px;
}

.panel p{
    text-align: left;
    padding: 20px 0px 20px 0px;
    color: #999;
}

.values{
    margin-top: 27px;
}


/* ==========================================================================
    #CONTACT FORM
============================================================================= */
.contact-form h2{
    font-size: 25px;
    text-align: left;
    font-weight: normal;
}

.contact-form p{
    margin-top: 15px;
}

.contact{
    margin-top: 30px;
}

.media-left .fa{
    font-size: 60px;
    color: #2D527C;
}

h4.media-heading{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.media-body p{
    margin-top: -10px;
    line-height: 2;
}

.contact  .row .col-md-7{
    padding: 0px 30px 0px 30px;
}
/* ==========================================================================
    #404 PAGE
============================================================================= */
.error-page h2{
    font-size: 25px;
    text-align: center;
    font-weight: normal;
}

.error-page {
    min-height: 400px;
}
.error-page p{
    margin-top: 15px;
    text-align: center;
}

h4.error-number{
    font-size: 200px;
    line-height: 1;
    text-align: center;
    color: #2D527C;
    font-family: 'Anton', sans-serif;
    margin-top: 60px;
}


/* ==========================================================================
   #DOCTOR PROFILE - doctor-profile.html
   ========================================================================== */
.doctor-card{
    background-color: #F0F0F0;
    border: solid 1px #ddd;
    height: 100%;
    padding-bottom: 60px;
}

.doctor-card .social-block .social-icons .fa{
    text-align: center;
    color: #2B96CC;
    margin: 3px;   
}

.doctor-card .social-block{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.doctor-card h3{
    font-size: 16px;
    padding: 10px 0px 5px 0px;
    color: #999999;
    text-align: center;
}

hr.card{
	width: 80%;
    border-top: 1px solid #bfbfbf;
}

.doctors-schedule{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.doctors-schedule hr.dotted{
	width: 100%;
    border-top: 1px dotted #999999;
    margin-bottom: 0px;
    margin-bottom: 5px;
}

.doctors-schedule p.day{
    float: left;
    padding: 0px 0px 5px 0px;
    color: #999999;
    font-size: 14px;
}

.doctors-schedule p.time{
    float: right;
    padding: 0px 0px 5px 0px;
    color: #999999;
    font-size: 14px;
}

.doctor-information{
    text-align: left;
}

.doctor-information p{
    color: #999;
}

.doctor-information h2, h4{
    text-align: left;
}

.doctor-information h2{
    font-size: 25px;
    color: #2D527C;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.doctor-information h4{
    font-size: 18px;
    color: #2B96CC;
    font-family: 'Oswald', sans-serif;
}

.doctor-information h5{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

hr.doctors{
	width: 100%;
    border-top: 1px solid #dddd;
    margin: 0px;
    margin: 10px 0px 10px 0px;
}

.doctor-card h2{
    display: none;
}

.doctor-card h4{
    display: none;
}

.social-doctors{
    display:inline-block;
    margin-right: 2px;
}

/* ==========================================================================
   #BLOG DETAILS - blog-details.html
   ========================================================================== */
.post-reference{
    display:inline-block;
    margin: 5px 10px 5px 0px;
    font-size: 12px;
}
.post-reference p{
    font-size: 14px;
    color: #a6a6a6;
    font-family: 'Oswald', sans-serif;
}

.post-reference .fa{
    color: #999;
}

h1.post-title{
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2D527C;
    font-family: 'Roboto', sans-serif;
}

h5.post-title{
    text-transform: uppercase;
}

.post-image img{
    width: 100%;
}

.post-content p{
    margin-top: 30px;
}

.post-tags{
    margin-bottom: 20px;
    color: #a6a6a6;
}

.post-tags .post-reference .fa{
    color: #FFF;
}

.btn-fb{
    background-color: #3B5999;
    color: #FFF;
}

.btn-fb:hover{
    background-color: #3B5999;
    opacity: 0.8;
    color: #FFF
}

.btn-tw{
    background-color: #55ACEE;
    color: #FFF;
}

.btn-tw:hover{
    background-color: #55ACEE;
    opacity: 0.8;
    color: #FFF
}

.btn-gplus{
    background-color: #DD4B39;
    color: #FFF;
}

.btn-gplus:hover{
    background-color: #DD4B39;
    opacity: 0.8;
    color: #FFF
}

.btn-li{
    background-color: #0077B5;
    color: #FFF;
}

.btn-li:hover{
    background-color: #0077B5;
    opacity: 0.8;
    color: #FFF
}

.content .new-blog .row .col-md-4 .thumbnail .caption h3{
    font-size: 18px;
    margin-top: -18px;
}

.comments-block{
    padding: 15px;
}

.controls .row .col-md-6{
    padding: 0px;
}

.controls .row .col-md-12{
    padding: 0px;
}

.top-post .row .col-md-12{
    padding: 0px;
}

h5.line-title{
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 10px;
}

h5.line-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #01B9AF;
  margin-bottom: -1px;
  max-width: 150px;
  padding-bottom: 10px;  
}

.sidebar{
    height: 300px;
}

.post-thumbnail img{
    width: 150px;
    height: 101px;
    float: left;
    margin-right: 10px;
}

.top-post .thumbnail-info h3{
    text-align: left;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.top-post .thumbnail-info p.category{
    line-height: 1.6;
    color: #2B96CC;
    font-size: 13px;
 }

.top-post .thumbnail-info p.views{
    line-height: 1.3;
    color: #a6a6a6;
    font-size: 13px;
}

.top-post .row .col-md-12{
    margin-bottom: 15px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    margin: 0px 4px 0px 4px;
    font-family: 'Archivo Narrow', sans-serif;
}

.pagination a.active {
    background-color: #2D527C;
    color: white;
    border: 1px solid #2D527C;
}

.pagination a:hover:not(.active) {background-color: #2D527C; color: #FFF;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
/* ==========================================================================
    #BOOTSTRAP RESET
============================================================================= */
.btn-info{
    background-color: #2B96CC;
    border-color: #2B96CC;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #01B9AF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.btn-info {
  color: #fff;
  background-color: #0798BC;
  border-color: #0798BC;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0798BC;
  border-color: #0798BC;
}
.btn-info:hover {
  color: #fff;
  background-color: #247ca8;
  border-color: #247ca8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0798BC;
  border-color: #0798BC;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0798BC;
  border-color: #0798BC;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #0798BC;
  border-color: #0798BC;
}
.btn-info .badge {
  color: #0798BC;
  background-color: #fff;
}

/* ==========================================================================
    #CALL TO ACTION
============================================================================= */
.call-out{
    width: 100%;
    height: auto;
    padding: 30px 0px 45px 0px;
    background-color: #2B96CC;
}

.call-out h2{
    font-weight: 500;
    font-size: 30px;
     margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.call-out p{
    margin-top: -5px;
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
}

.btn-callout{
    float: right;
    margin-top: -45px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FFF;
    font-size: 17px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
}

.btn-callout:hover {
  color: #2b96cc;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-callout:focus,
.btn-callout.focus {
  color: #2B96CC;
  background-color: #FFF;
  border-color: #FFF;
}

.main-callout{
    background: #2b96cc;
}

/* ==========================================================================
   #DOCTOR CAROUSEL
   ========================================================================== */
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: #2B96CC;   
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #01B9AF;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
    display: none;
}
.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.prev {
  color: #2D527C;
  position: absolute;
  top: 40%;
  left: -2em;
  font-size: 1.5em;
  background-color: #d5ebf6;
  width: auto;
  height: 40px;
  padding: 2px 20px 0px 20px;
  border-radius: 4px;
  
}
.prev :hover {
  cursor: pointer;
  color: black;
}

.next {
  color: #2D527C;
  position: absolute;
  top: 40%;
  right: -2em;
  font-size: 1.5em;
  background-color: #d5ebf6;
  width: auto;
  height: 40px;
  padding: 2px 20px 0px 20px;
    border-radius: 4px;
}
.next :hover {
  cursor: pointer;
  color: #2D527C;
}

.next .fa{
    font-size: 30px;
}

.prev .fa{
    font-size: 30px;
}

.card {
    transition: 0.3s;
    width: 100%;
    background-color: #F0F0F0;
    text-align: center;
    height: auto;
    padding-bottom: 10px;
}

.doctor-info {
    padding: 2px 16px;
}

.doctor-info h4{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
}

.doctors{
    margin: 4px;
}

@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}

/* ==========================================================================
    #COUNTERS
============================================================================= */
circle-counter {
    font-size: 33px;
    color: #333;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    margin: 0px 30px 0px 30px;
}

circle-counter h4{
    font-size: 16px;
    text-align: center;
    color: #FFF;
}

.circle{
    font-size: 40px;
    text-align: center;
    color: #FFF;
}

circle-counter > circle-counter {
    margin-bottom: 0;
}

.counter-icon{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.counter-icon .fa{
    font-size: 70px;
    color: #FFF;
}

code, code > circle-counter {
    text-align: left;
    display: block;
    background: #444;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    
}

code > circle-counter {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
circle-counter {
    font-size: 28px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.circle {
    clear: both;
}
            
circle-counter h4{
    margin-left: 0px;
}
            
}

@media only screen and (max-width: 800px) {
div > circle-counter {
    font-size: 33px;
    display: block;
    width: 100% !important;
}

circle-counter {
    font-size: 33px;
}

code {
    margin-bottom: 10px;
}
}

.parallax{
    background-image: url("../img/medical2.jpg");
    height: 380px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

/* ==========================================================================
   #SCROLLING TOP
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(9, 92, 131, 1) url(../img/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #2B96CC;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   #FILTER GALLERY
   ========================================================================== */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.section .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 18px;
  color: #999;
  text-decoration: none;
  line-height: 1.5;
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#01B9AF;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: #2D527C;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 20px);
          flex: 1 0 calc(100% - 20px);
  
}
.project:hover .project-info {
  background: rgba(43, 150, 204, 0.8);
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) );
            flex: 0 0 calc((100% / 3) );
  }
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #FFF;
  background: #01B9AF;
  border-color: #01B9AF;
}

/* ==========================================================================
   #BOOTSTRAP RESET
   ========================================================================== */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  position: relative;
}

.thumbnail .caption {
  padding: 0px;
  color: #333;
  padding-top: 20px;
}

.thumbnail .caption p{
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.9;
    margin-bottom: 15px;
}

.thumbnail .caption h5{
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
    
}

.thumbnail .caption h6{
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
}

.btn-news{
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid #FFF;
    font-size: 14px;
    border-radius: 4px;
    background-color: #2b96cc;
    color: #FFF;
}

.btn-news:hover {
  color: #FFF;
  background-color: #2D527C;
  border-color: #2D527C;
}

.btn-news:focus,
.btn-news.focus {
  color: #FFF;
  background-color: #2D527C;
  border-color: #2D527C;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
footer{
    background: #2D527C;
    padding: 0px 0px 30px 0px;
    border-top: solid 4px #2B96CC;
}

.span-footer p{
    color: #FFF;
    line-height: 1.7;
    font-size: 15px;
}

h5.footer-title{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;    
}

.footer-below{
    background: #3ab3df;
    padding: 10px 0px 10px 0px;
}

.footer-below p{
    text-align: center;
    color: #FFF;
}

.footer-thumbnail img{
    width: 100%;
    border-radius: 0px;
}

.span-footer .row .col-md-3{
    padding: 2px;
}

.span-footer .row{
    margin: 0px;
}

.social-footer{
    margin-top: 10px;
}

.social-footer .social-icons .fa{
    font-size: 20px;
}

.top-footer{
    background: #a4c125;
    width: 100%;
}

.top-btn{
    float: right;
    margin-top: -45px;
}

.top-label h5{
    font-size: 22px;
    color: #FFF;
}

.top-footer .section{
    padding: 30px 0px 30px 0px;
}

.social-icons{
    display: inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    color: #FFF;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.6s;  
}

.social-icons .fa:hover{
    color: #2B96CC;
}

.quick-links{
    width: 100%;
}

.quick-links .span-left{
    float: left;
    margin-right: 60px;
}

hr.line-footer{
	width: 60px;
    border-top: 3px solid #2B96CC;
    margin: -10px 0px 10px 0px;
}

.footer-below{
    background: #2B96CC;
    height: 50px;
}

.footer-below p{
    font-size: 13px;
    margin-top: 5px;
}

footer a:link {
    color: #FFF;
}

footer a:visited {
    color: #FFF;
}

footer a:hover {
    color: #2B96CC;
}

/* ==========================================================================
   #MEDIA QUERIES
   ========================================================================== */
@media (min-width: 1200px) {
.main {
    width: 1200px;
}
    
.main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
     
}

@media (max-width: 1100px) {
.next .fa{
    display: none;
}

.prev .fa{
    display: none;
}
    
.next, .prev{
    background: none;
}

}
    
@media (max-width: 991px) {

h2{
    font-size: 25px; 
    text-align: center; 
    font-weight: 700; 
    color: #999; 
    line-height: 1.3; 
}
    
.top-header{
    display: none;
}
    
.main-slider{
    padding-top: 50px;
}
    
.main-navbar{
    background: #FFF;
    padding: 0px;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}
    
.main-navbar .main{
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}
    
.navbar-default{
    top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-brand{
    margin-top: -2px;
}

.navbar-default .navbar-brand .logo{
    font-size: 20px;
    line-height: 1.2;
    color: #0798BC;
    font-family: 'Anton', sans-serif;
}

.logo img{
    width: 30px;
}
    
.navbar-default .navbar-nav > li > a {
    color: #2B96CC;
    font-size: 14px;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 30px;
}

#first-slider .slide1 h2,#first-slider .slide2 h2,#first-slider .slide3 h2,#first-slider .slide4 h2{
    font-size: 20px;
}
    
#first-slider .slide1 .content p, #first-slider .slide2 .content p, #first-slider .slide3 .content p, #first-slider .slide4 .content p{
    font-size: 13px;
    line-height: 1.5;
}
    
#first-slider .carousel .item {
  min-height: 500px; 
}
    
.call-out{
    width: 100%;
    height: auto;
    padding: 30px 20px 35px 20px;
}
    
.call-out h2{
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.call-out p{
    margin-top: -5px;
    font-size: 13px;
    text-align: center;
}

.btn-callout{
    float: none;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FFF;
    font-size: 17px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
}
 
.schedule{
    margin-top: 50px;
}

.services-panel h3{
    text-align: center;
    font-size: 20px;
}
    
.services-panel p{
    text-align: center;
}
    
.service-box{
    padding-right: 0px;
}

.service-box h2{
    text-align: center;
    margin-bottom: 20px;
}
    
.service-box p{
    text-align: center;
}
    
.medical-icons{
    margin: auto;
    width: 64px;
}
    
.parallax{
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 30px 0px;
}
    
circle-counter{
    padding-bottom: 20px;
}
    
.colunm-center{
    margin: 30px 0px 70px 0px;
}
    
.address{
    margin-top: 40px;
}
    
.doctor-information h2{
    display: none;
}

.doctor-information h4{
    display: none;
}
    
.doctor-card{
    margin-bottom: 30px;
}
    
hr.doctors{
        display: none;
}
    
.doctor-card h2{
    display: inherit;
    color: #095C83;
    margin-top: 20px;
}

.doctor-card h4{
    display: inherit;
    margin-top: -5px;
    color: #999999;
    text-align: center;
}
    
.doctor-info h4{
    font-size: 23px;
}
    
.sidebar{
    display: none;
}
    
.contact-address{
    margin: 0px;
}
    
.post-reference{
    display:inline-block;
    margin: 5px 10px 5px 0px;
    font-size: 12px;
}
.post-reference p{
    font-size: 13px;
    color: #a6a6a6;
}

h1.post-title{
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 600;
        margin-top: -35px;
}

.post-content p{
    margin-bottom: 30px;
}
    
.blog-content{
      margin-top: -80px;  
}
    
.section-header{
    height: 180px;
    padding: 0px;
}

.pages-title{
   position: absolute; 
   bottom: 5px;     
}

.pages-title h1{
    font-size: 18px;
}

.page-map{
    margin-top: -15px;
}
    
.page-map p{
    font-size: 13px;
}
    
.error-page h2{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.error-page p{
    margin-top: 14px;
    text-align: center;
}

h4.error-number{
    font-size: 150px;
    line-height: 1;
    text-align: center;
    color: #2D527C;
    font-family: 'Anton', sans-serif;
    margin-top: 20px;
}
 
}

@media (max-width: 767px) {
h2{
    font-size: 20px; 
}
    
.services-panel .h3{
  font-size: 16px;
}

.section .nav-item{
  font-size: 16px;
}

.thumbnail .caption h5{
  font-size: 18px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
    
}

.thumbnail .caption h6{
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
}
    
.service-front h2{
    text-align: center;   
}  
    
.service-front p{
    text-align: center;   
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    display: none;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 30px;
}

#first-slider .slide1 h2,#first-slider .slide2 h2,#first-slider .slide3 h2,#first-slider .slide4 h2{
    font-size: 14px;
}
    
#first-slider .slide1 {
    background-image: url("../img/carousel/image1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
#first-slider .slide2 {
    background-image: url("../img/carousel/image1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
#first-slider .slide3 {
    background-image: url("../img/carousel/image1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
#first-slider .slide4 {
    background-image: url("../img/carousel/image1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
    
.call-out h2{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.call-out p{
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

.btn-callout{
    float: none;
    margin-top: 10px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #FFF;
    font-size: 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
}
    
.elements-2 .btn-callout{
    float: none;
    margin-top: 10px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #FFF;
    font-size: 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
} 
    
hr.short{
	width: 8%;
}
    
.doctor-info h4{
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
    
.section .nav-item {
  font-size: 15px;
}
    
.about-us h4{
    font-family: 'Oswald', sans-serif; 
    margin: 10px 0px 15px 0px;
    line-height: 1.3;
}
    
.contact-form h2{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}
    
.error-page h2{
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

.error-page p{
    margin-top: 14px;
    text-align: center;
    line-height: 1.3;
}

h4.error-number{
    font-size: 100px;
    line-height: 1;
    text-align: center;
    color: #2D527C;
    font-family: 'Anton', sans-serif;
    margin-top: 20px;
}
        
}

   