* {
    font-family: var(--font-heading), sans-serif;
}

#myVideo {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background-color: black;
}

.bg-yellow-200 {
    background-color: rgba(191, 174, 136, 0.7);
}

.bg-grey {
    background-color: darkgrey;
}

.agent_name {
    font-size: 52px
}

.agent_logo {
    width: 25%
}

.property-social-media {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.property-social-media i {
    width: 25%;
    float: left;
    text-align: center;
}

.property-feature {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 100px;
    height: 100px;
    text-align: center;
    font-weight: bold;
}

.property-gallery-description {
    top: 10%;
    left: 5%;
    padding: 2%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 20px;
    width: 40%;
}

.property-video-section {
    padding: 0px !important;
}

.property-video-section p {
    padding: 3rem 0px !important;
    margin: 0px !important;
}


.property-video-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.property_gallery_images {
    height: 90px;
}

.property_videos {
    width: 55% !important;
    margin: 0px auto;
}

.hotspot_image_dialog_box {
    width: 100vw !important;
    height: 100vh;
    max-width: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.hotspot_image_dialog_box .modal-content button {
    right: 35px;
    top: 80px;
    padding: 10px;
}

.property-feature {
    margin: 24% 0px !important;
}

.footer-image {
    height: 800px;
}

.footer-image img {
    height: 80%;
    object-fit: cover;
}

.footer-icon {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 0px;
}

.footer-label, .footer-icon-logo {
    float: left;
    line-height: 50px;
    font-weight: bold;
}

.footer-label label {
    font-size: 19px;
    letter-spacing: 1px;
}

.footer-icon-logo {
    background-color: black;
}

.footer-icon-logo a {
    text-decoration: none;
    padding: 0.8rem 1.2rem;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 0px 70px;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 104 css*/
.jssora104 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora104 .c {
    fill: #000;
    opacity: .8;
}

.jssora104 .a {
    fill: #ddd;
    opacity: .8;
}

.jssora104:hover .c {
    opacity: .6;
}

.jssora104:hover .a {
    opacity: 1;
}

.jssora104.jssora104dn .c {
    opacity: .3;
}

.jssora104.jssora104dn .a {
    opacity: 1;
}

.jssora104.jssora104ds {
    opacity: .3;
    pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

.jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 1;
}

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

.jssort101 .p:hover .cv {
    background-color: rgba(0, 0, 0, 6);
    opacity: .35;
}

.jssort101 .p:hover.pdn {
    padding: 0;
}

.jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: none;
    opacity: .35;
}

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}

.property_price_section {
    padding: 40px 0px;
    font-size: 2.5rem;
}

.agent-image {
    width: 60%;
    margin: 0px auto;
}

.agent-image img {
    max-height: 500px;
}

.property_amenities {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 25px;
}

.propertydocument_section {
    padding: 25px;
    margin: 10px;
}

.floorplan_tab_button {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mute-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    color: white;
    font-size: 2em;
}

/* ################################### */
/* Media Queries */
/* ################################### */


.floorplan_tab_button {

    background-color: #02bc15;
    border: none;
    border-radius: .5rem;
    font-size: 12px;
    color: white;
}

.opened {
    background-color: #ff3030
}


.green {
    background-color: green;
}

.highlight {
    background-color: yellow;
}

.active {
    background-color: Tomato;
}

.btn:hover {
    cursor: pointer;
}


@media screen and (max-width: 576px) {
    .mute-icon {
        font-size: 1em;
    }

    .top-tittle-caption {
        font-size: 16px !important;
        padding: 5px !important;
    }

    .property-page-title {
        font-size: 1.2em !important;
    }

    .property-feature {
        margin: 12% 0px !important;
        font-size: 1em !important;
    }

    .property-social-media {
        width: 100%;
        text-align: center;
        margin: 50px auto;
    }

    .property-social-media p {
        font-size: 15px;
    }

    .agent_name {
        font-size: 22px;
    }

    .agent_logo {
        width: 100% !important;
    }

    .property_price_section {
        padding: 40px 0px;
        font-size: 20px;
    }

    .mobile_position_wrap {
        position: relative;
    }

    .mobile_position {
        position: absolute;
        /*bottom: 0;*/
    }

    .agent-image {
        width: 100%;
    }

    .agent-image img {
        max-height: 200px;
    }

    .property-gallery-description {
        width: 90%;
        font-size: 12px;
    }

    .property-gallery-description p {
        font-size: 14px;
    }

    .property_gallery {
        height: 100px !important;
    }

    .property_gallery_images {
        height: 70px !important;
    }

    .property_videos {
        width: 85% !important;
    }

    .floorplan_tab_button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .property_map {
        height: 300px !important;
    }

    .property_amenities {
        margin: 0px 10px;
    }

    .matterport-iframe {
        height: 400px !important;
    }

    .property-document {
        padding-bottom: 2rem !important;
    }

    .propertydocument_section {
        padding: 10px;
        margin: 3%;
    }

    .footer-contact-form {
        padding: 1rem 3rem !important;
    }

    .footer-image {
        height: 400px;
    }

    .footer-image img {
        height: 100%;
    }

}

/* Map CSS at frontend */
.position-relative {
    position: relative;
}

.info-box.d-flex.align-items-center {
    z-index: 5;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 98px;
    width: 300px;
    background-color: #fff;
    color: #222;
}

.media.m-0.p-2 {
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.info-window-property-detail {
    font-weight: bold;
    font-size: 12px;
    color: #aaa;
}

.media-body.my-auto.pl-3 {
    padding-left: 10px;
    flex: 1;
}

.media.m-0.p-2 img {
    height: 80px;
    object-fit: cover;
}

.info-window-address {
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 0px;
}

.map-controls .nav-pills li a {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 0.5rem 0.75rem;
    color: #000000 !important;
}

.map-controls .nav-pills li a.active {
    color: #222;
    background-color: #cccccc !important;
}
