 .tag {
  font-size: 13px;
  padding: .5em .4em .4em;
  margin: 0 .1em;
  color:#053c6d!important;
}
.fa-chevron-left {
	color:black;
}
.tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}
.tag a:hover {
  opacity: 1.0
}
.tag .remove {
  cursor: pointer;
  top: 0;
}
.tag a {
  margin: 0 0 0 .3em;
}
.tag a .glyphicon-white
 {
  color:#f76d2b!important;
  margin-bottom: 2px;
}

.option
{
  padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;background-color: transparent!important;
}

label {
  
  display: block;
  position: relative;
  cursor: pointer;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img 
{
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label img 
{
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

input[type="checkbox"][id^="myCheckbox"][class='notify_cnt'] 
{
  display: none;
}

.header_link
{
   color:#053c6d!important;
   font-family: 'Helvetica', 'Arial', sans-serif!important;
}

.form-control
{
  border:1px solid #d1cfbb!important;
  border-radius:0px!important;
}

.container b-search__main
{
  font-family: 'Helvetica', 'Arial', sans-serif!important;
}

.fix_font
{
  font-family: 'Helvetica', 'Arial', sans-serif!important;
}

p
{
  font-family: 'Helvetica', 'Arial', sans-serif!important;
  font-size: 14px!important; 
}

.head_color
{
  color:#e77817!important;
}

.loader {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(231, 120, 23, 0.91);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 30px;
  margin-bottom: 10px;
  width: 30px !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


