@charset "utf-8";

/* CSS Document */
.custom-select1 { background:none; border:1px solid rgba(213,236,241,0.3); border-radius:50px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:none; border:1px solid #65c5db;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:210px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb { max-height:210px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#65c5db; transition:all 0.25s ease-out 0s; padding:15px 26px 15px 26px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#65c5db;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:15px 26px 15px 26px;}
.custom-select1:hover .select-selected { color:#65c5db;}
.custom-select1 .select-selected:after { content:""; width:15px; height:14px; background:url(../images/down-blue-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:22px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-blue-plain-arrow2.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:500; letter-spacing:normal;}

.enquiry-wrapp .custom-select1 { border:1px solid #65c5db; margin:0 0 12px;}
.enquiry-wrapp .custom-select1:hover { background:none; border:1px solid #65c5db;}
.enquiry-wrapp .custom-select1 .select-selected { color:#65c5db; padding:19px 26px 19px 26px;}
.enquiry-wrapp .custom-select1 .select-items .scrollb div, .enquiry-wrapp .custom-select1 .select-selected { font-size:15px;}

.conten-wrapp .custom-select1 { border:1px solid #c8e6e3; margin:0 0 12px;}
.conten-wrapp .custom-select1:hover { background:none; border:1px solid #c8e6e3;}
.conten-wrapp .custom-select1 .select-selected { color:#65c5db; padding:19px 26px 19px 26px;}
.conten-wrapp .custom-select1 .select-items .scrollb div, .conten-wrapp .custom-select1 .select-selected { font-size:15px;}

.getin-wrapp .custom-select1 { border:1px solid #c8e6e3; margin:0 0 12px;}
.getin-wrapp .custom-select1:hover { background:none; border:1px solid #c8e6e3;}
.getin-wrapp .custom-select1 .select-selected { color:#fff; padding:19px 26px 19px 26px;}
.getin-wrapp .custom-select1 .select-items .scrollb div, .getin-wrapp .custom-select1 .select-selected { font-size:15px;}



.custom-about { background:none; border:1px solid rgba(213,236,241,0.3); border-radius:50px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-about:hover { background:none; border:1px solid #65c5db;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items { max-height:210px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-about .select-items .scrollb { max-height:210px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-about .select-items .scrollb div { color:#65c5db; transition:all 0.25s ease-out 0s; padding:15px 26px 15px 26px;}
.custom-about .select-items .scrollb div:hover { color:#ffffff; background:#65c5db;}
.custom-about .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:15px 26px 15px 26px;}
.custom-about:hover .select-selected { color:#65c5db;}
.custom-about .select-selected:after { content:""; width:15px; height:14px; background:url(../images/down-blue-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:22px;}
.custom-about:hover .select-selected:after { background:url(../images/down-blue-plain-arrow2.svg) no-repeat center / 100% 100%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { cursor:pointer; font-size:16px; font-weight:500; letter-spacing:normal;}

.conten-wrapp .custom-about { border:1px solid #c8e6e3; margin:0 0 12px;}
.conten-wrapp .custom-about:hover { background:none; border:1px solid #c8e6e3;}
.conten-wrapp .custom-about .select-selected { color:#65c5db; padding:19px 26px 19px 26px;}
.conten-wrapp .custom-about .select-items .scrollb div, .conten-wrapp .custom-about .select-selected { font-size:15px;}






/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.banner-wrapp .custom-select1 { border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover { background:#65c5db; border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.banner-wrapp .custom-select1 .select-selected { color:#65c5db;}
.banner-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}


.custom-about { width:100%;}
.custom-about .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-about .select-selected { padding:15px 5% 15px 5%;}
.custom-about .select-selected:after { right:5%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:14px;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.banner-wrapp .custom-select1 { border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover { background:#65c5db; border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.banner-wrapp .custom-select1 .select-selected { color:#65c5db;}
.banner-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}


.custom-about { width:100%;}
.custom-about .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-about .select-selected { padding:15px 5% 15px 5%;}
.custom-about .select-selected:after { right:5%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:14px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected:after { right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

.banner-wrapp .custom-select1 { border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover { background:#65c5db; border:1px solid #65c5db;}
.banner-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.banner-wrapp .custom-select1 .select-selected { color:#65c5db;}
.banner-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}


.custom-about { width:100%;}
.custom-about .select-items .scrollb div { padding:15px 5% 15px 5%;}
.custom-about .select-selected { padding:15px 5% 15px 5%;}
.custom-about .select-selected:after { right:5%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:14px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}
.custom-select1 .select-items .scrollb div {padding: 15px 20px 15px 20px;}


.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:14px;}
.custom-about .select-items .scrollb div {padding: 15px 20px 15px 20px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

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

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}

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

}