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

.custom-select1 { background:#231f20; border:1px solid #231f20; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:none; border:1px solid #231f20;}
.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:#231f20; transition:all 0.25s ease-out 0s; padding:17px 42px 17px 42px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#231f20;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:19px 42px 19px 42px;}
.custom-select1:hover .select-selected { color:#231f20;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal; font-family: "Jost", sans-serif;}


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



/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items .scrollb div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:18px;}

.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items .scrollb div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items .scrollb div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
}

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

.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:20px;}

.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}

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

.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:20px;}

.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:24px;}

.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}