/*
DELETE THERE
btn-info-black
*/
* {
	font-family: inherit;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	margin: 20px 15px 0px 15px;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;	
	line-height: 1.5;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 48px;
	text-align: center;
	margin: 0px 15px 0px 15px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #444e53;
	text-align: center;
	margin: 0px 15px 0px 15px;
}
.homepage-body h1 {
	font-size: 55px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin: 0px 15px 0px 15px;
}

a {
	color: inherit;
	text-decoration: none;
}
hr {
	border: 1px solid #bfc0c0;
	margin: 35px 0;
	clear: both;
}
input, select, textarea {
	margin: 7px 13px;
	padding: 13px;
	border: 1px solid #023b70;
	background: white;
	border-radius: 2px;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 20%;
	width: 50%;
	max-width: 100%;
}
form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	margin-top: 25px;
	width: 675px;
	max-width: 100%;
	text-align: center;
}
form button {
	margin-top: 20px;
}
img {
	max-width: 100%;
}
figure {
	margin: 0 15px 15px 15px;
}
figcaption {
	font-weight: 600;
	padding-left: 15px;
}
#enquiry-form textarea, #contact-and-subscribe-form textarea {
	width: auto;
}
#breadcrumb {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li:not(:last-child):after {
	content: ' / ';
	font-size: 14px;
	color: inherit;
}
#breadcrumb a {
	text-decoration: none;
	font-size: 14px;
	color: inherit;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.flex-container {
	display: flex;
	width: 100%;
}
[class^="flex-container-"] {
	display: flex;
}
[class^="flex-item-"] {
	padding-left: 15px;
	padding-right: 15px;
}
[class^="flex-item-"]:first-child {
	padding-left: 0;
}
[class^="flex-item-"]:last-child {
	padding-right: 0;
}
.flex-item-1fr {
	width: calc(100% / 12);
}
.flex-item-2fr {
	width: calc(100% / 6);
}
.flex-item-3fr {
	width: 25%;
}
.flex-item-4fr {
	width: calc(100% / 3);
}
.flex-item-5fr {
	width: calc(100% / 12 * 5);
}
.flex-item-6fr {
	width: 50%;
}
.flex-item-7fr {
	width: calc(100% / 12 * 7);
}
.flex-item-8fr {
	width: calc(100% / 12 * 8);
}
.flex-item-9fr {
	width: 75%;
}
.flex-item-10fr {
	width: calc(100% / 12 * 10);
}
.flex-item-11fr {
	width: calc(100% / 12 * 11);
}
.error {
	color: #ed1f31;
	font-weight: bold;
}
.block {
	clear: both;
}
.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad4540 {
	padding-top: 45px;
	padding-bottom: 40px;
}
.container {
	width: 1600px;
	margin: auto;
	max-width: 100%;
}
.pad15 {
	padding-top: 15px;
	padding-bottom:  15px;
}
.sidepad15 {
	padding-left: 15px;
	padding-right: 15px;
}
.sidepad15 h1 {
	margin-left: 0;
	margin-right: 0;
}
.verticalpad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.verticalpad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-greengray {
	background: #333c40;
}
.bg-lightgrey {
	background: #e8ebee;
}
.bg-bluegradient {
	background: linear-gradient(#2ea4fd, #0b7cd0);
}
.bg-purplegradient {
	background: linear-gradient(#b699c8, #6751a2);
}
.bg-redgradient {
	background: linear-gradient(#f02651, #f7b526);
}
.bg-bluegradient-horizontal {
	background: linear-gradient(to right, #0568b2, #2da3fd);
}
.bg-bluegradient-horizontal h1, .bg-purplegradient h1, .bg-redgradient h1 {
	color: white;
}
.topheader {
	text-align: right;
}
.topheader a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 9px;
	text-decoration: none;
	color: white;
}
.topheader .link-login {
	color: #63c7fa;
}
.topheader .link-login span {
	font-family: 'Roboto', sans-serif;
}
.topheader .link-login i {
	display: none;
	font-size: 120%;
}

.social-links {
	text-align: center;
}
.social-links a {
	color: white;
	text-decoration: none;
	font-size: 32px;
	display: inline-block;
	padding: 40px 12px 35px 12px;
}
.footer-links-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-links {
	padding: 0 15px 20px 15px;
}
.footer-links a, .footer-links div {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.footer-links a.footer-mailto {
	display: inline;
	color: #63c7fa;
}
.footer-links h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #63c7fa;
	margin: 0;
	text-align: left;
}
.footer-copyright {
	padding: 25px 15px 50px 15px;
}
.footer-copyright, .footer-copyright a {
	text-align: center;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
.videodiv {
    width: 100%;
}
.videodiv .videoholder {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 55.56%;
    width: 100%;
}
.videodiv .videoholder .videoframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}
.btn-big, .btn-med, .btn-grey {
	display: inline-block;
	background: linear-gradient(#2ca3fd, #0568b2);
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	padding: 22px 50px;
	color:  white;
	text-decoration: none;
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	transition: all 0.3s;
	width: max-content;
	max-width: 100%;
}
.btn-big::after, .btn-med::after {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 80%;
	padding-left: 0.7em;
	margin-right: 0.3em;
	transition: all 0.3s;
}
.btn-big:hover, .btn-med:hover {
	background: linear-gradient(#77c2fc, #3b7fb3);
}
.btn-big:hover::after, .btn-med:hover::after {
	padding-left: 1em;
	margin-right: 0em;
}
.btn-med {
	font-size: 20px;
	padding: 14px 20px;
}
.btn-grey {
	font-size: 16px;
	padding: 12px 16px;
	background: #343d40;
}
.btn-grey:hover {
	background: #505d62;
}
.btn-med-grey {
	background: linear-gradient(#707171, #353e42);
	font-size: 18px;
}
.btn-med-grey:hover {
	background: linear-gradient(#898a8a, #49555b);
}
.btn-med-orange {
	background: linear-gradient(#f07a60, #ef4923);
	font-size: 18px;
}
.btn-med-orange:hover {
	background: linear-gradient(#f0846c, #f05d3c);
}
.btn-med-red {
	background: linear-gradient(#ff7c88, #ed1f31);
	font-size: 18px;
}
.btn-med-red:hover {
	background: linear-gradient(#fb959e, #f04251);
}
.btn-tab {
	display: inline-block;
	background: #f7f9f9;
	font-size: 16px;
	padding: 13px 20px;
	color: #444e53;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	width: max-content;
	max-width: 100%;
	border: 0;
	border-radius: 3px;
}
.btn-tab:hover, .btn-tab.active {
	background: linear-gradient(#f02651, #f7b526);
}
.panel-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.panel {
	display: flex;
	flex-direction: column;
	margin: 30px 15px;
	max-width: 415px;
	background: #ecf0f2;
	flex-grow: 1;
	flex-shrink: 1;
	width: 320px;
	transition: all 0.3s;
}
.panel:hover {
    filter: drop-shadow(2px 2px 3px #ccc);
}
.panel-image {
	width: 100%;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 100 / 61;
	transition: all 0.3s;
}
.panel:hover .panel-image {
	filter: sepia(30%);
}
.panel-title-holder {
	display: flex;
	align-items: center;
}
.panel-title-holder [data-favdesign] {
	flex-shrink: 1;
	margin-right: 15px;
	font-size: 120%;
	color: #9a9aa0;
}
.panel-title-holder img {
    height: 20px;
    margin-right: 5px;
}
.panel-title {
	margin:  13px 15px 5px 15px;
	font-size: 22px;
	font-weight: bold;
	flex-grow: 1;
	text-align: left;
}
.panel-info {
	padding: 3px 15px;
}
.home-specials-panel {
	background: none;
}
.home-specials-panel .panel-image {
	aspect-ratio: 69 / 100;
	border: 1px solid #221e1f;
}
.home-specials-panel .btn {
	width: 100%;
	background: #040707;
	text-align: center;
}
.home-specials-panel .housetype {
	font-size: 14px;
	padding-top: 15px;
}
.home-specials-panel .pagetitle {
	margin: 0;
	padding-top: 15px;
	font-size: 18px;
	flex-grow: 1;
}
.home-specials-panel .price {
	font-size: 60px;
	color: #ec1c43;
	font-weight: 700;
	padding-bottom: 10px;
}
.home-specials-panel .price::after {
	content: '*';
	font-size: 32px;
	vertical-align: super;
}
.home-specials-panel .price::first-letter {
	font-size: 32px;
	vertical-align: super;
}
.sorting {
	text-align: right;
	font-weight: 600;
}
.sorting select {
	border: 0;
	width: auto;
	min-width: auto;
	color: red;
	font-size: 18px;
	font-weight: 600;
}
.btn-info {
	background: #ed1f31;
	border-radius: 4px;
	color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: end;
	padding: 0 9px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	width: 62px;
}
.btn-info[data-listing-field="beds"] {
	background-image: url(../images/icon-bed-white.svg);
	background-position: 7px center;
}
.btn-info[data-listing-field="baths"] {
	background-image: url(../images/icon-bath-white.svg);
	background-position: 7px center;
}
.btn-info[data-listing-field="garages"] {
	background-image: url(../images/icon-car-white.svg);
	background-position: 11px center;
}
.btn-info[data-listing-field="elevation_group"] {
	background-image: url(../images/icon-levels-white.svg);
	background-position: 16px center;
}
.btn-info-table {
	background: #ed1f31;
	border-radius: 3px;
	color: white;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: end;
	padding: 0 6px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	width: 42px;
}
.btn-info-table.btn-beds {
	background-image: url(../images/icon-bed-white.svg);
	background-position: 4px center;
}
.btn-info-table.btn-baths {
	background-image: url(../images/icon-bath-white.svg);
	background-position: 4px center;
}
.btn-info-table.btn-garages {
	background-image: url(../images/icon-car-white.svg);
	background-position: 7px center;
}
.panel-info .btn-info {
	font-size: 12px;
	line-height: 12px;
	padding: 0 7px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: auto 12px;
	width: 56px;
}
.btn-info-black i {
	font-size: 130%;
	vertical-align: bottom;
	margin-right: 5px;
}
.btn-info-black {
	background: #000000;
	border-radius: 3px;
	color: white;
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	padding: 1px 4px;
	height: 21px;
}
.btn-info-black i {
	margin-right: 5px;
}
.btn-info-designs {
	background: #ed1f31;
	border-radius: 4px;
	color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	//justify-content: end;
	padding: 0 9px;
	height: 32px;
}
.btn-info-designs::after {
	content: 'DESIGNS';
	padding-left: 5px;
	font-size: 14px;
}
.addto-favourites {
	cursor: pointer;
}
.handwritten {
	font-size: 58px;
	font-family: 'fave-script-pro', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.blue-handwritten {
	color: rgb(25, 144, 230);
}
.panel-info > span {
	float:  right;
	line-height: 28px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.panel-info > span > i {
	font-style: normal;
	margin: 0;
}
.panel-description {
	padding: 10px 15px 18px 15px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.virtual-tour-container {
	width: 396;
}
.virtual-tour-holder {
	width: 100%;
	padding-bottom: 60.35%;
	position: relative;
}
.virtual-tour-holder iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
.bigger-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #000000;
}
.btn-image {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	padding: 12px 0;
}
.btn-image img {
	border: 1px solid #748993;
	width: 195px;
	height: 128px;
	object-fit: cover;
	display: block;
	margin-bottom: 9px;
}
.btn-image::after {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 80%;
	padding-left: 0;
	transition: all 0.3s;
}
.btn-image:hover::after {
	padding-left: 0.3em;
	margin-right: -0.3em;
}

.newscontent {
	column-count: 2;
	padding-bottom: 50px;
}
.newscontent img {
	max-width: 100%;
}
.favourites-container .panel {
	display: none;
}
.paging .pageList {
	text-align: center;
	padding: 0 15px 25px 15px;
}
.paging .pageList li {
	display: inline-block;
	list-style: none;
}
.paging .pageList li a, .simplesearch-page a {
	background: #0d7dd2;
	border-radius: 4px;
	color: white;
	font-size: 14px;
	padding: 3px 7px;
	margin: 5px;
}
.paging .pageList li a:hover, .simplesearch-page a:hover {
	background: #2ca3fd;
}
.paging .pageList li a.active, .simplesearch-current-page {
	border-radius: 4px;
	font-size: 14px;
	align-items: center;
	padding: 3px 7px;
	background: #ecf0f2;
	color: #000000;
}
.simplesearch-current-page {
	margin: 5px;
}
.simplesearch-paging {
	margin: 45px 20px;
}
.simplesearch-results, .simplesearch-result-pages {
	color: #5d656c;
}
.topheader .fa-search {
	cursor: pointer;
}
.searchblock {
	height: auto;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s;
}
.searchblock form {
	flex-direction: row;
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 900px;
}
.searchblock input {
	border: 0;
	margin: 0;
	outline: 0;
}
.searchblock input[name="search"] {
	padding-left: 0;
	padding-right: 0;
}
.searchblock input[type="submit"] {
	background: #0d7dd2;
	transition: all 0.3s;
	min-width: 80px;
	max-width: 80px;
	color: white;
	font-size: 14px;
	padding: 10px;
	margin: 3px;
	cursor: pointer;
}
.searchblock input[type="submit"]:hover {
	background: #2ea4fd;
}

.display-location-panel .panel-description p {
	overflow: hidden;
	text-overflow: ellipsis;
}
.display-location-panel iframe {
	width: 100%;
	height: 450px;
	border: 0;
	margin-bottom: 15px;
}
.display-location-panel, .rtl-panel {
	min-width: 360px;
	max-width: 980px;
}
.rtl-panel h2 {
	font-size: 18px;
}
.rtl-panel .btn-info {
	width: auto;
	height: auto;
	font-size: 24px;
	padding: 10px 16px;
	margin: 10px 15px;
}
.rtl-panel .panel-title-holder {
	flex-wrap: wrap;
}
.rtl-panel .panel-title {
	flex-shrink: 1;
	min-width: 210px;
}
#rtl-panels .rtl-panel {
	min-width: 320px;
	max-width: 415px;
}
.display-location-panel .panel-description::after {
	content: '';
	width: 55px;
	height: 55px;
	float: right;
	background-image: url(../images/icon-on-display-red.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.main-2column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.main-2column p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
}
.mobile-buttons {
	display: none;
}
.popular-designs-container-outer {
	position: relative;
	max-width: 100%;
	margin: 20px 15px;
}
.popular-designs-container-outer .scroll-left, .popular-designs-container-outer .scroll-right {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 60px;
	cursor: pointer;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular-designs-container-outer .scroll-left {
	left: 0;
	//display: none;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 95%);
}
.popular-designs-container-outer .scroll-right {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 95%);
}
.popular-designs-container-inner {
	width: 100%;
	overflow-x: hidden;
	white-space: nowrap;
	display: flex;
}
.popular-designs-container-inner .panel {
	width: 320px;
	margin: 0 30px 0 0;
	flex-shrink: 0;
	flex-grow: 0;
	filter: none;
}
.popular-designs-container-inner .panel:last-child {
	margin-right: 0;
}

/*********
 * VT Styles by Jess - 15.3.24
 * *******/
.vt-panel-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.vt-panel .vt-panels {
	display: flex;
	flex-direction: column;
	margin: 30px 15px;
	max-width: 415px;
	background: #ecf0f2;
	flex-grow: 1;
	flex-shrink: 1;
	width: 320px;
	transition: all 0.3s;
}
.vt-panel:hover {
    filter: drop-shadow(2px 2px 3px #ccc);
}
.vt-panel-image {
	width: 100%;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 100 / 61;
	/*transition: all 0.3s;*/
  transition:all .5s ease-in-out;
}
.vt-panel:hover .vt-panel-image {
	background-color: rgba(00, 00, 00, 0.8);
}
.vt-panel-title-holder {
	display: flex;
	align-items: center;
}
.vt-panel-title-holder [data-favdesign] {
	flex-shrink: 1;
	margin-right: 15px;
	font-size: 120%;
	color: #9a9aa0;
}
.vt-panel-title {
	/*margin:  13px 15px 5px 15px;*/
	font-size: 22px;
	font-weight: bold;
	flex-grow: 1;
	text-align: center;
}
.vt-panel-info {
	padding: 3px 15px;
}
.vt-panel-description {
	padding: 10px 15px 18px 15px;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
  text-align: center;
}
.vt-panel-description::after {
	/*content: '';
	width: 55px;
	height: 55px;
	float: right;
	background-image: url(../images/icon-on-display-red.svg);
	background-size: contain;
	background-repeat: no-repeat;*/
}
.vt-panel-body {
	/*margin:  13px 15px 5px 15px;*/
	font-size: 1em;
	font-weight: 400;
	flex-grow: 1;
  font-family: 'Roboto', sans-serif;
	text-align: center;
  padding-bottom: 10px;  
}

/*********
 * Virtual Tour Page
 * *******/
 .virtual-tour-category {
 	padding-bottom: 30px;
 }
.virtual-tour-category h2 {
 	text-align: left;
 }
.virtual-tour-category .virtual-tour-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.virtual-tour-category .virtual-tour-item {
	width: 360px;
	padding: 10px;
}
.virtual-tour-category .listing-virtual-tour-holder {
	margin: 0;
}

.jGrowl {
	font-size: 1rem !important;
	font-family: 'Roboto', sans-serif !important;
 }
.jGrowl-notification {
	width: 500px !important;
	max-width: 95vw !important;
}
/* Testimonials */
.testimonial-row {
	margin: 20px 0;
}
.testimonial-stars {
	color: #fccd21;
	font-size: 25px;
	padding-bottom: 10px;
}
.testimonial-meta {
	width: 320px;
	flex-shrink: 0;
	padding-right: 20px;
}
.testimonial-meta > div {
	margin: 7px 0;
}
.testimonial-meta > div:first-child {
	margin-top: 0;
}
.testimonial-author {
	font-size: 130%;
	font-weight: 700;
}
.testimonial-source {
	font-weight: 700;
}
.testimonial-badge {
	padding: 5px 20px;
	color: white;
	font-weight: 600;
	background: #ed1941;
	border-radius: 3px;
	display: inline-block;
}
.testimonial-body {
	width: 100%;
	flex-shrink: 1;
}
.testimonial-body h3 {
	margin: 0;
}
.testimonial-vote a {
	cursor: pointer;
	margin: 0 10px;
}
.testimonial-vote a:hover {
	font-weight: 600;
}
.testimonial-vote > span {
	white-space: nowrap;
	padding-left: 10px;
}
.contact-panels {
	text-align: center;
}
.contact-panels a.red {
	color: #ed1f31;
	font-weight: 600;
	cursor: pointer;
}
/*********
 * can-i-build styles by Jess - 19.6.24
 * *******/

.cib-content-banner
  {
    width:45%;
    background-color:#253447;
    color:#fff;
    /*padding:120px 60px 80px;*/
    padding-top:clamp(3.125rem, 0.9375rem + 8.75vw, 7.5rem);
    padding-bottom:clamp(2.5rem,-3.5784rem + 9.8039vw,5rem);
    padding-left:clamp(1.25rem,0rem + 5vw,3.75rem);
    padding-right:clamp(1.25rem,0rem + 5vw,3.75rem);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    font-family:Roboto, Sans-serif;
  }

.cib-main-content-banner
  {
    font-size:clamp(1.5rem,.9167rem + 1.9444vw,2.375rem);
    font-weight: 900;
    line-height: 1.45;
    color:#acb4c2;/*#c2baac;*//*#aecce8;*/
    font-family:Roboto, Sans-serif;
    margin-bottom:clamp(.75rem,0 + 2.5vw,1.875rem);
  }

.cib-sub-content-banner
  {
    font-family:Roboto, sans-serif;
    font-size:clamp(1rem,1rem + 0.75vw,0.65rem);
    font-weight: 300; 
    margin-bottom:clamp(1.125rem,.5417rem + 1.9444vw,2rem);
  }

#can-i-build-section
  {
    display:flex;
    margin:0 auto;
    width: clamp:(300px, 100%, 1680px);
  }

.cib-image-banner
{
  position:relative;
  width:60%
}

.cib-image-banner>img
 {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   object-fit:cover;
   object-position:50% 62%;
   filter:saturate(1.4)
 }

.cib-image-banner::after
  {
   content:'';
   padding-top:52%;
   display:block;
  }

.cib-instruction-banner
  {
    font-size:clamp(1rem,1rem + .15vw,1.25rem);
    margin-bottom:24px;
    line-height:1.6;
    font-weight:400;
  }

.simplesearch-result {
    padding-bottom: 20px;
    border-bottom: 1px dotted black;
}  

.simplesearch-result h3{
    margin-top: 20px;
}

@media(max-width:991px)
  {
    .cib-content-banner{width:100%}
    .cib-image-banner::after{padding-top:24%;min-height:220px}
  }
@media (max-width: 1023px) {
	.flex-container-lg {
		flex-direction: column;
	}
	.flex-container-lg [class^="flex-item-"]{
		width: 100%;
		padding: 15px 0;
	}
	.flex-container-lg [class^="flex-item-"]:first-child {
		padding-top: 0;
	}
	.flex-container-lg [class^="flex-item-"]:last-child {
		padding-bottom: 0;
	}
	.virtual-tour-category .virtual-tour-container {
		justify-content: space-around;
	}
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
	.flex-container-md {
		flex-direction: column;
	}
	.flex-container-md [class^="flex-item-"]{
		width: 100%;
		padding: 15px 0;
	}
	.flex-container-md [class^="flex-item-"]:first-child {
		padding-top: 0;
	}
	.flex-container-md [class^="flex-item-"]:last-child {
		padding-bottom: 0;
	}
	h1 {
		font-size: 40px;+++
	}
	.btn-image {
		width: 205px;
	}
	.newscontent {
		column-count: 1;
	}
	.main-2column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.display-location-panel, .rtl-panel, .vt-panel {
		min-width: 100%;
	}
	.mobile-buttons {
		display: flex;
		position: sticky;
		bottom: 0;
		width: 100%;
		color: white;
		font-size: 12px;
		font-weight: 700;
		padding: 20px 0;
		background: linear-gradient(#0b7cd0, #2ea4fd);
		z-index: 10;
	}
	.mobile-buttons a {
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mobile-buttons img {
		height: 35px;
		margin-bottom: 10px;
	}
	.mobile-buttons span {
		text-align: center;
	}
	.popular-designs-container-inner {
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		display: flex;
	}
	.popular-designs-container-outer .scroll-left, .popular-designs-container-outer .scroll-right {
		width: 30px;
	}
	.testimonial-meta {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
}

@media (max-width: 639px) {
	.flex-container-sm {
		flex-direction: column;
	}
	.flex-container-sm [class^="flex-item-"]{
		width: 100%;
		padding: 15px 0;
	}
	.flex-container-sm [class^="flex-item-"]:first-child {
		padding-top: 0;
	}
	.flex-container-sm [class^="flex-item-"]:last-child {
		padding-bottom: 0;
	}
	.topheader a {
		padding-left: 7px;
		padding-right: 7px;
	}
	.topheader a:first-child {
		padding-left: 0;
	}
	.topheader a:last-child {
		padding-right: 0;
	}
	.topheader .link-login span {
		display:  none;
	}
	.topheader .link-login i {
		display: inline;
	}
	.footer-links-container {
		flex-direction: column;
	}
	.footer-links {
		padding-bottom: 5px;
		text-align: center;
	}
	.footer-links :not(:first-child) {
		display: none;
	}
	.flex-container {
		flex-direction: column;
	}
	input, select {
		width: auto;
	}
	.btn-med {
		font-size: 16px;
	}
	.breadcrumbs {
		display: none;
	}
	#rtl-panels .rtl-panel {
		min-width: auto;
	}
	#vt-panels .vt-panel {
		min-width: auto;
	}
}