/**
/**
 * 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{
	padding:50px;
	color:#fff;
	text-align:center;
	
}

.feather-text .heading{
	color:#fff;

	
}
.feather-text{ color: var(--secondary-color); }
.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(11, 39, 89, 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:var(--secondary-color);
	color:#fff;
}	
.featherlight .featherlight-close-icon:hover{
	background-color:var(--primary-color);
	color:#fff;
}
.featherlight-content{
	border-bottom:0;
	padding:0;
	}
	

/*************SARCH *******/

.search-wrap{
  height:auto;
  position:relative;
  top:5px;
  /*margin:5px 0 0 25px;*/
  padding:0;
  
}
.search-input{
  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;
  width: 100%;
}


.search-button{
border-radius: 50px;
    background-color: var(--secondary-color);
    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;
}
  }
 .search-button:after{
 	content: "\f002";
 	font-family: 'Font Awesome 5 Free';
 	position: absolute;
 	top: 0;
 	left:2px;
 	width:30px;
 	height: 3px;
 } 
.search-button:hover{
  background-color:var(--primary-color);
  }
  

	
	
@media only screen and (max-width:1024px){

.featherlight .featherlight-content{
	min-width:90%;
	margin-left:5%;
	margin-right:5%;
	}
	
	.feather-text{
	padding:20px;
}
}










