.stamp-duty-calculator .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size:12px !important;
    color: #1D333A !important;
}
.stamp-duty-calculator .select2-container--default .select2-selection--multiple .select2-selection__choice__display:hover{
    color: #1D333A !important;
}
.stamp-duty-calculator .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.stamp-duty-calculator .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    color: #1D333A !important;
}

.stamp-duty-calculator input[type="text"],.mortgage-calculator input{
    font-size:12px!important;
}
.property-detail-action-buttons .background-secondary:hover{
    background-color: #F2CCB1;
}
#main-header{
    background:#162a2f !important;
}
.property-detail-slider-section .container,
.property-detail-content-main .container{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .property-detail-slider-section .container,
  .property-detail-content-main .container{
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .property-detail-slider-section .container,
  .property-detail-content-main .container{
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .property-detail-slider-section .container,
  .property-detail-content-main .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .property-detail-slider-section .container,
  .property-detail-content-main .container{
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .property-detail-slider-section .container,
  .property-detail-content-main .container{
    max-width: 1320px;
  }
}

.property-detail-slider-section {
	margin-top: 94px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.property-detail-slider-section .property-detail-slider-images-main {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	margin: auto;
}
.property-detail-slider-section .slider-first-image-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.property-detail-slider-section .slider-first-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.property-detail-slider-section .slider-other-images-main {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.property-detail-slider-section .slider-first-image-inner {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.property-detail-slider-section .bottom-controls{
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 13px;
}
.property-detail-slider-section .bottom-controls button, .property-detail-slider-section .bottom-controls a {
  background: #E3F2FD;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 4%;
  color:#656A6B;
  font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.property-detail-slider-section .bottom-controls button i, .property-detail-slider-section .bottom-controls a i{
    margin-right:4px;
    color: #000;
}


.property-detail-content-sub-wrapper{
    display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	margin: auto;
	margin-bottom: 50px;
}
.property-detail-content-sub-wrapper .get-valuation-right{
    display: flex;
}
.property-detail-content-sub-wrapper .get-valuation-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.property-detail-content-sub-wrapper .get-valuation-left h2 {
	font-size: 33px;
	line-height: 100%;
	line-height: 41px;
}
.property-detail-content-sub-wrapper .price_value {
	font-size: 26px;
}
.property-detail-content-sub-wrapper .get-valuation-right a:hover {
	background-color: #f2ccb1;
}
.property-detail-content-sub-wrapper .property-detail-amenities ul {
	display: flex;
}
.property-detail-content-sub-wrapper .property-detail-amenities ul li {
	border-right: 1px solid #F2CCB1;
	padding: 0 30px;
}
.property-detail-content-sub-wrapper .property-detail-amenities ul li:first-child {
	padding-left: 0px;
}
.property-detail-content-sub-wrapper .property-detail-amenities ul li:last-child {
	border-right: 0px;
}
.property-detail-content-sub-wrapper .property-detail-amenities ul li span {
	color: #656A6B;
	line-height: 24px;
	font-size: 14px;
	/*font-weight: 400;*/
}
.property-detail-content-sub-wrapper .property-detail-amenities ul li p {
	color: #1D333A;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 0px;
}
.property-detail-amenities {
	margin-bottom: 25px;
}
.property-detail-action-buttons{
    margin-bottom: 30px;
}
.property-detail-action-buttons ul {
	display: flex;
	gap: 30px;
}
.property-detail-action-buttons li {
	display: flex;
}
.property-detail-action-buttons a {
	padding: 10px 13px;
}
.summery-details.summery-details.description {
	padding: 0;
}
.summery-details.summery-details.description h3 {
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 0px;
}
.description-contents-custom{
    margin-bottom:30px;
}
.property-detail-featured span {
	font-size: 25px;
	color: #1D333A;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 15px;
    display: block;
    font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.property-features-list li {
	list-style-type: disc;
}
.property-features-list {
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.property-features-list li {
	list-style-type: disc;
	width: 49%;
}
.property-detail-featured {
	margin-bottom: 20px;
}
.property-detail-sellbanner {
	background-color: #1D333A;
	padding: 25px;
	border-radius: 16px;
	margin-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.property-detail-sellbanner h3 {
	padding-bottom: 0px;
	font-size: 26px;
	line-height: 45px;
	font-weight: 500;
	max-width: 320px;
}
.location-wrapper h3 {
	font-size: 25px;
	color: #1D333A;
	font-weight: 500;
}
.location-wrapper p {
	font-size: 14px;
	color: #1D333A;
	margin-bottom: 15px;
}
.location-wrapper #property_map_canvas {
	border: 1px solid #00000033;
	border-radius: 20px;
}
.property-detail-content-right .agent-detail-box{
	padding: 20px;
	border-radius: 20px;
	background-color: #FFF5F0;
}
.property-detail-content-right{
    position: sticky;
    top: 120px;
    align-self: start;
}
.agent-detail-wrapper{
    padding: 34px 27px;
    border-radius: 20px;
    background-color:#1D333A;
    margin-bottom: 38px;
}
.agent-detail-wrapper .profile-details {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 20px;
}
.profile-details img {
	max-width: 100px;
	width: 100%;
	border-radius: 10px;
}
.profile-details p {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color:#fff;
	font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.profile-details h3 {
	font-size: 30px;
	font-weight: 500;
}
.wht-enquiry-wrapper{
    display:flex;
    align-items: center;
    margin-bottom: 20px;
}
.wht-enquiry-wrapper .btn.whatsapp-btn,
.wht-enquiry-wrapper .btn.enquiry-btn{
	color: #000;
	border-radius: 5px;
	padding: 13px;
	line-height: 100%;
	width: 100%;
	text-align: center;
	font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.wht-enquiry-wrapper .btn.whatsapp-btn{
    background-color: #E3F2FD;
    margin-right:20px;
}
.wht-enquiry-wrapper .btn.enquiry-btn {
	background-color: #F2CCB1;
}
.agent-detail-wrapper .btn.viewing-btn {
	background-color: #F2CCB1;
	padding: 13px;
	border-radius: 5px;
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 100%;
	margin-bottom: 20px;
	font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.property-share-wrapper span {
	font-size: 16px;
	color: #FFCEB6;
	font-weight: 500;
	font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.property-share-wrapper {
	text-align: center;
	width: 100%;
	margin-left: 0px;
	justify-content: center;
	display: flex;
	position: relative;
}
.property-detail-stamp-duty-calc h3,
.property-detail-mortgage-calc h3{
	font-size: 16px;
	color: #1D333A;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.stamp-duty-calculator, .mortgage-calculator{
	background-color: #FFFFFF;
	border: 1px solid #F2CCB1;
	border-radius: 20px;
	padding: 20px;
}
.stamp-duty-calculator label, .mortgage-calculator label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.stamp-duty-calculator input, .stamp-duty-calculator .custom-dropdown .select2-selection,
.mortgage-calculator input, .mortgage-calculator .custom-dropdown .select2-selection{
	background-color: #FEF4EF !important;
	border: 1px solid #FFCEB6;
	color: #1D333A !important;
	border-radius: 10px;
	padding: 15px !important;
    margin-bottom: 15px !important;
}
.mortgage-calculator input{
    margin-bottom: 25px !important;
}
.single-property .stamp-duty-calculator .select2-container--default .select2-selection--multiple {
	margin-bottom: 20px !important;
}
.property-detail-stamp-duty-calc .stamp-duty-calculator button,
.property-detail-mortgage-calc .mortgage-calculator button{
	width: 100%;
	background-color: #1D333A;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	font-family: 'juana-regular', Georgia, "Times New Roman", serif !important;
}
.property-detail-stamp-duty-calc {
	margin-bottom: 38px;
}
.property-detail-mortgage-calc .mortgage-calculator button{
	padding: 10px;
}
.property-detail-mortgage-calc .mortgage-calculator button:hover{
    background-color: #1D333A;
    color:#fff;
}
.book-vaulation-btn{
    display: flex;
    align-items: center;
    gap: 20px;
}
.property-detail-availability {
	position: absolute;
	background-color: #162a2f;
	color: #fff;
	left: 25px;
	top: 15px;
	padding: 10px 25px;
	border-radius: 5px;
	z-index: 9;
}
.property-detail-availability h4 {
	color: #fff;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 100%;
}

@media(max-width:1399px){
    .property-detail-slider-section .property-detail-slider-images-main,
    .property-detail-content-sub-wrapper{
    	grid-template-columns: 1.5fr 1fr;
    }
    .property-detail-content-sub-wrapper .property-detail-amenities ul li {
    	padding: 0 20px;
    }
    .property-features-list li {
    	width: 48%;
    }
    .book-vaulation-btn {
    	gap: 10px;
    }
    .book-vaulation-btn .btn {
    	padding: 15px 20px;
    }
}
@media(max-width:1199px){
    .agent-detail-wrapper {
    	padding: 24px 15px;
    }
    .agent-detail-wrapper .profile-details {
    	gap: 14px;
    }
    .profile-details h3 {
    	font-size: 26px;
    }
    .book-vaulation-btn {
    	flex-direction: column;
    }
    .book-vaulation-btn .btn{
        width: 100%;
        text-align: center;
    }
    .property-detail-content-sub-wrapper .property-detail-amenities ul li p {
    	line-height: 20px;
    }
    .get-valuation-right .btn{
        padding: 15px 20px;
    }
}
@media(max-width:991px){
    .property-detail-content-sub-wrapper {
        grid-template-columns: 1fr;
      }
}
@media (max-width: 767px) {
  .property-detail-slider-section .property-detail-slider-images-main {
    grid-template-columns: 1fr;
  }

  .property-detail-slider-section .slider-other-images-main {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .property-detail-content-sub-wrapper .get-valuation-left h2 {
	font-size: 26px;
	line-height: 34px;
  }
  .property-detail-content-sub-wrapper .price_value {
    font-size: 20px;
  }
  .property-detail-action-buttons a {
	line-height: 22px;
  }
  .property-detail-sellbanner {
	flex-direction: column;
	align-items: baseline;
  }
  .property-detail-sellbanner h3 {
	margin-bottom: 20px;
  }
  .book-vaulation-btn {
	flex-direction: initial;
	width: 100%;
 }
  .property-detail-stamp-duty-calc h3, .property-detail-mortgage-calc h3 {
    font-size: 16px;
    color: #1D333A;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
@media (max-width:575px){
    .property-detail-slider-section .bottom-controls button, .property-detail-slider-section .bottom-controls a {
    	padding: 6px 10px !important;
    	font-size: 14px !important;
    }
    .property-detail-slider-section .property-detail-slider-images-main {
    	gap: 10px;
    }
    .property-detail-slider-section .slider-other-images-main {
    	/*grid-template-columns: 1fr;*/
    	gap: 10px;
    }
    .property-detail-content-sub-wrapper .get-valuation-wrapper {
    	flex-direction: column;
    	align-items: baseline;
    }
    .property-detail-content-sub-wrapper .property-detail-amenities ul {
    	flex-direction: column;
    }
    .property-detail-content-sub-wrapper .property-detail-amenities ul li {
    	padding: 10px 0px;
    	border-bottom: 1px solid #F2CCB1;
    	border-right: 0;
    }
    .property-detail-action-buttons ul {
    	gap: 10px;
    	flex-wrap: wrap;
    }
    .summery-details.summery-details.description h3,
    .property-detail-featured span,
    .location-wrapper h3{
    	font-size: 22px;
    }
    .property-features-list {
    	gap: 10px;
    }
    .property-features-list li {
    	width: 100%;
    }
    .property-detail-sellbanner h3 {
    	font-size: 22px;
    	line-height: 35px;
    }
    .book-vaulation-btn {
    	flex-direction: column;
    }
    .property-detail-content-right .agent-detail-box {
    	padding: 15px;
    }
    .agent-detail-wrapper .profile-details {
    	flex-direction: column;
    	align-items: baseline;
    }
    .profile-details p {
    	text-align: center;
    }
    .profile-details h3 {
    	font-size: 24px;
    	text-align: center;
    }
}