@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-row1 { background:#ffffff; border-radius:40px; margin:0 0 0; padding:4px 4px 4px 22px;}
.custom-text1 { float:left; font-size:14px; color:#662482; letter-spacing:0.25px; line-height:28px; margin:5px 12px 0 0; font-family: 'Poppins', sans-serif; font-weight: 700;}
.custom-select1 { width:220px; height:38px; float:right; background:#c2b945; border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1 select { display:none;}
.custom-select1 .arrow { width:9px; height:6px; background:url(../images/custom-arrow1.png) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:15px;}
.custom-select1:hover.arrow { background:url(../images/custom-arrow11.png) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; max-height: 152px; overflow-y: scroll;}
.select-items div { color:#662482; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#662482;}
.select-selected { color:#ffffff; padding:9px 13% 10px 9%;}
.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0.4px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; background:none; border-radius:0; margin:0 0 0; padding:0 0 0;}
.custom-text1 { float:none; font-size:13px; line-height:27px; margin:0 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .arrow { right:5%;}
.select-selected { padding:9px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; background:none; border-radius:0; margin:0 0 0; padding:0 0 0;}
.custom-text1 { float:none; font-size:13px; line-height:27px; margin:0 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .arrow { right:5%;}
.select-selected { padding:9px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; background:none; border-radius:0; margin:0 0 0; padding:0 0 0;}
.custom-text1 { float:none; font-size:13px; line-height:27px; margin:0 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .arrow { right:5%;}
.select-selected { padding:9px 5% 10px 5%;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { padding:4px 4px 4px 16px;}
.custom-text1 { font-size:12px; line-height:26px; margin:6px 6px 0 0;}
.custom-select1 { width:170px; height:35px;}
.select-items div, .select-selected { font-size:12px; letter-spacing:0.2px;}
.select-items { max-height: 144px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { padding:4px 4px 4px 19px;}
.custom-text1 { font-size:13px; line-height:27px; margin:6px 9px 0 0;}
.custom-select1 { width:180px; height:37px;}
.select-items div, .select-selected { font-size:13px; letter-spacing:0.3px;}
.select-items { max-height: 152px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}