@charset "utf-8";
/* CSS Document */
html, body{
    width: 100%;
    position: relative;
    overflow-x:hidden
}


body {
	margin: 0px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	font-size: 20px;
	
}
p{
	width:90%;
	
}
.banner_container img,
	.footer_banner_container img{
		width: 100vw;
	}
.agent_image img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	border: 10px solid #A5A9AC;
}
.agent_image {
	text-align: center;
	margin-top: -100px;
	margin-bottom: -50px;
}
.icon_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 120px;
	color: black;
}
.icon_container img {
	width: 85px;
}
.icons {
	display: flex;
	margin: auto;
}
.icons.desktop {
	width: 1024px;
	justify-content: space-between;
}
.icons.mobile {
	flex-direction: column;
	align-items: center;
}
.icons a {
	text-decoration: none;
}
.right_icons, .left_icons {
	display: flex;
	flex-direction: row;
}
.agent_about {
	width: 50%;
	margin: 30px auto;
	line-height: 25px;
}
.agent_about p {
	margin: 0px;
	width:90%;
}
.save_me_button,
.recommend_me_button{
	text-align: center;
}
.recommend_me_button {
	    margin-top: 60px;
   
}
.save_me_button a,
.recommend_me_button a{
	color: white;
	background: black;
	display: inline;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 5px;
}
.society_about {
	display: flex;
	background: #DCEDD7;
	padding: 20px 0px;
	margin-top: 50px;
}
.contact_whatsapp {
	text-align: center;
	margin-top: 40px;
}
.contact_whatsapp img {
	margin-top: 20px;
}
.contact_form {
	display: flex;
	background: #D0E5EC;
	padding: 20px 0px;
	padding: 30px 0px;
}
.footer_logo {
	text-align: center;
	margin: 30px 0px
}
.footer_logo img {
	width: 300px;
}
.testimonials {
	background: #F3F3CD;
	display: flex;
	padding: 40px 0px;
	/*margin-top: 50px;*/
}
.heading {
	font-size: 30px;
	font-weight: bold;
}
.agent_heading {
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}
.percent-15 {
	width: 15%;
	padding: 15px 10% 0px 0px;
}
.percent-25 {
	width: 25%;
}
.percent-50 {
	width: 50%;
}
/******* form *******/
.contact_form .two_in_row {
	display: flex;
	flex-direction: row;
}
.contact_form .two_in_row div {
	width: 50%;
	margin-bottom: 10px;
}
.input_container {
	margin-bottom: 10px;
}
.contact_form .two_in_row div:first-child {
	margin-left: 5px;
}
.contact_form .two_in_row div:last-child {
	margin-right: 5px;
}
.contact_form input[type="submit"] {
	font-size: 20px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
}
.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"], .contact_form textarea {
	width: calc(100% - 20px);
	border-width: 0;
	padding: 10px;
	font-size: 20px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	border-radius: 5px;
	text-align: right;
	direction: rtl;
}
.contact_form textarea {
	resize: none;
}
.contact_form .submit_bc_form {
	width: 100%;
	background: black;
	padding: 10px;
	color: white;
	border-radius: 5px;
}
.carousel-wrapper {
	padding: 0px 50px
}
.owl-nav {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 100px);
	margin-right: -50px;
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-nav span {
	font-size: 40px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #00000000;
	color: black;
}
@media only screen and (min-width:1024px) {
	.mobile {
		display: none;
	}
}
@media only screen and (max-width:1024px) {
	body {
		font-size: 15px;
	}
	
	.agent_image img {
		width: 40vw;
		height: 40vw;
	}
	.agent_image {
		margin-top: -15vw;
		margin-bottom: 0vw;
	}
	.desktop {
		display: none;
	}
	.icon_container {
		min-width: 80px;
	}
	.icon_container img {
		width: 55px;
	}
	.left_icons {
		margin-top: 20px;
	}
	.agent_about {
		width: 100%;
		margin: 30px auto;
		line-height: 25px;
		/*padding: 10px;*/
	}
	.percent-15, .percent-25, .percent-50 {
		width: 90%;
		padding: 5%;
	}
	.society_about, .testimonials, .contact_form {
		flex-direction: column;
	}
	.testimonials{
		padding: 20px 0px;
	}
	.recommend_me_button {
	  
    /*margin-bottom: -30px*/
}
	.contact_form .two_in_row {
	
	flex-direction: column;
}
.contact_form .two_in_row div {
	width: 100%;
	
}

.contact_form .two_in_row div:first-child {
	margin-left: 0px;
}
.contact_form .two_in_row div:last-child {
	margin-right: 0px;
}
	.contact_form form{
		width: 90%;
		margin: auto;
	}
	.footer_logo img {
	width: 80vw;
}
}
