/*
	Template Name: Real State
	Version: 1.0
*/

/*
	Responsive Media Query
	1. Medium Layout Max-width 1200px
	2. Tablet Layout 768px
	3. Mobile Device 320px
	3. Mobile Device 480px
	3. Mobile Device 375px

*/

/*Medium Layout 1280px.*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.hero_content h1{
		font-size: 46px;
		line-height: 60px;
		margin-bottom: 25px;
	}
	.hero_content{
		padding: 45px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.hero_content p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.search_form{
		width: 580px;
	}
	.hero_content p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.section_title {
		font-size: 16px;
	}
	.col-md-6{
		flex: 50% !important;
		max-width: 50% !important;
	}
	.single_agent img {
		height: 300px;
	}
	
	.single_agent {
		margin-bottom: 30px;
	}
	
	.our_agents {
		margin-bottom: -30px;
	}
	.single_review {
		padding-left: 40px;
		padding-right: 40px;
	}	
	
}

/*Tablet Layout 768px.*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.hero_content {
		padding: 30px 0px;
	}
	
	.hero_content h1 {margin-bottom: 20px;}
	
	.hero_content p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.search_form {
		width: 100%;
	}
	
	.hero_area_imgs img {
		width: 100%;
		height: 400px;
		border-radius: 4px;
	}
	
	.header_hero_area {
		background-image: none;
	}
	
	.hero_area {
		padding-bottom: 0px;
	}
	.section_title {
		margin-bottom: 30px;
		font-size: 16px;
	}
	
	.section_title h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	
	.single_agent {
		margin-bottom: 30px;
	}
	
	.our_agents {
		margin-bottom: -30px;
	}
	.footer_area .col-md-8 {
		margin-top: 40px;
	}
	.section_padding{
		padding: 40px 0px;
	}
	
}

/*Mobile Layout 320px.*/
@media only screen and (max-width: 767px) {
	header{display: none;}
	.mobbile_menu{
		display: block;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.hero_area {
		padding-bottom: 0px;
		padding-top: 70px;
	}
	
	.hero_content {
		padding: 40px 0px;
		padding-bottom: 30px;
	}
	
	.hero_content h1 {
		font-size: 42px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	
	.hero_content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	
	.search_form {
		width: 100%;
	}
	
	.hero_area_imgs img {
		border-radius: 4px;
	}
	
	.section_title {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 28px;
	}
	
	.section_title h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.our_agents .row:nth-child(1) .col-md-6.text-right {
		text-align: left !important;
	}
	
	.our_agents .row:nth-child(1) .col-md-6.text-right a {
		position: relative;
		bottom: 15px;
		display: block;
		text-align: center;
	}
	
	.single_agent {
		margin-bottom: 30px;
	}
	
	.our_agents {
		margin-bottom: -30px;
	}
	
	.footer_area div {
		margin-bottom: 30px;
	}
	
	.footer_area {
		margin-bottom: -30px;
		padding: 0px 0px;
	}
	.mobile_menu_thum{
		top: -14px;
	}
	.header_hero_area, footer{
		background-image: none;
	}
	.single_partners img {width: 100%;height: 180px;}

	.partners_carousel_section {
		padding: 0px 0px;
		padding-bottom: 20px;
	}
	.input_box input {
		padding: 10px 20px;
		border-radius: 3px 3px 3px 40px;
	}
	
	.input_box .input_icon {
		line-height: 45px;
		right: 55px;
	}
	
	.input_box button {
		padding: 7px 15px;
	}
	.home_preview_carousel.owl-carousel .owl-stage-outer{
		overflow: hidden !important;
	}	
	.mobbile_menu.mobbile_menu_fixed {
	    transform: translateY(-100%);
	    transition: all .3s ease-in-out;
	}
	.single_agent img{
		height: 350px;
	}
}

/*Mobile Layout 480px.*/
@media only screen and (max-width: 480px){
	.mobile_menu_thum {
		top: -40px;
	}
	.mobile_menu_thum .mobile_menu_icon{
		margin: 6px -2px;
	}
	.single_partners img {
		height: 150px;
		width: 200px !important;
		margin: 0 auto;
	}
	.more_btn {
		text-align: left;
		margin-top: 0px;
	}
	.section_padding {
		padding: 30px 0px;
	}
	.backtotop{
		margin: 10px;
	}
}

/*Mobile Layout 375px.*/
@media only screen and (max-width: 375px){
	.backtotop {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.hero_content h1 {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	
	.hero_content p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.input_icon {
		display: none;
	}
	
	.input_box input {
		padding-right: 60px;
	}
	
	.section_title h1 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	
	.section_title {
		margin-bottom: 20px;
		line-height: 22px;
		font-size: 14px;
	}
	
	.copyright_area .container {
		font-size: 14px;
	}
	.close_button{
		width: 50px;
		padding: 10px;
	}
	.hero_content{
		padding: 20px 0px;
	}

	
}