/*
Theme Name: Voodoo child
Template: voodoo
*/
@import 'css/customizer.css';
@import url('css/fonts.css');
@font-face {
  font-family: 's11-fp';
  src: url('/wp-content/plugins/formidable/fonts/s11-fp.ttf?v=7') format('truetype'),url('/wp-content/plugins/formidable/fonts/s11-fp.woff?v=7') format('woff'),url('/wp-content/plugins/formidable/fonts/s11-fp.svg?v=7#s11-fp') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Customizer */
.site .container{max-width:1240px;}

.site a, .site-header .menu-toggle {
    color: #D50000;
}
	
.site .main-navigation a {
	color: #fff;
}

.site .main-navigation li li:hover > a,
.site .main-navigation li li:focus > a {
	color: #fff;
}
.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
} 

.site .page-header {
    background: #0000FE;
}

.site .button {
	color: #ffffff;
	background: #0000FE;
	font-family: "Montserrat", Sans-serif;
}

.site .site-footer {
	background: #f1f1f1;
	padding: 20px 0 0 0 !important;
		/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(/wp-content/uploads/dumpster-rental-katy-tx.jpeg);*/
	background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

.site .site-footer a {
	color: #222;
}


/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/

.voodoo-accordion {
    width: 100%;
    margin: 20px 0;
}

.voodoo-accordion .accordion-header {
    cursor: pointer;
    padding: 20px 30px;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    background: #fff;
}

.voodoo-accordion .accordion-header:hover {
    background: #f7f7f7;
}

.voodoo-accordion .accordion-header.active {
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.voodoo-accordion .accordion-header h2,
.voodoo-accordion .accordion-header h3 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}

.voodoo-accordion .accordion-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
}

.voodoo-accordion .accordion-icon::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
}

.voodoo-accordion .accordion-icon.rotated {
    transform: rotate(-180deg);
}

.voodoo-accordion .accordion-content {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 10px 10px;
      margin-bottom: 1rem;
}

.voodoo-accordion .accordion-content-inner {
    padding: 45px;
    text-align: left;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body {
    color: #2e3031;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Source Sans Pro", Arial, sans-serif;
    background: #f1f1f1;
}

button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

h1, h2, h3, h4, h6 {
    margin: 0em 0em 0.3em 0em;
    padding: 0em;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
font-size: 2.6rem;
}

h2 {
    margin: 0em 0em 0.3em 0em;
    padding: 0em;
    line-height: 1.15em;
    font-size: 38px;
}

h5 {
    margin: 0em 0em 0.4em 0em;
    padding: 0em;
    color: #D50000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.hero-row h5 {
	color: #008AFF;
}

h3:first-child {
	font-size: 32px;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

p:last-child {
	margin: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #222;
	font-size: 26px;
	font-style: italic;
	line-height: 1.4;
	padding: 0;
	overflow: hidden;
	font-weight: 500;
	max-width: 800px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 4px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 0.5em;
}

blockquote {
	quotes: "" "";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

label {
	font-weight: 400;
	margin-bottom: 0em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #fff;
	border: none;
	border-radius: 28px;
	display: block;
	padding: 6px 8px !important;	
	width: 100%;
	color: #222 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #888;
	border-color: #888;
}

select {
    border: none;
    border-radius: 3px;
    height: 46px;
    max-width: 100%;
    background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button, input[type="button"], input[type="submit"] {
    cursor: pointer;
    letter-spacing: 0.05em;
    text-shadow: none;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-family: "Montserrat", Sans-serif;
    border-radius: 2px;
    border: 2px solid #FE0000;
    text-align: center;
    color: #fff;
    background: #FE0000;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #406870;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: 1;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #b1b1b1;
}

:-moz-placeholder {
	color: #b1b1b1;
}

::-moz-placeholder {
	color: #b1b1b1;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b1b1b1;
}

.frm_forms .frm_form_fields > fieldset {
    border-width: 0px;
    border-style: solid;
    border-color: #222000;
    margin: 0;
    padding: 0 0 15px 0;
    background-color: transparent;
}

.frm_forms fieldset {
    min-width: 0;
}

.frm_forms .frm_submit {
    clear: both;
}

.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: span 12 / span 12;
}

.frm_forms .form-field {
    margin-bottom: 0px !important;
}

.frm_submit button {
	margin-top: 20px;
}

.frm_full, .frm_full .wp-editor-wrap, .frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea {
    width: 100% !important;
}

.wrap-forms {
    box-shadow: 0px 4px 10px 0px rgba(25, 41, 86, 0.07);
    padding: 40px;
    border-radius: 4px;
    margin-top: -130px;
    background: #fff;
}

.wrap-forms-alt {
	box-shadow: 0px 4px 10px 0px rgba(28, 29, 102, 0.34);
	padding: 40px;
	border-radius: 4px;
	background: #0000FE;
  color: #fff;
}

.wrap-forms-alt h3 {
	font-size: 26px;
	color: #fff;
}

.wrap-forms-alt a {
color:#fff;
font-weight: 600;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="file"], .frm_forms input[type="search"], .frm_forms select, .frm_forms .frm-card-element.StripeElement {
    height: 40px;
    line-height: 1.3;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="phone"], .frm_forms input[type="search"], .frm_forms select, .frm_forms textarea, .frm_form_fields_style, .frm_forms .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_forms .frm-card-element.StripeElement, .frm_forms .chosen-container-multi .chosen-choices, .frm_forms .chosen-container-single .chosen-single {
    color: #253237;
    background-color: #f4f5f7;
    border-color: #f4f5f7;
    border-width: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
}

.frm_verify {
    display: none !important;
}

.frm_forms, .frm_forms form, .frm_forms .frm-show-form div.frm_description p {
    text-align: left;
}

.frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container, .frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container, .frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: block;
}

.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}

.frm_forms .frm_top_container .frm_primary_label, .frm_forms .frm_hidden_container .frm_primary_label, .frm_forms .frm_pos_top {
    display: block;
    float: none;
    width: auto;
}

.frm_forms .frm_primary_label {
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 24px 0 4px 0;
    width: auto;
    display: block;
}

.frm_forms .frm_primary_label {
    max-width: 100%;
}

div.frm_error_style {
  color: #b52222;
}

.frm_invalid_error_message {
	color: #b52222;
}

.frm_error { 
 color: #b52222;
}
.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,
.frm-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 33%;
  background-color: #fff;
  padding: 5px 10px;
  background-position-y: center;
  background-position-x: right 5px;
  line-height: 15px;
  max-width: 100%;
  max-height: 2em;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  color: #555555;
}
.frm-datepicker .ui-datepicker-header {
  background: rgba(92,0,16,1)!important;
}
.frm-datepicker thead,
.frm-datepicker td .ui-state-hover {
  background: rgba(144,165,186,1)!important;
}
.frm_fields_container .frm6 {
  grid-column: span 6 / span 6;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0em;
}


ol {
	list-style: decimal;
}

li {
	margin: 0em 0em .4em 1em;
	padding: 0em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

.check ul {
  list-style: none;
  padding: 0;
}

.check li {
  margin: 0em 0em .6em 1em;
  list-style: none !important;
}

.check li::before {
    content: '\e80d';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    color: #C33136;
    font-weight: 400;
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

.check2 li::before {
    content: '\e80d';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    color: #0000FE;
    font-weight: 400;
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

.check3 li::before {
    content: '\e80d';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    color: #0000FE;
    font-weight: 400;
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

ul.check2 {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
    list-style: none;
  padding: 0;
}

.check2 li {
  margin: 0em 0em 0em 1em;
}

ul.check3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; 
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.check3 li {
    margin: 0 0 0.6em 0 !important; 
    padding: 0;
    list-style: none !important;
    break-inside: avoid; 
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eeeeee;
}

tr:first-child {
	border-top: 1px solid #eeeeee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #0080c0;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	opacity: 0.8;
	outline: 0;
}

/*--------------------------------------------------------------
Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 2em;
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail a img {
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation a {
    font-size: 16px;
    line-height: 2px;
    padding: 38px 16px;
    font-weight: 600;
    margin: 0px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*.main-navigation li:nth-last-child(2) a {
	padding-right: 34px;
}*/

.main-navigation ul {
	padding: 0 1.5em;
}

.menu-button a {
  	color: #fff !important;
    margin: 15px 0px;
    background: #FE0000;
    font-size: 16px;
    line-height: 1em;
    padding: 16px 26px;
    border-radius: 4px; 
	position: relative; /* Necessary for pseudo-element positioning */
    overflow: hidden; /* Prevent overflow of sliding background */
    z-index: 1; /* Keep content above pseudo-element */
}

.menu-button a::before {
    content: "";
    position: absolute;
    top: 100%; /* Start below the button */
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000FE; /* Background color for hover */
    z-index: -1; /* Ensure it stays behind button text */
}

.menu-button a:hover {
  animation: none !important;
  opacity: 1;
     color: #0000FE; /* Text color change on hover */
    outline: none;
    box-shadow: none;
    animation: none;
}

.menu-button a:focus {
    outline: none;
}

.menu-button a:hover::before {
    transform: translateY(-100%); /* Slide background up */
}

.button:hover {
    color: #406870; /* Text color change on hover */
    outline: none;
    box-shadow: none;
    animation: none;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 20px rgba(100,221,23,0);
  }
	100% {
    box-shadow: 0 0 0 0 rgba(100,221,23,0);
  }
}

.main-navigation li li {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.main-navigation li li:hover,
.main-navigation li li:focus {
	background: transparent;
}

.main-navigation li li:hover > a,
.main-navigation li li:focus > a {
	color: #fff !important;
	opacity: 0.8;
}

.main-navigation li li a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.main-navigation > div > ul {
	border: 0;
	margin-bottom: 0;
    padding: 15px 0px 0px 0px;
}

.main-navigation ul ul {
	background: #3f3f3f;
	border-radius: 2px;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 20px;
    position: relative;
    text-transform: none;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.main-navigation ul ul .menu-item-has-children > a > .icon,
.main-navigation ul ul .page_item_has_children > a > .icon {
	margin-top: -9px;
	left: auto;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-90deg); /* IE 9 */
	transform: rotate(-90deg);
}

.main-navigation ul ul ul {
	left: 100%;
	margin-top: -1px;
	top: 0;
}

.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children:hover:after {
	display: none;
}

@media screen and (min-width: 1111px) {
  .main-navigation .sub-menu li:hover .sub-menu {
    top: 0;
    left: 100%;
    display: block;
  }
}

/* Top navigation */


.top-navigation>div>ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li {
    margin: 0;
    padding: 0;
    float: left;
}
.top-navigation li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.top-navigation a {
    font-weight: 600;
    line-height: 1em;
    padding: 15px 14px;
    letter-spacing: 0.03em;
    font-size: 18px;
    text-transform: uppercase;
}

.top-navigation ul.top-menu > li.top-menu__button > a {
	padding-left: 21px !important;
}

.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
}

#top-menu-green {
	background: #85c442;
	
	margin: 0 15px;
}

#top-menu-blue {
	background: #222;
	padding: 0 10px;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li:last-child {
    margin: 0 0 0 15px;
}

.bellow_menu {
    padding: 4px 0;
    background: #F2F4F7;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25);
}

.site-header .bellow_menu .main-menu {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0px;
}

.site-header .site-notice {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}

.bellow_menu-container .main-navigation_mobile{
	display:none;
}

/* Menu toggle */

.ic-bars,
.ic-bars:before, .ic-bars:after {
	background: #0000FE;
}

/* Dropdown Toggle */

.dropdown-toggle {
	color: #406870;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
}

.site-header .top-bar {
	background: #f1f1f1;
}

.site-header .site-phone {
	float: left;
	line-height: 30px;
}

.site-header .site-controls {
	float: right;
}

.site-header .search-wrap {
	float: left;
	margin: 0px 30px 0px 0px;
}

.site-header .search-form {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #0080c0;
}

.site-header .search-form .search-field {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: calc(100% - 30px);
	background: none;
	border: none;
	color: #0080c0;
	font-size: 16px;
	line-height: 29px;
}

.site-header .search-form .search-submit {
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	color: #0080c0;
	line-height: 29px;
}

.site-header .search-form .search-submit {
	width: 30px;
	height: 29px;
	line-height: 29px;
}

.site-header .search-form .search-submit .icon-search {
	width: 30px;
	height: 29px;
	line-height: 29px;
}

.site-header .top-menu-wrap {
	float: left;
}

.site-header .top-bar ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.site-header .top-bar ul.menu li {
	padding: 0px;
	margin: 0px;
}

.site-header .top-bar ul.menu a {
	font-size: 16px;
	line-height: 30px;
}

.site-header .site-logo {
	float: left;
	display: block;
	padding: 15px 0;
}

.site-header .site-logo a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.site-header .site-logo img {
	float: left;
	display: block;
	margin: 0px 0px;
}

.site-header .site-logo a:hover {
	opacity: 1;
}

.site-header .header-content {
    background: #f1f1f1;
}

.site-header .main-menu {
    float: right;
    padding-bottom: 8px;
}

.icon-location,
.icon-user,
.icon-phone,
.icon-clock,
.icon-mail,
.icon-mail-alt,
.icon-phone, 
.icon-calendar,
.icon-fax  {
	padding-right: 2px;
    vertical-align: middle;
	padding-bottom: 3px;
}

.top-bar .icon-location, .icon-user, .icon-phone, .icon-clock, .icon-mail, .icon-mail-alt, .icon-phone, .icon-calendar, .icon-fax {
    padding-right: 2px;
    vertical-align: middle;
    padding-bottom: 3px;
    color: #fff;
}

.icon-fax::before{
	color: #25272e;
}

.icon-stethoscope::before {
    font-weight: bold;
    }


.icon-clock {
	padding-left: 10px;
}

.icon-right-open::before {
    content: '\e803';
    font-size: .7em;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-left: 2px;
}

.icon-user-md::before {
    font-size: 1.3em;
    }

.top-bar a {
	color: #fff;
	font-weight:700;
	font-size: 24px;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.page-template-page-blank .site-content,
.page-template-page-builder .site-content {
	margin: 0px;
	padding: 0px;
}
.page-template-page-blank .top-navigation{
	top: auto;
	bottom: 0;
}
.custom-row{
	padding-right:0!important;
}
.custom-row .custom-text-column{
	width:54%;
	padding:5% 40px 5% 0;
	justify-content: flex-end;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	max-width: 625px;
	padding: 0;
}
.custom-row .custom-image-column{
	width:46%;
}
.custom-row-alt .custom-text-column {
	padding: 5% 0 5% 40px;
	justify-content: flex-start;
}
.row-blank-header .blank-logo img{
	width:280px;
}
.row-blank-header .blank-phone{
	text-align:right;
}
.row-blank-header .blank-phone a{
	font-size:32px;
	font-weight:700;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 22px;
	width: 32px;
	left: -1.25em;
	position: absolute;
	top: 0.75em;
	font-size: 32px;
}

.archive-spacing {
	padding: 20px 0px;
}

.entry-header {
	margin: 0 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
	color: #222;
}

.entry-title a {
	color: #254457;
	text-decoration: none;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.single h2 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0em 0em 0.6em 0em;
}

.single h3 {
	font-size: 28px;
}

.single h1 {
	font-size: 44px;
}

.entry-meta {
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
	clear: both;
	margin: 2em 0 3em;
}

/* Links */

.edit-link a {
	margin-right: 1em;
}

/* Pagination */

.navigation.pagination {
	float: none;
	width: auto;
}

.page-numbers {
	display: inline-block;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
}

.page-numbers.current .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 14px;
	width: 48%;
}

.entry-content blockquote.alignleft {
	margin-left: -20%;
}

.entry-content blockquote.alignright {
	margin-right: -20%;
}

/* without sidebar */

:not(.has-sidebar) .entry-content blockquote.alignleft {
	margin-left: -17.5%;
	width: 48%;
}

:not(.has-sidebar) .entry-content blockquote.alignright {
	margin-right: -17.5%;
	width: 48%;
}

/* with sidebar */

.has-sidebar .entry-content blockquote.alignleft {
	margin-left: 0;
	width: 34%;
}

.has-sidebar .entry-content blockquote.alignright {
	margin-right: 0;
	width: 34%;
}

/* blog and archive */

.entry-content blockquote.alignleft {
	margin-left: -72.5%;
	width: 62%;
}

.entry-content blockquote.alignright {
	margin-right: 0;
	width: 36%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	margin-bottom: 3em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #406870;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 14px;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.page-links {
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #406870;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
	display: table;
	width: 100%;
}

.entry-footer .cat-tags-links {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	position: relative;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #254457;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #406870;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 1em 0em 0em 1em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #254457;
	font-size: 20px;
	font-weight: 400;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.5em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 400;
	margin: 3em 0;
	clear: both;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
}

.nav-title {
	color: #254457;
	font-size: 15px;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Posts pagination */

.nav-links .nav-title {
	position: relative;
}

.nav-title-icon-wrapper {
	position: absolute;
	text-align: center;
	width: 2em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
	left: -2em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	right: -2em;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

.page-header {
    padding: 40px 0px;
    margin: 0px 0px 50px 0px;
}

.page-header .page-title {
    margin: 0px;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    color: #fff;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.vc_toggle_square .vc_toggle_icon {
    background-color: #fff  !important;
	border-color: #254457  !important;
	color: #254457  !important;
}

.vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
    background-color: #254457  !important;
}

/* 404 page */

.error404 #primary {
	float: none;
	width: auto;
}

.error404 .page-content {
	padding-bottom: 9em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
	max-width: 500px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	
.site-footer {
	padding: 0px;
	line-height: 1.9;
}

.page-template-page-builder .site-footer {
	padding: 0px;
	margin: 0px;
}

.site-footer strong {
	font-weight: 600;
	color: #fff;
}

.footer-content {
    padding: 20px 0px 100px 0;
    margin: 0px;
    font-size: 17px;
    color: #222;
}

.contact-text {
	font-size: 17px;
	letter-spacing: 0.03em;
}

.footer-phone {
    font-size: 24px;
    font-weight: normal;
}

.site-footer .icon-location {
	padding-right: 5px;
	color: #C33136;
}


.site-footer .icon-phone {
	padding-right: 7px;
	color: #C33136;
}

.site-footer .icon-mail {
	padding-right: 7px;
	color: #C33136;
}

.site-footer .icon-fax  {
	padding-right: 7px;
}

/* Sidebar */


/* Footer CTA */
.footer-cta-wrap {
    padding: 23px 0px 23px 0px;
    margin: 0px;
}

.footer-cta-left {
    float: left;
    box-shadow: none;
    line-height: 0;
}

.footer-cta-text {
	font-size: 24px;
	line-height: 30px;
}

.footer-cta-right {
	float: right;
	padding-top: 10px;
}

.footer-cta-left img {
	filter:  none;
}


/* Site info */

.site-info {
    font-size: 16px;
    line-height: 1.7em;
    background: #3F3F3F;
    font-weight: normal;
}

.site-info .copyright {
    float: left;
    margin-top: 12px;
    color: #fff;
}

.site-info .site-info-wrap {
    padding: 28px 0px;
}

.site-info .social-media ul li {
	margin: 0px 4px 0px 0px;
}

.site-info .social-media ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

/*--------------------------------------------------------------
14.0 General styles
--------------------------------------------------------------*/
.foogallery .fg-caption-title {
text-align: center;
font-weight:700;
}

.foogallery .fg-caption-desc {
text-align: center;
padding-bottom: 10px;
color: #222;
}

body:not(.page-template-page-builder-first-row) .top-bar a,
body:not(.page-template-page-builder-first-row) .main-navigation a {
   color: #222 !important;
}
body:not(.page-template-page-builder-first-row) .icon-mail-alt:not(.mobile-cta-bar .icon-mail-alt) {
    color: #222 !important;
}
body:not(.page-template-page-builder-first-row) .icon-phone:not(.mobile-cta-bar .icon-phone) {
    color: #222 !important;
}
body:not(.page-template-page-builder-first-row) .top-bar,
body:not(.page-template-page-builder-first-row) .main-navigation-section {
   background: #f1f1f1 !important;
}

/* Basic Header Layout Structure */

/* Top Bar Layout */
.top-bar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 0 !important;
    flex-direction: row !important;
}

.top-bar-left,
.top-bar-right,
.top-bar-center {
    display: flex !important;
    align-items: center !important;
}

.top-bar-left {
    flex: 1 !important;
    justify-content: flex-start !important;
}

.top-bar-right {
    flex: 1 !important;
    justify-content: flex-end !important;
}

.top-bar-center {
    flex: 0 0 auto !important;
    justify-content: center !important;
}

/* Logo in top bar */
.top-bar-center .site-logo {
    float: none !important;
    padding: 0 !important;
}

.top-bar-center .site-logo a {
    float: none !important;
    display: block !important;
}

.top-bar-center .site-logo img {
    float: none !important;
    display: block !important;
}

/* Main Navigation Section */
.main-navigation-section {
    padding: 10px 0;
}

.main-menu-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-menu-centered .main-navigation {
    float: none;
}

.main-menu-centered .main-navigation > div > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.main-menu-centered .main-navigation ul.menu > li {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
}

/* Hide old header content */
.header-content {
    display: none;
}

/* Hero Row Header Overlap Styles */

/* Position header as absolute to stay on top */
body.page-template-page-builder-first-row .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important;
}

body.page-template-page-builder-first-row .top-bar,
body.page-template-page-builder-first-row .main-navigation-section {
    position: relative;
    z-index: 1001;
    background: transparent !important;
}

/* Make hero-row break out of container and start at top */
body.page-template-page-builder-first-row .hero-row {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

/* Constrain hero content to container width */
body.page-template-page-builder-first-row .hero-row .vc_row-has-fill {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}

body.page-template-page-builder-first-row .hero-row .wpb_column {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.site-info .copyright a {
color:#fff !important;
}

.post-grid-bg .vc_custom_1419240516480 {
  background-color: #f1f1f1 !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #222 !important;
  background-color: transparent !important;
  border: 2px solid #222 !important;
}

.vc_btn3.vc_btn3-size-md {
	font-weight: 600 !important;
}

.vc_gitem_row .vc_gitem-col {
  padding: 15px 24px 20px 24px !important;
}

.stars {
display: inline-block;
vertical-align: 3%;
}

#content .radius-row  {
	border-radius:4px;
}

.content-pad {
padding:2% 5%;
}

.side-bg-img .vc_column-inner {
background-repeat: no-repeat !important;
background-size: cover !important;
height: 100%;
border-radius: 4px 0px 0px 4px;
padding: 0px !important;
min-height: 500px;
}

.contact-phone {
  font-size: 3.6em;
  font-weight: 800 !important;
  color: #C33136 !important;
}

.contact-phone .icon-phone {
	color: #C33136 !important;
}

.contact-big-text {
  font-size: 2em;
  font-weight: 700;
}

.contact-top {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.wpb_gmaps_widget .wpb_wrapper {
	background: none !important;
	padding: 0px !important;
}

.hero-row {
	background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

.internal-overlay:before { content: ''; display: block!important; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40));}

.internal-overlay {
	background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

.hero-row:before { content: ''; display: block!important; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40));}

.cta-row {
	background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.cta-row:before { content: ''; display: block!important; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #0000FE;}

.cta-row h2 {
color:#fff; 
text-align: center;
font-size:50px;
}

.cta-row p {
color:#fff;
text-align:center;
font-size:26px;
}

.cta-row .big-phone {
color: #fff;
}
.gradient-row {
	background: rgb(12,23,63);
background: linear-gradient(0deg, rgba(12,23,63,1) 0%, rgba(26,42,87,1) 52%, rgba(12,23,63,1) 100%);
}
.gradient-row:before,
.truck-row:before{
	content:'';
	display:block!important;
	width:570px;
	height:250px;
	background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
	background-size: 40px 40px;
	position:absolute;
	left: calc(50% - 180px);
}

.logo-row .wpb_content_element {
	margin-bottom: 5px;
}

.logo-row img {
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 344px;
}

.logo-row {
text-align: center;
padding-top: 0px !important;
}

.logo-row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
	padding-top: 0px;
}

.lb-data .lb-caption {
    display: none !important;
}

.review-section {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.flex-sizer {
	padding: 0 25px 0px 25px;
	display: flex;
	flex-direction: column;
	height: 242px;
}

.flex-sizer h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em;
}

.flex-sizer p {
    flex-grow: 1;
}

/*--- 2 Column Form Styles Start ---*/

#left {
    width: 48%;
    float: left;
    margin-right:4%;
}
 
#right {
    width: 48%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:25px;
}
 
.clearfix {
    display:block;
}

/*--- 2 Column Form Styles End ---*/

.switch-forms {
	margin-bottom: 10px;
}

.switch-forms h4 {
	line-height: 1.2;
	font-weight: normal;
}

.switch-forms a {
	background: #fff;
	display: block;
	padding: 10px 15px;
	border: 2px solid #222;
	text-align: center;
}

.switch-forms a:hover {
	opacity: 1;
	background: #3252e9;
	color: #fff;
}

.pdf-section .pdf-links {
    margin-bottom: 1.4em;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 65px;
    padding: 14px;
    box-shadow: 8px 8px 0px 0px #f5f5f5;
    border-radius: 0px;
    max-width: 280px;
    border: 1px solid #25272e;
}

.sidebar_menu {
	margin-top: 50px;
}

.white-bg {
	background: #fff;
	padding: 6% 6% 10% 6%;
}

.vc_wp_custommenu wpb_content_element sidebar_menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;

}

h2.callout {
	color: #fff;
	font-size: 38px;
}

.button.callout {
    background: #222 !important;
    color: #fff !important;
    margin: 0;
}

.button.reviews {
	color: #222 !important;
	background: #fff;
	border: 1px solid #222;
}

.subhead {
    color: #797979;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.border-center {
    display: block;
    width: 108px;
    height: 3px;
    background: #222;
    margin: 10px auto;
}

.border-left {
    display: block;
    width: 108px;
    height: 3px;
    background: #222;
    margin: 10px 0;
}

.menu-menu-services-container ul {
	padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: normal;
}

.menu-menu-services-container ul li {
	width: 100%;
	margin: 10px 0;
	width: 100%;
    line-height: normal;
    display: block;
    list-style: none;
}

.menu-menu-services-container ul li.current-menu-item {
	border-left: 5px solid #222;
}

.menu-menu-services-container ul li a {
	color: #222;
    padding: 20px;
    background: #F4F7FC;
    display: block;
}

.menu-menu-services-container li:hover {
	background-color: #222 !important;
}

.menu-menu-services-container a:hover {
	color: #fff;
	opacity: 1;
    background: #222;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
	transition: .3s;
}

.menu-menu-services-container ul li a:hover::before {
	color: #fff;
}

.menu-menu-services-container ul li a::after {
	content: "";
	position: absolute;
	width: 0%;
	right: 0;
	bottom: 0;
	top: 0px;
	background: #222 !important;
	transition: 0.5s;
	z-index: -1;
    opacity: 0;
}

.menu-menu-services-container ul li a::before {
	content: '\e123';
	font-family: "fontello";
	position: absolute;
	width: 0%;
	right: 15%;
	background: none !important;
	transition: 0.5s;
	opacity: 1 !important;
	font-size: 12px;
	color: #222;
	padding-top: 6px;
}

.services-box {
	font-size: 15px;
	font-weight: 400;
}

.sidebar-box {
	background: #f4f7fc;
	padding: 40px 30px 50px 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	border-bottom: 3px solid #222;
}

.review-box {
	background: #fff;
	padding: 40px 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	border-bottom: 3px solid #222;
}

.steps-box {
	background: #f4f7fc;
	padding: 40px 40px 50px 40px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7em;
	border-bottom: 3px solid #222;
	color: #5a5a5a;
}

.steps-box h4 {
	font-size: 24px;
	font-weight: normal;
	color: #222;
	margin-top: 25px;
	margin-bottom: 10px;
}

.steps-box img {
	filter: invert(182%) sepia(109%) saturate(0%) hue-rotate(165deg) brightness(1000%) contrast(102%);
}

.pricing-box {
	background: #fff;
	padding: 20px 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9em;
	box-shadow: 10px 10px 8px #e6e6e6;
	height: 500px;
	border-radius: 2px;
}

.pricing-box-red {
	background: #C33136;
	padding: 20px 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9em;
	box-shadow: 10px 10px 8px #e6e6e6;
	height: 525px;
	color:#fff;
	border-radius: 2px;
}

.pricing-box-red .decorated-link {
	border-bottom: 2px solid #C33136;
	color: #fff !important;
}

/*.pricing-box:hover {
transform: scale(1.1);
}
.pricing-box-red:hover {
transform: scale(1.1);
}*/
.pricing-box-row > div:hover{
  transform: scale(1.1);
  z-index:2;
}


.pricing-box-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

.pricing-box-row .vc_column_container .vc_column-inner {
	padding: 0;
	margin:3px;
}

.circle {
	width: 76px;
	height: 76px;
	border-radius: 100%;
	padding: 15px;
	display: inline-block;
	background: #222;
}

.services-box img {
	padding: 0px;
	margin: 0px;
}

.services-box h2 {
	font-size: 32px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}

.services-box h3 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebar-box h3 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
	margin-top: 25px;
	margin-bottom: 10px;
}

.review-box h2 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
	margin-top: 25px;
	margin-bottom: 10px;
}

.callout-border {
	border-right: 2px solid #fff;
}

.trust-callout {
	color: #fff;
    font-size: 4em;
    font-weight: 800;
    margin: 0em 0em 0em 0em;
    text-align: center;
}

.callout-text {
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}

.red-line-center {
	display: block;
	width: 150px;
	height: 5px;
	background: #C33136;
	margin: 15px auto;
}

.pricing-box h3 {
	font-size: 26px;
	font-weight: 700;
	color: #222;
	margin-top: 25px;
	margin-bottom: 10px;
}

.pricing-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-top: 15px;
	margin-bottom: 10px;
}

.pricing-box .check li {
padding-left: 0em;
margin: 0em 0em .1em 0em;
}

.pricing-box-red h3 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 10px;
}

.pricing-box-red h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}

.services-box p {
	padding-bottom: 20px;
	font-size: 1.2em;
}

.sidebar-box p {
	padding-bottom: 20px;
}

.review-box p {
	margin-bottom: 28px;
	margin-top: 20px;
}

.decorated-link {
    font-weight: 600;
    color: #222 !important;
    padding: 2px 0px;
    border-bottom: 2px solid #C33136;
    font-size: 1em;
}

.big-phone {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}

.big-phone .icon-phone{
	color: #C33136;
}

.wpsl-store-location a {
	color: #094f2a;
}

.wpsl-contact-details a {
	color: #222;
}

.number-circle {
	background: #094f2a;
    border: 3px solid #0d2e40;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    vertical-align: top;
    line-height: 32px;
    padding: 0 0 0 4px;
    margin: 14px 0 0;
}

.three-rs {
	color: #0a5577;
    font-size: 40px;
    margin: 0 0 0px 0;
    font-weight: 500;
}

.button {
    margin: 10px 0px;
    padding: 16px 26px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 190px;
    border-radius: 2px;
    text-align: center;
    color: #fff !important;
	background: #FE0000;
	box-shadow: 0 0 0 0 rgb(0, 138, 255);
	position: relative; /* Add for pseudo-element positioning */
    overflow: hidden; /* Prevent background from overflowing */
    z-index: 1;
    vertical-align: top;
}

.button:hover {
	color: #406870;
	outline: none;
	box-shadow: none;
	animation: none;
	opacity: 1;
}

.button:focus {
	outline: none;
}


/* Slide up background on hover */
.button:hover {
opacity:.7;
}

.button-light {
    margin: 10px 14px;
    padding: 16px 26px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 190px;
    border-radius: 2px;
    text-align: center;
    color: #fff !important;
    background: #FE0000;
    font-family: "Montserrat", Sans-serif;
	  position: relative; /* Add for pseudo-element positioning */
    overflow: hidden; /* Prevent background from overflowing */
    z-index: 1;
    vertical-align: top;
    }
    
.button-light:hover {
	opacity: .7;    
    }

/* Slide up background on hover */
.button-light:hover::before {
    transform: translateY(-100%); /* Move background up */
}

.button-doctors {
    margin: 10px 14px;
    padding: 16px 26px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: none;
    min-width: 190px;
    text-align: center;
    color: #25272e !important;
    background: #fff;
    height: 56px;
}

.button-learn-more {
    margin: 10px 0px;
    padding: 0px 0px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    color: #C33136 !important;
    border-radius: 2px;
    background: #fff;
    border: none;
}

.button-alt {
    margin: 10px 0px;
    margin-bottom: 10px;
padding: 16px 30px;
display: inline-block;
outline: none;
font-size: 20px;
line-height: 1em;
letter-spacing: 0.05em;
text-align: center;
border-width: 2px 2px;
border-radius: 2px;
border-style: solid;
border-color: #fff;
background-color: #C33136;
text-transform: uppercase;
color: #C33136 !important;
}

.button-alt a:hover {
  animation: none;
}


.banner-row {
	background-color: #589EBF;
}

.banner-row p {
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: .03em;
}

.site-footer .button-light {
    min-width: 190px;
    color: #fff !important;
}

.site-footer .button {
    min-width: 190px;
}

.site-footer .widget_text ul {
	margin: 0;
}

.footer-content .widget ul li {
    margin: 0 0 8px 0;
}

.button-light-cta {
    padding: 17px 34px;
    display: inline-block;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    border-radius: 2px;
    letter-spacing: 0.05em;
    background-color: none !important;
    color: #fff !important;
    border: 2px solid #fff;
    margin-top: 5px;
    text-transform: uppercase;
}


.button-light i {
	padding-right: 4px;
}

.cta-element {
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.1em;
	background-color: #C33136;
}

.cta-element a {
	color: #C33136;
}
.cta-text a {
	color: #f5f5f5 !important;
	text-decoration: underline;
}

.cta-element a:hover {
	animation: none;
}

.cta-element .button-light a {
	color: #406870;
}

.over-image {
    background-color: #396681;
	color: #fff;
    padding: 3% 6% 4% 6%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Epilogue",Sans-serif;
}

.review-section h3 {
	font-size: 36px;
	color: #fff;
}

.large-heading h3 {
	font-size: 38px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
	max-width: 200px !important;
}

.wpb_single_image img {
border-radius: 2px;
}

.review-section {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 4px !important;
    }
    
.vc_btn3.vc_btn3-size-lg {
    background-image: none !important;
    font-family: "Montserrat",Sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 16px !important;
	padding-bottom: 16px !important;
	padding-left: 22px !important;
	padding-right: 23px !important;
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
	background-color: #bb2127 !important;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 20px;
}

.style-dark_style blockquote.easy_testimonial {
    background-color: #F2F4F8;
}

.vc_custom_1580928514222 {
    border-left: 2px solid #3267c5;
	padding-left: 30px;
}

.service-bar a {
	color: #fff;
	font-family: "Epilogue",Sans-serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.service-bar {
	color: #254457 !important;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hero-text-internal {
	color: #094f2a; 
	font-size: 30px;
	margin-bottom: .5em;
	font-weight: normal;
}

.hero {
    color: #fff;
    font-size: 58px;
    line-height: 1.0em;
    letter-spacing: 0.0em;
    margin-bottom: 0.2em !important;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}

.hero-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 2em;
    font-weight: 600;
}


/* Testimonials section styles*/

.testimonial {
	color: #fff;
}

.services-headline {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.4em;
}
.services-headline-content {
    font-size: 2.2em;
    line-height: 1.3;
    font-family: "Epilogue", sans-serif;
    font-weight: normal;
    margin-bottom: 1.2em;
}

.quote-mark {
    font-size: 3.2em;
    font-weight: normal;
    line-height: 1;
    color: #222;
}

.testimonial-text {
    font-family: "Epilogue", sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.8em;
}

.testimonial-name {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 2em;
    line-height: 1.1em;
}

.testimonial-type {
    font-size: 1.3em;
    margin-bottom: 1.6em;
}

.services-headline-content strong {
	font-weight: normal;
}


/*.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {*/


.border-shadow {
    box-shadow: 6px 6px 0px 0px #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10%;
}

.border-shadow-img {
    box-shadow: 6px 6px 0px 0px #f5f5f5;
    border: 1px solid #f5f5f5;
}

.dropdown-title {
	color: #fff;
}

.thirty-five {
    font-size: 3em;
    font-weight: 800;
    margin-right: 5px;
    color: #C33136;
    line-height: 1em;
}

.pricing-box-red .thirty-five {
	  font-size: 3em;
    font-weight: 800;
    margin-right: 5px;
    color: #fff;
    line-height: 1em;
}

.years {
    font-size: 20px;
    line-height: 0em;
    margin-bottom: 0px;
    font-weight: normal;
    padding-top: 15px;
}

.experience {
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 0em;
    line-height: 2em;
}

.hero-front {
	color: #fff; 
	font-weight: normal; 
	font-size: 54px;
	line-height: 68px;
	margin-bottom: .3em;
}

.hero-front-text {
	color: #fff; 
	font-weight: 500; 
	font-size: 19px;
	margin-bottom: .5em;
}

.hero-highlight {
	color: #0649ae;
}

.hero .button {
	color: #222;
	background-color: #fff;
}

.section-highlight {
    position: relative;
    background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
	border-radius: 2px;
}

.section-highlight img {
	margin: 0px 0px 40px 0px;
}

.section-highlight .wpb_column {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section-highlight .wpb_column > .vc_column-inner {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px !important;
    padding-bottom: 0px;
    border-right: 1px solid #f2f4f8;
    padding-left: 10px;
    padding-right: 10px;
}

.section-highlight .no-border.wpb_column > .vc_column-inner {
	    border-right: none;
}

.section-highlight h2 {
	font-size: 30px;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 14px 20px 44px 20px;
}

.section-highlight h3 {
	font-size: 22px;
}

.section-highlight .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
	border-right: none;
}

.section-highlight .wpb_content_element {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadow-box {
    color: #222;
	padding: 12%;
	border-radius: 2px;
    text-align: center;
    background-color: #fff;
    box-shadow: 7px 7px 0px 0 rgba(255, 255, 255, 0.5);
}

.shadow-box h3 {
    color: #222;
    font-size: 1.5rem;
    line-height: 1.2;
}

.sidebar_menu a {
	color: #fff;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-transform: uppercase;
  font-weight: 600;
} 

.sidebar_menu .widget ul li {
    background: #C33136;
    padding: 15px 20px;
    border-radius: 4px;
}

.sidebar_menu .widget ul li:hover {
    background: #222;
}

.sidebar_menu .widget ul li:active {
    background: #222;
}

.sidebar_menu h2 {
font-size: 28px;
}

.sidebar_menu a:active {
	color: #fff !important;
	background-color: #222;
}

.sidebar_menu .widget ul li:hover a {
	color: #fff !important;
	opacity: 1 !important;
}

.contact-standout {
	padding: 3% 6% 3% 6% !important;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    text-align: center;
}

.contact-standout h3 {
	font-weight: normal;
	font-size: 28px;
}
/*
.contact-standout li {
	padding: 1em 0em;
	border-bottom: 2px solid #f2f4f8;
	line-height: 1.9em;
}

.contact-standout li:last-child {
	border-bottom: none;
}

.contact-standout ol {
   list-style: none;
   counter-reset: item;
   margin: 0;
   padding: 0;
 }
 
.contact-standout li {
   counter-increment: item;
   margin-bottom: 7px;
 }
 
.contact-standout li::before {
    margin-right: 10px;
    content: counter(item);
    background: #2579f7;
	border-radius: 100%;
	color: #fff;
    width: 2em;
    text-align: center;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    font-size: 17px;
} 
*/

.blue-box {
    background-color: #0649ae;
    color: #fff;
}

.blue-box h3 {
	color: #fff;
}

.blue-box a {
	color: #fff !important;
	text-decoration: underline;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #fff !important;
	background-color: #396681 !important;
	text-transform: uppercase;
}

.frm_forms .form-field {
    margin-bottom: 0px !important;
}

.frm_submit button {
	margin-top: 30px;
}

.wrap-forms h4 {
	color: #589EBF;
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 30px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #222 !important;
	font-size: 18px;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title a:hover {
    color: #C33136 !important;
    background-color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #222 !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #222 !important;
}

.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title a:hover {
    color: #222 !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #C33136 !important;
}


.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #C33136 !important;
}



/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 5em 0 0.5em;
	max-width: 600px;
}

.comments-title {
	font-size: 20px;
	margin-bottom: 2.5em;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #406870;
	margin-left: 1em;
}

.comment-body {
	color: #254457;
	font-size: 14px;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 400;
	position: relative;
}

.comment-reply-link .icon {
	color: #406870;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

ol.children .children {
	padding-left: 2em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #254457;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 0 0 2em 0;
}

.widget {
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer-content .widget-title {
    color: #222 !important;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}

/* widget lists */

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.widget ul li ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-field {
	display: block;
	float: left;
	width: calc(100% - 40px);
	margin: 0px;
	padding: 5px;
	height: 40px;
	border-radius: 0px;
}

.search-form .search-submit {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 0px;
}

.search-form .search-submit .icon-search {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Fix image alignment */
img.alignleft {
	float: left;
	margin-right: 1.5em;
}

img.alignright {
	float: right;
	margin-left: 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #406870;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #254457;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #406870;
	border-color: #254457;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #406870;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #406870;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 400;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	max-width: 25%;
}

/* Gallery Columns */

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.vc_custom_1675886708202{padding-top: 10% !important;padding-bottom: 12% !important;}
.vc_custom_1675888970134{padding-top: 4% !important;}
.vc_custom_1675965302224{padding-bottom: 4% !important;}
.vc_custom_1675893238661{padding-top: 6% !important;padding-bottom: 4% !important;background-color: #C33136 !important;}
.vc_custom_1676479430687{padding-top: 6% !important;}.vc_custom_1676479095648{padding-bottom: 4% !important;}
.vc_custom_1675956428506{padding-top: 6% !important;padding-bottom: 6% !important;background-color: #f4f4f4 !important;}
.vc_custom_1675961761971{padding-top: 2% !important;padding-bottom: 2% !important;background-color: #C33136 !important;}
.vc_custom_1675963359081{padding-top: 2% !important;padding-bottom: 2% !important;}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/


@media screen and ( min-width: 1135px ) {
	
	.main-navigation .sub-menu li {
		float: none !important;
	}
	.main-navigation .sub-menu a {
		padding: 10px 20px;
		line-height: 18px !important;
		color: #fff !important;
	}
	.site .main-navigation li.menu-item-has-children > a:after{
		font-family: "fontello";
		content:'\e805';
		margin-left: 5px;
	}

}

@media screen and ( max-width: 1110px ) {
	.main-navigation {
    background: #fff;
    box-shadow: rgba(12, 23, 64, 0.08) 2px 2px 6px;
    border-top: 3px solid #ebeef3;
}

.cta-row p {
font-size:18px;
}

.site-header .site-logo img {
	padding-top: 0px;
}
.main-navigation li:nth-last-child(2) a {
  padding-right: 0px;
}

.main-navigation ul ul a {
  padding: 10px 0px !important;
}

.main-navigation a {
	padding: 15px 0;
	line-height: 18px !important;
	margin: 0;
	border-right: 0;
	background: none;
	color: #222 !important;
}

.hero h1 {
    font-size: 54px;
    }

.menu-button a {
	color: #222 !important;
	animation: none !important;
}

.main-navigation ul.menu {
	padding: 4px 20px;
}
.main-navigation ul.menu li {
	border-bottom: 1px solid rgba( 120,138,175,0.15);
}

.main-navigation ul.menu li.menu-item-has-children > a.show-child{
	width:100%;
	text-align: right;
}
.main-navigation ul.menu li.menu-item-has-children > a.show-child i {
	font-size: 18px;
	line-height: 20px;
}

.main-navigation ul ul {
	padding: 0 0 0 25px;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 15px 0;
}

.main-navigation ul ul ul a {
	letter-spacing: 0;
	padding: 0;
}

.site-info .copyright {
    margin: 0px 0px 20px 0px;
    text-align: center;
    float: none;
}

.site-info .social-media {
    float: none;
    width: auto;
    text-align: center;
    padding-bottom: 50px;
}

.site-info .social-media ul li a {
	margin-bottom: 10px;
}
.custom-row{
	flex-direction:column;
}
.custom-row .custom-text-column{
	width:100%;
	padding:5% 0;
	justify-content: center;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	max-width: unset;
}
.custom-row .custom-image-column{
	width:100%;
}
.custom-row .custom-image-column .vc_column-inner{
	padding:20% 0;
}
.discount-section .big-text{
	font-size: 61px;
	line-height: 70px;
}
.discount-section .buble-1{
	left: calc(50%*411/1903);
}
.discount-section .buble-2{
	left: calc(50%*645/1903);
}
.discount-section .buble-3{
	left: calc(50%*807/1903);
}
/*.discount-section .buble-4{
	left: calc(50%*1009/1903);
}
.discount-section .buble-5{
	left: calc(50%*1309/1903);
}
.discount-section .buble-6{
	left: calc(50%*1482/1903);
}
.discount-section .buble-7{
	left: calc(50%*1182/1903);
}*/
.discount-section .buble-8{
	left: calc(50%*533/1903);
}
.discount-section .buble-9{
	left: calc(50%*392/1903);
}
}
@media screen and (max-width: 1100px) {
	.gradient-row > .wpb_column{
		width:100%;
	}
	.gradient-row:before{
		display:none !important;
	}
	.gradient-row {
			text-align: center;
	}
	.truck-row{
		height: calc(100vw/1.5);
		max-width:714px;
		margin:0 auto;
	}
	.truck-row:before{
		display:block!important;
		left: 15px;
		right: 15px;
		width: calc(100% - 15px);
	}
	.wrap-forms {
   	 margin-top: 0px;
    	box-shadow: none;
   	 padding: 0px;
	}
	.h2 {
	    font-size: 32px !important;
	}
	.h3 {
		font-size: 26px !important;
	}
}
@media screen and (max-width: 1023px) {
	.bills-boxes .bills-item div {
			padding: 14px 20px;
	}
}
@media (max-width: 1000px) {
.side-bg-img .vc_column-inner {
border-radius: 4px 4px 0px 0px;
	}
}

@media screen and ( min-width: 969px ) {
	.page-template-page-blank .top-navigation{
		display:none;
	}
}

.mobile-cta-bar {
    display: none;
}

/* Mobile Header Responsive Styles */

@media screen and (max-width: 968px) {

.top-bar-inner {
justify-content: center !important;
}
    /* Hide phone and contact from top bar on mobile */
    .top-bar-left,
    .top-bar-right {
        display: none !important;
    }
    
    /* Stack top bar and navigation vertically */
    .top-bar-inner {
        justify-content: center;
        flex-direction: column;
        padding: 15px 0 10px 0;
    }
    
    .main-navigation-section {
        padding: 0;
        text-align: center;
    }
    
    .main-menu-centered {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    /* Logo centered */
    .top-bar-center {
        margin-bottom: 10px;
    }
    
    /* Menu toggle centered below logo */
    .main-menu-centered .menu-toggle {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        background: none;
        border: none;
        color: #222;
        font-size: 16px;
        padding: 10px;
    }
    
    /* Create mobile CTA bar at bottom */
    .mobile-cta-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #0000FE;
        padding: 12px 0;
        text-align: center;
    }
    
    .mobile-cta-bar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    .mobile-cta-bar li {
        margin: 0;
        padding: 0;
    }
    
    .mobile-cta-bar a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }
    
    .mobile-cta-bar a:hover {
        opacity: 0.8;
    }
    
    /* Add bottom padding to body to account for fixed CTA bar */
    body {
        padding-bottom: 60px;
    }
    
    /* Mobile navigation adjustments */
    .main-navigation {
        background: #3f3f3f;
        box-shadow: rgba(12, 23, 64, 0.08) 2px 2px 6px;
        border-top: 3px solid #FE0000;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        z-index: 9999;
        width: 100%;
    }
    
    .main-navigation.toggled-on {
        display: block;
    }
    
    .main-navigation ul.menu {
        flex-direction: column;
        padding: 4px 20px;
    }
    
    .main-navigation ul.menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(120,138,175,0.15);
        float: none;
    }
    
    .main-navigation a {
        padding: 15px 0;
        line-height: 18px !important;
        margin: 0;
        border-right: 0;
        background: none;
        color: #fff !important;
        display: block;
        width: 100%;
        text-align: center;
    }
}

.top-bar .icon-location, .icon-user, .icon-phone, .icon-clock, .icon-mail, .icon-mail-alt, .icon-phone, .icon-calendar, .icon-fax {
    color: #fff;
}


.site-header .main-menu {
    padding: 0;
    border-left: 0px solid #ededed;
}

.site-header .site-logo {
    width: auto;
}

.page-template-page-blank .site-header{
	padding:0;
}	
.top-navigation {
    padding: 12px 0;
    background: #0000FE;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.05);
		top:auto;
		bottom:0;
}
.top-navigation a {
	color:#fff !important;
}

.site-header .site-notice {
	padding: 8px 0px;
	text-align: center;
}

.top-bar-inner {
    display: block;
    }

.bills-boxes .bills-item {
			width: 33%;
	}	
	
#top-menu-green {
    margin: 10px 15px;
}
#page .row-blank-header .blank-logo{
	margin-bottom:5px;
}
#page .row-blank-header .blank-logo,
#page .row-blank-header .blank-phone{
	text-align: center;
}
}

/* 2 columns at 767px and below */
@media screen and (max-width: 767px) {
   ul.check3 {
       columns: 2 !important;
       -webkit-columns: 2 !important;
       -moz-columns: 2 !important;
   }
}

/* 1 column at 480px and below */
@media screen and (max-width: 480px) {
   ul.check3 {
       columns: 1 !important;
       -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
   }
}

@media screen and ( max-width: 767px ) {

.side-bg-img .vc_column-inner {
height: 500px;
}

.vc_col-sm-3 {
  width: 100% !important;
}

body {
	font-size: 16px;
	line-height: 1.5;
}

ul.check2 {
    columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    list-style: none;
  padding: 0;
}

.flex-sizer { 
	height: auto;
}

.logo-row {
    padding-top: 15px !important;
    padding-bottom: 15px;
}

.site-header .search-wrap {
	margin: 0px auto 10px auto;
}

.wrap-forms {
    margin-top: 0px;
    box-shadow: none;
    padding: 0px;
}

.page-header {
	padding: 50px 0px;
}

.page-header .page-title {
	font-size: 65px;
}

.contact-standout {
    margin: 10px 0px;
    padding: 0% !important;
    background: #efefef;
    box-shadow: none;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0px 4px 30px 4px; 
}
	
.mobile-reverse-order {
	display: flex;
	flex-direction: column;
}

.mobile-reverse-order .wpb_column:first-child {
	order: 2;
}

.mobile-reverse-order .wpb_column:last-child {
	order: 1;
}

.chatsupport-wrp[data-v-4251173d] .chatsupport-button {
	bottom: 65px !important;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1;
    min-height: 1rem;
}

.bills-boxes .bills-item {
			width: 50%;
	}
	
.bills-boxes .bills-item div {
    padding: 4px 30px;
	}
	
h3.bills_title {
    margin-bottom: 42px;
    font-size: 30px;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	padding: 0 30px
}
.wpb_column.logos-section{
	max-width: 33.33%!important;
	float: left;
}
}

@media screen and ( max-width: 690px ) {

.footer-cta-right {
    float: left; 
    }

.footer-cta-left {
	display: none;
}

}


@media screen and ( max-width: 615px ) {
	.hero {
	font-size: 34px;
	line-height: 1.1em;
	}
	.contact-phone {
  font-size: 2.6em;
  }
}
@media only screen and (max-width: 600px){
  .frm_section_heading > .frm_form_field,
  .frm_fields_container > .frm_submit,
  .frm_grid_container > .frm_form_field,
  .frm_fields_container > .frm_form_field {
    grid-column: 1 / span 12 !important;
  }
}

@media screen and ( max-width: 526px ) {
	.button-light {
    margin: 10px 0px;
    width: 100%;
}

.button-doctors {
    margin: 10px 0px;
    width: 100%;
}

.button-alt {
    margin: 10px 0px;
    width: 100%;
}

.button {
	margin: 10px 0px;
	width: 100%;
}
}

@media screen and ( max-width: 510px ) {

.site-header .site-logo {
    max-width: 340px;
}


.banner-row p {
    font-size: 20px;
}    

.hero-text {
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 1.2em;
}

.page-header {
	padding: 40px 0px;
	background: none !important;
	background-color: #C33136 !important;
}

.page-header .page-title {
    font-size: 32px;
    line-height: 1em;
}

p.contact {
	font-size: 18px;
}

.top-navigation ul.top-menu > li.top-menu__button > a {
    padding-left: 12px !important;
}

.top-navigation a {
    padding: 10px 5px;
}

.cta-element {
    font-size: 32px;
}
}

@media screen and ( max-width: 440px ) {
.big-phone {
	font-size: 35px;
	font-weight: 700;
}
}

@media screen and ( max-width: 414px ) {
	.contact-phone {
  font-size: 2.6em;
  }
  }


@media screen and ( max-width: 401px ) {

}
}

@media screen and ( max-width: 380px ) {

.site-header .menu-toggle {
	font-size: 18px;
}

.contact-phone {
  font-size: 2em;
}

.wrap-forms {
    box-shadow: none;
    padding: 0px;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	padding: 0 20px
}
}


/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none !important;
	}

	.entry-footer,
	#comments {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page-title,
	.entry-title {
		font-size: 10pt;
	}

	/* Posts */

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a {
		color: #1d3544 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
}