@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { text-align:left; background-color:#000000; border:1px solid #000000; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background-color:#ffffff; border:1px solid #000000;}
.custom-select1 .select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#000000; padding:16px 20px 16px 22px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#ffffff; padding:16px 20px 16px 22px;}
.custom-select1:hover .select-selected { color:#000000;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down1-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:17px;}
.custom-select1:hover .select-selected:after { background:url(../images/down2-black-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase;}
.linker-wrapp .custom-select1 { background-color:rgba(255,255,255,0.0); border:1px solid #ffffff;}
.linker-wrapp .custom-select1:hover { background-color:#ffffff; border:1px solid #ffffff;}
.linker-wrapp .custom-select1 .select-items div { padding:15px 17px 14px 23px;}
.linker-wrapp .custom-select1 .select-selected { padding:15px 17px 14px 23px;}
.flinker-wrapp .custom-select1 { background-color:rgba(255,255,255,0.0); border:1px solid rgba(0,0,0,0.3);}
.flinker-wrapp .custom-select1:hover { background-color:#000000; border:1px solid #000000;}
.flinker-wrapp .custom-select1 .select-items { top:inherit; bottom:102%;}
.flinker-wrapp .custom-select1 .select-selected { color:#000000;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { background:url(../images/down2-black-plain-arrow.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down1-white-plain-arrow.svg) no-repeat center / 100% 100%;}

.enquiry-wrapp .custom-select1 { width:100%; float:left; text-align:center; background-color:rgba(255,255,255,0.0); border:1px solid #000000; margin:0 0 10px;}

.sidbar-wrapp .custom-select1 { width:100%; float:left; text-align:center; background-color:rgba(255,255,255,0.0); border:1px solid rgba(0,0,0,0.5); margin:0 0 10px;}
.sidbar-wrapp .custom-select1:hover, .enquiry-wrapp .custom-select1:hover { background-color:#000000; border:1px solid #000000;}
.sidbar-wrapp .custom-select1 .select-selected, .enquiry-wrapp .custom-select1 .select-selected { color:#000000;}
.sidbar-wrapp .custom-select1:hover .select-selected, .enquiry-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.sidbar-wrapp .custom-select1 .select-selected:after, .enquiry-wrapp .custom-select1 .select-selected:after { background:url(../images/down2-black-plain-arrow.svg) no-repeat center / 100% 100%;}
.sidbar-wrapp .custom-select1:hover .select-selected:after, .enquiry-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down1-white-plain-arrow.svg) no-repeat center / 100% 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.60px;}
.enquiry-wrapp .custom-select1 { width:100%; margin:0 0 4.2%;}
.sidbar-wrapp .custom-select1 { width:100%; margin:0 0 4.2%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.60px;}
.enquiry-wrapp .custom-select1 { width:48%; float:right; margin:0 0 4.2%;}
.sidbar-wrapp .custom-select1 { width:48%; float:right; margin:0 0 4.2%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.60px;}
.enquiry-wrapp .custom-select1 { width:48%; float:right; margin:0 0 4.2%;}
.sidbar-wrapp .custom-select1 { width:48%; float:right; margin:0 0 4.2%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { padding:16px 16px 16px 18px;}
.custom-select1 .select-selected:after { right:13px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:9px; letter-spacing:0.60px;}
.linker-wrapp .custom-select1 .select-selected { padding:15px 13px 14px 17px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:14px 12px 14px 14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { padding:16px 18px 16px 20px;}
.custom-select1 .select-selected:after { right:15px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.80px;}
.linker-wrapp .custom-select1 .select-selected { padding:15px 15px 14px 20px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:14px 14px 14px 15px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-selected { padding:16px 18px 16px 20px;}
.custom-select1 .select-selected:after { right:15px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.80px;}
.linker-wrapp .custom-select1 .select-selected { padding:15px 15px 14px 20px;}
}