/* .paoc-cb-popup-body {
	width: 100%;
    max-width: 600px !important;
} */
.form_submit_btn {
	padding: 10px 0px;
	background: #f3c060;
	border: 1px solid #f3c060;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.form_submit_btn:hover {
	background: #000;
	border: 1px solid #F3C060;
}
.popup-success-msg {
	text-align: center;
	font-size: 18px;
	color: green;
	font-weight: bold;
}

.popup-main-section {
	display: grid;
	grid-template-columns: 50% 50%;
}
.popup-left-section {
	background: linear-gradient(to top, #00000040, #00000040), url('https://localhost/legacybeachhomes/wp-content/uploads/2023/04/85445ecc-7590-4e17-b95e-8e4fc2494ffa.jpg') no-repeat top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.popup-image-content {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
    color: #fff;
}
.popup-heading {
	padding: 25px 30px 0;
}
.popup-body {
	padding: 0px 30px;
}
#paoc-popup-18302-1 .paoc-padding-20 {
	padding: 0px;
}
.paoc-close-popup {
    /* line-height: 35px !important; */
    background-color: #f3c060 !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.paoc-close-popup:hover{
	opacity: .5;
} */
.red_text {
	color: #c31b1b !important;
	font-weight: 600;
	padding-bottom: 20px;
}
.logo-design {
	display: flex;
	align-items: center;
	gap: 30px;
}
#c4e_name, #c4e_last_name, #c4e_email {
	padding: 0px 10px !important;
}
.popup_form_heading {
	font-weight: 700;
	text-align: center;
	font-size: 18px !important;
}
.c4e_popup .form-group {
	margin-bottom: 15px !important;
}
.popup-success-msg p {
    font-size: 25px !important;
    text-align: center;
    padding: 13px 0px 13px;
    font-weight: 600;
    color: #000;
}
img.popup_loader {
    position: absolute;
    bottom: 36px;
    width: 30px;
    right: 8%;
	display: none;
}


@media only screen and (max-width: 767px) {
    .logo-design {
        display: block;
  }
  .logo-design img {
    max-width: 70% !important;
    margin: 0 auto;
    margin-bottom: 10px;
}
img.popup_loader {
    right: 15%;
}
}

.logo-design img {
	max-width: 210px !important;
    width: 100%;
    height: auto ! important;
}


p.red_text {
    margin-top: 15px;
}