@charset "utf-8";

/* CSS Document */
.custom-select1 { text-align:left; background:#7d7d7d; border:1px solid #7d7d7d; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:160px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#7d7d7d; transition:all 0.25s ease-out 0s; padding:11px 23px 11px 23px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#7d7d7d;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:11px 23px 11px 23px;}
.custom-select1:hover .select-selected { color:#7d7d7d;}
.custom-select1 .select-selected:after { content:""; width:12px; height:7px; 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:15px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-grey-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; letter-spacing:1.5px; text-transform:uppercase;}
.banner-col2 .custom-select1 { background:#ffffff; border:1px solid #ffffff;}
.banner-col2 .custom-select1:hover { background:#7d7d7d; border-color:#7d7d7d;}
.banner-col2 .custom-select1 .select-selected { color:#7d7d7d;}
.banner-col2 .custom-select1:hover .select-selected { color:#ffffff;}
.banner-col2 .custom-select1 .select-selected:after { background:url(../images/down-grey-plain-arrow.svg) no-repeat center / 100% 100%;}
.banner-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.enquiry-col1 .custom-select1 { width:32.2%; float:left; text-align:center; background:none; border:none; border-bottom:1px solid #ffffff; border-radius:0; margin:0 1.7% 0 0;}
.enquiry-col1 .custom-select1 .select-items div { padding:18px 2% 19px 2%;}
.enquiry-col1 .custom-select1 .select-selected { color:rgba(255,255,255,0.5); padding:18px 2% 19px 2%;}
.enquiry-col1 .custom-select1 .select-selected:after { background:url(../images/down-pale-grey-plain-arrow.svg) no-repeat center / 100% 100%;}

.conten-wrapp .sidbar-wrapp .custom-select1 { width:100%; float:left; text-align:left; background:none; border:none; border-bottom:1px solid #ffffff; border-radius:0; margin:0 1.7% 0 0;}
.conten-wrapp .sidbar-wrapp .custom-select1:hover { color:#7d7d7d; background:none; border-color:#ffffff;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-items div { padding:10px 2% 10px 2%;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-selected { color:rgba(255,255,255,0.5); padding:18px 2% 19px 2%;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-selected:after { background:url(../images/down-pale-grey-plain-arrow.svg) no-repeat center / 100% 100%;}

.conten-wrapp .custom-select1 { text-align:left; background:#7d7d7d; border:1px solid #7d7d7d; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.conten-wrapp .custom-select1:hover { color:#7d7d7d; background:#ffffff; border-color:#7d7d7d;}

.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: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #7d7d7d; border-radius: 25px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; background:none; border:1px solid rgba(255,255,255,0.5); margin:15px 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 11px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.85px;}
.enquiry-col1 .custom-select1 { width:100%; margin:0 0 0;}
.enquiry-col1 .custom-select1 .select-items div { padding:15px 2% 15px 2%;}
.enquiry-col1 .custom-select1 .select-selected { color:rgba(255,255,255,0.5); padding:15px 2% 15px 2%;}
.custom-select1 .select-items {height: 147px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:48%; float:left; text-align:center; background:none; border:1px solid rgba(255,255,255,0.5); margin:0 0 0;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 11px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.85px;}
.enquiry-col1 .custom-select1 { width:48%; margin:0 0 0;}
.enquiry-col1 .custom-select1 .select-items div { padding:15px 2% 15px 2%;}
.enquiry-col1 .custom-select1 .select-selected { color:rgba(255,255,255,0.5); padding:15px 2% 15px 2%;}
.custom-select1 .select-items {height: 147px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; float:left; text-align:center; background:none; border:1px solid rgba(255,255,255,0.5); margin:0 0 0;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 11px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.85px;}
.enquiry-col1 .custom-select1 { width:48%; margin:0 0 0;}
.enquiry-col1 .custom-select1 .select-items div { padding:15px 2% 15px 2%;}
.enquiry-col1 .custom-select1 .select-selected { color:rgba(255,255,255,0.5); padding:15px 2% 15px 2%;}
.custom-select1 .select-items {height: 147px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:11px 19px 11px 19px;}
.custom-select1 .select-selected { padding:11px 19px 11px 19px;}
.custom-select1 .select-selected:after { width:10px; right:11px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.65px;}
.enquiry-col1 .custom-select1 .select-items div { padding:15px 2% 15px 2%;}
.enquiry-col1 .custom-select1 .select-selected { padding:15px 2% 15px 2%;}
.custom-select1 .select-items {height: 145px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:11px 21px 11px 21px;}
.custom-select1 .select-selected { padding:11px 21px 11px 21px;}
.custom-select1 .select-selected:after { width:11px; right:13px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:0.85px;}
.enquiry-col1 .custom-select1 .select-items div { padding:17px 2% 17px 2%;}
.enquiry-col1 .custom-select1 .select-selected { padding:17px 2% 17px 2%;}
.custom-select1 .select-items {height: 152px;}
}

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

}