/* CONTENT */
.brokerTop, .rowContainer, .Sections, .Certificates {
/*	border-bottom: 1px solid rgba(160,16,128,0.5);*/
/*	border-bottom: 1px solid rgba(1,33,105,0.2);*/
	border-bottom: 1px solid rgba(255,69,0,0.4);
}
.brokerTop {
	margin-top: 48px;
	padding-bottom: 48px;
}
.rowContainer {
	margin-top: 48px;
	padding-bottom: 36px;
}
.brokerMessage, .testCarousel, .certsBG, .brokerForm div  {
	background-color: #ffffff;
	padding: 30px 42px 12px;
/*	margin: 24px 0 0;*/
}
.msgSpace {
/*	display: none;*/
}
.testCarousel {
	padding: 58.21px 96px 58px;
}
.Properties, .testHeader, .certsHeader {
	margin-bottom: 12px;
	padding: 14px 29px;
	color: white;
/*	background-color: #304010;*/
/*	background-color: #012169;*/
	background-color: #ff4500;
	background-image: url("../images/shape-dark-06.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
/*	-webkit-transition: 0.7s;*/
/*	-o-transition: 0.7s;*/
/*	transition: 0.7s;*/
}
.Properties:hover {
/*    background-position: left top;*/
/*	-webkit-transition: 0.7s;*/
/*	-o-transition: 0.7s;*/
/*	transition: 0.7s;*/
}
.Properties h4, .testHeader h4, .certsHeader h4 {
	font-weight: 700;
/*	line-height: 24px;*/
}
.Sections, .Certificates {
	margin-top: 48px;
	padding-bottom: 48px;
}
.testCarousel, .Certs {
	margin-top: 24px;
}
.testCarousel {
	padding: 48.21px 64px 48px;
}
.testMessage {
	padding: 10px 80px 0 120px;
/*	background-color: #999;*/
/*	margin-bottom: -10px;*/
}
.carousel-indicators {
	top: 100%;
/*	display: none;*/
}
.carousel-indicators li {
	border-color: #012169;
}
.carousel-indicators .active {
	background-color: #012169;
}
.carousel-control {
	top: 34%;
	opacity: 1;
}
.carousel-control.left {
	background-image: none;
	margin-left: -24px;
}
.carousel-control.right {
	background-image: none;
	margin-right: -24px;
}
.commLeft, .commRight {
	color: orangered;
}
.certsBG {
	padding: 58.21px 64px 48px;
/*	padding: 58.21px 29px 48px;*/
	background-image: url("../images/sertifikalar-fon.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
/*	text-align: center;*/
}
.certCheck {
	font-size: 18px;
	padding-right: 8px;
	color: #012169;
}
.commIcon {
	font-size: 28px;
	position: absolute;
	top: -5px;
/*	padding-right: 12px;*/
	margin-left: -40px;
/*	margin-bottom: 0;*/
	color: #012169;
}
.brokerBack {
	margin-left: 8px;
}
.brokerBack div {
	width: 752px;
	height: 551px;
}
.brokerMessage {
/*	height: 240px;*/
	line-height: 1.5;
/*	margin-left: 8px;*/
}
.brokerMessage h4 {
	color: #012169;
	font-family: 'Meow Script', sans-serif;
	font-size: 48px;
}
.brokerMessage p {
/*	font-size: 16px;*/
}
.brokerBottom {
	margin-top: 48px;
/*	margin-bottom: 48px;*/
}
.brokerForm div {
	width: 364px;
/*	width: 100%;*/
/*	height: 546px;*/
	margin: 0;
}
.col-lg-4 {
	padding-top: 12px;
	padding-bottom: 12px;
}
.col-lg-4:nth-of-type(3n+1), .brokerCover, .brokerForm {
	padding-right: 16px;
}
.col-lg-4:nth-of-type(3n+2) {
	padding-left: 8px;
	padding-right: 8px;
}
.col-lg-4:nth-of-type(3n+3) {
	padding-left: 16px;
}
/*
.cardBoxContainer {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
}
*/
.cardBox {
	position: relative;
	height: 240px;
}
.cardBox img {
	border-radius: 10px;
}
.secondImage {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s linear 0s;
}
.secondImage:hover {
	opacity: 1;
	transition: opacity 0.3s linear 0s;
}
.cardBoxOverlayContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	border-radius: 10px;
	pointer-events: none;
/*	background: linear-gradient(transparent 75%, rgba(32,48,16,0.8) 100%);*/
	background: linear-gradient(transparent 75%, rgba(0,33,105,1) 100%);
/*	background: linear-gradient(transparent 75%, #012169 100%);*/
/*	opacity: 0.8;*/
	color: white;
}
.topOverlay {
	position: absolute;
	width: 100%;
	top: 0;
}
.topLeftOverlayComponent {
/*	margin: 16px 0 -8px 16px;*/
	/* Son eklenenler */
	margin: 16px 0 -8px -24px;
}
.bottomLeftOverlayComponent {
	margin: 16px 0 16px 16px;
}
.statusFlat, .statusConstruction, .statusMarket {
/*	margin-right: 8px;*/
	font-size: 12px;
	padding: 2px 8px;
	font-weight: 700;
	border-radius: 4px;
	background-color: rgb(26,82,184);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	/* Son eklenenler */
	width: fit-content;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 4px;
}
.statusConstruction {
	background-color: rgb(12,128,31);
}
.statusMarket {
	background-color: rgb(217,34,40);
}
.bottomOverlay {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.bottomLeftOverlayComponent {
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.forState, .badge:empty {
	display: flex;
	align-items: center;
	font-size: 20px;
    line-height: 28px;
	font-weight: 700;
}
.flatBadge {
	height: 15px;
	width: 15px;
	margin-right: 8px;
	border-radius: 4px;
/*	background-color: #109030;*/
	background-color: #ff4500;
/*	background-color: #ff4500;*/
/*	background-color: #fd4e0e;*/
/*	background-color: rgb(54,179,150);*/
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.forState .fa {
	color: orangered;
	font-size: 16px;
/*	position: relative;*/
/*	top: -6px;*/
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
.forState img {
	width: 16px;
	position: relative;
	top: -3px;
/*	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);*/
	border-radius: 0;
}
.flatPrice {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.flatAddress {
	font-size: 20px;
	line-height: 28px;
/*	font-weight: 400;*/
}
.flatSpecsContainer {
	padding-top: 4px;
	padding-left: 1px;
}
.flatSpecs:not(:last-child) {
	padding-right: 8px;
}
.flatSpecs:not(:first-child) {
	padding-left: 8px;
	border-left: 1px solid white;
}
/* FORM */
.brokerForm h6 {
	font-weight: bold;
	color: red;
	text-align: center;
}
.brokerForm div {
/*	padding: 60.21px 64px 60px;*/
/*	padding: 20.21px 29px 20px;*/
	padding: 29px;
}
.brokerForm div.formTel, .brokerForm div.formWhatsapp, .brokerForm div.formMail {
/*	padding: 6px 8px;*/
	padding: 7px 8px;
	width: auto;
	height: auto;
	text-align: center;
/*	background-color: #a01080;*/
	background-color: #ff4500;
	font-size: 16px;
/*
	background-image: url("../images/shape-dark-06.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
*/
/*	border: 1px solid #a01080;*/
	border: 1px solid #ff4500;
	border-radius: 10px;
	margin-bottom: 10px;
}
.brokerForm div.formWhatsapp {
	background-color: #109030;
	border-color: #109030;
/*	background-color: #798085;*/
/*	border-color: #798085;*/
/*	background-image: none;*/
}
.brokerForm div.formMail {
	background-color: white;
/*	border-color: #0070c0;*/
	border-color: #012169;
	letter-spacing: -0.5px;
/*	font-size: 15px*/
}
.brokerForm div a {
	text-decoration: none;
	width: 306px;
	display: block;
}
.brokerForm div.formTel span, .brokerForm div.formWhatsapp span {
	color: white;
}
.brokerForm div.formMail span {
/*	color: #0070c0;*/
	color: #012169;
}
.brokerForm div.formTel i, .brokerForm div.formWhatsapp i {
	padding-right: 5px;
}
input, textarea
{
/*    font-family: 'PT Sans Narrow', sans-serif;*/
    font-weight: 400;
    /*font-style: italic;*/
/*    font-size: 17px;*/
    line-height: 20px;
    color: #000;
    width: 100%;
    /*height: 25px;*/
    margin-bottom: 10px;
    padding: 5px;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
	border-radius: 10px;
}
input:last-child
{
    color: #666666;
    font-weight: bold;
    /*font-style: normal;*/
    width: 100%;
    height: 41px;
	font-size: 18px;
	margin-top: 6px;
    margin-bottom: 0px;
}
textarea
{
    height: 120px;
/*    height: 86px;*/
	margin-bottom: 2px;
}
input:hover, textarea:hover, input:focus, textarea:focus
{
    background-color: #fff;
}
input[type="radio"], input[type="checkbox"] {
	width: 16px;
}
label {
	display: inline;
	font-weight: normal;
}
.actAsDiv {
/*	pointer-events: none;*/
}
/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */
@media only screen and (max-width: 1200px) {
	.brokerMessage, .testCarousel, .certsBG, .brokerForm div {
/*		padding: 24.21px 34px 24px;*/
	}
	p {
		font-size: 14.4px;
		line-height: 1.534;
	}
	.brokerMessage p:last-of-type {
/*		padding-top: 6px;*/
	}
	.testMessage {
		padding: 10px 45px 0 85px;
	}
	.col-md-6:nth-of-type(odd) {
		padding-left: 0;
		padding-right: 12px;
	}
	.col-md-6:nth-of-type(even) {
		padding-left: 12px;
		padding-right: 0;
	}
	.brokerMessage {
/*		height: 196px;*/
	}
	.brokerForm div {
/*		height: 449px;*/
		padding-top: 29px;
/*		yeni düzenleme */
		width: 297.33px;
	}
	.brokerForm div a {
		width: 239.33px;
	}
	.brokerForm div.formTel, .brokerForm div.formWhatsapp {
		width: 239.33px;
		font-size: 14px;
		padding: 5px 8px;
		margin-bottom: 6px;
	}
	.brokerForm div.formMail {
		width: 239.33px;
		margin-bottom: -4px;
		font-size: 13px;
		padding: 6px 8px;
	}
	label {
		font-size: 14.4px;
	}
	input:last-child {
		font-size: 16px;
		height: 35px;
	}
	input, textarea {
		padding: 3px 5px;
		margin-bottom: 6px;
	}
	textarea {
/*	    height: 95px;*/
	    height: 87px;
		margin-bottom: 0;
	}
	.brokerBack div, .actAsDiv {
		width: 618.66px;
		height: 477px;
	}
/*		yeni düzenleme */
	.testCarousel {
		padding: 20.21px 48px 20px;
	}
	.cardBox {
		height: 300px;
	}
	.brokerMessage p {
/*		font-size: 14px;*/
	}
	.brokerMessage br {
/*		display: none;*/
	}
}
@media only screen and (max-width: 992px) {
	.col-md-4:nth-of-type(n), .col-md-6:nth-of-type(n), .brokerBack, .brokerCover, .brokerForm {
		padding-left: 0;
		padding-right: 0;
	}
	.brokerBack {
		margin-top: 24px;
		margin-left: 0;
	}
	.brokerMessage {
		margin-left: 0;
		height: auto;
/*		padding: 24.21px 34px 15px;*/
	}
	.brokerTop .col-md-4 {
/*		display: none;*/
		padding-bottom: 24px;
	}
	.brokerForm div {
/*		height: 409px;*/
	}
	.carousel-control {
		top: 40%;
	}
	header, .Properties, .testHeader, .certsHeader {
		background-image: none;
	}
/*		yeni düzenleme */
	.brokerBack div {
		width: 100%;
		height: 100%;
	}
	.actAsDiv {
		width: 720px;
		height: 454px;
	}
	.brokerForm div, .brokerForm div a , .brokerForm div.formTel, .brokerForm div.formWhatsapp, .brokerForm div.formMail {
		width: auto;
		font-size: 14px;
	}
	.brokerForm div.formTel, .brokerForm div.formWhatsapp, .brokerForm div.formMail {
		padding: 7px 8px;
	}
	input, textarea {
		padding: 5px;
	}
	.brokerForm div {
/*		height: 453px;*/
	}
	.cardBox {
		height: 480px;
	}
	.brokerMessage br {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.cardBox {
		height: 360px;
	}
	.actAsDiv {
		width: 548px;
/*		height: 459px;*/
	}
}
@media only screen and (max-width: 580px) {
	.brokerForm div {
/*		height: 473px;*/
	}
	.cardBox {
		height: 320px;
	}
	.actAsDiv {
		width: 488px;
		height: 420px;
	}
}
@media only screen and (max-width: 520px) {
	.cardBox {
		height: 296px;
	}
	.actAsDiv {
		width: 448px;
		height: 380px;
	}
}
@media only screen and (max-width: 480px) {
	.testMessage {
		padding: 10px 45px 0;
	}
	.testMessage p {
/*		font-size: 10px;*/
	}
	.cardBox {
		height: 220px;
	}
	.actAsDiv {
		width: 338px;
		height: 280px;
	}
}
@media only screen and (max-width: 370px) {
	.brokerForm div.formTel, .brokerForm div.formWhatsapp {
		font-size: 13px;
	}
	.brokerForm div.formMail {
		font-size: 12px;
	}
	.brokerForm div {
/*		height: 486px;*/
	}
	.cardBoxOverlayContainer, .statusFlat, .statusConstruction, .statusMarket  {
		font-size: 11px;
	}
	.forState, .badge:empty {
		font-size: 13px;
	}
	.flatPrice, .flatAddress {
		font-size: 18px;
		line-height: 26px;
	}
	.cardBox {
		height: 190px;
	}
	.actAsDiv {
		width: 288px;
		height: 240px;
	}
}
@media only screen and (max-width: 320px) {
	.brokerForm div.formTel, .brokerForm div.formWhatsapp {
		font-size: 12px;
	}
	.brokerForm div.formMail {
		font-size: 11px;
	}
	.brokerForm div {
/*		height: 483px;*/
	}
	.cardBoxOverlayContainer, .statusFlat, .statusConstruction, .statusMarket  {
		font-size: 10px;
	}
	.forState, .badge:empty {
		font-size: 12px;
	}
	.flatPrice, .flatAddress {
		font-size: 16px;
		line-height: 24px;
	}
	.cardBox {
		height: 176px;
	}
	.actAsDiv {
		width: 268px;
		height: 220px;
	}
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1360px) {
}
@media only screen and (min-width: 1439px) {
}
@media only screen and (min-width: 1599px) {
}
