﻿body {
    padding-top: 0px;
    background-color: #f6f6f6;
    background-size: 100vw;
}

.body-content {
    padding-left: 225px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    min-height: 84vh;
    max-width: 100%
}

.dl-horizontal dt {
    white-space: normal;
}

/*navigation styling*/

.sidenav {
    height: 100%;
    width: 225px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 15px;
    box-shadow: 10px 0 5px -10px #888;
}

.nav-section {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 12.5px;
    padding-bottom: 0.2px
}

.nav-section1:before {
    content: "";
    display: block;
    border-top: 2px solid #71C0EC;
    padding-top: 15px
}

.nav-section:after {
    content: "";
    display: block;
    border-bottom: 2px solid #71C0EC;
}

.navaholder {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 15px;
    margin-bottom: 12.5px;
}

    .navaholder.active a {
        color: #0B3A5F;
        border-bottom: 2px solid #0B3A5F;
        font-weight: 700;
        padding-bottom: 0.2px
    }


.sidenav a {
    font-weight: 500;
    color: #0e769d;
    text-decoration: none
}

    .sidenav a:hover {
        border-bottom: 2px solid #0e769d;
        padding-bottom: 0.2px;
        text-decoration: none !important
    }

.sidenav .active a:hover {
    border-bottom: 2px solid #0B3A5F;
    padding-bottom: 0.2px;
    text-decoration: none !important
}

.button-section {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 35px;
    margin-bottom: 25px;
}

.navbar-right:hover {
    text-decoration: none;
    border-radius: 4px;
    color: white;
}

.navbar-right {
    bottom: 0;
    position: absolute;
    display: none;
}

    .navbar-right > li > a {
        margin-right: -10px;
    }

        .navbar-right > li > a:hover {
            background-color: transparent;
        }

/*button styling*/

input[type="button"], button[type="button"], input[type="submit"] {
    background-color: #0e769d;
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 7px
}

    input[type="button"]:hover, input[type="button"]:focus, button[type="button"]:hover,
    button[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        background-color: #134067
    }

/*address area styling*/

.addressarea {
    position: absolute;
    right: 0;
    top: 25px;
    background-color: white;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    color: #052640;
    font-weight: 600;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

    .addressarea span {
        font-weight: 600;
        color: #134067;
        text-align: center;
        font-size: 16px;
    }

/*contact us area styling*/

.contactarea {
    position: fixed;
    right: 0;
    top: 47vh;
    background-color: #0e769d;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding: 10px 40px;
    font-weight: 600;
    color: white;
    font-size: 16px;
    transform: rotateZ(270deg);
    margin-right: -61px
}

    .contactarea:hover {
        cursor: pointer;
        background-color: #0f3d64;
    }

    .contactarea .contacttext {
        font-weight: 600;
        color: white;
        font-size: 16px;
        white-space: nowrap;
        margin-top: 95px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.download {
    background-color: #0f3d64;
    border-radius: 50px;
    padding: 12px 22px;
    font-weight: 600;
    color: white !important;
    font-size: 16px;
    text-align: center;
    display: block
}

a.download:hover {
    cursor: pointer;
    background-color: #0f3d64;
    padding-bottom: 12px;
}


/*section styling*/

.sectiontitle {
    width: 100%;
    height: 22.5vh;
    background: linear-gradient(90deg,#0f3f64 50%,#0e769d);
    padding-top: 25px;
    padding-left: 35px;
    position: relative
}

    .sectiontitle::after {
        content: "";
        background: linear-gradient(90deg, #29c9e5 5%, #2bd494);
        height: 7px;
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 10;
        width: 100%;
        margin-left: -35px;
    }

.propertysummary {
    position: relative;
    z-index: 10;
    width: 90%;
    background-color: white;
    border-radius: 10px;
    margin-left: 5%;
    margin-top: -75px;
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-weight: 700;
}

.sectionheading {
    color: #0B3A5F;
    margin-top: 10px;
    margin-bottom: 10px
}

.sectionsubheading {
    color: #0E769D;
    margin-top: 25px;
    margin-bottom: 15px;
}

.sectiontext {
    color: #052640;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sectionsubheadingspan {
    color: #0B3A5F
}

.sectionbreak {
    width: 100%;
    clear: both
}

.sectionmessage {
    padding: 10px;
    width: 100%;
    background-color: #E6F8FC;
    color: #052640;
    border-radius: 8px;
}

.circlestat {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #0f3d64;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    float: left;
    margin-right: 10px
}

.circlestattext {
    width: 85%;
    float: right;
    color: #052640;
    margin-left:10px;
    display: contents
}

.circlestattexthighlight {
    color: #0E769D;
}

.tableholder {
    height: 167px;
    overflow-y: auto
}

    .tableholder::-webkit-scrollbar {
        width: 10px;
    }

    .tableholder::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .tableholder::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #6d6d6d;
    }

.sectiontable {
    width: 100%;
}

    .sectiontable th {
        background-color: #f6f6f6;
        color: #052640;
        font-size: 18px;
        font-weight: 600;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .sectiontable th, .sectiontable td {
        border: 1.5px solid #b6b6b6;
    }

    .sectiontable td {
        color: #052640;
        font-size: 17px;
        padding: 8px;
    }

/*risks styling*/

.propertyrisks {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    clear: both
}


.propertyrisksouter {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    clear: both
}

.risksleft {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-bottom: 25px
}

.risksright {
    width: 50%;
    float: right;
    padding-left: 15px;
}

.riskstat {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 65px;
}

/*condition styling*/

.propertycondition {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    clear: both
}


.propertyconditionouter {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    clear: both
}

.conditionleft {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-bottom: 25px
}

.conditionright {
    width: 50%;
    float: right;
    padding-left: 15px;
}

.conditionstat {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 65px;
}

.circlestatcondition {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #BA0517;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: 600;
    float: left;
    margin-right: 10px
}

/*legal issues styling*/

.propertylegal {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    clear: both
}

.propertylegalouter {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    clear: both
}

.legalleft {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-bottom: 25px
}

.legalright {
    width: 50%;
    float: right;
    padding-left: 15px;
}

.legalstat {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 65px;
}

/*secondary navigation*/

.secondarynavigation {
    width: 90%;
    background-color: white;
    border-radius: 10px;
    margin-left: 5%;
    margin-top: -75px;
    padding: 25px;
    padding-top: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    z-index: 10;
}

    .secondarynavigation .sectionnames {
        width: 100%;
        float: left;
        font-weight: 500;
        color: #0e769d;
        font-size: 15px;
    }

        .secondarynavigation .sectionnames a {
            color: #134067
        }

            .secondarynavigation .sectionnames a:hover {
                cursor: pointer;
                border-bottom: 1px solid #134067;
                padding-bottom: 0.2px;
                text-decoration: none !important
            }

.navigationrow {
    padding-bottom: 10px;
    width: 33%;
    float: left;
}

    .navigationrow:hover {
        text-decoration-line: underline;
        text-decoration-thickness: 1.5px;
    }

/*report pages*/

.secondarynavigation .sectionnames a.active {
    color: #0f3d64;
    border-bottom: 1px solid #0f3d64;
    padding-bottom: 0.2px
}

.report {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    clear: both;
}


.reportouter {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    clear: both;
}

.reportheading {
    color: #134067;
    margin-top: 10px;
    margin-bottom: 50px
}

.limitations-heading {
    color: #134067;
    margin-top: 10px;
    margin-bottom: 20px
}

.textblock {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #052640;
    clear: both
}

    .textblock p {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.headline {
    float: right;
    padding: 15px;
    padding-left: 15px;
    color: #134067;
    font-weight: 600;
    font-size: 20px;
    background-color: #E6F8FC;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -25px;
    margin-top: -75px;
    border: 2px solid #c3dde3;
    border-right: 0px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #BA0517;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
    float: left;
    padding-top:5px;
    margin-right:15px
}

/*footer*/

.footer {
    margin-top: 50px;
    width: 100%;
    background-color: #0f3d64;
    padding: 20px;
    padding-left: 225px;
    text-align: center;
    height: auto;
    display: flow-root;
}

    .footer a {
        color: white;
        font-size: 16px;
        font-weight: 600;
    }

        .footer a:hover {
            text-decoration: none;
            cursor: pointer
        }

/*terms and conditions*/

.termsmodal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 1%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.termsmodal-content {
    background: white;
    margin: auto;
    padding: 17.5px;
    border-radius: 10px;
    width: 37.5%;
    height: 99%;
    color: #134067;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.policy {
    height: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    padding: 20px 25px;
    overflow-y: auto;
    color: #052640;
    border-radius: 2px;
    text-align: center;
}

.policyconfirm {
    padding: 15px;
    text-align: center;
    margin-bottom: 10px
}

.termsmodal input[type="button"] {
    background-color: #0e769d;
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 6px 25px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

    .termsmodal input[type="button"]:hover {
        background-color: #134067
    }

.policy::-webkit-scrollbar {
    width: 10px;
}

.policy::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.policy::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

/*glossary table*/

.glossarytable {
    width: 100%;
}

    .glossarytable th {
        background-color: #f6f6f6;
        color: #1f4a6e;
        font-size: 18px;
        font-weight: 600;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .glossarytable th, .glossarytable td {
        border: 1px solid #b6b6b6;
    }

    .glossarytable td {
        color: #1f4a6e;
        font-size: 16px;
        padding: 6px;
    }

        .glossarytable td:nth-child(1) {
            width: 25%
        }

        .glossarytable td:nth-child(3) {
            width: 15%
        }

        .glossarytable td:nth-child(3) {
            width: 60%
        }

.tableholder1 {
    height: 67.5vh;
    overflow-y: auto
}

    .tableholder1::-webkit-scrollbar {
        width: 10px;
    }

    .tableholder1::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .tableholder1::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #6d6d6d;
    }

/*case information page*/

.caselabel {
    background-color: #0f3d64;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 20px;
    color: white;
    float: left;
    width: 25%;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.caseinput {
    background-color: #f6f6f6;
    padding: 12px 15px;
    padding-left: 40px;
    margin-left: -30px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    color: #0f3d64;
    float: left;
    border: 0px solid;
    z-index: 0;
    position: relative;
    pointer-events: none;
    margin-bottom: 20px;
    flex: 1; /* additionally, equal width */
    overflow-wrap: break-word;
}

.caseinput_multirow {
    margin-bottom: 8px
}

.small {
    width: 25.4%;
}

.large {
    width: 75.4%
}

.caseinformationrow {
    width: 100%;
    clear: both;
    display: flex;
}

.caseinput::-webkit-scrollbar {
    width: 10px;
}

.caseinput::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.caseinput::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

/*glow tooltip*/

.navbar-right img {
    animation: shake 0.4s !important;
    animation-iteration-count: 2.5 !important;
}

    .navbar-right img:hover {
        cursor: pointer !important;
        outline: none !important;
        animation: shake 0.4s !important;
        animation-iteration-count: infinite !important;
    }

    .navbar-right img.shaker {
        animation: shake 0.4s;
        animation-iteration-count: infinite !important;
    }


@keyframes shake {
    0% {
        transform: translate(0.5px, 0.5px) rotate(0deg);
    }

    10% {
        transform: translate(-0.5px, -1px) rotate(-1deg);
    }

    20% {
        transform: translate(-1.5px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(1.5px, 1px) rotate(0deg);
    }

    40% {
        transform: translate(0.5px, -0.5px) rotate(1deg);
    }

    50% {
        transform: translate(-0.5px, 1px) rotate(-1deg);
    }

    60% {
        transform: translate(-1.5px, 0.5px) rotate(0deg);
    }

    70% {
        transform: translate(1.5px, 0.5px) rotate(-1deg);
    }

    80% {
        transform: translate(-0.5px, -0.5px) rotate(1deg);
    }

    90% {
        transform: translate(0.5px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(0.5px, -1px) rotate(-1deg);
    }
}

.tooltipexplain {
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    color: #0f3d64;
}

.helpmodal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 4%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.helpmodal-content {
    background: white;
    margin: auto;
    padding: 25px;
    border-radius: 10px;
    width: 65%;
    max-height: 90%;
    overflow: auto;
    color: #134067;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.mobilenav {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: white
}

.MinModal {
    color: #0f3d64;
    font-weight: 600;
    font-size: 18px;
    float: right;
    margin-top: -15px;
    margin-right: -10px
}

    .MinModal:hover {
        cursor: pointer
    }

/*contact us modal*/

.contactmodal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 4%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.contactmodal-content {
    background: white;
    margin: auto;
    padding: 25px;
    border-radius: 10px;
    width: 60%;
    height: 60%;
    color: #134067;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.contactmodal .caselabel {
    background-color: #0f3d64;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 20px;
    color: white;
    float: left;
    width: 35%;
    z-index: 1;
    position: relative
}

.contactmodal .caseinput {
    background-color: #f6f6f6;
    padding: 12px 15px;
    padding-left: 40px;
    margin-left: -30px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    color: #0f3d64;
    float: left;
    border: 0px solid;
    z-index: 0;
    position: relative;
    pointer-events: none;
}

.query {
    height: 100px
}

    .query:focus {
        outline: none;
    }

.contactmodal .large {
    width: 65%
}

.formcontact {
    padding-top: 20px;
    padding-bottom: 50px;
}

.contactmodal input[type="button"] {
    background-color: #0e769d;
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 6px 25px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px
}

    .contactmodal input[type="button"]:hover {
        background-color: #134067
    }

.section-no-data {
    color: #0E769D;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px
}

.ChartNavigation:hover {
    cursor: pointer
}

.disabled, .disabled:hover {
    background-color: #f6f6f6 !important;
    color: #052640 !important;
    pointer-events: none;
}

.survotable {
    width: 100%;
    text-align: center
}

    .survotable th {
        background-color: #0f3d64;
        color: white;
        font-size: 16px;
        font-weight: 600;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: center;
    }

.toprow {
    border-right: 0.8px solid white;
}

.leftrow {
    border-bottom: 0.8px solid white;
    text-align: left !important;
    padding-left: 15px !important
}

.survotable td {
    color: #0f3d64;
    font-size: 16px;
    padding: 8px;
    background-color: #f6f6f6;
    border-right: 0.8px solid #898989;
    border-bottom: 0.8px solid #898989;
    text-align: center;
}

.toprow_start {
    background-color: transparent !important;
    border: none;
}

.toprow_end {
    border-start-end-radius: 25px;
}

.leftrow_start {
    border-start-start-radius: 25px;
    border-bottom: 0.8px solid white;
    text-align: left !important;
    padding-left: 15px !important
}

.leftrow_end {
    border-end-start-radius: 25px;
    text-align: left !important;
    padding-left: 15px !important
}

.toprow_one {
    border-start-start-radius: 25px;
    border-right: 0.8px solid white;
}

.survotable td:nth-child(10) {
    border-right: 0px
}

.survotable tr:nth-child(8) td {
    border-bottom: 0px
}

.mainsservices th:nth-child(1) {
    max-width: 55px
}

.centralheating th:nth-child(1) {
    max-width: 55px
}

.mainsservices td:nth-child(5) {
    border-right: 0px
}

.mainsservices tr:nth-child(2) td {
    border-bottom: 0px
}

.centralheating td:nth-child(6) {
    border-right: 0px
}

.centralheating tr:nth-child(2) td {
    border-bottom: 0px
}

.chartdisplay {
    width: 100px;
    height: 50px
}

.mobile {
    display: none;
}

.logobanner {
    display: none
}

@media screen and (min-width: 1000px) and (max-width: 1210px) {
    .circlestattext {
        width: 80%;
    }
}

@media screen and (min-width: 776px) and (max-width: 999px) {
    .circlestattext {
        width: 70%;
    }
}

@media screen and (min-width: 676px) and (max-width: 775px) {

    .sidenav {
        display: none
    }

    .body-content {
        padding-left: 0px;
        padding-top: 75px
    }

    .propertysummary .photo-image {
        height: 65px !important;
        width: 31% !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .imagetext {
        margin-left: -31% !important;
        margin-top: -7.5px !important;
        color: #134067;
        font-size: 14px !important;
    }

    .addressarea {
        top: 150px
    }

    .propertysummary {
        margin-top: -25px;
    }

    .secondarynavigation {
        margin-top: -25px;
    }

    .sectiontitle {
        padding-top: 75px;
    }

    .risksleft, .conditionleft, .legalleft {
        width: 100%;
        float: none;
    }

    .risksright, .conditionright, .legalright {
        width: 100%;
        float: none;
    }

    .circlestattext {
        width: 75%;
    }

    .tableholder {
        clear: both;
    }

    .chartdisplay {
        width: 100%;
        height: auto
    }

    .nonmobile {
        display: none
    }

    .mobile {
        display: block
    }

    .footer {
        padding-left: 20px;
        height: auto;
        position: relative !important;
        margin-top: 65px
    }

    .propertysummary {
        margin-bottom: 0px !important
    }

    body {
        position: relative;
    }

    .contactarea {
        position: absolute;
        right: auto;
        display: block;
        bottom: 120px;
        top: auto;
        background-color: #0f3d64;
        border-radius: 0px;
        text-align: center;
        transform: rotateZ(0deg);
        margin-right: 0px;
        width: 100%;
    }

    .aboutpropreport .reportheading {
        margin-top: 0px !important
    }

    .longtext .headline {
        margin-top: -205px !important
    }

    .circlestattext {
        margin-bottom: 15px
    }

    .logobanner {
        display: block;
        position: absolute;
        top: 0px;
        background: white;
        height: 130px;
        width: 100%;
    }

        .logobanner img {
            margin-top: 7.5px
        }

        .logobanner span {
            float: right;
            margin-right: 5%;
            color: #0f3d64;
            font-size: 30px;
            margin-top: 20px
        }

    .contactmodal-content {
        width: 90%;
        height: 97.5%
    }

        .contactmodal-content label, .contactmodal-content div {
            font-size: 14px !important
        }

    .formcontact {
        padding-bottom: 0px
    }

    .nav-section {
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        margin-top: 15px;
        padding-bottom: 0.2px
    }

    .nav-section1:before {
        content: "";
        display: block;
        border-top: none;
        margin-top: 30px
    }

    .nav-section:after {
        content: "";
        display: block;
        border-bottom: 1.8px solid #0f3d64;
    }

    .navaholder {
        width: 100%;
        padding-left: 15% !important;
        padding-right: 15% !important;
        font-size: 17px;
        margin-bottom: 15px;
        text-align: center
    }

        .navaholder.active a {
            color: #0f3d64 !important;
            border-bottom: 1.8px solid #0f3d64 !important;
            padding-bottom: 0.2px !important
        }

        .navaholder a {
            font-weight: 700 !important;
            color: #1f4a6e !important;
            text-decoration: none
        }

    .caselabel {
        width: 44.5%;
    }

    .large {
        width: 56.4%
    }

    .survotable {
        overflow-x: scroll;
        max-width: 100%;
        display: block;
    }

        .survotable::-webkit-scrollbar {
            width: 7.5px;
        }

        .survotable::-webkit-scrollbar-track {
            background-color: #ebebeb;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

        .survotable::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #6d6d6d;
        }

    .mainsservices th:nth-child(1), .centralheating th:nth-child(1) {
        max-width: 500px !important;
    }

    .sectionnames {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navigationrow { 
        width: 100%
    }

    .circle {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 24px;
        padding-top: 2.5px;
    }

    .headline {
        font-size: 17px;
        margin-top: -180px
    }

    [data-tabulator-id] h3, .mobileheading {
        margin-top: 100px
    }

    .sectionmessage {
        width: 100% !important;
        margin-bottom: 10px
    }

    .termsmodal-content {
        width: 90%;
        height: 98%
    }

    .policyconfirm {
        margin: 0px;
        font-size: 16px
    }

    .tooltipexplain {
        margin: 0px !important
    }

    .CloseModal {
        font-size: 20px
    }

    .center2 {
        width: 90% !important;
        height: 100% !important;
        top: 5% !important
    }

    .warningreport {
        min-height: 50vh !important
    }

    .warningreport2 {
        min-height: 75vh !important
    }

    .footer a {
        line-height: 40px;
    }
}

@media screen and (min-width: 776px) and (max-width: 925px) {
    .sectionnames {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navigationrow {
        width: 100%
    }
}

@media screen and (min-width: 975px) and (max-width: 1200px) {
    .footer_logo {
        width: 25%
    }
}

@media screen and (min-width: 775px) and (max-width: 975px) {
    .footer_logo {
        width: 30%
    }
}

    @media screen and (min-width: 675px) and (max-width: 775px) {
        .logobanner img {
            width: 15%
        }

        .footer_logo {
            width: 30%
        }
    }

    @media screen and (min-width: 500px) and (max-width: 675px) {
        .logobanner img {
            width: 18%
        }

        .footer_logo {
            width: 35%
        }
    }

    @media screen and (min-width: 100px) and (max-width: 500px) {
        .logobanner img {
            width: 20%
        }

        .footer_logo {
            width: 40%
        }
    }

    @media screen and (max-width: 675px) {
        .sidenav {
            display: none
        }

        .body-content {
            padding-left: 0px;
            padding-top: 75px
        }

        .propertysummary .photo-image {
            height: 65px !important;
            width: 31% !important;
            margin-top: 15px !important;
            margin-bottom: 15px !important
        }

        .imagetext {
            margin-left: -31% !important;
            margin-top: -7.5px !important;
            color: #134067;
            font-size: 14px !important;
        }

        .addressarea {
            top: 95px
        }

        .propertysummary {
            margin-top: -25px;
        }

        .secondarynavigation {
            margin-top: -25px;
        }

        .sectiontitle {
            padding-top: 75px;
        }

        .risksleft, .conditionleft, .legalleft {
            width: 100%;
            float: none;
        }

        .risksright, .conditionright, .legalright {
            width: 100%;
            float: none;
        }

        .circlestattext {
            width: 75%;
        }

        .tableholder {
            clear: both;
        }

        .chartdisplay {
            width: 100%;
            height: auto
        }

        .nonmobile {
            display: none
        }

        .mobile {
            display: block
        }

        .footer {
            padding-left: 20px;
            height: auto;
            position: relative !important;
            margin-top: 65px
        }

        .propertysummary {
            margin-bottom: 0px !important
        }

        body {
            position: relative;
        }

        .contactarea {
            position: absolute;
            right: auto;
            display: block;
            bottom: 160px;
            top: auto;
            background-color: #0e769d;
            border-radius: 0px;
            text-align: center;
            transform: rotateZ(0deg);
            margin-right: 0px;
            width: 100%;
        }

        .aboutpropreport .reportheading {
            margin-top: 0px !important
        }

        .longtext .headline {
            margin-top: -205px !important
        }

        .circlestattext {
            margin-bottom: 15px
        }

        .logobanner {
            display: block;
            position: absolute;
            top: 0px;
            background: white;
            height: 75px;
            width: 100%;
        }

            .logobanner img {
                margin-top: 7.5px
            }

            .logobanner span {
                float: right;
                margin-right: 5%;
                color: #0f3d64;
                font-size: 30px;
                margin-top: 20px
            }

        .contactmodal-content {
            width: 90%;
            height: 97.5%
        }

            .contactmodal-content label, .contactmodal-content div {
                font-size: 14px !important
            }

        .formcontact {
            padding-bottom: 0px
        }

        .nav-section {
            width: 100%;
            padding-left: 15%;
            padding-right: 15%;
            margin-top: 15px;
            padding-bottom: 0.2px
        }

        .nav-section1:before {
            content: "";
            display: block;
            border-top: none;
            margin-top: 30px
        }

        .nav-section:after {
            content: "";
            display: block;
            border-bottom: 1.8px solid #0f3d64;
        }

        .navaholder {
            width: 100%;
            padding-left: 15% !important;
            padding-right: 15% !important;
            font-size: 17px;
            margin-bottom: 15px;
            text-align: center
        }

            .navaholder.active a {
                color: #0f3d64 !important;
                border-bottom: 1.8px solid #0f3d64 !important;
                padding-bottom: 0.2px !important
            }

            .navaholder a {
                font-weight: 700 !important;
                color: #1f4a6e !important;
                text-decoration: none
            }

        .caselabel {
            width: 44.5%;
        }

        .large {
            width: 56.4%
        }

        .survotable {
            overflow-x: scroll;
            max-width: 100%;
            display: block;
        }

            .survotable::-webkit-scrollbar {
                width: 7.5px;
            }

            .survotable::-webkit-scrollbar-track {
                background-color: #ebebeb;
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }

            .survotable::-webkit-scrollbar-thumb {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                background: #6d6d6d;
            }

        .mainsservices th:nth-child(1), .centralheating th:nth-child(1) {
            max-width: 500px !important;
        }

        .sectionnames {
            width: 100% !important;
            padding-left: 10px;
            padding-right: 10px;
        }

            .sectionnames .navigationrow {
                width: 100% !important
            }

        .circle {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            font-size: 24px;
            padding-top: 2.5px;
        }

        .headline {
            font-size: 17px;
            margin-top: -180px
        }

        [data-tabulator-id] h3, .mobileheading {
            margin-top: 100px
        }

        .sectionmessage {
            width: 100% !important;
            margin-bottom: 10px
        }

        .termsmodal-content {
            width: 90%;
            height: 98%
        }

        .policyconfirm {
            margin: 0px;
            font-size: 16px
        }

        .tooltipexplain {
            margin: 0px !important
        }

        .CloseModal {
            font-size: 20px
        }

        .center2 {
            width: 90% !important;
            height: 100% !important;
            top: 5% !important
        }

        .warningreport {
            min-height: 50vh !important
        }

        .warningreport2 {
            min-height: 75vh !important
        }

        .footer a {
            line-height: 40px;
        }
    }

    .center2 {
        width: 35%;
        text-align: center;
        background: white;
        padding: 20px;
        border-radius: 10px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        display: table-cell;
        vertical-align: middle;
        top: 5%
    }

    .loginButton {
        -webkit-appearance: none;
        background-color: #0f3d64;
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        border-radius: 6px !important;
        border: none;
        letter-spacing: 0.01em;
        color: white;
        white-space: normal;
        padding: 10px 20px;
        margin-top: 10px;
        font-weight: 600;
        box-shadow: 0 0.4em 0.5em -0.4em #bbb;
    }

        .loginButton:hover {
            background: #134067
        }

        .loginButton:active {
            background: #134067;
        }

    .textboxlogin {
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 8px 8px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        background-color: white;
        font-size: 16px;
        color: #134067;
    }

        .textboxlogin:focus {
            outline: none !important;
            border-color: #0f3d64 !important;
            box-shadow: 0 0 10px #0f3d64 !important;
        }

    .logo:hover {
        cursor: pointer
    }

    .servwarn .sectionmessage {
        margin-bottom: 15px;
    }

    .ChartNavigation:hover {
        text-decoration: underline !important
    }

    .fa-times {
        font-size: 28px !important
    }

    .footer a {
        text-decoration: none
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 22px
    }

    p {
        font-size: 15px
    }

    .loginButton a {
        text-decoration: none !important;
        text-align: center;
        color: #134067 !important
    }

    .downloadpdf:before {
        content: "";
        display: block;
        border-top: 0px solid #0f3d64 !important;
        padding-top: 2.5px !important
    }

    .downloadpdf:after {
        content: "";
        display: block;
        border-bottom: 0px solid #ea5073 !important;
    }

    .downloadpdf {
        text-align: center;
    }

    .imageattribution {
        font-size: 12px;
        color: #134067;
    }

    .clause {
        display: flex;
    }

    .numberclause {
        width: 50px;
    }

    .textclause {
        flex: 1;
    }

    .numberclausefurtherindent {
        width: 100px;
    }

    .tableborder {
        border: solid
    }

    a.download {
        color: white !important;
        text-decoration: none !important;
    }

        a.download:hover {
            border-bottom: none !important
        }

    .mobilenav .logobanner {
        height: 25px
    }