.sticky_logo img {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 5 !important;
}

.d_grid{
    display: grid;
    justify-content: center;
    align-items: center;
 
}
.d_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggle{
    display: none;
}
.header-nav{
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0px;
    
}
.header-nav li{
    padding: 10px;
    padding-bottom: 0px;
    font-size: 1.1rem;
}
.d_flex_nav{
    display: flex;
    justify-content: center;
    align-items: end;

}

.header-nav a{
    color: #6c6d70 !important;
}

.g_plan{
    width: 100%;
}

.hmdalogo{
    /* position: absolute;
    top: 115%;
    left: 0%; */
}


@media screen and (max-width:600px ){

    .d_grid{
        display: grid;
        justify-content: start;
        align-items: center;
        padding-top: 25px;
     
    }

   
    .header-nav{
        display: none;
    }
    .navbar-toggle{
        display: block;
    }
}


.num{
    font-size: 3rem;
    color: #532700;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px!important;
    }
.num_cap{
    color: #2A283C;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
}
.gp-div{
    padding: 10px;
    background-color: #FFF;
    border: #A88000 3px solid;
    box-shadow: 0 0 5px 2px #ccc;
    
    margin: auto;
 
    
}
.gp-list{
    column-count:2;
    padding-left: 18px;
    gap: 20px;
}

.site_layout .sl-box {
   
    padding: 10px;
    background-color: #FFF;
    border: #A88000 3px solid;
    box-shadow: 0 0 5px 2px #ccc;
    margin: auto;
    
    margin-top: 15px;
    
  
  }

.site_layout .row{
    margin: 0px !important;
    padding: 10px;
}
.site_layout h3{
    margin: 0px!important;
}

footer{
    background-color: #f3f3f3  ;
    margin-top: 60px;
    color: #6c6d70;
    padding: 20px;

}
footer h2{
    margin: 10px !important;
}

.overlay{
background-color: rgba(0, 0, 0, 0.65);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}

.overlay2{
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    }

.style-accord .ui-accordion-header{

    font-size: 1.5rem !important;
    margin-top: 10px !important;
}

.style-accord  .ui-accordion-content{

    height: auto !important;
}

.spec-box{
    /* height: 1100px; */
}
.location .row{
    margin: 0px!important;
}

.map{
    padding: 5px;
    border: 3px solid #532700;
}
.connect{
    width: fit-content;
    margin: right;
    padding: 10px 20px ;
    text-align: left;
}


@media screen and (max-width:600px ){

.spec-box{
        height: auto;
}
.sv_logo{
    display: none;
}

.map{
    padding: 0px;
    border: 3px solid #532700;
}

    
}




/* last addding elements */
/* project highlights */
.highlights div{
    border: #ccc solid 2px;
    margin-top: 2px;

}



/* project status */
.p-box{
    background-color: #6c6d70;
    width: 100%;
    height: 300px;
}


/* outdoor list */
.out-list{
    display: flex;
    flex-wrap: wrap;
}
.out-list li{
    padding: 5px 25px 5px 0px;
}


/* club house */
.aminities-box img{

    width: 120px;
    margin-top: 2px;

}
.aminities-box{
    padding: 10px;
}


.new-vertical-centred{
	padding-bottom: 2rem !important;
}


.form-main input{
    border-radius: 10px;
    margin-top: 10px;
	margin-bottom: 5px;
    

}
.form-main button {

    padding: 0px 15px;
    font-size: 1.2rem;
    color: #00659b;
    margin-top: 10px;
    background-color: #f1c533;
    border:none;
    border-radius: 25px;
    font-weight: 700;
    

}

.form-main{
    /*background-color: #00659b;*/
    background-color: rgb(0 101 154 / 0.7);
    padding: 20px;
    border-radius: 10px;
}
.form-main select{
    color: #3d3d3d;
    display: inline-block;
    width: 100%;
    height: 3em;
    border-radius: 10px;
    margin-top: 10px;
	padding: 0px 12px;
}

.form-main select:after {
  right: 10px;
}




.submit-div{
    text-align: center;

}

@media screen and (max-width:600px ){
    .form-main{
        margin-top: 20px;
    }
}
.modal-title{
	width:95%;
	float:left;
}
.new-vertical-centred{
	padding-bottom: 3rem !important;
}
/* .owl-next{
	margin: 30px !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 45px !important;
}
.owl-prev{
	margin: 30px !important;
    position: absolute !important;
    left: 0 !important;
    font-size: 45px !important;
} */