input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-group label {
    position: relative;
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
    padding-left: 0px;
   font-size: 14px;
    font-weight: 600;
}
.room-thumbnail img{
    width: 100%;
    height: 240px;
     /*height: 200px;*/
}

/* Make the tag position relative to the figure */
.figure.tag {
  position: relative;
}
/* set the base styles all tags should use */
.figure.tag::before {
    transform: rotate(0deg);
    position: absolute;
    top: -98px;
  display: block;
  color: white;
 padding: 1px 5px;
  /*font-weight: bold;*/
}
/* Specific variations for different tags */
.featured-image {
      position: absolute;
        top: -87px;
    left: 0px;
    height: unset !important;
    width: unset !important;
    }
/*.figure.tag-featured::before {*/
/*    background: lightblue url("https://easyholidaytrips.com/assets/img/featured.png") no-repeat fixed center;*/
/*  content: "Featured";*/
/*  background: #fe5c24;*/
/*}*/

/*.top-left {*/
/*  position: absolute;*/
/*  top: 8px;*/
/*  left: 16px;*/
/*}*/

.figure.tag-sale::before {
  content: "Sale";
  background: red;
}

.figure.tag-out::before {
  content: "Out of Stock";
  background: #e2e2e2;
  border: #ccc;
  color: #444;
  top: 42%;
  right: 0;
  left: 0;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

.figure {
    display: unset;
}
.pagination .active{
	background-color: #009688;
}
#searchbutton: hover{
     background: #fe5c19 !important;
}
#searchbutton{
    background: #009688;
    color: white;
    font-weight: 600;
}

#resetbutton{
    background-color: #e2f2f1;
}

.recom-item {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}
.recom-item .recom-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*.recom-item .recom-media .pic:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    -webkit-box-shadow: inset 0 -100px 60px -40px rgba(0,0,0,0.8);*/
/*    -moz-box-shadow: inset 0 -100px 60px -40px rgba(0,0,0,0.8);*/
/*    box-shadow: inset 0 -100px 60px -40px rgba(0,0,0,0.8);*/
/*}*/
.recom-item .recom-media .pic img {
    border: 2px solid #003399;
        width: 100%;
    height: 300px;
    max-width: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.recom-item .recom-media .location {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 50%;
    width: 70%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-title{
	    background: #fbfbfbb8;
    padding: 8px 0px;
}
.single-room-slide .room-content h2 {
    color: #ffffff;
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}
.single-recent-post .post-thumb img {
    width: 100%;
    border-radius: 3px;
    height: 74px;
}
.section-padding-25-0 {
    padding-top: 25px;
    padding-bottom: 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.hotel-reservation--area label{
    font-size: 14px;
    font-weight: 600;
}
.colorB{
        color: #003399;
}
.alert-success {
    /* font-size: 11px; */
    color: #ffffff;
    background-color: #003399;
    border-color: #003399;
}

.alert-success p{
    color: #ffffff;
    font-size: 13px;
        margin-bottom: unset;
}
.alert-heading {
    font-size: 13px;
    margin: 13px 0px !important;
}
.single-room-area .room-content h2 {
    font-size: 20px;
}

.single-room-area .room-content h4 {
    color: #1cc3b2;
    margin-bottom: 5px;
    font-size: 20px;
}
.single-room-area .room-content .room-feature {
    margin-bottom: 0px;
}
.single-room-area {
    border: 1px solid #003399;
}
.single-room-area .room-thumbnail img {
    border-radius: unset;
}

.mb-20 {
    margin-bottom: 20px;
}
.figure-img {
    margin-bottom: unset;
    line-height: unset;
}
@media only screen and (max-width: 767px){ 
.single-room-area .room-content {
    padding-left: 35px;
}
    .room-thumbnail img {
    height: 270px;
}
}

.single-room-area .withdeal span {
    color: #ffffff !important;
}
.single-room-area .withdeal h6 {
    color: #ffffff !important;
}

.single-room-area .withdeal h2 {
    color: #fe5c24 !important;
    font-weight: 700 !important;
}

.single-room-area .withdeal {
  position: relative;
  animation: mymove 3s;
  animation-fill-mode: forwards;
}

@keyframes mymove {
  from {left: -30px;}
  to {left: 30px;}
}