.property-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}
.bannerProperties{
	background: linear-gradient(180deg, #011890 0%, #0166C7 100%);
	padding: 100px 0px;
    margin-bottom: 74px;
}
.container{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
}
.bannerProperties .row {
    display: flex;
    margin: 0px -15px;
}
.rightCol {
    width: 30%;
}
.bannerProperties .row .leftCol {
    width: 70%;
}

.bannerProperties .row .leftCol img {
    width: 100%;
     border-radius: 31px;
}

.bannerProperties .row .leftCol,.bannerProperties .row .rightCol {
    padding: 0px 15px;
}
.breadCrump {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 40px;
}
.breadCrump a img{
    height: 18px;
}
.breadCrump a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
     font-family: "Open Sans", sans-serif;
}
.breadCrump a:hover{
    color: #fff;
}
.breadCrump a::after{
    position: absolute;
    content: url(./images/arrow2.png);
    right: -34px;
    top: 1px;
}
.breadCrump a:last-child::after{
    display: none;
}
.appartmentBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appartmentBlock h3{
    color: #fff; 
    font-size: 26px;
    font-family: Poppins;
}
.provided{
    gap: 20px;
}
.provided,.provided span{
    display: flex;
    align-items: center;
}
.provided span{
    gap: 10px;
    color: #fff;
    white-space: nowrap;
    font-family: Poppins;
}
h1#ind-apartment,.leftCol p {
    color: #fff;
}
.h3Title,.wpcf7 form h3{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    font-family: Poppins;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col3 {
    width: 50%;
}
.col3 ul {
    list-style: none;
    padding: 0px;
       font-family: Poppins;
        margin-top: 33px;
    column-count: 2;
}
section.offersSection ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}
.block_gallery{
    padding: 80px 0px;
}
.block_gallery .row{
   margin: 0px -15px;
}
.block_gallery .galleryimageBlock{
    width: 33.3%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.block_gallery .galleryimageBlock img{
    width: 100%;
    max-height: 298px;
    object-fit: cover;
}
.leftCol p{
    font-size: 18px;
    font-family: "open sans";
}
.wpcf7 form {
    background: #E6E6E6;
    border-radius: 28px;
    padding: 20px;
    margin: 0 auto;
}
.wpcf7 form p:first-of-type {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-family: Poppins;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 6px;
    border: 1px solid #0000004D;
    border-radius: 8px;
    font-size: 18px;
    box-sizing: border-box;
    font-family:"Open Sans";
    color: #00000080
}
.cf7-submit-btn{width:100% !important;}
.wpcf7 .bedroom-options .wpcf7-list-item {
    display: inline-block;
    margin-right: 10px;
}
.wpcf7 .bedroom-options .wpcf7-list-item span{
    color: #00000080;
      font-family:"Open Sans";
      font-size: 18px;
}
.cf7-submit-btn {
    width: 100%;
    background: #C52127 !important;
    color: #fff !important;
    padding: 12px;
    border: none;
    border-radius: 8px !important;
    font-size: 18px;
    cursor: pointer;
    font-family:"Open Sans";
}
