/* 
* Theme Name: Promed-SEO-Hacker
* Author: Vic Zapico
* Author URI: dev.seo-hacker.net/vicdev/
* Version: 1.0
* Template : twentysixteen
*/
@import 'https://fonts.googleapis.com/css?family=Raleway';
h1,h2,h3,h4,p,a{
	font-family:'Raleway',sans-serif;
}
.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*nav*/
#logo{
	padding: 25px 12px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.navbar-default {
    background-color: transparent!important;
    border-color: transparent!important;
	margin-top: 20px;
}

.navbar-toggle {
  margin-top: 13px;
}
/************************************* STICKY HEADER *****************************/
#sticky{
    position: fixed !important;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 1000;
    display: none;
}
.sticky-header{
    height: 10vh;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    background: #1c489f;
    color: #fff;
}
.sticky-nav span{
  margin:20px 0;
}
strong.num{
    font-size:18px;
}
.sticky-header a, .sticky-header p{
    display:inline;
    padding:10px;
    position:relative;
}
.sticky-header p{
  white-space:nowrap;
}
.sticky-nav .first-row{
  margin-right: -50px;
  margin-left: 65px;
}
.sticky-nav .sec-row{
  margin-left: -20px;
  margin-right: -20px;
}
.sticky-nav .last-row{
  margin-left: -50px;
}
.sticky-nav a{
  color: #fff;
  background: #0974bb;
  padding: 8px 20px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-weight: 700;
}
.sticky-nav a:hover{
    color:#0974bb;
    text-decoration: none;
    background:#fff;
    border: 1px solid #0974bb;
}
/*banner*/
#banner{
	background:url("https://promed.ph/wp-content/themes/promed/images/banner.jpg")no-repeat center center;
	height:450px;
  background-size:cover;
}
#top-header ul li{
	list-style:none;
}
.light-blue{
	border-radius: 50%;
    background: #f9fafe;
    float: right;
    padding: 100px 0px;
    height: 350px;
    width: 350px;
    margin-right: 75px;
    padding-left: 60px;
    padding-right: 20px;
}
#banner .col-md-6{
	padding:50px 0;
}
#banner .col-md-6 .col-md-4{
	z-index:999;
}
#banner .col-md-6 .col-md-4 img{
	float: right;
    margin-top: 40px;
    width: 50%;
}
#banner h1{
    color: #4b97cb;
}
/*features*/
#features{
	margin: 50px 0 0 0;
}
#features .ft-img{
	padding:150px 40px;
}
#features .ft-img .col-md-4{
	text-align:center;
}
#features .ft-img p{
	margin-top:20px;
}
#features h3{
	font-weight:900;
}
#features h3:after{
	border-bottom: 2px solid #4b97cb;
    height: 1px;
    width: 17%;
    position: absolute;
    left: 15px;
    top: 90px;
    content:"";
}
#features .content-p{
	font-size:21px;
	margin-top: 50px;
	margin-bottom:25px;
}

.about-content-one .content-p {
    font-size: 21px;
    margin-bottom: 25px;
}

.about-content-three .content-p {
    font-size: 21px;
    margin-bottom: 25px;
}


#features #more-ft{
	font-size:21px;
	margin-top:20px;
}
#features #more-ft:hover{
	text-decoration:none;
}
/*content*/
#content{
	background: #0974BB;
  padding: 40px 0 60px;
}
#content p{
	padding: 0 50px 0 30px;
  font-size: 21px;
  color: #fff;
}
#content .inst .row{
	margin-top:50px;
}
#content .inst .col-md-7{
	margin-top:30px;
}
#content h2{
	text-align: center;
  color: #fff;
  font-weight: 600; 
}
#content h3 {
  color: #fff;
}
/*news*/
#news{
	background:#f0f3fa;
	padding:50px 0;
	margin-top: 50px;
}
#news .post-images{
	width:100%;
}
#news h2{
	text-align: center;
    color: #4b97cb;
	margin-bottom: 50px;
}
#news .post-titles{
	margin:25px auto;
	font-weight:900;
}
#news a{
	position:relative;
	bottom:-10px;
}
#news .glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#news .see-all .glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#news a:hover{
	text-decoration:none;
}
#news .text-center{
	text-align:center;
	font-size:21px;
	margin-top:20px;
}
.site-footer{
	padding:30px 0;
}
@media all and (max-width:768px){
	.navbar-default {
		margin-top: -75px;
	}
	.navbar-default .navbar-collapse{
		border-color:transparent;
		text-align:center;
	}
	#banner .col-md-6 .col-md-4 img{
		float: left;
		margin-top: 40px;
		width: 12%;
		margin-left: 20px;
	}
	.light-blue {
		border-radius: 50%;
		background: #f9fafe;
		float: right;
		position: absolute;
		padding: 100px 0px;
		height: 350px;
		width: 350px;
		margin-right: 75px;
		padding-left: 60px;
		padding-right: 20px;
		left: 55px;
	}
	#features .ft-img {
    padding: 50px 40px;
	}
	#content p {
    padding: 0 50px 0 25px;
    font-size: 20px;
	}
	.xchange{
	display: flex;
    flex-direction: column;
	}
	.xchange .col-md-offset-1.col-md-7.col-xs-12{
		order:2;
	}
	.xchange .col-md-3.col-xs-12{
		order:1;
	}
	#content h3{
		font-size:21px;
	}
	#news .col-md-4.col-xs-12{
		margin-bottom:25px;
	}
	#news #feat-image{
		display:table;
		margin:0 auto;
	}
   /********************* STICKY HEADER *************/
    .sticky-header{
        height:auto;
    }
    .sticky-header a, .sticky-header p{
        top:unset;
    }
    .sticky-header .first-row, .sticky-header .sec-row, .sticky-header .last-row{
      padding:10px 0;
    }
    .sticky-header span{
      margin:unset;
    }
    .sticky-header p{
      white-space: unset;
    }
    .sticky-nav .first-row, .sticky-nav .sec-row, .sticky-nav .last-row{
      margin:unset;
    }
}
/*index ver2*/
#index-two #banner{
	background:url("http://promed.ph/wp-content/themes/promed/images/banner02.jpg")no-repeat center center;
	height:350px;
	background-size:cover;
}
#index-two #features{
	padding:50px 0;
}
#index-two #features img{
    float: right;
    margin-top: 10px;
}
#index-two #features h4{
	font-weight:900;
}
#index-two #content{
	background:#eaf3fc;
	padding: 75px 0;
}
#index-two #content a{
	font-size: 18px;
}
#index-two #content a:hover {
    text-decoration:none;
}
#index-two #content h2 {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
#index-two #content .col-md-4{
	text-align:center;
}
#index-two #content #content p {
    padding: 0 50px;
    font-size: 19px;
}
#index-two #content h3{
	color:#0974ba;
}
#index-two #news {
    background: #fff;
    padding: 50px 0;
    margin-top: 50px;
}

.charisse section {

  width: 100%;

}



/* LOGO */

.charisse div.logo {

  padding-top: 20px;

  margin-left: 0px;

}



/* NAVIGATION */

.charisse nav.navbar.navbar-default {

  margin-bottom: 0px;

  background-color: #fff;

}



.charisse .navbar li {

  font-family: Tahoma, Geneva, sans-serif;

  font-size: 15px;

  padding-top: 20px;

  padding-bottom: 20px;

  margin-right: 0px;

}



.charisse .navbar .navbar-collapse {

  text-align: left;

  padding-right: 100px;



}



.charisse .navbar-default .navbar-toggle {

  margin-top: 25px;

}



.charisse .navbar .nav > li > a {

  color: #000;

}



.charisse .navbar .nav > li > a:hover {

  color: #3a90c9;

}



/* BANNER */

.charisse .banner {

  background: url("http://promed.ph/wp-content/themes/promed/images/banner.jpg");

  background-repeat: no-repeat;

  background-size: cover;

}



.charisse .banner h1 {

  font-size: 35px;

  color: #fff;

  padding-top: 155px;

  padding-bottom: 20px;

  text-align: left;

}



.charisse .button {

  background-color: #0974bb;

  border: none;

  color: white;

  padding: 12px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  cursor: pointer;

  border-radius: 30px;

  margin-bottom: 140px;

}



.charisse .btn_learnmore {

  margin-top: 20px;

}



/* FEATURES */



.charisse .content-one h2 {

  font-weight: bold;

  color: #2c3e50;

  padding-top: 40px;

}



.charisse .content-one h4{

  font-weight: bold;

  padding: 15px 0px;

}



.charisse .content-one p {

  font-size: 14px;

  padding: 0px 55px;

}



.charisse .content-one .row {

  margin-top: 40px;

}



.charisse div.link {

  padding: 60px 0px;

  color: #197dc0;

  font-size: 18px;

}



/* FAST AND ACCURATE */

.charisse .content-two {

  background-color: #e3ebf7;

}



.charisse .content-two h4 {

  font-weight: bold;

  font-size: 24px;

  padding-top: 100px;

}



.charisse .content-two p {

  font-size: 18px;

  margin: 22px 0px;

}



.charisse .content-two img {

  padding: 50px 0px;

}



/* WHEN MEASURING BODY TEMPERATURE */

.charisse .content-three h2 {

  font-weight: bold;

  padding: 40px 0px;

  color: #2c3e50;

}



.charisse .content-three h4{

  font-weight: bold;

  color: #197dc0;

  padding: 15px 0px;

  padding-left: 10px;

}



.charisse .content-three p {

  font-size: 14px;

  padding: 0px 55px;

  margin-bottom: 100px;

}



/* NEWS AND FEATURES */

.charisse .content-four h2 {

  font-weight: bold;

  text-align: center;

  color: #197dc0;

  padding: 40px 0px;

}



.charisse .content-four .blog-1 h4 {

  font-weight: bold;

  font-size: 24px;

  padding-top: 50px;

}



.charisse .content-four .blog-1 p {

  font-size: 18px;

  padding: 20px 0px;

}



.charisse .btn_learnmore2 {

  margin-top: -20px;

  margin-bottom: 100px;

}



.charisse .content-four .blog-2 h3 {

  font-size: 22px;

  font-weight: bold;

  padding: 15px 0px;

}

.charisse .content-four .blog-2 p {

  font-size: 16px;

}



.charisse .content-four .blog-2 a  {

  font-size: 16px;

}



.charisse div.see-all-link {

  color: #197dc0;

  font-size: 18px;

  text-align: center;

  padding: 50px 0px;

}



.charisse .blog-1 img , .charisse .blog-2 img {

  width: 100%;

  height: 100%;

}



/* FOOTER */

.charisse footer {

  background-color: #fff;

  font-size: 14px;

  color: #000;

}





@media screen 

and (max-width: 772px) 

and (min-width: 270px) {



  .charisse .content-two img {

    width: 100%;

    height: 100%;

  }



  .charisse .logo img {

    padding-left: 20px;

  }

}
#feat-image{
	width: 100%;
    min-height: 275px;
}
.logo-mob{
	z-index:999;
}
.margin-bottom{
	margin-bottom:25px;
}
/* @media screen and (max-width:512px){
	.navbar-toggle{
	margin-top: 7%;
	}
}
@media screen and (min-width:513px) and (max-width:769px){
	.navbar-toggle{
	margin-top: 3%;
	}
} */

@media screen and (min-width: 992px) {
  .navbar-collapse {
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px){
  #banner .col-md-6 .col-md-4 img {
    width: unset;
    float: left;
  }
  .light-blue {
    float: left;
    right: 50px;
    position: relative;
  }
}

 @media screen and (min-width: 992px) and (max-width: 1199px){
  .light-blue {
    float: left;
    position: relative;
    right: 90px;
  }
}

.g-recaptcha > div:first-child{
	margin: 20px auto;
}