.img-background-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    /* background-color: #000; */
    background: linear-gradient(#b1b1b1, #000);
    opacity: 0.7;
    width: 124.5em;
    top: 0;
    border-radius: 6em;
}

@media screen and (max-width:479px) {

    .wrapper-gallery {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .img-gallery,
    .img-gallery.big,
    .img-gallery.big-mob {
        width: 100%;
    }



    .img-background-overlay {
        display: none;
    }

    .img-background-overlay {
        width: 39em;
        left: 2em;
        height: 43em;
        border-radius: 5em;
    }

    .img-main.mobile:after {
        display: '';
        height: 100%;
        left: 0;
        position: absolute;
        background: linear-gradient(#b1b1b1, #000);
        opacity: 0.7;

        top: 0;
        border-radius: 6em;
    }
}

.alex-img {
    width: 53em;
}

.payment-box-custom {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    background-color: #000;
    color: #fff !important;
}

.payment-box-custom P {
    text-align: center;
}


*/ .payment-box-custom-div {
    width: 50%;
    text-align: center;
}

.text-inform-gold-custom {
    left: 35%;
    width: 30%;
    text-align: center;
    top: 90%;
    background-color: #E6BD8F;
}

#location-custom {
    width: 100% !important;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#location-custom img {
    width: 100% !important;
    height: 100%;
    max-height: 100%;
}

.image-2-custom {
    width: 20em;
}

.life-video {
    width: 100%;
    border-radius: 5em;
    box-shadow: 1px 1px 15px 10px #fefefe2e;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    color: #000;
    animation: blink 2s infinite;
}

.blink:hover {
    animation: none;
}

.btn-green.mj,
.blur-bg {
    background-color: #fff !important;
    opacity: 0.7;
}

.white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.contact-section-parent {
    background-image: url('https://alexandra.realtor/projects/public/images/westhill/PICTURE1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section-parent.lofty {
    background-image: url('https://alexandra.realtor/projects/public/images/lofty/Lofty6.jpg');
}

.contact-section-parent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent black overlay */
}

.contact-section {
    /* display: flex; */
    width: 100%;
    padding: 5em;
    color: #fff !important;
    z-index: 1;
}

.contact-section .contact-form,
.contact-section .contact-what {
    width: 50%;
    text-align: center;
    min-height: 200px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: auto;
}

@media (min-width:1140px) {
    .contact-section .contact-what {
        margin-top: -130px;
    }
}

.contact-section .contact-what {
    justify-content: center;
}


.contact-section .contact-form .form-block-pg {
    justify-content: center;
    max-width: 100%;
}

.contact-section .contact-form form input {
    color: #fff !important;
    border-color: #fff;
}

.contact-section .contact-form form input::placeholder {
    color: #fff;
    font-style: italic;
}

.contact-section .contact-form form a.btn {
    background-color: #fff !important;
}

.contact-section .contact-what a .icon img {
    width: 48px;
    margin-right: 1em;
}

.contact-section .contact-what a .icon img {
    width: 48px;
    margin-right: 1em;
}

.contact-section .contact-what a.border {
    border: 1px solid #fff;
    border-radius: 5em;
    height: fit-content;
    display: block;
    width: fit-content;
    padding: 1.2em;
    margin: auto;
    padding-left: 2em;
}

.contact-section .contact-what a span {
    font-size: 2.3em;
    color: #fff;
    font-weight: 500;
}

.contact-section .spacer1 {
    height: 130px;
}

.contact-section .spacer2 {
    height: 30px;
}

.icons {
    position: relative;
}

a.fb {
    position: absolute;
    right: 0;
    top: 12rem;
}

.linked-in {
    position: absolute;
    right: 10%;
    top: 12rem;
}


form input:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
    -webkit-text-fill-color: #0000FF;
    /* Change font color */
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /* Change background color */
    /* transition: background-color 200s ease-in-out 0s; */
    /* Prevent flashing of the background color */
}

@media (max-width:1000px) {

    a.fb,
    a.linked-in {
        top: 0;
    }

    a.linked-in {
        right: 4rem;
    }
}

@media (max-width:600px) {

    .icons {
        display: flex;
        justify-content: space-around;
    }

    a.fb,
    a.linked-in {
        position: relative;
    }

    a.linked-in {
        right: 0;
    }
}


@media (max-width:600px) {
    .contact-section {
        flex-direction: column;
        padding: 0;
    }

    .contact-section .contact-form,
    .contact-section .contact-what {
        width: 100%;
    }

    .contact-what {
        margin-top: 4em;
    }

    .anchor a {
        width: 100% !important;
    }
}

.box-h1-mj {
    top: 20.5em;
    bottom: auto;
}

.h1-50 {
    font-size: 4em;
}