.overflow {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 900;
}

#gradBanner {
	position: fixed;
	display: none;
	bottom: 100px;
	left: 0;
	z-index: 800;
	width: 477px;
}
#floatBanner {
	position: relative;	
	background-repeat: no-repeat;
	height: 257px;
}
#floatBanner.sop {
    background-image: url('/wp-content/uploads/2017/03/statement-of-purpose-writing-popup-sop.png');    
}
#floatBanner.scholarship {
    background-image: url('/wp-content/uploads/2017/03/statement-of-purpose-writing-popup-scolarship.png');    
}
#floatBanner.internship {
    background-image: url('/wp-content/uploads/2017/03/statement-of-purpose-writing-popup-Internship.png');    
}
#floatBanner.letter {
    background-image: url('/wp-content/uploads/2017/03/statement-of-purpose-writing-popup-GMAT-Waiver-Letter.png');    
}



#floatBanner img {
	width: 100%;
}
#closeBanner {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 900;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 2px 0px #000;
	cursor: pointer;
}
.float_link{

	position: absolute;
	display: block;
	width: 188px;
	height: 40px;
	right: 60px;
	z-index: 9999;
}

#read_sop_tips{

	top: 88px;
}

#call_me_back{

	top: 140px;
}

#more_samples{

	top: 195px;
}