/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2023 | 07:40:35 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Exit Popup */
#exitpopup-modal .exitpopup-modal-window:before{
	
}

/* On Click Popup */

.ays-pb-modal.ays-pb-modal_1{
	padding:0 !important;
	background-color: whitesmoke !important;
}
.ays-pb-modal.ays-pb-modal_1 h2 {
	display:none;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box .header-box{
	margin: -20px -20px -10px;
    width: auto;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box h3 {
    margin: 0;
    padding: 10px !important;
    background-color: #3F51B5;
    color: white;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box h5{
	padding:5px;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box p{
	font-size:14px;
	margin:0;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box form{
	margin-bottom:0;
}

.ays-pb-modal.ays-pb-modal_1 hr{
	display:none;
}
.ays-pb-modal.ays-pb-modal_1 .ays_content_box h5 span{
	color:#FF6900;
}
.ays-pb-modal .ays_content_box form button{
	width: 100%;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    margin-bottom: 5px;
}
.ays-pb-modal .ays_content_box form label{
	color:black;
}

.ays-pb-modal.ays-pb-modal_1 .ays_content_box form input[type=email]{
/* 	display:block !important; */
}

