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

.custom-select1 { width:260px; float:left; background:none; border:1px solid #584c98; border-radius:0; transition:all 0.25s ease-out 0s; margin:0 7px 0 0; position:relative;}
.custom-select1:hover { background:#5b509c; border-color:#5b509c;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:192px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#5b509c; transition:all 0.25s ease-out 0s; padding:17px 23px 17px 23px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#5b509c;}
.custom-select1 .select-selected { color:#584c98; transition:all 0.25s ease-out 0s; padding:17px 23px 17px 23px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:11px; height:7px; background:url(../images/down-purple-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:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-purple-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:#dbc393; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase;}

.social-col2 .custom-select1 { margin:0 0 0;}

.enquiry-col2 .custom-select1 { width:100%; border:none; border-bottom:1px solid rgba(91,80,156,0.3); margin:0 0 64px;}
.enquiry-col2 .custom-select1:hover { background:none; border-color:rgba(91,80,156,0.3);}
.enquiry-col2 .custom-select1 .select-selected { padding:28px 23px 28px 23px;}
.enquiry-col2 .custom-select1:hover .select-selected { color:rgba(135,135,135,0.8);}
.enquiry-col2 .custom-select1 .select-selected:after { background:url(../images/down-purple-grey-plain-arrow.svg) no-repeat top center / 100%;}
.enquiry-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-purple-grey-plain-arrow.svg) no-repeat bottom center / 100%;}

.enquiry-row2 .custom-select1 { width:100%; border:none; border-bottom:1px solid rgba(91,80,156,0.3); margin:0 0 35px; text-align:center;}
.enquiry-row2 .custom-select1:hover { background:none; border-color:rgba(91,80,156,0.3);}
.enquiry-row2 .custom-select1 .select-selected { padding:28px 23px 28px 23px;}
.enquiry-row2 .custom-select1:hover .select-selected { color:rgba(135,135,135,0.8);}
.enquiry-row2 .custom-select1 .select-selected:after { background:url(../images/down-purple-grey-plain-arrow.svg) no-repeat top center / 100%;}
.enquiry-row2 .custom-select1:hover .select-selected:after { background:url(../images/down-purple-grey-plain-arrow.svg) no-repeat bottom center / 100%;}

.enquiry-wrapp2 .enquiry-row2 .custom-select1 { text-align:left;}

/* new lay */

.new-lay-hm .custom-select1 { width:260px; float:left; background:none; border:1px solid #000; border-radius:0; transition:all 0.25s ease-out 0s; margin:0 7px 0 0; position:relative;}
.new-lay-hm .custom-select1:hover { background:#000; border-color:#000;}

.new-lay-hm .custom-select1 .select-items { max-height:192px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.new-lay-hm .custom-select1 .select-items div { color:#000; transition:all 0.25s ease-out 0s; padding:17px 23px 17px 23px;}
.new-lay-hm .custom-select1 .select-items div:hover { color:#ffffff; background:#000;}
.new-lay-hm .custom-select1 .select-selected { color:#000; transition:all 0.25s ease-out 0s; padding:17px 23px 17px 23px;}
.new-lay-hm .custom-select1:hover .select-selected { color:#ffffff;}
.new-lay-hm .custom-select1 .select-selected:after { content:""; width:11px; height:7px; background:url(../images/down-purple-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:20px;}
.new-lay-hm .custom-select1:hover .select-selected:after { background:url(../images/down-purple-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.new-lay-hm .custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.new-lay-hm .custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.new-lay-hm .custom-select1 .select-items::-webkit-scrollbar-thumb { background:#000; border-radius:0;}






/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 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:9px;}

.enquiry-col2 .custom-select1 { width:100%; margin:0 0 28px;}
.enquiry-col2 .custom-select1 .select-selected { padding:23px 5% 23px 5%;}

.enquiry-wrapp2 .enquiry-row2 .custom-select1 { text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 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:9px;}

.enquiry-col2 .custom-select1 { width:100%; margin:0 0 28px;}
.enquiry-col2 .custom-select1 .select-selected { padding:23px 5% 23px 5%;}

.enquiry-wrapp2 .enquiry-row2 .custom-select1 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48% !important; margin:0 0 10px !important;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 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:9px;}

.enquiry-col2 .custom-select1 { width:48%; float:left; margin:0 0 28px;}
.enquiry-col2 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col2 .custom-select1 .select-selected { padding:23px 5% 22px 5%;}

.enquiry-wrapp2 .enquiry-row2 .custom-select1 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:196px; margin:0 5px 0 0;}
.custom-select1 .select-items div { padding:17px 15px 17px 15px;}
.custom-select1 .select-selected { padding:17px 15px 17px 15px;}
.custom-select1 .select-selected:after { width:9px; right:12px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:9px;}

.enquiry-col2 .custom-select1 { margin:0 0 50px;}
.enquiry-col2 .custom-select1 .select-selected { padding:21px 15px 21px 15px;}
.new-lay-hm .custom-select1 {width: 195px;}

}

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

.enquiry-col2 .custom-select1 { margin:0 0 57px;}
.enquiry-col2 .custom-select1 .select-selected { padding:25px 19px 25px 19px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:228px; margin:0 6px 0 0;}
.custom-select1 .select-items div { padding:17px 19px 17px 19px;}
.custom-select1 .select-selected { padding:17px 19px 17px 19px;}
.custom-select1 .select-selected:after { width:10px; right:16px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}

.enquiry-col2 .custom-select1 { margin:0 0 57px;}
.enquiry-col2 .custom-select1 .select-selected { padding:25px 19px 25px 19px;}
}