@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-select1 { height:45px; text-align:left; background:#6e8b3a; border:1px solid #6e8b3a; border-radius:40px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}

.custom-select1:hover { background:#ffffff; border-color:#6e8b3a;}

.custom-select1 select { display:none;}

.custom-select1 .select-items { background:#ffffff; position:absolute; top:102.2%; left:0; right:0; z-index:99; max-height:175px; overflow-y:scroll;}

.custom-select1 .select-items div { color:#6e8b3a; padding:10px 18px;}

.custom-select1 .select-items div:hover { color:#ffffff; background:#6e8b3a;}

.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:10px 24px 10px 24px;}

.custom-select1:hover .select-selected { color:#6e8b3a;}

.custom-select1 .select-selected:after { content:""; width:18px; height:18px; background:url(../images/down1-white-plain-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:20px;}

.custom-select1:hover .select-selected:after { background:url(../images/down2-green-plain-arrow.svg) no-repeat center / 100%;}

.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:15.18px; font-weight:500; letter-spacing:0;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-select1 { height:42px; text-align:center;}

.custom-select1 .select-selected { padding:10px 5% 10px 5%;}

.custom-select1 .select-selected:after { right:5%;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13.18px; letter-spacing:0;}

.custom-select1 .select-items {max-height: 147px;}

.custom-select1 .select-items div {padding: 9px 18px;}

.header-wrapp .custom-select1 {z-index: 999;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-select1 { height:42px; text-align:center;}

.custom-select1 .select-selected { padding:10px 5% 10px 5%;}

.custom-select1 .select-selected:after { right:5%;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13.18px; letter-spacing:0;}

.header-wrapp .custom-select1 {z-index: 999;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-select1 { height:42px; text-align:center;}

.custom-select1 .select-selected { padding:10px 5% 10px 5%;}

.custom-select1 .select-selected:after { right:5%;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13.18px; letter-spacing:0;}

.header-wrapp .custom-select1 {z-index: 999;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.custom-select1 { height:40px;}

.custom-select1 .select-selected { padding:10px 16px 10px 16px;}

.custom-select1 .select-selected:after { right:12px;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12.18px; letter-spacing:0;}

.custom-select1 .select-items { max-height: 160px;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.custom-select1 { height:42px;}

.custom-select1 .select-selected { padding:10px 20px 10px 20px;}

.custom-select1 .select-selected:after { right:16px;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13.18px; letter-spacing:0;}

}



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

.custom-select1 { height:43px;}

.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14.18px;}

}