@charset "UTF-8";
/* CSS Document */

.shadow{
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
}
.shadow-header{
	text-shadow:1px 1px 1px #000!important;
}
.timer-green-circles{
	text-align: center;
}
.timer-green-circles .time-box{
	display: inline-block;
}
.timer-green-circles .time-no{
	border-radius: 50%;
	border:#ffffff 4px solid;
	padding:10px;
	line-height: 30px;
	background: ;
    color: #ffffff!important;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.2);
	font-size: 24px;
	margin: 0px 8px;
	font-weight:500;
}
@media (min-width: 992px){
	.timer-green-circles{
		text-align: center;
	}
	.timer-green-circles .time-box{
		display: inline-block;
	}
	.timer-green-circles .time-no{
		border-radius: 50%;
		border:#ffffff 4px solid;
		padding:15px!important;
		line-height: 40px;
		background: ;
		color: #ffffff!important;
		margin-bottom: 10px;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.2);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.2);
		box-shadow: 0 1px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.2);
		font-size: 36px!important;
		margin: 0px 3px;
		font-weight:500;
	}
}
.timer-green-circles .time-desc{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
    color: #ffffff!important;
	margin-top: 3px;
	color: #ffffff!important;
		background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-bg{
	position:absolute;
	background-color:#000;
	opacity:0;
	top:0px;
	left:0px;
	right:0px;
	bottom:-3070px;
	z-index:5;
}
.pop-container{
	background: #3e8ddd;
	width:525px;
	max-width:80%;
	opacity:0;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    position: fixed;
	z-index:6;
}
.pop-container h1{
	font-size:25px;
}
.pop-container p{
	font-size:16px;
}
.pop-container .text-sm, .pop-container li{
	font-size:16px;
}
.pop-container .text-xs{
	font-size:10px;
}
.pop-container .exit{
	cursor: pointer;
    position: absolute;
    top: -35px;
    right: -0px;
    color: #FFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {
	.pop-container h1{
	font-size:35px;
	}
	.pop-container p{
		font-size:20px;
	}
	.pop-container .text-sm, .pop-container li{
		font-size:18px;
	}
	.pop-container .text-xs{
		font-size:12px;
	}
	.pop-container .exit{
		top: -25px;
		right: -30px;
	}
	.pop-bg{
	bottom:-3500px;
}
}
/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 10px;
  color: black;
  min-width: 50px;
  text-align: center;
  border-top:#d3d3d3 1px solid;
  border-right:#d3d3d3 1px solid;
  border-bottom:#d3d3d3 1px solid;	
}

.bg-white-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background:rgba(255,255,255,0.6)!important;
}

.modal-body {
	padding: 0px;
}
#form-grey {
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
}
.main-copy {
	color: #333;
}
.main-copy p {
	margin-bottom: 30px;
}
.modal-backdrop.in {
	opacity: .9;
}
@media (max-width: 768px) {
	.hero-section h1 {
		font-size: 35px;
		line-height: 1.3;
		margin: 0 0 15px !important;
	}
	.hero-section h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.blue-bg.section h2 {
		font-size: 26px;
		line-height: 1.3;
	}
	#set-bg {
		padding: 10px 0 30px;
	}
	#set-bg .padding-40-tb {
		padding-bottom: 0 !important;
	}
	.what-people-say .padding-40-tb {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}
}
@media (max-width: 425px) {
	.hero-section h1 {
		font-size: 26px;
	}
	.hero-section h2 {
		font-size: 19px;
		margin-bottom: 0px !important;
	}
	.hero-section h3 {
		font-size: 14px;
	}
	.text-300.margin-30-b {
		margin: 10px 0 0 !important;
	}
}