@charset "UTF-8";

/*
Theme Name: Sap Property
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/* Categories 01 to 03 are the basics. */

/* Variables */
*{box-sizing: border-box;}
img{max-width:100%;}
.container{ margin:0 auto; padding:0 15px; max-width:1140px;}
body{ margin:0; padding:0; font-family: "Roboto", sans-serif; color:#616161; line-height:1.5;}
a{ text-decoration:none;}
.last-menu a.hfe-menu-item { color: #000000; background-color: #9CC9E7; border-radius:10px;}

#masthead {width:100%; position: fixed !important; top: 0px; transition: top 0.3s; z-index: 10000; border-bottom:1px solid #ddd;}
#page{ padding-top:130px;}

.chosen-container,
.select2-container{ margin-right:15px !important; width:145px !important;}
.chosen-container-multi .chosen-choices,
.select2-container--default .select2-selection--multiple .select2-selection__rendered{ padding:8px 30px 5px 10px !important; border-radius:5px; background-image:url(assets/images/down-arrow-icon.png) !important; background-repeat:no-repeat; background-position:top 14px right 10px !important;}

.select2-container--default .select2-selection--multiple{ line-height:1.2;}
.select2-container .select2-search--inline .select2-search__field{ margin:0 !important; font-size: 14px !important;}


.search-filter-box { display: flex; align-items: center; justify-content: center;}
.search-filter-section button[type="submit"]{ padding:11px 30px; background:#9cc9e7; cursor:pointer; border-radius:5px; border:0; text-transform:uppercase; font-weight:500; font-family: "Roboto", sans-serif;}

p{ margin: 0 0 15px;}
.project-list{}
.row{ margin-left:-15px; margin-right:-15px; display:flex; flex-wrap: wrap;}
.col-1{ width:100%; padding:0 15px;}
.col-2{ width:50%; padding:0 15px;}
.col-3{ width:33.333%; padding:0 15px;}
.col-4{ width:25%; padding:0 15px;}
.col-5{ width:20%; padding:0 15px;}

.project-list-box{ margin-bottom:20px; padding:0 0px 0px 0px; background:#fff; position:relative; float:left; width:100%; transition:0.5s;}

.project-list-box .project-box-img { margin-top:0px; position:relative;}
.project-list-box .project-box-img img{ min-height:200px; object-fit:cover; display:block; max-height: 200px; width: 100%; transition: 0.5s;}
.project-list-box:hover .project-box-img img{ /*transform:scale(1.1);*/ }

.project-list-box .project-box-img .project-status{ position:absolute; right:0; top:0; padding:5px 10px; color:#fff; background:red;}

.project-info-area{ padding: 15px;}

.project-list-box h3{ margin: 0 0 10px; /*padding-bottom:15px; border-bottom:1px solid #dddddd;*/ font-size:16px; color:#071b33; font-weight:700;}
.project-list-box h3 a{ color:#071b33; text-decoration: none;}

.project-list-box .project-price-area{ display:flex; margin-bottom:15px; /*padding:0px 0px 15px; border-bottom:1px solid #dddddd;*/}
.project-list-box .project-price{ font-size:14px; color:#616161; width:50%; /*text-align:center;*/}
.project-list-box .project-price.project-land{ /*border-left:1px solid #dddddd;*/}

.project-list-box .owl-nav .owl-prev{ position:absolute; left:0; top:50%; transform:translatey(-50%); font-size:36px !important; background:rgba(255,255,255,0.5) !important; width:35px; height:35px; border-radius:100%; line-height:25px !important;}
.project-list-box .owl-nav .owl-next{ position:absolute; right:0; top:50%; transform:translatey(-50%); font-size:36px !important; background:rgba(255,255,255,0.5) !important; width:35px; height:35px; border-radius:100%; line-height:25px !important;}

.project-info-items{ display:flex; flex-wrap: wrap; font-size: 14px; /*margin-bottom:15px; border-bottom:1px solid #dddddd;*/}
.project-info-item{ width:50%; margin-bottom:10px; padding:0 5px 0 35px; color:#616161;}
.project-info-item.bedroom{ background-image:url(assets/images/bedroom-icon.png); background-repeat:no-repeat; background-position: top -2px left; background-size:25px;}
.project-info-item.bathroom{ background-image:url(assets/images/bathroom-icon.png); background-repeat:no-repeat; background-position: top -2px left; background-size:25px;}
.project-info-item.sqft{ background-image:url(assets/images/floor-area-icon.png); background-repeat:no-repeat; background-position: top 2px left; background-size:25px;}
.project-info-item.garage{ background-image:url(assets/images/garage-icon.png); background-repeat:no-repeat; background-position: top -2px left; background-size:25px;}


.project-list-box .btn-area{ display:flex;}
.project-list-box .enquire-btn{ margin-right:20px;}
.project-list-box .enquire-btn a{ padding:10px 15px; text-decoration:none; background:#000; color:#fff; display:block; font-size:14px; border-radius:5px; transition:0.5s;}
.project-list-box .enquire-btn a:hover{ background:#9CC9E7; color:#000;}
.project-list-box .view-details-btn{}
.project-list-box .view-details-btn a{ padding:10px 15px; text-decoration:none; background:#9CC9E7; color:#000; display:block; font-size:14px; border-radius:5px; transition:0.5s;}
.project-list-box .view-details-btn a:hover{ background:#000; color:#fff;}

.project-count-section{ margin:0 0 50px; display:flex; justify-content: space-between;}
.project-count-area{}

.cat-area .elementor-image-box-wrapper{ position:relative;}
.cat-area .elementor-image-box-wrapper .elementor-image-box-img{ margin:0;}
.cat-area .elementor-image-box-wrapper .elementor-image-box-img img{ display:block;}
.cat-area .elementor-image-box-wrapper .elementor-image-box-content{ padding:10px 25px; position:absolute; left:0; bottom:30px; width:auto; background:rgba(255,255,255,0.5);}
.cat-area .elementor-image-box-wrapper .elementor-image-box-content h3{ margin:0 0;}
.cat-area.service-area .elementor-image-box-wrapper .elementor-image-box-content h3{ margin:0 0 0px;}

.project-count-area{ font-size:16px;}
.sort-options span{ font-size:16px;}
#sort-by-select{ padding:5px 10px; background:#fff; height:40px; border:1px solid #ddd; border-radius: 5px; font-size:14px;}

/* Pagination Wrapper */
.pagination { display: flex; justify-content: center; /* Center the pagination */ margin: 20px 0;}

/* Individual Pagination Links */
.pagination a,
.pagination span { color: #0073aa; /* Default link color */ padding: 10px 15px; margin: 0 5px; text-decoration: none; border: 1px solid #ddd; /* Border around the links */ background-color: #f9f9f9; /* Background color of the links */ border-radius: 3px; /* Rounded corners */ font-size: 14px; transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */}

/* Hover State */
.pagination a:hover { background-color: #9CC9E7; /* Background color on hover */ color: #000000; /* Text color on hover */ border-color: #9CC9E7; /* Border color on hover */}

/* Active Page Number */
.pagination .current { background-color: #9CC9E7; /* Active page background color */ color: #000000; /* Active page text color */ border-color: #9CC9E7; /* Active page border color */ font-weight: bold; /* Make active page number bold */}

/* Previous and Next Links */
.pagination .prev,
.pagination .next { font-weight: bold; /* Make prev and next links bold */}

/* Remove Border on Active and Hover State */
.pagination .current:hover { border-color: #9CC9E7; /* Keep border color same on hover for active page */}


footer#colophon .elementor-image-box-content h3{ margin:0 0 5px;}
footer#colophon .newsletter-form{}
footer#colophon .newsletter-form p{ margin:0;}
footer#colophon .newsletter-form small{ margin:0 0 15px; display:block;}
footer#colophon .newsletter-form .newsletter-box{ position:relative;}
footer#colophon .newsletter-form .newsletter-box input[type='email']{ padding:15px 15px; background:#494a53; border:1px solid #ddd; color:#fff; font-family: "Roboto", sans-serif; width: 100%;}
footer#colophon .newsletter-form .newsletter-box input[type='submit']{ padding:15px 15px; background:#9cc9e7; border:1px solid #ddd; color:#fff; position:absolute; right:0; top:0; cursor:pointer; text-transform:uppercase; font-weight:700; font-family: "Roboto", sans-serif;}
.wpcf7-spinner{ position:absolute; left:0;}
.wpcf7-form-control-wrap{ float:left; width:100%;}


#search-results{ margin-top:50px; padding:70px 0 10px 0; background-color: #F3F4F9;}


.project-banner{ position:relative;}
/*.project-banner:after{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; content:"";
 background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 100%);}*/
.project-banner img{ display:block; width:100%; max-height:600px; max-width:100% !important; object-fit:cover; object-position:center center;}
.page-template .project-banner img{ height:400px !important;}
.project-banner h1{ margin:0 0 0px 0; color:#fff; font-size:30px;}
.project-banner .banner-info{ padding:20px 0; background:#292933;}

.project-banner .banner-info .project-title-panel{}
.project-banner .banner-info .project-price-panel{display: flex; justify-content: end; align-items: center;}

.project-banner .project-status{ margin:0 10px 0 0; padding:10px 20px; color:#fff; background:red; display: inline-block; border-radius: 10px;}
.project-banner .project-price{ padding:10px 20px; background:#fff; color:#000; display: inline-block; border-radius: 10px;}
.project-banner .project-price p{ margin:0; text-align:center; font-size:20px;}
.project-banner .project-price p strong{ }


.project-banner .widget-image-caption{position: absolute; width: 100%; top: 50%; font-size: 48px; font-weight:700; color: #000; transform: translateY(-50%);}

.project-info-section{ padding:30px 0 0px; background:#292933;}
.project-info-section .project-info-items{ margin:0; border-bottom:0;}
.project-info-section .project-info-items .project-info-item{ margin:0 0 30px; padding:10px; width:100%; border:1px solid #fff; border-radius:10px; color:#fff; display:flex; align-items: center; justify-content: space-between; font-size:20px;}

.project-overview-section{ padding:50px 0 100px 0; background:#f3f4f9;}
.project-overview-section h2{margin:0 0 10px; color: #121830; font-family: "Roboto", Sans-serif; font-size: 36px; font-weight: 400;}

.project-location-section{}
.project-location-section .container{ margin-top:-50px; padding:40px 50px 50px; background:#fff;}
.project-location-section h2{margin:0 0 20px; color: #121830; font-family: "Roboto", Sans-serif; font-size: 36px; font-weight: 400; line-height:1;}
.project-location-section iframe{ border:0;}

.project-gallery-section{ padding:0px 0 0px 0; position:relative;}
.project-gallery-section:before{ position:absolute; left:0; top:50px; width:100%; height:calc(100% - 100px); background:#292933; content:"";}
.project-gallery-section #sync1 .item img{ max-height:500px; object-fit:cover;}
.project-gallery-section #sync2 .item img{ max-height:100px; object-fit:cover;}
#sync1 .item { background: #fff; padding: 0px 0px; margin: 5px 0; color: #FFF; text-align: center;}
#sync2 .item { padding: 0px 0px; margin: 5px 0; color: #FFF;   text-align: center; cursor: pointer; background:#fff;}
#sync2 .item img{ opacity:0.5;}
#sync2 .current .item img{	opacity:1;}
.owl-theme .owl-nav { /*default owl-theme theme reset .disabled:hover links */}
.owl-theme .owl-nav [class*=owl-] { transition: all 0.3s ease;}
.owl-theme .owl-nav [class*=owl-].disabled:hover { background-color: #D6D6D6;}
#sync1.owl-theme { position: relative;}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev { width: 40px; height: 35px; margin-top: -20px; position: absolute; top: 50%;  background:#292933; color:#fff;}
#sync1.owl-theme .owl-prev { left: 0px; border-radius: 0px 20px 20px 0px;}
#sync1.owl-theme .owl-next { right: 0px; border-radius: 20px 0px 0px 20px;}





.enquire-now-btn{ position:fixed; right:-46px; top:50%; z-index:2; transform:rotate(-90deg);}
.enquire-now-btn a{ padding:10px 20px; background:#9CC9E7; color:#000; border-radius:10px;}

.enquire-now-section{ padding:50px 0;}
.contact-info-area{ display:flex; align-items: center; justify-content: space-between;}
.contact-info-area .contact-heading h2{margin:0 0 0px; color: #121830; font-family: "Roboto", Sans-serif; font-size: 36px; font-weight: 400;}
.contact-info-box{ display:flex; align-items: center;}
.contact-info-box .contact-info{ text-align:right;}
.contact-info-box .contact-info p{ margin:0 0 10px;}
.contact-info-box .contact-info p:last-child{ margin:0 0 0px;}
.contact-info-box .contact-info a{ color:#000;}
.contact-info-box .contact-info-img{ margin-left:15px;}
.contact-info-box .contact-info-img img{ min-height:150px; min-width:150px; max-height:150px; max-width:150px; object-fit:cover; border-radius:100%;}

.enquire-now-area p{ float:left; width:100%;}
.enquire-now-area input[type="text"],
.enquire-now-area input[type="tel"],
.enquire-now-area input[type="email"]{ margin:0; padding:0 15px; width:100%; height:40px; border:1px solid #ddd; font-family: "Roboto", Sans-serif; font-size:14px;}
.enquire-now-area textarea{ margin:0; padding:10px 15px; width:100%; height:150px; border:1px solid #ddd; font-family: "Roboto", Sans-serif; font-size:14px; resize:none;}
.enquire-now-area input[type="submit"]{ margin:0; padding:10px 15px; height:40px; border:0px solid #ddd; font-family: "Roboto", Sans-serif; font-size:14px; background:#9CC9E7; color:#000; cursor:pointer; border-radius:10px;}
.enquire-now-area input[type="submit"]:hover{background:#9CC9E7;}

.contact-page-info .ekit-wid-con ul li{ margin-bottom:15px; display:block; width:100%; color:#000;}
.contact-page-info .ekit-wid-con ul li a{ color:#000;}
.contact-page-info .ekit-wid-con ul li a:hover{ color:#6EC1E4;}
.contact-form p{ margin-top:0; display: block; width: 100%; float: left;}

/* Author section wrapper */
.author-bio {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 40px;
}

/* Author avatar */
.author-bio .author-avatar {
  flex-shrink: 0;
  margin-right: 20px;
}

.author-bio .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

/* Author details */
.author-bio .author-details {
  flex-grow: 1;
}

.author-bio .author-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.author-bio .author-name a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-bio .author-name a:hover {
  color: #005177;
}

.author-bio .author-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.author-bio .author-social-links {
  margin-top: 10px;
}

.author-bio .author-social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-bio .author-social-links a:hover {
  color: #005177;
}


/* Wrapper for the Posted By section */
.posted-by {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Icon or Avatar for Author */
.posted-by .author-avatar {
  margin-right: 10px;
}

.posted-by .author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

/* Text content */
.posted-by .author-details {
  flex-grow: 1;
}

.posted-by .author-details a {
  color: #0073aa;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.posted-by .author-details a:hover {
  color: #005177;
}

/* Date information */
.posted-by .posted-on,
.posted-by .byline,
.posted-by .edit-link{
  margin-right: 10px;
  font-size: 14px;
  color: #777;
}


/* Taxonomy section wrapper */
.post-taxonomies {
  margin-top: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
}

/* Taxonomy labels */
.post-taxonomies span {
  font-weight: bold;
  color: #333;
}

/* Categories and tags links */
.post-taxonomies a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #0073aa;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.post-taxonomies a:hover {
  background-color: #005177;
}

/* For responsive design */
@media (max-width: 768px) {
  .author-bio {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-bio .author-avatar {
    margin-bottom: 15px;
  }

  .post-taxonomies a {
    margin-bottom: 5px;
  }
}



/* Wrapper for Prev/Next buttons */
.nav-links {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
}

.nav-links a{color: #000; display:block;}
.nav-links a:hover{color: #fff;}
.nav-links .post-title{ display:none;}
.nav-links a p{margin:0; padding:0;}
.nav-links .nav-previous a .svg-icon{ position:absolute; left:10px;}
.nav-links .nav-next a .svg-icon{ position:absolute; right:10px;}

/* Previous button (left-aligned) */
.nav-links .nav-previous a{
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #9CC9E7;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Next button (right-aligned) */
.nav-links .nav-next a{
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #9CC9E7;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  background-color: #005177;
	color:#fff;
}

/* For mobile view (responsive design) */
@media (max-width: 768px) {
  .nav-links .nav-previous,
  .nav-links .nav-next {
    position: static;
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}


/* Wrapper for the comment form */
.comment-form {
  margin-top: 0px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* Input fields (Name, Email, Website) */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Input focus effect */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}

/* Textarea (Comment box) */
.comment-form textarea {
  min-height: 120px;
  resize: none;
}

/* Submit button */
.comment-form input[type="submit"],
.comment-form button {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0073aa;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Submit button hover effect */
.comment-form input[type="submit"]:hover,
.comment-form button:hover {
  background-color: #005177;
}

/* Responsive design */
@media (max-width: 768px) {
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea {
    font-size: 14px;
  }

  .comment-form input[type="submit"],
  .comment-form button {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.single-post .elementor-widget-image img{ max-width:100% !important;}


:root {
  --theme-color: #ff7f27;
  --theme-color-hover: #fc914a;
  --theme-color2: #000c7b;
}
/* Modal Box  */

.modal-box {
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
}

/* Custom Multi Select */
.sd-multiSelect {
  position: relative;
}
.sd-multiSelect .placeholder {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.sd-multiSelect .sd-CustomSelect {
  width: 100% !important;
}

.sd-multiSelect .ms-choice {
  position: relative;
  text-align: left !important;
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #ffff;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  font-weight: 500;
  color: #212529;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
  content: "\f107 ";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
  border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.sd-multiSelect .ms-drop li {
  position: relative;
  margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  border-width: 0 2px 2px 0;
}

.bdt-pagepiling-slider #pp-nav{ z-index:1;}



@media (max-width: 1400px) {
.chosen-container,
.select2-container{ margin-right:5px !important; width:140px !important;}
	
}

@media (max-width: 767px) {
.col-2{ width:100%;}
.col-3{ width:100%;}
.col-4{ width:100%;}
.col-5{ width:100%;}
.project-list { padding: 0 0px;}
#page {padding-top: 114px;}
	
.project-count-section,
.contact-info-area{ display:block;}
#search-results{ padding:30px 0 10px 0}
.contact-info-box .contact-info{ text-align:left;}
	
.project-location-section .container{ padding:30px 15px 30px;}
.project-overview-section{ padding:50px 0 70px 0;}
.contact-info-box .contact-info-img img { min-height: 100px; min-width: 100px; max-height: 100px; max-width: 100px;}
	
.enquire-now-section { padding: 30px 0;}
.search-filter-box .chosen-select{ width:100%;}
.project-banner .banner-info .project-price-panel{justify-content: start;}
.project-banner h1{ margin-bottom:10px; line-height:1.2; font-size:26px;}
.project-banner .project-price p{ font-size:16px;}

.project-info-section {padding: 30px 0 20px;}
.project-info-section .col-3{ width:50%;}
.project-info-section .col-4{ width:50%;}
.project-info-section .project-info-items .project-info-item{ margin-bottom:10px; font-size:11px;}
.project-info-section .project-info-items .project-info-item img{max-height: 16px;}
.contact-info-box{justify-content: space-between;}
.contact-info-box .contact-info p { margin: 0 0 0px;}
	
.project-gallery-section #sync2 .item img{ max-height:40px;}
.project-gallery-section #sync1 .item img{max-height: 260px;}
	
.contact-info-area .contact-heading h2{font-size: 26px;}
	
.project-gallery-section::before { height: calc(100% - 80px);}
	
.chosen-container, .select2-container { margin:0 10px 5px !important; width: 134px !important;}
.search-filter-section button[type="submit"]{ margin:0 10px 5px !important; width: 134px !important;}
	
}



