<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.custom-select1 { text-align:left; background:none; border:none; border-radius:10px; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:99;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:196px;  background:#fcfaf4; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb {max-height:196px; max-width: calc(100% - 8px);}
.custom-select1 .select-items .scrollb div { color:#9e884d; transition:all 0.25s ease-out 0s; padding:16px 17px 16px 17px;}
.custom-select1 .select-items  .scrollb div:hover { color:#fcfaf4; background:#25232b;}
.custom-select1 .select-selected { color:#9e884d; transition:all 0.25s ease-out 0s; padding:16px 17px 16px 17px;}
.custom-select1:hover .select-selected { color:#fcfaf4;}
.custom-select1 .select-selected:after { content:""; width:22px; height:22px; background:url(../images/down-brown-white-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:17px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-brown-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#fcfaf4; box-shadow:inset 1px 0 5px #fcfaf4; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background-image: linear-gradient(to bottom, #9e884d 0%, #cdb576 100%); border-radius:25px;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:400; letter-spacing:normal; line-height:1.14;}

.inner-col3 .custom-select1 { width:60%; float:right; border:1px solid rgba(252,245,225,0.4); margin:0 0 0; z-index: 999;}
.inner-col3 .custom-select1:hover { background:#fcf5e1; border-color:#fcf5e1;}
.inner-col3 .custom-select1 .select-items { background:#fcf5e1;}
.inner-col3 .custom-select1 .select-selected { color:#fcf5e1;}
.inner-col3 .custom-select1:hover .select-selected { color:#9e884d;}
.inner-col3 .custom-select1 .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat top center / 100%;}
.inner-col3 .custom-select1:hover .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat bottom center / 100%;}

.abouts-col3 .custom-select1 { width:50%; float:left; border:1px solid rgba(252,245,225,0.4); margin:0 0 0;}
.abouts-col3 .custom-select1:hover { background:#fcf5e1; border-color:#fcf5e1;}
.abouts-col3 .custom-select1 .select-items { background:#fcf5e1;}
.abouts-col3 .custom-select1 .select-selected { color:#fcf5e1;}
.abouts-col3 .custom-select1:hover .select-selected { color:#9e884d;}
.abouts-col3 .custom-select1 .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat top center / 100%;}
.abouts-col3 .custom-select1:hover .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat bottom center / 100%;}

.sidbar-col1 .custom-select1 .select-selected { color:#fcfaf4; padding:16px 17px 16px 0;}
.sidbar-col1 .custom-select1:hover .select-selected { color:#9e884d;}
.sidbar-col2 .custom-select1:hover .select-selected { color:#9e884d;}

.treat-col3 .custom-select1 { width:50%; float:left; border:1px solid rgba(252,245,225,0.4); margin:0 0 0;}
.treat-col3 .custom-select1:hover { background:#fcf5e1; border-color:#fcf5e1;}
.treat-col3 .custom-select1 .select-items { background:#fcf5e1;}
.treat-col3 .custom-select1 .select-selected { color:#fcf5e1;}
.treat-col3 .custom-select1:hover .select-selected { color:#9e884d;}
.treat-col3 .custom-select1 .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat top center / 100%;}
.treat-col3 .custom-select1:hover .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat bottom center / 100%;}

.enquiry-col1 .custom-select1 { width:37%; margin:0 0 0;}

.filter-col1 .custom-select1 { width:24%; float:left; border:1px solid #9e884d; margin:0 0 0;}
.filter-col1 .custom-select1:hover { background:#9e884d; border-color:#9e884d;}
.filter-col1 .custom-select1 .select-items { background:#fcf5e1;}
.filter-col1 .custom-select1 .select-selected { color:#9e884d;}
.filter-col1 .custom-select1:hover .select-selected { color:#fcf5e1;}
.filter-col1 .custom-select1 .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat top center / 100%;}
.filter-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat bottom center / 100%;}

.teamer-wrapp .filter-col1 .custom-about {width:24%;float:left;border:1px solid #9e884d;margin:0 0 0;cursor: pointer;text-align: left;background:none;border-radius:10px;transition:all 0.25s ease-out 0s;display:inline-block;position:relative;z-index:99;}
.teamer-wrapp .filter-col1 .custom-about:hover { background:#9e884d; border-color:#9e884d;}
.teamer-wrapp .filter-col1 .custom-about .select-items { max-height:196px; overflow-y:scroll; background:#fcf5e1; position:absolute; top:102%; left:0; right:0; z-index:99;}
.teamer-wrapp .filter-col1 .custom-about .select-selected {position: relative; color: #9e884d;transition:all 0.25s ease-out 0s;padding:16px 17px 16px 17px;}
.teamer-wrapp .filter-col1 .custom-about:hover .select-selected { color:#fcf5e1;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { content:""; width:22px; height:22px; background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:17px;}
.teamer-wrapp .filter-col1 .custom-about:hover .select-selected:after { background:url(../images/down-dried-chamomile-white-plain-arrow.svg) no-repeat bottom center / 100%;}

.teamer-wrapp .filter-col1 .custom-about select { display:none;}
.teamer-wrapp .filter-col1 .custom-about .select-hide { display:none;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { cursor:pointer; font-size:15px; font-weight:400; letter-spacing:normal; line-height:1.14;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { color:#9e884d; transition:all 0.25s ease-out 0s; padding:16px 17px 16px 17px;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div:hover { color:#fcfaf4; background:#25232b;}

.scrollbox-rail.scrollbox-horizontal-rail {display: none !important;}

.scrollbox-bar.scrollbox-horizontal-bar{display: none !important;}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.inner-col3 .custom-select1	{ width:100%; border:1px solid #9e884d;}
.inner-col3 .custom-select1 .select-selected { color:#9e884d;}	
.abouts-col3 .custom-select1 { width:100%;}
.enquiry-col1 .custom-select1 { width:100%;}	
.treat-col3 .custom-select1	{ width:100%;}	
.filter-col1 .custom-select1 { width:100%;}	

.teamer-wrapp .filter-col1 .custom-about {width: 100%; text-align: center; margin: 10px 0 0;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { font-size:13px;}
.custom-select1 .select-items .scrollb {max-height:188px; max-width: calc(100% - 8px);}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:13px;}
	
.inner-col3 .custom-select1	{ width:100%; border:1px solid #9e884d;}
.inner-col3 .custom-select1 .select-selected { color:#9e884d;}	
.abouts-col3 .custom-select1 { width:100%;}
.enquiry-col1 .custom-select1 { width:100%;}	
.treat-col3 .custom-select1	{ width:100%;}	
.filter-col1 .custom-select1 { width:100%;}	

.teamer-wrapp .filter-col1 .custom-about {width: 100%; text-align: center; margin: 10px 0 0;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { font-size:13px;}	
.custom-select1 .select-items .scrollb {max-height:190px; max-width: calc(100% - 8px);}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:13px;}
	
.inner-col3 .custom-select1	{ width:100%; border:1px solid #9e884d;}
.inner-col3 .custom-select1 .select-selected { color:#9e884d;}	
.abouts-col3 .custom-select1 { width:100%;}
.enquiry-col1 .custom-select1 { width:100%;}	
.treat-col3 .custom-select1	{ width:100%;}	
.filter-col1 .custom-select1 { width:100%;}	

.teamer-wrapp .filter-col1 .custom-about {width: 100%; text-align: center; margin: 10px 0 0;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected { padding:15px 5% 15px 5%;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { font-size:13px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items  .scrollb div { padding:16px 13px 16px 13px;}
.custom-select1 .select-selected { padding:16px 13px 16px 13px;}
.custom-select1 .select-selected:after { width:18px; height:18px; right:11px;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.enquiry-col1 .custom-select1 { width:43%; margin:0 0 0;}
.inner-col3 .custom-select1	{ width:51%;}
.abouts-col3 .custom-select1 { width:43%;}
.treat-col3 .custom-select1	{ width:65%;}	
.filter-col1 .custom-select1 { width:22%;}	

.teamer-wrapp .filter-col1 .custom-about {width: 26%;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { padding:16px 13px 16px 13px;}
.teamer-wrapp .filter-col1 .custom-about .select-selected { padding:16px 13px 16px 13px;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { width:18px; height:18px; right:11px;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { font-size:13px;}

.filter-col1 .select-selected {padding: 16px 33px 16px 13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items  .scrollb div { padding:16px 15px 16px 15px;}
.custom-select1 .select-selected { padding:16px 15px 16px 15px;}
.custom-select1 .select-selected:after { width:20px; height:20px; right:14px;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.inner-col3 .custom-select1	{ width:54%;}
.abouts-col3 .custom-select1 { width:43%;}
.enquiry-col1 .custom-select1 { width:43%; margin:0 0 0;}
.treat-col3 .custom-select1	{ width:65%;}	
.filter-col1 .custom-select1 { width:22%;}		

.teamer-wrapp .filter-col1 .custom-about { width:26%;}	
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div { padding:16px 15px 16px 15px;}
.teamer-wrapp .filter-col1 .custom-about .select-selected { padding:16px 15px 16px 15px;}
.teamer-wrapp .filter-col1 .custom-about .select-selected:after { width:20px; height:20px; right:14px;}
.teamer-wrapp .filter-col1 .custom-about .select-items  .scrollb div, .teamer-wrapp .filter-col1 .custom-about .select-selected { font-size:14px;}

.filter-col1 .select-selected {padding: 16px 33px 16px 13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

.filter-col1 .select-selected {padding: 16px 42px 16px 13px;}

}


@media screen and (min-width:1241px) and (max-width:1340px) {

.filter-col1 .select-selected {padding: 16px 42px 16px 13px;}

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