/* ------------------------------------------------------------
	
	STYLE CARD
	
	Gray: #f6f6f6
	Dark Blue: #37748a
	Blue: #007ba1
	Orange: #e7972d
	
	font-family: 'myriad-pro', 'sans-serif';
	Black: Headers / top schedule, location, phone
	Regular: form text
	Bold: Buttons
	
	font-family: 'myriad-pro-condensed', 'sans-serif';
	Bold: titles
	Semibold: subtitles / form titles
	Italic: footer
	Regular: body
	

------------------------------------------------------------ */

* {
	font-family: 'myriad-pro-condensed', 'sans-serif';
}

html {
  scroll-behavior: smooth; 
}

html, body {
  overflow-x: hidden !important;
}

h1 {
	font-family: 'myriad-pro', 'sans-serif';
}

h2 {
    color: #37748a;
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
}

ul {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
}

a:hover {
	text-decoration: none;
}

.top-menu .container .row {
	display: block;
}

.container, .container-fluid {
	padding: 0;
}

.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
	padding: 0;
}

.navbar {
    padding: 0rem;
}

body {
	background: #f6f6f6;
}

.nav-cta li a {
    color: #e7972d;
    text-transform: uppercase;
    margin-left: 3rem;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'myriad-pro', 'sans-serif';
}

.logo {
    width: 20rem;
}

.top-menu {
	background-color: #007ba1;
    padding: .5rem 0rem;
    text-transform: uppercase;
}

.top-menu a {
	color: white;
    font-weight: 600;
    margin-left: 2rem;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-family: 'myriad-pro-condensed', 'sans-serif';
}

.top-menu a:hover {
    text-shadow: 3px 3px 2px #37748a;
}

.main-menu {
    padding: 2rem 0rem;
}

.menu-bar {
    background-color: #37748a;
    padding: .8rem 0rem;
    text-transform: uppercase;
}

.menu-bar ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0rem 3rem;
    font-family: 'myriad-pro-condensed', 'sans-serif';
}

.menu-bar ul li a:hover {
    text-shadow: 3px 3px 2px #007ba1;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 30%;
    left: 11%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.carousel-caption p {
    color: #37748a;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.carousel-caption h2 {
    color: #007ba1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.carousel-btn {
    color: #007ba1;
    text-transform: uppercase;
    border: 3px solid #007ba1;
    padding: .75rem 2rem;
    position: relative;
    top: 2rem;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 1.5rem;
    font-family: 'myriad-pro', 'sans-serif';
    transition: all 0.3s;
}

.carousel-btn:hover {
    background-color: #007ba1;
    color: #ffffff;
    text-decoration: none;
}

.circle-bg {
    height: 35rem;
    width: 35rem;
    background-color: #007ba1;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -4rem;
    z-index: 5;
}

.circle-bg h3 {
    font-family: 'myriad-pro-condensed', 'sans-serif';
    font-size: 4rem;
    color: white;
    margin-top: 7rem;
}

.circle-bg p {
    font-family: 'myriad-pro-condensed', 'sans-serif';
    color: white;
    font-size: 1.75rem;
}

.circle-bg .doctor p {
	font-size: 2rem;
    text-align: left;
    line-height: 2rem;
    font-style: italic;
    margin-top: 3.5rem;
    position: relative;
    left: -1rem;
}

.circle-bg .doctor img {
    position: relative;
    width: 8rem;
    right: -4rem;
    top: 2rem;
}

.intro-info {
    padding: 6rem;
}

.uppercase {
	text-transform: uppercase;
}

.bg-pattern {
    position: absolute;
    margin-top: -22rem;
    width: 45rem;
    z-index: -1;
}

.card-body {
    padding: 4rem 3rem 3rem 3rem;
    min-height: 30rem;
}

.card-body img {
    width: 100%;
    padding: 1rem 0rem;
}

.card-body p {
    font-size: 2rem;
}

.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 2rem;
    box-shadow: 1px 1px 18px #e0e0e0;
    margin: 0rem 3rem 6rem 3rem;
}

.light-btn {
    border: 3px solid #007ba1;
    text-transform: uppercase;
    color: white;
    border-color: white;
    transition: all 0.3s;
    padding: .75rem 2rem;
    position: relative;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 1.5rem;
    font-family: 'myriad-pro', 'sans-serif';
    transition: all 0.3s;
}

.light-btn:hover {
    background-color: white;
    color: #007ba1;
}

.card-body.schedule {
	background-color: #007ba1 !important;
    border-radius: 2rem !important;
    color: white !important;
}

.footer {
    background-color: #37748a;
    color: white;
    padding: 4rem 4rem 2rem 4rem;
    position: relative;
    z-index: 2;
}

.footer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-style: italic;
}

.footer ul {
    list-style: none;
    border-left: 4px solid white;
    padding-left: 2rem;
    margin-left: 2.5rem;
}

.quick-links ul li a {
    font-size: 1.25rem;
    color: white;
}

.quick-links ul li a:hover {
    text-shadow: 3px 3px 2px #007ba1;
}

.copyright {
    font-style: normal !important;
    margin-top: 1rem;
    letter-spacing: 1px;
    font-family: 'myriad-pro', 'sans-serif';
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.navbar-toggler span {
	color: white;
}

.btn:focus,.btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}

.banner {
	margin-bottom: 6rem;
	padding: 8rem 0rem;
    background: #ececec;
}

.banner h2 {
	color: #007ba1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.about-content .banner {
	background-image: url('../images/about.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.panel-bg {
	background-image: url('../images/about-img-4.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: white;
	padding: 6rem;
	margin-top: 0rem;
}

.panel-bg h2 {
	color: white;
}

.about-img-1 {
	width: 100%;
	position: relative;
}

.about-content .section {
	margin-bottom: 12rem;
	position: relative;
    z-index: 2;
}

.about-img-2 {
	width: 100%;
}

.text-area {
    margin: auto;
    padding: 6rem;
}

.about-content .bg-pattern {
    margin-top: -32rem;
}

.what-we-treat-content .banner {
	background-image: url('../images/what-we-treat.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

.banner-content {
	background-color: #e7972d;
	padding: 2rem;
    text-align: center;
    margin-bottom: 8rem;
    position: relative;
    z-index: 2;
}

.banner-content h2 {
	color: #ffffff;
}


.main-btn {
    border: 2px solid #e7972d;
    text-transform: uppercase;
    color: #e7972d;
    border-color: #e7972d;
    transition: all 0.3s;
    padding: .75rem 2rem;
    position: relative;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 1rem;
    font-family: 'myriad-pro', 'sans-serif';
    transition: all 0.3s;
}

.main-btn:hover {
    border: 2px solid #e7972d;
    text-transform: uppercase;
    background-color: #e7972d;
    color: #ffffff;
}

.text-area {
    margin: auto;
    padding: 6rem;
}

.what-we-treat-4, .what-we-treat-3 {
	width: 100%;
}

.what-we-treat-1 {
	position: absolute;
    margin-top: -10rem;
    right: -10rem;
    width: 35rem;
    z-index: -2;
}

.what-we-treat-content .section {
    margin-bottom: 12rem;
    position: relative;
    z-index: 2;
}

.mb-4, .my-4 {
    margin-bottom: 2.5rem!important;
}

.what-we-treat-2 {
	width: 35rem;
    margin-top: -20rem;
}

.contact-us-content .banner {
	background-image: url('/images/contact-hero2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-us-content .text-area {
	padding: 0rem 6rem;
}

.contact-us-content .text-area h2 {
	margin-bottom: 0;
}

.contact-us-content .section {
    margin-bottom: 12rem;
    position: relative;
    z-index: 2;
}

.contact-us-content .bg-pattern {
    width: 40rem;
}

.contact-form {
	background-color: #007ba1;
	padding: 50px 0px 5px 0px;
}

.section {
	margin-bottom: 12rem;
	position: relative;
    z-index: 2;
}

.table-container {
	padding: 6rem 0rem;
}

.table .thead-light th {
    font-size: 1.5rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.table td, .table th {
    font-size: 1.2rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.btn-light {
    font-size: 1.2rem;
    font-family: 'myriad-pro', 'sans-serif';
}

.custom-100 {
  	padding: 0rem 2rem;
}

.custom-101 {
  	margin-top: 2rem;
}

.custom-102 {
      padding: 1rem 3rem;
}

.service-list-bg-1 {
    min-height: 350px;
    background-image: url('/images/venousprocedure.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.service-list-bg-2 {
    min-height: 350px;
    background-image: url('/images/arterialprocedures.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.location {
      margin-bottom: 4rem;
}

.video {
	position: relative;
    z-index: 10;
    height: 320px;
    width: 460px;
    background: black;
    right: -220%;
    top: -24rem;
}

.home-hero {
    height: 34rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.home-text {
  	padding: 6rem;
}

.home-text p {
    color: #007ba1;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'myriad-pro', 'sans-serif';
    font-weight: 600;
    letter-spacing: 10px;
}

.home-text h2 {
  color: #007ba1;
    text-transform: uppercase;
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-family: 'myriad-pro', 'sans-serif';
    font-weight: 600;
    letter-spacing: 10px;
    margin: 2rem 0rem;
}

.top-menu img {
      width: 14rem;
}


.form-label {
    font-size: 1.2rem !important;
}

.circle-bg .doctor p.title-txt {
margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
    width: 150px;
}

.circle-bg p {
    margin-bottom: 0;
}

.circle-bg .doctor p {
    font-size: 2rem;
    text-align: left;
    line-height: 2rem;
    font-style: italic;
    margin-top: 2.5rem;
    margin-bottom: 5px;
    left: -1rem;
    position: relative;
}