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

.custom-select1 { width:394px; float:left; text-align:left; background:none; border:1px solid rgba(0,0,0,0.2); border-radius:500px; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 0 0; position:relative; z-index:9;}
.custom-select1:hover { background:#0d0d0d; border-color:#0d0d0d;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .scrollb {max-height: 192px;max-width: 96%; max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:192px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#0d0d0d; transition:all 0.25s ease-out 0s; padding:14px 24px 14px 24px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#0d0d0d;}
.custom-select1 .select-selected { color:#0d0d0d; transition:all 0.25s ease-out 0s; padding:14px 50px 14px 24px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal;}

.concern-col1 .custom-select1 { background:#e8dbcc; border-color:#e8dbcc;}
.concern-col1 .custom-select1:hover { background:none; border-color:#e8dbcc;}

.contact-col1 .custom-select1 { width:100%; float:left; background:#faf9f6; border-color:#faf9f6; border-radius:0; margin:0 0 2.3%;}
.contact-col1 .custom-select1 .select-items .scrollb div { padding:20px 4.6% 20px 4.6%;}
.contact-col1 .custom-select1 .select-selected { padding:20px 8.6% 20px 4.6%;}
.contact-col1 .custom-select1:hover .select-selected { color:#0d0d0d;}

.sidbar-col1 .custom-select1 { width:100%; float:left; background:#faf9f6; border-color:#faf9f6; border-radius:0; margin:0 0 2.3%;}
.sidbar-col1 .custom-select1 .select-items .scrollb div { padding:15px 28px 15px 28px;}
.sidbar-col1 .custom-select1 .select-selected { padding:20px 28px 20px 28px;}
.sidbar-col1 .custom-select1:hover .select-selected { color:#0d0d0d;}
.sidbar-col1 .custom-select1 .select-items { max-height:200px;}

.sidbar-col2 .custom-select1 { width:100%; float:left; background:#c78a4f; border-color:#c78a4f; border-radius:0; margin:0 0 2.3%;}
.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 58px 15px 58px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 58px 26px 58px;}
.sidbar-col2 .custom-select1 .select-selected { color:#ffffff;}
.sidbar-col2 .custom-select1:hover .select-selected { color:#0d0d0d;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { cursor:pointer; font-size:25px; font-weight:400; letter-spacing:normal; line-height:normal;}

.teamer-wrapp .sidbar-col2 .custom-select1 { margin:0;}

.sidbar-col2 .custom-select1 .select-selected {
    background: url(../images/down-white-circle-arrow.svg) no-repeat;
    background-position-x:95%;
    background-position-y:50%;
    
}

.sidbar-col2 .custom-select1:hover .select-selected {
    background: url(../images/down-black-transparent-black-circle-arrow.svg) no-repeat;
    background-position-x:95%;
    background-position-y:50%;
    
}

.teamer-wrapp .sidbar-col2 .scrollbox-rail.scrollbox-vertical-rail.scrollbox-rail-in {
    height: 30px !important;
}

.teamer-wrapp .sidbar-col2 .scrollbox-bar.scrollbox-vertical-bar.scrollbox-bar-in {
    height: 30px !important;
}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.contact-col1 .custom-select1 { margin:0 0 4.2%;}
.contact-col1 .custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.contact-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}

.sidbar-col1 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 7% 26px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:18px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.contact-col1 .custom-select1 { margin:0 0 4.2%;}
.contact-col1 .custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.contact-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}

.sidbar-col1 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 7% 26px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:18px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 14px 5%;}
.custom-select1 .select-selected { padding:14px 5% 14px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.contact-col1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.contact-col1 .custom-select1:nth-child(2n) { float:right;}
.contact-col1 .custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.contact-col1 .custom-select1 .select-selected { padding:18px 5% 18px 5%;}

.sidbar-col1 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 { text-align:left;}
.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 7% 26px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:18px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:322px; margin:0 0 0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

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

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:346px; margin:0 0 0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px;}

.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 7% 26px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:19px;}
}

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

.sidbar-col2 .custom-select1 .select-items .scrollb div { padding:15px 7% 15px;}
.sidbar-col2 .custom-select1 .select-selected { padding:26px 7% 26px;}
.sidbar-col2 .custom-select1 .select-items .scrollb div, .sidbar-col2 .custom-select1 .select-selected { font-size:19px;}
}