@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; color:#37aead; letter-spacing:0.2px; line-height:28px; margin:7px 10px 0 0;}
.custom-select1 { width:220px; height:41px; float:right; text-align:left; background:#f6f6f6; border:1px solid #9cd2d1; border-radius:6px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#37aead; border:1px solid #37aead;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:7px; background:url(../images/custom-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:15px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.svg) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; overflow: hidden;}
.select-items .scrollb {max-height: 155px; max-width: 96%; max-width: calc(100% - 8px);}
.select-items .scrollb div { color:#37aead; padding:10px 18px;}
.select-items .scrollb div:hover { color:#ffffff; background:#37aead;}
.select-selected { color:#37aead; padding:11px 16px 11px 16px;}
.select-items .scrollb div, .select-selected { cursor:pointer;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:15px; letter-spacing:0.2px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; margin:0 0 5px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:14px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%;  margin:0 0 5px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; margin:0 0 5px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:14px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:6px 10px 0 0;}
.custom-select1 { width:180px; height:38px;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:13px; letter-spacing:0;}
.select-items .scrollb {height: 145px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:6px 10px 0 0;}
.custom-select1 { width:200px; height:39px;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:14px; letter-spacing:0.1px;}
.select-items .scrollb {height: 148px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}