@keyframes jumpMoveFrame {
    0%, 100% {
        bottom: 0;
    } 50% {
          bottom: 15px; }
}

* { box-sizing: border-box;}
body { 
    margin: 0;
    padding: 0;
    font-family: 'Avenir';
    font-weight: 300;
    font-style: normal;
}

.fancybox-caption__body,
.fancybox-infobar{
    font-weight: 500;
}

.fp-slidesNav.fp-bottom {
    bottom: 0px;
}

.fp-scrollable {
    width: 100%;
    height: 100%
}

#aside {
    width: 300px;
    height: 100%;
    padding: 120px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.resume-section.microsite-frame-top-preview .fp-scrollable {
    height: 100% !important;
}

.resume-section.microsite-frame-top-preview .fp-scroller {
    height: 100% !important;
}

.resume-section.microsite-frame-top-preview {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0px !important;
    margin: 0;
    position: relative;
}

.resume-section.microsite-frame-top-preview:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-bg-color);
    z-index: -1;
    opacity: 0.75;
}

.microsite-frame-top-preview .fp-scrollable {
    height: 100% !important;
}

.resume-section {
    width: calc(100% - 220px) !important;
    margin: 0 0 0 220px;
    padding: 0 30px;
    background: #F6F6F6;
}

.resume-section-inner {
    padding: 30px 0;
}

.fp-slidesNav {
    bottom: 30px;
    text-align: center;
}

.fp-controlArrow.fp-prev {
    left: 5px;
    border-width: 26.5px 21px 26.5px 0;
    border-color: transparent var(--main-color) transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 5px;
    border-width: 26.5px 0 26.5px 21px;
    border-color: transparent transparent transparent var(--main-color);
}

.microsite-frame-top-preview .fp-scroller {
    height: 100%;
}

#video-tour .fp-scroller {
    height: 100%;
}

#video-tour .resume-section-inner {
    height: 100%;
}

#map .fp-scroller {
    height: 100%;
}

#planning-pending .fp-scroller {
    height: 100%;
}

#local-schools .fp-scroller {
    height: 100%;
}

.resume-section .top-info-group .section-header {
    background: var(--main-color);
    color: var(--color-text-one);
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
}

.resume-section .top-info-group p {
    font-size: 16px;
    /* margin: 15px 0; */
}

/*copy report link modal*/
.copy-report-link-modal-class {
    padding: 0;
}

.copy-report-link-modal-class .ui-dialog-title {
    color: #fff;
    font-weight: 500;
}

.copy-report-link-inner {
    display: flex;
    width: 100%;
    padding: 45px 0 15px 0;
}

.copy-report-link-inner input {
    width: 100%;
    border: 1px solid #f09f3e;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0 15px;
}

.copy-report-link-inner button {
    width: 135px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 300;
}

#osmap {
    width: 100%;
    height: 100%;
    opacity: 1;
    right: 0;
    position: relative;
}

.mobile-agent-message-box {
    display: none;
    max-width: 120px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.mobile-agent-message-box img {
    max-width: 100%;
}

.property-main-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    height: 100%;
}

.map-section .map-buttons {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.map-section .plan-marker {
    display: flex;
    align-items: center;
}

.map-section .plan-marker .box {
    width: 36px;
    height: 36px;
    border: 3px solid #2D2E83;
}

.map-section .plan-marker .caption {
    font-size: 12px;
    padding-left: 10px;
    font-weight: 800;
    color: #333;
}

.map-section .toggle-map-plan {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    margin-right: 30px;
}

.map-section .toggle-map-plan .icon-plan img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.map-section .toggle-map-plan .icon-plan img.active-icon {
    display: none;
}

.map-section .toggle-map-plan.active img.active-icon {
    display: block;
}

.map-section .toggle-map-plan.active img.inactive-icon {
    display: none;
}

.map-section .toggle-map-plan .plan-caption {
    margin: 0 0 0 10px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
}

.colums-data-section .columns{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
}

.colums-data-section .columns .path {
    width: 100%;
}

.colums-data-section {
    display: flex;
    flex-wrap: wrap;
}

.lrt-info {
    bottom: 0;
    left: -32px;
    width: 400px;
    height: 50px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lrt-info .lrt-boundary {
    width: 60px;
    height: 30px;
    border: 4px solid #1519c4;
    margin-right: 20px;
}

.lrt-info .lrt-text {
    font-family: 'Ubuntu', sans-serif;
    color: #2E4459;
}

* { box-sizing: border-box;}
body { margin: 0; padding: 0; }

.text-bold {
    font-weight: 900;
}

.text-light {
    font-weight: 300;;
}

.text-medium {
    font-weight: 500;
}

.text-heavy {
    font-weight: 800;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-lowercase {
    text-transform: lowercase!important;
}

.btn-inline {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    user-select: none;
}

/* .inline-btn-default {
    background: #df8d1e;
    color: #fff;
} */

/* .microsite-frame-bg {
    z-index:1;
    background: #fff var(--main-bg-url) no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */

.microsite-frame-layout-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-bg-color);
    z-index: -1;
    opacity: 0.75;
}

.microsite-report-layout {
    font-weight: 500;
}

.microsite-frame-top-preview {
    padding: 0 30px 0 150px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.microsite-frame-top-preview .logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 50px;
    right: 50px;
}

.microsite-frame-top-preview .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.microsite-frame-top-preview .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.microsite-frame-top-preview .captions-group {
    width: 100%;
    padding: 150px 0 0 0;
    margin-bottom: 90px;
}

.report-type-logo {
    width: 185px;
}

.report-type-logo-wrap .report-type-logo img {
    width: 170px;
    display: block;
    margin-right: 1.5rem;
    padding-top: 4px;
}

.microsite-frame-top-preview .captions-group .caption {
    padding: 25px 0 0 0;
    font-size: 82px;
    color: var(--color-text-one);
    font-weight: 500;
}

.microsite-frame-top-preview .captions-group .subcaption {
    padding: 25px 0;
    font-size: 48px;
    color: var(--color-text-two);
    font-weight: 300;
}

.microsite-frame-top-preview .captions-group .description {
    font-size: 48px;
    color: var(--color-text-one);
    font-weight: 300;
}

.microsite-frame-top-preview .captions-group .asking-price-data {
    font-size: 38px;
    color: var(--color-text-two);
    padding: 30px 0 0 0;
}

.microsite-frame-top-preview .captions-group .asking-price-data span:last-child {
    color: var(--color-text-one);
}

.microsite-frame-top-preview .assets-info {
    display: flex;
    width: 100%;
    text-align: left;
}

.microsite-frame-top-preview .assets-info .info {
    display: flex;
    width: 100%;
    padding: 0 15px 0 0;
}

.microsite-frame-top-preview .assets-info .info span {
    font-size: 35px;
}

.microsite-frame-top-preview .assets-info .info .for-data {
    color: var(--color-text-two);
    margin-right: 15px;
}

.microsite-frame-top-preview .assets-info .info .data {
    color: var(--color-text-one);
}

/* .microsite-frame-header {
    display: flex;
    position: absolute;
    padding: 0;
    height: 120px;
    left: 0;
    top: 0;
    width: 100%;
} */

/* .microsite-frame-header .logo-path {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    flex: 0 0 300px;
    height: 190px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 4px solid var(--main-color);
}

.microsite-frame-header .logo-path .microsite-logo {
    width: 100%;
    height: 110px;
} */

.microsite-frame-header .logo-path .microsite-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: 10px 0 5px;
}

.microsite-frame-header .logo-path .microsite-social-media,
.microsite-frame-header .logo-path .microsite-social-media-title {
    width: 100%;
}

.microsite-frame-header .logo-path .microsite-social-media-title {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.microsite-frame-header .logo-path .microsite-social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.microsite-frame-header .logo-path .microsite-social-media .microsite-social-media-item {
    text-align: center;
    margin: 0 3px;
    background: var(--main-color);
    width: 100%;
    height: 38px;
}

.microsite-frame-header .logo-path .microsite-social-media .microsite-social-media-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.microsite-frame-header .logo-path .microsite-social-media .microsite-social-media-item i {
    font-size: 24px;
    color: #fff;
    transition: all 0.2s linear;
}

.microsite-frame-header .logo-path .microsite-social-media .microsite-social-media-item:hover i {
    font-size: 28px;
    padding: 0;
}

/* .microsite-frame-header .top-info-path {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 10px;
} */

.microsite-frame-header .top-info-path .info .top-caption {
    font-size: 24px;
    color: var(--color-text-one);
}

.microsite-frame-header .top-info-path .info .sub-caption {
    font-size: 18px;
    color: #fff;
}

.frame-aside {
    height: calc(100vh - 120px);
    width: 300px;
    flex: 0 0 300px;
    background: #E3E3E3;
}

.frame-aside nav {
    height: calc(100vh - 120px);
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
}

.frame-aside .caption {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 100%;
}

.frame-aside ul {
    width: 100%;
    height: calc(100% - 170px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 10px 0 10px;
    list-style-type: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.frame-aside ul::-webkit-scrollbar {
    display: none;
}

/* .frame-aside ul li {
    padding: 5px 0;
} */

.frame-aside ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4px 10px 3px 0;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

.frame-aside .hover-line .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 150px;
    background: #fff;
    transition: 0.3s linear all;
}

.frame-aside .hover-line .icon svg {
    width: 24px;
    height: 24px;
}

.frame-aside .item-caption {
    padding: 0 0 0 4px;
	text-align:right;
    flex-grow: 1;
}

.frame-aside ul li.active a {
    background: var(--main-color);
    border-radius: 150px;
    color: var(--color-text-one);
    font-weight: 500;
}

.frame-aside ul li.active a .hover-line .icon {
    /* width: 45px; */
    background: transparent;
}

.frame-aside ul li a:hover {
    color: var(--main-color);
}

/* .frame-aside ul li a:hover .hover-line .icon {
    width: 60px;
} */

.frame-aside ul li.active a.nav-link:hover {
    color: var(--color-text-one);
}

/* .frame-aside ul li.active a:hover .hover-line .icon {
    width: 45px;
} */

.frame-aside .agent-message-box {
    height: 75px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.frame-aside .agent-message-box img {
    width: 180px;
}

.frame-aside .agent-message-box .btn-msg {
    /*
    width: 220px;
    background: var(--main-color);
    margin: 0 auto;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    padding: 10px 12px;
    */
}

.top-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background: #fff;
    height: 60px;
    position: relative;
}

.top-controls .sections-btns {
    display: none;
}

.scroll-into-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    bottom: 25px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-into-btn svg {
    position: absolute;
    left: 0;
    width: 60px;
    height: 100%;
    color: white;
    animation: jumpMoveFrame 1s linear infinite;
    cursor: pointer;
}

.frame-caption {
    font-size: 28px;
    color: var(--color-text-one);
    text-transform: uppercase;
}

.frame-subcaption {
    font-size: 20px;
    color: var(--color-text-two);
}

.microsite-frame-header .top-info-path .info.text-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(40% - 30px);
    justify-content: space-between;
    padding-bottom: 5px;
}

.microsite-frame-header .top-info-path .info.text-right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding-left: 1rem;
}

.top-controls .buttons {
    display: flex;
    align-items: center;
}

.top-controls .buttons a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    margin: 0 10px;
    color: var(--main-color);
}


/* .top-info-path .buttons-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */

.top-info-path .buttons-line a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    margin: 0 10px;
    color: var(--main-color);
}

.top-info-path .buttons-line a svg {
    width: 38px;
    height: 38px;
    color: #df8d1e;
}

.top-info-path .buttons-line .btn-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-size: 18px;
    margin: 0 0 0 15px;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 500;
}

/* a#vmar-request-button {
    color: #fff;
    padding: 4px 25px;
    border-radius: 7px;
    font-size: 18px;
} */

#vmar-request-button-mobile {
    display: none;
}

.top-controls .buttons a svg {
    width: 45px;
    height: 45px;
}

.top-controls .buttons a.toggle-map-plan .icon-plan {
    width: 30px;
    height: 30px;
    border: 5px solid #2D2E83;
    position: relative;
}

.top-controls .buttons a.toggle-map-plan svg {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #2D2E83;
}

.top-controls .buttons a.toggle-map-plan.active svg {
    display: block;
}

.top-controls .buttons a.toggle-map-plan .plan-caption {
    width: 95px;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.top-controls .buttons .btn-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 15px;
    border-radius: 22px;
    font-weight: 900;
}

.resume-section .top-info-group .section-header {
    background: var(--main-color);
    color: var(--color-text-one);
    padding: 5px 10px;
    font-size: 16px;
}

/*Map*/

#map .resume-section-inner {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.map-section img {
    width: 100%;
}
.map-section .plan-marker {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.map-section .plan-marker .box {
    width: 32px;
    height: 32px;
    border: 3px solid #2D2E83;
}

.map-section .plan-marker .caption {
    font-size: 12px;
    padding-left: 15px;
}
/*end Map*/

/*Text*/

.text-section p {
    margin: 20px 0;
    font-size: 16px;
    color: #50504e;
}

.introduction-span {
    font-size: 16px;
    color: black;
    display: block;
    font-weight: 300;
    /* word-break: break-word; */
    margin: 15px 0 0 0;
}

.signature-p{
    color: black;
    font-weight: 300;
}

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

.text-section .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.text-section .logos .logo {
    width: 20%;
    margin: 30px auto;
    padding: 0 15px;
    text-align: center;
}

.text-section .logos .logo img {
    max-width: 170px;
    max-height: 60px;
}

.text-section .logos .logo:last-child img {
    max-width: 100%;
    height: 80px;
    max-height: 80px;
}

.text-section .info {
    text-align: center;
}

.text-section .title {
    padding: 0 0 25px 0;
    font-size: 28px;
}

.text-section .signature {
    padding: 15px 0 0 0;
}
/*end Text*/

/*Specifications*/
.specifications-section {
    display: flex;
    flex-wrap: wrap;
}

.specifications-section .line-items {
    width: 100%;
    padding: 15px 0;
}

.specifications-section .line-inner  {
    display: flex;
}

.specifications-section .item {
    padding: 0 10px;
}

.specifications-section .item .item-inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.specifications-section .item .item-inner > div {
    width: 100%;
}

.specifications-section .item .item-inner .preview-map-box-item {
    width: 100%;
    height: 100%;
    min-height: 320px;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.specifications-section .item .item-inner .property-specific-map {
    height: 100%;
    min-height: 320px;
    padding: 30px 0 0 0;
}

.specifications-section .item-magnifying-glass-icon {
    width: auto;
    padding: 0 10px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 35px;
    background: var(--main-color);
    color: var(--color-text-one);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s linear;
}

.specifications-section .item-magnifying-glass-icon i {
    font-size: 16px;
    margin: 0 0 0 5px;
}

.specifications-section .item .item-inner .item-magnifying-glass-hover-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 58px;
    cursor: pointer;
    opacity: 0.45;
    transition: all 0.6s linear;
}

.specifications-section .item .item-inner .item-magnifying-glass-hover-layer i {
    display: none;
}

.specifications-section .item .item-inner .preview-map-box-item:hover  .item-magnifying-glass-hover-layer i {
    display: block;
}

.specifications-section .item .item-inner .preview-map-box-item:hover .item-magnifying-glass-hover-layer {
    background: #66db4a;
}

.specifications-section .item .item-inner .preview-map-box-item:hover .item-magnifying-glass-icon {
    display: none;
}

.specifications-section .item .caption {
    color: #fff;
    font-size: 18px;
    padding: 0 0 10px 0;
}

.specifications-section .item .sub-caption {
    font-size: 18px;
    color: var(--main-color);
}

.specifications-section .item .info {
    font-size: 14px;
    color: var(--main-color);;
}

.specifications-section .item .info span {
    font-size: 13px;
}

.specifications-section .item-icon .info {
    text-align: center;
    font-weight: 500;
}

.specifications-section .item-icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
/*end Specifications*/

.specifications-section .line-items-icons .item {
    width: 100%;
    min-height: 110px;
}

.specifications-section .line-items-info .item {
    width: 100%;
    min-height: 110px;
    text-align: center;
}

.specifications-section .line-items-providers .item {
    width: 100%;
}

.specifications-section .line-items-providers .caption,
.specifications-section .line-items-providers .info {
    text-align: center;
}

.specifications-section .line-items-charts {
    display: flex;
}

.specifications-section .line-items-charts .item {
    width: 100%;
}

.specifications-section .line-items-charts .title,
.specifications-section .line-items-charts .sub-caption {
    text-align: center;
}

.specifications-section .line-items-charts .chart-info {
    padding: 30px 0 0 0;
    text-align: center;
}

.specifications-section .line-items-charts .chart-info .val {
    font-size: 43px;
    color: var(--main-color);
}

.specifications-section .line-items-charts .chart-info .from {
    font-size: 18px;
    color: #fff;
}

.specifications-section  .line-items-charts .chart-info .sub-caption {
    padding: 0 0 0 0;
}

.specifications-section .line-items-charts .chart-info .top-value {
    font-size: 43px;
    color: #fff;
}

.specifications-section  .line-items-charts .chart-info .address {
    font-size: 14px;
    color: #fff;
}

.specifications-section  .line-items-supports {
    display: flex;
    width: 100%;
}

.specifications-section  .line-items-supports .item {
    width: 100%;
}

.specifications-section .line-items-supports .item .title {
    text-align: center;
}

.specifications-section  .line-items-supports .item .icons-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.specifications-section .line-items-supports .icons-info .caption {
    padding: 0 0 0 45px;
}

.specifications-section .line-items-supports .item img {
    max-width: 80px;
}


.specifications-section  .line-items-charts .chart img {
    max-width: 100%;
}

.specifications-section  .logo-area {
    width: 100%;
    height: 50px;
    margin: 0 0 40px 0;
}

.specifications-section  .logo-area img {
    width: 100%;
    height: 100%;
}

.specifications-section .columns-data-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specifications-section .columns-data-wrap .column-data {
    width: 50%;
    padding: 0 0 20px 0;
}

.specifications-section .inline-data-info {
    display: flex;
    justify-content: center;
}

.specifications-section .inline-data-info span.info {
    font-weight: 500!important;
}

.specifications-section .line-items-providers .item .item-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.specifications-section .item .item-inner.item-inner-info {
    align-items: unset;
    align-content: flex-start;
}

.specifications-section .line-items-providers .title {
    padding: 15px 0 10px 0;
}

.specifications-section .points {
    margin: 50px 0 0 0;
}

.specifications-section .points .caption {
    text-align: center;
}


.specifications-section .points .point-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px auto;
    padding: 0 15px;
    max-width: 280px;
}

.specifications-section .points .point-line img {
    width: 30px;
    height: 30px;
}

.specifications-section .points .point-line .point {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #424242;
}

.specifications-section .points .point-line .point.green {
    background: #008D36;
}

.specifications-section  .points .point-line .point.orange {
    background: #F09E1F;
}

.specifications-section .line-items-providers .points .point-line  .caption,
.specifications-section .line-items-providers .points .point-line  .info {
    text-align: left;
}

.specifications-section .columns-items-info {
    width: 100%;
}

.specifications-section  .columns-items-info .item {
    width: 100%
}

.specifications-section .columns-items-info .item .column-info  {
    display: flex;
    align-items: flex-end;
}

.specifications-section  .columns-items-info .item .title {
    text-align: center;
    padding: 0 0 25px 0;
}

.specifications-section .columns-items-info .item .column-info .info  {
    padding-bottom: 10px;
}

.specifications-section .columns-items-info .item .column-info .caption,
.specifications-section  .columns-items-info .item .column-info .info {
    width: 100%;
}

.specifications-section .overview-data {
    width: 66.66%;
}

.specifications-section .overview-map {
    width: 33.33%;
}

.specifications-section .overview-map .preview {
    height: 50%;
    text-align: center;
}

section#local-area {
    background: #000;
    min-height: calc(100vh - 115px);
}

section#overview {
    min-height: calc(100vh - 115px);
}

.specifications-section .overview-map .item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.specifications-section .overview-map .caption {
    padding: 15px 0 0 0;
}

.overview-map .preview img {
    max-width: 100%;
    max-height: 250px;
}

.specifications-section .overview-map .item {
    height: 100%;
    padding: 0 0 0 30px;
}

/*Video*/
.video-section video {
    width: 100%;
    height: 100%;
}
/*end Video*/

/*Photos*/

.photos-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.photos-wrapper .photo {
    width: calc(100% / 3 - 30px);
    height: auto;
    position: relative;
    margin: 15px;
}

.photos-wrapper .photo .photo-preview {
    width: 100%;
    height: 100%;
}

.photos-wrapper .photo .photo-preview img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}


.photos-wrapper .control,
.epc-floorplan-wrapper .control {
    background: #fff url("../../images/report/microsite/photo-control-icon.svg") no-repeat 50%;
    background-size: 75% 75%;
}

.epc-floorplan-wrapper .control a,
.photos-wrapper .control a {
    display: block;
    width: 100%;
    height: 100%;
}

.photos-wrapper .photo .control {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #A19483;
    cursor: pointer;
}
/*end Photos*/

section#floorplan .photos-wrapper .photo {
    width: 33.33%;
    position: relative;
    margin: 0;
    padding: 10px 5px;
    height: 425px;
}

section#floorplan .photos-wrapper .photos-inner {
    display: flex;
    width: 100%;
    margin: 0 -5px;
    flex-wrap: wrap;
}

section#floorplan .photos-wrapper .photo-inner {
    position: relative;
    height: 100%;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px 0;
}

section#floorplan .photos-wrapper .photo .photo-preview {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Collapse*/

/*** #PLANNING_DATA_STARTS ***/
.collapse-section {
    display: flex;
}

.collapse-section .planning-top-caption {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collapse-section .planning-top-caption .title {
    display: block;
    margin: 0px 0 5px 0;
    font-size: 18px;
    font-weight: 900;
}

.collapse-section .planning-top-caption .subtitle {
    display: block;
}

.collapse-section .collapse-columns {
    width: 40%;
}

.collapse-section .planning-map-data {
    width: 60%;
    padding-left: 30px;
}

.collapse-section .planning-map-data .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collapse-section .planning-map-data .map-pins-control {
    display: flex;
}

.collapse-section .planning-map-data .control-caption {
    width: 40px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}

.collapse-section .planning-map-data .control-caption span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 900;
}

.collapse-section .planning-map-data .map-pins-control {
    display: flex;
    border: 1px solid #000;
}

.collapse-section .planning-map-data .control-pin {
    border-left: 1px solid #000;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    padding: 5px 15px;
}

.collapse-section .planning-map-data .control-pin img {
    display: block;
    margin: 5px auto 10px auto;
}

.collapse-section .planning-map-data .planning-map-layout {
    width: 100%;
    margin-top: 20px;
    min-height: 650px;
}

#planning-map .planning-map-popup {
    font-family: 'Avenir';
}

#planning-map .planning-map-popup .leaflet-popup-content {
    max-height: 300px;
    overflow-y: auto;
}

.planning-btn-item a {
    display: block;
    min-width: 130px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    background: #df8d38;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none;
}

.planning-tooltip-item {
    display: flex;
    margin: 5px 0 0 0;
}

.planning-data-list-item:hover .planning-btn-item a {
    border: 1px solid #2a2a2a;
    background: #2a2a2a;
}

.leaflet-popup-content::-webkit-scrollbar {
    width: auto;
    background: transparent;
}

.leaflet-popup-content::-webkit-scrollbar-thumb {
    background: #bababa;
}

#planning-map .planning-map-popup span {
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

#planning-map .planning-map-popup .planning-popup-title {
    font-size: 13px;
    margin-bottom: 15px;
}

#planning-map .planning-map-popup .planning-popup-number {
    font-weight: bold;
    font-weight: 900;
}

#planning-map .planning-map-popup .planning-popup-status {
    color: var(--main-color);
}

#planning-map .planning-map-popup .planning-popup-text {
    font-size: 11px;
    margin-bottom: 15px;
}

.planning-data-pin {
    z-index: 999!important;
}

.planning-btn-item .planning-no-link {
    display: block;
    min-width: 130px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    background: #949494;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    cursor: not-allowed;
}

/*** #PLANNING_DATA_ENDS ***/

.collapse-section .collapse-items {
    width: 100%;
    margin: 20px 0 0 0;
    overflow-y: scroll;
    max-height: 650px;
}

.collapse-columns.opened .collapse-items  {
    display: none;
}

.collapse-columns.opened .collapse-items.opened {
    display: block;
}

.collapse-columns.opened .collapse-items.opened .panel {
    display: none;
}

.collapse-columns.opened .collapse-items.opened .panel.opened {
    display: block;
}

.collapse-section .panel {
    margin: 0px 0 15px 0;
}

.collapse-section .collapse.show {
    display: block;
    transition-duration: .35s;
}

.collapse-section  .collapse {
    display: none;
}

.collapse-section .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility;
}

.collapse-section .panel-title a[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.collapse-section .panel-body {
    background: #fff;
    padding: 15px;
    font-size: 16px;
}

.collapse-section .panel-title {
    background: #363636;
    font-size: 25px;
    margin: 0;
}

.collapse-section .panel-title.primary {
    background: var(--main-color);
}

.collapse-section .panel-title a {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.collapse-section .panel-title img {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.35s all linear;
}

.collapse-section .split-tables-inner {
    display: flex;
    margin: 0 -30px;
}

.collapse-section table {
    width: 100%;
    padding: 0 30px;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 16px;
    color: #000000;
}

.collapse-section table:first-child {
    border-right: 1px solid #E3E3E3;
}

.collapse-section table .line {
    display: flex;
}

.collapse-section table .line .caption {
    min-width: 75px;
}

.collapse-section table .line .info {
    max-width: 80%;
    color: #1D70B7;
}

.collapse-section table tr {
    background: #E3E3E3;
}

.collapse-section table tr td {
    padding: 10px;
}

.collapse-section table td.date {
    min-width: 115px;
}

.collapse-section .column-info {
    font-size: 25px;
    margin: 15px 0;
}

.collapse-section .column-info .title {
    display: inline-block;
    min-width: 135px;
}

.collapse-section .top-info {
    font-size: 19px;
    padding: 10px 0;
}

.collapse-section .view-source a {
    display: block;
    font-size: 18px;
    color: #1D70B7;
    text-decoration: none;
    padding: 10px 0;
}

.collapse-section .data-assets-info {
    padding: 10px 0;
    color: #757575;
    font-size: 22px;
}

.collapse-section .data-assets-info .info {
    font-size: 18px;
}
/*end Collapse*/

/*Colums Data*/
.colums-data-section {}

.colums-data-section .columns {
    display: flex;
}

.colums-data-section .columns .path {
    width: 100%;
}

.colums-data-section .column {
    padding: 0 15px;
    margin: 15px 0;
}

.colums-data-section .column .title {
    background: var(--main-color);
    padding: 5px 10px;
    font-size: 14.5px;
    color: #fff;
}

.colums-data-section .content {
    background: #fff;
    padding: 15px;
}

.colums-data-section .content-inner {
    display: flex;
}

.colums-data-section .data-item {
    width: 50%;
}

.colums-data-section .data-item span {
    display: block;
}

.colums-data-section .data-item .caption {
    margin: 0 0 5px 0;
}
/* end Colums Data*/

/*Checklist-map*/
.checklist-map-section {
    display: flex;
}

.checklist-map-section .data-table {
    width: 60%;
    background: #fff;
}

.checklist-map-section .data-table table {
    width: 100%;
}

.checklist-map-section .data-table thead {
    font-size: 12px;
    font-weight: 900;
}

.checklist-map-section .data-table tbody {
    font-size: 12px;
}

.checklist-map-section .data-table td {
    padding: 5px 10px;
}

.checklist-map-section .data-table tr td img {
    display: flex;
    margin: auto;
    width: 15px;
}

.checklist-map-section .data-table .top {
    padding: 0 0 5px 0;
    color: var(--main-color);
}

.checklist-map-section .data-table .info {
    display: flex;
    align-items: center;
    font-size: 13.3px;
}

.checklist-map-section .data-table  .assets-info {
    font-size: 9.9px;
    padding: 0 0 0 37px;
}

.checklist-map-section .data-table .info-text {
    display: flex;
}

.checklist-map-section .data-table .icon {
    width: 22px;
    height: 28px;
    flex: 0 0 28px;
    padding: 5px 0;
    margin: 0 15px 0 0;
    background: transparent url("../../assets/images/report/microsite/pin-red.svg") no-repeat 50%;
    font-size: 13.2px;
    text-align: center;
}

.checklist-map-section .data-table .icon.dozens {
    padding: 7px 0;
    font-size: 9.9px;
}

.checklist-map-section .map-area {
    width: 40%;
    padding: 0 0 0 20px;
}

.checklist-map-section .map-area img {
    width: 100%;
    height: 100%;
}
/*end Checklist-map*/

/*Route*/
.route-section .items-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.route-section .item {
    width: 33.33%;
    padding: 0 15px;
}

.route-section .map img {
    max-width: 100%;
}

.route-section .info-text {
    padding: 15px 0 0 0;
}

.route-section .info-text .icon img {
    width: 100%;
}

.route-section .info-text .caption {
    display: flex;
    align-items: center;
    background: var(--main-color);
    margin: 0;
    color: var(--color-text-one);
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 500;
}

.route-section .info-text .icon {
    border-right: 1px solid var(--color-text-one);
    display: flex;
    margin: 0 15px 0 0;
    height: 42px;
    width: 55px;
}

.route-section table {
    width: 100%;
    margin: 15px 0 0 0;
}

.route-section table thead tr td {
    font-size: 14px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-weight: 500;
}

.route-section table thead tr .pin,
.route-section table tbody tr .pin {
    border-right: 1px solid #000;
}


.route-section table tbody tr .pin img {
    width: 25px;
}

.route-section table thead tr .value,
.route-section table tbody tr .value {
    border-left: 1px solid #000;
}

.route-section table tr td {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 10px 0 10px;
}

.route-section table thead tr .info {
    width: 100%;
}

.route-section table thead tr .value {
    min-width: 100px;
}
/* end Route*/

/*Testimonials*/
.testimonials-section .resume-section-inner {}

.testimonials-section .item {
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}

.testimonials-section .top {
    display: flex;
    align-items: center;
    background: var(--main-color);
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
    color: var(--color-text-one);
    font-size: 16px;
    padding: 0 15px;
}

.testimonials-section .stars-line {}

.testimonials-section .stars-inner {
    display: flex;
    margin: 0 -5px;
}

.testimonials-section .stars-line i.fas {
    font-size: 18px;
    margin: 0 5px;
}

.testimonials-section .title-line .caption {
    padding: 5px 0 0 0;
    font-size: 36px;
}

.testimonials-section .title-line .reviewer {
    padding: 5px 0 0 0;
    font-size: 24px;
    color: var(--main-color);
}

.testimonials-section .info {
    background: #fff;
    padding: 15px 10px;
    line-height: 28px;
    font-size: 16px;
}
/*end testimonials*/

/*Column Media*/
.column-media-section {}

.column-media-section .item {
    padding: 20px 0;
}

.column-media-section .item-inner {
    display: flex;
}

.column-media-section .info-line {
    width: 100%;
    padding: 0 0 0 30px;
}

.column-media-section .media {
    flex: 0 0 300px;
    width:300px;
}

.column-media-section .media img {
    width: 100%;
}

.column-media-section .info-title {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-text-one);
    background: var(--main-color);
}

.column-media-section .info-subtitle {
    font-size: 28px;
    padding: 15px 0 0 0;
}

.column-media-section .info {
    height: 100%;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

.column-media-section .info-line .info-description {
    padding: 0 0 15px 0;
}
/*end Column Media*/

/*Column Chart*/
.column-chart-section {}

.column-chart-section .column-chart-inner {
    display: flex;
}

.column-chart-section .item {
    padding: 0 15px;
}

.column-chart-section .chart {
    width: 100%;
}

.column-chart-section .chart img {
    max-width: 100%;
}

.column-chart-section .info {
    width: 410px;
    flex: 0 0 410px;
}

.column-chart-section .info .title {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-text-one);
    background: var(--main-color);
}

.column-chart-section .info .value {
    padding: 25px 0;
    font-size: 50px;
    color: #000000;
    text-align: center;
    /* color: var(--main-color); */
    background: #fff;
}
/*end Column Chart*/

/*Table Map*/
.table-map-section .table-map-inner {
    display: flex;
    margin: 0 -5px;
}

.table-map-section .table-data-line {
    width: 100%;
    padding: 0 5px;
}

.table-map-section .table-data-line .pin {
    width: 50px;
    flex: 0 0 50px;
}

.table-map-section .table-data-line .title {
    width: 220px;
    flex: 0 0 220px;
    padding: 0 15px
}

.table-map-section .table-data-line .data {
    width: 100%;
}

.table-map-section .table-data-header {
    display: flex;
    align-items: center;
    padding: 5px 0;
    background: #000;
    text-align: center;
    color: #ffff;
    font-size: 12.5px;
}

.table-map-section .table-data-line .table-data-body {
    display: flex;
    align-items: center;
    border: 1px solid var(--main-color);
    margin: 5px 0;
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
}

.table-map-section .table-data-line .pin img {
    max-width: 22px;
}

.table-map-section .assets-line {
    width: 100%;
    padding: 0 5px;
}
.table-map-section .assets-line .map-area {
    margin: 0 0 10px 0;
}

.table-map-section .assets-line .map-area img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
}

/*end Table Map*/

.schools-map{
    height:100%;
}

.transport-map{
    height:300px;
}


.route-section .subcaption {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    padding: 7px 5px;
    font-size: 14px;
}

.colums-data-section .column .title{
    font-size:12.5px;
}

.colums-data-section .content{
    font-size:12.5px;
}

/*RV*/
.market-metrics-left {
    width: 100%;
    text-align: center;
}

.market-metrics-left h2 {
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 40px;
    margin-left: 165px;
    color: #EE9F22;
}

.metrics-graph {
    width:100%;
    height: 600px;
}

.flat-house-label {
    width: 30%;
}

.semi-detached-house-label {
    width: 30%;
}

.house-label {
    min-width: 200px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.house-label.terraced-house-label,
.house-label.semi-detached-house-label {
    width: 310px;
}

.house-img-label img {
    height: 30px;
}

.hpi-background-wrapper {
    background-color: white;
}

.hpi-background-wrapper .top-caption {
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-text-one);
    background: var(--main-color);
}

.hpi-background {
    padding: 30px 30px 30px 30px;
    display: flex;
}

.market-metrics-right {
    padding: 30px 0 0 0;
}

.flat-house-img img{
    height: 45px;
}

.house-img-label {
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 95%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 95% 50%, 75% 100%, 0% 100%);
}


.house-legend-data-type {
    padding: 10px 0 5px 0;
}

.house-label .house-legend-label {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
}

.house-legend-data-value {}

/*END_RV*/

#epc-unlink-button {
    display: none;
}

.epc-floorplan-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
.epc-floorplan-wrapper img {
    width: auto;
    max-width: 615px;
}
.epc-floorplan-wrapper .control {
    position: relative;
    top: 10px;
    right: 60px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #A19483;
    cursor: pointer;
}

/*** #SOLD_IN_PAGE_START ***/
.sold-in-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.sold-in-row {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top: none;
    background: #fff;
}

.sold-in-table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.sold-in-table-header {
    width: 100%;
    text-transform: capitalize;
    background: var(--main-color);
    color: var(--color-text-one);
    padding: 5px 0 5px 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: flex;
}

.sold-in-table-values {
    padding-left: 10px;
    margin: 10px 0;
    display: flex;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.sold-in-table-values:last-child {
    border: unset;
}

.sis-address {
    width: 40%;
    text-transform: capitalize;
    /* color: var(--main-color); */
    color: #000000;
    font-weight: 500;
}

.sold-in-table-header .sis-address {
    color: var(--color-text-one) !important;
}

.sis-property-type {
    width: 20%;
}

.sis-dates, .sis-prices {
    width: 20%;
}

.sis-date, .sis-price {
    width: 100%;
    margin-bottom: 3px;
}

/*** #SOLD_IN_PAGE_END ***/

/*** #SCHOOLS_PAGE_START ***/
.schools-title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}

.schools-description {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 800;
}

.schools-filter-bar {
    display: flex;
    height: 130px;
    flex: 130px 0 0;
}

#local-schools .resume-section-inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#dashboard-schools-map {
    position: relative;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    outline: none;
}

.schools-filter-bar .filter-bar {
    background: #fff;
    margin: 0 15px 5px 0;
}

.schools-filter-bar .filter-bar-body {
    display: flex;
    padding: 0 10px;
}

.schools-filter-bar .filter-bar .filter-bar-header {
    display: flex;
    align-items: center;
    font-family: "Avenir";
    font-weight: 500;
    background: var(--main-color);
    color: var(--color-text-one);
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
}

.schools-filter-bar .filter-bar .filter-bar-header svg {
    width: 20px;
    color: var(--color-text-one);
    cursor: pointer;
    margin: 0 0 0 5px;
}

.schools-filter-bar .filter-bar .filter-bar-header span {
    display: flex;
    align-items: center;
    margin: 0 5px 0 15px;
    font-size: 16px;
    font-family: "Avenir Light", sans-serif;
}

.schools-filter-bar .schools-filter-bar {
    display: flex;
}

.schools-filter-bar .filter-bar .type-icons {
    display: flex;
}

.schools-filter-bar .filter-bar .type-icon {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0 0 5px 0;
    width: 94px;
    text-align: center;
    margin: 10px 5px 0 5px;
}

.schools-filter-bar .filter-bar .caption {
    font-size: 12px;
    text-align: center;
}

.schools-filter-bar .filter-bar .type-icon img {
    max-width: 40px;
}

.schools-filter-bar .color-icons {
    display: flex;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

.schools-filter-bar .color-icons:first-child {
    border-right: 1px solid;
}

.schools-filter-bar .color-icons .color-icon {
    width: 80px;
}

.schools-filter-bar .color-icons .color-icon .icon img {
    max-width: 45px;
    display: block;
    margin: 0 auto 10px auto;
}

.schools-filter-bar .color-icons .color-icon .icon .caption {
    font-size: 14px;
}

/* schools rating modal starts */

.ui-dialog.schools-rating-modal-wrapper {
    padding: 0;
}

#schools_rating_modal .modal-dialog {
    width: 820px;
    margin-top: 13rem;
}

#schools_rating_modal .modal-header-logo {
    height: 120px;
    background-color: #2A2A2A;
    padding: 1rem 0;
}

#schools_rating_modal .modal-header-logo img {
    width: 220px;
    height: auto;
    top: 0;
}

#schools_rating_modal .modal-header.modal-header-dark {
    height: 0;
    padding: 0 20px;
}

#schools_rating_modal .modal-header.modal-header-dark .close {
    bottom: 100px;
}

#schools_rating_modal .modal-body {
    padding: 1rem 2.5rem;
    font-family: 'Avenir Book', Verdana, Arial, sans-serif;
    font-size: 14px;
}

.schools-rating-wrap {
    display: flex;
    width: 100%;
}

.schools-rating-text {
    text-align: center;
    margin: 1rem 0;
}

.schools-rating-item {
    width: 33.333%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid black;
    border-radius: 15px;
    margin: 1rem;
    padding: 1rem;
}

.schools-rating-item > div {
    width: 100%;
}

.schools-rating-logo {
    max-width: 100%;
    height: 88px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schools-rating-logo img {
    width: 70%;
    height: auto;
}

.schools-rating-subitem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.8rem;
    padding-left: 1rem;
}

.schools-rating-subitem-icon {
    width: 18%;
}

.schools-rating-subitem-icon img {
    width: 25px;
    height: auto;
}

@media (max-width: 876px) {
    #schools_rating_modal .modal-dialog {
        width: unset;
        margin-top: 13rem;
    }

    #schools_rating_modal .modal-body {
        padding: 1rem 0.5rem;
        font-family: 'Avenir Book', Verdana, Arial, sans-serif;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .schools-rating-wrap {
        flex-direction: column;
    }

    .schools-rating-item {
        width: 100%;
    }

    .schools-rating-logo img {
        width: 160px;
    }

    .schools-rating-subitem-icon {
        text-align: end;
    }

    .schools-rating-logo {
        margin-bottom: 0.5rem;
    }

    .schools-rating-logo {
        margin-bottom: 2rem;
        align-items: flex-end;
    }

    .schools-rating-subitem-icon {
        width: unset;
    }

    .schools-rating-subitem {
        padding-left: calc((100% - 160px) / 2);
    }

    .schools-rating-subitem-text {
        padding-left: 1rem;
    }
}
/* schools rating modal ends */
/*** #SCHOOLS_PAGE_END ***/

/** #DATA_QUALITY**/
#data-quality .text-data-quality {
    font-size: 16px;
    color: black;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}
/** #END_DATA_QUALITY**/


/*** #MODAL_START ***/

.row.modal-row {
    display: flex;
}

.vmar-modal-left-column {
    width: 50%;
}

.vmar-modal-right-column {
    text-align: right;
    display: flex;
    min-width: 350px;
    justify-content: space-between;
}

.request-virtual-market-appraisal-modal-top-bar {
    width: calc(100%);
    background-color: #dba248;
    height: 40px;
}

.request-valuation-modal-close {
    position: absolute;
    right: 17px;
    top: 8px;
}

.vm-h3-form-title {
    font-family: "Avenir";
    font-weight: 500;
    font-size: 20px;
    color: #434444;
}

.form-control {
    line-height: 40px;
}

.form-control:focus {
    border-color: #dba248;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.vmar-request-dialog-class .vm-modal-header {
    display: flex;
    font-family: 'Avenir' !important;
}

.vm-a-logo {
    height: 130px;
    margin-bottom: 25px;
}

.vm-a-logo img {
    max-height: calc(100%);
    width: auto;
    background-color: #f2f2f2;
}

.vm-agency-info-name {
    font-weight: 400;
    font-size: 18px;
    color: #434444;
    margin-bottom: 0px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.vm-agency-info-contact {
    font-weight: 500;
    font-size: 14px;
    color: #434444;
    margin-top: 5px;
}

#request-valuation-modal-body {
    width: 100%;
    max-width: 100%;
}

.pull-right {
    float: right;
}

/* .vm-form-submit-button {
    margin: 10px 0 0 0;
    background-color: var(--main-color);
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    border: none;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 300 !important;
    border-radius: 5px;
} */

.vm-form-submit-button:hover {
    background-color: #dba248;
    text-decoration: underline;
}

.vm-form-submit-button:focus {
    background-color: #dba248;
}

.vm-title-icon {
    margin: 15px 0 20px 0;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr-header-sending {
    margin-top: 42px;
    margin-bottom: 15px;
    font-weight: 600;
}

.vr-header-contact {
    padding-right: 15px;
    font-weight: 500;
}

.vm-title-icon img {
    max-height: 100%;
    max-width: 100%;
}

.vm-title-headings {
    font-size: 25px;
    font-family: "Avenir";
    font-weight: 500;
    color: #434444;
    width: 100%;
}

.vmar-request-dialog-class .vm-title-headings h2.modal-title {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.vmar-request-dialog-class .vm-title-headings p {
    font-size: 18px;
    font-weight: 300;
}

.vm-address-search-icon {
    position: absolute;
    height: 45px;
    margin-top: 5px;
    margin-left: 5px;
}

.ui-autocomplete.ui-widget-content-scroll {
    height: 200px;
    max-height: 460px;
    overflow: auto;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    background-color: var(--main-color) !important;
    border-radius: 0px;
}

input:focus {
    box-shadow: none !important;
    border: none;
}

input#copy-report-link-input:focus {
    outline: none;
    border-right: 0;
    border: 1px solid var(--main-color);
}

.vmar-request-dialog-class {
    max-width: 992px !important;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
}

.ui-dialog .ui-dialog-content {
    display: block!important;
    padding: 0 50px 30px 50px !important;
    outline:none;
}

span.ui-icon.ui-icon-closethick{
    background-image: url("../../images/close-icon.png") !important;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 15px;
    width: auto;
    height: auto;
    margin: 0;
}

a.ui-dialog-titlebar-close.ui-corner-all {
    width: 25px;
    margin: -13px 0 0 0;
    height: 25px;
    border: 1px solid #999;
    background: #dadada;
    padding: 0;
}

i.council_tax_info {
    cursor: pointer;
}

#council_tax_info {
    font-weight: 500 !important;
}

div.council-tax-link-modal-class {
    padding: 0 !important;
}

.vm-agency-info-name-agency {
    margin-top: 5px;
    font-weight: 600;
}

.vm-title-headings > p {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

.container-fluid {
    font-weight: 500;
}

.input-valuation-from {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: #eee9e9;
    border: 1px solid #a49696;
    border-radius: 5px;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 16px;
    font-weight: 300 !important;
}

.vmar-request-dialog-class .ui-dialog-content {
    padding: 0 30px 15px 30px !important;
}

.textarea-valuation-from {
    border: 1px solid #a49696;
    border-radius: 6px;
    width: 100% !important;
    height: 245px;
    background: #eee9e9;
    padding: 10px 5px 5px 10px;
    font-weight: 300 !important;
}

.row-form-group {
    display: flex;
    flex-wrap: wrap;
}

.row-form-group > div.form-group {
    margin-bottom: 15px;
    width: 50%;
}

.from-group-bl {
    padding-right: 20px;
}

/*** #MODAL_END ***/

/*** NEW Overview Page ***/
.overview-group-item-box {
    margin: 0 0 15px 0;
}

.overview-data .overview-group-item-box:last-child {
    margin: 0;
}

.overview-group-item-box .overview-group-item-header {
    padding: 5px 10px;
    background: var(--main-color);
    color: var(--color-text-one);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.overview-group-item-box .overview-group-item-body {
    width: 100%;
    background: #fff;
}

.overview-group-item-box .overview-group-item-body-inner {
    width: 100%;
    display: flex;
    padding: 10px 15px 0 15px;
}

.overview-group-item-box .overview-group-item {
    width: 98px;
    margin-right: 5px;
}

.info-group-box .overview-group-item-body-inner {
    flex-wrap: nowrap;
}

.info-group-box .overview-group-item {
    width: 100%;
}

.info-group-box .overview-group-item .inline-caption-info {
    padding: 5px 0;
}

.info-group-box .overview-group-item .inline-caption-info span {
    font-weight: 300;
    color: #000;
}

.overview-group-item-box .overview-group-item .overview-group-item-inner {
    padding: 0 5px;
}

.overview-group-item .overview-group-item-caption {
    padding: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.overview-group-item .overview-group-item-icon {
    padding: 15px 5px 5px 5px;
    color: #000;
    border: 1px solid #2a2a2a;
    font-size: 12px;
    border-radius: 8px;
    font-weight: 300;
    /* max-height: 120px; */
    line-height: 16px;
    width: 96px;
}

.overview-group-item .overview-group-item-icon img {
    max-width: 65px;
    /* min-height: 55px;
    max-height: 55px; */
    height: auto;
    display: block;
    margin: 0 auto;
}

.overview-group-item .overview-group-item-icon span {
    display: block;
    min-height: 38px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 19px;
}

.overview-group-item .overview-group-item-value {
    padding: 10px 5px 5px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.overview-group-item-body .overview-land-registry-wrapper {
    display: flex;
    width: 100%;
}

.overview-group-item-body .overview-land-registry-wrapper .items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.overview-group-item-body .overview-land-registry-wrapper .items .overview-group-item {
    width: 25%;
}

.overview-land-registry-wrapper .title-plans {
    width: 300px;
}

.overview-group-item-body .overview-connections-wrapper {
    display: flex;
    width: 100%;
}

.overview-group-item-body .overview-connections-wrapper .overview-group-item{
    width: 33.333%;
}

.overview-connections-wrapper .columns-connections {
    display: flex;
    flex-wrap: wrap;
    max-width: 265px;
    margin: 0 auto;
}

.overview-connections-wrapper .columns-connections .column-connection {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px 0;
}

.overview-connections-wrapper .columns-connections .column-connection .caption {
    padding: 0 0 0 15px;
}

.overview-connections-wrapper .columns-connections .column-connection img {
    width: 26px;
}

.overview-connections-wrapper .overview-tv-connections {
    max-width: 140px;
    margin: 0 auto;
}

.overview-connections-wrapper .overview-tv-connections .line-connection {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5px 0;
}

.overview-connections-wrapper .overview-tv-connections img {
    width: 26px;
}

@media (max-width: 1692px) {
    .overview-group-item .overview-group-item-icon span {
        font-size: 14px;
    }

    .overview-group-item .overview-group-item-value {
        font-size: 14px;
    }
}

@media (max-width: 1492px) {
    .overview-group-item .overview-group-item-icon img {
        max-width: 45px;
        min-height: 35px;
        max-height: 35px;
    }
}

@media (min-width: 1440px) {
    .overview-group-item .overview-group-item-icon img {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 1400px) {
    .specifications-section .overview-map .item {
        padding: 0;
    }

    .specifications-section .overview-map .preview {
        height: 100%;
    }

    .specifications-section .item .item-inner .property-specific-map {
        padding: 0;
    }

    .specifications-section .overview-map .item-inner {
        margin: 0 -15px;
    }

    .specifications-section .overview-map .preview {
        padding: 30px 15px;
    }
}

@media (max-width: 1292px) {
    .overview-group-item-box .overview-group-item {
        width: calc(100% / 4);
    }

    .overview-group-item .overview-group-item-caption {
        font-size: 14px;
    }
}

/*** END New Overview Page ***/


/*** NEW Planning Page ***/
#planning-pending {
    display: flex;
    flex-direction: row;
}

.planning-data {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.planning-data .planning-data-header-caption {
    font-size: 18px;
    font-weight: 900;
}

.planning-data .planning-data-header-info {
    font-size: 14px;
    padding: 5px 0 10px 0;
    font-weight: 800;
}

.planning-data .planning-data-body {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.planning-data .planning-data-body-list {
    height: 100%;
    width: 695px;
    padding: 0 10px 0 0;
    overflow: hidden;
    overflow-y: scroll;
}

.planning-data .planning-data-list-item {
    display: flex;
    width: 100%;
    background: #2a2a2a;
    margin: 0 0 10px 0;
    justify-content: space-between;
    font-weight: 300;
    align-items: center;
    padding: 15px 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s linear;
}

.planning-data .planning-data-list-item:hover {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
}

.planning-data .planning-data-list-item-info {
    font-size: 14px;
}

.planning-data .planning-data-list-item-assets {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    flex-direction: column;
    margin: 0 0 0 10px;
}

.planning-data .planning-data-list-item-info-date {
    font-size: 14px;
    padding: 0px 10px 0 15px;
    line-height: 18px;
    display: inline-block;
    height: 16px;
}

.planning-data .planning-data-list-item-info-icon {
    width: 18px;
    height: 18px;
}

.planning-data .planning-data-list-item-info-icon img {
    display: block;
    width: 100%;
    height: 100%;
}


.planning-data .planning-data-body-map {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.planning-data .planning-data-body-map #planning-map {
    width: 100%;
    height: 100%;
}

.planning-tooltip {
    position: relative;
}

.planning-tooltip .planning-tooltip-text {
    visibility: hidden;
    width: 280px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: -5px;
    color: #000;
    box-shadow: 7px 7px 10px 0px rgb(42 42 42 / 87%);
}

.planning-tooltip .planning-tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: -15px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.planning-tooltip:hover .planning-tooltip-text {
    visibility: visible;
}

.planning-tooltip-app-nunber {
    font-size: 16px;
    font-weight: 500;
}

.planning-tooltip-status {
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    border-bottom: 1px solid var(--main-color);
}

.planning-tooltip-proposal {
    font-size: 14px;
    font-weight: 300;
}

/**cover**/
.cover-section .fp-scroller {
    height: 100%;
}

/* .resume-section.cover-section {
    width: 100% !important;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 0px !important;
} */

.cover-section .cover-inner {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    border-radius: 14px;
}

.cover-section .info {
    max-width: 620px;
    width: 100%;
    padding: 30px 0 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cover-section .info .logo {
    width: auto;
    height: 125px;
}

.cover-section .info .logo img {
    max-width: 100%;
    /* height: 100%; */
}

.cover-section .info .title {
    font-size: 42px;
    margin: 40px 0 40px 0;
    padding: 0 0 5px 0;
    color: rgb(0, 0, 0);
    border-bottom: 2px solid #f09e1f;
}

.cover-section .cover-logo img {
    max-width: 165px;
    margin: 20px 0 0 0;
}

.cover-section .info .address {
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.cover-section .info .subtitle {
    font-size: 28px;
    padding: 30px 0 35px 0;
    color: rgb(0, 0, 0);
}

.cover-section .info .prepared {
    font-size: 24px;
    color: var(--color-text-two);
}

.cover-section .info .prepared span.data{
    color: var(--color-text-one);
}

/* .cover-section .info .skip-section-btn {
    position: relative;
    width: 45px;
    margin: 40px 0 0 0;
    cursor: pointer;
} */

/* .cover-section .media {
    width: 100%;
    padding: 30px;
}

.cover-section .media .media-inner {
    width: 100%;
    height: 100%;
    background: #fff var(--main-bg-url) no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 14px;
} */

@media (max-width: 1692px) {
    .cover-section .info .logo {
        width: auto;
        height: 125px;
    }

    .cover-section .info .title {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0 20px 0;
        padding: 0 0 5px 0;
        color: rgb(0, 0, 0);
        border-bottom: 2px solid #f09e1f;
    }

    .cover-section .info .address {
        font-size: 24px;
    }

    .cover-section .info .subtitle {
        font-size: 24px;
        padding: 0px 0 10px 0;
    }

    .cover-section .info .prepared {
        font-size: 22px;
    }

    /* .cover-section .info .skip-section-btn {
        margin: 45px 0 0 0;
    } */
}

@media (max-width: 1592px) {
    .cover-section .info {
        max-width: 620px;
    }

    .cover-section .media {
        width: 100%;
        padding: 30px;
    }

    /* .cover-section .info .title {
        font-size: 32px;
    } */

    .cover-section .info .address {
        font-size: 20px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        /* max-width: 360px; */
        text-align: center;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .cover-section .info .subtitle {
        font-size: 18px;
    }

    .cover-section .info .prepared {
        font-size: 18px;
    }

    .cover-section .cover-logo img {
        max-width: 130px;
        margin: 20px 0 0 0;
    }

    /* .cover-section .info .skip-section-btn {
        width: 40px;
        margin: 30px 0 0 0;
    } */
}

@media (max-width: 1192px) {
    .cover-section .info {
        max-width: 360px;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .info .title {
        font-size: 24px;
        margin: 20px 0 25px 0;
    }

    .cover-section .info .address {
        font-size: 16px;
        padding: 20px 0 20px 0;
    }

    .cover-section .info .prepared {
        font-size: 16px;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .resume-section.cover-section {
        padding: 0 !important;
    }

    .cover-section .info {
        max-width: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        margin: 0;
        padding: 95px 0 0 0;
        background: #f5f5f5d1;
        z-index: 2;
    }

    .cover-section .media {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .info .title {
        font-size: 34px;
        margin: 40px 0 40px 0;
    }

    .cover-section .info .address {
        font-size: 38px;
        padding: 0 35px;
    }

    .cover-section .info .subtitle {
        font-size: 38px;
        padding: 25px 0 25px 0;
    }

    .cover-section .info .prepared {
        font-size: 24px;
    }

    .cover-section .cover-logo img {
        max-width: 265px;
        margin: 20px 0 0 0;
    }

    /* .cover-section .info .skip-section-btn {
        width: 70px;
        margin: 65px 0 0 0;
    } */
}


@media (max-width: 992px) and (orientation: landscape) {
    .cover-section .info {
        padding: 30px 0 0 0;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .info .title {
        font-size: 16px;
        margin: 10px 0 5px 0;
    }

    .cover-section .info .address {
        font-size: 16px;
        padding: 10px 0 5px 0;
    }

    .cover-section .info .subtitle {
        font-size: 16px;
        padding: 5px 0 10px 0;
    }

    .cover-section .cover-logo img {
        max-width: 85px;
        margin: 5px 0 0 0;
    }

    .cover-section .media {
        padding: 10px;
    }

    /* .cover-section .info .skip-section-btn {
        width: 30px;
        margin: 20px 0 0 0;
    } */

}

@media (max-width: 992px) {
    .resume-section.cover-section {
        padding: 0 !important;
    }

    .cover-section .info {
        max-width: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        margin: 0;
        padding: 95px 0 0 0;
        background: #f5f5f5d1;
        z-index: 2;
    }

    .cover-section .media {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .info .title {
        font-size: 22px;
        margin: 20px 0 20px 0;
    }

    .cover-section .info .address {
        font-size: 26px;
    }

    .cover-section .info .subtitle {
        font-size: 24px;
        padding: 15px 0 15px 0;
    }

    .cover-section .info .prepared {
        font-size: 24px;
    }

    .cover-section .cover-logo img {
        max-width: 140px;
        margin: 20px 0 0 0;
    }

    /* .cover-section .info .skip-section-btn {
        width: 40px;
        margin: 35px 0 0 0;
    } */
}

@media (max-width: 768px) and (orientation: landscape) {
    .cover-section .media {
        padding: 10px;
    }

    .cover-section .info {
        padding: 25px 0 0 0;
    }

    .cover-section .media:after {
        width: 205px;
        height: 350px;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .cover-logo img {
        max-width: 105px;
        margin: 15px 0 0 0;
    }

    .cover-section .info .title {
        font-size: 16px;
        margin: 10px 0 0 0;
    }

    .cover-section .info .address {
        font-size: 18px;
        padding: 15px 0 15px 0;
    }

    .cover-section .info .subtitle {
        font-size: 16px;
        padding: 0 0 5px 0;
    }

    .cover-section .info .prepared {
        font-size: 18px;
    }

    .cover-section .cover-logo img {
        max-width: 105px;
        margin: 15px 0 0 0;
    }

    .cover-section .info .skip-section-btn {
        width: 35px;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 480px) {
    .cover-section .info {
        padding: 170px 0 0 0;
    }

    .cover-section .info .logo {
        width: auto;
    }

    .cover-section .info .title {
        font-size: 18px;
        margin: 20px 0 5px 0;
    }

    .cover-section .info .address {
        font-size: 18px;
        padding: 10px 0 5px 0;
    }

    .cover-section .info .subtitle {
        font-size: 18px;
    }

    .cover-section .info .prepared {
        font-size: 18px;
    }

    .cover-section .cover-logo img {
        max-width: 150px;
        margin: 25px 0 0 0;
    }

    .cover-section .info .skip-section-btn {
        width: 45px;
        margin: 40px 0 0 0;
    }

    .cover-section .media {
        padding: 5px;
    }

    .cover-section .media:after {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }
}

/**end cover**/

@media (max-width: 992px) {
    .planning-data-body {
        flex-direction: column;
    }

    .planning-data .planning-data-body-list {
        width: 100%;
        padding: 0 10px 0 0;
    }

    .planning-data .planning-data-list-item {
        text-align: center;
        flex-direction: column;
    }
}
/*** end Planning Page ***/


/*** #RESPONSIVE ***/


@media screen and (max-width: 1692px) {
    section#floorplan .photos-wrapper .photo {
        height: 385px;
    }

    .microsite-frame-header .top-info-path .info.text-left {
        width: 100%;
    }

    .microsite-frame-header .top-info-path .info.text-right {
        width: 100%;
    }

    .frame-caption {
        font-size: 26px;
    }

    .frame-subcaption {
        font-size: 18px;
    }

    .microsite-frame-header .top-info-path .info .top-caption {
        font-size: 22px;
    }
}

@media screen and (max-width: 1492px) {
    .scroll-into-btn svg {
        width: 50px;
    }

    .microsite-frame-top-preview .logo {
        width: 255px;
        height: 220px;
    }

    .microsite-frame-top-preview .captions-group {
        margin-bottom: 85px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        font-size: 72px;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 38px;
    }

    .microsite-frame-top-preview .captions-group .description {
        font-size: 38px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 26px;
    }

    .vmar-request-dialog-class {
        max-width: 885px !important;
    }

    .vmar-request-dialog-class .vm-title-headings p {
        font-size: 16px;
    }

    .vmar-request-dialog-class .ui-dialog-content {
        padding: 0 15px 15px 15px !important;
    }

    .vm-title-icon {
        margin: 5px 0 5px 0;
    }

    .vm-agency-info-name {
        font-size: 16px;
    }

    .vmar-request-dialog-class .vm-title-headings h2.modal-title {
        padding: 15px 0 0 0;
        font-size: 28px;
        line-height: 28px;
    }

    .vr-header-sending {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .vm-title-icon {
        height: 130px;
    }

    .vm-title-headings > p {
        margin-bottom: 15px;
    }

    .input-valuation-from {
        height: 32px;
        font-size: 16px !important;
    }

    .textarea-valuation-from {
        height: 215px;
        font-size: 16px !important;
    }

    .vm-form-submit-button {
        font-size: 16px !important;
        margin: 5px 0 0 0;
        padding: 5px 15px 5px 15px;
    }

    .vmar-request-dialog-class .vm-title-headings p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .scroll-into-btn {
        width: 55px;
        height: 55px;
        bottom: 15px;
    }

    section#floorplan .photos-wrapper .photo {
        width: 33.33%;
        height: 285px;
    }

    .sold-in-wrapper {
        flex-direction: column;
    }

    .sold-in-row {
        width: 100%;
    }

    .column-chart-section .info {
        width: 295px;
        flex: 0 0 295px;
    }

    .column-chart-section .info .value {
        padding: 15px 0;
        font-size: 48px;
    }
}

@media screen and (max-width: 1400px) {
    .specifications-section .item .info {
        font-size: 14px;
    }

    .frame-aside {
        width: 250px;
        flex: 0 0 250px;
    }

    #aside {
        width: 250px;
    }

    .resume-section {
        width: calc(100% - 220px) !important;
        margin: 0 0 0 220px;
        padding: 0 15px;
    }

    /* .microsite-frame-header .logo-path {
        width: 250px;
        flex: 0 0 250px;
    } */

    .microsite-frame-header .logo-path .microsite-social-media-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    /* .frame-aside ul li a {
        font-size: 16px;
    } */

    /* .frame-aside .hover-line .icon {
        width: 35px;
        height: 35px;
    } */

    /* .frame-aside .hover-line .icon svg {
        width: 28px;
        height: 28px;
    } */

    /* .frame-aside ul li a:hover .hover-line .icon {
        width: 60px;
    } */

    .top-controls .buttons a.toggle-map-plan .plan-caption {
        display:none;
    }

    .top-controls .buttons a.toggle-map-plan .icon-plan {
        width: 36px;
        height: 36px;
        margin: 0 0 0 15px;
    }

    .microsite-frame-top-preview {
        padding: 0 30px 0 50px;
    }

    .microsite-frame-top-preview .captions-group {
        width: 100%;
        margin-bottom: 50px;
    }

    .microsite-frame-top-preview .assets-info {
        flex-direction: column;
    }

    .top-controls {
        height: 160px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    .top-controls .buttons {
        justify-content: flex-start;
        width: 100%;
    }

    .microsite-frame-header .top-info-path .info .top-caption {
        font-size: 22px;
    }

    .top-controls .captions {
        width: 100%;
        margin: 0 0 10px 25px;
    }

    .specifications-section .line-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .specifications-section .line-items-icons .item {
        width: 25%;
    }

    .specifications-section .line-items-info .item {
        width: 33%;
        margin-bottom: 15px;
    }
    /*** HPI ***/

    .hpi-background {
        justify-content: unset;
    }

    .market-metrics-right {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 340px;
        width: 340px;
    }


    .metrics-graph {
        width: 100%;
        height: 400px;
    }

    .house-label.flat-house-label {
        width: 130px;
    }

    /*** HPI_END ***/

    .column-chart-section .column-chart-inner {
        flex-wrap: wrap;
        margin: 0;
    }

    .hpi-background {
        padding: 0 15px 15px 15px;
    }

    .house-label {
        min-width: initial;
        margin: 15px 5px;
    }

    .house-legend-data-type {
        font-size: 18px;
    }

    .column-chart-section .item.chart {
        order: 2;
    }

    .column-chart-section .item.info {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 15px 0;
    }

    .column-chart-section .item {
        width: 100%;
        padding: 0;
    }

    /*** Overview ***/

    .specifications-section .overview-data {
        width: 100%;
    }

    .specifications-section .overview-map {
        width: 100%;
    }

    .specifications-section .overview-map .item-inner {
        flex-wrap: nowrap;
    }

}

@media (max-width: 1366px) {
    /* .microsite-frame-bg {
        background-position: 50%;
    } */

    .microsite-frame-top-preview .captions-group {
        padding: 115px 0 0 0;
    }

    .microsite-frame-top-preview .logo {
        width: 220px;
        height: 200px;
        top: 20px;
        right: 20px;
    }

    .report-type-logo {
        width: 180px;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        padding: 5px 0;
    }

    .microsite-frame-top-preview .captions-group {
        margin-bottom: 50px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        padding: 0;
    }
}

@media screen and (max-width: 1292px) {
    .microsite-frame-top-preview .captions-group .caption {
        font-size: 56px;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        padding: 5px 0;
        font-size: 40px;
    }

    .microsite-frame-top-preview .captions-group .description {
        font-size: 40px;
    }

    .testimonials-section .resume-section-inner {}

    .testimonials-section .stars-line i.fas {
        font-size: 16px;
    }

    /*** HPI ***/

    .hpi-background {
        flex-direction: column
    }

    .market-metrics-right {
        flex: 0 0 100%;
        justify-content: center;
        width: 100%;
        padding: 15px 0 0 0;
    }

    .house-label.flat-house-label {
        width: 50%;
    }

    .house-label {
        margin: 15px 15px;
        text-align: center;
    }

    .house-img-label {
        padding: 0 0 0 0;
        border-radius: 12px;
        justify-content: center;
        clip-path: none;
        -webkit-clip-path: none;
    }
    /*** HPI_END ***/

    .microsite-frame-header .logo-path {
        padding: 5px;
    }

    .microsite-frame-header .logo-path .microsite-social-media-title {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {
    /*** #TOP ***/
    .microsite-frame-top-preview {
        align-items: center;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 24px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 24px;
    }
    /*** #TOP_END ***/

    /*** #CONTROLS ***/
    .top-controls .buttons {
        justify-content: end;
        flex: 2;
    }

    .top-controls .frame-caption {
        font-size: 24px;
    }

    .top-controls .buttons .btn-mail {
        width: 240px;
        height: 56px;
        font-size: 15px;
        margin: 0 0 0 15px;
        border-radius: 15px;
        font-weight: 900;
    }

    .top-controls .buttons a svg {
        width: 50px;
        height: 50px;
    }
    /*** #CONTROLS_END ***/

    /*** #OVERVIEW ***/
    .specifications-section .overview-data {
        width: 100%;
    }

    .specifications-section .overview-map {
        width: 100%;
    }

    .specifications-section .item {
        padding: 10px;
    }
    /*** #OVERVIEW_END ***/

    .collapse-section .panel-title a {
        font-size: 18px;
    }

    .route-section .items-inner {
        display: block;
    }

    .route-section .item {
        width: 100%;
        padding: 0 15px 30px;
    }

    .route-section table {
        padding: 15px 12px 0 12px;
    }
    /*** #TRANSPORT LINKS_END ***/

    /*** #DATA QUALITY ***/
    .text-section .logos {
        margin: 0 0 60px 0;
    }

    .text-section .logos .logo img {
        max-width: 100px;
        max-height: 50px;
    }

    .text-section .info {
        padding-bottom: 40px;
    }
    /*** #DATA QUALITY_END ***/
}

@media screen and (max-width: 992px) {

    #aside {
        display: none !important;
    }

    .resume-section {
        width: 100% !important;
        margin: 0;
    }

    .column-chart-section .info .value {
        font-size: 32px;
    }

    .overview-connections-wrapper .columns-connections .column-connection {
        width: 100%;
    }

    .overview-land-registry-wrapper .title-plans {
        width: 100%;
    }

    .overview-group-item-body .overview-land-registry-wrapper {
        flex-direction: column;
    }

    .planning-tooltip .planning-tooltip-text {
        min-width: 100%;
        width: auto;
        right: 0;
    }

    .vmar-request-dialog-class {
        width: calc(100% - 30px) !important;
    }

    .vmar-request-dialog-class .vm-modal-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vmar-request-dialog-class .container-fluid {
        text-align: center;
    }

    .top-controls .buttons-line a {
        margin: 0 5px;
    }

    .top-controls .buttons a.toggle-map-plan .icon-plan {
        width: 30px;
        height: 30px;
    }

    #vmar-request-button-mobile,
    .top-controls .buttons .btn-mail {
        width: 150px;
        text-align: center;
        margin: 0 0;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-weight: 500;
        font-size: 11px;
        color:#000;
    }

    .vmar-request-dialog-class .container-fluid .row.modal-row {
        flex-direction: column;
    }

    .vmar-request-dialog-class .container-fluid .vmar-modal-left-column,
    .vmar-request-dialog-class .container-fluid .vmar-modal-right-column {
        width: 100%;
    }

    .vmar-request-dialog-class .container-fluid .row.modal-row {
        flex-direction: column;
    }

    .vmar-request-dialog-class .container-fluid .vmar-modal-left-column,
    .vmar-request-dialog-class .container-fluid .vmar-modal-right-column {
        width: 100%;
    }

    .map-section .plan-marker {
        padding-left: 30px;
    }

    /*** #TOP ***/
    .microsite-frame-top-preview {
        text-align: center;
        justify-content: center;
        padding: 140px 15px 15px;
    }

    .mobile-agent-message-box {
        display: block;
        bottom: 60px;
    }

    .microsite-frame-top-preview .captions-group {
        margin-bottom: 25px;
        height: 55%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .microsite-frame-top-preview .logo {
        width: 180px;
        height: 120px;
        position: absolute;
        top: 15px;
        left: 15px;
        justify-content: flex-start;
    }

    .microsite-frame-top-preview .assets-info .info {
        margin: 0;
        padding: 0;
        width: 100%;
        align-items: baseline;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 24px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        font-size: 48px;
        padding: 15px 0 0 0;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 28px;
        width: 100%;
    }

    .microsite-frame-top-preview .captions-group .description {
        margin: 5px 0 0 0;
        font-size: 28px;
    }

    .scroll-into-btn {
        width: 30px;
        height: 30px;
        bottom: 10px;
    }

    .microsite-frame-header {
        text-align: center;
    }

    .microsite-frame-header .top-info-path {
        flex-wrap: inherit;
        justify-content: inherit;
        padding: 0;
        flex-direction: column;
    }

    .microsite-frame-header .top-info-path .info.text-left {
        width: 100%;
        padding: 5px 0 0 0;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .top-info-path .buttons-line {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .top-info-path .frame-subcaption {
        padding: 0 15px;
        text-align: center;
        font-size: 14px;
    }

    .microsite-frame-header .top-info-path .info.text-right {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .column-media-section .item-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .column-media-section .info-line {
        padding: 0;
    }

    .microsite-frame-header {
        padding: 0;
        height: 115px;
    }

    .microsite-frame-header .top-info-path {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
    }

    .microsite-frame-header .top-info-path .info {
        width: 100%;
    }

    .microsite-frame-header .top-info-path .info .sub-caption {
        text-align: center;
    }

    .microsite-frame-header .top-info-path .info .top-caption {
        text-align: center;
        font-size: 18px;
    }

    .microsite-frame-header .logo-path {
        display:none;
    }
    /*** #TOP_END ***/

    .frame-aside {
        display:none;
    }

    /*** #CONTROLS ***/
    .top-controls {
        height: 130px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .top-controls .buttons {
        justify-content: center;
        width: 100%;
        order: 1;
        flex: none;
        padding: 0 5px;
    }

    .top-controls .buttons a {
        margin: 0 5px;
    }

    .top-controls .buttons a svg {
        width: 40px;
        height: 40px;
    }

    #vmar-request-button-mobile {
        display: block;
    }
    /*** #CONTROLS_END ***/

    /*** #CAPTIONS ***/
    .top-controls .captions {
        order: 2;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 16px;
        margin: 0 25px;
    }

    .top-controls .frame-subcaption {
        width: 70%;
        text-align: center;
    }

    .top-controls .sections-btns {
        display: flex;
        position: absolute;
        width: 92%;
        bottom: 12px;
        justify-content: space-between;
    }
    /*** #CAPTIONS_END ***/

    /*** #INTRODUCTION_START ***/
    .text-section p {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .introduction-span {
        font-size: 16px;
        text-align: center;
    }
    /*** #INTRODUCTION_END ***/

    /*** #MAP ***/
    .map-section .map-buttons {
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    /*** #MAP_END ***/

    /*** #OVERVIEW ***/
    .specifications-section .overview-map {
        width:100%;
    }

    .specifications-section .overview-data {
        width:100%;
    }

    .specifications-section .line-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .specifications-section .line-items-icons .item {
        width: 25%;
    }

    .specifications-section .item-icon img {
        width: 100%;
    }

    .specifications-section .item {
        padding: 5px;
    }

    .specifications-section .item .info {
        font-size:14px;
    }

    .specifications-section .logo-area {
        margin: 0 0 30px 0;
    }
    /*** #OVERVIEW_END ***/

    /*** #PHOTOS ***/
    #photos {
        padding: 0;
    }

    #photos .photos-wrapper {
        justify-content: space-evenly;
        align-items: center;
    }

    .photos-wrapper .photo {
        margin: 0 0 5px;
        width: calc(100% / 2 - 10px);
    }
    /*** #PHOTOS_END ***/

    /*** #EPC ***/

    /*** #EPC_END ***/

    /*** #PLANNING ***/
    .collapse-section .collapse-columns {
        display: block;
    }
    /*** #PLANNING_END ***/

    /*** #SOLD_NEARBY ***/
    .sold-in-wrapper {
        width: 100%;
        display: block;
    }

    .sold-in-row {
        width: 100%;
        display: block;
    }
    /*** #SOLD_NEARBY_END ***/


    /*** #SCHOOLS ***/
    #local-schools {
        padding: 0;
    }
    /*** #SCHOOLS_END ***/

    /*** #DATA_QUALITY_START ***/
    #data-quality .text-section .logos {
        flex-wrap: wrap;
        flex-direction: unset;
        margin: 20px 0;
    }

    #data-quality .text-section .logos .logo {
        width: 33.333%;
    }

    #data-quality .text-section .logos .logo img {
        max-width: 100%;
        max-height: 60px;
        padding: 10px;
    }
    /*** #DATA_QUALITY_END ***/

    /*** #HPI ***/
    .column-chart-section .chart {
        order:2;
    }

    .column-chart-section .info {
        margin-top: 30px;
        order:1;
    }

    .market-metrics-right {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .hpi-background {
        height: 100%;
        padding: 0;
    }

    .column-chart-section .item.chart {
        width: 100%;
        padding: 0;
    }

    div#metrics-graph text {
        font-size: 14px!important;
    }

    /*** #HPI_END ***/
}


@media (max-width: 992px) {
    .microsite-frame-header .top-info-path .frame-caption,
    .microsite-frame-header .top-info-path .frame-subcaption {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        text-align: center;
    }

    .overview-group-item-box .overview-group-item-body-inner {
        flex-wrap: wrap;
    }

    .overview-group-item-box .overview-group-item {
        width: calc(100% / 3);
    }

    .info-group-box .overview-group-item {
        width: 100%;
    }

    .overview-group-item-body .overview-land-registry-wrapper .items .overview-group-item {
        width: 50%;
    }

    .overview-group-item-body .overview-connections-wrapper {
        flex-wrap: wrap;
    }

    .overview-group-item-body .overview-connections-wrapper .overview-group-item {
        width: 50%;
    }

    .info-group-box .overview-group-item {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .overview-group-item-body .overview-connections-wrapper {
        flex-wrap: wrap;
    }

    .specifications-section .overview-map .item-inner {
        flex-flow: column;
    }

    .specifications-section .item .item-inner .preview-map-box-item {
        min-height: 450px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .microsite-frame-header {
        padding: 0;
        height: 115px;
    }

    .frame-caption {
        font-size: 22px;
        line-height: 22px;
    }

    .top-info-path .frame-subcaption {
        font-size: 14px;
        line-height: 14px;
    }

    .microsite-frame-header .top-info-path .info.text-left {
        padding: 2px 0 0 0;
    }

    a#vmar-request-button {
        padding: 2px 25px;
    }

    .microsite-frame-top-preview .logo {
        width: 180px;
        height: 90px;
    }

    .microsite-frame-top-preview {
        padding: 115px 15px 15px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        font-size: 36px;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 26px;
    }

    .microsite-frame-top-preview .captions-group .description {
        margin: 5px 0 0 0;
        font-size: 26px;
    }

    .microsite-frame-top-preview .assets-info .info {
        margin-bottom: 5px;
    }

    .microsite-frame-top-preview .assets-info .info .for-data {
        width: auto;
        margin-right: 15px;
        font-size: 22px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 22px;
    }

    .mobile-agent-message-box {
        display: block;
        bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-agent-message-box {
        bottom: 15px;
        right: 15px;
    }

    .microsite-frame-top-preview .logo {
        width: 185px;
        height: 185px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .microsite-frame-top-preview .logo {
        width: 110px;
        height: 110px;
    }

    .microsite-frame-top-preview {
        padding: 105px 15px 15px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        font-size: 38px;
        padding: 0;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 22px;
    }

    .microsite-frame-top-preview .captions-group .description {
        font-size: 22px;
    }

    .microsite-frame-top-preview .assets-info .info .for-data {
        width: auto;
        margin-right: 15px;
        font-size: 16px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 18px;
    }

    .mobile-agent-message-box {
        bottom: 15px;
    }

    .microsite-frame-top-preview .assets-info {
        padding: 25px 0 0 0;
    }
}

@media (max-width: 480px) {
    .overview-group-item-box .overview-group-item {
        width: 50%;
    }

    .overview-land-registry-wrapper .title-plans .overview-group-item {
        width: 100%;
    }

    .overview-group-item-body .overview-connections-wrapper .overview-group-item {
        width: 100%;
    }

    .overview-connections-wrapper .columns-connections {
        max-width: 140px;
    }

    .overview-connections-wrapper .columns-connections .column-connection .caption {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {

    .microsite-frame-top-preview .logo {
        width: 165px;
        height: 165px;
    }

    .microsite-frame-top-preview .captions-group .caption {
        font-size: 28px;
        padding: 5px 0 0 0;
    }

    .microsite-frame-top-preview .captions-group .subcaption {
        font-size: 18px;
    }

    .microsite-frame-top-preview .captions-group .description {
        font-size: 18px;
    }

    .microsite-frame-top-preview .assets-info .info span {
        font-size: 13px;
    }

    .vmar-request-dialog-class .ui-dialog-content {
        height: 492px !important;
    }

    /*** #TOP ***/
    .top-info-path .frame-caption {
        font-size: 22px;
        color: var(--color-text-two);
    }

    .top-info-path .frame-subcaption {
        padding: 5px 15px 0;
        font-size: 12px;
    }

    .top-info-path .buttons-line a svg {
        height: 34px;
        color: var(--main-color);
    }

    a#vmar-request-button {
        padding: 5px 25px 4px;
        font-size: 12px;
    }

    .microsite-frame-header .top-info-path .info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-controls .buttons a.toggle-map-plan {
        display: none;
    }

    .microsite-frame-header .top-info-path .info .top-caption {
        font-size: 16px;
        width: 90%;
    }

    .microsite-frame-header .top-info-path .info .sub-caption {
        font-size: 12px;
        width: 90%;
    }

    .resume-section {
        width: calc(100% - 220px) !important;
        margin: 0 0 0 220px;
        padding: 0 15px;
    }

    .map-section .plan-marker {
        padding-left: 15px;
    }
    /*** #TOP_END ***/

    /*** #CONTROLS ***/
    .top-controls .frame-caption {
        font-size: 22px;
    }

    .top-controls .frame-subcaption {
        font-size: 14px;
        padding: 0 25px;
        width: 100%;
    }

    .top-controls .buttons s-mail {
        width: 150px;
        font-weight: 500;
        font-size: 11px;
    }

    .top-controls .buttons a {
        margin: 0 5px;
    }

    .top-controls .buttons a svg {
        width: 30px;
        height: 30px;
    }
    /*** #CONTROLS_END***/

    .map-section .plan-marker {
        padding-left: 30px;
    }


    /*** #OVERVIEW_START ***/
    .specifications-section .line-items {
        padding: 0;
    }

    .specifications-section .line-items-icons .item {
        width: 100%;
        margin-bottom: 10px;
        min-height: 50px;
        padding: 0 15px;
    }

    .specifications-section .line-items-icons .item .item-inner {
        flex-wrap: nowrap;
        padding: 8px;
    }

    .specifications-section .item-icon img {
        height: 40px;
        width: 40px;
        margin-left: 30%;
    }

    .specifications-section .item-icon .info {
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: flex-start;
        margin-left: 15px;
    }

    .specifications-section .line-items-info {
        padding: 0 10px;
    }

    .specifications-section .line-items-info .item {
        width: 50%;
        min-height: 100px;
        margin: 5px 0;
    }

    .specifications-section .item .caption,
    .specifications-section .item .info {
        width: 100%;
    }

    .specifications-section .line-items-providers .item .item-inner {
        padding: 10px;
    }

    .specifications-section .line-items-providers .item .item-inner .caption {
        padding: 5px 0 10px;
    }

    .specifications-section .points {
        margin: 10px 0 0 0;
    }

    .specifications-section .overview-map .item {
        padding: 5px;
    }

    .specifications-section .overview-map .preview {
        padding: 0;
    }

    .specifications-section .overview-map .item-inner .preview:first-child {
        padding: 0 0 10px 0;
    }
    /*** #OVERVIEW_END ***/

    /*** #PHOTOS_START ***/
    .photos-wrapper .photo {
        width: 100%;
        padding: 2px 10px;
    }
    /*** #PHOTOS_END ***/

    /*** #FLOORPLAN_START ***/
    section#floorplan .photos-wrapper .photos-inner {
        margin: 0;
    }

    section#floorplan .photos-wrapper .photo {
        width: 100%;
        height: calc(100vh - 155px);
    }
    /*** #FLOORPLAN_END ***/

    /*** #EPC_START ***/
    section#epc .epc-box {
        margin-bottom: 25px;
    }

    section#epc {
        min-height: calc(100vh - 120px);
    }

    section#epc .epc-report-image svg {
        width: 100%;
        height: unset;
    }

    .epc-box .epc-address {
        padding-left: 15px!important;
        padding-top: 15px!important;
        font-size: 14px!important;
    }

    .epc-rating-box {
        width: 100px!important;
    }

    .epc-box .epc-extra-box,
    .epc-box .epc-extra-box label,
    .epc-box .epc-extra-box b {
        font-size: 12px!important;
    }

    .epc-rating-box .epc-rating-title {
        line-height: 20px!important;
        font-size: 12px!important;
        margin-bottom: 5px;
    }

    .epc-box .epc-rating-box .epc-rating-result {
        line-height: 60px!important;
        font-size: 65px!important;
        margin-bottom: 10px;
    }
    /*** #EPC_END ***/

    /*** #PLANNING ***/
    #map {
        padding: 0;
    }

    .collapse-section {
        display: block;
    }

    .collapse-section .collapse-columns {
        width: 100%;
    }
    .collapse-section .planning-top-caption {
        min-height: unset;
        margin: 5px 5px;
    }

    .collapse-section .planning-top-caption span {
        font-size: 14px;
        text-align: center;
    }

    .collapse-section .planning-top-caption .subtitle {
        font-size: 12px;
    }

    .collapse-section .panel {
        margin: 0px 10px 4px;
    }

    #accordion-address-pending2 {
        margin-bottom: 20px;
    }

    .collapse-section .planning-map-data {
        width: 100%;
        padding-left: 0;
    }

    .collapse-section .planning-map-data .control-caption {
        width: 24px;
        height: 84px;
    }

    .collapse-section .planning-map-data .control-caption span {
        font-size: 10px;
        font-weight: 500;
    }

    .collapse-section .planning-map-data .control-pin {
        font-weight: 500;
        font-size: 10px;
        padding: 2px 5px;
    }

    .collapse-section .planning-map-data .control-pin img {
        width: 40px;
    }

    .collapse-section .planning-map-data .planning-map-layout {
        min-height: unset;
        height: calc(100vh - 250px);
    }

    .collapse-section .panel-title a {
        font-size: 11px;
        padding: 10px 40px 10px 10px;
    }

    .collapse-section .panel-title img {
        width: 15px;
        height: 15px;
        right: 8px;
    }
    /*** #PLANNING_END ***/

    /*** #HPI ***/
    #house-price-statistics,
    #house-price-statistics .hpi-background {
        padding: 0;
        flex-direction: column;
        height: auto;
    }

    #house-price-statistics .market-metrics-left, #house-price-statistics .market-metrics-left .metrics-graph  {
        width: 100%;
        height: 350px;
        order: 1;
    }

    #house-price-statistics .market-metrics-right {
        justify-content: center;
        order: 2;
        padding: 0 10px;
    }

    .hpi-background {
        height: 600px;
    }

    .column-chart-section .item.chart {
        width: 100%;
        padding: 0 15px;
    }

    .column-chart-section .info .title {
        font-size: 14px;
    }

    .column-chart-section .item.info .value {
        font-size: 25px;
        padding: 5px 0 5px;
    }

    .house-legend-data-type {
        padding: 5px 0;
        font-size: 10px;
    }

    .house-legend-data-value {
        font-size: 12px;
    }

    .house-label {
        min-width: unset;
    }

    .graph-info.house-label {
        width: 49%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
    }

    .house-img-label {
        margin: 0;
        height: unset;
        width: unset;
    }

    #house-price-statistics .flat-house-img {
        width: auto!important;
        height: auto!important;
    }

    #house-price-statistics .house-img-label img {
        float: unset;
        max-width: 50px;
        max-height: 30px;
    }

    #house-price-statistics .flat-house-label .flat-house-img img {
        width: 35px!important;
        height: 65px!important;
        margin: 0 auto;
        display: block;
    }

    #house-price-statistics .terraced-house-label .terraced-house-img img {
        width: 75px!important;
        height: 30px!important;
        margin: 0 auto;
        display: block;
    }

    #house-price-statistics .semi-detached-house-label .semi-detached-house-img img {
        width: 70px!important;
        height: 35px!important;
        margin: 0 auto;
        display: block;
    }

    #house-price-statistics .detached-house-label .detached-house-img img {
        width: 45px!important;
        height: 38px!important;
        margin: 0 auto;
        display: block;
    }

    #house-price-statistics .house-img-label {
        position: unset;
        float: none;
        width: 50%!important;
    }

    #house-price-statistics .house-legend-label {
        font-size: 11px;
        margin-left: 0;
        position: unset;
        float: unset;
        width: 50%;
    }

    .graph-info {
        height: 65px;
    }

    div#metrics-graph text {
        font-size: 9px!important;
    }
    /*** #HPI_END ***/

    /*** #SOLD_IN_STREET_START ***/
    .sold-in-table {
        font-size: 10px;
        font-weight: 300;
    }

    .sold-in-table-header {
        font-weight: 500;
    }

    .sis-address {
        font-weight: 500;
    }

    .sold-in-row:first-child {
        padding-bottom: 10px;
    }

    .sold-in-row:first-child .sold-in-table-values:last-child {
        margin-bottom: 0;
    }

    .sold-in-row:last-child {
        margin-top: -10px;
        border-top: 1px solid #c1c1c1;
    }

    .sold-in-row:last-child .sold-in-table-header {
        display: none;
    }
    /*** #SOLD_IN_STREET_END ***/

    /*** #SCHOOLS_START ***/
    #local-schools {
        padding: 15px;
    }

    #schoolTabMapFrame {
        height: calc(100vh - 145px)!important;
    }
    /*** #SCHOOLS_END ***/

    /*** #TRANSPORT_START ***/
    .route-section table tr td {
        padding: 5px;
        font-size: 12px;
    }
    /*** #TRANSPORT_END ***/

    /*** #ABOUT_US_START ***/
    .column-media-section .item {
        padding: 0;
        margin-bottom: 20px;
    }

    .column-media-section .media {
        flex: unset;
        width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        max-height: 250px;
    }

    .column-media-section .media img {
        max-width: 100%;
        max-height: 200px;
        height: auto;
        width: unset;
    }

    .column-media-section .info-title {
        font-size: 28px;
        margin-top: 20px;
    }

    .column-media-section .info {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .column-media-section .info-subtitle {
        font-size: 16px;
        padding: 5px 0 0 0;
    }

    .testimonials-section .stars-line i.fas {
        font-size: 16px;
    }

    .testimonials-section .info {
        padding: 15px 0 0 0;
        line-height: 22px;
        font-size: 15px;
    }
    /*** #ABOUT_US_END ***/

    /*** #DATA_QUALITY ***/
    #data-quality .text-data-quality {
        font-size: 14px;
    }

    .text-section .logos {
        flex-direction: column;
        margin: 0;
    }

    .text-section .logos .logo {
        margin: 0 0 20px;
    }

    .text-section .logos .logo img {
        max-width: 170px;
        max-height: 60px;
    }

    .specifications-section .overview-map .item-inner {
        flex-flow: column;
    }

    .route-section table {
        padding: 0;
    }

    #data-quality .text-section p {
        font-size: 12px;
        padding: 10px;
        margin: 0;
    }

    #data-quality .text-section .logos .logo {
        width: 50%;
    }

    #data-quality .text-section .logos {
        margin: 0;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .text-section .info {
        padding-bottom: 0;
    }
    /*** #DATA_QUALITY_END ***/
}

@media screen and (max-width: 400px) {
    .microsite-frame-header .top-info-path .info .top-caption {
        padding-bottom: 5px;
        font-size: 12px;
    }

    .top-info-path .buttons-line a {
        margin: 0;
    }

    .top-info-path .buttons-line a svg {
        height: 20px;
    }

    .report-type-logo-wrap {
        margin: 16px 0;
    }

    .report-type-logo-wrap .report-type-logo img {
        width: 110px;
        margin-right: 18px;
    }

    .report-type-logo {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .vmar-modal-right-column {
        text-align: center;
        justify-content: space-between;
        min-width: 100%;
        display: block;
    }

    .pull-right {
        float:none;
    }

    .vr-header-sending {
        margin: 0;
    }

    .from-group-bl {
        padding-right: 0;
    }

    .row-form-group > div.form-group {
        width: 100%;
    }
}

@media screen and (max-width: 1292px) and (max-height: 680px) {
    .cover-section .info {
        padding: 30px 0 30px 30px;
    }

    .cover-section .info .address {
        padding: 10px 0 10px 0;
    }

    .cover-section .cover-logo img {
        max-width: 100px;
        margin: 10px 0 0 0;
    }
    
    .cover-section .info .subtitle {
        padding: 20px 0 20px 0;
    }
    
    .cover-section .info .logo {
        width: auto;
        height: 80px;
    }
}
/*** #RESPONSIVE_END ***/

/*KFB Message Agent Css Changes - start*/

@media screen and (max-width: 767px){
	 .vmar-request-dialog-class .ui-dialog-content {
		 height: 275px !important;
		 overflow-y: auto;
		 overflow-x: hidden;
	}
	 .vmar-request-dialog-class .ui-dialog-content::-webkit-scrollbar-track {
		 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
		 border-radius: 5px;
		 background-color: #F5F5F5;
	 }
	 .vmar-request-dialog-class .ui-dialog-content::-webkit-scrollbar {
		 width: 5px;
		 background-color: #F5F5F5;
	 }
	 .vmar-request-dialog-class .ui-dialog-content::-webkit-scrollbar-thumb {
		 border-radius: 10px;
		 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
		 background-color: #555;
	 }
}
 @media screen and (max-width: 399px){
	 .vmar-request-dialog-class .ui-dialog-content {
		 height: 450px !important;
		 overflow-y: auto;
	 }
 }
 
  @media screen and (max-width: 480px){
	 .vmar-request-dialog-class .ui-dialog-content {
		 max-height: 100%!important;
		 height: 450px!important;
	 }
 }
 @media screen and (max-width: 399px){
	 .vmar-request-dialog-class .ui-dialog-content {
		 max-height: 100%!important;
		 height: 450px!important;
	 }
 }
 
 /*KFB Message Agent Css Changes - end*/

 /* map switch button in overview page - START*/
#map-toggle {
text-align: center;
}

.map-button-gray {
background-color: #1a1a1a !important;
}

.sp-action-button {
    border: 0;
    font-family: inherit !important;
    font-size: 10px !important;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    padding: 1ex;
    text-transform: capitalize;
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-weight: bold;
}

#map-view, #google-map-view{
    width: 100%;
    height: 100%;
}
#google-map-view{
    display: none;
}

/* map switch button in overview page - END*/


/* Rivers & seas / Surface water CSS - Start */

.river-and-seas-section{ display: flex; }
.river-and-seas-section .resume-section-inner{ width: 41%; padding-right: 20px; }
.river-and-seas-section .soils_clay_map{ width: 80%; position: relative; }
.river-and-seas-section{ display: flex; height: 100%;padding-top: 15px; }
.river-and-seas-section .top-info-group{ width: 47%; margin-right: 20px; background-color: #fff; }
.river-and-seas-section .top-info-group .section-header{ font-size: 14px; line-height: 19px; padding:  10px;padding-left: 18px; }
.river-and-seas-section .map{ width: 100%; position: relative; }
.river-and-seas-section .title{ padding-right: 5px; flex-grow: 1; }
.soils-and-clay-box{ background-color: #fff; margin-bottom: 20px; padding:13px 8px 0px;}
.soils-and-clay-box{ background-color: #fff; border-bottom: 1px solid #757575; margin:18px 18px 0px; padding-bottom: 20px;}
.table-data-body{ display: flex; font-size: 14px; line-height: 19px; }
.title{ padding-right: 5px; flex-grow: 1; }
.data{ padding-left: 5px; flex-grow: 1; }
.soils-txt{ font-size: 14px; line-height: 19px; margin-bottom: 10px; }
.title1 {
    flex: 0 0 100px;
}
.title {
    padding-right: 10px;
    flex-grow: 1;
}
.soil-title{ 
    flex: 0 0 32%;
    font-weight: 500;
    text-align: left;
}

.soil-title-right{
    flex: 0 0 64%;
    font-weight: 300;
    text-align: left;
}

.road-nise-list {
    padding-left: 30px;
    list-style-type: none;
}
.road-nise-list li {
    padding: 5px 0px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.road-nise-list li:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 15px;
    background: #fff;
    left: -22px;
    top: 0;
    transform: translate(-50%, 50%);
}
.road-nise-list li.br-red:before{ background: #C2000B; }
.road-nise-list li.br-orenge:before{ background: #F09E1F; }
.road-nise-list li.br-yellow:before{ background: #FAFF00; }
.road-nise-list li.br-green:before{ background: #40A629; }
.road-nise-list li.br-blue:before{ background: #45BCFF; }
.road-nise-list li.br-darkblue:before {background: #010137;}
.road-nise-list li.br-normalblue:before {background: #0A1CC2;}
.road-nise-list li.br-lightblue:before {background: #1B4FEF;}
.road-nise-list li.br-gray:before {background: #757575;}
.rail-noise{
    padding: 18px;
}
.rail-noise p{
    margin: 0px 0 !important;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 16px;
}
@media (max-width: 1440px) {
.map{ 
    height: 520px;
    min-height: 100%;
    height: calc(100vh - 120px) !important;
}
}
.head-type3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  color: #000;
}

#surface_water .river-header-section,
#seas_map .river-header-section,
#river_map .river-header-section,
#rivers_sea_map .river-header-section {
  padding: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #101010;
}
#surface_water .river-header-section .head-type3,
#seas_map .river-header-section .head-type3,
#river_map .river-header-section .head-type3,
#rivers_sea_map .river-header-section .head-type3 {
  margin-bottom: 13px;
  font-size: 16px;
}
.river-header-section .pt-3{
    font-size: 14px !important;
}
#surface_water .river-header-section .light-text,
#seas_map .river-header-section .light-text,
#river_map .river-header-section .light-text,
#rivers_sea_map .river-header-section .light-text {
  font-weight: 300;
  font-size: 12px;
}
.border-bottom {
  border-bottom: 1px solid #757575;
}
.river-content {
  font-family: "Avenir";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  padding: 20px;
}
.river-and-seas-section .full-width-tabmenu {
  padding: 0 !important;
  border-radius: 0 !important;
}
.river-and-seas-section .full-width-tabmenu,
.river-and-seas-section .full-width-tabmenu .tab-inner,
.river-and-seas-section .full-width-tabmenu .tab-inner ul {
  width: 100%;
}
.river-and-seas-section .full-width-tabmenu .tab-inner {
  margin: 0 18px;
  padding: 18px 0;
  border-bottom: 1px solid #757575;
  border-top: 1px solid #757575;
}
.river-and-seas-section .full-width-tabmenu .tab-inner ul {
  gap: 10px;
}
.river-and-seas-section .full-width-tabmenu .tab-inner ul li {
  flex: auto;
}
.river-and-seas-section .full-width-tabmenu .tab-inner ul li a {
  width: 100%;
}
#dashboard-masts-pylons-map,#surface_water .map,#road_noise .map, #seas_map .map, #rivers_sea_map .map{ width: 100%; position: relative; height: calc(100vh - 150px); }
.river-and-seas-section .river-and-seas-tab-menu {
  padding: 8px 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.river-and-seas-section .river-and-seas-tab-menu .tab-inner {
  display: flex;
  align-items: center;
}
.river-and-seas-section .river-and-seas-tab-menu .propertysold {
  border-bottom: 4px solid var(--main-color);
  font-size: 14px;
  line-height: 19px;
  color: #000;
  padding-bottom: 6px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  bottom: -8px;
}
.river-and-seas-section .river-and-seas-tab-menu .logo-img {
  display: inline-block;
  text-decoration: none;
  margin-left: 38px;
  line-height: 0px;
}
.river-and-seas-section .river-and-seas-tab-menu .logo-img img {
  width: 58px;
  height: 20px;
}
.river-and-seas-section .river-and-seas-tab-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.river-and-seas-section .river-and-seas-tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}
.river-and-seas-section .river-and-seas-tab-menu ul li a {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #fff;
  padding: 10px 5px 22px;
  border-radius: 0px;
  font-size: 10px;
  line-height: 13px;
  border: 1px solid #757575;
  height: 25px;
  width: 85px;
  display: inline-block;
  text-align: center;
}
.river-and-seas-section .river-and-seas-tab-menu ul li a.active {
  background-color: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.river-and-seas-section .soil-title-right {
    flex: 0 0 68%;
    font-weight: 900;
    text-align: right;
    color: var(--main-color);
}
.custom-chart-outer {
  position: relative;
}
.custom-chart-header {
  padding-left: 190px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.custom-chart-inner {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.custom-chart-main {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
.custom-chart-inner-outer {
  width: 165px;
}
.custom-chart-progress {
  width: 100%;
}
.custom-chart-icon {
  display: flex;
  align-items: center;
  flex: 0 0 30px;
  gap: 4px;
}
.custom-chart-text,
.custom-chart-line {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
}
.custom-chart-line {
  font-size: 9px;
  margin-bottom: 5px;
}
.custom-chart-line {
  flex: 0 0 25%;
  text-align: right;
  position: relative;
}
.progress2 {
  flex-grow: 1;
  height: 22px;
  display: flex;
  align-items: center;
}
.progress-bar2 {
  width: 100%;
  height: 4px;
  border-radius: 30px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}
.dark-red .progress-bar2 {
  background-color: #c2000b;
}
.red .progress-bar2 {
  background-color: #ff404b;
}
.pink .progress-bar2 {
  background-color: #ff9892;
}
.map-point-list {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.map-point-item {
  position: relative;
  font-size: 10px;
  line-height: 12px;
  color: #000;
  padding-left: 16px;
}
.map-point-item::after {
  content: " ";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ff9892;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dark-pink.map-point-item::after {
  content: "";
  background-color: #ff404b;
}
.red.map-point-item::after {
  content: "";
  background-color: #c2000b;
}
.dark-red.map-point-item::after {
  content: "";
  background-color: #5b0106;
}
.custom-chart-line:after,
.custom-chart-line:first-child::after {
  content: "";
  border: 1px solid #757575;
  height: 60px;
  position: absolute;
  z-index: 0;
  top: 18px;
  border-width: 0px 1px 0px 0px;
  left: 5px;
  right: 10px;
}
.custom-chart-line:first-child::after {
  content: " ";
  border-left: 1px solid #757575;
}
.custom-chart-header-text {
    display: flex;
    align-items: center;
}
.custom-chart-line .very-low,
.custom-chart-line .low,
.custom-chart-line .medium,
.custom-chart-line .high {
  position: relative;
  left: 15px;
}
.custom-chart-line .low {
  left: 1px;
}
.custom-chart-line .medium {
  left: 7px;
}
.custom-chart-line .high {
  left: 2px;
}

.d-inline-block {
    display: inline-block !important;
}

.light-text{
    margin: 15px 0;
}

#rivers-seas-map-climate-change-loader, #rivers-map-loader, #seas-map-loader, #scotwales-surface-water-map-loader, #surface-water-map-climate-change-loader{
    margin: 190px 0px 100% 40%;
    width: 150px;
    transform: translate3d(20px, 10px, 0px);
}

@media only screen and (max-width: 768px){
    #rivers-seas-map-climate-change-loader, #rivers-map-loader, #seas-map-loader, #scotwales-surface-water-map-loader, #surface-water-map-climate-change-loader{
        margin: 60px 0px 100% 170px;
        width: 150px;
    }
}

.river-and-seas-section .rail-noise {
    margin: 0px 18px 0px !important;
    padding: 0px 18px 0px !important;
}
.tooltipster-sidetip{
    height: 150px !important;
}


.tooltipster-sidetip .river_seas_tooltip {
  background: #fff !important;
  border: 1px solid #757575 !important;
  border-radius: 4px !important;
}
.tooltipster-content {
  padding: 0px 10px !important;
}
.tooltipster-arrow {
  display: none;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: -2px !important;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: -5px !important;
}
.tooltipster-sidetip .tooltipster-content {
  color: #000 !important;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px !important;
}
.tooltipster-show .tooltipster-arrow {
  display: block !important;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -1px !important;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff !important;
  left: 1px !important;
}
.river-and-seas-section .top-info-group{ 
    max-height: calc(100vh - 7.5rem);
    overflow-y: auto;
}

.river-and-seas-section .soils-and-clay-box {
    margin: 0px 18px 0px !important;
    padding-bottom: 15px !important;
}
.river-and-seas-section .road-nise-list {
    padding-left: 20px !important;
}
#surface-water-map-loader, #seas-map-loader, #rivers-map-loader, #scotwales-surface-water-map-loader, #rivers-seas-map-climate-change-loader, #rivers-seas-map-loader, #surface-water-map-climate-change-loader{
    margin: 190px 0px 100% 40%;
    width: 150px;
    transform: translate3d(20px, 10px, 0px);
    background: unset;
}