@charset "utf-8";
/* CSS Document */

/* =============================================================================
   FONTS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@font-face{
	font-family:"Filson W01 Regular";
    src:url("../fonts/6147268/affba160-fd69-4d2c-9941-1cea205012b9.woff2") format("woff2"),url("../Fonts/6147268/30f9adcd-d143-44b7-9f0a-c17ce5c59aeb.woff") format("woff");
}

/* =============================================================================
   SCROLL BAR
   ========================================================================== */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #424242;
}
::-webkit-scrollbar-thumb {
    background-color: #f15b48;
    border-right: 25px;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

/* =============================================================================
   LEMONADE
   ========================================================================== */

* {
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box; 
}
.frame {
  	margin: 0 auto;
  	max-width: 1280px;
}
.frame:after {
	content: "";
    display: table;
    clear: both; 
}
.frameFull {
  	margin: 0 auto;
  	width: 100%; 
}
.frameFull:after {
	content: "";
    display: table;
    clear: both; 
}
[class*='bit-'] {
	float: left;
	padding: 0em; 
}
.bit-25 {
	width:25%;
}
.bit-33 {
	width:33.3%;
}
.bit-40 {
	width:40%;
}
.bit-50 {
  	width: 50%; 
}
.bit-66 {
  	width: 66.6%; 
}
.bit-70 {
  	width: 70%; 
}
.bit-100 {
  	width: 100%; 
}

/* =============================================================================
   BASIC
   ========================================================================== */

body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-family: 'Filson W01 Regular', sans-serif;
	font-size: 35px;
	line-height: 1.25em;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-family: 'Filson W01 Regular', sans-serif;
	font-size: 28px;
	line-height: 1.25em;
	margin-bottom: 10px;
	text-align: left;
}
h3 {
	font-family: 'Filson W01 Regular', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25em; 
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 24px;
}
a {
	color: #36a8a9;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #7285bf;
}
.phoneLink a {
	cursor: none;
}

/* =============================================================================
   HEADER
   ========================================================================== */

header {
	background-color: #1a2b49;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 900;
}
.headerLogo {
	margin-top: 10px;
	width: 220px;
}

/* =============================================================================
   HERO IMAGE
   ========================================================================== */

.random_bg{
	margin-top: 70px;
	padding-top: 38%;
	position: relative;
    width: 100%;
}
.random_bg_1200{
	margin-top: 70px;
	padding-top: 38%;
	position: relative;
    width: 100%;
}
#random_1920 {
	display: block;
}
#random_1200 {
	display: none;
}
#random_640 {
	display: none;
}	
.textBoxHolder {
	padding: 0;
	position: fixed;
	text-align: center;
	top: 60%;
	width: 100%;
	z-index: 200;
}
.textBoxHolder h1 {
	color: #424242;
	font-size: 75px;
	font-weight: 800;
	text-align: center;
	text-shadow: 3px 3px 8px #000;
}

/* =============================================================================
   BLUE BOX
   ========================================================================== */

.blueBox {
	background-color: #1a2b49;
	margin-top: -20px;
	padding: 25px 0 35px 0;
	position: relative;
	z-index: 300;
}
.blueBox h2 {
	color: #fbc5c5;
}
.blueBox p {
	color: #fbc5c5;
}
.moreIndent {
	padding: 0 170px;
}

/* =============================================================================
   PROVIDERS
   ========================================================================== */

.providers {
	padding: 15px 0 40px 0;
}
.text-center {
    text-align: center;
}
.item {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	margin: 30px 10px 10px 10px;
}
.item h3 {
	color: #ffffff;
}
.thumb {
    position: relative;
    z-index: 1;
}
figure {
	background: #fff;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
 	width: 100%;
}
figure:hover+span {
 	bottom: -36px;
 	opacity: 1;
}
.thumb figure {
 	position: relative;
}
.thumb figure::before {
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	content: '';
	display: block;
	height: 100%;
	left: -75%;
 	position: absolute;
 	top: 0;
 	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	width: 50%;
 	z-index: 2;
}
.thumb figure:hover::before {
 	-webkit-animation: shine 1.75s;
 	animation: shine 1.75s;
}
@-webkit-keyframes shine {
 	100% {
  	left: 125%;
 	}
}
@keyframes shine {
 	100% {
  	left: 125%;
 	}
}
.info {
	background: #1a2b49;
    padding: 20px 20px 25px;   
}
.button {
  	background-color: #ffffff; /* Green */
  	border: none;
	border-radius: 4px;
  	color: #1a2b49;
  	padding: 10px 12px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
	margin-top: 10px;
}
.button {
  transition-duration: 0.6s;
}

.button:hover {
  background-color: #fcc6c6;
  color: #424242;
}

/* =============================================================================
   APPOINTMENT
   ========================================================================== */

.appointment {
	background-color: #485fab;
	color: #424252;
	padding: 40px 0 20px 0;
	text-align: center;
	z-index: 300;
}
.appointment h2 {
	color: #fbc5c5;
	text-align: center;
}
.appointment p {
	color: #fbc5c5;
}
.appointment a {
	color: #ffffff;
	cursor: none;
	text-decoration: none;
}
.formArea {
	margin: 35px auto 45px auto;
	width: 100%;
	z-index: 400;
}
input, textarea { 
    width: 200px; 
    background: #FFFFFF url('bg_form.png') left top repeat-x; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	border: solid 1px #E5E5E5;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	font: normal 13px/100% 'Open Sans', Arial, sans-serif;
	outline: 0;
	padding: 9px;
} 
textarea { 
    height: 150px; 
    line-height: 150%;
	max-width: 400px;
	width: 400px;
} 
input {
	margin-top: 5px;
	width: 300px; 
}
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
} 
 .form label { 
	color: #999999;
    margin-left: 10px; 
} 
.submit input {     
    background: #fbc5c5; 
    border: 0;  
    color: #485fab; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	margin-top: 40px;
	padding: 9px 30px;
	width: auto;
}
.submit input:hover {
	background: #1a2b49; 
    color: #ffffff; 
}

/* =============================================================================
   DOCTOR DETAILS
   ========================================================================== */

.doctorDetails {
	background-color: #fffff;
	margin-top: 70px;
}
.rightPadding img {
	max-width:100%;
	margin-top:10px;
	padding-right:20px;
}
.rightPadding p {
	text-align:center;
	margin-top:-10px;
	padding-right:20px;
}
.rightPadding h2 {
	text-align:center;
	padding-right:20px;
}
.details {
	padding: 30px 0;
}
.details h2 {
	color: #485fab;
	margin-top: 10px;
	text-align: center;
}
.doctorContent p {
	color: #424242;
}
.doctorTabs {
	margin: 10px 0;
}
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  font-size: 16px;
  width: 33.3%;
}
.tablink:hover {
  background-color: #777;
}
.tablinkMF {
  background-color: #555;
  color: white;
  cursor: none;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33%;
}
.tablinkMF:hover {
  	background-color: #555;
	cursor: none;
}
.tabcontent {
  color: #424242;
  display: none;
  padding: 80px 20px 20px 20px;
  height: 100%;
}
#About {
	background-color: rgba(146,146,146,.2);
}
#Locations {
	background-color: rgba(146,146,146,.2);
	text-align: center;
}
#Video {
	background-color: rgba(146,146,146,.2);
}
.doctorVideo {
	max-width: 570px;
	padding: 0 0 30px 0;
	text-align: center;
}
.centerVideo {
	text-align: center;
}

.lightBlueBorder {
	border: medium solid #7285bf;
	color: #7285bf;
	height: 55px;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
.js-nametag{
	color: #7285bf;
	margin: 0 auto;
	font-size: 20px;
}
.js-nametag:nth-child(1){
  	animation-name: fade;
  	animation-fill-mode: both;
  	animation-iteration-count: infinite;
  	animation-duration: 5s;
  	animation-direction: alternate-reverse;
}
.js-nametag:nth-child(2){
  	animation-name: fade;
  	animation-fill-mode: both;
  	animation-iteration-count: infinite;
  	animation-duration: 5s;
  	animation-direction: alternate;
	margin-top: -30px;
}
@keyframes fade{
    0%,50% {
      opacity: 0;
}
    100%{
      opacity: 1;
  }
}

/* =============================================================================
   THANK YOU
   ========================================================================== */

.thankYou {
	background-image: url("../images/thankYou.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center 69px !important;
	padding-top: 860px;
	position: relative;
	z-index: 100;
	
}

/* =============================================================================
   FOOTER
   ========================================================================== */

footer {
	background-color: #1a2b49;
	height: 300px;
	padding: 40px;
	text-align: center;
	z-index: 300;
}
.footerLogo {
	width: 280px;
}
.footer p {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.footer a {
	color: #fff;
	font-size: 14px;
}

