.theme-background-001 {
    position: relative;
}

.theme-background-001:before {
    z-index:99999999999999;
    position: absolute;
    content: '';
    width: 120px;
    height: 90%;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(-90deg, rgb(255 255 255 / 84%) 37%, rgb(255 255 255 / 0%) 99%, rgba(255,255,255,0) 10%);
    margin-bottom: 0px;
   transition:0.3s;
}

@media(max-width:991px){
   .theme-background-001:before {
  display:none;
}}
    

.theme-background-002 {
    position: relative;
}

.theme-background-002:before {
    z-index:99999999999999;
    position: absolute;
    content: '';
    width: 120px;
    height: 90%;
    left: 0px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgb(255 255 255 / 84%) 37%, rgb(255 255 255 / 0%) 99%, rgba(255,255,255,0) 10%);
    margin-bottom: 0px;
   transition:0.3s;
}
@media(max-width:991px){
   .theme-background-002:before {
  display:none;
}}
    


.sppb-carousel-extended-item img {
    width: 100%!important;
    object-fit: cover!important;
    height: 100%;
}


.number-homestay-text-001 {
  position: relative;
}

.number-homestay-text-001:before {
    position: absolute;
    background-size: contain !important;
    content: '02';
    height: 350px;
    color: #d4d4d49e;
    font-size: 300px;
  	font-weight:700;
    font-family: 'poppins' !important;
    right: -80px;
    bottom: 10px;
    z-index: -99 !important;
    letter-spacing: 10px;
}

@media (max-width: 991px){
.number-homestay-text-001:before {
    position: absolute;
    background-size: contain !important;
    content: '02';
    height: 350px;
       color: #c3c3c36e;
    font-size: 250px;
  	font-weight:700;
    font-family: 'poppins' !important;
    right: -50px;
     bottom: 90px;
    z-index: -99 !important;
    letter-spacing: 10px;
}}

@media (max-width: 767px) {
  .uk-container-large,
  .uk-container-padding {
    padding: 0 25px;
  }
  .tm-block-header {
    position: relative;
    background: url("../images/bg_toolbar.jpg") #ffffff no-repeat center bottom;
  }
  .tm-navbar {
    margin: 0;
  }
  .solidres-module-roomtype-item:not(:first-child),
  .solidres-module-asset-item:not(:first-child),
  .solidres-module-extra-item:not(:first-child),
  .solidres-module-coupon-item:not(:first-child),
  .solidres-module-experience-item:not(:first-child),
  .solidres-module-exp-extra-item:not(:first-child),
  .solidres-module-feedback > .feedback_item:not(:first-child) {
    margin-top: 20px;
  }
  .room_num_row .span4:nth-child(2),
  .room_num_row .span4:nth-child(3) {
    float: left;
    width: 48.93617021%;
  }
  .room_num_row .span4:nth-child(3) {
    margin-left: 2.12765957%;
  }
  .room_num_row label {
    display: block;
  }
  #room_num_row_1 .room_num_label label {
    display: none;
  }
  .solidres-module-roomtype .roomtype_desc {
    display: block;
  }
  .sr_tinycircleslider,
  .sr_tinycircleslider .overlay,
  .sr_tinycircleslider .viewport,
  .sr_tinycircleslider .overview li {
    width: 250px;
    height: 250px;
  }
  .list .solidres-module-asset-item h3 {
    margin-top: 10px;
  }
  .list .solidres-module-asset-item.circleslider-type {
    text-align: center;
  }
  .solidres-module-asset.list .sr_tinycircleslider {
    margin: 0 auto;
  }
  .solidres-module-experience-list a.item-name {
    margin-top: 10px;
  }
  .extra-detail {
    width: 40%;
  }
  .wizard-default ul li {
    padding: 0 0 0 10px;
    font-size: 16px;
  }
  .button-row .btn-group .btn {
    padding: 4px 20px;
  }
  .solidres-module-myrecentsearches {
    text-align: center;
  }
  .tm-totop-scroller {
    position: relative;
    right: 0;
    margin-top: 20px;
    text-align: right;
  }
}