<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .show-mobile {
        display:none;
    }
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    .show-mobile {
        display:none;
    }
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    #propertyScrollerContainer { width:100% !important; }
    #mapOffTop { display:none !important; }
    .show-mobile {
        display:none;
    }
    .show-mobile-tablet {
        display:block;
    }
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

.main-banner-wrapper .carousel-btn-block .carousel-btn, .listing_single_property_slider .owl-controls .owl-nav .owl-prev, .listing_single_property_slider .owl-controls .owl-nav .owl-next {
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 42px !important;
  width: 42px !important;
  line-height: 36px !important;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  z-index: 9;
}

.listing_single_property_slider .owl-controls .owl-nav {
  top: 40% !important;
}


.listing_single_property_slider .owl-controls .owl-nav .owl-prev:hover, .listing_single_property_slider .owl-controls .owl-nav .owl-next:hover {
  color: #fff !important;
  background: var(--ltn__secondary-color) !important;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-prev {
  color: var(--ltn__secondary-color) !important;
  background-color: #fff !important;
  left: 30px;
  position: absolute;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-next {
  color: var(--ltn__secondary-color) !important;
  background-color: #fff !important;
  right: 30px;
  position: absolute;
}

.mobile_prop_location { display:none; }

.nice-select .option {
  font-weight: 100;
}
 
.ltn__pagination ul li a {
    color: var(--ltn__secondary-color);
}

.ltn__pagination ul li a.current-page {
  background-color: #08405c ;
  color: #ffffff;
}

.ltn__pagination ul li a.current-page:hover {
  color: #08405c ;
  background-color: #ffffff;
}

.daterangepicker .drp-buttons .applyBtn {
    display:none !important;
}

.category_padding_smaller {
    padding:4px !important;
}

.category_padding_smaller2 {
    padding:9px !important;
}
 
/* small mobile :320px. */
@media (max-width: 767px) {
    
    .ltn__category-item-5 a .category-title {
        font-size:18px;
    }
    
    .ltn__pagination ul li a.current-page {
  background-color: #08405c ;
  color: #ffffff;
}
    
    .daterangepicker  {
        width:310px;
    }
    
    .daterangepicker .drp-buttons .applyBtn {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        height: 50px;
        font-size: 16px;
    }
    
    .ltn__page-details-inner h1 {
        font-size:26px;
        margin-top:-15px !important;
    }
    
    .mobile_price_text {
        font-size:24px !important;
    }
    
    .col-xs-6 {
        width:50%;
    }
    
    .mobile_property_cta_footer { 
        padding:40px 20px !important;
    }
    
    .mobile_prop_location { display:block; }
    
    .mobile_prop_location_hide { display:none; }
    
    .tab-content {
  padding: 0px !important;
}

    
    

    
    .ltn__pagination ul li a {
      line-height: 25px !important;
    }
    
    .text-center-mobile {
        text-align:center;
    }
    
    div.ltn__shop-options .nice-select
    {
        min-width: auto !important;
    }
    
    .category-tell-us-why-bar {
        height: 60px !important;
        margin-bottom: 0px;
        /*padding: 12px 9px !important;*/
    }
    
    .category-date-bar {
        
        margin-bottom: 0px;
        /*padding: 12px 9px !important;*/
    }
    
    
    .category_padding_smaller {
    padding:4px !important;
}

.category_padding_smaller2 {
    padding:9px !important;
}
    
    .category-date-bar {
    
        margin-bottom: 0px;
        /*padding: 12px 9px !important;*/
    }
    
    .category-dropdown-bar {
        height: 50px !important;
        margin-bottom: 0px;
        /*padding: 4px 9px !important;*/
    }
    
    .daterangepicker .drp-calendar.right {
        display:none  !important;
    }
    
    .ltn__slide-item-6 {
      padding-top: 0px;
      height: 465px !important
    }
    
    .show-mobile-tablet {
        display:none;
    }
    .show-mobile {
        display:block;
    }
    
    .hide-mobile {
        display:none;
    }
    
    .footer-top-area {
      padding-top: 75px;
      padding-bottom: 20px;
    }
    
    
    
    .m-pt-0 {
        padding-top:0px !important;
    }
    
    .m-mb-10 { 
        margin-bottom:10px !important;
    }
    .m-mb-15 { 
        margin-bottom:15px !important;
    }
    .m-mb-20 { 
        margin-bottom:20px !important;
    }
    .m-mb-25 { 
        margin-bottom:25px !important;
    }
    .m-mb-30 { 
        margin-bottom:30px !important;
    }
    
    .mobile-float-left {
        float:left !important;
    }
    
    #checkin-out-box { font-size:15px !important; }
    
    #mapOffTop { display:none !important; }
    
    .modal.show .modal-dialog {
        margin-top: 92px !important;
    }
    
    .col-sm-3, .col-xs-3 {
        width:25%;
    }
    
    /* Global */
    
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}
</pre></body></html>