/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face
{
  font-family:"CormorantUpright-Bold";
  src:url('../fonts/CormorantUpright-Bold.ttf');
}
@font-face
{
  font-family:"Montserrat-Regular"
  src:url('../fonts/Montserrat-Regular.ttf');
}

body 
{
  background: #fff;
  color: #000;
  /*font-family: "Montserrat-Regular";*/
  margin-top: 6.5%;
  font-size: 15px;
}
a 
{
  color: #fff;
  transition: 0.5s;
}
a:hover, a:active, a:focus 
{
  color: #18d36e;
  outline: none;
  text-decoration: none;
}
p
{
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 15px;
  color: #000;
}
h1, h2, h3, h4, h5, h6 
{
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.back-to-top 
{
  position: fixed;
  display: none;
  background: #006699;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i 
{
  padding-top: 12px;
  color: #fff;
}
@media (max-width: 768px) 
{
  .back-to-top 
  {
    bottom: 15px;
  }
}
.fa 
{
  display: inline-block;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header 
{
  background: #fff;
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 100; /* 997 */
  border-bottom: 1px solid #000;
}
#header.header-scrolled 
{
  background: #fff;
  transition: all 0.5s;
}
#header #logo 
{
  float: left;
  padding:10px 0px;
}
@media (min-width: 1024px) 
{
  #header #logo 
  {
    padding-left: 60px;
  }
}
#header #logo h1 
{
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover 
{
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #006699;
}
#header #logo img 
{
  padding: 0;
  margin: 0;
}
@media (max-width: 768px)
{
  #header #logo h1 
  {
    font-size: 28px;
  }
  #header #logo img 
  {
    max-height: 40px;
  }
}
.header-top
{
  width: 100%;
  background: #006699;
  margin: 0;
  padding: 10px 0px 10px 80px;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 320px) and (max-width: 850px)
{
  .header-top
  {
    display: none;
  }
}
.desk-call
{
  display: block;
}
.mob-call
{
  display: none;
}
@media (min-width: 320px) and (max-width: 991px)
{
  .desk-call
  {
    display: none;
  }
  .mob-call
  {
    display: block;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * 
{
  margin-top: 2.5%;
  padding: 0;
  list-style: none;
}
.nav-menu ul 
{
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li 
{
  position: relative;
  white-space: nowrap;
}
.nav-menu > li 
{
  float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul 
{
  display: block;
}
.nav-menu ul ul 
{
  top: 0;
  left: 100%;
}
.nav-menu ul li 
{
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul 
{
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after 
{
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after
{
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container 
{
  float: right;
  margin: 0;
}
@media (min-width: 1024px) 
{
  #nav-menu-container 
  {
    padding-right: 60px;
  }
}
@media (max-width: 850px) 
{
  #nav-menu-container 
  {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a 
{
  padding: 0 12px 10px 12px;
  text-decoration: none;
  /*display: inline-block;*/
  color: #000;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a 
{
  color: #006699;
}
.nav-menu ul .menu-active1
{
  color: #006699;
}
.nav-menu ul .menu-active1 hover
{
  color: #F37008;
}
.nav-menu ul .menu-active2
{
  color: #ff0000;
}
.nav-menu ul .menu-active2 a:hover
{
  color: #F37008;
}
.nav-menu > li 
{
  margin-left: 10px;
}
.nav-menu ul 
{
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li 
{
  transition: 0.3s;
}
.nav-menu ul li a 
{
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a 
{
  color: #F37008;
}
.nav-menu ul ul 
{
  margin: 0;
}


/* Mobile Nav Toggle */
#mobile-nav-toggle 
{
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i 
{
  color: #000;
}
@media (max-width: 850px) 
{
  #mobile-nav-toggle 
  {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav 
{
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #006699;
  opacity: 0.8;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul 
{
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li 
{
  position: relative;
}
#mobile-nav ul li a 
{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}
#mobile-nav ul li a:hover 
{
  color: #fff;
}
#mobile-nav ul li li 
{
  padding-left: 30px;
  list-style-type: none;
}
#mobile-nav ul .menu-has-children i 
{
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 12px 15px 15px 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up 
{
  color: #006699;
}
#mobile-nav ul .menu-has-children li a 
{
  text-transform: none;
}
#mobile-nav ul .menu-item-active 
{
  color: #F37008;
}
.nav-menu > .menu-active > a 
{
  color: #006699;
}
#mobile-nav li:hover > a
{
  color: #F37008;
}
#mobile-nav ul .menu-active1
{
  color: #F37008;
}
#mobile-nav ul .menu-active1 hover
{
  color: #F37008;
}
#mobile-navul .menu-active2
{
  color: #ff0000;
}
#mobile-nav ul .menu-active2 a:hover
{
  color: #F37008;
}
#mobile-body-overly 
{
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}


/* Mobile Nav body classes */
body.mobile-nav-active 
{
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav 
{
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle 
{
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 
{
  font-size: 32px;
  color: #006699;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family: "CormorantUpright-Bold";
}
.section-header h3::before 
{
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after 
{
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #006699;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header p 
{
  padding-bottom: 0 px;
  color: #000;
}

/* Section with background
--------------------------------*/
.section-bg 
{
  background: #f7f7f7;
}

/* About Us Section
--------------------------------*/
#about-us 
{
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;*/
  background: #000;
  padding: 80px 0 40px 0;
  position: relative;
}
#about-us::before 
{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#about-us .container 
{
  position: relative;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 991px)
{
  #about-us p 
  {
    padding-top: 2%;
  }
}
#achievements 
{
  padding: 80px 0px 80px 0px;
}
.certificate
{
  color: #F37008;
  border: 1px solid #F37008;
  border-radius: 10px;
  padding: 5px 10px;
} 
.certificate:hover
{
  border: 1px solid #006699;
  color: #006699;
} 
@media (min-width: 320px) and (max-width: 767px)
{
  #achievements .col-md-3
  {
    margin-bottom: 5%;
  }
}

/* Services Section
--------------------------------*/
#services 
{
  background: #fff;
  background-size: cover;
  padding: 80px 0 40px 0;
}
#services .services-col 
{
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
#services .services-col .img 
{
  position: relative;
}
#services .services-col .img img 
{
  border-radius: 4px 4px 0 0;
}
#services .services-col .img:hover 
{
  opacity: 0.8;
}
#services .services-col .icon 
{
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #006699;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}
#services .services-col i 
{
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#services .services-col:hover .icon 
{
  background-color: #fff;
}
#services .services-col:hover i 
{
  color: #006699;
}
#services .services-col h2 
{
  color: #000;
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
}
#services .services-col h2 a 
{
  color: #006699;
}
#services .services-col h2 a:hover 
{
  color: #006699;
}
#services .services-col p 
{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* Call To Action Section
--------------------------------*/
#call-to-action 
{
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../images/spine-surgeon-contact.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#call-to-action h3 
{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action p 
{
  color: #fff;
}
#call-to-action .cta-btn 
{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover 
{
  background: #006699;
  border: 2px solid #F37008;
}

/* Testimonials Section
--------------------------------*/
#testimonials 
{
  background: url("../images/testimonial-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 80px 0 80px 0px;
}
#testimonials1
{
  padding: 80px 0 80px 0px;
} 
#testimonials1 h5
{
  color: #F37008;
}
#testimonials .section-header 
{
  margin-bottom: 40px;
}
#testimonials .testimonial-item 
{
  text-align: center;
}
#testimonials .testimonial-item .testimonial-img 
{
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 
{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 
{
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left 
{
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right 
{
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p
{
  font-style: italic;
  margin: 0 auto 15px auto;
}
@media (min-width: 992px) 
{
  #testimonials .testimonial-item p 
  {
    width: 80%;
  }
}
#testimonials .owl-nav, #testimonials .owl-dots 
{
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot 
{
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #006699;
}
#testimonials .owl-dot.active 
{
 background-color: #006699;
}
.testi 
{
  padding: 15px 30px 0px 30px;
  border-radius: 25px;
  border: 1px solid #F37008;
  margin-bottom: 20px;
}

/* Contact Section
--------------------------------*/
#contact 
{
  padding: 80px 0;
}
#contact .contact-info 
{
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i 
{
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #006699;
}
#contact .contact-info address, #contact .contact-info p 
{
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 
{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006699;
}
#contact .contact-info a 
{
  color: #000;
}
#contact .contact-info a:hover 
{
  color: #006699;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email 
{
  margin-bottom: 20px;
}
@media (min-width: 768px) 
{
  #contact .contact-address, #contact .contact-phone, #contact .contact-email 
  {
    padding: 20px 0;
  }
}
@media (min-width: 768px) 
{
  #contact .contact-address 
  {
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 768px) 
{
  #contact .contact-phone 
  {
    border-right: 1px solid #ddd;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer 
{
  background: #f7f7f7;
  border-top: 2px solid #F37008;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 14px;
}
#footer .copyright 
{
  text-align: center;
  padding-top: 10px;
}
#footer .copyright 
{
  text-align: center;
  font-size: 13px;
  color: #000;
}
#footer .copyright a 
{
  color: #006699;/*fdc716*/
}
#footer .copyright a:hover 
{
  text-decoration: underline;
}
#footer .social a 
{
  color: #000;
}

/******custom******/
.blue-btn 
{
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  border: 2px solid #F37008;
  color: #F37008;
  background: #fff;
}
.blue-btn:hover 
{
  background: #fff;
  color: #006699;
  border: 2px solid #006699;
}
.border 
{
  border: 1px solid #000;
}
.img-responsive
{
  max-width:100%;
  height:auto;
}
#video
{
  padding-bottom: 80px;
}
.justify
{
  text-align: justify;
}
.text-blue
{
  color: #006699;
}
.text-orange
{
  color: #F37008;
}


/*********** our team *****/

#consultant-spinal-surgeon, #international-team, #physiotherapist
{
  padding: 80px 0px 60px 0px;
}
li 
{
  list-style-type: circle;
}
#consultant-spinal-surgeon ul, li 
{
  margin: 0px;
}
.horizontal
{
  width: 50% auto;
  border-bottom: 1px solid #F37008;
  margin-bottom: 20px;
  border-width: 50% auto;
}


/********* Gallery *********/

#spine-surgeries, #media, #spine-postures
{
  padding: 80px 0px 80px 0px;
}
figcaption p 
{
  color: #006699;
  font-size: 18px;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 991px)
{
  #media .col-md-3, #spine-postures .col-md-6
  {
    margin-bottom: 2%;
  }
}

/******* Services ********/
#endoscopic-spine-surgery, #minimally-invasive-spine-surgery
{
  padding: 80px 0px;
}
.overlay img
{
  opacity: 0.8;
}
.overlay img:hover
{
  opacity: 1;
}

/******** inner banners ********/
#inner-banner img
{
  width: 100%;
}
@media (min-width: 1300px) and (max-width: 1500px)
{
  #inner-banner
  {
    margin-top: 8%;
  }
}
@media (min-width: 1200px) and (max-width: 1299px)
{
  #inner-banner
  {
    margin-top: 9%;
  }
}
@media (min-width: 1100px) and (max-width: 1199px)
{
  #inner-banner
  {
    margin-top: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1100px)
{
  #inner-banner
  {
    margin-top: 10%;
  }
}
@media (min-width: 800px) and (max-width: 991px)
{
  #inner-banner
  {
    margin-top: 12%;
  }
}
@media (min-width: 769px) and (max-width: 799px)
{
  #inner-banner
  {
    margin-top: 10%;
  }
}
@media (min-width: 600px) and (max-width: 768px)
{
  #inner-banner
  {
    margin-top: 6%;
  }
}
@media (min-width: 400px) and (max-width: 599px)
{
  #inner-banner
  {
    margin-top: 10%;
  }
}
@media (min-width: 320px) and (max-width: 399px)
{
  #inner-banner
  {
    margin-top: 16%;
  }
}
@media (min-width: 550px) and (max-width: 767px)
{
#inner-banner img{
height: 200px;
}
}
@media (min-width: 400px) and (max-width: 549px)
{
#inner-banner img{
height: 150px;
}
}
@media (min-width: 320px) and (max-width: 399px)
{
#inner-banner img{
height: 100px;
}
}

