*{
    margin: 0%;
    padding: 0%;
}

p{text-align: justify;}
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 999;
	display: none;
  }
  
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 90%;
    top: 2%;
    margin: auto 75px;
	border: 1px solid black;
	background-color: #edebe9;
	z-index: 99999;
	padding: 5px 20px 20px 20px;
    font-family: EuclidFlex-Regular;
    font-size: 14px;
    line-height: 1.42857143;
}

/*   This is the closing button  */
#btnClose {
	float: left;
	color: #1d6875;
	padding: 10px;
	margin-left: 11px;
	width: 100px;
	border: 1px solid #1d6875;
	text-align: center;
}

#btnclose a:hover {
   
}
.agree-btn #btnClose1 {
	width: 100px;
	float: left;
	text-decoration: none;
	color: #1d6875;
	padding: 10px;
	margin-left: 11px;
	border: 1px solid #1d6875;
	text-align: center;
}
.agree-btn #btnClose1 a:hover{
  
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #1d6875;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup>div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup>div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
  ////////// MailChimp Signup Form //////////////////////////////
  */

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 100%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
	margin-right: -245px;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
	margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border: solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border: solid 2px #40c348;
	box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100% !important;
	height: 40px !important;
	margin: 10px auto 0 auto;
	background: #1d6875;
	border: none;
	color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow: none !important;
	cursor: pointer;
}
#delayedPopup #mc_embed_signup img{
  margin: auto;
  width: 250px;
  display: flex;
  align-items: center;
  

}

@media screen and (max-width: 1200px){
	.delayedPopupWindow{
		margin: auto 55px;
	}
	}
@media screen and (max-width: 992px){
	.delayedPopupWindow{
		margin: auto 40px;
	}
	.agree-btn .col-lg-3{
		width: 25%;
	
	}
	}
@media screen and (max-width: 768px){
.delayedPopupWindow{
	margin: auto 35px;
}
}

@media screen and (max-width: 552px){
	.delayedPopupWindow{
		margin: auto 25px;
	}
	
}
@media screen and (max-width: 432px){
	.delayedPopupWindow{
		margin: auto 18px;
	}
	
}

@media screen and (max-width: 768px){

.scrollbar
{
	padding:10px;
	float: left;
	height: 300px;

	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}


/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1d6875;
	
}

}

