<style>
@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
</style>

.pad0{
  padding:0px;
}
#exitpopup_bg.exit-fade{
  display: none; width:100%;
  height:100%;
  position:fixed;
  background:#000000;
  opacity: .8; filter:alpha(opacity=0.8);
  z-index:999998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#exitpopup.exit-intent-popup {
    width: 550px;
    height: 370px;
    margin: 0px auto;
    display: none;
    position: fixed;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 999999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b61a1+0,1c3b6a+100 */
background: #fff url("../exit-popup/student-bg.jpg") no-repeat bottom right 10px; /* Old browsers */
font-family: 'Roboto', sans-serif;
padding: 0px;


}

.wait-heading {
    font-size: 25px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    text-transform: none;
    background: #f15a22;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
}
.offer-exit {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 22px;
    color: #767880;
}
.full-order-exit{
font-size: 26px;
font-weight: 600;
text-transform: none;
margin: 0;
}
.free-exit-pop {
    font-size: 22px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 7px;
    text-transform: none;
    color: #767880;
}
.exti-draft-button{

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4af1a+0,e2a010+100 */
background: #f15a22; /* Old browsers */

  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-size:18px;
  padding: 14px 26px;
  text-decoration:none;

  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 14px;

  line-height: 25px;
  border: 0px solid #fff;
}
.exti-draft-button:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2a010+0,f4af1a+100 */
background: #ea5119; /* Old browsers */
color: #fff;
}
.exit-footer {
    clear: both;
    position: absolute;
    bottom: 0px;
    position: absolute;
    width: inherit;
    margin-top: 20px;
}
.exit-footer p {
    color: #7b7b7b;
    padding: 7px 17px 7px 17px;
    margin: 0;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.52);
}
.man-position{
margin-top: 18px;
}
.man-width{
width: 200px;
float: right;
}
.content-width {
    color: #000;
    padding-left: 20px;
    margin-top: 20px;

}

@media (max-width: 420px){
#exitpopup.exit-intent-popup{
width: 315px;
height: auto;
margin:0px auto;
display:none;
position:fixed;
color:#2c2a2a;
padding:20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index:999999;
background: #ffffff;
font-family: 'Open-sans', sans-serif;
left: 8px !important;
}
.exti-draft-button{
padding: 14px 13px;
}
.exit-footer{
position:relative;
width:auto;
}
}
.envirabox-close {
    position: absolute;
    top: -12px;
    right: -10px;
    cursor: pointer;
    z-index: 988040;
    border: 1px solid #b9b9b9;
    border-radius: 50px;
    padding: 2px 5px;
    font-size: 12px;
    color: #d7d7d7;
    text-decoration: none;
    background: #000;
}
a.envirabox-close:hover{color: #fff !important; border: 1px solid #fff;}
