@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { float:left; color:#ffffff; letter-spacing:0.25px; line-height:28px; margin:6px 16px 0 0; font-family: 'Poppins', sans-serif; font-weight: 500;}

.custom-select1 { width:253px; height:39px; float:left; text-align:left; background:#e8a836; border:1px solid #e8a836; border-radius:30px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#ffffff; border:1px solid #e8a836;}

.custom-select1:hover .select-selected { color:#e8a836;}

.custom-select1 select { display:none;}

.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.svg) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:18px;}

.custom-select1:hover:after { background:url(../images/custom-arrow11.svg) no-repeat 100% 100%;}

.select-items { max-height: 160px; overflow-y: scroll; background:#ffffff; position:absolute; top:103%; left:0; right:0; z-index:99;}

.select-items div { color:#e8a836; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#e8a836;}

.select-selected { color:#ffffff; padding:9px 18px 9px 18px;}

.select-items div, .select-selected { letter-spacing:0.4px; cursor:pointer;}

.custom-text1, .select-items div, .select-selected { font-size:14px;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-select1 { width:100%; height:38px; text-align:center; background:#792573; border:1px solid #792573; margin:0 0 0;}

.custom-select1:hover { background:#ffffff; border:1px solid #792573;}

.custom-select1:hover .select-selected { color:#792573;}

.select-items div { color:#792573;}

.select-items div:hover { color:#ffffff; background:#792573;}

.custom-select1:hover:after { background:url(../images/custom-arrow111.svg) no-repeat 100% 100%;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}

.select-selected { padding:8px 18px 10px 18px;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-select1 { width:100%; height:38px; text-align:center; background:#792573; border:1px solid #792573; margin:0 0 0;}

.custom-select1:hover { background:#ffffff; border:1px solid #792573;}

.custom-select1:hover .select-selected { color:#792573;}

.select-items div { color:#792573;}

.select-items div:hover { color:#ffffff; background:#792573;}

.custom-select1:hover:after { background:url(../images/custom-arrow111.svg) no-repeat 100% 100%;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}

.select-selected { padding:8px 18px 10px 18px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-select1 { width:100%; height:38px; text-align:center; background:#792573; border:1px solid #792573; margin:0 0 0;}

.custom-select1:hover { background:#ffffff; border:1px solid #792573;}

.custom-select1:hover .select-selected { color:#792573;}

.select-items div { color:#792573;}

.select-items div:hover { color:#ffffff; background:#792573;}

.custom-select1:hover:after { background:url(../images/custom-arrow111.svg) no-repeat 100% 100%;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}

.select-selected { padding:8px 18px 10px 18px;}

}



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

.custom-text1 { line-height:26px; margin:6px 8px 0 0;}

.custom-select1 { width:193px; height:36px;}

.custom-text1, .select-items div, .select-selected { font-size:12px;}

}



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

.custom-text1 { line-height:27px; margin:6px 12px 0 0;}

.custom-select1 { width:223px; height:38px;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}

}



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



}