<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.showroomsectionconainer {
    margin: auto;
    width: 100%;
    text-align: center;
    max-width:  1147px;
    padding: 0 0 0px;
}
.showroompagemainhead .showroomsectionconainer {
    max-width: 1000px;
}
.showroomsectionconainer h1 {
	font-family: 'Spectral';
    font-style: italic;
    font-weight: normal;
    position: relative;
    font-size: 35px;
    padding: 0 0 17px;
    margin: 29.19px 0 44.97px;
	text-align: center;
}
.showroomsectionconainer h1::after {
    background: #b5a27a;
    content: "";
    height: 2px;
    width: 21.4%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.showroomsectionconainer p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 23px;
    text-align: center;
    text-align-last: center;
    color: #000000e5;
}
.showroom-seaction h2, .showroom-seaction h3 {
	font-family: 'Spectral';
    font-weight: 500;
    position: relative;
    font-size: 36px;
    padding: 0 0 17px;
    margin: 29.19px 0 44.97px;
	text-align: center;
}
.showroom-seaction h2::after , .showroom-seaction h3::after {
    background: #b5a27a;
    content: "";
    height: 2px;
    width: 21.4%;
	min-width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ExpertAdvice {
    clear: both;
    padding: 50px 0 40px;
    display: block;
    width: 100%;
}
.ExpertAdvice .showroomsectionconainer {
    display: flex;
    padding: 60px 40px 40px 40px;
    border-top: 2px solid #b5a27a;
}
.ExpertAdviceTxt {
	width: 45%;
    padding: 5% 13% 5% 3%;
}
.ExpertAdviceImg {
    width: 55%;
}
.showroom_thumb_img {
    margin-top: 10px;
}
.showroom_thumb_img ul {
    display: flex;
	justify-content: space-around;
    width: 100%;
}
.showroom_thumb_img ul li {
    margin-right: 5px;
    width: 24%;
}
.showroom_main_img img, .showroom_thumb_img img{
    width: 100%;
}
.Appointmentsection {
    clear: both;
    padding: 0 0 40px;
    display: block;
    width: 100%;
	position: relative;
}
.Appointmentsection .Appointmentsectionbanner {
    width: 100%;
}
.Appointmentsection .Appointmentsectionbanner img {
    object-fit: cover;
    width: 100%;
}
.Appointmentsection .bespokecontainer {
    max-width:  1147px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    transform: translateY(-50%);
    margin: auto;
}
.Appointmentsection .absolutebox {
    max-width: 40%;
    float: right;
    width: 100%;
    background: rgb(0,0,0,0.6);
    text-align: center;
    padding: 20px 40px 40px 40px;
    color: #fff;
}
.Appointmentsection .absolutebox h3::after{background: #fff;}
.Appointmentsection .absolutebox p {
    margin-bottom: 20px;
    padding: 0 20px;
}
.Appointmentsection .absolutebox a.btn {
    background: #FFF;
    width: 100%;
    display: inline-block;
    padding: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #b5a27a;
    border: 1px solid #000;
}
.Appointmentsection .absolutebox h3 {
    margin-top: 0;
}
.FindUs {
    clear: both;
    padding: 0 0 40px;
    display: block;
    width: 100%;
    position: relative;
}
.FindUs .showroomsectionconainer {
    display: flex;
    width: 100%;
}
.FindUs .FindUsTxt {
    width: 45%;
}
.FindUs .FindUsIframe {
    width: 55%;
}
.FindUs .FindUsIframe iframe {
    width: 100%;
    min-height: 500px;
}


@media (max-width: 1450px){
	.Appointmentsection .absolutebox{padding: 20px 25px 30px 25px;}
	.showroom-seaction h2, .showroom-seaction h3{font-size: 30px;margin: 20px 0 30px}
}

@media (max-width: 1300px){

}

@media (max-width: 1250px){
	.Appointmentsection .bespokecontainer{width: 90%;}
	.Appointmentsection .Appointmentsectionbanner img {
		min-height: 600px;
	}
	.showroom-seaction h2, .showroom-seaction h3{font-size: 28px;}
	.showroomsectionconainer p{ font-size:14px;}
	.FindUs .showroomsectionconainer{max-width: 90%;}
}

@media (max-width: 1100px){
	.Appointmentsection .absolutebox{max-width: 45%;}
	.Appointmentsection .Appointmentsectionbanner img {
		object-fit: cover;
		width: 100%;
		min-height: 550px;
	}
	.showroompagemainhead .showroomsectionconainer {
		max-width: 80%;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.ExpertAdvice{width: 95%;margin: 0 auto;}
	.ExpertAdviceTxt {
		padding: 2% 4% 5% 0;
	}
	.Appointmentsection .bespokecontainer{width: 95%;}
	.Appointmentsection .absolutebox{padding: 10px 15px 15px 15px;}
	.Appointmentsection .absolutebox a.btn{padding: 12px;}
	
}

@media (max-width: 767px){
	.showroompagemainhead {
		margin-bottom: 40px;
	}
	.ExpertAdvice{padding: 30px 0 10px;border-top: 2px solid #b5a27a;border-bottom: 2px solid #b5a27a;margin-bottom: 40px;}
	.ExpertAdvice .showroomsectionconainer{border: 0;}
	.showroom-seaction h2, .showroom-seaction h3{font-size: 36px;}
	.ExpertAdvice .showroomsectionconainer{ padding:10px 40px 0 40px;flex-direction: column;}
	.ExpertAdviceTxt{ width:100%;padding: 5%;order: 2;}
	.ExpertAdviceImg { width:100%;order: 1;}
	.showroom-seaction p {
		font-size: 16px;
	}
	.Appointmentsection {
		display: inline-block;
		border-bottom: 2px solid #b5a27a;
		padding: 0 0 10px;
		margin-bottom: 30px;
	}
	.Appointmentsection .Appointmentsectionbanner{padding: 20px 0;}
	.Appointmentsection .bespokecontainer{ position:relative}
	.Appointmentsection .absolutebox {
		max-width: 100%;
		background: transparent;
		color: #000;
	}
	.Appointmentsection .Appointmentsectionbanner img{min-height: auto;}
	.Appointmentsection .absolutebox p{ padding:0;}
	.Appointmentsection .absolutebox a.btn {
		font-size: 18px;
		padding: 15px;
		color: #FFF;
		border: 0px solid #000;
		background: #b5a27a;
	}
	.FindUs .showroomsectionconainer {
		display: flex;
		flex-direction: column;
		max-width: 100%;
	}
	.FindUs .FindUsTxt {
		width: 100%;
	}
	.FindUs .FindUsIframe {
		width: 100%;
		margin-top: 30px;
		padding: 5%;
	}
	.showroomsectionconainer h1::after{width: 35%;max-width: 140px;}
}

@media (max-width: 690px){
	.showroom-seaction p {
		font-size: 15px;
	}
}

@media (max-width: 590px){
	.showroom-seaction p {
		font-size: 14px;
		text-align: center;
	}
	.Appointmentsection .absolutebox a.btn{font-size: 15px;}
}

@media (max-width: 480px){
	.showroom-seaction h2, .showroom-seaction h3 {
		font-size: 30px;
	}
}

@media (max-width: 390px){
	.Appointmentsection .absolutebox a.btn{font-size: 13px;}
}




</pre></body></html>