/*
Theme Name: ITCS Agent Pro Bootstrap
Theme URI: https://www.itcs.co.uk/
Author: ITCS
*/

html {}

body {
	margin: 0;
	line-height: 1.5 !important;
	overflow-x: hidden;
	font-family: "Ubuntu", serif;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
}

.container {}

.row {
	margin: 0px !important;
}

.container-fluid {
	padding: 0px !important;
}

.vert-centre {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

p,
ul {}

b,
strong {}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #338350 !important;
}

i {
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #434350;
}

.btn {}

.btn a {}

.btn a:hover {}

.btn-temp {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #338350;
	color: white;
	border: none;
	text-align: center;
	font-weight: 700;
	padding: 10px 15px;
}

img {
	width: 100%;
	height: auto;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.grey-bg {
	background-color: #f6f6f6;
}

.shadow {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Header */

.logondetails img {
	width: 50%;
	padding: 20px;
}

.col-sm-12.col-md-12.col-lg-4.text-center.phone {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.socialicons,
.phone {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

/* Nav */

.menubar {
	background-color: #338350;
	color: white !important;
}

.menubar a {
	color: white !important;
	text-align: center !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.menubar a:hover {
	color: #000 !important;
}

.navbar {
	text-align: center;
	justify-content: center !important;
	padding: 5px !important;
}

/* End Nav */

/* End Header */

/* Home Page */

.section1 {
	width: auto;
}

.section1 label {
	color: white;
	font-weight: 700;
}

h5.home-search-label {
	color: #fff;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 15px;
}

.btn {
	color: #fff;
	background-color: #338350;
	border-color: #338350;
}

.section1 #search-page-container {
	position: absolute;
	margin-left: 17.5% !important;
	margin-right: auto !important;
	width: 65%;
	top: 80%;
	margin-bottom: 20px;
	background-color: #296940 !important;
}

.section1 .searchbar {
	padding: 25px;
}

.searchlettingsradio {
	padding-bottom: 10px;
}

.searchlettingsradio label {
	padding-right: 10px;
	color: white;
	float: right;
	font-weight: 300;
	font-size: 20px;
}

.form-group.col-12.col-md.col-lg.buttonz {
	margin-top: 15px !important;
}

.section2 {
	color: #ffffff !important;
	background-color: #338350;
	padding-top: 18px !important;
	padding-bottom: 10px !important;
	max-width: 1460px;
	margin-top: -60px;
	z-index: 9999999999999;
	position: relative;
}

.section2 h2 {
	font-size: 25px;
	padding-top: 1%;
}

.section2 p {
	font-size: 18px;
	font-weight: 400;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
}

p.featured-card-price {
	font-size: 22px;
	margin-bottom: 0px !important;
	padding-top: 10px;
}

.section4 {
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 20px solid #338350;
	height: 520px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.section4 p {
	width: 70%;
	margin-bottom: 20px !important;
	font-size: 20px;
	font-weight: 500;
}

.section4 img {
	width: 20%;
	height: auto;
}

.section5 {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid black;
	height: auto;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
	display: block;
	width: 50% !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e7e7e7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content {
	font-size: 16px !important;
	font-style: italic;
	position: relative;
	text-align: center;
}

.wpmtst-testimonial-image.testimonial-image img {
	width: 60%;
}

.section6 {
	margin: 20px;
}

.section6 img {
	width: auto;
	height: auto;
}

/* End Home Page */

/* Footer */

.footer {
	background-color: #000;
	color: white !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.footer p {
	color: white !important;
}

.footer a {
	color: white !important;
}

.footer a:hover {
	color: #338350 !important;
}

.footer i {
	color: white !important;
	margin: 5px 0px;
}

.footer h3 {
	color: white !important;
}

.whitelogo img {
	width: 80% !important;
}

.whitelogo {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.info {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
	font-weight: 400;
	font-size: 16px;
}

.info a {
	font-weight: 400;
}

.bottomfooter {
	background-color: black !important;
	color: white !important;
	padding: 10px 0px !important;
}

.bottomfooter p {
	color: white !important;
	margin-bottom: 0px !important;
}

.bottomfooter a {
	color: #e9e9e9 !important;
	font-weight: 300;
}

.bottomfooter a:hover {
	color: #338350 !important;
	font-weight: 300;
}

/* End Footer */

/* Internal Pages */

.internalpages {
	padding: 20px 0px;
}

.img-banner img {
	height: 300px;
	object-fit: cover;
}

/* End Internal Pages */

/* Property Search Page */

.property-border {
	border: 1px solid #eaeaea;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

span.prop-price {
	font-size: 28px;
	font-weight: 500;
}

.searchbg {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	background: #296940;
}

.searchbg label {
	color: white;
}

h1 {
	font-size: 2rem;
}

.propertydetail h2 {
	color: #fff;
}

#search-page-container-internal {
	margin-left: 15% !important;
	margin-right: auto !important;
	width: 70%;
	height: 100px;
}

#internal-page-container {
	margin-left: 15% !important;
	margin-right: auto !important;
	width: 70%;
	padding-top: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 20px !important;
}

.searchgrid {
	background-color: #338350;
	color: white;
	display: none;
}

div#searchresults {
	padding-top: 20px;
}

.propertyiconsbg {
	background-color: #434350;
	display: none;
}

hr {
	background: #fff !important;
}

.propertyiconsbg i {
	color: white;
}

.badge-secondary {
	background-color: #434350 !important;
}

.searchgrid p {
	margin-bottom: 0px !important;
	color: white !important;
}

.contsearchgrid img {
	height: 250px;
	object-fit: cover;
}

.contsearchgrid {
	padding: 0px 20px 20px !important;
}

.buttonz .btn {
	margin-left: 0px !important;
	margin-right: 0px !important;
	border: 3px double #fff;
}

.page-item.active .page-link {
	z-index: 3;
	color: #ffffff !important;
	background-color: #338350;
	border-color: #338350;
}

.page-link {
	color: #338350 !important;
}

.listgridb {
	padding-bottom: 20px;
}

.propertylistrow {
	margin-bottom: 30px !important;
	padding: 5px;
	background-color: #f6f6f6;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.propertylistrow img {
	height: 100%;
	object-fit: cover;
}

.row.propertylistrow i {
	margin-bottom: 25px !important;
}

.col-xs-12.col-md-4.col-lg-3.contsearchlist {
	padding: 2%;
}

.contsearchlist {
	padding-top: 1%;
}

a.listpricing:hover {
	color: #338350 !important;
}

a.listpricing {
	font-weight: 800;
	font-size: 22px;
	color: #338350 !important;
	margin-bottom: 25px !important;
}

p.listaddress {
	font-size: 22px;
	font-weight: 800;
	color: #434350;
}

.listView {
	padding: 0px 300px !important;
}

/* End Property Search Page */

/* Property Page */

.badges-row {
	padding: 15px 0px;
}

#property-tabs a {
	color: #434350;
	font-weight: 900;
}

.room-type {
	font-weight: 900;
}

.nav-item,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: none !important;
}

#property-tabs {
	color: none;
	background-color: none !important;
	border-color: none !important;
}

ul#property-tabs {
	margin-top: 30px;
}

.nav-tabs {
	border-bottom: 0px !important;
}

.nav-link.active {
	border: 0px !important;
	background-color: #338350 !important;
	color: white !important;
}

.nav-link:hover {
	border: 0px !important;
	background-color: #338350 !important;
	color: white !important;
}

.badges-row ::before {
	color: white !important;
}

.carousel-inner {
	position: relative;
	width: auto;
	overflow: hidden;
}

select.wpcf7-form-control.wpcf7-select.form-control {
	margin: 5px 0px;
}

.room-details-col {
	padding: 40px;
}

.room-details-col h2 {
	padding: 0px 2px 5px;
	margin-top: 20px;
	width: fit-content;
	border-bottom: 2px solid #338350;
}

.property-desc,
.brochure-col {
	padding: 40px;
	color: #fff;
	background-color: #338350;
}

.propertydetail h1 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-wrap-style: balance;
}

.badges-row span {
	font-size: 18px;
	padding: 7px 14px !important;
	border: 2px outset #fff;
}

.badges-row {
	font-weight: 700 !important;
}

.container-fluid.thenewroomdetailblock,
.map-col-row {
	border-top: 5px solid #338350;
}

/* End Property Page */

/* Contact page */

.contactusform {
	text-align: center;
}

.contactusform p {
	margin-bottom: 0 !important;
}

.contacttextarea p {
	margin-top: 1rem;
}

textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	padding: 2%;
}

#requestaviewingform input {
	width: 100%;
	margin: 5px 0px;
	padding: 2%;
}

#requestaviewingform input.wpcf7-form-control.has-spinner.wpcf7-submit {
	border: 0;
}

#contactusform input.wpcf7-form-control.has-spinner.wpcf7-submit {
	border: 0;
}

#contactusform input {
	width: 100%;
	margin: 5px 0px;
}

.contactpage h1 {
	padding-top: 20px;
}

.contactdetails {
	padding: 40px !important;
	color: #191919;
}

.contactdetails h3 {
	padding: 0px 2px 5px;
	margin-top: 20px;
	width: fit-content;
	border-bottom: 2px solid #338350;
}

.contactdetails label {
	font-weight: 700;
}

.contactdetails p {
	padding: 2px 5px;
}

.mapdetails {
	background: #2c7145;
	padding: 40px 5px;
}

.theiframemap {
	border: 10px solid #2c7145;
	background: #2c7145;
}

.propertydetail h1 {
	color: #fff;
}

label {
	display: contents;
}

.wpcf7-spinner {
	display: none;
}

.contactform {
	padding: 5%;
	background: #2c7145;
}

.contactform p {
	color: #fff;
}

.contactform a {
	color: #fff;
}

.contactform h2 {
	color: #fff;
}

/* End of Contact page */

/* Forms */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}

/* End of Forms */

/***********************************************************

                    RESPONSIVENESS

************************************************************/
/* // Devices 1600px and up */
@media (min-width: 1600px) {}

/* // Devices 1450px and up */
@media (min-width: 1450px) {}

/* // Large devices (desktops, between 993px and 1450px) */
@media (min-width: 993px) and (max-width: 1450px) {

	.carousel-inner {
		padding-top: 0px;
	}

	.contsearchgrid {
		padding-right: 5px !important;
		padding-left: 5px !important;
		padding-bottom: 25px !important;
	}

}

/* // Large devices (desktops, between 767px and 992px) */
@media (min-width: 767px) and (max-width: 992px) {

	.section1 #search-page-container {
		position: sticky;
		margin-left: 0% !important;
		margin-right: auto !important;
		width: 100%;
		/* padding-top: 15px; */
		margin-bottom: 0px !important;
		background-color: #338350 !important;
	}

	.section4 p {
		padding-left: 80px;
		padding-right: 80px;
	}

	.carousel-inner {
		padding-top: 0px;
	}

	h1.property-title {
		font-size: 32px;
		padding-top: 10px;
	}

	h2.property-price {
		font-size: 26px;
	}

	.contsearchgrid {
		padding-right: 10px !important;
		padding-left: 10px !important;
		padding-bottom: 25px !important;
	}

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 766px) {
	.carousel-inner {
		padding-top: 0px;
	}

	h1.property-title {
		font-size: 28px;
		padding-top: 10px;
	}

	h2.property-price {
		font-size: 20px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 1575px) {
	.section4 p {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
		line-height: 30px;
		color: white;
	}

	.section4 img {
		width: 60%;
		height: auto;
	}

	.whitelogo {
		padding-left: 0rem !important;
	}

	.info {
		padding-left: 0rem !important;
		line-height: 2;
		padding-bottom: 5%;
	}

	.section1 #search-page-container {
		position: sticky;
		margin-left: 0% !important;
		margin-right: auto !important;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 0px !important;
	}

	.searchlettingsradio {
		padding-bottom: 10px;
		padding-top: 10px !important;
	}

	.center-block {
		margin-right: auto;
		margin-left: 35%;
	}

	#internal-page-container {
		display: none;
	}

	.internalpages {
		padding: 20px 25px;
	}

	.searchbg {
		background-repeat: no-repeat;
	}

	input {
		margin-bottom: 10px;
	}

	select {
		margin-bottom: 10px;
	}

	.center-block {
		margin-right: auto;
		margin-left: 25%;
	}

	.section1 #search-page-container {
		background-color: #338350 !important;
		position: sticky !important;
	}

	.carousel-inner {
		padding-top: 0px;
	}

	.contsearchgrid {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	h1.property-title {
		font-size: 28px;
		padding-top: 10px;
	}

	h2.property-price {
		font-size: 20px;
	}

	.phone {
		display: none !important;
	}

	.socialicons {
		display: none !important;
	}
}

.phone {
	font-size: 28px;
}

.phone a {
	color: black !important;
	font-weight: 500;
}

.phone a:hover {
	color: black !important;
}

.phone p {
	font-size: 28px;
	color: black !important;
}

.footer h2 {
	color: white;
	font-weight: bold;
	line-height: normal;
	font-size: 25px;
}

.featured-card strong {
	font-weight: 400;
	font-size: 25px;
	color: black;
}

.featured-card a {
	font-weight: 200;
	line-height: 1;
}

.featured-card p {
	font-size: 18px;
	font-weight: 400;
	color: black;
}

.noofbeds {
	font-weight: 500;
	font-size: 16px;
	color: black;
}

.noofbeds a {
	font-weight: 500;
	font-size: 16px;
	color: black;
}

.fpstatussearch {
	position: absolute;
	background: #338350;
	padding: 2%;
	bottom: 130px;
	right: 0;
	color: white; 
	font-weight: 600;
	font-size: 16px;
} 

.featured-card {
	font-size: 18px;
	font-weight: 400;
	color: black;
	text-align: left;
	padding: 10px;
}

.btn img {
	width: 40px;
}

.strong-view.wpmtst-small-widget .wpmtst-testimonial-content p:last-of-type {
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	color: black;
}

.strong-view.wpmtst-small-widget .wpmtst-testimonial-heading {
	padding: 5px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: black;
	font-weight: bold;
	font-size: 30px;
}

.makewhite {
	color: white;
}

.nav-tabs .nav-link {
	border: 0 !important;
}

.statuscolorgreen {
	background: #338350 !important;
}

.statuscolorred {
	background: red !important;
}

.fontgreen {
	color: green !important;
}

.fontred {
	color: red !important;
}

.propertyslider {
	padding-left: 0;
	padding-right: 0;
}

.propertydetail {
	background: #338350 !important;
	padding: 2%;
	color: #fff;
}

/* mobile */
@media only screen and (max-width: 1670px) {
	.footer {
		text-align: center;
	}

	.propertydetail {
		padding: 0%;
	}

	.propertyslider {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1670px) {
	.propertydetail {
		padding: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (max-width: 1000px) {
	.propertydetail {
		padding-bottom: 5%;
		padding-top: 5%;
	}

	.strong-view.wpmtst-small-widget .wpmtst-testimonial-content p:last-of-type {
		font-size: 16px !important;
	}
}

@media (max-width: 1600px) {
	.listView {
		width: 100%;
		padding: 0 !important;
	}
}

.whitelogo img {
	max-width: 200px !important;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.section4 .btn {
		font-size: 11px !important;
	}
}

.thepricestatus {
	font-size: 14px;
}

.newmap {
	border-top: 15px solid white;
	border-bottom: 15px solid white;
}

.searchlist .btn {
	float: right;
	margin: 1%;
}

.eachfloorplanblock {
	padding: 5%;
}

.thenewbuttons {
	background: 296940;
	color: #fff;
	border: 5px solid #fff;
}

.thenewbuttons a {
	color: #fff !important;
	background: black;
	padding: 1%;
}

.thenewbuttons p {
	color: #fff;
}

.eachfloorplanblock img {
	text-align: center;
}

.thenewroomdetailb {
	color: #000;
	padding: 5%;
}

.wpcf7-submit {
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	color: white;
}

@media (max-width: 1000px) {
	.section2 p {
		font-size: 16px;
	}
}