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

.custom-select1 { text-align:left; background:#ffffff; border:1px solid #ffffff; border-radius:34px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#58595b; border-color:#58595b;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:141px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#151515; transition:all 0.25s ease-out 0s; padding:14px 26px 13px 26px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#151515;}
.custom-select1 .select-selected { color:#58595b; transition:all 0.25s ease-out 0s; padding:14px 26px 13px 26px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:22px; height:22px; background:url(../images/down-grey-white-circle-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:16px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-grey-white-circle-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#aa8f51; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:700; letter-spacing:normal; line-height:normal;}

.enquiry-col1 .custom-select1 { width:48.4%; float:left; text-align:center; background:none; border:none; border-bottom:1px solid rgba(88,89,91,0.5); border-radius:0; margin:0 0 8px;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-items { max-height:143px;}
.enquiry-col1 .custom-select1 .select-selected { padding:18px 0 19px 0;}
.enquiry-col1 .custom-select1:hover .select-selected { color:#151515;}
.enquiry-col1 .custom-select1 .select-selected:after { background:url(../images/down-grey-black-border-circle-arrow.svg) no-repeat top / 100%; right:0;}
.enquiry-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-grey-black-border-circle-arrow.svg) no-repeat bottom / 100%;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:14px; font-weight:400;}

.enquiry-wrapp2 .enquiry-col1 .custom-select1 { width:23.8%;}

.filter-col1 .custom-select1 { border:1px solid #58595b;}

.custom-about { text-align:left; background:#ffffff; border:1px solid #58595b; border-radius:34px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-about:hover { background:#58595b; border-color:#58595b;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items { max-height:141px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-about .select-items div { color:#151515; transition:all 0.25s ease-out 0s; padding:14px 26px 13px 26px;}
.custom-about .select-items div:hover { color:#ffffff; background:#151515;}
.custom-about .select-selected { color:#58595b; transition:all 0.25s ease-out 0s; padding:14px 26px 13px 26px;}
.custom-about:hover .select-selected { color:#ffffff;}
.custom-about .select-selected:after { content:""; width:22px; height:22px; background:url(../images/down-grey-white-circle-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:16px;}
.custom-about:hover .select-selected:after { background:url(../images/down-grey-white-circle-arrow.svg) no-repeat bottom / 100%;}
.custom-about .select-items::-webkit-scrollbar { width:6px;}
.custom-about .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-about .select-items::-webkit-scrollbar-thumb { background:#aa8f51; border-radius:0;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; font-size:13px; font-weight:700; letter-spacing:normal; line-height:normal;}


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

.custom-about { text-align:center; margin:0 0 4.2%;}
.custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px; text-transform:uppercase;}

.enquiry-col1 .custom-select1 { width:100%; margin:0 0 4px;}
.enquiry-col1 .custom-select1 .select-selected { padding:15px 0 15px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px; text-transform:inherit;}

.enquiry-wrapp2 .enquiry-col1 .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; text-transform:uppercase;}

.custom-about { text-align:center; margin:0 0 4.2%;}
.custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px; text-transform:uppercase;}

.enquiry-col1 .custom-select1 { width:48%; margin:0 0 4px;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-selected { padding:15px 0 15px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px; text-transform:inherit;}

.enquiry-wrapp2 .enquiry-col1 .custom-select1 { width:48%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; text-transform:uppercase;}

.custom-about { text-align:center; margin:0 0 4.2%;}
.custom-about .select-selected:after { width:16px; height:16px; margin:0 0 0; position:absolute; right:5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px; text-transform:uppercase;}

.enquiry-col1 .custom-select1 { width:48%; margin:0 0 4px;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-selected { padding:15px 0 15px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px; text-transform:inherit;}

.enquiry-wrapp2 .enquiry-col1 .custom-select1 { width:48%;}
}

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

.custom-about .select-selected:after { width:16px; height:16px; right:12px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:11px;}

.enquiry-col1 .custom-select1 { margin:0 0 4px;}
.enquiry-col1 .custom-select1 .select-selected { padding:12px 0 12px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px;}
}

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

.custom-about .select-selected:after { width:19px; height:19px; right:14px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:12px;}


.enquiry-col1 .custom-select1 { margin:0 0 6px;}
.enquiry-col1 .custom-select1 .select-selected { padding:16px 0 16px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:13px;}
}

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

}