@media (max-width:1367px){
	
}



@media (max-width:1200px){
	.form_bx .form-group {
	    width: 22%;
	}
	.header ul li a {
	    font-size: 12px;
	}
	.number {
	    width: 170px;
	}
	.number ul li a {
	    font-size: 13px;
	}
}

@media (max-width:1100px){
	.amenites_DIV {
	    margin: 100px 0 70px;
	}
	#amenites_slider .owl-next, #project_bx .owl-next {
	    right: 0;
	}
	#amenites_slider .owl-prev, #project_bx .owl-prev {
	    left: 0;
	}
	.project_DIV {
	    margin: 80px 0;
	}
	
	.header ul li {
	    margin: 0 5px;
	}
	
}

@media (max-width:1024px){
	#project_bx {
	    padding: 30px 0 30px;
	    background: #fff;
	    margin-top: 25px;
	}
	.form_bx .form-group {
	    width: 20%;
	}
	.form_bx input.form-control {
	    font-size: 14px;
	}
	.cannery_DIV.center h1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.cannery_DIV.center ul li {
	    padding: 0 25px;
	}
	.btn_ex {
	    font-size: 16px;
	}
	body h4 {
	    font-size: 18px;
	}
	#project_bx .owl-next, 
	#project_bx .owl-prev, 
	#amenites_slider .owl-prev, 
	#amenites_slider .owl-next, 
	#project_feature_slider .owl-prev, 
	#project_feature_slider .owl-next {
	    width: 35px !important;
	    height: 35px;
	    background-size: 10px;
	}
	.cannery_DIV.center {
	    height: auto;
	    padding-top: 15%;
	}
	.cannery_logo {
	    margin: 15px 0 35px;
	}
	#amenites_slider {
	    margin-top: 5px;
	}
	.project_DIV {
	    margin: 80px 0 120px;
	}
	#project_bx {
	    padding: 0;
	    background: transparent;
	    margin-top: 5px;
	}
	.cl_BHK ul {
	    margin: 30px 0 25px;
	}
	.walk_video {
	    margin: 5px auto 0;
	}
	.project_feature_Div {
	    padding-top: 5px;
	    margin: 0 0 70px;
	}
	#project_feature_slider {
	    margin-top: 0;
	}
	#project_feature_slider .owl-prev {
	    left: 10px;
	}
	#project_feature_slider .owl-next {
	    right: 10px;
	}
	.cannery_DIV.center ul li {
	    padding: 0 30px;
	    width: 33%;
	}
}

@media (max-width:992px){
	.form_bx .form-group {
	    width: 19%;
	}
	.menu {
	    position: fixed;
	    width: 100%;
    	top: 65px;
    	background:#000;
	    height: 100%;
	    left: 0;
	    display: none;
	}
	.header ul li {
	    display: block;
	    margin: 0 0;
	    text-align: center;
	}
	.menu ul li a{
    	padding: 8px 0 8px 0;
    	border-bottom: 1px solid #ccc;
	}
	.btn_ex {
	    height: 40px;
	}

	
	.menu_icon {
	    position: relative;
	    width: 30px;
	    height: 22px;
	    cursor: pointer;
	    transition: 0.5s all ease;
	}
	.menu_icon span {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    height: 2px;
	    background: #fff;
	    transition: 0.5s all ease;
	}
	.menu_icon span:nth-child(1) {
	    top: 0px;
	}
	.menu_icon span:nth-child(2) {
	    top: 8px;
	}
	.menu_icon span:nth-child(3) {
	    top: 16px;
	}
	.menu_icon_add span:nth-child(1) {
	    transform: rotateZ(45deg);
	    transition: 0.5s all ease;
	    top: 5px;
	}
	.menu_icon_add span:nth-child(3) {
	    transform: rotateZ(-45deg);
	    transition: 0.5s all ease;
	    top: 5px;
	}
	.menu_icon_add span:nth-child(2) {
	    display: none;
	    transition: 0.5s all ease;
	}
	.walkthru_DIV {
	    margin:70px 0 0;
	}
	.form_DIV {
	    position: fixed;
	    bottom: 0;
	    z-index: 999;
	    width: 100%;
	    height: 0;
	    background: #000;
	    overflow: hidden;
	    transition: 0.5s all ease;
	}
	.form_DIV_add {
	    height: 100%;
	    transition: 0.5s all ease;
	}
	.form_cl {
	    display: block;
	}
	.form_cl {
	    background: #ffcb08;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	}
	.form_cl h1 {
	    margin: 0;
	    text-transform: capitalize;
	    font-weight: 400;
	    font-size: 22px;
	    color: #000;
	}
	.form_in {
	    position: absolute;
	    max-width: 350px;
	    width: 96%;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    background: #fff;
	}
	.form_bx form {
	    display: block;
	}
	.form_bx .form-group {
	    width: 100%;
	    margin-bottom: 15px;
	    margin-right: 0;
	}
	.form_DIV h5 {
	    float: none;
	    margin: 7px 0 15px 0;
	    color: #202020;
	    font-weight: 500;
	    text-align: center;
	}
	.form_close {
	    position: absolute;
	    right: 4px;
	    top: 0px;
	    font-size: 25px;
	    width: 35px;
	    text-align: center;
	    cursor: pointer;
	    display: block;
	}
	.form_close:hover{color: #ffcb08;}
	.form_bx .form-group.From_btn {
	    max-width: 150px;
	    width: 100%;
	    cursor: pointer;
	    margin-right: 0;
	    text-align: center;
	    float: none;
	    margin: 0 auto 10px;
	    overflow: hidden;
	}
	.form_DIV_Fixed {
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.80);
	}
	footer {
	    height: auto;
	    margin-bottom: 46px;
	    padding: 10px 10px;
	    text-align: center;
	}
	.menu_icon {
	    display: block;
	}
	.number {
	    margin-left: auto;
	    margin-right: 15px;
	}
	.number ul li a {
	    font-size: 14px;
	}
	.number {
	    width: auto;
	}
	.number ul li:last-child{
		margin-left: 10px;
	}

	.Mobile_banner{display: block !important;}
	.Destop_banner{display: none !important;}
}


@media (max-width:768px){
	body h2 {
	    font-size: 22px;
	}
	.about_bx, .map_mn {
	    flex-direction: column;
	}
	.about_lt {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.about_rt_tx {
	    width: 100%;
	}
	.border_lft {
	    border-left: 10px solid #ffcb08;
	}
	.map_mn > div {
	    flex: 1;
	    width: 100%;
	}
	.map_rt {
	    margin-top: 30px;
	}
	.btn_ex {
	    font-size: 16px;
	}
	body h4 {
	    font-size: 18px;
	}
	
	.map_mn h4 {
	    padding-left: 15px;
	    line-height: 27px;
	    font-size: 16px;
	}
	footer p, footer a {
	    font-size: 12px;
	}
	.map_rt iframe {
	    height: 380px;
	}
	.cannery_DIV.center h1 {
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom: 0;
	}
	.cannery_logo {
	    margin: 20px 0 26px;
	}
	
	.cannery_DIV.center ul li a h5 {
	    margin-top: 10px;
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.cannery_DIV.center {
	    padding-top: 100px;
	}
	.btn-agree1 {
	    width: 30px;
	    height: 30px;
	    font-size: 16px;
	}
	.logo_mn {
	    height: 60px;
	}
	.menu {
	    top: 60px;
	}
	.mobile-content {
    display: flex;
    height: 60px;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}
.mobile-content > div {
    flex-grow: 1;
    color: #fff;
    padding-top: 10px;
}
.mobile-content > div > a {
    text-decoration: none;
    color: #fff; 
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
	display: block !important;
}
.form_cl {
    background: none;
    display: none; position: initial; margin-bottom:0;
}
.whatsapp, .number{display:none !important;}

}

@media (max-width:640px){
	.logo img {
	    width: 100%;
	}
	.logo {
	    width: 130px;
	}
	.btn_ex {
	    font-size: 14px;
	}
	.btn_div a {
	    margin: 0 8px;
	}
	.cannery_DIV.center ul li {
	    padding: 0 10px;
	}
	.kite-3{position:fixed; bottom:30px; left:10px; z-index:999;}
.kite-3 img{width:150px;}
.kite-1{position:fixed; bottom:0; right:0px; z-index:999;}
.kite-2{position:fixed; bottom:0; right:-20; z-index:999;}
.kite-2 img{ height: 400px;}
}

@media (max-width:576px){
	
	
	.header_fixed .logo_mn {
	    height: 50px;
	    transition: 0.5s all ease;
	}
	
	.header_fixed .menu {
	    top: 50px;
	}
	.number {
	    margin-left: auto;
	    margin-right: 15px;
	    position: fixed;
	    bottom: 0px;
	    z-index: 999999;
	    left: 0;
	    width: 100%;
	    background: #000;
	    padding: 10px 10px 9px 10px;
	}
	.number ul {
	    justify-content: space-between;
	}
	
.whatsapp{position:absolute; width: 30px; float:none; right:50px; top:15px;}
	.canner_img_DIV {
	    padding: 50px 0;
	}
	footer {
	    margin-bottom: 86px;
	    padding: 5px 10px;
	}
	.form_cl {
	    bottom: 40px;
	}
	.walk_video iframe {
	    height: 339px;
	}
}
@media (max-width:414px){
	.cannery_DIV.center ul li {
	    padding: 0 10px;
	    width: 100%;
	    padding: 25px 0 15px;
	    border-bottom: 1px solid #fff;
	    border-left: 0;
	}
	.cannery_DIV.center ul li a h5 {
	    margin-bottom: 0;
	}
	.cannery_DIV.center ul li:last-child {
	    border-bottom: 0px;
	}
	.cannery_logo img {
	    width: 60%;
	}
	.cannery_DIV.center ul {
	    display: block;
	}
}
@media (max-width:360px){
	.btn_div {
	    display: flex;
	    margin-top: 30px;
	}
	.btn_div a {
	    margin: 8px 5px;
	}
	.btn_ex {
	    padding: 10px 30px 9px 30px;
}
}
