.book-now {
    background: #0093df;
    color: #fff !important;
    padding: 9px !important;
    font-size: 13px;
    margin-top: -9px;
}
.book-now:hover {
    background: #fff;
}
.section-gap {
    padding: 50px 0;
}
.footer-area .footer-bottom {
    padding-top: 35px;
    text-align: center;
}
#social{
	margin-top: 20px;
}
#social ul{
	display: flex;
}
#social ul li{
	padding-right: 13px;
}
#social ul li i{
	font-size: 30px;
}
.section-title-wrap1{
	margin-bottom: 30px;
}
.why-us-banner .about-content,.about-founder-banner .about-content{
	margin-bottom: 0px;
}
.homefeature h1 {
    font-weight: 300;
}
.increase_font p{
	font-size: 16px;
}
.gallery_area img{
	width: 100%;
	height: 500px;
	padding-bottom: 15px;
}
.home-banner-area {
    position: relative;
    width: 100%;
    margin-top: 92px;
    padding: 40px 121px 0px 121px;
}
.home-banner-area img{
    height: 412px;
    width: 100%;
}
.home-header_background #header {
    background: url(../img/rainy_ashville_bg.png) right no-repeat;
    background-size: cover;

}
.banner-bottom{
	margin-top: 28px;
}
.home_codition_section .col-md-4 {
    padding-left: 131px;
}
#mobile-nav-toggle i {
    color: #9e9e9d;
}
@media(max-width: 700px){
	.book-now {
	    background: #0093df;
	    color: #fff !important;
	    padding: 9px !important;
	    font-size: 13px;
	    margin-top: 1px;
	    width: 100px !important;
	    margin-left: 14px;
	    text-align: center;
	}
	.home-banner-area {
	    margin-top: 80px;
	}
	.main-menu {
	    padding-bottom: 0;
	}
	#logo img{
		width: 137px !important;
	}
	.home-banner-area img {
	    height: 100%;
	}
	.home-banner-area {
	    padding: 26px 17px 0px 17px;
	}
}