/*-------------------------------------------------------------- 
# Living Option 
--------------------------------------------------------------*/
.living-option-one {
	background-color: #f0f7f7;
	padding-top: 150px;
	padding-bottom: 150px;
}

.living-option-one .nav-tabs {
	border-bottom: 0;
	flex: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 70px;
}

.living-option-one .nav-tabs .nav-item {
	margin: 0;
	flex: 1 1 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.living-option-one .nav-tabs .nav-link {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	border-radius: 35px;
	display: block;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 19px;
	transition: 500ms;
}

.living-option-one .nav-tabs .nav-link.active,
.living-option-one .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: var(--thm-base);
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.living-option-one__image {
	border-radius: 10px;
	box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.1);
}

.living-option-one__image>img {
	border-radius: 10px;
}

.living-option-one__content {
	padding-left: 20px;
}

.living-option-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 27px;
}

.living-option-one__content p {
	margin: 0;
}

.living-option-one__content .blog-details__list {
	margin-top: 25px;
	margin-bottom: 43px;
}

.living-option-one__content .blog-details__list li {
	color: var(--thm-black);
}

.living-option-one__content .blog-details__list li i {
	color: var(--thm-primary);
}

.living-option-one__btn {
	padding: 10px 35px;
	border-radius: 25px;
}
/*-------------------------------------------------------------- 
## Living Option Two
--------------------------------------------------------------*/

.living-option-two {
	padding-top: 150px;
	padding-bottom: 190px;
}

.living-option-two .block-title {
	padding-bottom: 30px;
}

.living-option-two__main>p {
	margin: 0;
	margin-bottom: 17px;
}

.living-option-two__tab-title {
	width: 100%;
	max-width: 250px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.living-option-two__tab-title .nav-link {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--thm-black);
	border-radius: 10px;
	line-height: 65px;
	transition: all 500ms ease;
}

.living-option-two__tab-title .nav-link+.nav-link {
	margin-top: 5px;
}

.living-option-two__tab-title .nav-link.active,
.living-option-two__tab-title .nav-link:hover {
	padding-left: 30px;
	color: #fff;
	background-color: var(--thm-base);
}

.living-option-two .about-two__image {
	margin-left: 100px;
}

.living-option-two .about-two__image-content {
	right: auto;
	left: -100px;
	max-width: 350px;
}

.living-option-two__btn {
	padding: 10px 34.5px;
	border-radius: 25px;
	margin-top: 20px;
}

.living-option-two .about-two__image-dot-1 {
	bottom: auto;
	right: auto;
	top: 30px;
	left: -55px;
}

.living-option-two .about-two__image-dot-2 {
	bottom: -85px;
	left: auto;
	right: 105px;
}
/*-------------------------------------------------------------- 
## Living Option Three
--------------------------------------------------------------*/
.living-option-three {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #f0f7f7;
}

.living-option-three__main p {
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 5px;
}

.living-option-three__image img {
	border-radius: 10px;
}

.living-option-three__content {
	background-color: #24262b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 40px;
	position: relative;
	padding-top: 44px;
	padding-bottom: 70px;
	padding-right: 40px;
}
.living-option-three__content::after {
	content: '';
	width: 3px;
	height: 50px;
	background-color: var(--thm-base);
	position: absolute;
	top: 50px;
	left: 0;
}

.living-option-three__content h3 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 23px;
}

.living-option-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.living-option-three__content .blog-details__list {
	margin: 0;
	margin-top: 23px;
}

.living-option-three__content .blog-details__list li {
	color: #fff;
}

.living-option-three__content .blog-details__list li>i {
	color: var(--thm-primary);
}

.living-option-three__content .living-option-two__btn {
	margin-top: 34px;
}

.living-option-three__content .living-option-two__btn:hover {
	background-color: var(--thm-primary);
}/*-------------------------------------------------------------- 
## Contact Two
--------------------------------------------------------------*/

.contact-two {
	position: relative;
	background-color: var(--thm-base);
}

.contact-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 1920px;
}

.google-map__home-five {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 806px;
}

.contact-two .my-auto {
	width: 100%;
}

.contact-two__content {
	width: 100%;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-two__content .block-title h3,
.contact-two__content .block-title p {
	color: #fff;
}

.contact-two__content .block-title p.has-line::before {
	background-color: #fff;
}

[class*=contact-two__map-] {
	position: absolute;
}

.contact-two__map-1 {
	top: 2%;
	right: 0;
}
.cta-three__content {
    color: #fff;
}
.contact-two .wpcf7 .bootstrap-select>.dropdown-toggle,
.contact-two .wpcf7 textarea,
.contact-two .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.contact-two .wpcf7 ::placeholder {
	color: #fff;
}

.contact-two .contact-one__btn {
	background-color: var(--thm-primary);
	margin-top: 20px;
}

.contact-two .contact-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/* contact form */


.wpcf7 .bootstrap-select>.dropdown-toggle,
.form-default .bootstrap-select>.dropdown-toggle,
.wpcf7 textarea,
.form-default textarea,
.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-default input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	border: 1px solid #dfe5e5;
	padding-left: 30px;
	margin-bottom: 30px;
}

.wpcf7 textarea,
.form-default textarea {
	height: 150px;
	padding-top: 15px;
}

.wpcf7 ::placeholder,
.form-default ::placeholder {
	opacity: 1;
	color: #93959e;
}

.wpcf7 label.error,
.form-default label.error {
	display: none !important;
}

.wpcf7 textarea.error,
.form-default textarea.error,
.form-default input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpcf7 input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	background-color: rgba(255, 0, 0, .4);
}

.wpcf7 .error::placeholder,
.wpcf7 .form-default ::placeholder {
	opacity: 1;
	color: #fff;
}

.wpcf7 .bootstrap-select:not(.input-group-btn),
.wpform-default cf7 .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	display: block;
}

.wpcf7 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.form-default .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.wpcf7 .bootstrap-select>.dropdown-toggle,
.form-default .bootstrap-select>.dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

.wpcf7 .bootstrap-select .dropdown-toggle .filter-option,
.form-default .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.wpcf7 .dropdown-toggle::after,
.form-default .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.google-map__contact {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 550px;
}