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

.custom-select1 { width:48%; float:right; background:none; border-bottom:1px solid #ffffff; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:last-child { margin-right:0;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:136px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { font-size:16px; color:#151515; font-weight:400; line-height:normal; transition:all 0.25s ease-out 0s; padding:10px 11px 10px 11px;}
.custom-select1 .select-items div:hover { color:#0f5385;}
.custom-select1 .select-selected { font-size:16px; color:#ffffff; font-weight:400; letter-spacing:0.17px; line-height:2.06; transition:all 0.25s ease-out 0s; padding:23px 0;}
.custom-select1:hover .select-selected { color:#8fc9f3;}
.custom-select1 .select-selected:after { content:""; width:14px; height:14px; background:url(../images/down-white-icon.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:0;}
.custom-select1:hover .select-selected:after { background:url(../images/down-blue-icon.svg) no-repeat top / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; letter-spacing:normal;}

.contact-wrapp  .custom-select1 { width:48%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%;}
.contact-wrapp .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%;}
.contact-wrapp .custom-select1 { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%;}
.contact-wrapp .custom-select1 { width:100%;}
}

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

}

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

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

}