@charset "utf-8";
/* CSS Document */

.custom-select1 { text-align:left; background:none; border:2.5px solid #012c4a; border-radius:34px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#012c4a; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:129px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items   .scrollb div { color:#012c4a; transition:all 0.25s ease-out 0s; padding:14px 21px 12px;}
.custom-select1 .select-items  .scrollb div:hover { color:#ffffff; background:#012c4a;}
.custom-select1 .select-selected { color:#012c4a; transition:all 0.25s ease-out 0s; padding:18px 21px 16px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:10.5px; height:7.3px; background:url(../images/down-blue-plain-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:700; line-height:normal;}

.custom-select1 .select-items::-webkit-scrollbar {display: none; width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#e6e3da; box-shadow:inset 1px 0 5px #e6e3da; border-radius:10px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#012c4a; border-radius:0;}

.contact-col1 .custom-select1 { width:100%; float:left; background:#ffffff; border:2.5px solid #ffffff; border-radius:0; margin:0 0 19px; height:48px;}
.contact-col1 .custom-select1 .select-items   .scrollbdiv, .contact-col2 .custom-select1 .select-selected { font-size:15px;}
.contact-col1 .custom-select1 .select-items   .scrollb div { color:#012c4a; transition:all 0.25s ease-out 0s; padding:14px 21px 12px;}
.contact-col1 .custom-select1 .select-items   .scrollb div:hover { color:#ffffff; background:#012c4a;}
.contact-col1 .custom-select1 .select-selected { color:#012c4a; padding:15px 21px 13px;}
.contact-col1 .custom-select1:hover .select-selected { color:#012c4a;}
.contact-col1 .custom-select1 .select-items  .scrollb div, .contact-col1 .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:400; line-height:normal;}

.getin-wrapp .custom-select1 { float:left; width:24.25%; border-radius:4px; border:1px solid #ffffff;}
.getin-wrapp .custom-select1 .select-items  .scrollb div, .getin-wrapp .custom-select1 .select-selected { font-size:15px; line-height:normal; font-weight:400;}
.getin-wrapp .custom-select1 .select-selected { color:#ffffff; padding:13px 21px 11px;}
.getin-wrapp .custom-select1 .select-items  .scrollb div { padding:13px 21px 11px;}
.getin-wrapp  .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.getin-wrapp  .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items .scrollb {max-height: 129px; max-width: calc(100% - 8px);}
    
   


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.getin-wrapp .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.getin-wrapp .custom-select1 { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.getin-wrapp .custom-select1 { width:100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.contact-col1 .custom-select1 { height:35px;}
.getin-wrapp .custom-select1 .select-items div, .getin-wrapp .custom-select1 .select-selected { font-size:13px;}
}

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

}

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

}