@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { height:41px; text-align:left; background:rgba(0,0,0,0.0); border-bottom:1px solid #7a5d2d; border-radius:0; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { border-bottom-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; height: 194px;overflow: hidden;
overflow-y: scroll; width: 218px;}
.custom-select1 .select-items div { color:#d99f44; padding:10px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d99f44;}
.custom-select1 .select-selected { color:#d99f44; transition:all 0.25s ease-out 0s; padding:9px 0 9px 0;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:12px; height:8px; background:url(../images/down1-gold-plain-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.custom-select1:hover .select-selected:after { background:url(../images/down2-white-plain-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:15px; letter-spacing:0;}

.enquiry-wrapp .custom-select1 { width:24.32%; float:right; border:1px solid #d99f44; border-radius:6px;}
.enquiry-wrapp .custom-select1:hover { background:#d99f44; border-bottom-color:#ffffff;}
.enquiry-wrapp .custom-select1 .select-selected { color:#d99f44; padding:8px 6.6% 8px 6.6%;}
.enquiry-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:6%;}

.sidbar-wrapp .custom-select1 { width:100%; height:43px; float:left; border:1px solid #ffffff; border-radius:6px; margin:0 0 15px;}
.sidbar-wrapp .custom-select1:hover { background:#ffffff; border-bottom-color:#d99f44;}
.sidbar-wrapp .custom-select1 .select-selected { color:#ffffff; padding:9px 16px 9px 16px;}
.sidbar-wrapp .custom-select1:hover .select-selected { color:#d99f44;}
.sidbar-wrapp .custom-select1 .select-selected:after { right:6%;}
.sidbar-wrapp .custom-select1 .select-selected:after { background:url(../images/down2-white-plain-arrow.svg) no-repeat center / 100%;}
.sidbar-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down1-gold-plain-arrow.svg) no-repeat center / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { height:38px; text-align:center; border:1px solid #ebcc9b; border-radius:6px; position:relative; z-index:999;}
.custom-select1:hover { background:#dba552; border-color:#dba552;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.enquiry-wrapp .custom-select1 { width:100%; margin:0 0 4.2%;}

.sidbar-wrapp .custom-select1 { text-align:left;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { height:38px; text-align:center; border:1px solid #ebcc9b; border-radius:6px; position:relative; z-index:999;}
.custom-select1:hover { background:#dba552; border-color:#dba552;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.enquiry-wrapp .custom-select1 { width:48%; margin:0 0 4.2%;}

.sidbar-wrapp .custom-select1 { text-align:left;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { height:38px; text-align:center; border:1px solid #ebcc9b; border-radius:6px; position:relative; z-index:999;}
.custom-select1:hover { background:#dba552; border-color:#dba552;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.enquiry-wrapp .custom-select1 { width:48%; margin:0 0 4.2%;}

.sidbar-wrapp .custom-select1 { text-align:left;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { height:36px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:8px 4.6% 8px 4.6%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { height:38px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:8px 4.6% 8px 4.6%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { height:39px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:8px 4.6% 8px 4.6%;}
}