@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { text-align:left; background-color:#fff; border:1px solid #fff; border-radius:40px; transition:all 0.25s ease-out 0s; position:relative; z-index:9; margin:0 9px 0 0;}
.custom-select1:hover { background-color:#1d4d8e; border:1px solid #1d4d8e;}
.custom-select1 .select-items { width:250px; max-height:155px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#1d4d8e; transition:all 0.25s ease-out 0s; padding:9px 23px 10px 23px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#1d4d8e;}
.custom-select1 .select-selected { color:#1d4d8e; transition:all 0.25s ease-out 0s; padding:9px 23px 10px 23px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-blue-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:21.5px;}
.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:15px; font-weight:500; letter-spacing:0.32px; line-height:normal;}

.banner-col3 .custom-select1 {  background-color:#797b7a; border:1px solid #797b7a; margin:0;}
.banner-col3 .custom-select1:hover { background-color:#1d4d8e; border:1px solid #1d4d8e;}
.banner-col3 .custom-select1 .select-selected { color:#ffffff;}
.banner-col3 .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}

.header-wrapp .custom-select1 .select-items { width: 196px;}

.custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #1d4d8e; border-radius: 25px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; border:1px solid #1d4d8e;}
.custom-select1 .select-items { width:100%; height:137px;}
.custom-select1 .select-items div { padding:9px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.banner-col3 .custom-select1 .select-items { min-height:137px;}
.header-wrapp .header-col3 .header-row3 .header-custom .select-selected:after { right: 11.5px;}
.header-wrapp .custom-select1 .select-items { width: 100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; border:1px solid #1d4d8e;}
.custom-select1 .select-items { width:100%; height:137px;}
.custom-select1 .select-items div { padding:9px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.banner-col3 .custom-select1 .select-items { min-height:137px;}
.header-wrapp .custom-select1 .select-items { width: 100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; border:1px solid #1d4d8e;}
.custom-select1 .select-items { width:100%; height:137px;}
.custom-select1 .select-items div { padding:9px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.banner-col3 .custom-select1 .select-items { min-height:137px;}
.header-wrapp .custom-select1 .select-items { width: 100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items { height:133px;}

.banner-wrapp .custom-select1 .select-items { width: 220px;}
.header-wrapp .custom-select1 .select-items { width: 160px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items {height: 140px;}

.banner-wrapp .custom-select1 .select-items { width: 228px;}
.header-wrapp .custom-select1 .select-items { width: 170px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items { height: 135px;}

.banner-wrapp .custom-select1 .select-items { width: 228px;}
.header-wrapp .custom-select1 .select-items { width: 172px;}

}

@media screen and (max-width: 375px) {
.header-wrapp .header-col3 .header-row3 .header-custom .select-selected:after { right: 5.5px;}
}