.ys-layer {
    display: none;
    background-image: url(../images/pattern.png);
    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%);
    border-radius: 5px 0 5px 5px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);
    transition: height .2s ease-in-out;
    border-radius: 15px;
}
@media (max-width: 767px) {.ys-box {width: 100% !important;overflow: scroll;}}
.ys-popup-close {
	position: absolute;
	color: #73819C;
	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: 10px;
	top: 10px;
	width: 0;
	height: 0;
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
    z-index:9;
}

.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: #fff;
}

.exitPup{padding: 30px 20px;}
.exitPopupWrapper{overflow: hidden;}
.exitPopupLeftImg{width: 250px;float: left;}
.exitPopupLeftImg .imgWrapper{padding-right: 30px;}
.exitPopupRightCont{width: 300px;float: left;padding-left: 10px;}
.exitPopupRightCont .exitPopupContentWrapper h3{font-size: 35px;text-align: center;margin-bottom: 5px;margin-top: 10px;}
.exitPopupRightCont .exitPopupContentWrapper h5{font-size: 28px;text-align: center;margin-top: 0;}
.exitPopupRightCont .exitPopupContentWrapper p{font-size: 14px;line-height: 18px;font-weight: bold;}
.exitPopupRightCont .exitPopupForm{margin-top: 15px;}
.exitPopupRightCont .exitPopupForm .form-control{width: 100%; height: auto;padding: 12px 15px;}
.exitPopupRightCont .exitPopupForm #downloadButton{border:none;background-color: #f76f45;padding: 12px 25px;color: #fff;outline: none;}
.exitPopupRightCont .exitPopupForm .has-error .form-control{border-color: red;box-shadow:none;}