@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-row1 { width:auto; float:left; margin:0 0 0; padding:4px 4px 4px 20px;}
.custom-text1 { float:left; color:#ffffff; letter-spacing:0.4px; line-height:28px; margin:6px 18px 0 0;}
.custom-select1 { width:277px; height:37px; float:right; text-align:left; background:none; border:2px solid rgba(255,255,255,0.3); transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:2px solid #284c6d;}
.custom-select1:hover .select-selected { color:#284c6d;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:11px; height:7px; background:url(../images/down1-white-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:16px;}
.custom-select1:hover .select-selected:after { background:url(../images/down1-blue-arrow.svg) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#284c6d; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#284c6d;}
.select-selected { color:#ffffff; padding:8px 17px 10px;}
.select-items div, .select-selected { cursor:pointer; letter-spacing:0.4px;}
.custom-text1, .select-items div, .select-selected { font-size:14px; font-weight:600; font-family: 'gilroy-semibold-font';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%;}
.custom-select1:after { right:5%;}
.custom-row1 { padding:0;}
.custom-text1 { float:none; display:inline-block; margin:20px 0 3px;}
.custom-text1, .select-items div, .select-selected { text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%;}
.custom-select1:after { right:5%;}
.custom-row1 { padding:0;}
.custom-text1 { float:none; display:inline-block; margin:20px 0 3px;}
.custom-text1, .select-items div, .select-selected { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%;}
.custom-select1:after { right:5%;}
.custom-row1 { padding:0;}
.custom-text1 { float:none; display:inline-block; margin:20px 0 3px;}
.custom-text1, .select-items div, .select-selected { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:198px;}
.custom-text1 { margin:6px 10px 0 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:245px;}
.custom-text1 { margin:6px 10px 0 0;}
}

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

}