﻿.pop-up-background {
    background: rgba(26,26,46,.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.pop-up-background-modal {
    cursor:default;
}

.pop-up {
    visibility:hidden;
    left:0;
	right:0;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 100;
	display:block;
	margin:0 auto;
}

.pop-up.small{
    max-width: 400px;
}

.pop-up.medium{
    max-width: 600px;
}

.pop-up.large{
    max-width: 750px;	
}

.pop-up-content {
    background: #fff;
    border-radius:50px 0 0 0;
    min-height: 30px;
    padding: 50px;	
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color:#666;
}
.pop-up .close {
    position:absolute;
    top:20px;
    right:20px;
    z-index: 99;
}

.pop-up .close a{
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    background: url(https://ascarma.com.au/wp-content/uploads/2025/12/close-btn.png) no-repeat 0 0;
    display: inline-block;
}
.pop-up .close a:hover{
    opacity: 1;
}

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #6A798E;
}

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}
.pop-up-display-content {
    display: none;
}

.popup-ctn h2
{
	font-family: "Public Sans", sans-seri !important;
	font-size:28px;
	line-height:38px;
	font-weight:700;
	color:#353941;
}
.popup-ctn h3
{
	font-family: "Public Sans", sans-seri !important;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#353941;
	margin-top:0;
}
.popup-ctn h3 strong {font-weight:600;}

.popup-ctn div {
	background-color:#f7f3fa;
	border:solid 1px #9a63c2;
	padding:0 30px 30px 0;
	margin-top:15px;
}
.popup-ctn h4
{
	background-color:#9a63c2;
	font-family: "Public Sans", sans-seri !important;
	font-size:18px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	margin-top:0;
	display:inline-block;
	border-radius:0 0 30px 0;
	padding:9px 30px;
	margin-bottom:25px;
}
.popup-ctn p
{
	font-family: "Public Sans", sans-seri !important;
	font-size:14px;
	line-height:24px;
	color:#353941;
	display:block;
	margin-bottom:10px;
	padding-left:30px;
}
.popup-ctn p a {text-decoration:underline; color:#4e99f0;}
.popup-ctn p:last-child {margin-bottom:0;}



@media only screen and (min-width : 320px) and (max-width : 750px){
.popup-ctn p img {width:90%;}
.left-ph {width:inherit !important;}
}
@media only screen and (min-width : 320px) and (max-width : 600px){
.left-ph {float:none;}
}
@media only screen and (min-width : 320px) and (max-width : 450px){
.phzoom-01 {width:85% !important;}
}


@media only screen and (max-width:500px) {
    .pop-up-content {
        padding: 15px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
	.popup-ctn h4 {margin-bottom:15px;}
	.pop-up-content {border-radius:40px 0 0 0;}
	.popup-ctn div {padding:0 20px 20px 0;}
	.popup-ctn p {padding-left:20px;}
	
}