@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { font-size:19px; color:#4c5253; letter-spacing:0.6px; line-height:29px; display:inline-block; margin:0 0 10px;}

.custom-select1 { width:100%; height:47px; float:right; text-align:left; background:#172337; border:1px solid #172337; border-radius:10px; transition:all 0.25s ease-out 0s; position:relative;}

.custom-select1:hover { background:#ffffff;}

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

.custom-select1 select { display:none;}

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

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

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}

.select-items div { color:#4f595b; padding:8px 16px;}

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

.select-selected { color:#ffffff;}

.select-items div, .select-selected { font-size:11.77px; letter-spacing:2.2px; cursor:pointer; padding:16px 10% 16px 10%; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 700;}

.select-items div {
    text-transform: capitalize;
}


/*Smartphone css*/

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

.custom-text1 { display:none;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}

.custom-select1:after { right:5%;}

.select-items div, .select-selected { padding:16px 5% 16px 5%;}

} 



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

.custom-text1 { display:none;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}

.custom-select1:after { right:5%;}

.select-items div, .select-selected { padding:16px 5% 16px 5%;}

}



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

.custom-text1 { display:none;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 4.2%; position:relative; z-index:999;}

.custom-select1:after { right:5%;}

.select-items div, .select-selected { padding:16px 5% 16px 5%;}

}



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

.custom-text1 { font-size:15px; letter-spacing:0.2px; line-height:25px; margin:0 0 14px;}

.custom-select1 { height:41px;}

.select-items div, .select-selected { font-size:9.77px; letter-spacing:1.2px; padding:14px 10% 14px 10%;}

}



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

.custom-select1 { height:44px;}

.custom-text1 { font-size:17px; letter-spacing:0.4px; line-height:27px; margin:0 0 12px;}

.select-items div, .select-selected { font-size:10.77px; letter-spacing:1.7px; padding:15px 10% 15px 10%;}

}



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



}