/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2024 | 08:33:46 */
.popup-content {
    display:none;	
}
.popup {
    cursor:pointer;
    color:#f00;
    margin-left:0px;
    display:inline !important;
    font-weight: bold;
}
.p-wrap {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#7ea9d4;
    max-width:800px;
    width:calc(100% - 80px);	
    z-index:1000;	
}
.p-cont {
    color:#fff;
    padding:30px;
    text-align:justify;
	
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
flex-wrap: wrap;
}
.p-cont > div {
_width:100%;	
}
.p-cont img {
	max-width:200px;
	    margin-bottom: -38px;
	width:100%;
}
@media only screen and (max-width: 750px) {
	.p-cont img {
	margin-bottom:0;	
	}
	#pop-tel {
	text-align:center;	
	}
}
#pop-tel {
font-size:40px;	
}
.p-cont h2 {
    margin:0 0 0px 0;	
}
.closer {
    position:absolute;
    border-radius:50%;
    width:40px;
    height:40px;	
    background:#fff;
    border:4px solid #333;
    right: -20px;
    top: -20px;
    font-size: 44px;
    line-height:0.65;
    text-align: center;
    cursor:pointer;	
}
.p-inner::-webkit-scrollbar {
    width: 9px;
}
.p-inner::-webkit-scrollbar-track {
    background: #333;
}
.p-inner::-webkit-scrollbar-thumb {
    background: #666;
}
.p-inner {
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #666 #333;
}
