@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:324px; height:43px; float:right; text-align:left; background:#ffffff; border:1px solid #81acab; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#035958; border:1px solid #035958;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:13px; height:9px; background:url(../images/custom-down-pine-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:20px;}
.custom-select1:hover:after { background:url(../images/custom-down-white-arrow2.svg) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items .scrollb div { color:#035958; padding:10px 24px;}
.select-items .scrollb div:hover { color:#ffffff; background:#035958;}
.select-selected { color:#000000; padding:11px 24px 11px 24px;}
.select-items .scrollb div, .select-selected { cursor:pointer; font-size:16px; letter-spacing:0.20px;}
.linker-wrapp .custom-select1 .select-items {max-height: 170px; overflow-y: scroll; background: #ffffff; position: absolute; top: 102%; left: 0; right: 0; z-index: 99;}
.linker-wrapp .custom-select1 .select-items .scrollb {max-height: 170px; max-width: 96%; max-width: calc(100% - 5px);}
.linker-wrapp .custom-select1 .select-items .scrollb div { color:#035958; padding:10px 24px;}
.linker-wrapp .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#035958;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:16px; letter-spacing:0.20px;}

.custom-select1 .select-items::-webkit-scrollbar { display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; height:40px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.select-items .scrollb div, .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-items .scrollb {height: 151px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; height:40px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.select-items .scrollb div, .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-items .scrollb {height: 155px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; height:40px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 11px 5%;}
.select-items .scrollb div, .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-items .scrollb {height: 155px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:252px; height:40px;}
.select-selected { padding:11px 18px 11px 18px;}
.custom-select1:after { right:14px;}
.select-items .scrollb div, .select-selected { font-size:13px;}
.linker-wrapp .custom-select1 .select-selected { padding:11px 18px 11px 18px;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:13px;}
.linker-wrapp .custom-select1 .select-items .scrollb {height: 155px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:278px; height:40px;}
.select-selected { padding:11px 21px 11px 21px;}
.custom-select1:after { right:17px;}
.select-items .scrollb div, .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-selected { padding:11px 21px 11px 21px;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:14px;}
.linker-wrapp .custom-select1 .select-items .scrollb {height: 155px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:305px; height:42px;}
.select-items div, .select-selected { font-size:15px;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { font-size:15px;}
}