﻿@media (max-width: 600px)
{
      .custom-select 
      {
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 1.75rem .375rem .75rem;
        line-height: 1.5;
        color: #e5bd50;
        vertical-align: middle;
        font-weight: 600;
        background: #480001;
        background-size: 18px 22px;
        border-radius: 0;
        border: 1px solid #e5bd50;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 7px;
    }
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 20px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}
.btn-info:hover 
{
        color: #000;
        background-color: #fed438;
        border-color: #000000;
  }
     
} 
@media screen and (min-device-width: 768px) 
{
  .custom-select 
      {
        display: inline-block;
        width: 100%;
        height: calc(5.25rem + 3px);
        padding: 1.375rem 1.75rem 1.375rem .75rem;
        line-height: 1.5;
        color: #e5bd50;
        vertical-align: middle;
        font-weight: 600;
        background: #480001;
        background-size: 18px 22px;
        border-radius: 0;
        border: 1px solid #e5bd50;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 7px;
        font-size:32px;
    }
}






















