@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; background:#ffffff; box-shadow:0px 17px 59px 0px rgba(23,145,204,0.18); border-radius:30px; margin:0 0 0; padding:3px 3px 3px 25px;}
.select-hide { display:none;}
.custom-text1 { float:left; font-size:13px; color:#1d1c4d; letter-spacing:0; line-height:28px; margin:6px 15px 0 0;}
.custom-select1 { width:188px; height:40px; float:right; text-align:left; background:#c8e6ff; border:1px solid #c8e6ff; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #c8e6ff;}
.custom-select1:hover .select-selected { color:#1c1b4d;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:9%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#1c1b4d; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#c8e6ff;}
.select-selected { color:#1c1b4d; padding:9px 13% 9px 13%;}
.select-items div, .select-selected { cursor:pointer; font-size:15px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; margin:0 0 0; padding:0 0 0;}
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; background:#1c1b4d; border:1px solid #1c1b4d; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat 100% 100%; right:5%;}
.custom-select1:hover:after { background:url(../images/custom-arrow1111.png) no-repeat 100% 100%;}
.custom-select1:hover { background:#ffffff; border:1px solid #1c1b4d;}
.custom-select1:hover .select-selected { color:#1c1b4d;}
.select-items div { color:#1c1b4d; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#1c1b4d;}
.select-selected { color:#ffffff; padding:10px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; margin:0 0 0; padding:0 0 0;}
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; background:#1c1b4d; border:1px solid #1c1b4d; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat 100% 100%; right:5%;}
.custom-select1:hover:after { background:url(../images/custom-arrow1111.png) no-repeat 100% 100%;}
.custom-select1:hover { background:#ffffff; border:1px solid #1c1b4d;}
.custom-select1:hover .select-selected { color:#1c1b4d;}
.select-items div { color:#1c1b4d; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#1c1b4d;}
.select-selected { color:#ffffff; padding:10px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; margin:0 0 0; padding:0 0 0;}
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; background:#1c1b4d; border:1px solid #1c1b4d; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat 100% 100%; right:5%;}
.custom-select1:hover:after { background:url(../images/custom-arrow1111.png) no-repeat 100% 100%;}
.custom-select1:hover { background:#ffffff; border:1px solid #1c1b4d;}
.custom-select1:hover .select-selected { color:#1c1b4d;}
.select-items div { color:#1c1b4d; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#1c1b4d;}
.select-selected { color:#ffffff; padding:10px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { padding:3px 3px 3px 19px;}
.custom-text1 { font-size:11px; line-height:26px; margin:6px 11px 0 0;}
.custom-select1 { width:168px; height:38px;}
.select-selected { padding:10px 13% 10px 13%;}
.select-items div, .select-selected { font-size:12px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { padding:3px 3px 3px 22px;}
.custom-text1 { font-size:12px; line-height:27px; margin:6px 13px 0 0;}
.custom-select1 { width:178px; height:39px;}
.select-selected { padding:10px 13% 10px 13%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}