@charset "utf-8";

/* CSS Document */
.custom-select1 { text-align:left; background:none; border:1px solid rgba(25, 211, 197, 0.5); border-radius:80px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:160px; overflow-y:scroll; background:#ffffff; position:absolute; top:110%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#7d7d7d; transition:all 0.25s ease-out 0s; padding:11px 23px 11.5px 26px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#19d3c5;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:12.5px 23px 13.5px 23px;}
.custom-select1:hover .select-selected { color:#19d3c5;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6.9px; background:url(../images/down-white-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:15px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-green-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:600; letter-spacing:1.08px; text-transform:uppercase;}
.custom-select1 .select-items::-webkit-scrollbar { display: none;}
/*.custom-select1 .select-items::-webkit-scrollbar-track { background:#ffffff; box-shadow:inset 1px 0 5px #ffffff; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#19d3c5; border-radius:25px;}*/

.custom-select1 .select-items .scrollb {max-height: 170px; max-width: 96%; max-width: calc(100% - 8px);}

.banner-col3 .custom-select1 { width:225px; float:right; background:#fca4a2; border:1px solid #fca4a2;}
.banner-col3 .custom-select1:hover { background:none; border-color:#19d3c5;}
.banner-col3 .custom-select1 .select-items { z-index:99;}
.banner-col3 .custom-select1 .select-items .scrollb div { padding:12px 18px 11px 18px;}
.banner-col3 .custom-select1 .select-selected { padding:12px 28px 11px 18px;}
.banner-col3 .custom-select1 .select-selected:after { width:9px; height:8px; background:url(../images/down-white-arrow.svg) no-repeat top center / 100%; right:20px;}
.banner-col3 .custom-select1:hover .select-selected:after { background:url(../images/down-green-arrow.svg) no-repeat bottom center / 100%;}
.banner-col3 .custom-select1 .select-selected:before { display:none;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items{width: 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { font-size:10px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { font-size:10px;}
}

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

}