<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Edition */

.fa-whatsapp {
  color: #25d366;
  font-size: 2em;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev {
  left: 10px !important;
}
.slick-next {
  right: 10px !important;
}
.dropdown-menu {
  max-height: 450px;
  overflow: auto;
  transform: none !important;
  top: unset !important;
}

/* End Here */

html,
body {
  height: 100%;
}

body {
  background-color: #fafafa !important;
  font-family: "Montserrat", sans-serif !important;
  color: #333 !important;
  display: flex;
  flex-direction: column;
}

.name {
  font-family: "Open Sans", sans-serif !important;
}
a {
  outline: 0;
}

.title,
.title a,
.title a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
}
.select2-container {
  line-height: 1.5 !important;
  color: #495057 !important;
  vertical-align: middle !important;
}

.select2-container--default .select2-selection--single {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center !important;
  display: inline-block !important;
  background-size: 8px 10px !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  width: 100%;
  height: calc(2.25rem + 2px) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-left: 1px solid #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da !important;
}

button:focus {
  outline: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pac-container {
  z-index: 2000 !important;
}

.btn-primaryR {
  border-radius: 4px;
  background-color: #dc3545;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px 30px;
  cursor: pointer;
  border: 0;
}

.btn-primaryR:hover {
  background-color: #c44454;
}

.btn-primaryR:disabled {
  background-color: #c44454;
}

.btn-primaryG {
  border-radius: 4px;
  background-color: #00a699;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
}

.btn-primaryG:hover {
  background-color: #01847a;
}

.btn-primaryG:disabled {
  background-color: #01847a;
}

.btn-outlineR {
  border-radius: 4px;
  background-color: transparent;
  color: #666 !important;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
}

.btn-outlineR:active,
.btn-outlineR:focus {
  background-color: #c44454 !important;
  color: #fff !important;
}

.form-style {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title .main {
  font-size: 30px;
  font-weight: 700;
}

.form-title .side {
  font-size: 14px;
}

.form-group {
  margin-bottom: 8px !important;
}

.form-group label {
  font-size: 12px;
  margin-bottom: 4px;
}

.form-group .btn-submit {
  margin-top: 10px;
  width: 100%;
}

/*google map css*/
/* The location pointed to by the popup tip. */
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: /* TIP_HEIGHT= */ 8px;
  left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  /*border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid white;*/
}
/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the info window. */
  /*background-color: white;
	padding: 5px;
	border-radius: 5px;*/
  font-family: sans-serif;
  overflow-y: auto;
  /*	max-height: 60px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);*/
}

.popup-content a {
  display: flex;
  width: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.popup-content a img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.popup-desc {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  font-size: 14px;
}

.popup-desc a div {
  word-wrap: unset;
}

.popup-title {
  font-weight: 700;
  font-size: 16px;
}
/*google map css*/

/*template page*/
.navbar-brand {
  margin-left: 4vw;
  margin-right: 5vw !important;
  height: 100%;
  display: none !important;
  align-items: center;
}

.navbar-brand &gt; img {
  height: 25px;
}

.navbar-search {
  /*position: relative;
	left: -20px;*/
  position: absolute;
  display: flex;
  right: 20px;
  width: 200px;
}

.navbar-search form {
  align-items: center;
  position: relative;
  display: flex;
}

.navbar-search .search-bar {
  padding: 10px 10px 10px 32px;
}

.navbar-search #search-icon {
  position: absolute;
  left: -5px;
  top: 15px;
  color: #666;
}

.navbar-toggler {
  margin-left: 2vw;
  align-items: center;
  display: flex;
  font-size: 12px !important;
  border: 0 !important;
}

.navbar-toggler .logo {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  margin-right: 8px;
}

.deskby-navbar {
  background-color: #fff;
  padding: 0px !important;
  height: 72px;
}

.navbar-collapse {
  background-color: #fff;
  z-index: 10;
  top: 72px;
  left: 0;
  right: 0;
  position: fixed !important;
}

.nav-link {
  min-width: 90px;
  text-align: left;
  color: #333 !important;
  padding: 10px 0px 10px 25px !important;
}

.nav-link:hover {
  color: #dc4d5f !important;
}

.nav-link.special {
  color: #e82953 !important;
  font-weight: 700;
}

/* .nav-link.profile.mobile{
	
} */

.nav-link.profile.desktop {
  display: none;
}

.nav-link.profile.dropdown-toggle::after {
  content: unset;
}

.nav-link.profile .profile-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #eee;
}

footer {
  background-color: #fff;
  padding: 0px 8vw;
}

footer .part-1 {
  padding: 25px 0px 20px;
  font-size: 14px;
}

footer .part-1 &gt; div &gt; div {
  margin-bottom: 20px;
}

footer .part-1 &gt; div &gt; .footer-group &gt; .name {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

footer .part-1 &gt; div &gt; .footer-group &gt; .item {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}

footer .part-1 &gt; div &gt; .footer-group &gt; .item a {
  text-decoration: none;
  color: #666;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .name {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .item {
  margin-top: 3px;
  display: flex;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .item a {
  text-decoration: none;
  color: #666;
  font-size: 22px;
  min-width: 30px;
  text-align: center;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .item a.facebook:hover {
  color: #3b5998;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .item a.twitter:hover {
  color: #1da1f2;
}

footer .part-1 &gt; div &gt; .footer-socmed &gt; .item a.instagram:hover {
  color: #e91e63;
}

footer .part-2 {
  border-top: 1px solid #ddd;
  padding: 20px 0px;
  font-size: 12px;
}
/*template page*/

/*listing component*/
.listing-group {
  display: flex;
  flex-direction: row;
  padding: 20px 10px 10px 10px;
  flex-wrap: wrap;
}

.listing-container {
  margin-bottom: 30px;
  position: relative;
  height: 345px;
}
.listing {
  margin-bottom: 25px;
  padding: 0 !important;
}

.listing-img {
  object-fit: cover;
  object-position: center center;
  height: 250px;
  width: 100%;
  border-radius: 6px;
}

.listing-carousel {
  height: 250px;
}

.listing-carousel.detail {
  height: 350px;
}

.listing-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.listing-carousel-inner {
  height: 100%;
  border-radius: 6px;
}

.listing-carousel-inner &gt; .carousel-item {
  height: 100%;
}

.listing-carousel-inner &gt; .carousel-item &gt; img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.listing-category,
.listing-category a,
.listing-category a:hover {
  margin-top: 5px;
  font-size: 12px;
  color: red;
  text-transform: uppercase;
}

.listing-venue {
  position: absolute;
  bottom: 50px;
  right: 25px;
  max-width: 43%;
  color: white;
  text-align: right;
}
.listing-action {
  position: absolute;
  top: 0;
  width: 89%;
  left: 20px;
  z-index: 1;
  padding: 10px;
  text-align: right;
}
.listing-name span {
  color: #888;
  font-size: 12px;
}
.listing-name a {
  color: #333;
}
.listing-name p {
  margin-bottom: 0;
  font-size: 14px;
}
.listing-name .list-pax {
  font-size: 14px;
}
.listing-name .list-pax i {
  color: #e82953;
}

.listing-name a:hover {
  color: #666;
  text-decoration: none !important;
}

.listing-price {
  margin-top: 3px;
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  left: 25px;
  padding: 5px;
  background-color: rgba(29, 189, 108, 0.5);
  color: white;
}
/*listing component*/

/*home page*/
.home-1 {
  background-image: url("../img/front/deskby-background2.jpg");
  height: 500px;
  background-position: center center;
  background-size: auto;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
}

.home-1 .title {
  margin-bottom: 30px;
}

.home-1 .title h1 {
  margin-bottom: 0;
}

.home-1 .form-group {
  padding: 0px 10px;
  font-size: 16px;
}

.home-1 .form-group input,
select {
  padding: 15px 20px;
  height: 100%;
  width: 100%;
}

.home-1 .btn-search {
  height: 100%;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #e82953;
  color: #fff;
  cursor: pointer;
}

.home-1 .btn-search:hover {
  background-color: #ff2857;
}

.home-2 {
  padding: 50px 6vw 10px;
  background-color: #fff;
}

.home-2 .title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-2 .category-group {
  justify-content: center;
}

.home-2 .category-group &gt; div {
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-2 .category-group &gt; div &gt; a {
  text-decoration: none !important;
}

.home-2 .category-group &gt; div &gt; a &gt; img {
  object-fit: cover;
  object-position: center center;
  height: 320px;
  width: 100%;
}

.home-2 .category-group &gt; div &gt; a &gt; .name {
  margin-top: 3px;
  font-weight: bold;
  color: #333;
}
.home-2 .category-group &gt; div &gt; a &gt; .description {
  color: #333;
}

.home-3 {
  padding: 30px 6vw 30px;
  background-color: #fff;
}

.home-3 .title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-3 .top-listing &gt; div {
  line-height: 1.2em;
  margin-bottom: 20px;
}

.home-4 {
  padding: 40px 10vw 20px;
}

.home-4 .title,
.home-6 .title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.home-4 .workflow &gt; div {
  margin-bottom: 20px;
  text-align: center;
}

.home-4 .workflow &gt; div &gt; .name {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
}

.home-5 {
  background-color: #ecf0f1;
}
.home-5 .about {
  background-color: #e82953;
  /* background-image: url(assets/img/front/deskby-about-us2.jpg); */
}

.home-5 .row &gt; .image {
  padding: 0;
}

.home-5 .row &gt; .image &gt; img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

.home-5 .row &gt; .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-5 .row &gt; .about &gt; div &gt; .name {
  font-size: 36px;
  font-weight: 900;
  color: white;
}

.home-5 .row &gt; .about &gt; div &gt; .desc,
.home-5 .row &gt; .about &gt; div &gt; .desc a {
  font-size: 20px;
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
}
.home-5 .row &gt; .about &gt; div &gt; a {
  border-radius: 10px;
  color: #e82953;
  font-weight: 700;
}

.home-5 .row &gt; .about &gt; .cta &gt; a {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: white;
  text-decoration: none;
  color: #e82953;
  border-radius: 10px;
}

.home-5 .row &gt; .about &gt; .cta &gt; a:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.home-7 {
  background-color: white;
}

/* .home-6 .slick-slide img{
	height: 190px;
} */
/*home page*/

/*search page*/
#filter-form {
  font-size: 14px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-dropdown {
  background-color: transparent !important;
  border: 0 !important;
  cursor: pointer;
}

.filter-item &gt; .btn-submit {
  background-color: #00a699;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 4px 12px;
  cursor: pointer;
}

.filter-item &gt; .btn-submit:hover {
  background-color: #01847a;
}

.filter-item .dropdown-item:hover {
  background-color: transparent !important;
}

.search-filter {
  padding-top: 10px;
  padding-left: 0px;
}

.filter-title {
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.filter-item {
  padding: 10px;
  display: flex;
  align-items: center;
}

.search-1 .map {
  width: 35%;
  position: relative;
  display: none;
}

.search-1 .map .static {
  position: fixed;
  width: 100%;
  height: 100%;
}

.search-1 .item img {
  width: 100%;
}
/*search page*/

/* pagination */
.pagination {
  justify-content: center;
  margin-bottom: 5px;
}
.pagination .page-item {
  margin-left: 3px;
  margin-right: 2px;
}
.pagination .page-item.active .page-link {
  background-color: #e60a36;
}
.pagination .page-item a,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 50px;
}
.pagination .page-item a:hover {
  color: #e60a36;
}
.pagination .page-link {
  background: transparent;
  border: none;
  color: #e60a36;
}

/*faq page*/
.faq .card {
  margin-bottom: 15px;
}

.btn-faq {
  background-color: transparent;
  font-weight: 400;
  width: 100%;
  text-align: left;
  white-space: inherit !important;
}

.btn-faq:focus {
  box-shadow: none !important;
}
/*faq page*/

/*detail page*/
.detail-1 {
  display: flex;
  padding: 30px 5px;
  flex-wrap: wrap;
  background-color: white;
}

.detail-1 .desc .desc-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.detail-1 .desc .desc-item .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.detail-category,
.detail-category a,
.detail-category a:hover {
  font-size: 16px;
  color: red;
}

.detail-name {
  font-size: 25px;
  font-weight: 700;
}

.book-group {
  padding: 10px 10px 25px 10px;
}

.btn-book,
.btn-trial {
  padding: 15px 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #e82953;
  font-weight: bold;
  font-size: 22px;
}

/* .btn-book{background-color: #00a699;} */
.btn-book:hover,
.btn-trial:hover {
  background-color: #ef204d;
}
/*detail page*/

/*about page*/
.about-1 {
  background-image: url("../img/front/deskby-about.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
}

.about-1 .title {
  font-size: 18px;
  padding: 40px 0;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}

.about-2 {
  padding: 30px 6vw;
  font-size: 14px;
}

.about-2 .big {
  font-size: 18px;
}
/*about page*/

/*addspace page*/
.addspace-1 {
  background-size: cover !important;
  padding: 90px 10px 50px 10px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img/promotion/deskby-add-space-1.jpg") right center;
}

.addspace-1 .title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
}

.addspace-1 .desc {
  width: 298px;
  font-size: 13px;
  margin-bottom: 25px;
}

.addspace-1 a {
  font-weight: 700;
}

.addspace-2 {
  background-size: cover !important;
  padding: 80px 10px;
  background: url("../img/promotion/deskby-add-space-2.jpg") right center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.addspace-2 .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  margin-bottom: 10px;
}

.addspace-2 .desc {
  width: 290px;
  font-size: 13px;
}

.addspace-3 {
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.addspace-3 .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.addspace-3 .desc {
  font-size: 13px;
  width: 80vw;
  margin-bottom: 30px;
}

.addspace-3 .category-group {
  padding: 0 3vw;
}

.addspace-3 .category-group &gt; div {
  margin-bottom: 50px;
}

.addspace-3 .category-group &gt; div &gt; a {
  text-decoration: none !important;
  display: flex;
  justify-content: center;
}

.addspace-3 .category-group &gt; div &gt; a &gt; img {
  object-fit: cover;
  object-position: center center;
  height: 200px;
  width: 100%;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
}

.addspace-3 .category-group &gt; div &gt; a &gt; .name {
  margin-top: 3px;
  text-align: center;
  color: #333;
  font-size: 18px;
  background-color: #fff;
  position: absolute;
  bottom: -19px;
  width: 75%;
  max-width: 270px;
  box-shadow: 0px 2px 4px 1px #eee;
  padding: 8px;
}

.addspace-4 {
  padding: 20px 0 47vw 0;
  background-size: cover !important;
  background: url("../img/promotion/deskby-add-space-3.jpg") center top;
  text-align: center;
}

.addspace-4 .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: -1px;
}

.addspace-4 a {
  font-weight: 700;
}
/*addspace page*/

/*register page*/
.register-1 {
  display: flex;
  justify-content: center;
  padding: 60px 15px;
}

.register-1 .terms {
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
}

.register-1 .login-link {
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
}

.register-1 .btn-submit {
  font-weight: 700;
  padding: 10px 18px;
}
/*register page*/

/* toggle-switch */
label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
label.switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

label.switch input:checked + .slider {
  background-color: rgb(35, 195, 114);
}

label.switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(35, 195, 114);
}

label.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
label.switch .slider.round {
  border-radius: 34px;
}

label.switch .slider.round:before {
  border-radius: 50%;
}

/*responsive*/
@media (min-width: 388px) {
  .about-1 .title {
    padding: 40px 0;
    font-size: 22px;
    line-height: 22px;
  }

  .about-2 {
    padding: 35px 10vw;
  }

  .addspace-1 .desc {
    font-size: 14px;
    width: 320px;
  }

  .addspace-2 .title {
    font-size: 22px;
  }

  .addspace-2 .desc {
    width: 300px;
    font-size: 14px;
  }

  .addspace-3 .desc {
    width: 320px;
  }

  .addspace-3 .category-group {
    padding: 0 10vw;
  }

  .addspace-3 .category-group &gt; div &gt; a &gt; img {
    height: 250px;
  }

  .addspace-4 {
    background: url("../img/promotion/deskby-add-space-3.jpg") center top;
  }
}

@media (min-width: 576px) {
  .home-5 .row &gt; .image &gt; img {
    height: 250px;
  }

  .about-1 .title {
    padding: 90px 0;
    font-size: 26px;
    line-height: 26px;
  }

  .about-2 {
    padding: 45px 15vw;
  }

  .addspace-1 {
    padding: 120px 0px 50px 5vw;
    background: linear-gradient(
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.3)
      ),
      url("../img/promotion/deskby-add-space-1.jpg") right center;
  }

  .addspace-2 .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .addspace-2 .desc {
    width: 390px;
    font-size: 16px;
  }

  .addspace-3 .title {
    font-size: 30px;
  }

  .addspace-3 .desc {
    font-size: 16px;
    width: 450px;
  }

  .addspace-3 .category-group {
    padding: 0 7vw;
  }

  .addspace-3 .category-group &gt; div &gt; a &gt; img {
    height: 230px;
  }

  .addspace-4 {
    background: url("../img/promotion/deskby-add-space-3.jpg") center top;
  }

  .addspace-4 .title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .form-title .main {
    font-size: 35px;
  }

  .form-title .side {
    font-size: 16px;
  }

  .home-1 .title h1 {
    font-size: 3rem;
  }

  .home-4 .workflow {
    display: flex;
    justify-content: center;
  }

  .home-4 .workflow &gt; div:nth-child(odd) {
    width: 300px;
  }

  .home-5 .row &gt; .image &gt; img {
    height: 300px;
  }

  .search-1 .map {
    width: 40%;
    display: flex;
    /*padding: 35px 25px 20px 0px;*/
  }

  .book-group {
    padding: 0 10px 0 0;
  }

  .navbar-collapse {
    margin-right: 25px;
  }
  .navbar-search {
    position: relative;
    /*left: -20px;*/
    display: block;
    width: 80%;
  }

  .about-1 .title {
    padding: 140px 0;
    font-size: 38px;
    line-height: 40px;
  }

  .about-2 {
    padding: 60px 15vw;
    font-size: 16px;
  }

  .about-2 .big {
    font-size: 20px;
  }

  .addspace-1 {
    padding: 120px 0px 50px 5vw;
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
      ),
      url("../img/promotion/deskby-add-space-1.jpg") right center;
  }

  .addspace-1 .title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .addspace-1 .desc {
    font-size: 16px;
    width: 420px;
    margin-bottom: 30px;
  }

  .addspace-2 {
    padding: 120px 0;
  }

  .addspace-3 .category-group {
    padding: 0 5vw;
  }

  .addspace-4 {
    background: url("../img/promotion/deskby-add-space-3.jpg") center top;
  }

  .addspace-4 .title {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    display: flex !important;
    margin-right: 2vw;
  }

  .navbar-search.mobile {
    display: none;
  }

  .navbar-search.desktop {
    width: 40vw;
  }

  .navbar-collapse {
    top: auto;
    left: auto;
    position: relative !important;
  }

  .nav-link {
    padding: 10px 8px !important;
  }

  .nav-link.profile.mobile {
    display: none;
  }

  .nav-link.profile.desktop {
    display: flex;
    justify-content: flex-start;
  }

  .listing {
    padding: 0px 15px !important;
  }

  .home-1 {
    background-size: 120%;
  }

  .home-5 .row &gt; .image &gt; img {
    height: 350px;
  }

  .home-5 .row &gt; .about,
  .home-5 .row &gt; .data {
    /*padding: 50px 25px;*/
    background-size: contain;
  }

  .home-5 .row &gt; .data &gt; .name {
    font-size: 36px;
    font-weight: 900;
    color: #000;
  }
  .home-5 .row &gt; .data a {
    color: #000;
  }

  .detail-1 {
    padding: 30px 7vw;
  }

  .detail-name {
    font-size: 35px;
  }

  .search-1 .map {
    width: 35%;
  }

  .search-filter {
    padding-left: 10px;
  }

  #filter-form {
    justify-content: flex-start;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.special {
    color: #e82953 !important;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #e82953;
    text-align: center !important;
    padding: 0.5rem 15px !important;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.special:hover {
    background-color: #e82953;
    color: white !important;
  }

  .nav-link.mobile-home {
    display: none;
  }

  .about-1 .title {
    padding: 160px 0;
    font-size: 42px;
    line-height: 44px;
  }

  .about-2 {
    padding: 75px 23vw;
    font-size: 16px;
  }

  .about-2 .big {
    font-size: 22px;
  }

  .addspace-1 {
    padding: 140px 0px 100px 7vw;
  }

  .addspace-2 .title {
    font-size: 32px;
    line-height: 36px;
  }

  .addspace-2 .desc {
    width: 450px;
    font-size: 18px;
  }

  .addspace-3 {
    padding: 90px 0;
  }

  .addspace-3 .title {
    font-size: 34px;
  }

  .addspace-3 .desc {
    font-size: 18px;
    width: 550px;
  }

  .addspace-3 .category-group {
    padding: 0 7vw;
  }

  .addspace-3 .category-group &gt; div &gt; a &gt; img {
    height: 270px;
  }

  .addspace-4 .title {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .form-style {
    padding: 30px;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .deskby-navbar {
    padding: 15px 3vw !important;
    width: 100%;
  }

  .nav-link {
    padding: inherit;
  }

  .navbar-collapse {
    margin-right: 0;
  }
  .navbar-search {
    width: 100%;
  }
  .detail-1 &gt; div &gt; h1.title {
    font-size: 48px;
  }
  .addspace-1 {
    padding: 220px 0px 120px 7vw;
  }

  .addspace-1 .title {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }

  .addspace-1 .desc {
    font-size: 20px;
    width: 500px;
    margin-bottom: 40px;
    line-height: 26px;
  }

  .addspace-1 a {
    font-size: 18px;
  }

  .addspace-2 {
    padding: 140px 0;
  }

  .addspace-2 .title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .addspace-2 .desc {
    width: 490px;
    font-size: 20px;
  }

  .addspace-3 .category-group {
    padding: 0 10vw;
  }

  .addspace-3 .category-group &gt; div &gt; a &gt; img {
    height: 300px;
    width: 320px;
  }

  .addspace-4 .title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .home-5 .row &gt; .data &gt; .desc {
    width: 75%;
  }
}
/*responsive*/
.btn-main {
  background-color: #e82953;
  color: #fff;
}
.btn-main:hover {
  background-color: #ff2857;
}
</pre></body></html>