/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/




.feather-text{
	
	width:100%;
	float:left;
	padding:50px;
	color:#fff;
	text-align:center;
	
}

.feather-text .heading{
	color:#fff;

	
}
.feather-text{ color: #545454; }
.feather-text .heading{color:#fff;}
.health-chk-pp{ background-color: #fff; text-align: left; }
.health-chk-pp .heading{color: #DB1F5D;text-align: left;font-size: 30px;line-height: 32px;}

@media all{
.light-box {
	display: none;
	}



.featherlight{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	white-space:nowrap;
	cursor:pointer;
	background-color:#1966B0;
	line-height:normal;
}

	
.featherlight:last-of-type{
	background-color:rgba(0, 0, 0, 0.9);
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.featherlight:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em;
	}
	
.featherlight .featherlight-content{
	position:relative;
	padding:0;
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	/*border-bottom:25px solid transparent;*/
	min-width:70%;
	margin-left:15%;
	margin-right:15%;
	max-height:100%;
	/*background:rgba(0,0, 0,0.1);*/
	/*background-image: linear-gradient(to right, #0D84B9 , #4FBAB3);*/
	cursor:auto;
	white-space:normal;

	}
	
	
.featherlight .featherlight-inner{
	display:block;
	}
.featherlight .featherlight-close-icon{
	position:fixed;
	z-index:9999;
	top:0;
	right:0;
	line-height:60px;
	width:60px;
	height:60px;
	/*border-radius: 50px;*/
	cursor:pointer;
	text-align:center;
	font:Arial,sans-serif;
	font-weight:bold;
	background-color:#ED1C24;
	color:#fff;
}	
.featherlight .featherlight-close-icon:hover{
	background-color:#0caf4e;
	color:#fff;
}
.featherlight-content{
	border-bottom:0;
	padding:0;
	}
	

	}
	
	
	
@media only screen and (max-width:1024px){

.featherlight .featherlight-content{
	min-width:90%;
	margin-left:5%;
	margin-right:5%;
	}
	
	.feather-text{
	padding:20px;
}



}

/*---------------------search box--------------*/
.search-wrap {
    float: left;
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: 5px;
    /* margin: 5px 0 0 25px; */
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
.search-input {
    width: 100%;
    float: left;
    border: 0;
    height: 60px;
    color: #4C4C4C;
    border-radius: 50px;
    background-color: #fff;
    outline: none;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
    display: block;
}
.search-button {
    border-radius: 50px;
    background-color: #ED1C24;
    color: #fff;
    font-size: 0;
    text-indent: -999999px;
    width: 60px;
    height: 60px;
    /* border-radius: 50px; */
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}








