.virtual-tour-tab-section {
    margin: 40px 0 40px;
}
.virtual-tab-list button {
    background: transparent;
    padding: 0;
    border: 0;
    padding: 15px 15px;
    cursor: pointer;
    border-radius: 0;
    font-weight: 500;
    display: block;
}
.virtual-tab-list button.active {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--white);
    color: #6EC1E3;
}
.virtual-title h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: var(--font-inter);
}

.virtual-tab-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -1px;
}
.virtual-video {
    position: relative;
    padding-bottom: 60%;
}

.virtual-video video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.virtual-tab-content {
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.virtual-tour-video {
    position: relative;
}

.virtual-tour-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.virtual-tour-video .video-overlay h4 {
    color: var(--white);
    margin-bottom: 0;
}

.virtual-tour-video .video-overlay button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    border-color: #e6e6e6;
}

.virtual-tour-video .video-overlay button svg {
    height: 20px;
    width: 20px;
}

.play-btn-wrap {
    text-align: center;
    margin: 70px 0;
}
.play-btn-wrap p {
    color: var(--white);
    margin-top: 20px;
}
.powered-by span {
    color: var(--white);
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.powered-by {
    text-align: center;
}
.virtual-tour-tab {
    max-width: 782px;
    width: 100%;
    margin: 40px auto 0;
}
.virtual-tab-content > div {
    display: none;
}
.virtual-btn {
    text-align: center;
    margin-top: 30px;
}
.virtual-tab-content > div:first-child {
    display: block;
}


@media only screen and (max-width:991px){
    
}
@media only screen and (max-width:767px){
   .virtual-video {
        position: relative;
        padding-bottom: 70%;
    }
    .virtual-tour-video .video-overlay button {
        height: 40px;
        width: 40px;
    }
    .play-btn-wrap {
        margin: 20px 0;
    }
    .play-btn-wrap p {
        font-size: 10px;
        line-height: 16px;
        margin-top: 10px;
    }
    .matterport-logo {
        max-width: 100px;
    }
    .virtual-tour-video .video-overlay h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .powered-by span {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 5px;
    }
    .virtual-tab-list {
        display: block;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: -1px;
    }
    .virtual-tab-list button.active {
        border-bottom: 1px solid #e5e5e5;
    }
    .virtual-tab-list button {
        text-align: left;
    }
}

@media only screen and (max-width:424px){
    .play-btn-wrap {
        margin: 15px 0;
    }
}