@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; color:#2e3341; line-height:28px; margin:6px 20px 0 0;}
.custom-select1 { width:223px; height:40px; float:left; text-align:left; background:#eeeeee; border:1px solid #eeeeee; border-radius:30px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #1c3f31;}
.custom-select1:hover .select-selected { color:#1c3f31;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:9%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:103%; left:0; right:0; z-index:99;}
.select-items div { color:#1c3f31; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#1c3f31;}
.select-selected { color:#1c3f31; padding:13px 9% 12px 9%;}
.select-items div, .select-selected { cursor:pointer;}
.select-selected { line-height:1}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1.4px; text-transform:uppercase; font-family: 'Poppins', sans-serif; font-weight:700;}
.custom-text1, .select-items div {  font-size:12px; letter-spacing:1.4px; text-transform:uppercase; font-family: 'Poppins', sans-serif; font-weight: 700;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; display:none; margin:6px 20px 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0;}
.select-selected { padding:10px 5% 10px 5%;}
.custom-select1:after { right:5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; display:none; margin:6px 20px 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0;}
.select-selected { padding:10px 5% 10px 5%;}
.custom-select1:after { right:5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; display:none; margin:6px 20px 0 0;}
.custom-select1 { width:100%; height:37px; text-align:center; margin:0 0 0;}
.select-selected { padding:10px 5% 10px 5%;}
.custom-select1:after { right:5%;}
.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:2px 14px 0 0;}
.custom-select1 { width:143px; height:33px;}
.select-selected { padding:9px 9% 12px 9%;}
.custom-text1, .select-items div, .select-selected { font-size:10px; letter-spacing:0.8px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:4px 17px 0 0;}
.custom-select1 { width:183px; height:37px;}
.select-selected { padding:10px 9% 12px 9%;}
.custom-text1, .select-items div, .select-selected { font-size:11px; letter-spacing:1.1px;}
}

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

}