.wd-xs-200{float: left;}
.form-control-label{font-size: 18px;color: #212529;}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:activ{
    background-color: #e84444;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
background-color: #e84444;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e84444;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e84444;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #504d4d;
    background-color: #e9ecef;
}
.btn-light{
  color: #504d4d;
  background-color: #e9ecef;
}
.btn-light:hover{
  color: #504d4d;
  background-color: #e9ecef;
}
.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #f98080;
  margin-top: auto;
}
.avatar_active {
  border-color: #b70505;
}
.avatar-ad {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #f98080;
  margin-top: auto;
}

.avatar-lg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #f98080;
  margin-top: auto;
}

.avatar-news {
  width: 200px;
  height: 200px;
  border: 3px solid;
  border-color: #f98080;
  margin-top: auto;
}

.schedule-active{
  background: #464242;
}
.work-slider-image{
  margin-top: 5px;
  margin-right: 10px;
}
.NameEdt{
  font-size: 21px;
}
#mydoc {width:200px;}
.show-read-more .more-text{
  display: none;
}
.active-text{
  font-weight: bold;
}
body{
  margin: 0px;
  margin-right: 0px;
  padding: 0px;
}
a{
  text-decoration: none !important;
  /*color: black  !important;*/
}
.modal-content-youtube{
  width: 700px;
  height: 500px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.nav-link{
  font-weight: bold;
}

/* collapse drop-down*/
[data-toggle="collapse"]:after {
display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  }   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}

.box:hover {
  box-shadow: 0 0 20px rgba(33,33,33,.2); 
}

.new{
  margin-bottom: 15px;
  background-color: #dedede;
  margin-right: 15px;
}

.ongoing{
  margin-bottom: 15px;
  background-color: #d1fff1;
  margin-right: 15px;
}

.follow-up{
  margin-bottom: 15px;
  background-color: #fffbd1;
  margin-right: 15px;
}

.closed{
  margin-bottom: 15px;
  background-color: #ffd1d1;
  margin-right: 15px;
}

.advisory{
  text-decoration: none !important;
  width: 100%;
}
.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:40px;border-radius:4px;}
#pincode-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;}
#pincode-list li{padding: 10px; width: 450px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#pincode-list li:hover{background:#ece3d2;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}
#suggesstion-box{min-height: 200px;overflow-y: auto;overflow-x: hidden;}