﻿.t1 {
    font-size: 1.15em;
    text-align: center;
    display: block;
    padding: 0px 10px;
    margin-top: 0;
}

.fs-1 {
    font-size: 1em;
}

.tabs, .tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 0.9em;
}

    .tabs li {
        margin-left: 10px;
        padding: 14px 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f4f9fa;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .tabs li:hover {
            background-color: rgba(173, 213, 220, 0.29);
        }

        .tabs li strong {
            line-height: 1.1;
        }

        .tabs li span {
            font-size: 0.85em;
        }


.owl-carousel .item a:hover:before {
    content: "\f00e";
    display: block;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -56px;
    color: #fff;
    font-size: 70px;
    font-family: 'fontawesome';
    text-shadow: 0px 0px 10px #444;
}

.wizard {
    background-color: rgba(173, 213, 220, 0.29) !important;
}

.project-page .page-title-wrap {
    height: 87vh;
}

.btn-get-quote {
    font-size: 20px !important;
    font-weight: 600;
}

.rd-navbar--is-stuck .btn-get-quote {
    background-color: #7c8b37 !important;
    border-color: #7c8b37 !important;
    color: #fff !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

h2 .sub-head-small, .h2 .sub-head-small {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.features-section {
    background-color: #f4f9fa;
    margin-top: 100px;
}

.features-flex {
    margin-bottom: 0 !important;
}

.features-section h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
}



.btn-custom {
    height: 54px;
    padding: 0 !important;
    font-size: 20px;
}

html .btn-cello-outline:hover {
    color: #fff;
    background-color: #7c8b37;
    border-color: #7c8b37;
}

.related-projects {
    display: none !important;
}

html .btn-primary-contrast {
    background-color: #7c8b37;
    border-color: #7c8b37;
}


@media (max-width: 767px) {

    .mt-xs-20 {
        margin-top: 20px;
    }

    .reverse .dt-left {
        padding: 30px 0 0 0 !important;
    }

    .tabs li {
        width: 100%;
    }

    .btn-get-quote.mobile {
        display: block !important;
        z-index: 9999;
        padding: 5px 10px;
        margin-right: 10px;
        margin-top: 0;
    }

    .rd-navbar-toggle {
        display: none !important;
    }


    .project-page .page-title-wrap {
        height: auto;
        min-height: 300px;
    }

    .wizard {
        padding: 40px 15px 40px !important;
    }

    h2 .sub-head-small, .h2 .sub-head-small {
        font-size: 33px;
    }

    .features-section {
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1500px) {
    .container-1260, .rd-navbar-static .rd-navbar-inner, .rd-navbar-fullwidth .rd-navbar-inner {
        max-width: 1300px !important;
    }

    .special-project .property-description, .special-project .property-details {
        font-size: 1.2em;
    }
   
}
