




.first-screen
{
	background: url(../../images/vastu-first-screen.jpeg) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 0;
	padding: 0 0 50px 0;
}

.first-screen-mask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;;
	opacity: .6;
}

.first-screen .container
{
	flex-direction: row;
}

.first-screen > div:first-child
{
	z-index:10;
}

.first-screen-text
{
	margin: 50px 10px 0 10px;
	max-width: 600px;
}

.first-screen-text > div:first-child
{
	width: 120px;
	height: 120px;
	background: url(../../images/header-mobile-icon.png) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 200px;
}

.first-screen-text h1
{
	color: #fff;
	width: 100%;
	font-size: 50px;
	margin: 0 0 10px 0;
	text-align: left;
}

.first-screen-text h2
{
	color: #fff;
	font-size: 30px;
	text-align: left;
	margin: 0 0 30px 0;
}

.first-screen-text > p
{
	color: #fff;
	line-height: 150%;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	margin: 20px 0 0 0;
}

.first-screen-text > p:nth-child(3)
{
	font-weight: normal;
}

.first-screen-text-button
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 40px 0 0 0;
}

a.whatsapp
{
	display: block;
	width: 250px;
	height: 50px;
	background-color: #F2625D;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 10px;
	transition: .3s;
}



a.whatsapp:hover
{
	background-color: #EF433D;
}



.first-screen-img
{
	width: 500px;
	height: 500px;
	border: 5px solid #fff;
	background: url(../../images/vastu-interior.jpg) no-repeat center;
	background-size: cover;
	margin: 50px 0 0 0;
}






















.vastu-source-data
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 200px 0 0 0;

}

.vastu-source-data > h2
{
	font-size: 50px;
	margin: 0 0 100px 0;
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
}

.vastu-source-data > .wrapper > h3
{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 15px;
	font-size: 40px;
	font-weight: bold;
}

.vastu-source-data > .wrapper
{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	background-color: #E2F7F3;
	padding: 50px 0 0 0;
	border-radius: 10px;
	margin: 0 20px 50px 20px;
}

.vastu-source-data > .wrapper > ul
{
	border-radius: 10px;
	list-style-type: none;
	max-width: 80%;
	margin: 0 0 30px 0;
}

.vastu-source-data > .wrapper > ul > li
{
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 150%;
	font-size: 20px;
}

.vastu-source-data > .wrapper > ul > li:before
{
	content:"";
	position: absolute;
	top: 5px;
	left: -25px;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../images/vastu-list-icon.png) center no-repeat;
	background-size: contain;
}




















.vastu-consultation-result
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 100px 0 0 0;
}

.vastu-consultation-result > .wrapper > h2
{
	margin: 0 0 50px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.vastu-consultation-result > .wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 700px;
	background-color: #E2F7F3;
	border-radius: 10px;
	margin: 0 20px;
	padding: 50px 0;
}

.vastu-consultation-result > .wrapper > h3
{
	margin: 0 auto 20px auto;
	padding: 0 20px;
	font-size: 24px;
	text-align: center;
}

.vastu-consultation-result > .wrapper > ul
{
	width: 80%;
	margin: 0 auto 50px auto;
	padding: 0;
	list-style-type: none;
}

.vastu-consultation-result > .wrapper > ul:last-child
{
	margin: 0 auto;
}

.vastu-consultation-result > .wrapper > ul > li
{
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 150%;
	font-size: 16px;
}

.vastu-consultation-result > .wrapper > ul:first-child > li
{
	font-size: 18px;
}

.vastu-consultation-result > .wrapper > ul:nth-child(2) > li:before
{
	content:"";
	position: absolute;
	top: 3px;
	left: -25px;
	width: 15px;
	height: 20px;
	display: block;
	background: url(../../images/triangle-list-marker.png) center no-repeat;
	background-size: contain;

}

.vastu-consultation-result > .wrapper > ul:nth-child(4) > li:before
{
	content:"";
	position: absolute;
	top: 3px;
	left: -25px;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../images/house-list-marker.png) center no-repeat;
	background-size: contain;

}

.vastu-consultation-result > .wrapper > ul:nth-child(6) > li:before
{
	content:"";
	position: absolute;
	top: 3px;
	left: -25px;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../images/in-yan-list-marker.png) center no-repeat;
	background-size: contain;

}















.vastu-consultation-format
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px auto 0 auto;
}

.vastu-consultation-format > div > h2
{
	font-weight: bold;
}


.vastu-consultation-format > .wrapper
{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	background-color: #E2F7F3;
	border-radius: 10px;
	padding: 30px 0;
	margin: 0 20px;
}

.vastu-consultation-format > .wrapper > div
{
	width: 200px;
	height: 120px;
	background: url(../../images/consultation/whatsapp-telegram.png) center no-repeat;
	background-size: contain;
	margin: 20px 0;
}

.vastu-consultation-format > .wrapper > p
{
	font-size: 18px;
	line-height: 150%;
	width: 85%;
}
















.vastu-consultation-price
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 100px auto 0 auto;
}

.vastu-consultation-price > h2
{
	padding: 0 20px;
	margin: 0 0 50px 0;
	font-weight: bold;
	text-align: center;
}


.vastu-consultation-price > .wrapper
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}


.vastu-consultation-price > .wrapper > div
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 200px;
	padding: 0 15px;
	margin: 0 10px 50px 10px;
	border: 1px solid #9EE4DB;
	border-radius: 5px;

}



.vastu-consultation-price > .wrapper > div > h3
{
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #000;
	background-color: #9EE4DB;
	padding: 15px;
	margin: 0 0 20px 0;
	border-radius: 5px 5px 0 0;
}

.vastu-consultation-price > .wrapper > div > p
{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #000;
}

.flat-img
{
	width: 150px;
	height: 150px;
	background: url(../../images/flat.png) center no-repeat;
	background-size: contain;
	margin: 0 0 20px 0;
}

.house-img
{
	width: 150px;
	height: 150px;
	background: url(../../images/house.png) center no-repeat;
	background-size: contain;
	margin: 0 0 20px 0;
}

.floor-img
{
	width: 150px;
	height: 150px;
	background: url(../../images/floor.png) center no-repeat;
	background-size: contain;
	margin: 0 0 20px 0;
}














.vastu-consultation-new-housing
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0 0;
}

.vastu-consultation-new-housing > h2
{
	margin: 100px 20px;
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
}

.vastu-consultation-new-housing > .wrapper
{
	max-width: 700px;
	background-color: #E2F7F3;
	border-radius: 10px;
	padding: 50px 0;
	margin: 0 20px;
}

.vastu-consultation-new-housing > .wrapper > p
{
	font-size: 18px;
	line-height: 150%;
	width: 85%;
	margin: 0 auto;
}

.vastu-consultation-new-housing > .wrapper > p > span
{
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
}

.vastu-consultation-new-housing > .wrapper > div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0 0 0;
}

.vastu-consultation-new-housing > .wrapper > div > h3
{
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #000;
	padding: 15px;
	border-radius: 5px;
}

.vastu-consultation-new-housing > .wrapper > div > p
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #000;
}

#choosing-new-home
{
	width: 300px;
	height: 300px;
	background: url(../../images/consultation/choosing-new-home.png) center no-repeat;
	background-size: contain;
	margin: 0 auto 30px auto;
}

















.consultation-autor > .wrapper
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.consultation-autor > .wrapper > div:nth-child(2)
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 1300px;
}

.consultation-autor h2
{
	margin:  0 0 100px 0;
	text-align: center;
	font-weight: bold;
}

.consultation-autor h3
{
	font-size: 44px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: center;
}

.consultation-autor h3 span
{
	display: block;
	font-size: 24px;
}


.consultation-autor p
{
	margin:  0 0 15px 0;
	font-size: 16px;
	line-height: 150%;
}

.autor-description
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	max-width: 500px;
	background-color: #E2F7F3;
	padding: 30px 30px;
	border-radius: 10px;
	margin:0 20px 30px 20px;
}

.autor-img
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 0 20px;
}

.autor-img > div:first-child
{
	width: 100%;
	max-width: 500px;
	height: 465px;
	background: url(../../images/autor.jpg) no-repeat center;
	background-size: cover;
}


.whatsapp-question
{
	width: 200px;
	height: 40px;
	color: #fff;
	background-color: #4f6367;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	border: 2px solid #4f6367;
	border-radius: 50px;
	transition: .3s;
}

.whatsapp-question:hover
{
	background-color: #919191;
}





















.consultation-review h2
{
	margin: 0 0 50px 0;
	font-weight: bold;
}

.owl-theme .owl-nav {
    margin-top: 50px!important;
}


button.owl-prev
{
	width: 30px;
	height: 30px;
	background: url(../../images/prev.png) no-repeat center!important;
	background-size: cover!important;
	margin-right: 50px!important;
}

button.owl-next
{
	width: 30px;
	height: 30px;
	background: url(../../images/next.png) no-repeat center!important;
	background-size: cover!important;
	margin-left: 30px!important;
}

button.owl-prev span,
button.owl-next span
{
	display: none;
}

#review1
{
	width: 215px;
	height: 500px;
	background: url(../../images/review/review1.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review2
{
	width: 215px;
	height: 500px;
	background: url(../../images/review/review2.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review3
{
	width: 215px;
	height: 500px;
	background: url(../../images/review/review3.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review4
{
	width: 215px;
	height: 500px;
	background: url(../../images/review/review4.jpg) no-repeat center;
	background-size: contain;
	margin: 30px auto 20px auto;
}

#review5
{
	width: 215px;
	height: 500px;
	background: url(../../images/review/review5.jpg) no-repeat center;
	background-size: contain;
	margin: 30px auto 20px auto;
}

#review6
{
	width: 215px;
	height: 372px;
	background: url(../../images/review/review6.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}

#review7
{
	width: 215px;
	height: 372px;
	background: url(../../images/review/review7.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}

#review8
{
	width: 215px;
	height: 372px;
	background: url(../../images/review/review8.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}


#review9
{
	width: 215px;
	height: 160px;
	background: url(../../images/review/review9.jpg) no-repeat center;
	background-size: contain;
	margin: 200px auto 20px auto;
}




















.guide .container
{
	flex-direction: column;
	width: 100%;
	max-width: 750px;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	margin: 0;
}

.guide .container h2
{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.guide .container h2 span
{
	display: block;
	font-size: 24px;
	font-weight: normal;
}

.guide-img
{
	width: 90%;
	height: 480px;
	background: url(../../images/vastu-for-whom.jpeg) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 0;
}

.guide .container p
{
	width: 80%;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	margin: 0 0 30px 0;
	padding: 30px 5%;
	background-color: #E2F7F3;
	border-radius: 10px;
}


.guide .container a
{
	margin: 0;
}
