@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; font-size:17px; font-weight:400; color:#484847; letter-spacing:0.5px; margin:19px 0 0;}
.custom-select1 select { display:none;}
.custom-select1 { width:70%; height:58px; float:right; text-align:left; background:#55ba47; border:1px solid #55ba47; border-radius:40px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#484847;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:20px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#484847; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { font-size:14px; color:#ffffff; padding:8px 16px;}
.select-items div:hover { background:#55ba47;}
.select-selected { font-size:17px; color:#ffffff;}
.custom-select1:hover .select-selected { color:#55ba47;}
.select-items div, .select-selected { font-weight:400; letter-spacing:0.5px; cursor:pointer; padding:18px 11% 16px 8%;}
.select-items div, .select-selected, .custom-text1 { font-family: 'Neutra-bold-font';}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; font-size:15.5px; margin:0 0 5px;}
.custom-select1 { width:100%; height:51px; text-align:center; float:left; margin:12px 0 0;}
.select-selected { font-size:15px; letter-spacing:0.4px;}
.select-items div { font-size:14px; letter-spacing:0.4px;}
.select-items div, .select-selected { padding:16px 5% 16px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%;}
.select-selected { font-size:15px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%;}
.select-selected { font-size:16px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { font-size:14px; margin:21px 0 0;}
}