.box-table {
    display: table;
    width: 100%;
}
.rooms {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    overflow: hidden;
}

.col-table {
  display: table-cell;
    vertical-align: middle;
    float: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    background-color: #6c757d1f
}
.rooms figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: rgba(177,169,155,0.9);
    text-align: left;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    width: 100%;
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
}

.rooms figure .caption-room {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 0 25px;
    width: 150px;
    height: 40px;
    margin: auto;
}

.rooms figure .caption-room:before, .rooms figure .caption-room div:before {
    left: 0;
    top: 0;
}
.rooms figure .caption-room:before, .rooms figure .caption-room:after {
    width: 0;
    height: 1px;
}

.rooms figure .caption-room:before, .rooms figure .caption-room:after, .rooms figure .caption-room div:before, .rooms figure .caption-room div:after {
    background-color: #fff;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.rooms figure .caption-room h4 {
    margin: 0;
    opacity: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.rooms figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.rooms figcaption {
  padding: 10px 10px;
margin: 0 10%;
}

.rooms h3 {
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
h3 {
    font-family: var(--body-font-family-2);
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

.rooms .detail p {
    margin: 20px 0 30px;
}

.btn-border {
  background-color: #9dd154;
border: solid 1px #f9f8f5;
padding: 10px 30px;
color: #fffefe;
text-transform: uppercase;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}

.btn-border:hover {
  color: #fff;
  background: #067820;
}

.mar-top-20 {
    margin-top: 20px;
}

.box-border {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.pad-lt-rt-30 {
    padding: 0 30px;
}
.h3 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
}

p {
    margin: 0 0 10px;
}


.btn-border1 {
    background-color: #f3061d;
    border: solid 1px #f9f8f5;
    padding: 10px 30px;
    color: #fffefe;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

@media (max-width: 991px) {


    .col-table {
    display: block;
    vertical-align: middle;
    float: left;
    width: 100%;
}


}

@media (max-width: 767px) {


    .room figcaption {
    width: 100%;
    position: relative;
    margin: 0;
}

.col-table {
    display: block;
    vertical-align: middle;
    float: left;
    width: 100%;
}

.room figure, .room figcaption {
    display: block;
}
.room figcaption {
    width: 100%;
    position: relative;
    margin: 0;
    background-color: #fff;
}

.btn-border {
  background-color: #093490;
  border: solid 1px #f9f8f5;
  padding: 10px 18px;
  font-size: 14px;
  color: #fffefe;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

}

@media (min-width: 768px){
.col-sm-push-6 {
    left: 50%;
}

.col-sm-6 {
    width: 50%;
}

.btn-border {
  background-color: #7cb925;
  border: solid 1px #f9f8f5;
  padding: 10px 18px;
  font-size: 14px;
  color: #fffefe;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
}

@media (max-width: 667px) {
  .col-table {
      display: block;
      vertical-align: middle;
      float: left;
      width: 100%;
  }
  .col-sm-push-6 {
      left: 100%;
  }

  .col-sm-6 {
      width: 100%;
  }

  .btn-border {
    background-color: #7cb925;
    border: solid 1px #f9f8f5;
    padding: 10px 18px;
    font-size: 14px;
    color: #fffefe;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}



}
