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

.custom-select1 { background:none; border:2px solid #ccb53f; border-radius:50px; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 0 29.7%; position:relative; z-index:9;}
.custom-select1:last-child { margin-right:0;}
.custom-select1:hover { background:#ccb53f; border:2px solid #ccb53f;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}

.custom-select1 .select-items .scrollb {max-height: 135px;max-width: 96%;max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:135px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#020000; transition:all 0.25s ease-out 0s; padding:15px 10% 15px 10%;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#088384;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:15px 10% 15px 10%;    background: url(../images/down-white-aquamarine-circle-arrow.svg) no-repeat;background-position-y: 50%;background-position-x: 95%}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:1.2px; line-height:normal; text-transform:uppercase;}

.about-col4 .custom-select1 .select-items .scrollb div { padding:25px 7.5% 25px 7.5%;}
.about-col4 .custom-select1 .select-selected { padding:25px 7.5% 25px 7.5%;}

.custom-col1 .custom-select1 .select-selected { color:#020000;}

.about-col4 .custom-select1 .select-selected {padding: 25px 7.5% 25px 7.5%;background: url(../images/down-white-aquamarine-circle-arrow.svg) no-repeat;    background-position-y: 50%;background-position-x: 95%;}

.enquiry-wrapp2 .custom-select1 { width:100%; float:right; background:none; border:1px solid rgba(2,0,0,0.3); margin:0 0 10px; border-radius:10px;}
.enquiry-wrapp2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px 7%;}
.enquiry-wrapp2 .custom-select1 .select-selected { color:#020000; padding:16.5px 7% 16.5px 7%;}
.enquiry-wrapp2 .custom-select1 .select-items .scrollb div, .enquiry-wrapp2 .custom-select1 .select-selected { font-size:16px; font-weight:300; letter-spacing:normal; line-height:normal; text-transform:inherit;}

.scrollbox-bar.scrollbox-horizontal-bar.scrollbox-bar-in {display: none;}
.scrollbox-rail.scrollbox-horizontal-rail.scrollbox-rail-in {display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:15px 10% 15px 10%;}
.custom-select1 .select-selected { padding:15px 10% 15px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1px; line-height:normal;}

.about-col4 .custom-select1 .select-items .scrollb div { padding:25px 10% 25px 10%;}
.about-col4 .custom-select1 .select-selected { padding:25px 10% 25px 10%;}

.enquiry-wrapp2 .custom-select1 .select-items .scrollb div, .enquiry-wrapp2 .custom-select1 .select-selected { font-size:14px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:15px 10% 15px 10%;}
.custom-select1 .select-selected { padding:15px 10% 15px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1px; line-height:normal;}

.about-col4 .custom-select1 .select-items .scrollb div { padding:25px 10% 25px 10%;}
.about-col4 .custom-select1 .select-selected { padding:25px 10% 25px 10%;}

.enquiry-wrapp2 .custom-select1 .select-items .scrollb div, .enquiry-wrapp2 .custom-select1 .select-selected { font-size:14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:15px 10% 15px 10%;}
.custom-select1 .select-selected { padding:15px 10% 15px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1px; line-height:normal;}

.about-col4 .custom-select1 .select-items .scrollb div { padding:25px 10% 25px 10%;}
.about-col4 .custom-select1 .select-selected { padding:25px 10% 25px 10%;}

.enquiry-wrapp2 .custom-select1 .select-items .scrollb div, .enquiry-wrapp2 .custom-select1 .select-selected { font-size:14px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.1px;}
}

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

}