@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { float:left; text-align:left; background:#d38512; border:1px solid #d38512; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#45828c; border-color:#45828c;}
.custom-select1 .select-items { max-height:152px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#d38512; transition:all 0.25s ease-out 0s; padding:9px 26px 9px 26px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d38512;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:9px 26px 9px 26px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:10px; 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:20px;}
.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:14px; font-weight:500; letter-spacing:0.3px;}
.linker-wrapp .custom-select1 { width:213px; background:#45828c; border:1px solid #45828c; margin:0 36px 0 0;}
.linker-wrapp .custom-select1:hover { background:#d38512; border-color:#d38512;}
.linker-wrapp .custom-select1 .select-items div { color:#45828c; padding:7px 10px 7px 15px;}
.linker-wrapp .custom-select1 .select-items div:hover { color:#ffffff; background:#45828c;}
.linker-wrapp .custom-select1 .select-selected { padding:7px 15px 7px 15px;}
.enquiry-wrapp .custom-select1 { width:47.1%; float:right; background:rgba(255,255,255,0.0); border:none; border-bottom:1px solid #ffffff; border-radius:0; margin:0 0 0;}
.enquiry-wrapp .custom-select1 .select-items div { padding:9px 18px 9px 18px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:19px 0 19px;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:0;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.28px;}

.enquiry-wrapp2 .custom-select1 { width:47.1%; float:right; background:rgba(255,255,255,0.0); border:none; border-bottom:1px solid #ffffff; border-radius:0; margin:0 0 0;}
.enquiry-wrapp2 .custom-select1 .select-items div { padding:9px 18px 9px 18px;}
.enquiry-wrapp2 .custom-select1 .select-selected { padding:19px 0 19px;}
.enquiry-wrapp2 .custom-select1 .select-selected:after { right:0;}
.enquiry-wrapp2 .custom-select1 .select-items div, .enquiry-wrapp2 .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.28px;}

.linker-wrapp .linker-col2 .custom-select1 .select-items { max-height: 132px; }

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-selected { padding:9px 2% 9px 2%;}
.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:12px;}
.linker-wrapp .custom-select1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 .select-selected { padding:15px 0 16px;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}
.enquiry-wrapp2 .custom-select1 { width:100%; text-align:left;}

.linker-wrapp .linker-col2 .custom-select1 .select-items { max-height: 128px; }
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-selected { padding:9px 2% 9px 2%;}
.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:12px;}
.linker-wrapp .custom-select1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 { width:48%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 .select-selected { padding:15px 0 16px;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}
.enquiry-wrapp2 .custom-select1 { width:100%; text-align:left;}

.linker-wrapp .linker-col2 .custom-select1 .select-items { max-height: 128px; }
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-selected { padding:9px 2% 9px 2%;}
.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:12px;}
.linker-wrapp .custom-select1 { width:100%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 { width:48%; margin:0 0 0;}
.enquiry-wrapp .custom-select1 .select-selected { padding:15px 0 16px;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}
.enquiry-wrapp2 .custom-select1 { width:100%; text-align:left;}

.linker-wrapp .linker-col2 .custom-select1 .select-items { max-height: 128px; }
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { padding:9px 20px 9px 20px;}
.custom-select1 .select-selected:after { right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.linker-wrapp .custom-select1 { width:173px; margin:0 26px 0 0;}
.linker-wrapp .custom-select1 .select-selected { padding:9px 12px 9px 12px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:13px 0 12px;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:11px;}

.linker-wrapp .linker-col2 .custom-select1 .select-items { max-height: 146px; }
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { padding:9px 23px 9px 23px;}
.custom-select1 .select-selected:after { right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.linker-wrapp .custom-select1 { width:193px; margin:0 31px 0 0;}
.linker-wrapp .custom-select1 .select-selected { padding:9px 15px 9px 15px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:16px 0 15px;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:12px;}
}

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

}