@charset "utf-8";

/* CSS Document */
.custom-select1 { text-align:left; background:none; border:1px solid #998c80; border-radius:80px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#998c80; border-color:#998c80;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:179px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#7d7d7d; transition:all 0.25s ease-out 0s; padding:14px 23px 14.9px 26px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#998c80;}
.custom-select1 .select-selected { color:#998c80; transition:all 0.25s ease-out 0s; padding:14px 23px 14.9px 23px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6.9px; background:url(../images/down-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:19px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:600;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#ffffff; box-shadow:inset 1px 0 5px #ffffff; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#998c80; border-radius:25px;}

.banner-col3 .custom-select1 { background:#998c80; border:1px solid #998c80;}
.banner-col3 .custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.banner-col3 .custom-select1 .select-selected { color:#ffffff;}
.banner-col3 .custom-select1:hover .select-selected { color:#998c80;}
.banner-col3 .custom-select1 .select-items { z-index:99;}
.banner-col3 .custom-select1 .select-selected:after { background:url(../images/down-white-arrow.svg) no-repeat center / 100% 100%;}
.banner-col3 .custom-select1:hover .select-selected:after { background:url(../images/down-arrow1.svg) no-repeat bottom center / 100%;}


.galler-col2 .custom-select1 { background:#998c80; border:1px solid #998c80;}
.galler-col2 .custom-select1:hover { color: #998c80; background:#ffffff; border-color:#998c80;} 
.galler-col2 .custom-select1 .select-selected { color:#ffffff;}
.galler-col2 .custom-select1:hover .select-selected { color:#998c80;}
.galler-col2 .custom-select1 .select-items { z-index:99;}
.galler-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-arrow.svg) no-repeat center / 100% 100%;}
.galler-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-arrow1.svg) no-repeat bottom center / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
}

@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) {

}