.slide-holder {
  float: left;
  height: 1px;
  position: relative;
  width: 60%;
}

.slide-holder .slide {
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: solid 1px #e5e4e4;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: none;
  height: 376px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}

@media(max-width: 767px) {
  .slide-holder .slide {
    height: 394px;
  }
}

.slide-holder .active {
  display: block;
  z-index: 10;
}

.slide-holder .last-active {
  z-index: 9;
}

.slide-holder .tab-holder {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
}

.slide-holder .tab-holder li {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  cursor: pointer;
  list-style: none;
  float: left;
  height: 10px;
  margin-left: 5px;
  width: 10px;
}

.slide-holder .tab-holder li.active {
  background-color: #ec1c2e;
}

.reorder {
  float: right;
  width: 40%;
}

.reorder .modal-header h2 {
  margin: 0;
}

@media (max-width: 767px) {
  .reorder {
    float: none;
    width: 100%;
  }
}

.reorder form {
  margin: 0;
}

.reorder form input[type='text'] {
  width: 70%;
}

.reorder .routing-number,
.reorder .account-number {
  position: relative;
  top: -5px;
}

.checks-image-heading {
	width: 100%;
    background: transparent;
    position: absolute;
    z-index: 9999;
    top: 10%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 1.8em;
	color : black;
}

@media(max-width: 1200px) {
	.checks-image-heading {
		font-size : 1.2em;
		top: 10%;
		height: 5%;
		display: flex;
		align-items: center;
		justify-content: center;
    }
}