@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:#ffffff; letter-spacing:0; line-height:28px; margin:4px 13px 0 0;}

.custom-select1 { width:100%; height:43px; float:right; text-align:left; background:none; border:1px solid rgba(255,255,255,0.40); border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

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

.custom-select1:hover .select-selected { color:#709e41;}

.custom-select1 select { display:none;}

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

.custom-select1:hover: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; height: 210px; overflow-y: scroll;}

.select-items div { color:#709e41; padding: 10px 10px 10px 18px;}

.select-items div:hover { color:#ffffff; background:#709e41;}

.select-selected { color:#ffffff; padding:12px 22px 11px 22px;}

.select-items div, .select-selected { cursor:pointer; font-size:13px; letter-spacing:0.8px; text-transform:uppercase;}



/*Smartphone css*/

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

.custom-select1 { width:100%; height:40px; text-align:center; background:#ffffff; border:1px solid #d9dadb; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:hover { background:#a2a9a9; border:1px solid #a2a9a9;}

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

.custom-select1:after { background:url(../images/custom3-down-gray-arrow.svg) no-repeat center / 100%; top:50%; right:5%;}

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

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

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

.select-selected { color:#a2a9a9; padding:12px 5% 12px 5%;}

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

} 



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

.custom-select1 { width:100%; height:40px; text-align:center; background:#ffffff; border:1px solid #d9dadb; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:hover { background:#a2a9a9; border:1px solid #a2a9a9;}

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

.custom-select1:after { background:url(../images/custom3-down-gray-arrow.svg) no-repeat center / 100%; top:50%; right:5%;}

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

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

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

.select-selected { color:#a2a9a9; padding:12px 5% 12px 5%;}

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

}



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

.custom-select1 { width:100%; height:40px; text-align:center; background:#ffffff; border:1px solid #d9dadb; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:hover { background:#a2a9a9; border:1px solid #a2a9a9;}

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

.custom-select1:after { background:url(../images/custom3-down-gray-arrow.svg) no-repeat center / 100%; top:50%; right:5%;}

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

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

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

.select-selected { color:#a2a9a9; padding:12px 5% 12px 5%;}

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

}



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

.custom-select1 { height:39px; margin:0 0 0;}

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

.select-items { height: 150px;}


}



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

.custom-select1 { height:40px; margin:0 0 0;}

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

.select-items { height: 140px;}


}



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

.select-items { height: 150px;}


}


@media screen and (max-width: 767px) {
.select-items { height: 140px;}
}