@charset "utf-8";
/* CSS Document */

.custom-select1 { width:308px; float:none; background:none; border:1px solid rgba(0,0,0,0); border-radius:58px; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 8px 0 0; position:relative; z-index:99;}
.custom-select1:first-child { width:200px;}
.custom-select1:nth-child(2n) { z-index:9;}
.custom-select1:last-child { margin-right:0;}
.custom-select1:hover { background:none; border:1px solid rgba(0,0,0,0);}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:180px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#1f1f1f; transition:all 0.25s ease-out 0s; padding:19px 40px 19px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%);}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:19px 40px 19px 20px;}
.custom-select1:hover .select-selected { color:#c69154;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:700; letter-spacing:3.25px; line-height:normal; text-transform:uppercase;}

.enquiry-row1 .custom-select1 { width:48.8%; float:left; background:#f8f8f8; border:1px solid #f8f8f8; border-radius:5px; margin:0 0 2%; position:relative; z-index:99;}
.enquiry-row1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-row1 .custom-select1 .select-items div { padding:16px 9.7% 15px 9.7%;}
.enquiry-row1 .custom-select1 .select-selected { color:#1f1f1f; padding:16px 9.7% 15px 9.7%;}
.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected { font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal; text-transform:inherit;}

.custom-col1 { width:100%; float:left; margin:0 0 40px;}
.custom-col1 .custom-select1 { width:329px;}
.custom-col1 .custom-select1 .select-selected { color:#1f1f1f; padding:19px 40px 19px;}
.custom-col1 .custom-select1:hover .select-selected { color:#ffffff;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 {
	width: 100%;
	background: none;
	border: 1px solid rgba(0,0,0,0);
	margin: 4.2% 0 0;
	z-index:9999;
}

.custom-select1:nth-child(2) {
	z-index:999;
}

.custom-select1:first-child {
	width: 100%;
	margin-top: 0;
}
.custom-select1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:hover:after {
	opacity: 1;
}
.custom-select1 .select-items div { 
	padding: 19px 10% 19px 10%;
}
.custom-select1 .select-selected { 
	padding: 19px 10% 19px 10%;
}
.custom-select1:hover .select-selected { 
	color: #ffffff;
}
.custom-select1 .select-items div, .custom-select1 .select-selected { 
	font-size: 11px;
	letter-spacing: 2.25px;
	line-height: normal;
}

.enquiry-row1 .custom-select1 {
	width: 100%;
	margin: 0 0 4.2%;
}
.enquiry-row1 .custom-select1:after {
	display: none;
}
.enquiry-row1 .custom-select1:before {
	display: none;
}
.enquiry-row1 .custom-select1 .select-items div {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-selected {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected {
	font-size: 14px;
	line-height: normal;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 {
	width: 100%;
	background: none;
	border: 1px solid rgba(0,0,0,0);
	margin: 4.2% 0 0;
	z-index:9999;
}
.custom-select1:nth-child(2) {
	z-index:999;
}
.custom-select1:first-child {
	width: 100%;
	margin-top: 0;
}
.custom-select1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:hover:after {
	opacity: 1;
}
.custom-select1 .select-items div { 
	padding: 19px 10% 19px 10%;
}
.custom-select1 .select-selected { 
	padding: 19px 10% 19px 10%;
}
.custom-select1:hover .select-selected { 
	color: #ffffff;
}
.custom-select1 .select-items div, .custom-select1 .select-selected { 
	font-size: 11px;
	letter-spacing: 2.25px;
	line-height: normal;
}

.enquiry-row1 .custom-select1 {
	width: 100%;
	margin: 0 0 4.2%;
}
.enquiry-row1 .custom-select1:after {
	display: none;
}
.enquiry-row1 .custom-select1:before {
	display: none;
}
.enquiry-row1 .custom-select1 .select-items div {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-selected {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected {
	font-size: 14px;
	line-height: normal;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 {
	width: 48%;
	float: left;
	background: none;
	border: 1px solid rgba(0,0,0,0);
	margin: 4.2% 0 0;
}
.custom-select1:first-child {
	width: 48%;
	margin-top: 0;
}
.custom-select1:nth-child(2) {
	margin-top: 0; z-index:999;
}
.custom-select1:nth-child(2n) {
	float: right;
}
.custom-select1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg,rgba(104, 53, 22, 1) 0%, rgba(230, 173, 102, 1) 50%, rgba(104, 53, 22, 1) 100%) border-box;
	border-radius: 50px;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.custom-select1:hover:after {
	opacity: 1;
}
.custom-select1 .select-items div { 
	padding: 19px 10% 19px 10%;
}
.custom-select1 .select-selected { 
	padding: 19px 10% 19px 10%;
}
.custom-select1:hover .select-selected { 
	color: #ffffff;
}
.custom-select1 .select-items div, .custom-select1 .select-selected { 
	font-size: 11px;
	letter-spacing: 2.25px;
	line-height: normal;
}

.enquiry-row1 .custom-select1 {
	width: 48%;
	margin: 0 0 4.2%;
}
.enquiry-row1 .custom-select1:nth-child(2n) {
	float: right;
}
.enquiry-row1 .custom-select1:after {
	display: none;
}
.enquiry-row1 .custom-select1:before {
	display: none;
}
.enquiry-row1 .custom-select1 .select-items div {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-selected {
	padding: 16px 10% 15px 10%;
}
.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected {
	font-size: 14px;
	line-height: normal;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:276px; margin:0 0 0 4px;}
.custom-select1:first-child { width:168px; margin-left:0;}
.custom-select1 .select-items div { padding:19px 24px 19px 24px;}
.custom-select1 .select-selected { padding:19px 24px 19px 24px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:2.25px; line-height:normal;}

.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected { font-size:14px;}

.custom-col1 .custom-select1 { width:329px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:292px; margin:0 0 0 6px;}
.custom-select1:first-child { width:184px; margin-left:0;}
.custom-select1 .select-items div { padding:19px 32px 19px 32px;}
.custom-select1 .select-selected { padding:19px 32px 19px 32px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:2.75px; line-height:normal;}

.enquiry-row1 .custom-select1 .select-items div, .enquiry-row1 .custom-select1 .select-selected { font-size:15px;}

.custom-col1 .custom-select1 { width:329px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { margin:0 0 0 6px;}
.custom-select1:first-child { margin-left:0;}
}