@charset "utf-8";
/* CSS Document */

.custom-select1 { text-align:left; background:none; border:2.5px solid #012c4a; border-radius:34px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#012c4a; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:137px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#012c4a; transition:all 0.25s ease-out 0s; padding:14px 21px 12px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#012c4a;}
.custom-select1 .select-selected { color:#012c4a; transition:all 0.25s ease-out 0s; padding:18px 21px 16px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:10.5px; height:7.3px; background:url(../images/down-black-plain-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-orange-plain-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:700; line-height:normal;}

.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#e6e3da; box-shadow:inset 1px 0 5px #e6e3da; border-radius:10px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#012c4a; border-radius:0;}

.contact-col1 .custom-select1 { width:100%; float:left; background:#ffffff; border:2.5px solid #ffffff; border-radius:0; margin:0 0 19px; height:48px;}
.contact-col1 .custom-select1 .select-items div, .contact-col2 .custom-select1 .select-selected { font-size:15px;}
.contact-col1 .custom-select1 .select-items div { color:#012c4a; transition:all 0.25s ease-out 0s; padding:14px 21px 12px;}
.contact-col1 .custom-select1 .select-items div:hover { color:#ffffff; background:#012c4a;}
.contact-col1 .custom-select1 .select-selected { color:#012c4a; padding:15px 21px 13px;}
.contact-col1 .custom-select1:hover .select-selected { color:#012c4a;}
.contact-col1 .custom-select1 .select-items div, .contact-col1 .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:400; line-height:normal;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.contact-col1 .custom-select1 { height:35px;}
}

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

}

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

}