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

.custom-select1 { background:#706f6f; border:1px solid #706f6f; border-radius:60px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:9;}
.custom-select1:hover { background:#ffffff; border:1px solid #706f6f;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:168px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#706f6f; transition:all 0.25s ease-out 0s; padding:18px 32px 18px 26px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#706f6f;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:18px 32px 18px 26px;}
.custom-select1:hover .select-selected { color:#706f6f;}
.custom-select1 .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down-white-grey-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:22px;}
.custom-select1:hover .select-selected:after { background: no-repeat bottom / 100%;}

.custom-select1 .select-items::-webkit-scrollbar { width:6px; float:left;}
.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:#e94e1b; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:700; letter-spacing:normal; line-height:1.33;}

.custom-col1 { width:100%; float:left; margin:0 0 95px; position:relative; z-index:99;}
.custom-col1 .custom-select1 { width:270px; background:#e94e1b; border:1px solid #e94e1b;}
.custom-col1 .custom-select1:hover { background:#706f6f; border:1px solid #706f6f;}
.custom-col1 .custom-select1:hover .select-selected { color:#fff;}
.custom-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-white-grey-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:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.conten-wrapp .custom-col1{margin:0 0 38px}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.conten-wrapp .custom-col1{margin:0 0 38px}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.conten-wrapp .custom-col1{margin:0 0 38px}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:18px 26px 18px 20px;}
.custom-select1 .select-selected { padding:18px 26px 18px 20px;}
.custom-select1 .select-selected:after { right:16px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:18px 29px 18px 23px;}
.custom-select1 .select-selected { padding:18px 29px 18px 23px;}
.custom-select1 .select-selected:after { right:19px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}
}

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

}