@charset "UTF-8";
/*
Theme Name: Levo Child
Template: Levo
Author: Levo Health
Description: Levo Health WordPress Theme
Version: 1.0.34
Updated: 2021-05-04 11:31:03

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Helpers
# Bootstrap
# Base
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Poppins';
  src: url("assets/fonts/Poppins-Light.woff2") format("woff2"), url("assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}

.font-left-arrow:before, .font-next-post:before, .font-prev-post:before, .font-right-arrow:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-left-arrow:before {
  content: "";
}

.font-next-post:before {
  content: "";
}

.font-prev-post:before {
  content: "";
}

.font-right-arrow:before {
  content: "";
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($phone) 			 	@media screen and (max-width: 640px)
	-------------------------------------------------------------------------------------------------
	@include mq(991) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($phone + 1, min) 	 	@media screen and (min-width: 641px)
	-------------------------------------------------------------------------------------------------
	@include mq(992, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.centered {
  text-align: center;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.sr-only:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 10px 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6, span {
    background: none;
    color: #000 !important;
  }
  .temp,
  .site-header,
  .site-footer,
  .banner,
  .entry-footer {
    display: none;
  }
  /*--------------------------------------------------------------
	## Content Split
	--------------------------------------------------------------*/
  .content-split {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .content-split-media-wide {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.6;
}

blockquote {
  margin: 0 25px;
}

pre {
  max-width: 100%;
  padding: 1.6em;
  overflow: auto;
  background: #bebebe;
}

[class*='font-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  line-height: 1;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}

.wrapper.vc_inner {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .is-animate {
    backface-visibility: hidden;
    opacity: 0;
    will-change: transform;
  }
  .slide-up {
    transform: translate3d(0, 200px, 0);
    transition: 1000ms ease-in-out;
  }
  .is-visible {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 768px)
{
	.page-header-table-cell
  {
  	    padding: 0 0px!important;
  }
  .page-header .page-subheading, .page-header.background-image-page-header .page-header-title
  {
  	max-width: 100%!important;
  }
  .single-post .page-header, .single-diagnostictesting .page-header.background-image-page-header, .single-vein .page-header.background-image-page-header
  {
      min-height: 320px!important;
  }
  .page-header.background-image-page-header .page-header-title
  {
  	font-size: 36px!important;
  }
  .page-header .page-subheading
  {
    font-size: 18px!important;
  }
  .team-single-page-header-wrapper .page-header-inner
  {
  	max-width: 100%!important;
  }
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  background-color: #de0037;
  transition: 350ms ease;
  font-size: 18px;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: center;
  font-family: "proxima-nova";
  border: 1px solid #de0037 !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  outline: none;
  padding: 7px 50px !important;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn:hover {
  text-decoration: none !important;
  background-color: #1b2753 !important;
  border-color: #1b2753 !important;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px !important;
  }
  .schedule__form2 .gfield 
  {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
}

.theme-button {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .theme-button {
    margin-top: 30px;
  }
}

.btn--sec {
  background-color: #1b2753;
  border-color: #1b2753 !important;
}

.btn--sec:hover {
  background-color: #de0037 !important;
  border-color: #de0037 !important;
}

.btn--white {
  background-color: #fff;
  color: #de0037 !important;
  border-color: #fff;
}

.btn--white:hover {
  color: #fff !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
img {
  max-width: 100%;
  display: block;
  height: initial;
}
/*--------------------------------------------------------------
# menu / topbar classes
--------------------------------------------------------------*/
.menu-custom-btn {
    background: #1B6FE1;
    padding: 0 10px 0 10px;
    border-radius: 0px;
    color: #ffffff !important;
}
.top-bar-nav a {
 color:#fff !important;
 font-size: 40px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: 350ms ease !important;
}
.top-bar-nav a:hover {
 color:#de0037 !important;
}
.surgerytext a {
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: 350ms ease !important;
}
.surgerytext:hover {
 color: #fff !important;
} 
#top-bar-content a {
    color: #de0037;
    font-size: 16px;
    font-weight:600;
}
#top-bar-content span.wpex-inline {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
.banner {
  position: relative !important;
  background-color: #fff !important;
  height: calc(100vh - 100px);
}

.banner .slick-dots li {
  margin: 0 !important;
}

.banner .slick-dots li.slick-active button::before {
  color: #1b2753 !important;
  opacity: 1 !important;
}

.banner .slick-dots li button::before {
  color: #6272ae !important;
  font-size: 10px !important;
  opacity: 0.7 !important;
}

@media screen and (max-width: 1024px) {
  .banner {
    height: auto !important;
  }
}

.banner-image {
  height: calc(100vh - 150px) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 20px 100px 0 !important;
  border-radius: 50px !important;
  position: relative !important;
}

.banner-image::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(257.74deg, rgba(255, 255, 255, 0.7) 11.53%, rgba(255, 255, 255, 0) 50.95%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;

}

@media screen and (max-width: 1450px) {
  .banner-image {
    margin: 20px 40px 0 !important;
  }
}

@media screen and (max-width: 1300px) {
  .banner-image {
    margin: 20px 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-image {
    background-position: top !important;
  }
}

.banner-content__wrap {
  max-width: 736px;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 1 !important;
}

@media screen and (max-width: 1300px) {
  .banner-content__wrap {
    max-width: 646px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-content__wrap {
    left: 5% !important;
  }
    .navbar-style-one .dropdown-menu > li.menu-item > a
  {
  	  font-size: 14px!important;
  }
  .navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner
  {
  	  padding: 0.5em 8px!important;
  }
}

@media screen and (max-width: 959px) {
  .banner-content__wrap {
    max-width: 568px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__wrap {
    left: 4% !important;
    max-width: 366px !important;
  }
}

@media screen and (max-width: 645px) {
  .banner-content__wrap {
    max-width: 320px !important;
    left: 3% !important;
  }
}

.banner-content .slick-dots {
  margin-bottom: 0 !important;
}

.banner-content .slick-dots li::before {
  content: none !important;
}

.banner-content__title {
  font-size: 72px !important;
  line-height: 0.9 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 1300px) {
  .banner-content__title {
    font-size: 62px !important;
  }
}

@media screen and (max-width: 959px) {
  .banner-content__title {
    font-size: 52px !important;
  }
}

@media screen and (max-width: 645px) {
  .banner-content__title {
    font-size: 36px !important;
  }
}

.banner-content__subtitle {
  font-size: 20px !important;
  line-height: 1.4 !important;
  max-width: 507px !important;
  margin-bottom: 40px !important;
}


.banner-sec__wrap {
  display: flex !important;
  align-items: center !important;
  padding: 50px 0 !important;
  height:100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .banner-sec__wrap {
    flex-direction: column !important;
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-sec__wrap {
    padding: 70px 0 !important;
    height: auto !important;
    width: auto !important;
  }
}

.banner-content__left-img {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .banner-content__left-img {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__left-img img {
    width: 32% !important;
  }
}

.banner-sec__desc {
  max-width: 600px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .banner-sec__desc {
    max-width: 100% !important;
  }
}

.banner-sec__left {
  padding: 0 60px 0 250px !important;
  flex: 0 0 70%;
  max-width: 70%;
  position: relative !important;
}

@media screen and (max-width: 1450px) {
  .banner-sec__left {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    padding: 0 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-sec__left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 60px 0 20px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-sec__left {
    padding: 0 !important;
  }
}

.banner-content__right-imgs-wrapp {
  display: flex;
}

.banner-content__right-imgs {
  position: absolute !important;
  bottom: 11% !important;
  right: 8% !important;
  z-index: 2 !important;
}

@media screen and (max-width: 767px) {
  .banner-content__right-imgs {
    bottom: 2% !important;
  }
}

.banner-content__right-imgs p {
  font-size: 16px !important;
  color: #1B2753;
}

@media screen and (max-width: 767px) {
  .banner-content__right-imgs p {
    margin-bottom: 0 !important;
  }
}


.banner-content__right-imgs-wrapp img:first-of-type {
  margin-right: 20px !important;
}
.banner-sec__schedule .gform_title {
  font-size: 22px !important;
  line-height: 1 !important;
  font-family: "proxima-nova" !important;
  font-weight: bold !important;
  color: #fff !important;
}

.banner-sec__schedule .gform_wrapper form {
  background-color: #1b2753 !important;
  padding: 60px 40px;
  border-radius: 50px;
}

.banner-sec__schedule .gform_wrapper .top_label input.medium,
.banner-sec__schedule .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.banner-sec__schedule .gform_footer.top_label {
  text-align: center;
  margin-top: 35px !important;
}

.banner-sec__schedule input[type='text'],
.banner-sec__schedule input[type='email'],
.banner-sec__schedule input[type='tel'],
.banner-sec__schedule select {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #6272ae !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "proxima-nova" !important;
  font-size: 16px !important;
}
.banner-sec__schedule textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #6272ae !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "proxima-nova" !important;
  font-size: 16px !important;
  height:45px!important;
}

.banner-sec__schedule input[type='text']::placeholder,
.banner-sec__schedule input[type='email']::placeholder,
.banner-sec__schedule input[type='tel']::placeholder,
.banner-sec__schedule select::placeholder,
.banner-sec__schedule textarea::placeholder{
  color: #fff;
  opacity: 1 !important;
}

.banner-sec__schedule .gform_wrapper ul li.gfield {
  margin: 8px 0 !important;
}

.banner-sec__schedule .gform_wrapper.gf_browser_chrome select {
  padding: 14px 0 5px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  background-color: #1b2753 !important;
}

.banner-sec__schedule .gform_button button {
  margin: 0 !important;
}

.banner-sec__schedule input[type='submit'] {
  background-color: #de0037 !important;
  min-width: 170px !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  font-family: "proxima-nova" !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1 !important;
  padding: 10px 0 !important;
  transition: 350ms ease !important;
  border: 1px solid transparent !important;
}

.banner-sec__schedule input[type='submit']:hover {
  border-color: #de0037 !important;
  background-color: transparent !important;
}

@media screen and (max-width: 1450px) {
  .banner-sec__schedule {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-sec__schedule {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin-top: 30px !important;
  }
  .banner-sec__schedule .gform_wrapper form {
    padding: 30px 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-sec__schedule {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .banner-sec__schedule .gform_wrapper form {
    padding: 30px 18px !important;
  }
  .banner-sec__schedule .gform_title {
    text-align: center !important;
  }
}
#site-header-sticky-wrapper.is-sticky #site-header-inner {
    padding-top: 20px;
    padding-bottom: 10px;
    transition: all 0.5s;
}
#site-header {
  background-color: #ffffff !important;
  border-bottom-left-radius: 0px !important;
}

@media screen and (max-width: 767px) {
  #site-header-inner {
    padding: 20px 0 !important;
  }
}

.header-one #site-logo,
#top-bar-social {
  margin-left: 90px !important;
}

@media screen and (max-width: 1450px) {
  .header-one #site-logo,
  #top-bar-social {
    margin-left: 34px !important;
  }
}

@media screen and (max-width: 1300px) {
  .header-one #site-logo,
  #top-bar-social {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #site-logo img {
    width: 60%;
  }
  .footer-contact {
    flex-direction: column;
  }
  .footer-contact-left {
    padding-right: 0px;
    margin-bottom: 30px!important;
}
}

@media screen and (max-width: 767px) {
  #top-bar {
    padding: 5px 0 !important;
  }
}

#top-bar-wrap {
  background-color: #1b2753 !important;
  border: 0 !important;
}

#top-bar-social li {
  padding: 0 13px;
}

.top-bar-nav a {
 color:#fff !important;
 font-size: 16px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: 350ms ease !important;
}
.top-bar-nav a:hover {
 color:#de0037 !important;
}
.surgerytext a {
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: 350ms ease !important;
}
.surgerytext a:hover {
 color: #de0037 !important;
} 
#top-bar-content a {
    color: #de0037;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-bar-right {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #top-bar-social a.wpex-social-btn-no-style {
    font-size: 14px !important;
  }
}

.site-footer {
  background-color: #1b2753;
}

.site-footer-inner {
  padding: 100px 60px 0;
  max-width: 1495px !important;
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  .site-footer-inner {
    padding: 50px 34px 0;
  }
}

@media screen and (max-width: 767px) {
  .site-footer-inner {
    padding: 30px 15px;
  }
}

#footer-bottom-inner {
  max-width: 1495px !important;
  padding: 40px 60px !important;
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  #footer-bottom-inner {
    padding: 50px 34px !important;
  }
}

@media screen and (max-width: 767px) {
  #footer-bottom-inner {
    padding: 30px 15px !important;
  }
}

.footer-bottom__item {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom__item ul:first-of-type {
  margin-right: 90px;
}

.footer-bottom__item-wrap a {
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova";
  transition: 350ms ease;
}

.footer-bottom__item-wrap a:hover {
  color: #de0037;
}

.footer-bottom__item-wrap li {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer-bottom__item-wrap a {
    font-size: 14px;
  }
  .footer-bottom__item-wrap li {
    padding-bottom: 8px;
  }
}

#gform_2 {
  display: flex;
  align-items: center;
}

#gform_2 .gform_footer.top_label {
  width: 33% !important;
  text-align: center;
}

#gform_2 .gform_footer.top_label #gform_submit_button_2 {
  background-color: #de0037 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  width: 100% !important;
  letter-spacing: 0.05em;
  font-family: "proxima-nova" !important;
  font-weight: bold !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

@media screen and (max-width: 645px) {
  #gform_2 {
    flex-direction: column;
    align-items: inherit;
  }
}

.footer-widget .widget-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "proxima-nova";
  color: #fff;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .footer-widget .widget-title {
    padding-bottom: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
  }
}

#text-2 {
  margin-bottom: 25px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 645px) {
  #text-2 {
    margin-bottom: 0 !important;
  }
}

#input_2_2 {
  width: 100%;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #6272ae !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "proxima-nova";
  color: #fff;
  font-weight: 200 !important;
}

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

#field_2_2 {
  padding-right: 60px !important;
}

#footer-bottom {
  background-color: #1b2753;
}

#footer-bottom #copyright {
  display: flex;
  align-items: center;
  line-height: 1.2;
  flex-wrap: wrap;
  justify-content: center;
}

#gform_widget-2 {
  padding-bottom: 0 !important;
}

#copyright {
  font-family: "proxima-nova" !important;
}

@media screen and (max-width: 767px) {
  #copyright {
    font-size: 12px !important;
  }
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
}

.footer-contact li, .footer-contact a {
  font-size: 16px;
  color: #fff;
}

.footer-contact li:hover a, .footer-contact a:hover a {
  color: #de0037 !important;
}

.footer-contact-left {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 30px;
}

.footer-contact-right {
  flex: 0 0 60%;
  max-width: 60%;
}

#wpex_fontawesome_social_widget-2 {
  padding-bottom: 0 !important;
}

.navbar-style-one .dropdown-menu > li.menu-item > a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: "proxima-nova";
  letter-spacing: 0.05em;
  font-weight: 600;
}

.navbar-style-one .dropdown-menu > li.menu-item > a:hover {
  color: #d3dafa !important;
}

.navigation-schedule {
  background-color: #de0037 !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  margin-left: 10px !important;
  transition: 350ms ease !important;
  border: 1px solid #de0037 !important;
}

.navigation-schedule:hover {
  background-color: #1b2753 !important;
  border-color: #1b2753;
}

.wpex-bars > span {
  background: #de0037;
}

.wpex-bars > span::before, .wpex-bars > span::after {
  background: #de0037;
}

#site-navigation .dropdown-menu > li.menu-item.current-menu-item > a,
#site-navigation .dropdown-menu > li.menu-item.current-menu-parent > a {
  color: #d3dafa;
}

#site-navigation .dropdown-menu ul.sub-menu {
  background-color: #1b2753 !important;
  border: 0 !important;
}

#site-navigation .dropdown-menu ul.sub-menu a {
  color: #fff !important;
  font-family: "proxima-nova" !important;
  transition: 350ms ease !important;
  font-size: 15px !important;
  border: 0 !important;
}

#site-navigation .dropdown-menu ul.sub-menu a:hover {
  background-color: #d3dafa !important;
}

#site-navigation .dropdown-menu ul.sub-menu::before {
  content: none !important;
}

.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::after {
  content: none !important;
}

.sf-menu ul.sub-menu {
  min-width: 240px !important;
  padding: 15px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

#sidr-main {
  background-color: #1b2753 !important;
  color: #fff !important;
}

.sidr a {
  color: #fff !important;
}

.wpb_wrapper p,
.single-blog-content.entry.clr p {
  margin-bottom: 25px;
}

.wpb_wrapper ul,
.single-blog-content.entry.clr ul {
  margin-bottom: 30px;
}

.wpb_wrapper ul li,
.single-blog-content.entry.clr ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px !important;
  color: #6272ae;
  position: relative;
  padding-left: 20px;
  font-family: "proxima-nova" !important;
}

.wpb_wrapper ul li::before,
.single-blog-content.entry.clr ul li::before {
  content: '\2022' !important;
  color: #6272ae !important;
  font-weight: bold !important;
  display: inline-block !important;
  width: 1em !important;
  list-style-position: inside !important;
  position: absolute;
  top: -3px !important;
  left: 0 !important;
}

.wpb_wrapper ul .gfield,
.single-blog-content.entry.clr ul .gfield {
  padding-left: 0 !important;
}

.wpb_wrapper ul .gfield::before,
.single-blog-content.entry.clr ul .gfield::before {
  content: none !important;
}

.wpb_wrapper .intro__list-wrap li,
.single-blog-content.entry.clr .intro__list-wrap li {
  padding-left: 0 !important;
}

.wpb_wrapper .intro__list-wrap li::before,
.single-blog-content.entry.clr .intro__list-wrap li::before {
  content: none !important;
}

@media screen and (max-width: 1300px) {
  .wpb_wrapper ul,
  .single-blog-content.entry.clr ul {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .wpb_wrapper .wpb_wrapper p,
  .single-blog-content.entry.clr .wpb_wrapper p {
    font-size: 16px;
  }
  .wpb_wrapper .wpb_wrapper h1,
  .single-blog-content.entry.clr .wpb_wrapper h1 {
    font-size: 52px;
  }
  .wpb_wrapper .wpb_wrapper h2,
  .single-blog-content.entry.clr .wpb_wrapper h2 {
    font-size: 34px;
  }
  .wpb_wrapper .wpb_wrapper h3,
  .single-blog-content.entry.clr .wpb_wrapper h3 {
    font-size: 24px;
  }
  .wpb_wrapper .wpb_wrapper h4,
  .single-blog-content.entry.clr .wpb_wrapper h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wpb_wrapper .wpb_wrapper h1,
  .single-blog-content.entry.clr .wpb_wrapper h1 {
    font-size: 36px !important;
  }
  .wpb_wrapper .wpb_wrapper h2,
  .single-blog-content.entry.clr .wpb_wrapper h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin: 20px 0 10px !important;
  }
  .wpb_wrapper .wpb_wrapper h3,
  .single-blog-content.entry.clr .wpb_wrapper h3 {
    font-size: 22px;
    line-height: 1.2 !important;
  }
  .wpb_wrapper .wpb_wrapper h4,
  .single-blog-content.entry.clr .wpb_wrapper h4 {
    font-size: 18px !important;
  }
  .wpb_wrapper .wpb_wrapper ul li,
  .single-blog-content.entry.clr .wpb_wrapper ul li {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .entry h3 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
  .entry h2 {
    font-size: 28px !important;
  }
}

.schedule {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .schedule {
    padding: 20px 0 !important;
  }
}

.schedule__form .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
}

.schedule__form .gfield {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.schedule__form input[type='text'],
.schedule__form input[type='email'],
.schedule__form input[type='tel'],
.schedule__form select {
  padding: 5px 0;
  border: 1px solid #333;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 20px !important;
  font-family: "proxima-nova" !important;
}

.schedule__form textarea{
    padding: 5px 0!important;
    background-color: transparent;
    color: #fff;
    font-size: 20px !important;
    font-family: "proxima-nova" !important;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 44px!important;
}

.schedule__form input[type='text']::placeholder,
.schedule__form input[type='email']::placeholder,
.schedule__form input[type='tel']::placeholder,
.schedule__form select::placeholder,
.schedule__form textarea::placeholder,{
  color: #fff;
  opacity: 1 !important;
}

.schedule__form .gform_wrapper select {
  padding: 8.5px 0 !important;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: #1b2753 !important;
  font-size: 20px !important;
}
.schedule__form .gform_wrapper li.gfield_error.hidden_label
{
	padding-right: 16px!important;
}
.schedule__form .gform_wrapper li.hidden_label input, .schedule__form .gform_wrapper li.gfield_error.hidden_label input
{
  margin-top: 0 !important;
    border: 0!important;
    border-bottom: 1px solid #fff!important;
  border-radius: 0;
}

.schedule__form .gform_wrapper .top_label input.medium,
.schedule__form .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.schedule__form .gform_footer.top_label {
  text-align: center !important;
}

.schedule__form input[type='submit'] {
  display: inline-block;
  background-color: #de0037;
  transition: 350ms ease;
  font-size: 18px;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: center;
  font-family: "proxima-nova";
  border: 1px solid #de0037 !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  outline: none;
  padding: 7px 50px !important;
}

.schedule__form input[type='submit']:active, .schedule__form input[type='submit']:focus {
  outline: none;
}

.schedule__form input[type='submit']:hover {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .schedule__form input[type='text'],
  .schedule__form input[type='email'],
  .schedule__form input[type='tel'] {
    font-size: 15px !important;
  }
  .schedule__form .gform_wrapper.gf_browser_chrome select {
    font-size: 15px !important;
    padding: 7.5px 0 !important;
  }
  .mobile-center{
  	text-align:center!important;
  }
}

@media screen and (max-width: 645px) {
  .schedule__form .gfield {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .schedule__form .gfield {
    margin: 0 0 6px !important;
  }
  .schedule__form .gform_wrapper {
    margin-bottom: 0 !important;
  }
}

.intro {
  padding: 150px 0;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .intro__item {
    text-align: center !important;
    margin-bottom: 40px !important;
  }
}

.wpb_text_column.has-custom-color.wpb_content_element.intro__text {
  max-width: 340px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .wpb_text_column.has-custom-color.wpb_content_element.intro__text {
    margin: 0 auto !important;
  }
}

.intro__btns {
  margin-top: 100px;
}

.intro__btns .wpb_wrapper {
  display: flex;
  justify-content: center;
}

.intro__btns .wpb_wrapper a:first-of-type {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .intro__btns {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 645px) {
  .intro__btns .wpb_wrapper {
    flex-direction: column !important;
    max-width: 296px !important;
    margin: 0 auto !important;
  }
  .intro__btns .wpb_wrapper a:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}

.half-sec {
  padding: 100px 0 80px;
}

@media screen and (max-width: 1024px) {
  .half-sec {
    padding: 100px 0 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .half-sec {
    padding: 50px 0 80px !important;
    text-align: center;
  }
}

.half-sec__right {
  text-align: right;
}

.half-sec__right .btn {
  transform: translate(-44px, -29px);
}

@media screen and (max-width: 767px) {
  .half-sec__right .btn {
    margin-top: 0 !important;
  }
}

.vcex-module.vcex-heading.vcex-heading-plain.half-sec__title {
  margin-top: 0 !important;
}

.half-sec__text {
  max-width: 480px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .half-sec__text {
    max-width: 100% !important;
    text-align: center !important;
  }
}

.half-sec__btn {
  margin-top: 20px !important;
  font-family: "proxima-nova" !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  font-weight: bold !important;
  max-width: 153px !important;
}

.half-sec__btn::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-weight: bold;
  font-size: 13px;
  transition: 350ms ease;
}

.half-sec__btn:hover {
  text-decoration: none !important;
}

.half-sec__btn:hover::after {
  transform: translateX(5px) !important;
}

@media screen and (max-width: 767px) {
  .half-sec__btn {
    font-size: 15px !important;
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .half-sec__img {
    text-align: center !important;
  }
  .half-sec__img img {
    margin-top: 40px !important;
  }
}

.team {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .team {
    padding: 0 0 50px;
  }
  .team .btn {
    margin-top: 0 !important;
  }
}

.team__name {
  font-size: 52px !important;
  margin: 20px 0 5px !important;
}

@media screen and (max-width: 767px) {
  .team__name {
    font-size: 36px !important;
  }
}

.team__name-title {
  font-size: 28px !important;
  margin: 0 0 15px !important;
  color: #1b2753 !important;
  font-weight: bold !important;
  font-family: "proxima-nova" !important;
}

@media screen and (max-width: 767px) {
  .team__name-title {
    font-size: 22px !important;
  }
}

.team__wrap .vcex-post-type-entry-details {
  border: 0 !important;
  text-align: center !important;
  padding: 0 !important;
}

.team__wrap .vcex-post-type-entry-media.entry-media.wpex-clr img {
  margin: 0 auto;
}

.team__wrap .vcex-post-type-entry-title.entry-title {
  margin-bottom: 5px !important;
  color: #fff !important;
  font-family: "proxima-nova" !important;
}

.team__wrap .vcex-post-type-entry-title.entry-title a:hover {
  color: #de0037;
}

.team__wrap .vcex-post-type-entry-categories.entry-categories.wpex-clr {
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  font-family: "proxima-nova" !important;
  margin-top: 10px !important;
}

.team__wrap .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a {
  background-color: transparent;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2 t;
  font-family: "proxima-nova";
  text-transform: capitalize;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.team__wrap .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-weight: bold;
  font-size: 13px;
  transition: 350ms ease;
}

.team__wrap .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a:hover::after {
  transform: translateX(5px) !important;
}

.team__wrap .wpex-row.vcex-post-type-grid.entries.wpex-clr {
  transform: translateY(-98px);
}

.team__wrap .vcex-post-type-entry-excerpt.entry-excerpt.clr {
  color: #fff;
  margin-top: 30px;
  font-family: "proxima-nova";
  font-size: 16px;
  max-width: 270px;
  margin: 0 auto;
}

.team__wrap .vcex-post-type-entry-excerpt.entry-excerpt.clr p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .team__wrap .vcex-post-type-entry {
    margin-bottom: 60px !important;
  }
  .team__wrap .vcex-post-type-entry:last-of-type {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .team__wrap .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a {
    font-size: 15px !important;
    margin-top: 0 !important;
  }
  .team__wrap .vcex-post-type-entry {
    margin-bottom: 40px !important;
  }
  .team__wrap .vcex-post-type-entry-categories.entry-categories.wpex-clr {
    font-size: 15px !important;
  }
}

.team__wrap-sec {
  padding: 100px 0 !important;
}

.team__wrap-sec .wpex-row.vcex-post-type-grid.entries.wpex-clr {
  transform: translateY(0);
}

.team__wrap-sec .vcex-post-type-entry-title.entry-title,
.team__wrap-sec .vcex-post-type-entry-categories.entry-categories.wpex-clr,
.team__wrap-sec .vcex-post-type-entry-excerpt.entry-excerpt.clr {
  color: #1b2753 !important;
}

.team__wrap-sec .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a {
  color: #de0037 !important;
}

@media screen and (max-width: 767px) {
  .team__wrap-sec {
    padding: 50px 0 !important;
  }
}

.testimonials {
  padding: 65px 0;
}

.testimonials .wpex-carousel.arrwstyle-min .owl-prev,
.testimonials .wpex-carousel.arrwstyle-min .owl-next {
  color: #de0037;
  opacity: 0.5;
}

.testimonials .wpex-carousel.arrwstyle-min .owl-prev:focus,
.testimonials .wpex-carousel.arrwstyle-min .owl-next:focus {
  opacity: 1 !important;
}

@media screen and (max-width: 645px) {
  .testimonials {
    padding: 30px 0 0;
  }
}

.testimonials__wrap .testimonial-entry {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.testimonials__wrap .testimonial-entry-content {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0 30px;
}

.testimonials__wrap .testimonial-entry-details.clr p {
  font-size: 18px;
  font-family: "proxima-nova";
  font-style: italic;
  color: #6272ae;
}

.testimonials__wrap .testimonial-entry-bottom.clr {
  flex: 0 0 25%;
  max-width: 25%;
}

.testimonials__wrap .testimonial-entry-title.entry-title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.2;
}

.testimonials__wrap .testimonial-caret {
  display: none;
}

.testimonials__wrap .owl-nav {
  top: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .testimonials__wrap .testimonial-entry-details.clr p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__wrap .testimonial-entry {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 645px) {
  .testimonials__wrap .testimonial-entry {
    flex-direction: column-reverse !important;
  }
  .testimonials__wrap .testimonial-entry-bottom.clr {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials__wrap .testimonial-entry-thumb {
    margin-right: 0;
  }
}

.testimonials__title {
  margin: 0 !important;
}

.last-posts {
  padding: 120px 30px !important;
}

.last-posts .wpex-carousel-entry-media.wpex-clr img {
  border-radius: 30px 0 0;
  width: 100% !important;
}

.last-posts .wpex-carousel-entry-title.entry-title {
  font-size: 20px !important;
  line-height: 1.2;
  color: #fff !important;
  font-family: "proxima-nova";
}

.last-posts .wpex-carousel-entry-details 
{
  background-color: #1b2753;
  border: 0 !important;
  border-radius: 0 0 30px;
  transition: 350ms ease;
}

.last-posts .wpex-carousel-entry-details:hover a {
  color: #de0037 !important;
}

.last-posts .owl-next {
  background: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.last-posts .owl-next::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 21px;
  font-weight: bold;
  font-size: 20px;
  transition: 350ms ease;
  color: #de0037;
  opacity: 0.5;
}

.last-posts .owl-next:hover {
  background: none;
}

.last-posts .owl-next:focus::after {
  opacity: 1;
}

.last-posts .owl-prev {
  background: none;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}

.last-posts .owl-prev::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  transition: 350ms ease;
  color: #de0037;
  opacity: 0.5;
}

.last-posts .owl-prev:hover {
  background: none;
}

.last-posts .owl-prev:focus::after {
  opacity: 1;
}

.last-posts .ticon.ticon-chevron-right,
.last-posts .ticon.ticon-chevron-left {
  display: none !important;
}

@media screen and (max-width: 1300px) {
  .last-posts .owl-prev {
    left: -50px !important;
  }
  .last-posts .owl-next {
    right: -7px !important;
  }
}

@media screen and (max-width: 1024px) {
  .last-posts .wpex-carousel-entry-title.entry-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 959px) {
  .last-posts {
    padding: 150px 30px 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .last-posts {
    padding: 90px 0 50px !important;
  }
}

@media screen and (max-width: 645px) {
  .last-posts {
    padding: 50px 0 !important;
  }
  .last-posts .owl-prev,
  .last-posts .owl-next {
    bottom: 13px !important;
    top: inherit !important;
  }
  .last-posts .owl-prev::after,
  .last-posts .owl-next::after {
    font-size: 15px;
  }
  .last-posts .owl-prev {
    right: 50px !important;
    left: inherit !important;
  }
  .last-posts .owl-next {
    right: 20px !important;
  }
}

.single__content {
  padding: 50px 250px 65px;
}

.single__content a {
  color: #1b2753;
  text-decoration: underline;
  transition: 350ms ease;
}

.single__content a:hover {
  color: #de0037 !important;
}

@media screen and (max-width: 1450px) {
  .single__content {
    padding: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .single__content {
    padding: 40px 20px !important;
  }
}

@media screen and (max-width: 959px) {
  .single__content {
    padding: 30px 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .single__content {
    padding: 30px 0 !important;
  }
}

.condition-single__title {
  max-width: 600px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 959px) {
  .condition-single__title {
    max-width: 100% !important;
  }
}

.condition-item-wrap {
  padding: 100px 0;
}

.condition-item-wrap .vcex-post-type-entry-inner.entry-inner.clr {
  background-color: #1b2753;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 350ms ease;
}

.condition-item-wrap .vcex-post-type-entry-inner.entry-inner.clr:hover {
  background-color: #6272ae;
  cursor: pointer;
}

.condition-item-wrap .vcex-post-type-entry-title.entry-title {
  color: #fff;
  text-align: center;
  transition: 350ms ease;
  margin: 0 !important;
  font-family: "proxima-nova" !important;
}

.condition-item-wrap .vcex-post-type-entry-title.entry-title:hover a {
  color: #de0037 !important;
}

.condition-item-wrap .vcex-post-type-entry-details {
  border: 0;
  padding: 50px 15px;
}

@media screen and (max-width: 1024px) {
  .condition-item-wrap .vcex-post-type-entry-title.entry-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .condition-item-wrap {
    padding: 50px 0;
  }
  .condition-item-wrap .vcex-post-type-entry-title.entry-title {
    font-size: 16px !important;
  }
}

.conditions-template-default .page-header.centered-page-header.wpex-supports-mods,
.vein-template-default .page-header.centered-page-header.wpex-supports-mods,
.cardiac-template-default .page-header.centered-page-header.wpex-supports-mods,
.vascular-template-default .page-header.centered-page-header.wpex-supports-mods,
.team-template-default .page-header.centered-page-header.wpex-supports-mods,
.diagnostictesting-template-default .page-header.centered-page-header.wpex-supports-mods {
  display: none;
}

.border-image {
  text-align: center !important;
  margin-top: 40px !important;
}

.border-image img {
  border-radius: 50px 0 !important;
}

.service-item {
  text-align: center;
  transition: 350ms ease;
  padding: 20px 0;
  border-radius: 30px;
}

.service-item:hover {
  background-color: #e8e9ee;
}

.service-item .vcex-post-type-entry-title.entry-title {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "proxima-nova" !important;
}

.service-item .vcex-post-type-entry-title.entry-title a {
  text-decoration: none !important;
  font-size: 18px !important;
  font-family: "proxima-nova" !important;
}

.service-item .vcex-post-type-entry-details {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .service-item .vcex-post-type-entry-title.entry-title a {
    font-size: 16px !important;
  }
  .service-item .vcex-post-type-entry {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .service-item .vcex-post-type-entry-title.entry-title a {
    font-size: 15px !important;
  }
  .service-item .vcex-post-type-entry {
    margin: 0 0 13px;
  }
}

.televisit__content {
  max-width: 400px !important;
  margin-left: 0 !important;
}

.about__wrap {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .about__wrap {
    margin-top: 0 !important;
  }
}

.about__img img {
  border-radius: 50px 0;
}

.about__bottom-text {
  max-width: 430px !important;
  margin-left: 0 !important;
}

.blog .vcex-post-type-entry-title.entry-title {
  font-size: 20px !important;
  line-height: 1.2;
  color: #fff !important;
  font-family: "proxima-nova";
  margin: 0 !important;
  max-width: 325px !important;
}

.blog .vcex-post-type-entry-title.entry-title a {
  color: #fff !important;
  text-decoration: none !important;
}

.blog .vcex-post-type-entry-details {
  background-color: #1b2753;
  border: 0 !important;
  border-radius: 0 0 30px;
  transition: 350ms ease;
}

.blog .vcex-post-type-entry-details:hover a {
  color: #de0037 !important;
}

.blog .entry-media img {
  width: 100% !important;
  border-radius: 36px 0 0 !important;
}

.blog .vcex-loadmore {
  margin-top: 20px !important;
}

.blog .vcex-loadmore a {
  background-color: #de0037 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-family: "proxima-nova" !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-top-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  font-weight: 600 !important;
  padding: 7px 50px !important;
  transition: 350ms ease !important;
}

.blog .vcex-loadmore a:hover {
  background-color: #1b2753 !important;
}

.banner-sec__schedule--post {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 33%;
}

.banner-sec__schedule--post .gform_wrapper form {
  padding: 29px 40px !important;
}

@media screen and (max-width: 1024px) {
  .banner-sec__schedule--post {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
    width: 100% !important;
    transform: translateY(0) !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-sec__schedule--post {
    margin-top: 30px !important;
  }
  .banner-sec__schedule--post .gform_wrapper form {
    padding: 29px 15px !important;
  }
}

.single-post .page-header {
  background-color: #e8e9ee !important;
}

.single-post .page-header-title {
  text-align: left;
  font-size: 52px;
  line-height: 1.09;
  max-width: 723px;
  color: #1b2753;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .single-post .page-header-title {
    font-size: 46px;
    max-width: 563px;
  }
}

@media screen and (max-width: 1024px) {
  .single-post .page-header-title {
    max-width: 100% !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .single-post .page-header-title {
    font-size: 34px;
  }
}

.page-header.wpex-supports-mods {
  padding: 280px 0 260px;
}

@media screen and (max-width: 1024px) {
  .page-header.wpex-supports-mods {
    padding: 60px 0 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-header.wpex-supports-mods {
    padding: 50px 0 0 !important;
  }
}
@media screen and (max-width: 900px) {

}
@media screen and (min-width: 1400px) {
  .provider-img {
  padding-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
