@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:#b5b4b4; letter-spacing:0; line-height:28px; margin:5px 16px 0 0; font-family: 'Poppins', sans-serif; font-weight: 700;}
.custom-select1 { width:230px; height:38px; float:right; text-align:left; background:#f7f7f7; border:1px solid #f7f7f7; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#31a5d3; border:1px solid #31a5d3;}
.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 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:15px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:103%; left:0; right:0; z-index:99;}
.select-items div { color:#3f7077; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#31a5d3;}
.select-selected { color:#0090ca; padding:7px 18px 8px 18px;}
.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0;}
.custom-text1, .select-items div, .select-selected { font-size:15px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; color:#0090ca; margin:0 0 5px;}
.custom-select1 { width:100%; height:35px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:7px 5% 8px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:13px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:35px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:7px 5% 8px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:35px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:7px 5% 8px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:4px 7px 0 0;}
.custom-select1 { width:190px; height:35px;}
.custom-text1, .select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:4px 10px 0 0;}
.custom-select1 { width:210px; height:36px;}
.custom-text1, .select-items div, .select-selected { font-size:14px;}
}

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

}