@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { background:none; border:1px solid rgba(250,250,250,0.58); border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#d4cb9c; border-color:#d4cb9c;}
.custom-select1 .select-items { max-height:165px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#d4cb9c; transition:all 0.25s ease-out 0s; padding:12px 20px 12px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d4cb9c;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:14px 22px 14px 22px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:19px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:600; letter-spacing:0.20px; text-transform:uppercase;}

.enquiry-wrapp .custom-select1 { width:21.61%; float:left; text-align:left; border:none; border-bottom:2px solid #d4cb9c; border-radius:0;}
.enquiry-wrapp .custom-select1:hover { background:none; border-bottom:2px solid #d4cb9c;}
.enquiry-wrapp .custom-select1 .select-selected:after { background:url(../images/down-gold-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.enquiry-wrapp .custom-select1 .select-selected { color:#353b42; padding:26px 0 27px 0;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-weight:500; letter-spacing:0.26px; text-transform:inherit;}

.sidbar-wrapp .custom-select1 { width:100%; float:left; text-align:left; border:none; border-bottom:2px solid #d4cb9c; border-radius:0;}
.sidbar-wrapp .custom-select1:hover { background:none; border-bottom:2px solid #d4cb9c;}
.sidbar-wrapp .custom-select1 .select-items { max-height:169px;}
.sidbar-wrapp .custom-select1 .select-selected:after { background:url(../images/down-gold-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.sidbar-wrapp .custom-select1 .select-selected { color:#353b42; padding:26px 0 27px 0;}
.sidbar-wrapp .custom-select1 .select-items div, .sidbar-wrapp .custom-select1 .select-selected { font-weight:500; letter-spacing:0.26px; text-transform:inherit;}

.refer-wrapp .custom-select1 { width:285px; background:#d4cb9c; border:1px solid #d4cb9c; border-radius:24px;}

 
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about { background:#d4cb9c; border:1px solid #d4cb9c; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99; max-width: 300px; margin: 0 auto;}
.custom-about:hover { background:#ffffff; border-color:#d4cb9c;}
.custom-about .select-items { max-height:152px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-about .select-items div { color:#d4cb9c; transition:all 0.25s ease-out 0s; padding:12px 10px 12px 18px;}
.custom-about .select-items div:hover { color:#ffffff; background:#d4cb9c;}
.custom-about .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:14px 20px 14px 20px;}
.custom-about:hover .select-selected { color:#d4cb9c;}
.custom-about .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:19px;}
.custom-about:hover .select-selected:after { background:url(../images/down-gold-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; font-size:12px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-align: center;}




/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.20px;}

.enquiry-wrapp .custom-select1 { width:100%; text-align:center;}
.enquiry-wrapp .custom-select1 .select-selected { padding:17px 0 17px 0;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:5%;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}
.sidbar-wrapp .custom-select1 { text-align:center;}


.custom-about { max-width: 100%;}
.custom-about .select-items div { padding:11px 5% 11px 5%;}
.custom-about .select-selected { padding:14px 5% 14px 5%;}
.custom-about .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:11px; letter-spacing:1.20px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.20px;}

.enquiry-wrapp .custom-select1 { width:48%; text-align:center;}
.enquiry-wrapp .custom-select1 .select-selected { padding:17px 0 17px 0;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:5%;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}
.sidbar-wrapp .custom-select1 { text-align:center;}

.custom-about { max-width: 250px;}
.custom-about .select-items div { padding:11px 5% 11px 5%;}
.custom-about .select-selected { padding:14px 5% 14px 5%;}
.custom-about .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:11px; letter-spacing:1.20px;}


}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.20px;}

.enquiry-wrapp .custom-select1 { width:48%; text-align:center;}
.enquiry-wrapp .custom-select1 .select-selected { padding:17px 0 17px 0;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:5%;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:12px;}
.sidbar-wrapp .custom-select1 { text-align:center;}

.custom-about { max-width: 260px;}
.custom-about .select-items div { padding:11px 5% 11px 5%;}
.custom-about .select-selected { padding:14px 5% 14px 5%;}
.custom-about .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:1.20px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items {height: 155px;}
.custom-select1 .select-items div { padding:12px 7px 12px 7px;}
.custom-select1 .select-selected { padding:14px 16px 14px 16px;}
.custom-select1 .select-selected:after { right:13px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:normal;}

.enquiry-wrapp .custom-select1 .select-selected { padding:20px 0 21px 0;}

.custom-about .select-items div { padding:11px 14px 11px 14px;}
.custom-about .select-selected { padding:14px 16px 14px 16px;}
.custom-about .select-selected:after { right:13px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:1.20px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items {height: 160px;}
.custom-select1 .select-items div { padding:12px 14px 12px 14px;}
.custom-select1 .select-selected { padding:14px 19px 14px 19px;}
.custom-select1 .select-selected:after { right:16px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; /*letter-spacing:1.60px;*/}

.enquiry-wrapp .custom-select1 .select-selected { padding:23px 0 24px 0;}

.custom-about .select-items div { padding:11px 19px 11px 19px;}
.custom-about .select-selected { padding:14px 19px 14px 19px;}
.custom-about .select-selected:after { right:16px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:1.60px;}



}

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

}