/*

make responsive screen

media@ 1200
media@ 768
media@ 425
media@ 375
media@ 320

*/




@media (min-width: 1200px) {}
@media screen and (min-width: 426px) and (max-width: 1000px) {
	#topbar{
	padding: 2px;
}


	#amenities .amenities-content .amenities-box .ame-box{
	height: 200px;
	width: 303px;
}
#topbar .topbar-content span{
	font-size: 14px;
}

#topbar .topbar-content span a{
	font-size: 14px;
	padding-left: 0px;
    padding-right: 0px;
}

.navbar{
	min-height: 80px;
}

.navbar-brand>img{
	width: 75%;
}

.navbar-fixed-top {
    top: 0px;
}

.navbar-toggle{
	margin-top: 24px;
}


.navbar-default .navbar-nav>li:last-child a{
	margin-left: inherit;
	color: #eca130;
	background: transparent;
	background: linear-gradient(309deg, rgba(0, 96, 195, 0) 49%, rgba(0, 74, 149, 0) 100%);
	border-radius: none;
}


#home-slider{
	top: 82px;
}



#home-slider .owl-carousel .owl-item img{
	height: auto;
}

#topform {
    position: relative;
    top: 114px;
    right: 0px;
}

#topform .topform-head
{
	width: 80%;
	float: none;
	margin: auto;
	display: block;
}

#topform .topform-head h2{
	font-size: 26px;
}

#topform .topform-head h2:before{
	width: 45%;
    left: 160px;
    top: 98px;
}

#topform .topform-head input{
	font-size: 16px;
}

#topform .topform-head input:last-child{
	font-size: 26px;
}

#below{
	bottom: 120px;
	display: none;
}

#below .below-text {
    padding: 20px 5px 20px 5px;
}

#below .below-text p{
	font-size: 18px;
}

#below .below-button {
    top: -19px;
    z-index: 999;
}

#highlights{
	top: 165px;
	padding-bottom: 60px;
}

#highlights .highlights-content img{
	width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

#highlights .highlights-content h2{
	font-size: 20px;
	padding-left: 60px;
}

#highlights .highlights-content ul{
	margin-top: 40px;
}

#overview .row {
    padding: 10px;
}

#overview .overview-content img{
	width: 45px;
}

#overview .overview-content h2{
	font-size: 20px;
	padding-left: 0px;
	margin-top: 102px;
}

#overview .overview-content p{
	margin-top: 45px;
}


#amenities .amenities-head{
	padding-bottom: 40px;
}

#amenities .amenities-head img {
    left: 290px;
    width: 45px;
}

#amenities .amenities-head h2{
	font-size: 26px;
	padding-left: 90px;
}

#location{
	top: 120px;
	padding-bottom: 30px;
}

#location .location-head{
	padding-bottom: 30px;
}

#location .location-head img {
    left: 275px;
    width: 45px;
}

#location .location-head h2{
	font-size: 26px;
}

#sitemap{
	padding: 5px;
	padding-bottom: 40px;
}

#sitemap .sitemap-head{
	padding-bottom: 40px;
}

#sitemap .sitemap-head img {
    left: 270px;
    width: 45px;
}

#sitemap .sitemap-head h2{
	font-size: 26px;
	padding-left: 35px;
}

#floor{
	padding: 5px;
}

#floor .floor-head img {
    left: 245px;
    width: 45px;
}

#floor .floor-head h2{
	font-size: 26px;
	padding-left: 25px;
}

#floor .floor-head{
	padding-bottom: 20px;
}

#floor .floor-content .floor-img{
	width: 97%;
}

/* price plan */

#priceplan{
	padding: 5px;
}

#priceplan .priceplan-head img {
    left: 245px;
    width: 45px;
}

#priceplan .priceplan-head h2{
	font-size: 26px;
	padding-left: 25px;
}

#priceplan .priceplan-head{
	padding-bottom: 20px;
}

#priceplan .priceplan-content .priceplan-img{
	width: 97%;
}

/* price plan */


#footer .footer-head img{
	width: 45px;
}

#footer .footer-head h2{
	font-size: 26px;
	padding-left: 65px;
}

#footer .footer-head p{
	padding-left: 0px;
}




}



@media screen and (min-width: 320px) and (max-width: 425px) {


.navbar-brand {
        float: none !important;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#topbar{
	padding: 2px;
}

#topbar .topbar-content span{
	font-size: 12px;
}

#topbar .topbar-content span a{
	font-size: 12px;
	padding-left: 0px;
    padding-right: 0px;
}

.navbar-header{
	height: 98px;
}

.navbar{
	position: fixed;	
    min-height: 82px;
    width: -webkit-fill-available;
    z-index: 999;
}

.navbar-brand>img{
	width: 75%;
}



.navbar-toggle{
	margin-top: 24px;
}


.navbar-default .navbar-nav>li:last-child a{
	margin-left: inherit;
	color: #eca130;
	background: transparent;
	background: linear-gradient(309deg, rgba(0, 96, 195, 0) 49%, rgba(0, 74, 149, 0) 100%);
	border-radius: none;
}


.desktop-slider{
	display: none;
}

.mobile-slider{
	display: block;
}

#home-slider{
	top: 102px;
}



#home-slider .owl-carousel .owl-item img{
	height: auto;
}

#topform {
    position: relative;
    top: 10px;
    right: 0px;
}

#topform .topform-head
{
	width: 90%;
	float: none;
	margin: auto;
	display: block;
}
.navbar-default .navbar-collapse {
    padding-top: 0px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#topform .topform-head h2{
	font-size: 18px;
}

#topform .topform-head h2:before{
	width: 90%;
    left: 12px;
    top: 30px;
}

#topform .topform-head input{
	font-size: 12px;
}

#topform .topform-head input:last-child{
	font-size: 16px;
}

#below{
	top: -20px;
    position: relative;
    background-color: #004a95;
    width: 100%;
    display: block;
}

#below .below-text {
    padding: 20px 5px 20px 5px;
    width: 100%;
}

#below .below-text p{
	font-size: 18px;
}

#below .below-button {
    top: -19px;
    z-index: 999;
}

#highlights{
	margin-top: 18px;
	padding-bottom: 10px;
}

#highlights .overview-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}


#amenities .overview-content h2:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #f2e2cb;
    margin-top: 5px;
    margin-left: 0px;
    letter-spacing: 3px;
}

#highlights .highlights-content h1{
	font-size: 15px;
    padding-left: 0px;
}
#highlights .highlights-content h1:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #f2e2cb;
    margin-top: 5px;
    letter-spacing: 3px;
    margin-left: 0px;
}

#highlights .highlights-content ul{
	margin-top: 40px;
}

#highlights p { font-size: 12px;}

#amenities .overview-content h2 {
    font-family: 'Mont';
    font-size: 15px !important;
    text-align: left;
    padding-left: 1px !important;
    color: #f2e2cb;
    text-transform: uppercase;
    font-weight: 700;
	
}

#overview .overview-content p {
    font-family: 'Mont Book';
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
}
	
#overview .row {
    padding: 10px;
}

#overview .overview-content img{
	width: 45px;
	top: 0px;
    left: 5%;
}

#overview .overview-content h2{
	font-size: 15px;
    padding-left: 0px;
	line-height: 26px;
}



#amenities .amenities-head{
	padding-bottom: 40px;
}

#amenities .amenities-head img {
    left: 81px;
    width: 45px;
    top: 0px;
}

#amenities .amenities-head h2{
	font-size: 17px;
    padding-left: 79px !important;
    padding-top: 12px;
}

#location{
	position: relative; 
    margin-top: 1px;
	top: 0px;
	padding-bottom: 0px;
}

#footer .footer-bottom-text p {
    text-align: center;
    margin-top: 36px;
    color: #df8617;
}

#location .location-head{
	padding-bottom: 30px;
}

#location .location-head img {
    left: 110px;
    width: 45px;
    top: 0px;
}

#location .location-head h2{
	font-size: 26px;
}

#sitemap{
	padding: 5px;
	padding-bottom: 40px;
	top: -30px;
}

#sitemap .sitemap-head{
	padding-bottom: 40px;
}

#sitemap .sitemap-head img {
    left: 110px;
    width: 45px;
    top: 0px;
}

#sitemap .sitemap-head h2{
	font-size: 26px;
	padding-left: 35px;
}

#floor{
	padding: 5px;
	top: 0px;
}

#floor .floor-head img {
    left: 80px;
    width: 45px;
    top: 0px;
}

#floor .floor-head h2{
	font-size: 26px;
	padding-left: 25px;
}

#floor .floor-head{
	padding-bottom: 20px;
}

#floor .floor-content .floor-img
{
	width: 95%;
}


/* price plan */

#priceplan{
	padding: 5px;
	    top: 20px;
}

#priceplan .priceplan-head img {
    left: 90px;
    width: 45px;
    top: 0px;
}

#priceplan .priceplan-head h2{
	font-size: 26px;
	padding-left: 25px;
}

#priceplan .priceplan-head{
	padding-bottom: 20px;
}

#priceplan .priceplan-content .priceplan-img{
	width: 95%;
}

/* price plan */

#footer{
	top: 20px;
}

#footer .footer-head img{
	width: 45px;
}

#footer .footer-head h2 {
	font-family: 'Mont';
    font-size: 15px;
    text-align: center;
     padding-left: 0px; 
	 color: #f2e2cb;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .footer-head p {
    font-family: 'Mont Book';
    font-size: 11px;
    text-align: center;
    padding-left: 0px;
    color: #fff;
   
}



#footer .footer-head img{
	top: 46px;
}

#footer-bottom{
	top: 20px;
}



}

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

@media (max-width: 375px) {

#topform .topform-head h2:before {
    width: 100%;
    left: 4px;
    top: 30px;
}

#amenities .amenities-head img{
	left: 38px;
}
#amenities .amenities-head h2{
	padding-left: 36px;
}

#location .location-head img{
	left: 12px !important;
}

#location .location-head h2{
	padding-left: 1px;
    font-size: 15px;
    text-align: center;
}

#location .location-content p {
    list-style: circlr;
    text-align: left;
    width: 100%;
    text-align: justify;
	font-size: 12px;
}
#overview .overview-content h2:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #f2e2cb;
    margin-top: 5px;
    letter-spacing: 3px;
}

#location .location-content ul li {
    list-style: circlr;
    text-align: left;
    width: 100%;
    text-align: justify;
	font-size: 12px;
}

#location .location-head h2:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #f2e2cb;
    margin-top: 5px;
    letter-spacing: 3px;
    margin-left: 0px;
}

#topform .topform-head {
    background-color: #211e38;
    padding: 20px;
    border-radius: 15px;
    position: relative;
	margin-top: 121px;   
}

#footer {
    content: "";
    display: block;
    width: 90%;
    border-top: 2px solid #f2e2cb;
    margin-top: 0px;
    letter-spacing: 3px;
    margin-left: 15px;
    top: 20px !important;
}



#sitemap .sitemap-head img{
	left: 75px;
}

#floor .floor-head img{
	left: 55px;
}

 #footer .fimage { margin-top: 20px;
    margin-left: 62px; }

#priceplan .priceplan-head img{
	left: 70px;
}


}



@media (max-width: 320px) {

#topbar .topbar-content span {
    font-size: 10px;
}

#topbar .topbar-content span a {
    font-size: 10px;
    }

    #topform .topform-head h2{font-size: 20px;}

    #topform .topform-head h2:before {
	    width: 100%;
	    left: 0px;
	}

	#amenities .amenities-head img {
	    left: 10px;
	}

	#location .location-head img {
    	left: 20px;
	}

	#sitemap .sitemap-head img {
	    left: 50px;
	}

	#priceplan .priceplan-head img {
    	left: 50px;
	}

	#floor .floor-head img {
	    left: 28px;
	}

	#footer .footer-content-address .footer-content-address-con h4{
		font-size: 16px;
	}

	#footer .footer-content-address .footer-content-address-con p{
		font-size: 14px;
	}
	 

}

