.jp-label-search {
  font-family: Montserrat-regular;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #435b73;
  letter-spacing: .3px;
}

.jp-dropdown-mobile-container .Select-control{
  border: none;
  border-bottom: 1px solid #435b75;
  border-radius: 0;
}
.jp-dropdown-mobile-container .Select.is-open > .Select-control {
  border-bottom: 1px solid #435b75;
}

.jp-dropdown-mobile-container .Select.is-focused:not(.is-open) > .Select-control {
  border-color:unset;
  box-shadow: none;
  background: #fff;
}

.jp-dropdown-mobile-container .Select-menu-outer{ 
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #c7c6c8;
  z-index: 99;
  -webkit-animation: mymove 1s none; 
  animation: mymove 1s none;
  margin-bottom: 0px;
  max-height: 50% ;
  top: auto;
  box-shadow: none;
  border: none;
}

.jp-dropdown-mobile-container .Select-menu{
  max-height: 359px;
}

.jp-dropdown-mobile-container .Select-menu #react-select-12--option-0 {
  position: sticky;
  top: 0;
  background-color: #2a3c4d !important;
  border-bottom: 1px solid #435b73;
  font-family: Montserrat-Bold;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: #e59500;
  padding: 20px;
}


.jp-dropdown-mobile-container .Select-menu-outer .Select-menu .is-focused{
  font-family: Montserrat-Bold;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #faf7f7;
  background-color: #e59500!important;
  padding: 15px 0;
}


.jp-dropdown-mobile-container .Select-option {
  background-color: #2a3c4d;
  border-bottom: 1px solid #435b73;
  padding: 15px 0;
  font-family: Montserrat-Bold;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #faf7f7;
}

.jp-dropdown-mobile-container .Select-arrow:after{
  content: '';
  background-image: url(../img/ic-drop-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -2px;
  cursor: pointer;

}

.jp-dropdown-mobile-container .Select-arrow {
  border-color:transparent;
}



.jp-dropdown-mobile-container  .Select.is-open > .Select-control .Select-arrow {
top: -2px;
border-color: transparent ;
border-width: 0;
} 

.jp-dropdown-mobile-container .Select--single > .Select-control .Select-value {
  bottom: 0;
  left: 0;
  line-height: 34px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat-bold;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .3px;
  color: #2a3c4d;
  height: 24px;
}










.jp-autocomplete-mobile-container .Select-control{
  border: none;
  border-bottom: 1px solid #435b75;
  border-radius: 0;
  overflow: auto;
}
.jp-autocomplete-mobile-container .Select.is-open > .Select-control {
  border-bottom: 1px solid #435b75;
}

.jp-autocomplete-mobile-container .Select.is-focused:not(.is-open) > .Select-control {
  border-color:unset;
  box-shadow: none;
  background: #fff;
}

.jp-autocomplete-mobile-container .Select-arrow-zone{
    display: none
}

.jp-autocomplete-mobile-container .Select--single > .Select-control .Select-value {
  bottom: 0;
  left: 0;
  line-height: 34px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat-bold;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .3px;
  color: #2a3c4d;
  height: 24px;
}

.jp-autocomplete-mobile-container .Select-menu-outer {
  top: 100%;
  box-shadow: none;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  border: none;
  margin-bottom: 8px;
  margin-top: 8px;
}

.jp-autocomplete-mobile-container .Select-menu {
  overflow-y: auto;
  max-height: 179px;
  padding: 6px;
}

.jp-autocomplete-mobile-container .Select-option.is-focused {
  background-color: #fff;
  color: #2a3c4d;
}

.jp-autocomplete-mobile-container .Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  font-family: Montserrat-bold;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .3px;
  color: #2a3c4d;
  background: #fff!important;
  text-align: left;
  padding-left: 0;
}

.jp-autocomplete-mobile-container .Select-clear {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #2a3c4d;
  font-weight: bolder;
}

.jp-autocomplete-mobile-container .Select-clear-zone {
  display: flex;
  position: absolute;
  width: 24px;
  top:-40px
}

.jp-autocomplete-mobile-container .Select-placeholder, .jp-autocomplete-mobile-container .Select--single > .Select-control .Select-value {
  padding-left: 0;
}

.jp-autocomplete-mobile-container .Select-input {
  height: 34px;
  padding-left: 0;

}











@keyframes mymove {
  0% {
      bottom: -130px;
  }
  90% {
      bottom: 100px;
  }
} 

@media screen and (min-width: 320px) and (max-width: 359px) {
  .jp-dropdown-mobile-container .Select-option:last-child {
      margin-bottom: 74px;
  }
  
  .jp-dropdown-mobile-container .Select-menu-outer{
      position: fixed;
      bottom: 0 !important;
  }
  @keyframes mymove {
      0% {
          bottom: -130px;
      }
  } 
  
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .jp-dropdown-mobile-container .Select-option:last-child {
      margin-bottom: 40px;
  }
  .jp-dropdown-mobile-container .Select-menu-outer {
      bottom: 0;
  }
  
  @keyframes mymove {
      0% {
          bottom: -100px;
      }
  } 
}

@media screen and (min-width: 375px) and (max-width: 383px) {
  .jp-dropdown-mobile-container .Select-option:last-child {
      padding-bottom: 40px;
  }
  .jp-dropdown-mobile-container .Select-menu-outer {
      bottom: 0;
  }
  @keyframes mymove {
      0% {
          bottom: -100px;
      }
  } 
}

@media screen and (min-width: 602px) and (max-width: 667px) {
  
  .jp-dropdown-mobile-container .Select-menu-outer {
      bottom: 0;
  }
  
  @keyframes mymove {
      0% {
          bottom: -100px;
      }
  } 
  
}

@media screen and (min-width: 414px) and (max-width: 736px) {
  
  .jp-dropdown-mobile-container .Select-menu-outer {
      bottom: 0;
  }
  
  @keyframes mymove {
      0% {
          bottom: -100px;
      }
  } 
  
}

@media screen and (min-width: 384px) and (max-width: 640px) {
  
  .jp-dropdown-mobile-container .Select-menu-outer {
      bottom: 0%;
  }
  
  @keyframes mymove {
      0% {
          bottom: -100px;
      }
  } 
  
}