@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-select1 { width:100%; height:36px; float:left; background:#84bd00; border:1px solid #84bd00; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#ffffff; border:1px solid #84bd00;}

.custom-select1:hover .select-selected { color:#84bd00;}

.custom-select1 select { display:none;}

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

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

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}

.select-items div { color:#84bd00; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#84bd00;}

.select-selected { color:#ffffff; padding:7px 24px 6px 24px;}

.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0; font-family: 'Poppins', sans-serif;}



/*Smartphone css*/

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

.custom-select1 { width:100%; height:33px; text-align:center; margin:0 0 0; z-index:9999;}

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

.select-selected { padding:7px 5% 6px 5%;}

.select-items div, .select-selected { font-size:12px;}

} 



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

.custom-select1 { width:100%; height:33px; text-align:center; margin:0 0 0; z-index:9999;}

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

.select-selected { padding:7px 5% 6px 5%;}

.select-items div, .select-selected { font-size:12px;}

}



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

.custom-select1 { width:100%; height:33px; text-align:center; margin:0 0 0; z-index:9999;}

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

.select-selected { padding:7px 5% 6px 5%;}

.select-items div, .select-selected { font-size:12px;}

}



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

.custom-select1 { height:33px;}

.select-selected { padding:6px 10px 6px 10px;}

.select-items div, .select-selected { font-size:12px;}

}



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

.custom-select1 { height:35px;}

.select-selected { padding:7px 20px 6px 20px;}

.select-items div, .select-selected { font-size:13px;}

}



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

.custom-select1 { height:35px;}

.select-items div, .select-selected { font-size:13px;}

}