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

.custom-select1 { width:240px; float:right; background:none; border:none; border-bottom:1px solid #f18a62; border-radius:0; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 12px 0 0; position:relative; z-index:9;}
.custom-select1:hover { background:none; border-bottom:1px solid #3b506c;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:171px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#000000; transition:all 0.25s ease-out 0s; padding:11px 20px 11px 20px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#3b506c;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:11px 20px 11px 0;}
.custom-select1:hover .select-selected { color:#f18a62;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:17px; font-weight:500; letter-spacing:normal; line-height:normal;}

.custom-select1 .select-items .scrollb {max-height: 130px;max-width: calc(100% - 8px);}

.sidbar-col2 .custom-select1 { width:100%; border:1px solid #f18a62; border-radius:70px; margin:0 0 40px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:18px 27px 18px;}
.sidbar-col2 .custom-select1 .select-selected { padding:18px 27px 18px;}
.sidbar-col2 .custom-select1 .select-items { max-height:171px;}

.custom-select1 .select-items .scrollb {max-height: 171px;}


.custom-col1 .custom-select1 { width:272px; border:1px solid #f18a62; border-radius:70px; margin:0 0 40px; float:left;}
.custom-col1 .custom-select1 .select-items .scrollb div { padding:18px 27px 18px;}
.custom-col1 .custom-select1 .select-selected { padding:18px 27px 18px;}
.custom-col1 .custom-select1 .select-items { max-height:171px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:11px 10% 11px 10%;}
.custom-select1 .select-selected { padding:11px 10% 11px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px; line-height:normal;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:11px 10% 11px 10%;}
.custom-select1 .select-selected { padding:11px 10% 11px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px; line-height:normal;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:11px 10% 11px 10%;}
.custom-select1 .select-selected { padding:11px 10% 11px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px; line-height:normal;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:192px;}
.custom-select1 .select-items .scrollb div { padding:11px 14px 11px 14px;}
.custom-select1 .select-selected { padding:11px 14px 11px 0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px; line-height:normal;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:216px;}
.custom-select1 .select-items .scrollb div { padding:11px 17px 11px 17px;}
.custom-select1 .select-selected { padding:11px 17px 11px 0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:16px; line-height:normal;}
}

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

}