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

.custom-select1 { background:none; border:1px solid #fbaf1d; border-radius:80px; transition:all 0.25s ease-out 0s; margin:0 0 0 12px; position:relative;}
.custom-select1:first-child { margin-left:0;}
.custom-select1:hover { background:#fbaf1d; border-color:#fbaf1d;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:171px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#414042; transition:all 0.25s ease-out 0s; padding:17px 34px 17px 34px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#fbaf1d;}
.custom-select1 .select-selected { color:#fbaf1d; transition:all 0.25s ease-out 0s; padding:17px 38px 17px 34px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down-yellow-white-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:28px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-yellow-white-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#9f804e; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:500; letter-spacing:normal; line-height:normal;}

.sidbar-col1 .custom-select1 { border:none; border-bottom:1px solid #ec6d31; border-radius:0; margin:0 0;}
.sidbar-col1 .custom-select1:hover { background:none; border-color:#fbaf1d;}
.sidbar-col1 .custom-select1 .select-selected { color:#878787; padding:27px 0 27px 0;}
.sidbar-col1 .custom-select1:hover .select-selected { color:#fbaf1d;}
.sidbar-col1 .custom-select1 .select-selected:after { background:url(../images/down-yellow-red-plain-arrow.svg) no-repeat top / 100%; right:0;}
.sidbar-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-yellow-red-plain-arrow.svg) no-repeat bottom / 100%;}
.sidbar-col1 .custom-select1 .select-items div, .sidbar-col1 .custom-select1 .select-selected { cursor:pointer; font-size:17px; font-weight:600; letter-spacing:-0.51px; line-height:normal;}

.custom-col1 .custom-select1 .select-selected:after { width:20px; height:16px; background:url(../images/right-orange-plain-arrow.svg) no-repeat top / 100%; right:23px;}
.custom-col1 .custom-select1:hover .select-selected:after { background:url(../images/right-white-plain-arrow.svg) no-repeat top / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:17px 30px 17px 30px;}
.custom-select1 .select-selected { padding:17px 30px 17px 30px;}
.custom-select1 .select-selected:after { right:24px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:17px 32px 17px 32px;}
.custom-select1 .select-selected { padding:17px 32px 17px 32px;}
.custom-select1 .select-selected:after { right:26px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}
}

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

}