@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { float:left; font-size:14px; color:#ffffff; letter-spacing:0; line-height:27px; margin:18px 18px 0 0;}

.custom-select1 { width:270px; height:60px; float:right; text-align:left; background:#014991; border:1px solid #ccdbe9; border-radius:20px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#ffffff; border:1px solid #014991;}

.custom-select1:hover .select-selected { color:#014991;}

.custom-select1 select { display:none;}

.custom-select1 .select-selected:after { content:""; width:12px; height:27px; background:url(../images/custom1-white-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:5.4%;}

.custom-select1:hover .select-selected:after { background:url(../images/custom2-blue-arrow.svg) no-repeat center / 100% 100%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; overflow-y: scroll; max-height: 180px;}

.select-items div { color:#014991; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#014991;}

.select-selected { color:#ffffff; padding:17px 10.4% 15px 10.4%;}

.select-items div, .select-selected { cursor:pointer; font-size:15px; letter-spacing:0.5px;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-text1 { width:100%; display:none; margin:0 0 11px;}

.custom-select1 { width:100%; height:56px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:17px 5% 15px 5%;}

.select-items div, .select-selected { font-size:13px; font-family: 'manrope-semibold-font';}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-text1 { width:100%; display:none; margin:0 0 11px;}

.custom-select1 { width:100%; height:56px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:17px 5% 15px 5%;}

.select-items div, .select-selected { font-size:13px; font-family: 'manrope-semibold-font';}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-text1 { width:100%; display:none; margin:0 0 11px;}

.custom-select1 { width:100%; height:56px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:17px 5% 15px 5%;}

.select-items div, .select-selected { font-size:13px; font-family: 'manrope-semibold-font';}

}



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

.custom-text1 { font-size:12px; line-height:25px; display:none; margin:17px 12px 0 0;}

.custom-select1 { width:156px; height:56px; margin:0 0 0;}

.select-items div, .select-selected { font-size:13px;}

}



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

.custom-text1 { font-size:12px; line-height:25px; display:none; margin:17px 12px 0 0;}

.custom-select1 { width:206px; height:57px; margin:0 0 0;}

.select-items div, .select-selected { font-size:14px;}

}



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

.custom-text1 { font-size:12px; line-height:25px; display:none; margin:17px 12px 0 0;}

.custom-select1 { width:256px; height:60px; margin:0 0 0;}

.select-items div, .select-selected { font-size:15px;}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.custom-select1 { width:240px; margin:0 0 0;}

}