@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { font-size:15px; color:#ffffff; text-transform:inherit; line-height:30px; display:inline-block; margin:5px 16px 0 0; letter-spacing:0.5px;}
.custom-select1 { width:225px; height:39px; float:right; text-align:left; background:none; border:1px solid rgba(255,255,255,0.20); transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#8f8f8f;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:18px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#8f8f8f; position:absolute; top:100%; left:0; right:0; z-index:99; max-height: 180px;}
.custom-select1 .select-items .scrollb { max-height: 180px; max-width: calc(100% - 8px);}
.select-items .scrollb div { color:#ffffff; padding:8px 16px;}
.select-items .scrollb div:hover { color:#000000; background:#8f8f8f;}
.select-selected { color:#ffffff;}
.select-items .scrollb div, .select-selected { cursor:pointer; padding:11px 20px 10px 20px;}
.select-items .scrollb div, .select-selected { font-size:12px; letter-spacing:1.8px; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 500;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; margin:0 0 12px; text-align:center;}
.custom-select1 { width:100%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { float:none; display:inline-block;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { float:none; display:inline-block;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:65%; height:43px;}
.custom-select1:after { right:6%;}
.select-items .scrollb div, .select-selected { padding:13px 6% 13px 6%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:12px;}
.custom-text1 { font-size:13px; margin:7px 10px 0 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:71%; height:43px;}
.custom-select1:after { right:6%;}
.select-items .scrollb div, .select-selected { padding:13px 6% 13px 6%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:12px;}
.custom-text1 { font-size:14px; margin:7px 10px 0 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:71%; height:43px;}
.custom-select1:after { right:6%;}
.select-items .scrollb div, .select-selected { padding:13px 6% 13px 6%;}
.custom-text1, .select-items  .scrollb div, .select-selected { font-size:12px;}
.custom-text1 { font-size:14px; margin:7px 10px 0 0;}}

