.editthumb img {
  width: 100px;
  margin-top: 10px;
  border:1px solid #ddd;
}

.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.removebtn a {
  text-decoration: none;
}

.imageholder {
  float: left;
  margin-right: 5px;
}

.taximgdiv img{
  height: auto;    
  width: 200px;
  clear:left;
}

.edittaximgdiv img {
  height: auto;
  width: 200px;
  clear: left;
}
/*Suniel Css*/
.editthumb{
  display: inline-block;
  position: relative;
  margin: 0% 1%;
}
#togglediv:first-child{
  margin-left: 0%;
}
#togglediv:last-child{
  margin-right: 0%;  
}
.editthumb .removebtn{
  position: absolute;
  z-index: 100;
  right: -4px;
  top: 3px;
  opacity: 0.6;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
}
.editthumb .removebtn:hover{
  opacity: 1; 
}

  .images{
    width: 23.5%;
    float: left;
    margin:5px;
  }
  .images img {
    max-width: 100%;
  }
@media all and (max-width: 768px) and (min-width: 520px) {
  .images{
    width: 30.8%;
    float: left;
    margin:5px;
  }
}

@media all and (max-width: 519px)  {
  .images{
    width: 100%%;
    float: left;
  }
}