@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500i,700|Poppins:300,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600i,800,800i&display=swap');

.pfc-overlay {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-image: url(/virtual-tour/vtbg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.pfc-overlay .pfc-bgimg {
    height: 100%;
    width: 100%;
    background: rgb(222 233 244 / 82%);
    position: absolute;
}

.pfc-overlay .pfc-content {
    z-index: 1;
    text-align: center;
    max-width: 700px;
    padding: 0 25px;
}

.pfc-overlay .pfc-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #006bb7;
    font-size: 42px;
    line-height: 48px;
}

.pfc-overlay .pfc-content .pfc-copy {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
}

.pfc-overlay .pfc-content .pfc-copy p {}

.pfc-overlay .pfc-content .pfc-start-tour {
    outline: none;
    border: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25px;
    border-style: inherit;
    padding: 10px 40px 7px 40px;
    background-color: #006bb7;
    box-shadow: 0 3px 0 0 #025fa1;
}

.pfc-overlay .pfc-content .pfc-start-tour:hover {
    background-color: #ffc423;
    box-shadow: 0 3px 0 0 #ffc423;
}

.pfc-overlay .pfc-content .pfc-start-tour:active {}

.pfc-overlay .pfc-content .pfc-start-tour:focus {}