body {
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 400;
}

#home .navbar-static-top {
	position: absolute;
	width: 100%;
}

.navbar-nav li a {
	color:#fff;
	font-size: 11px;
	opacity: .8;
	font-weight: 600;
}

.navbar-nav li a:hover {
	background: none;
	opacity: 1;
}

#home .navbar svg#logo {
	width: 152px;
}

#home .jumbotron {
	color: #fff;
	padding:200px 0;
	background:url(/assets/images/home_bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-bottom: 0;
}

#home .jumbotron .container{

}

#home .jumbotron h1 {
	font-size: 40px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight: 500;
}

#home .jumbotron p {
	font-size: 16px;
}

#home .jumbotron p.small {
	font-size: 12px;
    margin-top: -5px;
}

#home #testimonial-block {
	max-width: 800px;
	margin: 0 auto;
}

.btn-primary {
	background:#2bbfbd;
	border:none;
	border-radius: 10px;
	font-size: 16px;
	padding:18px 36px;
	-webkit-transition: background .4s ease; /* Safari */
    transition: background .4s ease;
    margin-top: 18px;
}

.btn-primary.btn-orange {
	background: #f29b30;
}

.btn-primary.btn-orange:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.form-control {
	background: #efefef;
	font-size: 16px;
	padding:24px 8px;
}

label {
    font-size: 11px;
    text-align: left;
    display: block;
    color: #888;
}

h5 {
	font-size: 15px;

    font-size: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#999;

font-size: 15px;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 46px;
    color: #999;    
}


#home #testimonial {
	background: #f7f7f7;
	padding:60px 0 80px;
}

#home #how-it-works {
	padding:100px 0 140px;
}


#home #how-it-works h2{
	margin:0 0 60px 0;
	font-size: 26px;
	color: #222;
}


#home #how-it-works h3{
	margin-bottom: 30px;
	font-size: 20px;
	color: #888;
}


#home #how-it-works img{
	width:28%;
	margin: 0 auto 20px auto;

}

#home #specialists {
	background:#2bbfbd;
	padding:70px 0;
	color: #fff;
}

#home #specialists .row{
	margin-top: 40px;

}

#home #specialists img{
	width:50%;
	border-radius: 50%;
	margin: 0 auto 20px auto;

}

#home #cta {
	background:#2bbfbd;
	background:#2a2b2b;
	color: #fff;
	padding:70px 0 20px;
}


footer {
	margin-top:180px;
	font-size: 14px;
	color: #fff;
}


.remodal-overlay {
    background: rgba(0, 0, 0, 0.3) !important;
}

.remodal {
    max-width: 380px !important;
}

.remodal form{
    margin: 30px auto 10px auto;
}

.remodal form button{
   width: 100%;
}


.sign-up-footer img{
	width:20px;
	float: left;
	margin-right: 6px;
}

.sign-up-footer {
	font-size: 11px;
	color: #999;
	text-align: left;
}

#chat-bubble {
	position: fixed;
    bottom: 0;
    right: 10px;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
    font-size: 12px;
    background: #2bbfbd;
    color: #fff;
    padding: 16px 30px;
    display: block;
    cursor: pointer;
	border-radius: 8px 8px 0 0;    
	display: none;
}

#online-dot {
	width:10px;
	height: 10px;
	border-radius: 50%;
	background: #3be262;
	display: inline-block;
	margin-right: 6px;
}


@media (max-width: 767px) {
    .col-md-3 {
        margin-top:40px;
    }
}