
/*
  Template Name: MedService - Medical & Medical Health Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: MedService - Medical & Medical Health Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Tags: Responsive, HTML5 Template, Jthemes, One Page, Landing, Medical, Health, Healthcare, Doctor, Clinic, Care, Hospital
*/


html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
} 
 
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 300;
  background-color: #f8f9fb;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*   BACKGROUND SETTINGS FOR SECTION
/*------------------------------------------*/

.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px; 
}

/*------------------------------------------*/
/*  CONTENT
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover {color: #444;text-decoration: none;}
a:focus {outline: none;text-decoration: none;}
.img-responsive {display: inline-block; }

.btn {
  background-color: #00a3c8;
  color: #fff; 
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 15px 30px; 
  border: 2px solid #00a3c8;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; 
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn:hover {
  color: #fff!important;
  background-color: #0e8eab;
  border-color: #0e8eab;
}

#select .btn:hover, #i-pages .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*   SECTION TITLE    
/*------------------------------------------*/

span.section-id {
  color: #00a3c8;
  font-size: 0.825rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 30px;   
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 { 
  color: #004861;
  font-size: 3rem; 
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
} 

.section-title p { 
  color: #858585;
  font-size: 1.25rem;
  padding: 0 18%;
  margin-bottom: 0;
} 

.section-title img {
  opacity: .7;
  margin-bottom: -30px;
  position: relative;
}

.white-color, 
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li, 
.white-color i, 
.white-color span {color: #fff;}

/*------------------------------------------*/
/*   PRELOAD SPINNER   
/*------------------------------------------*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#loader {
  width: 256px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -128px;
  margin-top: -19px;
}

.loader-inner {
  width: 256px;
  height: 38px;
  background: url(../images/loader.gif) center center no-repeat;  
}

/*------------------------------------------*/
/*   HERO    
/*------------------------------------------*/

#hero {
  background-image: url(../images/hero.jpg); 
  padding-top: 60px; 
  padding-bottom: 330px;
}

.hero-txt {
  position: relative; 
}

#hero h3 {
  color: #fff; 
  font-size: 4rem;  
  font-weight: 900;
  line-height: 1.25; 
  padding: 0 8%; 
  position: relative; 
  z-index: 999;
}

#hero p {
  color: #fff; 
  font-size: 1.3rem; 
  padding: 0 15%; 
  margin-top: 25px;
}

.hero-txt img {
  position: relative;
  margin-bottom: -125px;
}
/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select { 
  padding-bottom: 50px; 
  margin-top: -285px; 
  position: relative; 
}

#select .col-lg-4 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  text-align: center;
}

.select_link h4 {
  color: #004861;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700; 
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.select_link h4 span {
  color: #00a3c8;
  font-weight: 900; 
  margin-left: 5px;
}

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, .2)
  ;-moz-box-shadow: 0 0 10px rgba(10, 10, 10, .2);
  box-shadow: 0 0 10px rgba(10, 10, 10, .2);
}

.hover-overlay img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;-o-transition: all 600ms;
  transition: all 600ms;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.65);
  -moz-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.hover-overlay:hover > img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);-moz-transform: scale(1.1);
}

.hover-overlay:hover .item-overlay {opacity: 1; -moz-opacity: 1; }
.select_link:hover .overlay-content {bottom: 43%;opacity: 1; -moz-opacity: 1; }

/*------------------------------------------*/
/*   INNER PAGES
/*------------------------------------------*/

#i-pages {
  padding-top: 100px; 
  padding-bottom: 100px; 
  position: relative; 
  z-index: 3; 
}

.ip-box {
  text-align: center;
  margin: 0 12px 60px;
} 

/*------------------------------------------*/
/*   FEATURES
/*------------------------------------------*/

#features {
  padding-top: 20px;
  padding-bottom: 40px; 
}

.fbox {
  text-align: center;
  margin-bottom: 60px;
} 

.fbox img {
  width: 80px;
  height: 80px;
} 

.fbox h5 {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 8px;
} 

.fbox p {
  margin-bottom: 0;
} 

.features-btn {
  margin-top: 10px;
}

/*------------------------------------------*/
/*   Owl Carousel Dots
/*------------------------------------------*/

.inner-pages .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #004861;
  opacity: .7;
}

.inner-pages .owl-theme .owl-dots .owl-dot.active span, 
.inner-pages .owl-theme .owl-dots .owl-dot:hover span {
  background: #004861;
  opacity: 1;
}

/*------------------------------------------*/
/*   BANNER
/*------------------------------------------*/

#banner-1 {
  margin-top: 100px;
  background-image: url(../images/banner-1.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed !important;
}

#banner-2 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

#banner-1 .banner-txt {
  padding: 140px 60px 50px;
}

#banner-2 .banner-txt {
  padding: 0 60px 50px;
}

#banner-1 h2,
#banner-2 h2 {
  font-size: 3rem; 
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.5px;
  padding-right: 20px;
  margin-bottom: 35px;
}

#banner-2 h2 {
  color: #004861;
}

#banner-1 p {
  font-size: 1.15rem; 
  margin-bottom: 0;
}

#banner-2 p {
  color: #666;
  font-size: 1.15rem; 
  margin-bottom: 40px;
}

.banner-1-img {
  margin-top: -140px;
  position: relative;
  z-index: 999;
}

#banner-2 .banner-img {
  padding-bottom: 50px;
}

/*------------------------------------------*/
/*	 FOOTER  
/*------------------------------------------*/   

.footer {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.footer p {
  color: #757575; 
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.footer .svg-inline--fa {
  font-size: 1.15rem;
}

/*------------------------------------------*/
/*	  SCROLL TO TOP 
/*------------------------------------------*/ 

#scrollUp {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../images/icons/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: rgba(0, 165, 200, 0.95);
}

nav a#pull {  
  display: none;  
} 

@media (min-width: 1441px) and (max-width: 1920.99px) {
  .st-content { margin: 0 12%; }.section-title p { padding: 0 22%; }
  #select .col-lg-4 {max-width: 25%; flex: 0 0 25%; }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .st-content { margin: 0 2%; }

  .section-title h2 { font-size: 2.75rem; } 
  .section-title p { font-size: 1.1rem;padding: 0 20%;} 

  #hero { padding-top: 10px; }
  .hero-txt img { width: 280px; height: 280px; margin-bottom: -95px;}
  #hero h3 { font-size: 3.25rem; padding: 0 15%;}
  #hero p { font-size: 1.2rem; padding: 0 15%; margin-top: 25px; }

  .select_link h4 {font-size: 1rem; margin-top: 40px; }

  .fbox h5 { font-size: 1.15rem; margin-bottom: 8px;} 
  .fbox p { font-size: 0.95rem;} 
  .fbox img { width: 80px; height: 80px; } 

  #banner-1 { margin-top: 80px; }
  #banner-1 .banner-txt { padding: 120px 120px 50px 60px; }
  #banner-2 .banner-txt {padding: 0 30px 50px; }

  #banner-1 h2, #banner-2 h2 {font-size: 2.5rem; letter-spacing: -0.5px;padding-right: 20px;margin-bottom: 25px;}
  #banner-1 p {font-size: 1.05rem; }
  #banner-2 p {font-size: 1.05rem; margin-bottom: 35px;}
  .banner-1-img {margin-top: -100px;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 80px; padding-bottom: 60px; }

}


@media (min-width: 1200px) and (max-width: 1280.99px) {
  .st-content {margin: 0 2%; }

  .section-title h2 { font-size: 2.75rem; } 
  .section-title p { font-size: 1.1rem;padding: 0 20%;} 

  #hero { padding-top: 10px; }
  .hero-txt img { width: 280px; height: 280px; margin-bottom: -95px;}
  #hero h3 { font-size: 3.25rem; padding: 0 15%;}
  #hero p { font-size: 1.2rem; padding: 0 15%; margin-top: 25px; }

  .select_link h4 {font-size: 1rem; margin-top: 40px; }

  .fbox h5 { font-size: 1.15rem; margin-bottom: 8px;} 
  .fbox p { font-size: 0.95rem;} 
  .fbox img { width: 80px; height: 80px; } 

  #banner-1 { margin-top: 80px; }
  #banner-1 .banner-txt { padding: 125px 50px 50px 60px; }
  #banner-2 .banner-txt {padding: 0 50px 50px; }

  #banner-1 h2, #banner-2 h2 {font-size: 2.5rem; letter-spacing: -0.5px;padding-right: 20px;margin-bottom: 25px;}
  #banner-1 p {font-size: 1rem; }
  #banner-2 p {font-size: 1rem; margin-bottom: 35px;}
  .banner-1-img {margin-top: -100px;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 80px;padding-bottom: 60px; }
}


@media (min-width: 992px) and (max-width: 1199.99px) {
  .st-content {margin: 0 2%; }

  .btn { font-size: 0.815rem;padding: 14px 28px;  }

  .section-title h2 { font-size: 2.5rem; } 
  .section-title p { font-size: 1.1rem;padding: 0 12%;} 
  span.section-id { font-size: 0.8rem; margin-bottom: 20px; }

  #hero { padding-top: 0; padding-bottom: 200px; }
  .hero-txt img { width: 240px; height: 240px; margin-bottom: -75px;}
  #hero h3 { font-size: 2.85rem; padding: 0 15%;}
  #hero p { font-size: 1.1rem; padding: 0 12%; margin-top: 25px; }

  #select { padding-bottom: 60px; margin-top: -165px; }
  #select .col-lg-4 {margin-bottom: 40px;}
  .select_link h4 {font-size: 1rem; margin-top: 40px; }

  .fbox {width: 33.333%;padding-top: 20px;margin-bottom: 60px;} 
  .fbox h5 { font-size: 1.15rem;} 

  #banner-1 { margin-top: 70px; }
  #banner-1 .banner-txt { padding: 60px 0 0 20px; }
  #banner-2 .banner-txt {padding: 0 30px 50px; }

  #banner-1 h2, #banner-2 h2 {font-size: 2.25rem; letter-spacing: -0.5px;padding-right: 0;margin-bottom: 20px;}
  #banner-1 p {font-size: 1rem; }
  #banner-2 p {font-size: 1rem; margin-bottom: 30px;}
  .banner-1-img {margin-top: -100px;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 80px;padding-bottom: 60px; }

}

@media (min-width: 768px) and (max-width: 991.99px) { 
  .st-content {margin: 0 2%; }

  .btn { font-size: 0.815rem;padding: 14px 28px;  }

  .section-title { margin-bottom: 60px; }
  .section-title h2 { font-size: 2.25rem; } 
  .section-title p { font-size: 1rem;padding: 0 12%;} 
  span.section-id { font-size: 0.8rem; margin-bottom: 20px; }

  #hero { padding-top: 0; padding-bottom: 200px; }
  .hero-txt img { width: 240px; height: 240px; margin-bottom: -75px;}
  #hero h3 { font-size: 2.75rem; padding: 0 8%;}
  #hero p { font-size: 1.05rem; padding: 0 4%; margin-top: 25px; }

  #select { padding-bottom: 60px; margin-top: -165px; }
  #select .col-lg-4 {margin-bottom: 40px;}
  .select_link h4 {font-size: 1rem; margin-top: 40px; }

  #i-pages { padding-top: 80px; padding-bottom: 80px;  }

  .fbox {width: 50%;padding-top: 10px;margin-bottom: 60px;} 
  .fbox h5 { font-size: 1.3rem;} 

  #banner-1 { margin-top: 0; padding-top: 70px; padding-bottom: 70px; text-align: center; }
  #banner-2 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-1 .banner-txt, #banner-2 .banner-txt { padding: 0; }

  #banner-1 h2, #banner-2 h2 {font-size: 2.25rem; letter-spacing: -0.5px;padding-right: 0;margin-bottom: 20px;}
  #banner-1 p {font-size: 1rem; padding: 0 12%; }
  #banner-2 p {font-size: 1rem; padding: 0 8%; margin-bottom: 30px;}
  .banner-1-img {display: none;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 80px;padding-bottom: 60px; }
}


@media (min-width: 576px) and (max-width: 767.99px) { 
  .st-content { margin: 0 4%; }

  .btn { font-size: 0.815rem;padding: 14px 28px;  }

  .section-title { margin-bottom: 45px; }
  .section-title h2 { font-size: 2rem; } 
  .section-title p { font-size: 1rem;padding: 0 8%;} 
  span.section-id { font-size: 0.8rem; margin-bottom: 20px; }

  #hero { padding-top: 0; padding-bottom: 200px; }
  .hero-txt img { width: 240px; height: 240px; margin-bottom: -75px;}
  #hero h3 { font-size: 2.25rem; padding: 0; }
  #hero p { font-size: 1.05rem; padding: 0 4%; margin-top: 20px; }

  #select { padding-bottom: 20px; margin-top: -180px; }
  #select .col-lg-4 {margin-bottom: 40px;}
  .select_link h4 {font-size: 1.15rem; margin-top: 40px; }

  #i-pages { padding-top: 80px; padding-bottom: 0;  }
  .inner-pages .owl-theme .owl-dots .owl-dot span { display: none; }

  #features { padding-bottom: 30px; }
  .fbox {width: 100%;padding-top: 0;margin-bottom: 50px;} 
  .fbox h5 { font-size: 1.3rem;} 

  #banner-1 { margin-top: 0; padding-top: 70px; padding-bottom: 70px; text-align: center; }
  #banner-2 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-1 .banner-txt, #banner-2 .banner-txt { padding: 0; }

  #banner-1 h2, #banner-2 h2 {font-size: 2rem; letter-spacing: -0.5px;padding-right: 0;margin-bottom: 15px;}
  #banner-1 p {font-size: 1rem; padding: 0 3%; }
  #banner-2 p {font-size: 1rem; padding: 0 6%; margin-bottom: 30px;}
  .banner-1-img {display: none;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 60px;padding-bottom: 70px; }

} 


@media (max-width: 575px) { 
  .st-content { margin: 0 2%; }

  .btn { font-size: 0.815rem;padding: 14px 28px;  }

  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.85rem; line-height: 1.2; padding: 0 5%; } 
  .section-title p { font-size: 1rem;padding: 0%;} 
  span.section-id { font-size: 0.8rem; margin-bottom: 20px; }

  #hero { padding-top: 0; padding-bottom: 200px; }
  .hero-txt img { width: 200px; height: 200px; margin-bottom: -55px;}
  #hero h3 { font-size: 1.5rem; padding: 0; }
  #hero p { font-size: 1rem; padding: 0 1%; margin-top: 20px; }

  #select { padding-bottom: 20px; margin-top: -180px; }
  #select .col-lg-4 {margin-bottom: 30px;}
  .select_link h4 {font-size: 1.1rem; margin-top: 30px; }

  #i-pages { padding-top: 80px; padding-bottom: 0;  }
  .inner-pages .owl-theme .owl-dots .owl-dot span { display: none; }

  #features { padding-bottom: 30px; }
  .fbox {width: 100%;padding-top: 0;margin-bottom: 50px;} 
  .fbox h5 { font-size: 1.3rem;} 
  .fbox img { width: 70px; height: 70px; } 

  #banner-1 { margin-top: 0; padding-top: 70px; padding-bottom: 70px; text-align: center; }
  #banner-2 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-1 .banner-txt, #banner-2 .banner-txt { padding: 0; }

  #banner-1 h2, #banner-2 h2 {font-size: 1.85rem; letter-spacing: -0.5px;padding-right: 0;margin-bottom: 15px;}
  #banner-1 p {font-size: 1rem; padding: 0 2%; }
  #banner-2 p {font-size: 1rem; padding: 0; margin-bottom: 25px;}
  .banner-1-img {display: none;}
  #banner-2 .banner-img {padding-bottom: 50px;}

  .footer { padding-top: 60px;padding-bottom: 70px; }
}
