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

.custom-select1 { width:210px; float:left; text-align:left; background:none; border:1px solid #f0ecde; border-radius:50px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#000000; border-color:#000000;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:183px;background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb{max-height: 183px; max-width: calc(100% - 8px);}
.custom-select1 .select-items .scrollb div { color:#000000; transition:all 0.25s ease-out 0s; padding:21px 38px 21px 38px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:21px 38px 21px 38px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:12px; height:8px; background:url(../images/down-black-white-plain-arrow.svg) no-repeat top center / 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-black-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px; display: none;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#000000; border-radius:25px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:1.69px; text-transform:uppercase;}

.banner-wrapp .custom-select1 { background:#ffffff; border:1px solid #ffffff;}
.banner-wrapp .custom-select1:hover { background:#000000; border-color:#000000;}
.banner-wrapp .custom-select1 .select-items .scrollb div { padding:21px 28px 21px 28px;}
.banner-wrapp .custom-select1 .select-selected { padding:21px 28px 21px 28px;}

.sidbar-wrapp .custom-select1 { width:100%; background:#ffffff; border:1px solid #ffffff; margin:0 0 0;}
.sidbar-wrapp .custom-select1:hover { background:#000000; border-color:#000000;}
.sidbar-wrapp .custom-select1 .select-items  .scrollb div { padding:21px 28px 21px 28px;}
.sidbar-wrapp .custom-select1 .select-selected { padding:21px 28px 21px 28px;}

.results-wrapp .custom-select1 { width:30.8%; float:none; background:#ffffff; border:1px solid #ffffff; margin:0 auto 99px;}
.results-wrapp .custom-select1:hover { background:#000000; border-color:#000000;}
.results-wrapp .custom-select1 .select-items .scrollb div { padding:21px 28px 21px 28px;}
.results-wrapp .custom-select1 .select-selected { padding:21px 28px 21px 28px;}

.send-wrapp .custom-select1 { width:32.77%; float:left; text-align:center; background:#ffffff; border:1px solid #ffffff; margin:0 0.84% 1.2% 0;}
.send-wrapp .custom-select1:hover { background:#000000; border-color:#000000;}
.send-wrapp .custom-select1:nth-child(3n) { margin-right:0;}
.send-wrapp .custom-select1 .select-items  .scrollb div { padding:21px 28px 21px 28px;}
.send-wrapp .custom-select1 .select-selected { padding:21px 28px 21px 28px;}
.send-wrapp .custom-select1 .select-items .scrollb div, .send-wrapp .custom-select1 .select-selected { font-size:15px; font-weight:400; letter-spacing:normal; text-transform:inherit;}

.linker-wrapp .linker-col2 .linker-row2.custom-select1 .select-selected {padding: 21px 41px 21px 20px;}
.linker-wrapp .linker-col2 .linker-row2.custom-select1 .select-items .scrollb div {padding: 21px 33px 21px 20px;}

.custom-select1.diver-2 .select-items .scrollb {max-width: 100%;}
.custom-select1.diver-2 .select-items .scrollbox-rail, .custom-select1.diver-2 .select-items .scrollbox-bar {display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:left; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.29px;}

.results-wrapp .custom-select1 { width:100%; margin:0 auto 36px;}
.results-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.results-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}

.send-wrapp .custom-select1 { width:100%; text-align:center; margin:0 0 4.2%;}
.send-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-items .scrollb div, .send-wrapp .custom-select1 .select-selected { font-size:13px;}

.linker-wrapp .custom-select1 {text-align: center;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:left; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.29px;}

.results-wrapp .custom-select1 { width:100%; margin:0 auto 36px;}
.results-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.results-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}

.send-wrapp .custom-select1 { width:48%; text-align:center; margin:0 0 4.2%;}
.send-wrapp .custom-select1:nth-child(2n) { float:right;}
.send-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-items .scrollb div, .send-wrapp .custom-select1 .select-selected { font-size:13px;}

.linker-wrapp .custom-select1 {text-align: center;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; text-align:left; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1:nth-child(2) { margin-top:0;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.29px;}

.results-wrapp .custom-select1 { width:100%; margin:0 auto 36px;}
.results-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.results-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}

.send-wrapp .custom-select1 { width:48%; text-align:center; margin:0 0 4.2%;}
.send-wrapp .custom-select1:nth-child(2n) { float:right;}
.send-wrapp .custom-select1 .select-items .scrollb div { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.send-wrapp .custom-select1 .select-items .scrollb  div, .send-wrapp .custom-select1 .select-selected { font-size:13px;}

.linker-wrapp .custom-select1 {text-align: center;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div { padding:21px 28px 21px 28px;}
.custom-select1 .select-selected { padding:21px 28px 21px 28px;}
.custom-select1 .select-selected:after { width:9px; right:18px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.29px;}

.results-wrapp .custom-select1 { margin:0 auto 75px;}

.send-wrapp .custom-select1 .select-items .scrollb div, .send-wrapp .custom-select1 .select-selected { font-size:13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div { padding:21px 33px 21px 33px;}
.custom-select1 .select-selected { padding:21px 33px 21px 33px;}
.custom-select1 .select-selected:after { width:10px; right:23px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.49px;}

.results-wrapp .custom-select1 { margin:0 auto 87px;}

.send-wrapp .custom-select1 .select-items .scrollb div, .send-wrapp .custom-select1 .select-selected { font-size:14px;}
}

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