 body {
    height: 100%;
    margin: 0;
    display: inline !important;
 
}



@media only screen and (max-width: 760px) {
 .seventy {
    width: 100% !important;}
  .thirty {
    width: 100% !important;}
}

form.form-group {
    padding: 3%;
    border-radius: 7px;
    box-shadow: 2px 2px 10px #d9d9d9;
}




.form-ctrl  {
   width: 48%;
    float: left;
    margin: 1.5% 1%;
    height: 100%;
    padding: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #8080801c;
    border-radius: 5px;
}

.form-ctrl1{
    margin: 1.5% 0%;
    padding: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #8080801c;
    border-radius: 5px;
    width: 98%;
    height: 160px !important;
}

.xxxlarge {
    font-size: 36px;
}


p.cont1 {
    padding: 20px 0px;
    background: #e9e9e9;
    margin: 0px;
}

.conte2 {
    width: 50%;
    float: left;
    padding: 2px;
}
.cont{
    padding: 2px;
}



.bannernew1 {
    width: 100%;
    padding: 0;
    margin: 40px 0;
}
.bannernew1-1 {
    width: 100%;
}

a.creativbutton {
    padding: 10px 20px;
    background: linear-gradient(45deg, #1b77b9, transparent);
    margin: .5%;
  
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    display: block;
    float: left;
    box-shadow: 2px 2px 5px #9999999e;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

a.creativbutton:hover {
     background: linear-gradient(45deg, transparent, #1b77b9 );
    }




@media only screen and (max-width: 600px) {
    
    .col-md-20.text-center {
    width: 49% !important;}
    
    
    a.creativbutton {
    width: 49%;
    margin: .5% !important;
    font-size: 13px;
}
    
    
}



.col-md-20.text-center {
    width: 19%;
    float: left;
    margin: .5%;
    height: 200px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
h4.loc {
    font-size: 12px;
    position: relative;
    top: 78%;
    text-align: center;
    background: #0000009c;
    color: #fff;
    padding: 10px;
    margin: 5px;
}

.container.text-center {
    margin-top: 80px;
    margin-bottom: 30px;
}

.nnew {
    width: 90%;
    position: absolute;
    bottom: 0;
    margin: 0 !important;
}
.p-cat {
    position: absolute;
    background: #1b77b9;
    width: max-content;
    padding: 2px 10px;
    z-index: 9; 
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}

/*====================================== Homepage ======================================*/

    .search-bar {
        background: linear-gradient(135deg, #1b77b9, #0a5e99);
        padding: 30px;
        border-radius: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        top: -60px;
    }
    .search-bar h1 {
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .search-bar .form-control,
    .search-bar .form-select {
        height: 50px;
        width : 100%;
        border-radius: 8px;
        border: none;
        padding: 10px;
        font-size: 16px;
    }
    .search-bar .form-control:focus,
    .search-bar .form-select:focus {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    }
    .search-bar button {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 8px;
        background: #ffcc00;
        border: none;
        color: #000;
        transition: 0.3s;
    }
    .search-bar button:hover {
        background: #ffb300;
        color: #fff;
        transform: scale(1.05);
    }
    
    
    .service-box {
    overflow: hidden;
    padding: 15px 0px;
    background: #9e9e9e29;
    border-radius: 10px;
    height: fit-content;
    text-align: center;
    margin: 2%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box img {
    width: 30%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-box h5 {
    font-weight: 600;
    margin-top: 10px;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.service-box:hover img {
    transform: scale(1.05);
}

.property-card {
    overflow: hidden;
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.property-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
}

.property-info {
    padding: 5px;
    text-align: center;
    height: 201px;
}

.property-info h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.property-info p {
    font-size: 14px;
}

.property-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.property-card:hover img {
   transform: scale(1.05);
}



@media (max-width: 480px) {
              .search-bar {
       width : 90%;
   
    }

        }

        .popular_localities {
                background-color: #eaeaea;
                padding: 60px 30px;
                text-align: center;
                margin: 63px 0px;
        }
        
        
        .pr_l{
            width: 175px;
        }





/*======================================Banner and Search Bar======================================*/


.video-container {
    height: 100vh;
    width: 100vw;
    position: relative;
}


.video-container {
  height: 50vh;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
video {
    height: 68vh;
    object-fit: cover;
}

.caption {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 25vh;
}


.container.search-bar {
    background: #1b77b9;
    position: absolute;
    top: 78vh;
    padding: 30px;
    border-radius: 7px;
    width: 80%;
    margin-left: 10%;
    height: fit-content;
}

h1.banner-main {
    color: #fff;
    font-weight: 800;
    font-size: 55px;
}
p.banner-para {
    font-size: 18px;
    color: #fff;
}
form.row.g-3 {
    margin-bottom: 0px;
}


/* Mobile Responsive*/

@media only screen and (max-width: 600px) {
  h1.banner-main {
    font-size: 24px;}
  p.banner-para {
    font-size: 16px;}
    
    
    .caption {
    width: 90%;
    margin-left: 5%;}
    
.container.search-bar {
    padding: 8px;
    width: 90%;
    margin-left: 5%;
    top: 68vh;
   
}

.search-bar .form-control, .search-bar .form-select {
    height: 50px;
    width: 47% !important;
    border-radius: 8px;
    border: none;
    padding: 10px;
    font-size: 16px;
    float: left !important;
    margin: 5px !important;
    z-index:999;
    position: relative !important;
}
.search-bar button {
    width: 97% !important;
    margin: 5px !important;
}
.col-md-3.col-6 {
    position: static !important;
}
.service-box {
        width: 23%;
        float: left;
        padding: 12px 5px !important;
        height: fit-content;
        margin: 1%;
    }
h5.mt-3 {
    font-size: 10px;
    height: 20px;
}
.service-box img {
    width: 50%;
    border-radius: 0px;}
    
    
}







