@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:300px; height:56px; float:right; text-align:left; background:#2eadeb; border:1px solid #2eadeb; border-radius:40px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:none;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:14px; height:7px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:28px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#6a747c; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { font-size:16px; color:#ffffff; padding:8px 16px;}
.select-items div:hover { background:#2eadeb;}
.select-selected { font-size:18px; color:#ffffff;}
.custom-select1:hover .select-selected { color:#2eadeb;}
.select-items div, .select-selected { font-weight:400; letter-spacing:0.6px; text-transform:uppercase; cursor:pointer; padding:16px 30px 16px 30px; font-family: 'glacial-bold-font';}
.custom-text1 { float:left; font-size:17.5px; font-weight:400; color:#5d5d5d; letter-spacing:0.6px; text-transform:uppercase; margin:17px 0 0;}

.innser-wrapp .custom-text1 { color:#fff;} 
.innser-wrapp .custom-select1:after { content:""; width:14px; height:7px; background:url(../images/custom-arrow11.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:28px;}
.innser-wrapp .custom-select1:hover:after { background:url(../images/custom-arrow1.png) no-repeat;}
.innser-wrapp .select-selected { color:#2eadeb;}
.innser-wrapp .custom-select1 { background:#fff; border:none;}
.innser-wrapp .custom-select1:hover { background:#2eadeb;}
.innser-wrapp .custom-select1:hover .select-selected { color:#fff;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { font-size:14.5px; margin:19px 0 0;}
.select-selected { font-size:14px;}
.select-items div, .select-selected { padding:19px 30px 19px 30px;}
.custom-select1 { width:66%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { font-size:15.5px; margin:18px 0 0;}
.select-selected { font-size:15px;}
.select-items div, .select-selected { padding:18px 30px 18px 30px;}
.custom-select1 { width:66%;}
}

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

}