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

.custom-select1 { text-align:left; background:none; border:1px solid rgba(255,255,255,0); border-radius:0; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:none; border-color:rgba(255,255,255,0);}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:200px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#575756; transition:all 0.25s ease-out 0s; padding:13px 20px 13px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#575756;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:0 20px 0 0;}
.custom-select1:hover .select-selected { color:#256172;}
.custom-select1 .select-selected:after { content:""; width:15px; height:9px; float:right; background:url(../images/down-white-excellence-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:4px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-excellence-plain-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#575757; box-shadow:inset 1px 0 5px #575757; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#ffffff; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:20px; font-weight:400; letter-spacing:normal; text-transform:uppercase; font-family: 'League Gothic', sans-serif;}

.enquiry-col1 .custom-select1 { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,0.1);}
.enquiry-col1 .custom-select1 .select-items { max-height:176px;}
.enquiry-col1 .custom-select1 .select-selected:after { background:url(../images/down-excellence-grey-plain-arrow.svg) no-repeat top center / 100%;}
.enquiry-col1 .custom-select1 .select-selected { color:#3c3c3b; padding:19px 20px 19px 0;}
.enquiry-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-excellence-grey-plain-arrow.svg) no-repeat bottom center / 100%;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:14px; font-weight:500; letter-spacing:normal; text-transform:inherit; font-family: 'Wix Madefor Display', sans-serif;}


.sidbar-row1 .custom-select1 { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,0.1);}
.sidbar-row1 .custom-select1 .select-items { max-height:176px;}
.sidbar-row1 .custom-select1 .select-selected:after { background:url(../images/down-excellence-grey-plain-arrow.svg) no-repeat top center / 100%;}
.sidbar-row1 .custom-select1 .select-selected { color:#3c3c3b; padding:19px 20px 19px 0;}
.sidbar-row1 .custom-select1:hover .select-selected:after { background:url(../images/down-excellence-grey-plain-arrow.svg) no-repeat bottom center / 100%;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px; font-weight:500; letter-spacing:normal; text-transform:inherit; font-family: 'Wix Madefor Display', sans-serif;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; background:#2a6574; border-color:#2a6574; border-radius:46px;}
.custom-select1:hover { background:none; border-color:rgba(42,101,116,0.2);}
.custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:11px; height:7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; font-weight:600; letter-spacing:0.80px; font-family: 'Wix Madefor Display', sans-serif;}

.enquiry-col1 .custom-select1 { background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.enquiry-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px;}
	
.sidbar-row1 .custom-select1 { background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.sidbar-row1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px; text-align:left;}	
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; background:#2a6574; border-color:#2a6574; border-radius:46px;}
.custom-select1:hover { background:none; border-color:rgba(42,101,116,0.2);}
.custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:11px; height:7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; font-weight:600; letter-spacing:0.80px; font-family: 'Wix Madefor Display', sans-serif;}

.enquiry-col1 .custom-select1 { width:48%; background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px;}
	
.sidbar-row1 .custom-select1 { background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.sidbar-row1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px; text-align:left;}		
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; background:#2a6574; border-color:#2a6574; border-radius:46px;}
.custom-select1:hover { background:none; border-color:rgba(42,101,116,0.2);}
.custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:11px; height:7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; font-weight:600; letter-spacing:0.80px; font-family: 'Wix Madefor Display', sans-serif;}

.enquiry-col1 .custom-select1 { width:48%; background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px;}
	
.sidbar-row1 .custom-select1 { background:none; border:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0;}
.sidbar-row1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px; text-align:left;}		
}

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

.enquiry-col1 .custom-select1 .select-selected { padding:15px 20px 15px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px;}
	
.sidbar-row1 .custom-select1 .select-selected { padding:15px 20px 15px 0;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px;}	
}

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

.enquiry-col1 .custom-select1 .select-selected { padding:17px 20px 17px 0;}
.enquiry-col1 .custom-select1 .select-items div, .enquiry-col1 .custom-select1 .select-selected { font-size:13px;}
	
.sidbar-row1 .custom-select1 .select-selected { padding:15px 20px 15px 0;}
.sidbar-row1 .custom-select1 .select-items div, .sidbar-row1 .custom-select1 .select-selected { font-size:14px;}		
}

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

}