html {
  position: relative;
}
body {
	font-family: 'Roboto', sans-serif;
  min-height: 100%;
}

h1,h2,p{
	color:#fff;
	font-weight:400;
}
	h1{
		font-size: 16px;
		color: #262626;
		font-weight: 600;
	}
	h2{
		font-size: 30px;
        color: #3466d5;
	}
	h3{
		color:#4767b3;
	}
	h4 {
		font-size:22px;
	}
	p{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		color:#262626;
		font-weight:300;
	}
	ul{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		color:#262626;
		font-weight:300;
	}

#container{
	position: fixed;
	top:0;
	z-index: 1000;
	width: 100%;
	height: 5px;
}

/* Preloader */
.pre-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    max-width: 400px;
    margin-top: -150px; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #ffffff;
	padding: 1em;
}

.se-pre-con .lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #3466d5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3466d5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main-nav li.navbar-item {
	float: left;
	margin-left: 12px;
	padding: 10px 14px;
	list-style: none;
}

.dropdown-menu {
    color: #fff !important;
    background-image: linear-gradient(to bottom,#262626,#262626);
    background-image: -moz-linear-gradient(top,#262626,#262626);
    background-image: -webkit-linear-gradient(top,#262626,#262626);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#262626),color-stop(1,#262626));
    background-repeat: repeat-x;
    background-color: #262626;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 14rem;
}

.dropdown-menu>li{
	border-bottom:1px solid rgba(255,255,255,0.4);
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    color: #fff !important;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#fff;
    color: #262626 !important;
}

/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.dropdown-menu.collapsing {
    display:block;
}
.menu{
	padding-left: 20px;
}
.menu-wrap {
	background-color: #3466d5;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 220px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
	border-left: 1px solid #fff;
}
.menu-show {
	margin-right: 0;
	/* box-shadow: 4px 2px 15px 1px #B9ADAD; */
}
.menu-sidebar {
	margin: 70px 0 0px 0px;
	position: relative;
	top: 0;
}
.menu-sidebar li {
	padding: 18px 18px 18px;
	list-style: none;
	border-bottom: 1px solid #fff;
}
.menu-sidebar li > ul > li {
	border-bottom: 1px solid #71cef5;
}

.menu-sidebar li > ul > li > a {
	color:#71cef5;
}

.menu-sidebar li:last-child,
.menu-sidebar li > ul > li:last-child {
	border-bottom: none;
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1em;
	position: relative;
	text-decoration: none;
	font-weight: 400;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #71cef5 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
	padding-left: 0;
}

.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #71cef5;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}

/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 44px;
	height: 40px;
	top: 25px;
	right: 25px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
	
}

.top18{
	top:18px;
	right:18px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}

.toggle-button .menu-bar.scrolled{
	border: 2px solid #343a40;
}

.toggle-button .menu-bar-top {
	border: 4px solid #fff;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #fff;
	border-top: none;
	top: 22px;
}
.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
	border: 2px solid #fff !important;
}
.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
	border: 2px solid #fff !important;
}

.navbar.scrolled{
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.navbar.scrolled .logo img{
	max-width: 280px;	
}

.navbar-subpage {
	background-image: linear-gradient(to bottom,#5587d7,#396bbc);
	background-image: -moz-linear-gradient(top,#5587d7,#396bbc);
	background-image: -webkit-linear-gradient(top,#5587d7,#396bbc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5587d7),color-stop(1,#396bbc));
	background-repeat: repeat-x;
	background-color: #396bbc;

	border-color: #fff;
	height: 80px;
}

.navbar>.container .navbar-brand{
	font-size: 24px;
	font-weight: 300;
	margin-left: 0;
	margin-top: 10px;
}

.navbar-fixed-bottom .bottom-logo{
	margin:0 auto;
}

.navbar-fixed-bottom{
	display:block;
}

.navbar-text {
    font-size:inherit;
	width:100%;
    margin-top: 0;
    margin-bottom: 0;
	text-align:center;
	padding:10px;	
}


nav {
	transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -111px;
}

.nav>li {
	padding:3px 3px 0;
}

.nav>li:hover {
/*	box-shadow:2px 2px 2px 2px rgba(155,155,155,1); */
}

  .navbar-side {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #ccc;
    color:#ffffff;
    background-color:#3466d5;
    overflow-y: auto;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;	

  }
		
		.navbar-side a{
			color:#ffffff;
		}
		

	 .navbar-side-item {
		padding: 1.5rem;
		margin: 0;
		border-bottom: 2px solid #ccc;
		height: 5rem;
		}
	
		.side-link {
			padding-left: 2rem;
		}
		
	.reveal {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: 300ms ease;
		transition: 300ms ease;
	}		
	
	.overlay {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		background-color: #ccc;
		opacity: 0.6;
		z-index: 990;
	}	
.sub-logo{
    color: #ffffff;
    text-align: right;
    margin-right: 15px;
    font-size: 20px;
    margin-top: -10px;
}

.scrolled .sub-logo, .se-pre-con .sub-logo{
    color: #3466d5;
    margin-top: -7px;
    font-size: 16px;
    margin-right: 10px;
}
.main-splash{
  float:none; 
  margin-right:0;
}
	
.main-nav li.navbar-item {
	float: left;
	margin-left: 12px;
	padding: 10px 14px;
	list-style: none;
}

.reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}		

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #ccc;
    opacity: 0.6;
    z-index: 990;
}	

.pre-header{
    margin-bottom: 0;
}

    .pre-header li{
        float:left;
        margin-left:20px;
        list-style:none;
    }

        .pre-header li, .pre-header li a{
            color: #181510;
            font-weight: 100;
            font-size: 14px;
        }	

.main-nav{
    display:block;
}
    .main-nav li.navbar-item{
        float:left;
        margin-left:12px;
        padding:10px 14px;
        list-style:none;
    }	

.navbar-brand img{
    max-height:70px;
}

.zillow-widget{
  position: absolute;
  top: 50px;
  left: 50px;  
  z-index: 1;
  display: none;
}
    .zillow-widget iframe, .zillow-widget .widget-iframe{
      display: none !important;
    }

.header-bar{
    align-items: center;
    z-index: 100;
    position: relative;
}

.welcome-box{
    padding: 1em;
    margin: 10em auto 5em;
    /*  background: rgba(123,95,55,.5);*/
    position: relative;
    z-index: 10;
}
.welcome-box-bg{
  background: rgba(37, 41, 48,.5);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  border-radius: .5em;
}

/* Colors */
.primary-bg{
	background:#3466d5;
}
.secondary-bg{
	background:#EeE6E0;
}

.title{
	display: none;
}
.search_property .title {
  display: inline-block !important;
}

.border-bottom{
	border-bottom:1px solid #ccc;
}
.firstoverlay{
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9;
	display:none;
}	

.grad {
	background: -moz-linear-gradient(top, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.7)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%);
	height:calc(50vh - 52px);
	width: 100%;
	position: absolute;
	z-index: 1;
/*	top: 52px;*/
}

#main-splash{
	background-image: url("../img/splash.jpg");
	min-height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center;
	border-bottom: 1px #fff solid;
	position: relative;
}

#main-splash .main-splash-inner{
	position:relative;
	margin:auto auto;
}

#main-splash h1, #main-splash h1 a{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color:#fff;
	font-weight: 300;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	line-height:1em;
}

  #main-splash h1 a:hover{
    color:#ccc;
  }

#main-splash h2{
	font-size: 16px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	text-transform: uppercase;
  margin-top: 28px;
	color:#fff;
}

#main-splash h3{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	color: #fff;
	margin-bottom: 20px;
}

#main-splash .btn-apply{
	color:#fff;
	font-size:18px;
	background-color: rgba(127,103,65,1.0);
	padding:10px 20px;
	border:1px solid #fff;
	text-transform: uppercase;

    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
#main-splash .btn-apply:hover{
	text-decoration:none;
	background-color: rgba(127,103,65,0.9);
    z-index: 1;
}

#main-splash .form-search-wrapper {
	padding: 15px 15px 10px;
	background-color: rgba(215,206,199,.7);
	border: 1px solid rgba(215,206,199,.9);
	border-top: 1px solid #fff;
    z-index: 1;
}

#section-one{
    position: relative;	
}
#section-one h2{
	font-size:20px;
	text-align:center;
}
#section-one p{
	color:#262626;
}
#section-one .btn-learn{
	padding: 10px;
	border: 1px solid #262626;
	margin: 0 auto;
}
#section-one a.btn-learn{
	font-size:18px;
	color:#262626;
	text-align:center;
	text-decoration:none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;	
}
#section-one a.btn-learn:hover{
	color:#262626;
	background-color:#fff;
}
#section-one img{

}

.videoWrapper {
	position: relative;
	padding-bottom: 49.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#section-two{
	background-image: url(../img/designerbg.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#444444;
    padding: 4em 0;
}

#section-two h2, #section-two h1{
	font-size:30px;
	line-height:1em;
	color: #444;
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

#section-two h3{
	font-size:30px;
	color: #c0b3a0;
	text-align: center;
	font-weight:400;
}

#section-two p{
	font-size:18px;
	color: #444;
	text-align:center;	
}

#section-two .box{
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	text-align:center;
	margin-bottom: 20px;
}

#section-two .btn-learn{
	padding: 10px;
	width: 100%;
	border: 1px solid #785f37;
}

#section-two a.btn-learn{
	font-size:18px;
	color:#785f37;
	text-align:center;
	
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;	
	
}

#section-two a.btn-learn:hover{
	color:#fff;
	background:#785f37;
	text-decoration:none;
}

#section-three{
	background:#3466d5;
	height:450px;
	box-shadow: 0px -4px 8px rgba(0,0,0,.5);
	position: relative;	
  border-bottom: 1px solid rgba(255,255,255,.5);			
}

#section-three .testimonials{
/*
    background-image: url(../img/logo-testimonials.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
*/
    height: 100%;
    text-align:center;
    color:#ffffff;
    padding: 20px;
}

#section-three .darkoverlay{

    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%);
    height: 450px;
    width: 100%;
    position: absolute;
    z-index: 2;
	
}

#section-three h2{
	z-index: 100;
	font-size: 20px !important;
	border-bottom: 1px solid #ffffff;
	max-width: 100%;
	margin: 10px auto;
	padding-bottom: 6px;
	line-height:1em;
	color:#fff;
}

#section-three .testimonials p{
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 1.5em;
	color:#fff;
}

#portfolio{
    margin: 3em auto;
}

.portfolio-description{
    font-size: 1.3em;
    margin-bottom: 0.5em;    
}
#featured-properties{
    max-width: 1200px;
    margin: auto;
}
    #featured-properties a, #featured-properties a:hover{
        color: #262626;
    }
	#featured-properties img{
		width:100%;
		}
	#featured-properties .img-item{
		float:left;
		margin-right:25px;
	}
		#featured-properties .img-item a{
			position:relative;
			display:block;
		}
	#featured-properties .photo_crop {
		height: 100%;
		overflow: hidden;
	}
		#featured-properties .photo_crop img{
			min-height:inherit;
		}
	#featured-properties .pic {
		float: left;
		height: 204px;
		width: 270px;
		overflow: hidden;
	}
	#featured-properties .nopic {
		display:none;
	}

footer {
}
.footer-main{
    background: #262626;
    color: #e3e6e0;
	float: left;
	width: 100%;
	padding:20px;	
}
.footer-main h2{
	font-size:26px;
	margin-top:20px;
	color:#fff;
}
.footer-main h4{
	color:#fff !important;
}
.footer-main a{
	color:#fff !important;
}
    .footer-main a:hover{
        color:#fff !important;
        text-decoration: underline !important;
    }    
.footer-main p{
	font-family: 'Lustria', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color:#fff;	
}

.footer-main img{
	max-height: 36px;
}

.footer-main li{
    list-style: none;
}

.footer-main hr{
    color: #fff;
    border-bottom: 1px solid #fff;
    height: 0;
}

.footer-main ul,.footer-main li a{
	color:#fff;
}
    .footer-main li a:hover{
        text-decoration: underline;
    }

.footer-main .social-links li:first-child{
	margin-left:0;
}

.footer-main .social-links li{
	float:left;
	margin-left:20px;
}

.footer-main ul.social-links{
	display: inline-block;
	padding-left: 0;
}

.footer-main .fa{
    font-size: 2em;
    top: 6px;
    position: relative;
}
.footer-main .fa.fa-angle-up{
    font-size: 1em;
    top: 0;
}
.psa-card{
	background:rgba(247,247,247,0.5);
	padding: 0 20px;
	border: 1px solid #f7f7f7;
	border-radius: 0 4px 0 0;
}
.psa-card h2,.psa-card p{
	/* color:rgba(255,83,61,1.0); */
	color:#fff;
}

.subscribe-form{
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	color:#464646;
}

.subscribe-form h2{
}

.subscribe-form p{
	font-family: 'Roboto', sans-serif;
	color: #464646;
	font-size: 14px;	
}

.footer-sub{
	background: #f7f7f7;
	float: left;
	width: 100%;	
}

.footer-sub p{
	font-size:12px;
	color:#888;
}

.meetvet{
	margin: 0 20px 5px 10px;
	position: relative;
	top: 0px;
}

.meetvet a{
	float: none;
	font-family: 'Handlee', cursive;
	font-weight:300;
	line-height: 30px;
	text-align:center;
	color: #e4701e;
	font-size: 24px;
	background-color:transparent;
	border: none;	
}

.starthere {
	position: relative;
	right: -60px;
	display: none;
}

.wizard-container{
	max-width:100%;
	max-height:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	display:none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom:0px;
	border-radius: 0px;		
}

#vetbio{
	max-width:100%;
	max-height:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	display:none;
	background-color: #fff;
	padding: 20px;
	margin-left: 0;
	margin-top: 0;
	border: 1px solid #f7f7f7;
	margin-bottom:0px;
	-webkit-box-shadow: 4px 4px 11px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 11px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 11px 5px rgba(0, 0, 0, 0.4);
	border-radius: 0px;		
}

#vetbio h1{
	font-size: 2em;
	color: #789ecb;
}
#vetbio h2{
	font-size: 1.2em;
	color: #666;
  margin-top: 0;	
}
#vetbio h3{
	font-size: 1em;
	color: #789ecb;
}
#vetbio h4{
	font-size: 1.2em;
	color: #789ecb;	
}
#vetbio p{
	font-size: 1em;
	color: #666;	
}
#vetbio hr{
}

#vetbio img{
	-webkit-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
}

#welcome_msg{
	margin: 20px 0;
}

#welcome_msg h1{
	text-align: center;
	font-size: 2.5em;
	color: #054371;	
	font-weight: 600;
}

#welcome_msg h2{
	text-align: center;
	font-size: 1.7em;
	color: rgb(33, 37, 41);		
}

#welcome_msg h2 span{
	color: #e4701e;
	font-weight: 600;
}

.hide-header, .hide-footer{
	display:flex;
}
.footer {
	background:#464646;
  width: 100%;
	bottom:0;
	margin-top:0;
}

.socialcart{
	display:none;
	position: fixed;
	top: 39%;
	right:0px;
	z-index: 1000;
}

.socialcart img{
	width:32px;
}

.socialcart hr{
	border-bottom: 1px solid #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50%;
}

a.btn-contact, a.btn-facebook{
	font-family: 'Roboto', serif;
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	box-shadow: 0px 1px 8px rgba(255,255,255,0.5);
	width:80px;
	position: absolute;
	right: 0;
}

a.btn-contact:hover,
a.btn-facebook:hover{
	padding-right:50px;
	text-decoration:none;
	color: #fff;
	font-weight: 500;
	width:120px;
}	

.btn-apply-now{
	background-color: rgba(255,83,61,1.0);
}

.btn-contact{
	background-color: rgba(24,21,16,1.0);
}

.btn-chat{
	background-color: rgba(15,22,38,1.0);
}

.btn-facebook{
	background-color: rgba(59,89,152,1.0);
}

.btn-twitter{
	background-color: rgba(29,161,242,1.0);
}

.btn-linkedin{
	background-color: rgba(0,119,181,1.0);
}

.btn-google{
	background-color: rgba(219,68,55,1.0);
}

/* cover */
#cover {
	position: absolute;
	height: 98%;
	width: 100%;
	top: 0;
	left: 0px;
	background: #fff;
	z-index: 4;
	border-radius: .25rem;
	}
.wizard-card .wizard-header h5 {
	font-size:14px;
}
.wizard-card .wizard-header {
  padding: 20px 0 30px;
}
.comment-box{
	position: relative;
	bottom: 231px;
	background:#fff;
/*display:none; */
  margin-bottom: -222px;
/*right: 90px; */
/*border:1px solid rgba(0,0,0,0.3); */
/*width:750px; */
/*box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.2); */
}
	.comment-box a {
		border: none;
		font-weight: 100;
		color: #fff;
		background: #789ecb;
		padding: 3px 8px;
		height: inherit;
		margin-top: -40px;
	}
.comment-first{
	background:#fff;
}
.comment-second{
	height:183px;
	background:#fff;
}


.success-response {
    width: 300px;
    height: 88px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -77px 0 0 -151px;
    text-align: center;
    border: 2px solid #789ecb;
    color: #789ecb;
    font-size: 14px;
    background: rgba(120, 158, 203, 0.1);
}

.error-response{
	width: 300px;
	height: 80px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -77px 0 0 -151px;
	text-align: center;
	border: 2px solid rgb(244, 67, 54);
	color: rgb(244, 67, 54);
	font-size: 14px;
	background: rgba(244, 67, 54, 0.1);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#search_facets{
 margin-top: 75px !important;
}
    #search_facets li {
     list-style: none;
    }
    #search_facets ul {
        padding-left: 0;
    }
.phone-mobile{
    display: none;
}         
@media (min-width: 413px) {
	h1{
		font-size:18px;
	}
	h4 {
		font-size:1.5rem;
		font-weight: 500;
        margin-top: 10px;
	}
	.wizard-card .wizard-header h5 {
		font-size:20px;
	}
	.wizard-card .wizard-header {
    padding: 5px 0 15px;
	}
}

@media (min-width: 576px) {
	h1{
		font-size:28px;
	}
	h2 {
		font-size: 24px;
		margin-top: 0px;
	}
	
	.success-response{
		width: 400px;
		height: 100px;
		margin: -66px 0 0 -202px;
		font-size: 20px;
	}
	.error-response{
		width: 400px;
		height: 100px;
		margin: -66px 0 0 -202px;
		font-size: 20px;
	}
	
	.starthere {
		display: block;
	}	
		
.wizard-container{
		max-width:750px;
		max-height:500px;
		position:absolute;
		top: calc(100vh/2);
		left:50%;
		z-index:999;
		display:none;
		margin-left: -350px;
		margin-top: -300px;
	}		
	
	#vetbio{
		max-width:700px;
		max-height:600px;
		position:fixed;
		top:50%;
		left:50%;
		z-index:999;
		display:none;
		background-color: #fff;
		padding: 20px;
		margin-left: -350px;
		margin-top: -300px;
		border: 1px solid #f7f7f7;
		margin-bottom: 20px;
		-webkit-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
		box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);	
	}
	
	.meetvet a{
		text-align:left;
	}
	
}

@media (min-width: 768px) {
    
	.logo {
		margin: 20px 0;
		float:left;
	}	
	
	.logo img{
		max-width: 400px;
		padding: 0;
	}    
    
	#main-splash{
        height: calc(100vh - 52px);
        padding-top: 140px;
	}
	
	#main-splash h1, #main-splash h1 a{
		font-size:70px;
    font-weight: 600;
	}
	
	#main-splash h2{
		font-size: 32px;
		margin-top: 40px;
	}	
	
	#main-splash h3{
    font-size: 40px;
    margin-top: 0;
		margin-bottom: 25px;
	}		
	
	#section-one h2{
		font-size:30px;
	}	
	
	#section-two h2, #section-two h1{
		font-size:40px;	
	}
	
	#section-three{
		height:450px;
	}	
	
	#section-three .darkoverlay{
		height: 450px;
	}
	
	#section-three h2{
		font-size: 40px !important;
		margin: 30px auto;
		max-width: 550px;
	}
	
	#section-three .testimonials p{
    font-size: 30px;
    line-height: 1em;	
	}	
  
  .zillow-widget{
    display: block;
  }
	
	.socialcart {
			display: grid;
	}	
	.socialcart img {
			width: 48px;
	}	
		
}

@media (min-width: 992px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 30px;
	}
	ol, ul{
		font-size: 20px;
	}
	#section-three .testimonials{
		background-size:400px;
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 20px;
	}
	.hide-header, .hide-footer{
		display:flex;
	}
}
