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

.custom-select1 { width:260px; float:left; text-align:left; background:none; border:1px solid rgba(0,102,94,0.2); border-radius:35px; transition:all 0.25s ease-out 0s; margin:0 12px 0 0; position:relative;}
.custom-select1:hover { background:#00665e; border-color:#00665e;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:144px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:999;}
.custom-select1 .select-items div { color:#00665e; transition:all 0.25s ease-out 0s; padding:16px 30px 16px 30px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#00665e;}
.custom-select1 .select-selected { color:#00665e; transition:all 0.25s ease-out 0s; padding:16px 30px 16px 30px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:11px; height:7.5px; background:url(../images/down-emerald-stone-white-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:23px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-emerald-stone-white-plain-arrow.svg) no-repeat bottom center / 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:#00665e; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:11px; font-weight:600; letter-spacing:1px; text-transform:uppercase;}

.enquiry-col2 .custom-select1 { width:100%; text-align:center; background:none; border:none; border-bottom:1px solid rgba(255,255,255,0.3); border-radius:0; margin:0 0 66px;}
.enquiry-col2 .custom-select1 .select-items div { color:#bf976e; padding:16px 2% 16px 2%;}
.enquiry-col2 .custom-select1 .select-selected { color:#ffffff; padding:27px 2% 27px 2%;}
.enquiry-col2 .custom-select1:hover .select-selected { color:rgba(255,255,255,0.5);}
.enquiry-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-white-plain-arrow.svg) no-repeat top center / 100%; right:15px;}
.enquiry-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-white-white-plain-arrow.svg) no-repeat bottom center / 100%;}



.sidbar-wrapp .custom-select1 { background:#00665e; border-color:#00665e;}
.sidbar-wrapp .custom-select1:hover { background:none; border-color:#00665e;}
.sidbar-wrapp .custom-select1 .select-selected { color:#ffffff;}
.sidbar-wrapp .custom-select1 .select-selected:hover { color:#00665e;}
.sidbar-wrapp .custom-select1 .select-selected:after { background:url("../images/down-green-white-plain-arrow1.svg") no-repeat top center / 100%; right:15px;}
.sidbar-wrapp .custom-select1:hover .select-selected:after { background:url("../images/down-green-white-plain-arrow1.svg") no-repeat bottom center / 100%;}
.sidbar-wrapp .custom-select1:hover .select-selected {color: #00665e;}

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

.enquiry-col2 .custom-select1 { width:100%; margin:0 0 30px;}
.enquiry-col2 .custom-select1 .select-items div { color:#bf976e; padding:18px 2% 18px 2%;}
.enquiry-col2 .custom-select1 .select-selected { color:#ffffff; padding:18px 2% 18px 2%;}
.enquiry-col2 .custom-select1 .select-selected:after { right:5%;}
} 

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

.enquiry-col2 .custom-select1 { width:48%; margin:0 0 30px;}
.enquiry-col2 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col2 .custom-select1 .select-items div { color:#bf976e; padding:19px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected { color:#ffffff; padding:19px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected:after { right:5%;}
}

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

.enquiry-col2 .custom-select1 { width:48%; margin:0 0 30px;}
.enquiry-col2 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col2 .custom-select1 .select-items div { color:#bf976e; padding:19px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected { color:#ffffff; padding:19px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected:after { right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:166px; margin:0 8px 0 0;}
.custom-select1 .select-items div { padding:16px 20px 16px 20px;}
.custom-select1 .select-selected { padding:16px 20px 16px 20px;}
.custom-select1 .select-selected:after { width:9px; right:15px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:9px; letter-spacing:0.60px;}

.enquiry-col2 .custom-select1 { margin:0 0 52px;}
.enquiry-col2 .custom-select1 .select-items div { padding:20px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected { padding:20px 2% 20px 2%;}
.enquiry-col2 .custom-select1 .select-selected:after { right:9px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:197px; margin:0 10px 0 0;}
.custom-select1 .select-items div { padding:16px 25px 16px 25px;}
.custom-select1 .select-selected { padding:16px 25px 16px 25px;}
.custom-select1 .select-selected:after { width:10px; right:19px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.80px;}

.enquiry-col2 .custom-select1 { margin:0 0 59px;}
.enquiry-col2 .custom-select1 .select-items div { padding:23.5px 2% 23.5px 2%;}
.enquiry-col2 .custom-select1 .select-selected { padding:23.5px 2% 23.5px 2%;}
.enquiry-col2 .custom-select1 .select-selected:after { right:12px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:228px;}
}