@charset "utf-8";

/* CSS Document */
.custom-select1 { background:#4d9e8d; border:1px solid #4d9e8d; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:99;}
.custom-select1:hover { background:#151515; border-color:#151515;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:225px; overflow-y:scroll; background:#4d9e8d; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items .scrollb { max-height:225px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#ffffff; transition:all 0.25s ease-out 0s; padding:20px 24px 19px 24px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#151515;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:20px 34px 19px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:12.6px; height:6.3px; background:url(../images/down-white-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-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:500; text-transform:uppercase;}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #93a5b8 #1a1a1b;
  }

  /* Chrome, Edge, and Safari */
  *.testimonials-wrapp ::-webkit-scrollbar {
    width: 8px;
  }

  *.testimonials-wrapp ::-webkit-scrollbar-track {
    background: #1a1a1b;
	border-radius: 40px;
  }

  *.testimonials-wrapp ::-webkit-scrollbar-thumb {
    background-color: #4d9e8d;
    border-radius: 40px;
    border: 0px solid #912b2b;
	height:69px !important;
  }

  .custom-select1 .select-items::-webkit-scrollbar { width: 6px; display: none;}
  /* .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: #1a1a1b; border-radius: 25px;} */


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { background:#151515; border-color:#4d9e8d;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { background:#151515; border-color:#4d9e8d;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1:hover { background:#151515; border-color:#4d9e8d;}
}

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

}

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

}

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

}