.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  .main-section {
    height: 100vh;
    position: relative;
    /* background-color: red; */
  }

  .main-section .overlay{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .main-section .bg-img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .nav-transparent{
    background-color: rgba(0, 0, 0, 0) !important;
    color: white !important;
    font-weight: bolder;
    
  }

  .nav-transparent #navbarNavDropdown{
	  margin-right: 2rem;
	}

  .main-section .main-card{
    margin-top: 10rem;
    background-color: #f5f5f5;
  }

  .background-grey {
    background-color: #f5f5f5;
  }

  .background-grey-dark {
    background-color: #cac4c4;
  }

  .background-white {
    background-color: #ffffff;
  }


  .height-full{
    height: 90vh !important;
  }

  .left-border-none{
    border-left: 0 !important;
  }

  .right-border-none{
    border-right: 0 !important;
  }
  
  .border-radius-none{
    border-radius: 0 !important ;
  }

  .margin-10{
    margin-top: 10rem;
  }

  .result-container{
    width: 80vw;
  }

 

  .stepper-card .stepper-cat{
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 150px;
    padding: 0.5rem;
    overflow: scroll;
  }

  .stepper-active{
    border: 2px solid green !important;
  }

  .result-img{
    width: 200px;
  }

  .insurance-active {
    border: 2px solid green !important;
  }

  .insurance-active .selected-btn{
    background-color: rgba(0, 0, 0, 0.3) !important;
    content: "selected" !important;
  }

  .result-card{
    position: relative;
    background-color: #f5f5f5;
  }

  .time-card{
    position: relative;
    height: 600px;
    background-color: #f5f5f5;
  }

  .date-card{
    position: relative;
    height: 600px;
    background-color: #f5f5f5;
  }

  .time-card #time-list{
    height: 550px;
    overflow: scroll;
  }

  .result-card .arrow-up, .time-card .arrow-up, .date-card .arrow-up{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f5f5f5;;
    position: absolute;
    top: -15px;
    left: 20px;
  }

  .border-left {
    border-left: 2px solid grey;
  }

  .border-right {
    border-right: 2px solid grey;
  }

  .login-card{
    background-color: #f5f5f5;
  }

  .twitter-typeahead{
    display: block !important;
  }
  
  #footer{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
  }

  #footer ul{
    margin-top: 0.5rem;
 }

 #footer ul li {
    margin: 1rem 0;
 }

 #footer .footer-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 2px solid rgba(220,220,220,0.8);
 }

 #footer .footer-flex .footer-flex-chlid{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    width: 40%;
 }

  

  /* #ptime:focus ~ div[class^='time-card']{
    display: block !important;

  } */

  /*Select box with description*/
.select-box-desc .btn {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 25px;
  padding: 3px 7px;
  font-size: 12px;
  background-color: #ffffff;
  color:#555555;
  /*border-bottom: 3px solid #05374D;*/
  border-bottom: 2px solid #EE5533;
}
.select-box-desc .btn:hover {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.select-box-desc .btn-default:hover, .select-box-desc .open .dropdown-toggle.btn-default{
  background-color: #ffffff;
  border-color: #cccccc;
  /*border-bottom: 3px solid #05374D;*/
  border-bottom: 2px solid #EE5533;
}

.select-box-desc .input-group-btn button{
  width:100%;
  text-align:left;
}

.select-box-desc .input-group-btn .caret{
  position:absolute;
  right:10px;
  margin-top:8px;
}

.select-box-desc .dropdown-menu{
  min-width: 100%;
  max-height:150px;
  overflow-y:scroll;
  overflow-x: hidden;
}

.select-box-desc .dropdown-menu > li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.select-box-desc .dropdown-menu > li > a {
  text-decoration: none;
  color: black;
  font-size: 12px;
}

input[type="text"], .select-input {
  font-size: 14px;
}
.select-box-desc .dropdown-menu {
  min-width: 18rem;
}

.font-size-xl {
  font-size: 22px;
}

.font-size-lg {
  font-size: 20px;
}

.font-size-md {
  font-size: 18px;
}

.font-size-sm {
  font-size: 16px;
}

.font-size-xs {
  font-size: 14px;
}

  @media screen and (max-width:990px) {
    .nav-transparent #navbarNavDropdown{
      margin-right: 0;
      margin-top: 1rem;
    }

    .font-size-xl {
      font-size: 20px;
    }
    
    .font-size-lg {
      font-size: 18px;
    }
    
    .font-size-md {
      font-size: 16px;
    }
    
    .font-size-sm {
      font-size: 14px;
    }
    
    .font-size-xs {
      font-size: 12px;
    }
	  
	#footer .footer-flex {
        flex-direction: column;
    }

    #footer .footer-flex .footer-flex-chlid {
        margin-left: 1rem;
        width: 90%;
    }

    .main-section .main-card {
        margin-top: 3rem;
        background-color: #f5f5f5;
    }
  }