.aircon-body {
	height: 100vh;
	width: 100%;
}

/* banner start */
/* #banner {
    background-color: #212529;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 70%;
    padding: 1%;
    text-transform: uppercase;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
} */

#banner > span > a {
    color: white;
    text-decoration: underline;
}
/* banner end */

#content {
	height: 100vh;
	width: 100%;
}

/* navbar */

#navbar {
	background: white;
	z-index: 99;
    left: 0;
    right: 0;
}


/* check if device is mobile or not and set navbar position according to it */
/* will load top nav by default if device type is tablet is mobile or tablet */
@media only screen and (max-width: 992px) {
	#navbar {
		position: fixed;
		top: 0;
		bottom: unset;
	}
}




#navbar.navbar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
}

#navbar.navbar-top {
    position: fixed;
    top: 0;
    bottom: unset;
}

/* end navbar */

.aircon-info-box {
	color: #444444;
	text-align: center;
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);
	padding: 30px 0 32px 0;
	border-radius: 4px;
	background-color: white;
}

#contact {
	background-color: white;
}

a,
a:active,
a:visited,
a:hover {
	color: #444444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.aircon-standard-parallax,
.aircon-jumbo-img-parallax {
	background: transparent;
}

.aircon-standard-parallax-two {
	background-color: #fcfcfc;
	/* background-repeat: repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23cacaca' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E"); */
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.aircon-info-box > i {
	font-size: 32px;
	color: #444444;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.form-floating > .form-control {
	border: 1px solid black;
	border-radius: 0;
}

.footer-wrap {
	position: static;
	bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-wrap a {
	color: #fff !important;
}

.footer-body {
	display: flex;
	justify-content: space-around;
    align-items: center;
}

.footer-body > ul {
	list-style-type: none;
	display: flex;
    margin: 0
}

.footer-body > ul > li {
	margin: 3%;
}
