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

.layout-newhome .custom-select1 { background:none; border:1px solid rgba(0,0,0,0.5); border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0 9px; position:relative;}
.layout-newhome .custom-select1:first-child { margin-left:0;}
.layout-newhome .custom-select1:hover { background:#000000; border-color:#000000;}
.layout-newhome .custom-select1 select { display:none;}
.layout-newhome .custom-select1 .select-hide { display:none;}
.layout-newhome .custom-select1 .select-items { max-height:156px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.layout-newhome .custom-select1 .select-items div { color:#000000; transition:all 0.25s ease-out 0s; padding:21px 28px 19px 26px;}
.layout-newhome .custom-select1 .select-items div:hover { color:#ffffff; background:#000000;}
.layout-newhome .custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:21px 28px 19px 26px;}
.layout-newhome .custom-select1:hover .select-selected { color:#ffffff;}
.layout-newhome .custom-select1 .select-selected:after { content:""; width:10px; height:6px; background:url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:18px;}
.layout-newhome .custom-select1:hover .select-selected:after { background:url(../images/down-black-white-plain-arrow.svg) no-repeat bottom / 100%;}
.layout-newhome .custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.layout-newhome .custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.layout-newhome .custom-select1 .select-items::-webkit-scrollbar-thumb { background:#a33493; border-radius:0;}
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:600; letter-spacing:normal; line-height:normal; text-transform:uppercase; font-family: 'Josefin Sans', sans-serif;}

.layout-newhome .enquiry-col1 .custom-select1 { width:100%; float:left; border:1px solid rgba(0,0,0,0.3); margin:0 0 8px; position:relative;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:10px;}
.layout-newhome .custom-select1 .select-items div { padding:21px 5% 19px 5%;}
.layout-newhome .custom-select1 .select-selected { padding:21px 5% 19px 5%; text-align: center;}
.layout-newhome .custom-select1 .select-selected:after { width:8px; height:4px; margin:0 0 0; position:absolute; right:5%;}

.layout-newhome .enquiry-col1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.layout-newhome .enquiry-col1 .custom-select1 .select-items div { padding:19px 5% 18px 5%;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 18px 5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:10px;}
.layout-newhome .custom-select1 .select-items div { padding:21px 5% 19px 5%;}
.layout-newhome .custom-select1 .select-selected { padding:21px 5% 19px 5%; text-align: center;}
.layout-newhome .custom-select1 .select-selected:after { width:8px; height:4px; margin:0 0 0; position:absolute; right:5%;}

.layout-newhome .enquiry-col1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.layout-newhome .enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.layout-newhome .enquiry-col1 .custom-select1 .select-items div { padding:19px 5% 18px 5%;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 18px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:10px;}
.layout-newhome .custom-select1 .select-items div { padding:21px 5% 19px 5%;}
.layout-newhome .custom-select1 .select-selected { padding:21px 5% 19px 5%; text-align: center;}
.layout-newhome .custom-select1 .select-selected:after { width:8px; height:4px; margin:0 0 0; position:absolute; right:5%;}

.layout-newhome .enquiry-col1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.layout-newhome .enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.layout-newhome .enquiry-col1 .custom-select1 .select-items div { padding:19px 5% 18px 5%;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 18px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.layout-newhome .custom-select1 .select-items div { padding:21px 16px 19px 14px;}
.layout-newhome .custom-select1 .select-selected { padding:21px 16px 19px 14px;}
.layout-newhome .custom-select1 .select-selected:after { width:8px; height:4px; right:10px;}
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:10px;}

.layout-newhome .enquiry-col1 .custom-select1 { margin:0 0 4px;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:19px 16px 19px 14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.layout-newhome .custom-select1 .select-items div { padding:21px 22px 19px 20px;}
.layout-newhome .custom-select1 .select-selected { padding:21px 22px 19px 20px;}
.layout-newhome .custom-select1 .select-selected:after { width:9px; height:5px; right:14px;}
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:11px;}

.layout-newhome .enquiry-col1 .custom-select1 { margin:0 0 6px;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:20px 19px 20px 17px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.layout-newhome .custom-select1 .select-items div { padding:21px 22px 19px 20px;}
.layout-newhome .custom-select1 .select-selected { padding:21px 22px 19px 20px;}
.layout-newhome .custom-select1 .select-selected:after { width:9px; height:5px; right:14px;}
.layout-newhome .custom-select1 .select-items div, .layout-newhome .custom-select1 .select-selected { font-size:11px;}

.layout-newhome .enquiry-col1 .custom-select1 { margin:0 0 6px;}
.layout-newhome .enquiry-col1 .custom-select1 .select-selected { padding:20px 19px 20px 17px;}
}