@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular/montserrat-regular_1-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular/montserrat-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header {
    background-color: #4D8635;
    padding: 10px 0px;
}
header .navbar-wrapper a.nav-link{
    color: #fff;
    font-size: 14px;
}
p {
    font-size: 14px;
}
p, span {
    color: #858585;
}
a, span, p, button, input {
    font-family: 'montserratregular';
    line-height: 1;
}
h1,h2,h3,h4,h5 {
    font-family: 'montserratbold';
}
.logo img {
    width: 100%;
    height: 100%;
    max-width: 229px;
    max-height: 62px;
    object-fit: contain;
}
.title {
    color: #4D8635;
}
#big-title-wrapper {
    padding: 40px 0px 20px 0px;
}
#big-title-wrapper h2 {
    font-size: 2.7rem;
}
.big-title h2 {
    margin-bottom: 0px;
    line-height: 1;
    font-weight: bold;
}
.big-title span {
    font-size: 12px;
}
#main-gallery {
    display: flex;
}
#main-gallery .img-box.big {
    width: 50%;
}
#main-gallery .img-box.layer .img-item:first-child{
    height: 40%;
}
#main-gallery .img-box.layer2 .img-item {
    height: 50%;
}
#main-gallery .img-box.layer .img-item:last-child{
    height: 60%;
}
#main-gallery .img-box {
    width: 25%;
    min-height: 40vh;
}
#main-gallery .img-item {
    height: 100%;
    background-size: cover;
    width: 100%;
    border: solid 1px white;
    cursor: pointer;
    background-position: center;
}
#main-gallery .img-item.no-border-left {
    border-left: none;
}
#main-gallery .img-item.no-border-right {
    border-right: none;
}
#search-bar {
    padding: 20px 0px 25px 0px;
    border-bottom: 1px solid #D9D9D9;
}
#search-bar.bar2 {
    border-bottom: none;
    padding:  25px 0px 30px 0px;;
}
#search-bar .input-box {
    border: 1px solid #4D8635;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px -3px;
    display: flex;
    align-items: center;
}
#search-bar .input-box .input-wrapper {
    padding-left: 12px;
    line-height: 1;
    width: 100%;
}
#search-bar .input-box .input-wrapper > span {
    color: #4D8635;
    font-size: 12px;
}
#search-bar .input-box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#search-bar .input-box input {
    border: none;
}
#search-bar .input-box .hidden-input {
    position: relative;
}
#search-bar .input-box .hidden-input .placeholder span {
    font-size: 12px;
}
#search-bar .input-box .hidden-input input[type="date"] , #search-bar .input-box .hidden-input input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.submit-wrapper {
    height: 100%;
}
.submit-wrapper button {
    border: none;
    background: #4D8635;
    color: #F8E953;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    font-size: 12px;
}
.submit-wrapper button:hover {
    background-color: #467930;
}
#rooms .results-wrapper .result-details .price a:hover{
    background-color: #467930;
}
#main-desc {
    padding: 30px 0px;
}
#main-desc p {
    font-size: 14px;
    text-align: justify;
}
#main-desc h5 {
    color: #858585;
    font-size: 14px;
}
#main-desc a {
    color: #4D8635;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;    
}
#popular {
    padding: 60px 0px 60px 0px;
}
#popular p {
    font-size: 14px;
    text-align: justify;
}
#popular h3.title {
    margin-bottom: 20px;
}
#popular ul li {
    color: #858585;
}
#popular h3 {
    margin-bottom: 30px;
}
#popular .info-box {
    border: 1px solid #4D8635;
    border-radius: 10px;
    overflow: hidden;
    min-height: 457px;
}

#popular .info-box .box-bg {
    background-size: cover;
    height: 209px;
    background-position: bottom;
    background-repeat: no-repeat;
}
#popular .info-box p {
    text-align: justify;
    padding: 20px 20px 10px 20px;
    font-size: 12px;
}
#popular .info-box h2 {
    color: #858585;
    font-size: 16px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 0px;
}
#popular .info-box .more-btn {
    display: none;
    justify-content: center;
    align-items: center;
}
#popular .info-box .more-btn a {
    background-color: #F2FDF4;
    width: 44%;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 0px;
    border: solid 1px #4D8635;
    color: #4D8635;
    font-weight: bold;
    margin: 0 2px 20px 2px;
    font-size: 12px;
}
#popular .info-box .more-btn a:hover {
    background-color: #4D8635;  
    color: white;
}
footer {
    background-color: #4D8635;
    padding: 20px 0px;
}
footer a {
    text-decoration: none;
}
footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer ul li a {
    color: white; 
}
footer img.logo {
    width: 100%;
    height: 100%;
    max-width: 229px;
    max-height: 62px;
    object-fit: contain;
}
footer .social-wrapper img{
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    margin: 0px 10px;
}
.results-wrapper {
    padding-top: 20px;
}
.results-wrapper .result-box {
    display: flex;
    border-radius: 10px;
    border: solid 1px #4d8635;
    overflow: hidden;
    margin-bottom: 25px;
}
.results-wrapper .result-box .result-pic {
    width: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.results-wrapper .result-info{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    background: #F2FDF4;

}
#list-icon {
    display: block;
  }

  #grid-icon {
    display: none;
  }
.results-wrapper .result-info .result-name h4 {
    color: #4d8635;
    margin-bottom: 0px;
    font-size: 22px;
}
.results-wrapper .result-info .result-name span {
    font-size: 14px;
}
.results-wrapper .result-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.results-wrapper .result-details .score {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.results-wrapper .result-details .price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.results-wrapper .result-details .score .result-score {
    background-color: #4D8635;
    color: white;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 8px;
    font-size: 14px;
}
.results-wrapper .result-details .score h5 {
    margin-bottom: 0px;
    color: #858585;
    font-size: 14px;
    line-height: 1;
}
.results-wrapper .result-details .price h3 {
    color: #4D8635;
    font-size: 18px;
}
.results-wrapper .result-details .price span {
    font-family: 'montserratbold';
    font-size: 14px;
    margin-bottom: 2px;
    text-align: right;
}
.results-wrapper .result-details .price span.small {
    font-size: 12px;
}
.results-wrapper .result-details .price span:last-child {
    font-family: 'montserratregular';
    margin-top: 3px;
}
.results-wrapper .result-details .score span {
    color: #858585;
    font-size: 12px;
    font-weight: 200;
}
.results-wrapper .result-details .score div {
    line-height: 1;
}
.sort-by {
    line-height: 1;
    background: #F2FDF4;
    border: solid 1px #4d8635;
    display: flex;
    flex-direction: column;
    padding: 7px 15px;
    border-radius: 10px;
    width: 300px;
}
.sort-by select {
    border: none;
    background: transparent;
    color: #858585;
}
.sort-by span {
    color: #858585;
    font-size: 12px;
}
.map {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #4d8635;
}
.map .map-bg {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.map a {
    position: absolute;
    bottom: 0px;
    background: #4D8635;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 8px;
}
#filters-section h5 {
    color: #4D8635;
    font-size: 16px;
}
#filters-section h3 {
    font-size: 12px;
    color: #858585;
    line-height: 1;
    margin-bottom: 0px;
}
.search-filter {
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
    padding: 30px 0px 20px 0px;
    margin-top: 30px;
}
#view-switch {
    border: none;
    background: white;
    font-size: 2rem;
    color: #4d8635;
}
.search-filter .input-box {
    display: flex;
    border: solid 1px #4d8635;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 8px;
}
.search-filter .input-box button {
    border: none;
    background: transparent;
}
.search-filter .input-box button img {
    max-width: 20px;
}
.search-filter .input-box input{
    width: 100%;
    border: none;
    background: transparent;
}
.filter-by {
    padding: 40px 0px;
}
.filter-by a {
    color: #4d8635;
    text-decoration: none;
    font-weight: bold;
}
.filter-by .popular-filters {
    padding: 0px 0px 20px 0px;
}
.popular-filters label {
    color: #858585;
    font-size: 14px;
}
.price-range .sort-by input, .price-range .sort-by label {
    max-width: 100%;
    border: none;
    background: transparent;
    font-family: 'montserratbold';
    color: #858585;
    font-size: 14px;
    margin-top: 3px;
}
.price-range .sort-by {
    max-width: 49%;
}
.price-range .sort-by:first-child {
    margin-right: 5px;
}
.price-range {
    display: flex;
    justify-content: space-between;
    margin: 6px 0px;
}
#price-range-slider {
    width: 100%;
}
.filter-by-price {
    margin: 20px 0px;
}

.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0; 
  }
  .wrapper {
    background-color: black;
  }
  .price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }
  
  .price-field {
    position: relative;
    width: 100%;
    height: 29px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  
  .price-field input[type=range] {
      position: absolute;
  }
  
  /* Reset style for input range */
  
  .price-field input[type=range] {
    width: 100%;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    pointer-events: none;
    accent-color: #4d8635;

  }
  
  .price-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
  }
  
  .price-field input[type=range]:active,
  .price-field input[type=range]:focus {
    outline: 0;
  }
  
  .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
  }
  
  /* Style toddler input range */
  
  .price-field input[type=range]::-webkit-slider-thumb { 
    /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -7px;
      background-color: #4D8635;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
  }
  
  .price-field input[type=range]::-moz-range-thumb { 
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #4D8635;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type=range]::-ms-thumb  { 
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #4D8635;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  /* Style track input range */
  
  .price-field input[type=range]::-webkit-slider-runnable-track { 
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background:#4D8635;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-moz-range-track { 
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-ms-track { 
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }
  
  /* Style for input value block */
  
  .price-wrap {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
  }
  
  .price-wrap-1, 
  .price-wrap-2 {
    display: flex;
  }
  
  .price-title {
    margin-right: 5px;
    backgrund: #d58e32;
  }
  
  .price-wrap_line {
    margin: 0 10px;
  }
  
  .price-wrap #one, 
  .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background:  0;
    border: 0;
    outline: 0;
    color: #fff;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }
  
  .price-wrap label {
    text-align: right;
  }
  
  /* Style for active state input */
      
  .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }
  
  .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }
  
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* Hide the default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.5rem;
    user-select: none;
    display: flex;
  }
  input:focus {
    outline: none;
}
  /* Create a custom checkbox */
  .checkmark {
    --clr: #4D8635;
    position: relative;
    top: 3px;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #ccc;
    transition: 300ms;
    margin-right: 6px;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: var(--clr);
    border-radius: .5rem;
    animation: pulse 500ms ease-in-out;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border: solid #E0E0E2;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 #0B6E4F90;
      rotate: 20deg;
    }
  
    50% {
      rotate: -20deg;
    }
  
    75% {
      box-shadow: 0 0 0 10px #0B6E4F60;
    }
  
    100% {
      box-shadow: 0 0 0 13px #0B6E4F30;
      rotate: 0;
    }
  }


#galery .galery-bg-img {
    background-size: cover;
    height: 100%;
    padding: 9vh 0px;
    border: solid 3px white;
}
#single-header a {
    color: #4D8635;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
}
#single-header {
    padding: 50px 0px 0px 0px;
}
#single-header h2 {
    color: #4D8635;
    margin-bottom: 0px;
    line-height: 1;
}
#single-header p {
    margin-bottom: 20px;
}
.rates {
    margin: 0px 0px 20px 0px;
}
.rates img {
    margin: 0 5px;
}
#single-header span.label {
    background-color: #F8E953;
    border-radius: 10px;
    font-family: 'montserratbold';
    color: #4d8635;
    font-size: 12px;
    padding: 12px 20px;
    line-height: 1;
    box-shadow: 0px 0px 6px 1px #00000052;
}
#search-bar h3 {
    color: #4d8635;
}
#single-tabs .nav-tabs .nav-item.show .nav-link {
    border: none;
}
#single-tabs .nav-tabs .nav-link {
    border: none;
    color: #858585;
    font-family: 'montserratbold';
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}
#single-tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #4d8635;
    color: #4d8635;
}
#single-tabs .tab-content p{
    padding: 20px 0px;
}
#single-tabs .tab-content .tab-pane {
    padding: 10px 0px;
}
#single-tabs .tab-content .score {
    display: flex;
}
#single-tabs .tab-content .score span {
    display: flex;
    justify-content: center;
    align-items: center;
}
#single-tabs .tab-content .score .value {
    background-color: #4D8635;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 8px;
    font-size: 14px;
}
#single-tabs .tab-content h5 {
    border: none;
    color: #858585;
    font-family: 'montserratbold';
    font-size: 14px;
    margin: 7px 0px;
    display: flex;
    align-items: center;
    line-height: 1;
}
#single-tabs .tab-content span.guests {
    font-size: 12px;
    line-height: 1;
    max-width: 32%;
    display: block;
}
#single-tabs .tab-content .amenities-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Crea tres columnas de tamaño igual */
    grid-gap: 10px; /* Espacio entre columnas */
    max-width: 70%;
}
#single-tabs .tab-content .amenities-wrapper .amenity {
    display: flex;
    align-items: center;
}
#single-tabs .tab-content .amenities-wrapper .amenity img {
    margin-right: 20px;
}
#single-tabs .tab-content .location-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
}
#single-tabs .tab-content .location-title img {
    margin-right: 10px;
    max-width: 45px;
}
#single-tabs .tab-content .location-title h4 {
    color: #4d8635;
}
.room-amenitys {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.room-amenitys .amenity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}
.room-amenitys .amenity img {
    max-width: 28px;
}
#rooms .results-wrapper .result-info{
    background: white;
}
.results-wrapper .result-info a {
    border: none;
    background: #4D8635;
    color: #F8E953;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    font-size: 12px;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px;
    font-weight: bold;
}
#rooms .results-wrapper .result-details .price h3 {
    font-size: 23px;
}
#rooms .results-wrapper .result-details .price span {
    font-family: 'montserratregular';
}
#rooms .results-wrapper .result-details .price a {
    border: none;
    background: #4D8635;
    color: #F8E953;
    height: 100%;
    border-radius: 33px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 16px 0px;
    width: 230px;
    margin-top: 10px;
}
#rooms .results-wrapper .result-info p {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    max-width: 70%;
}
button:focus:not(:focus-visible) {
    outline: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
#main-gallery a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: black;
    text-decoration: none;
    background-color: #4e5b6e;
    padding: 10px 20px;
    border-radius: 23px;
    font-family: 'montserratbold';
    box-shadow: 0px 0px 10px;
    font-size: 11px;
}
#main-gallery {
    position: relative;
}
#main-gallery a img {
    max-width: 20px;
}
.hide-gallery {
    display: none;
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    #main-gallery .img-box.big {
        width: 40%;
    }
    #main-gallery .img-box {
        width: 30%;
        min-height: 226px;
    }
    #popular .info-box .box-bg {
        height: 145px;
    }
    .results-wrapper .result-box .result-pic {
        width: 30%;
    }
    .navbar-toggler-icon {
        display: inline;
    }
    .navbar-toggler-icon i{
        color: white;
        font-size: 27px;
    }
    #navbarNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        background: #4d8635;
        z-index: 99;
        padding: 20px;
        transition: 1s all;
        transform: translateX(-1000px);
        box-shadow: 0px 0px 10px 8px #02020266;
    }
    #navbarNav.open {
        transform: translateX(0px);
    }
    .navbar-toggler {
        padding: 0px;
    }
  }

  /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .navbar-toggler-icon {
        display: inline;
    }
    .navbar-toggler-icon i{
        color: white;
        font-size: 27px;
    }
    #navbarNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: #4d8635;
        z-index: 99;
        padding: 20px;
        transition: 1s all;
        transform: translateX(-1000px);
        box-shadow: 0px 0px 10px 8px #02020266;
    }
    #navbarNav.open {
        transform: translateX(0px);
    }
    .navbar-toggler {
        padding: 0px;
    }
    #main-gallery .img-box.big {
        width: 33%;
    }
    #main-gallery .img-box {
        width: 34%;
        min-height: 126px;
    }
    #search-bar .input-box {
        margin-bottom: 5px;
    }
    .submit-wrapper button {
        padding: 15px 0px;
        margin-top: 10px;
    }
    #popular .info-box {
        margin-bottom: 10px;
    }
    .results-wrapper .result-box {
        flex-direction: column;
    }
    .results-wrapper .result-box .result-pic {
        width: 100%;
        height: 175px;
    }
    .results-wrapper .result-info {
        width: 100%;
    }
    .results-wrapper .result-details {
        flex-direction: column;
        align-items: center
    }
    .results-wrapper .result-details .price {
        align-items: center
    }
    .room-amenitys {
        margin-bottom: 10px;
    }
    #rooms .results-wrapper .result-info p {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #rooms .results-wrapper .result-details .price h3 {
        margin-bottom: 0px;
    }
    #single-tabs .tab-content .tab-pane {
        padding: 10px;
    }
    #single-tabs .tab-content span.guests {
        margin-bottom: 20px;
    }
    #single-tabs .tab-content p {
        margin-bottom: 0px;
    }
    #single-tabs .tab-content .score {
        margin-bottom: 15px;
    }
    #single-tabs .tab-content .amenities-wrapper {
        max-width: 100%;
    }
    #single-tabs .tab-content .amenities-wrapper .amenity span {
        font-size: 12px;
    }
  }

  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    #main-gallery .img-box.big {
        width: 33%;
    }
    #main-gallery .img-box {
        width: 34%;
        min-height: 126px;
    }
    #search-bar .input-box {
        margin-bottom: 5px;
    }
    .submit-wrapper button {
        padding: 15px 0px;
        margin-top: 10px;
    }
    #popular .info-box {
        margin-bottom: 10px;
    }
    .results-wrapper .result-box {
        flex-direction: column;
    }
    .results-wrapper .result-box .result-pic {
        width: 100%;
        height: 175px;
    }
    .results-wrapper .result-info {
        width: 100%;
    }
    .results-wrapper .result-details {
        flex-direction: column;
        align-items: flex-end;
    }
    .results-wrapper .result-details .price {
        align-items: center
    }
    .room-amenitys {
        margin-bottom: 10px;
    }
    #rooms .results-wrapper .result-info p {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #rooms .results-wrapper .result-details .price h3 {
        margin-bottom: 0px;
    }
    #single-tabs .tab-content .tab-pane {
        padding: 10px;
    }
    #single-tabs .tab-content span.guests {
        margin-bottom: 20px;
    }
    #single-tabs .tab-content p {
        margin-bottom: 0px;
    }
    #single-tabs .tab-content .score {
        margin-bottom: 15px;
    }
    #single-tabs .tab-content .amenities-wrapper {
        max-width: 100%;
    }
    #single-tabs .tab-content .amenities-wrapper .amenity span {
        font-size: 12px;
    }
    
  }