html {
    -webkit-text-size-adjust: none;
}

.container {
    position: relative;
    width: 100%;
    margin: auto;
}

.fluidgrid {
    width: 100%;
    margin: auto;
}

.head {
    height: 60px;
}

.head-top {}

.logo-cont {
    margin-left: 20px;
    margin-top: 20px;
    width: 210px;
    height: 30px;
}

.logo {}

.menu-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #ffffff !important;
    font-size: 30px;
    text-decoration: none;
}

.trail {
    margin-top: 60px;
    background: #f8f8f8;
    min-height: 40px;
    line-height: 30px;
    padding: 0px 20px;
}

.trail .text-link {
    text-decoration: none !important;
    font-weight: bold;
    color: rgb(70, 70, 70) !important;
}

.foot {}

.foot .foot-top {}

.foot-mid {
    text-align: center;
}

.foot-mid .logo {
    margin-bottom: 30px;
}

.foot-mid .listbox {
    width: 70%;
    margin: auto;
}

.foot-mid .listbox:after {
    top: 25px;
}


.foot-mid .foot-mid-col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.mobile-nav {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 60px;
    height: 0px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 101;
}

.nav-display {
    filter: alpha(opacity=100);
    opacity: 1;
    height: 100%;
}

.foot ul#nav li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b0b0b0;
    color: #262626;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.foot ul#nav li a:hover {}

.foot .nav-main {
    font-size: 18px;
    font-weight: 500;
    padding: 16px 20px;
}

.foot .arrow {
    position: absolute;
    right: 10px;
    font-size: 26px;
}

.foot #nav li {
    color: #262626;
    background: #ffffff;
}

.subnav-display {
    height: 300px !important;
    padding: 20px;
}

.foot .nav-subnav {
    display: none;
}

.foot .nav-subnav li {
    background: #f8f8f8 !important;
}

.foot .nav-subnav a {
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 10px 20px 10px 40px;
    min-height: 50px;
    line-height: 35px;
}

.foot .nav-subnav-haschildren .nav-subnav a {
    padding-left: 60px;
}

.foot .foot-bottom {
    padding: 7px 0px;
    text-align: center;
    color: #ffffff;
}

/* Control/Content layout and styling */
h1, h1.heading {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

h2, h2.heading {
    font-size: 30px;
    line-height: 40px;
}

.box-listproperty .image img, .box-prop-list .image img {
    max-width: 100% !important;
}

.box-prop-list .box-prop-inner {
    position: relative;
    top: 0px;
}

.box-groupimg {
    position: relative;
}

.box-groupimg .container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 20px;
}

.box-groupimg h2 {
    font-size: 40px;
    font-family: 'EB Garamond', serif;
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    white-space: normal;
    display: block;
    border: 0px none;
    margin: 0px;
    margin-top: 110px;
    margin-bottom: 50px;
    font-weight: 300;
}

.box-groupimg h3 {
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    text-align: center;
    white-space: normal;
    margin-bottom: 30px;
    font-weight: 500;
}

.box-groupimg .box-ca {
    width: 100%;
    height: 200px;
    background-color: rgba(13, 44, 108, 0.851);
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 50px 50px rgba(70, 70, 70, 0.1);
    -moz-box-shadow: 0px 0px 50px 50px rgba(70, 70, 70, 0.1);
    box-shadow: 0px 0px 50px 50px rgba(70, 70, 70, 0.1);
    padding: 20px;
}

.box-groupimg h4 {
    font-size: 28px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    text-align: center;
    white-space: normal;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}

.box-groupimg .box-ca .button {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    padding: 15px 0px;
    width: 100%;
    background: #FAA41A;
    color: #ffffff;
}

/* case for small old iPhone SE etc */
@media all and (max-width: 320px) {
    .box-prop-list {
        height: 320px;
    }

    .box-groupimg h2 {
        margin-top: 70px;
        margin-bottom: 30px;
        font-size: 32px;
    }

    .box-groupimg .box-ca {
        padding: 10px;
    }

    .box-groupimg h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box-property-detail-info .button {
        font-size: 14px;
        width: 160px;
    }
}

.box-newslist .box-caption {
    left: 10px;
    bottom: 10px;
    padding-left: 90px;
}

.box-newslist .box-caption h3 {
    min-width: 235px;
    height: 55px;
}

/* case for small old iPhone SE etc */
@media all and (max-width: 320px) {
    .box-newslist .box-caption h3 {
        min-width: 177px;
        font-size: 20px;
    }
}

.box-listtestimonial {
    height: auto;
}

.lightbox {
    padding: 0px;
}

.lightbox .body {
    position: absolute;
    margin: 0px;
    left: 0px;
    right: 0px;
    top: 60px;
    bottom: 0px;
    padding: 0px;
    height: auto !important;
    width: auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box-fluidgridplus-nav {
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.box-fluidgridplus-navfloat {
    display: none;
}

.phone-fluidgrid-cell-1 {
    width: 50% !important;
}

.phone-fluidgrid-cell-2 {
    width: 100% !important;
}

.staff-card-details {
    min-height: auto;
}

.contentarea a.button-yellow {
    width: 100%;
}

#covid-19 .container .icon-close {
    right: 20px;
}

#covid-19 .container {
    font-size: 13px;
}

#covid-19 .container h3 {
    font-size: 18px;
}

.box-moabanner {
    padding: 20px 0px;
}

.box-moabanner .heading {
    margin-bottom: 10px;
    text-align: center;
}

.box-moabanner .button {
    font-size: 15px;
}

#google_translate_element {
    display: none !important;
}

.box-ofi .cell-singleheight {
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: 0px none !important;
}

.box-enquiry .horizontalbox .hbox-table td {
    display: block;
    width: 100% !important;
}

.box-enquiry .horizontalbox.hbox-reset .hbox-table td {
    display: table-cell;
    width: auto !important;
    padding-bottom: 10px !important;
}

/* case for small old iPhone SE etc */
@media all and (max-width: 320px) {
    .box-moabanner .button {
        font-size: 13px;
        padding: 15px 0px;
    }

    .box-nextopen {
        padding: 10px 5px !important;
        padding-left: 70px !important;
    }

    .box-nextopen .nextopen-date {
        left: 5px !important;
        top: 10px !important;
    }

    .box-nextopen .icon-calendar {
        right: 5px !important;
    }
}

.box-imgmodule .box-imgmodule-label {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
}

.box-ytvideo {
    margin-bottom: 20px;
}

.box-ytvideo iframe {
    max-width: 100%;
    height: auto;
    min-height: 323px;
}

.box-job .hbox-table td {
    display: block;
    width: 100% !important;
}

.box-job .hbox-table td .button {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/* scale images to fit container size */
.contentarea img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.image img {
    width: 100%;
}

.image-fluid img {
    height: auto;
}

.image-noscale img {
    width: auto !important;
}

.fluidgrid-group-minpad {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.fluidgrid-cell-full .image img {
    /*min-height:200px;*/
    min-width: 100%;
    width: auto;
}

.listbox select {
    font-size: 15px;
}

.phone-button-fullwidth {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fluidgrid-hidebox {
    padding-left: 20px;
    padding-right: 20px;
}

.label {
    white-space: normal;
}

/* general useful styles */
.hidden-phone {
    display: none;
}

.image-noscale-phone img {
    max-width: 300px !important;
}

.fluidgrid-cell-allowoverflow {
    overflow: visible !important;
}


.table-container thead {
    display: none;
}

.table-container table,
.table-container tbody,
.table-container tr,
.table-container td {
    display: block;
}

.table-container tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.table-container td {
    text-align: right;
    padding: 12px 15px;
    position: relative;
    min-height: 28px;
    border-bottom: 1px solid #ddd;
}

.table-container td:last-child {
    border-bottom: 0;
}

.table-container td::before {
    content: attr(data-header);
    position: absolute;
    left: 15px;
    font-weight: bold;
}

.table-container td:first-child {
    background-color: #0D2C6C;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.table-container td:first-child::before {
    display: none;
}