@charset "utf-8";

/* CSS Document */
.custom-select1 { width:266px; float:left; text-align:left; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:9999;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:180px; overflow-y:scroll; background:#ffffff; position:absolute; top:100%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#016327; transition:all 0.25s ease-out 0s; padding:14px 13px 13px 19px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#016327;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:14px 13px 13px 19px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:22px; height:22px; background:url(../images/down-blue-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:14px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:600; letter-spacing:normal;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { color:#016327; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:18px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { color:#016327; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:18px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:80%; float:none; text-align:center; margin:0 auto 4.2%;}
.custom-select1 .select-items div { padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { color:#016327; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:18px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:226px;}
.custom-select1 .select-items div { padding:14px 9px 13px 13px;}
.custom-select1 .select-selected { padding:14px 9px 13px 13px;}
.custom-select1 .select-selected:after { width:18px; right:10px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.banner-box1 .custom-select1 .select-selected {color: #fff !important;}
.inner-wrapp .banner-box1 .custom-select1 .select-selected {color: #333!important}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:246px;}
.custom-select1 .select-items div { padding:14px 11px 13px 16px;}
.custom-select1 .select-selected { padding:14px 11px 13px 16px;}
.custom-select1 .select-selected:after { width:20px; right:12px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.banner-box1 .custom-select1 .select-selected {color: #fff !important;}
.inner-wrapp .banner-box1 .custom-select1 .select-selected {color: #333!important}
}

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

}