@charset "utf-8";

/* CSS Document */
.custom-select1 { float:left; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:9999;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:148px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items .scrollb { max-height:148px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#29b3ba; transition:all 0.25s ease-out 0s; padding:10px 12px 9px 12px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#29b3ba;}
.custom-select1 .select-selected { transition:all 0.25s ease-out 0s; padding:10px 20px 9px 20px;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; letter-spacing:0.5px; font-weight:700;}

.dropdown1 { width:272px; background:#29b3ba; border:1px solid #29b3ba; margin:0 0 0;}
.dropdown1:hover { background:none; border:1px solid #29b3ba;}
.dropdown1 .select-selected { color:#ffffff;}
.dropdown1:hover .select-selected { color:#ffffff;}
.dropdown1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}

.fheader-wrapp .dropdown1 { width:208px; z-index: 999;}

.conten-wrapp .custom-select1 { width:254px; float:left; border:1px solid #29b3ba; background:#29b3ba; margin:0;}
.conten-wrapp .custom-select1:hover { background:#ffffff; border-color:#29b3ba;}
.conten-wrapp .custom-select1 .select-selected { color:#ffffff;}
.conten-wrapp .custom-select1:hover .select-selected { color:#29b3ba;}
.conten-wrapp .custom-select1 .select-selected:after { background:url("../images/down-white-plain-arrow.svg") no-repeat center / 100%;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url("../images/down-blue-plain-arrow.svg") no-repeat center / 100% 100%;}
.conten-wrapp .custom-select1 .select-items .scrollb { max-height:150px;}
.conten-wrapp .custom-col1.lessthanfive .custom-select1 .select-items .scrollb { max-height: inherit; overflow: visible;}

.custom-select1 .select-items::-webkit-scrollbar {display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.dropdown1 { width:100%; margin:0 0 4.2%;}
.fheader-wrapp .dropdown1 { width:100%; margin:4.2% 0 0;}
    
.conten-wrapp .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.dropdown1 { width:100%; margin:0 0 4.2%;}
.fheader-wrapp .dropdown1 { width:100%; margin:4.2% 0 0;}
    
.conten-wrapp .custom-select1 { width:100%;}    
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.dropdown1 { width:100%; margin:0 0 4.2%;}
.fheader-wrapp .dropdown1 { width:100%; margin:4.2% 0 0;}
    
.conten-wrapp .custom-select1 { width:100%;}    
}

@media screen and (min-width:768px) and (max-width:900px) {
.dropdown1 { width:230px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.fheader-wrapp .dropdown1 { width:145px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.dropdown1 { width:230px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.fheader-wrapp .dropdown1 { width:145px;}
}

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