.ys-layer {
    display: none;
    background-image: url(../images/exit-pop-up/pattern.webp);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ys-container {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 10%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.ys-container.visible, .ys-layer.visible {
    display: block;
}

.ys-box {
    background-color: #fff;
    width: 0;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);
    transition: height .2s ease-in-out;
}

.ys-popup-close {
	position: absolute;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	right: 15px;
	top: 15px;
	width: 0;
	height: 0;
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
}

.ys-container.finished .ys-popup-close {
    width: 28px;
    height: 28px;
    text-indent: 0;
}

.ys-popup-content {
    display: none;
}

.ys-container.finished .ys-popup-content {
    display: block;
}

.ys-popup-close:hover {
    text-decoration: none;
    color: #f00;
}

.exitPup{padding: 30px;}
.exitPopupWrapper{overflow: hidden;}
#exitPopup .form-control{height: auto;padding: 14px 16px;border:2px solid #c9c9c9;border-radius: 0;outline: none;box-shadow: none;}
#exitPopup .form-group{margin-bottom: 22px;position: relative;}
#exitPopup .has-error.has-danger .form-control{border-color: red;}
#exitPopup .help-block.with-errors{position: absolute;margin: 0;font-size: 12px;color: red;}
#exitPopup .meta-details{text-align: center;}
#exitPopup .meta-details h6{font-size: 17px;margin-bottom: 5px;}
#exitPopup .meta-details p{font-size: 15px;margin-bottom: 0;}
#exitPopup .meta-details span{font-size: 13px;color: rgba(58, 58, 58, 0.60)}
#exitPopup .cta{ background-color: #3ba531;}
