body{
	background-color: #f4eee0;
	color: #565455;
	margin-top: 50px;
	font-size: 16px;
	  position: relative;

}

.navbar-brand {
	padding: 10px 0 0 15px;
	font-size: 12px;
	line-height: 12px;
}

.navbar-brand img{
	width: 250px;
	height: auto;
}

.navbar-default {
    background-color: #f4eee0;
    border: none;
			box-shadow: 0 1px 5px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #a1c7a2;
}
.navbar-fixed-top .navbar-header {
    width: auto;
}
.banner {
	background-color: #a1c7a2;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #d8ceb8;
}


@media screen and (min-width: 768px) {
			
	.eq-col {
		display: table;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.eq-col [class*="col-"]{
	    float: none;
	    display: table-cell;
	    vertical-align: top;
	}
}

.vcenter {
	vertical-align: middle !important;
}

.img-responsive {
	margin: 0 auto;
}

.banner {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.sub-heading {
	font-size: 30px !important;
}

.feature-exp > li{
	font-size: 18px;
}


.pricing-col {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-card {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 99;
}

.pricing-header {
    background: #fff;
    position: relative;
    /*height: 200px;*/
    border-bottom: 1px solid #1976d2;
    margin: -1px;
    margin-bottom: 0;
    text-align: center;
}

.color-blue .pricing-header {
    border-color: #7e9c7f;
    background: #7e9c7f;
}


.pricing-header h5 {
    background: #a1c7a2;
    color: #565455;
    font-size: 20px;
    line-height: normal;
    margin: 0 auto;
    min-height: 127px; 
    padding: 15px 20px 0px;
    
}

.pricing-header h5 span {
    font-size: 30px;
    
    
}



.price-box:before {
    
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.price-box {
    border-radius: 100px;
    display: block;
    margin: 1px auto;
    position: relative;
    min-height: 105px;
    
    
}

.price-box .price {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 300;
    position: relative;
    letter-spacing: -2px;
}

.price-box .currency {
    font-size: 50%;
    font-weight: 300;
    left: -20px;
    line-height: inherit;
    position: absolute;
    top: -6px;
    letter-spacing: 0;
}

.price-box .plan {
    bottom: -26px;
    font-size: 36%;
    font-weight: 300;
    left: 0;
    letter-spacing: 0px !important;
    margin: 0 auto;x
    right: 0;
    text-transform: capitalize;
}

.pricing-feature {
    position: relative;
    text-align: left;
}

.pricing-feature li {
    list-style: none;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    background: #f4eee0;
}

.pricing-feature li p {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: normal;
    color: #565455;
    text-align: center;
}

.pricing-feature li span, .pricing-feature li i {
    float: right;
}

.pricing-footer {
    border-top: 1px solid #ddd;
    padding: 0 20px;
    height: 80px;
    -webkit-transition: height 0.2s linear 0s;
    transition: height 0.2s linear 0s;
    text-align: center;
}

.color-blue .btn-act.btn-bg {
    background: #00897b;
    border-color: #00897b;
}



 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }



.hash-list {
    display: block;
    padding: 0;
    margin: 0 auto;
}


.hash-list > li {
    display: block;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


@media (min-width: 768px){
	.hash-list.cols-3 > li {
	    width: 33.3333%;
	}
	.hash-list.cols-3 > li:nth-child(3n) {
	    border-right: none;
	}

	.hash-list.cols-3 > li:nth-last-child(-n+3) {
	    border-bottom: none;
	}

}

@media (max-width: 768px){
	.hash-list.cols-3 > li {
	    width: 50%;
	}
	
	.hash-list.cols-2-xs > li:nth-child(2n) {
    border-right: none;
	}

}

@media (max-width: 480px){
	.hash-list.cols-3 > li {
	    width: 100%;
	    border-right: none;
	}

}

.padx-30, .padx-30-all > *, .padx-30-links > li > a {
    padding-right: 30px;
    padding-left: 30px;
}


.pady-40, .pady-40-all > *, .pady-40-links > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fg-text-d, .fg-hov-text-d:hover, .fg-active-text-d.active {
    color: #222;
}

