@media (max-width: 767px) {
.wpb_column.child_column.tr_br_30px.border-radius-none * {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
	}}


body[data-button-style="slightly_rounded_shadow"] .shadowless.nectar-button:hover {
	box-shadow:0 0 0px rgba(0,0,0,0)!important;
}

.header-radius.wpb_row .row-bg { 
	border-radius:0px 0px 152px 152px !important;
}



@media (max-width:690px) {
.header-radius.wpb_row .row-bg { 
	border-radius:0px 0px 42px 42px !important;
}
	 
	.service-image {
	min-height:251px !important;
	object-fit:cover;
}
} 

.get-quote-button {
    padding: 10px 32px 10px 12px !important;
    border-radius: 30px;
    border: 1px solid #0F84C7;
    height: 62px !important;
    display: flex !important;
		background: #0c648e;
		color:#fff !important;
	transition: all 0.5s ease-in-out;
}

.get-quote-button:hover {
        padding: 10px 32px 10px 12px !important;
    border-radius: 30px;
    border: 1px solid #0F84C7;
    height: 62px !important;
    display: flex !important;
		background: #013350;
		color:#fff !important;
	 transition: all 0.5s ease-in-out;
}

#header-outer #top nav > ul > li.get-quote-button > a  {
		color:#fff !important;
}

body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item.get-quote-button > a {
	color:#fff !important;
}

#header-outer .span_9 {
  padding-top: 20px;
  padding-bottom: 20px; 
}


.Mega-menu-font > a {
  font-size: 16px !important; /* this affects the top-level "Health Surveillance" link */
}

body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul, #header-outer nav > ul > .megamenu > .sub-menu {
	background-color:#fff !important;
}

	.tp-widget-wrapper {
    height: 100%;
    margin: 0 !important;
    max-width: 750px;
    position: relative;
}

@media (min-width:1000px) {
li#menu-item-18179 {
    margin-right: 40px !important;
	}


.service-image {
	min-height:460px !important;
	object-fit:cover;
}
	

}


/* Salient-style white pill button (thicker top/bottom) */
a.btn-outline-pill,
.btn-outline-pill.nectar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
	border:0px;
  /* size & shape */
  font-size: 16px;
  font-weight: 700;
  line-height: 1;                         /* keep text compact */
  padding: 14px 28px !important;          /* ↑ increase vertical padding */
		  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .5s ease;
  min-height: 48px;                        /* ensures thicker feel */
  border-radius: 9999px;

  /* colors */
  background: #fff;
  color: #1f3f73;                          /* Salient-ish navy */
  border: none;
  text-decoration: none;

  /* depth */
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .05s ease;
}

/* Hover/focus (invert like Salient) */
a.btn-outline-pill:hover,
a.btn-outline-pill:focus-visible,
.btn-outline-pill.nectar-button:hover,
.btn-outline-pill.nectar-button:focus-visible {
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
	transform: translateY(-2px);
	  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .5s ease;
}

/* Modal container — use grid to center the dialog */
.gp-targetbox{
  position: fixed;
  inset: 0;
  display: none;                /* hidden by default */
  z-index: 100000;              /* above Salient header */
}
.gp-targetbox.is-open{
  display: grid;                /* centers children */
  place-items: center;          /* center horizontally & vertically */
}

/* Dark overlay */
.gp-targetbox__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

/* Dialog — centered, scrolls inside if too tall */
.gp-targetbox__dialog{
  position: relative;
  width: min(92vw, 720px);
  max-height: 90vh;            /* keep within viewport */
  overflow: auto;              /* internal scroll */
  margin: 0;                   /* remove the top margin */
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

/* Close button */
.gp-targetbox__close{
  position: absolute;
  top: .5rem;
  right: .75rem;
  font-size: 2rem;
  line-height: 1;
  background: #fff8;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

/* Lock page scroll when open */
html.cf7-modal-open, body.cf7-modal-open{ overflow: hidden; }

/* Small screens: if you prefer top-aligned instead of centered, uncomment this:
@media (max-width: 640px){
  .gp-targetbox.is-open{ place-items: start; }
  .gp-targetbox__dialog{ margin-top: 6vh; }
}
*/

#footer-outer {
	background: var(--Linear, linear-gradient(180deg, var(--Latus-Peacock, #0C648E) 0%, var(--Latus-Primary-Blue, #0F84C7) 100%)) !important;
}

#footer-outer #footer-widgets .widget h4 {
	color:#fff !important;
}

#footer-outer #footer-widgets {
    border-bottom: none !important;
    max-width: 1600px !important;
    margin: auto !important;
}

 #footer-widgets h6 {
	 font-family: Montserrat !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
letter-spacing: 12px !important;
text-transform: uppercase !important;
	 color:#fff !important;
	 }

body #footer-outer #copyright {
    background-color: #fff;
	color: #0C648E !important

}

#footer-outer #copyright a:not(.nectar-button) {
    color: #0C648E !important;
}

#footer-outer #copyright a:not(.nectar-button):hover {
    color: #0F84C7 !important;
} 

.footer-links {
	padding-right: 20px;
}

#copyright .container {
	max-width:1600px !important;
	margin:auto;
}

.gallery-images {
	pointer-events:none !important;
} 

 
.gallery-images img {
	border-radius:28px !important;
}

.trusted-partner-box {
	max-width:840px !important;
	margin-left:auto !important;
}
@media (max-width: 767px) {
  .bl_br_120px[data-br-applies="bg"] > .row-bg-wrap {
    border-bottom-left-radius: 60px;
		border-bottom-right-radius: 60px;
    overflow: hidden;
  }
.tabbed[data-style="vertical_modern"] > div {
  padding-left:20px !important;
}
body .wpb_column.bottom_padding_tablet_90px > .vc_column-inner {
        padding-bottom: 50px;
	padding-top: 50px;
    }
}

.footerarea {font-size:13px}