@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { float:left; width:100%; background:none; border-bottom:1px solid rgba(0,0,0,0.1); border-radius:0; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1 .select-items { max-height:160px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#1c1c1c; transition:all 0.25s ease-out 0s; padding:12px 10px 13px;}
.custom-select1 .select-items div:hover { color:#99d5eb;}
.custom-select1 .select-selected { color:#1c1c1c; transition:all 0.25s ease-out 0s; padding:15px 0 16px 0;}
.custom-select1:hover .select-selected { color:#99d5eb;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-gold-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:19px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:500; font-family: 'satoshi-medium-font';}

.dental-select .custom-select1 { border-bottom:1px solid rgba(0,0,0,0.0); border-top:1px solid rgba(0,0,0,0.1);}
.dental-select .custom-select1 .select-selected:after { right:0;}

.getin-wrapp .custom-select1 { width:30.88%; float:left; text-align:left;}
.getin-wrapp .custom-select1 .select-selected:after { right:0;}

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

/*Smartphone css*/
@media screen and (max-width: 480px) {
.getin-wrapp .custom-select1 { width:100%; margin:0 0 16px; text-align:center;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.getin-wrapp .custom-select1 { width:100%; margin:0 0 16px; text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.getin-wrapp .custom-select1 { width:100%; margin:0 0 16px; text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

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

}