@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; color:#ffffff; line-height:26px; margin:11px 19px 0 0;}
.custom-select1 { width:253px; height:35px; float:right; text-align:left; background:#45c3d3; border:1px solid #45c3d3; border-radius:20px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#ffffff; border:1px solid #45c3d3;}
.custom-select1:hover .select-selected { color:#45c3d3;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:22px; height:22px; background:url(../images/custom-down-white-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:18px;}
.custom-select1:hover .select-selected:after { width:22px; height:22px; background:url(../images/custom-down-white-arrow2.svg) no-repeat center / 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#45c3d3; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#45c3d3;}
.select-selected { color:#ffffff; padding:7px 26px 7px 26px;}
.select-items div, .select-selected { cursor:pointer;}
.custom-text1, .select-items div, .select-selected { font-size:16px; letter-spacing:0; font-family: 'Montserrat', sans-serif; font-weight: 500;}



.custom-about { width:253px; height:35px; float:right; text-align:left; background:#45c3d3; border:1px solid #45c3d3; border-radius:20px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-about:hover { background:#ffffff; border:1px solid #45c3d3;}
.custom-about:hover .select-selected { color:#45c3d3;}
.custom-about select { display:none;}
.custom-about .select-selected:after { content:""; width:22px; height:22px; background:url(../images/custom-down-white-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:18px;}
.custom-about:hover .select-selected:after { width:22px; height:22px; background:url(../images/custom-down-white-arrow2.svg) no-repeat center / 100% 100%;}

.custom-select1 .select-items {max-height: 156px; overflow-y: auto;}

.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#45c3d3; border-radius:25px;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.custom-text1, .select-items div, .select-selected {font-size: 15px;}


.custom-about { width:100%; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-about .select-selected:after { right:5%;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; color:#6d6e71; line-height:22px; margin:0 0 14px;}
.custom-select1 {width:100%;height: auto;text-align:center;margin:0 0 0;position:relative;z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.select-selected {padding: 8px 5% 8px 5%;}
.custom-text1, .select-items div, .select-selected {font-size: 15px;}


.custom-about {width:100%;height: auto;text-align:center;margin:0 0 0;position:relative;z-index:999;}
.custom-about .select-selected:after { right:5%;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; color:#6d6e71; line-height:22px; margin:0 0 14px;}
.custom-select1 {width:100%;height: auto;text-align:center;margin:0 0 0;position:relative;z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.select-selected {padding: 8px 5% 8px 5%;height: auto;}
.custom-text1, .select-items div, .select-selected {font-size: 15px;}


.custom-about {width:100%;height: auto;text-align:center;margin:0 0 0;position:relative;z-index:999;}
.custom-about .select-selected:after { right:5%;}


}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:11px 13px 0 0;}
.custom-select1 { width:206px; height:41px; margin:0 0 0;}
.select-selected { padding:14px 20px 14px 20px;}
.custom-text1, .select-items div, .select-selected { font-size:14px;}


.custom-about { width:206px; height:41px; margin:0 0 0;}


}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:11px 16px 0 0;}
.custom-select1 { width:236px; height:43px; margin:0 0 0;}
.select-selected { padding:14px 23px 14px 23px;}
.custom-text1, .select-items div, .select-selected { font-size:15px;}


.custom-about { width:236px; height:43px; margin:0 0 0;}

}

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

}