<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.upper-header {
    font-size: 20px;
    margin: 0;
}

.lower-header {
    font-size: 20px;
    margin-top: -6px;
}

.bs-tooltip-right .tooltip-inner {
    /*max-width: 200px;*/
    color: #1B1B1B;
    text-align: center;
    padding-left: 30px;
    background-color: rgba(28,28,28,0);
    margin-bottom: -1px;
    margin-left: -6px;
}

.bs-tooltip-right.tooltip.show {
    border-bottom: 1px solid #C82333;
    margin-top: -25px;
    /*!*width: 100px;*!*/
    white-space: nowrap;
    overflow: hidden;
    /*transition: width 2s;*/
    /*padding: 0;*/
}

.bs-tooltip-left.tooltip.show {
    border-bottom: 1px solid #C82333;
    margin-top: -25px;
    white-space: nowrap;
    overflow: hidden;
    /*transition: width 2s;*/
    /*padding: 0;*/
}

.bs-tooltip-left .tooltip-inner {
    /*max-width: 200px;*/
    color: #1B1B1B;
    text-align: center;
    padding-right: 30px;
    background-color: rgba(28,28,28,0);
    margin-bottom: -1px;
    margin-left: -6px;
}

/*.bs-tooltip-right.tooltip {*/
/*    width: 0;*/
/*}*/

.bs-tooltip-left .arrow::before {
    border-left-color: rgba(28,28,28,0);
}

.bs-tooltip-right .arrow::before {
    border-right-color: rgba(28,28,28,0);
}
.tooltip {
    opacity: 0;
    transition: opacity 2s;
    margin-top: -25px;
}

.tooltip:hover {
    visibility: visible;
    opacity: 1;
}
.contact {
    font-size: 14px;
}

.shift-button {
    font-size: 20px;
    font-weight: 600;
}

.left-col {
    padding: 0;
}

.right-col {
    padding: 0;
}
.footer-left {
    background: #C82333;
}

.white-box {
    background: #C82333;
}
.footer-link {
    color: white;
}

small a.text-danger {
    color: white !important;
}
.red-dot{
    width: 6px;
    height: 7px;
    background: #C82333;
    border-radius: 50%;
    margin-right: 20px;
}
.black-dot{
    width: 6px;
    height: 7px;
    background: black;
    border-radius: 50%;
    margin-right: 20px;
}
.map-dot{
    margin-right: 13px;
    margin-left: -3px;
}
.smallMap-font{
    font-size: 14px;
    color: #414042;
}
.smallMap{
    display: none;
}
.my-class{
    position: absolute;
}


@media (min-width: 992px) {

    .upper-header {
        font-size: 30px;
        position: absolute;
        z-index: 1;
    }

    .lower-header {
        font-size: 40px;
    }
    .smallMap{
        display: block;
        position: absolute;
        top: 53%;
        left: 7%;
        line-height: 35px;
    }

    .index2-container{
        margin-top: -60px;
    }

    .description {
        position: absolute;
        top: 40%;
    }

    .contact {
        max-width: 350px;
    }
}
.map-container{
    max-width: 1110px;
}</pre></body></html>