*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/***** Header css here *****/ 

header{
   background-color:#067fb1;
}

.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}

.nav-link{
    color: white!important;
}

.nav-link:hover{
    color: white;
    font-weight: 800;
}

.navbar{
    display: inline;
}

.headerbtn{
margin-top: -5px;
}

/***** Header css close here *****/ 

/***** banner css  here *****/ 

.banner{
    margin-left: 300px;
}

h4 a{
    text-decoration: none;
    color: darkblue;
}

h4{
    color: darkblue;
    padding-top:30px;
    margin-bottom:30px;
}

h5{
    color:green;
}

/***** banner css close here *****/ 

/***** cards css start here *****/ 

.cards{
    margin-top: 50px ;
    margin-bottom: 50px ;
    text-align: center;
}

/***** cards css close here *****/ 

.about h6{
    text-align:left;
}

/***** Highlight css  here *****/ 

.highlights h6{
    color: darkblue!important;
    text-align: center!important;
}

.highlights{
    margin-bottom: 30px;
}

.icon{
   margin-left: 80px;
}

.imge{
    margin-top:50px;
    margin-bottom:50px;
}

.small{
    font-size:10px;
    margin-left: 50px;
}
/***** Highlight css close  here *****/ 

/***** form css  here *****/ 

.form{
    padding-bottom: 50px;
}

label{
    font-size:16px;
    color: black
}

.form-group{

    margin-bottom:10px;
}

.col-sm-6{
    width:66%;
}

.btn{
    color: white;
}

.btn:hover{
    color: white;
}

.book{
    width:30%;
    margin-left:200px;
}

/***** form css close here *****/ 

.black{
    color:black;
    font-weight: 900;
}

.para a{
    color: green;
    text-decoration: none;
}

.para{
    margin-bottom:360px;
}

.rera{
    margin-top:10px;
    margin-bottom:10px;
}
.rera h6{
    margin-left:-15px!important;
    margin-top:20px;
}


/***** footer css  here *****/ 

footer{
    background-color: #067fb1;
    padding-top:50px;
    padding-bottom:125px;
    margin-top: 10px;
}

.copyright{
    padding-top: 20px;
    padding-bottom:20px;
    color: white;
    font-size:13px;
}

.fa{
    font-size: 20px!important;
}

.whatsapp-icon {
    font-size: 30px;
    margin-top: 7px;
		margin-bottom: 7px;
        margin-top:16px!important;
}
.facebook-icon {
    font-size: 30px;
    margin-top: 7px;
		margin-bottom: 7px;
        margin-top:16px!important;
}

.facebook:hover{
    color:honeydew!important;
}

.float{
	position:fixed!important;
	width:60px!important;
	height:60px!important;
	bottom:60px!important;
	right:40px!important;
	background-color:#25d366!important;
	color:#FFF;
	border-radius:50px!important;
	text-align:center!important;
        font-size:30px!important;
	box-shadow: 2px 2px 3px #999;
        z-index:100!important;
}

.facebook{
	position:fixed!important;
	width:60px!important;
	height:60px!important;
	bottom:60px!important;
	right:110px!important;
	background-color:darkblue!important;
	color:#FFF;
	border-radius:50px!important;
	text-align:center!important;
        font-size:30px!important;
	box-shadow: 2px 2px 3px #999;
        z-index:100!important;
}


.down_enquiry{
    display: none;
}

.floor{
    margin-bottom: 50px;
}

.img{
    width:200px;
}
/***** footer css close  here *****/ 

/***** about page css   here *****/ 

.pic {
    margin-top: 20px;
    }
    
/***** about page css close  here *****/ 

/***** layout page css here *****/ 

.layout{
    margin-bottom: 30px;
}

/***** layout page css close here *****/ 


/***** plans  page css start here *****/ 

.word{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.plan{
    margin-left: 100px;
} 

.plans{
    margin-bottom:50px;
}


/***** plans page css close here *****/ 

/***** specification page css start here *****/ 

.specification{
    margin-top: 20px;
    margin-bottom: 20px;
}

.borders .row{
    margin-bottom: 10px;
}

.borders .col-lg-6{
border: 1px solid black;
    }

/***** specification page css close here *****/ 

/***** map page css start here *****/ 

/* .map{
    margin-left: 150px;
} */

.location{
    margin-bottom: 20px;
}

/***** map page css close here *****/ 

/***** booking page css start here *****/

.booking{
    margin-bottom: 20px;;
    }

/***** bokking page css close here *****/ 


/***** contactus page css start here *****/ 

.contact{
    margin-bottom: 50px;
    text-align:center;
}

.con{
    width: 20%;
}

.center{
    text-align: center;
    margin-top:50px;
}

/***** contactus page css close here *****/ 

@media (max-width: 767px) {

    /***** Header css here *****/

    .nav-link{
        padding:0px;
   }

   .navbar{
       display:initial
   }

   .logo{
       width:80%;
   }
   
   .navbar-brand{
       margin-right:0px!important;
   }
   /***** banner css  here *****/ 

    .banner{
        margin-left:0px;
    }

    h4{
        padding-top:30px;
        margin-bottom:10px;
    }

    /***** cards css  here *****/ 

    .card{
        width: 335px;
    }

    .cards{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /***** Highlight css  here *****/ 

    .icon{
        margin-left:120px;
    }

    .text{
        padding-top:10px;
        padding-bottom: 10px;
    }

    .highlights{
        margin-bottom: 0px;
    }
    /***** form css  here *****/ 

    .col-sm-6{
        width:100%;
        margin-bottom:10px;
    }

    .book{
        margin-left:115px;
    }

    .bottom{
        width:30%;
        margin-left:120px;
    }

    .rera h6{
        margin-left: 60px!important;
    }
    /***** footer css  here *****/ 

    footer{
        padding-bottom: 80px;
        margin-top: 30px;
    }

    .fa{
        font-size: 20px!important;
    }

    .whatsapp-icon {
        margin-top: 7px;
        margin-bottom: 7px;
        font-size: 30px;
    }

    .float{
        display:none;
    } 

    .facebook{
        display: none;
    }

    .down_enquiry{
		background: #067fb1 none repeat scroll 0 0;
		bottom: 0!important;
		position: fixed!important;
		width: 100%;
		z-index: 9;
		padding-bottom:10px!important;
		padding-top:20px;
        display: block;
	}

    .down_enquiry ul {
		list-style-type: none;
		padding: 0;
        margin-left: 30px;
	} 

	.down_enquiry ul li{
		float: left;
        width: 33%;
        height: 40px;
	}
    
	.visibile-xs{
		display: block!important;
	}

    .row .col-lg-4{
     margin-bottom: 10px;
    }

    /***** plans  page css  here *****/ 

    .plan{
        margin-left: 90px;
    }
    
    .plans .col-lg-6{
        margin-bottom:10px;
    }
    
/***** specification page css  here *****/ 

    .borders .col-lg-6{
        margin-bottom:10px;
            }

    /***** map page css start here *****/ 

    .map{
        margin-left: 0px;
    }
    
    .para{
        margin-bottom:0px;
    }
    
.location{
    margin-bottom: 20px;
}

.plans{
    margin-bottom: 30px;
}

.imge{
margin:10px 0px;
}
.imge .col-lg-6{
    margin-bottom: 20px;
}
}