.post-type-archive-property_cpt  #content .ast-container {
    max-width: 100%;
    padding: 0;
}

.properties-grid .property-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.property.property-archive .property-card button, i {
	font-size: 0.6rem;
}

.properties-grid > .row {
	max-width: 100vw;
	margin: 0 auto;
}

.banner-overlay-content {
    z-index: 999;
}

.property.property-single .property-banner, .property.property-archive .property-banner {
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100vw;
}

.property-banner .black-overlay {
    background-color: black;
    opacity: 0.5;
    z-index: 888;
}

.property-banner .banner-overlay-content {
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
	
	@media (min-width: 1200px) {
        bottom: 35%;
    }
}

.property-banner .banner-overlay-content .overlay-content-wrapper .title-box {
    font-size: 4rem;
    font-weight: 600;
}

.property.property-single .options-wrapper {
	max-width: 100vw;
	margin: 0 auto;
}

.property-location > div {
    height: 60vh;
}

.property-location iframe {
    height: 100%;
}

.option-wrapper {
    padding: 1rem 0px;
    
    @media screen and (min-width: 1200px) {
        padding: 0px 1rem;
    }
}

.option-wrapper .option-name {
    font-weight: 600;
}

.registration-form form input {
    border-radius: 0;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.registration-form form .terms-and-conditions {
    font-size: 0.8rem;
}

.registration-form form .heading .topic {
    font-weight: 800;
}

::placeholder {
    color: #000000 !important;
}

.registration-form form input:hover {
    border-color: #C17F64;
}

.registration-form form input:hover:focus {
    border-color: #C17F64;
}