@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 13px 0 0; position:relative; z-index:9999;}
.select-hide { display:none;}
.custom-text1 { float:left; font-size:16px; font-weight:700; color:#ffffff; letter-spacing:0; line-height:29px; margin:6px 14px 0 0;}
.custom-select1 { width:198px; height:45px; float:left; text-align:left; background:none; border:1px solid #00bfbd; border-radius:9px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#00bfbd; border:1px solid #00bfbd;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:10px; height:12px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:8%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#00bfbd; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#00bfbd;}
.select-selected { color:#00bfbd; letter-spacing:2.3px; text-transform:uppercase; padding:15px 10% 15px 10%;}
.select-items div, .select-selected { cursor:pointer; font-size:13px; font-weight:700; line-height:1;}
.custom-text1, .select-items div, .select-selected { font-family: 'Poppins', sans-serif; font-weight: 400;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-row1 { width:100%; margin:0 0 4.2%;}
.custom-text1 { float:none; margin:0 0 7px; display:inline-block;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-selected { padding:15px 5% 15px 5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-row1 { width:100%; margin:0 0 4.2%;}
.custom-text1 { float:none; font-size:14px; line-height:27px; display:none; margin:0 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-selected { padding:15px 5% 15px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-row1 { width:100%; margin:0 0 4.2%;}
.custom-text1 { float:none; font-size:14px; line-height:27px; display:none; margin:0 0 0;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1:after { right:5%;}
.select-selected { padding:15px 5% 15px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-row1 { margin:0 9px 0 0;}
.custom-text1 { font-size:14px; line-height:27px; display:none; margin:6px 8px 0 0;}
.custom-select1 { width:198px; height:42px; margin:0 0 0;}
.select-items div, .select-selected { font-size:11px; letter-spacing:1.5px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-row1 { margin:0 11px 0 0;}
.custom-text1 { font-size:14px; line-height:27px; display:none; margin:6px 8px 0 0;}
.custom-select1 { width:198px; height:43px; margin:0 0 0;}
.select-items div, .select-selected { font-size:12px; letter-spacing:1.9px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { font-size:15px; line-height:28px;}
}