.page-template-properties-details #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.pd-custom-container {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}

.page-template-properties-details .ip-banner {
	display: none !important;
}

.page-template-properties-details p#breadcrumbs {
    line-height: 1.7;
    z-index: 5;
    margin: -31px auto 0;
}

/*section1*/
.pd-section1 {
    position: relative;
}

.ps-gallery.global-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.ps-gallery.global-photo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

.ps-s1-arrow {
    position: absolute;
    bottom: 80px;
    right: 150px;
    display: flex;
    align-items: center;
}

.ps-s1-arrow button {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ps-s1-arrow button:hover {
	opacity: .7;
}

button.ps-prev em {
    margin-right: 15px;
}

button.ps-next em {
    margin-left: 15px;
}

.ps-arrow-divider {
    width: 1px;
    height: 50px;
    background: #fff;
    margin: 0 32px;
}

/*section2*/
.pd-section2 {
    position: relative;
    padding: 119px 0;
    background: #fff;
}

.pd-section2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    z-index: 1;
    pointer-events: none;
}

.pd-section2::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/properties-details/pd-s2-bg-new.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    filter: grayscale(1);
    opacity: .1;
}

.pd-section2 .pd-custom-container {
    position: relative;
    z-index: 5;
}

.pd-s2-inner {
    display: flex;
    flex-wrap: wrap;
}

.pd-s2-col1 {
    width: 67.462%;
}

.pd-s2-col2 {
    width: 32.538%;
}

.pd-address {
    font-size: 72px;
    font-weight: 400;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    color: #010101;
    margin: 0 0 7px;
}

.pd-address span {
    display: block;
    font-size: 48px;
    letter-spacing: 5px;
    margin-top: 8px;
}

.pd-compass {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family-title);
    color: #939393;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.pd-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: .7px;
    display: block;
    margin: 0 0 29px;
    max-width: 744px;
}

.pd-s2-btn-holder {
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}

.pd-s2-btn.global-btn {
    min-width: 300px;
    margin-left: -19px;
}

.pd-s2-btn.global-btn a {
	max-width: 100%;
}

.pd-s2-smi a {
    font-size: 17px;
    color: var(--primary);
}

.pd-s2-smi span {
    display: inline-block;
    padding: 0 17px;
}

span.pd-smi-email a {
    font-size: 12px;
}

.pd-s2-smi {
    margin-left: 15px;
}

.pd-s2-content2 {
	position: relative;
    padding: 80px 65px 53px;
    background: #fff;
    box-shadow: 0px 35px 30px 0px rgba(0, 0, 0, 0.11);
}

.pd-s2-content2-inner {
	position: relative;
	z-index: 5;
}

.pd-s2-content2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/properties-details/pd-s2-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    filter: grayscale(1);
    opacity: .2;
}

.pd-s2-content2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%);
}

.pd-price {
    font-size: 48px;
    font-weight: 400;
    font-family: var(--font-family-title);
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 56px;
}

.pd-specs > div {
    display: flex;
    justify-content: space-between;
    margin: 0 0 41px;
}

.pd-specs span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.ps-btn.global-btn a {
    max-width: 100%;
}

/*section3*/
.pd-section3 {
	position: relative;
	padding: 120px 0;
}

.pd-s3-list-holder {
	margin: 0 -2.5px;
}

.pd-s3-list {
	/*width: calc(100% / 3);*/
	padding: 0 2.5px;
}

.pd-s3-list a {
	position: relative;
	display: block;
}

.pd-s3-photo.global-photo canvas {
	background: #000;
}

.pd-s3-list a:hover .pd-s3-photo.global-photo img {
	opacity: .7;
}

/*section4*/
.pd-section4 {
    position: relative;
    padding: 0 0 50px;
    background: #fff;
}

.pd-s4-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pd-s4-col1 {
    width: 69.489%;
}

.pd-s4-col2 {
    width: 30.511%;
}

.pd-s4-map {
    max-width: 1100px;
}

.pd-s4-form-holder {
    margin-left: -410px;
}

.pd-s4-form {
    position: relative;
    background: #fff;
    padding: 70px 65px 60px;
    max-width: 800px;
    box-shadow: 0px 35px 30px 0px rgba(0, 0, 0, 0.11);
}

.pd-s4-form-title {
    font-size: 36px;
    font-weight: 400;
    font-family: var(--font-family-title);
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.pd-s4-form-address {
    font-size: 55px;
    font-weight: 400;
    font-family: var(--font-family-title);
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.pd-s4-form form {
    font-size: 0;
    margin: 0 -5px;
    position: relative;
}

.pd-fields input, 
.pd-fields textarea {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
    background: transparent;
    width: 100%;
    height: 50px;
    color: #000;
    padding: 0 18px;
    border-radius: 0;
    resize: none;
    border: 1px solid rgb(39 41 50 / 55%);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pd-s4-form textarea {
    padding-top: 15px;
    height: 110px;
    padding-right: 140px;
}

.pd-fields.pd-textarea {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.pd-fields {
    position: relative;
    width: 50%;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.pd-s4-form div.wpcf7 .ajax-loader {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -18px;
}

.pd-s4-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.pd-s4-form span.wpcf7-form-control-wrap {
    display: block;
}

.pd-s4-form div.wpcf7-response-output {
    margin: auto;
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 5px;
}

.pd-s4-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pd-s4-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
    width: auto;
}

.pd-fields.pd-btn {
    padding: 0;
    width: 100%;
    max-width: 120px;
    display: block;
    position: absolute;
    bottom: 4px;
    right: 18px;
}

.pd-fields.pd-btn input {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pd-fields.pd-btn input:hover {
    border: 1px solid var(--primary);
}

.pd-fields.pd-btn em.ai-font-arrow-g-n {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    height: 13px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    color: var(--primary);
}

.page-template-properties-details .get-in-touch-area {
    padding: 68px 0 60px;
}

.page-template-properties-details .gt-bg::after {
    top: 24%;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
	.pd-s2-btn.global-btn {
	    margin-left: 0;
	}

	.pd-s2-content2 {
	    padding: 60px 45px 53px;
	}

	.pd-address {
	    font-size: 62px;
	}

	.pd-s4-form-address {
	    font-size: 50px;
	}
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.pd-address {
	    font-size: 55px;
	}

	.pd-address span {
	    font-size: 43px;
	    letter-spacing: 3px;
	}

	.pd-s2-content2 {
	    padding: 50px 25px 40px;
	}

	.ps-btn.global-btn a {
	    letter-spacing: 2px;
	}

	.pd-s4-form {
	    padding: 40px 45px 40px;
	    max-width: 700px;
	}

	.pd-s4-form-title {
	    font-size: 31px;
	}

	.pd-s4-form-address {
	    font-size: 45px;
	    margin: 0 0 30px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.pd-section2,
	.pd-section3 {
	    padding: 50px 0;
	}

	.pd-s2-inner > div {
	    width: 100%;
	    text-align: center;
	}

	.pd-s2-btn-holder {
	    display: block;
	}

	.pd-s2-btn.global-btn a {
	    max-width: 300px;
	    margin: 0 auto 20px;
	}

	.pd-s2-smi {
	    margin-left: 0;
	    margin-bottom: 20px;
	}

	.pd-s2-content2 {
	    max-width: 420px;
	    margin: 0 auto;
	}

	.pd-s4-inner > div {
	    width: 100%;
	}

	.pd-s4-map {
	    max-width: 100%;
	}

	.pd-s4-form-holder {
	    margin-left: 0;
	}

	.pd-s4-form {
	    margin: 0 auto;
	}

	.page-template-properties-details .gt-bg::after {
	    top: 0;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.ps-s1-arrow {
	    bottom: 40px;
	    right: 40px;
	}

	.ps-arrow-divider {
	    margin: 0 15px;
	}

	.pd-address {
	    font-size: 35px;
	}

	.pd-address span {
	    font-size: 30px;
	}

	.pd-s4-form-address {
	    font-size: 35px;
	}

	.pd-fields {
	    width: 100%;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ps-s1-arrow button {
	    letter-spacing: 1px;
	}

	.ps-arrow-divider {
	    height: 30px;
	}

	.ps-s1-arrow {
	    bottom: 35px;
	    right: 10px;
	}

	.pd-price {
	    font-size: 40px;
	    margin: 0 0 30px;
	}

	.pd-specs > div {
	    margin: 0 0 20px;
	}

	.pd-specs span {
	    font-size: 15px;
	}

	.pd-s4-form {
	    padding: 15px;
	}
}
 
