/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***MISC***/
.form-contact {
	padding: 10px;
	border-left: 1px solid #aaa;
	font-size: 16px;
	margin-bottom: 20px;
}
/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {

}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
*
{
	font-family: 'poppins', sans-serif;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	border-color:#7c2789;

}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: capitalize!important;
	display: inline-flex;
	align-items: center;
	background-color: #386EB0;
	color: #FFF;
	border: 2px solid transparent;
	justify-content: center;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	border: 2px solid transparent;
	background-color: #A1CA27;

}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}
.button img {
	width: 35px;
	margin-right: 10px;
}
.button span {
	margin-right: 10px;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;
}


/*Frame Widths*/
.frame
{
    width: 1600px
}
ul.menu
{
    width: 100%;
}

.header .logo {
	max-width: 400px;
}
.header .logo-wrap
{
    text-align: left;
}
.header-right
{
    text-align: right;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.header .column .coltable {
	display: flex;
}
.header-right .button
{
	text-transform: none;
}
.header-right .button:first-child,
.header .frame .header-right .button:nth-child(2)
{
	background-color: transparent;
	border-radius: 100px;
	border: none;
	color: #666;
	font-weight: 600;
	padding: 12px 22px;
}
.header-right .button .fa-phone
{
	padding-right: 10px;
	color: #EFB237;
}
.header-right .button:not(:first-child):not(:last-child)
{
	background-color: #386EB0;
	border-radius: 100px;
	border: none;
	margin: 0 20px;
	color: #fff;
	padding: 12px 22px;
}
.header-right .button:last-child
{
	background-color: #A1CA27;
	border-radius: 100px;
	border: none;
	color: #fff;
	padding: 12px 22px;
	display: inline-flex;
	align-items: center;
}
.header-right .button:first-child:hover
{
	background-color: #4780C4;
	color: #fff;
}
.header-right .button:not(:first-child):not(:last-child):hover
{
	background-color: #4780C4;

}
.header-right .button:last-child:hover
{
	background-color: #386EB0;
}
.navigation
{
    background-color: #fff!important;
    border: none;
}
ul.menu .menulink
{
    background-color: unset;
    color: #386EB0;
    border: none!important;
    text-transform: none!important;
	font-weight: 600;
	font-size: 18px;
}
ul.menu .menulink:hover
{
    background-color: #fff!important;
    color: #EFB237;

}
ul.menu .mobile-nav + li
{
    border: none!important;
}

.home-banner-content
{
	background-color: rgba(255,255,255,0.8);
	margin-top: 400px;
    padding: 50px 10%;
}
.home-banner-section h1
{
	color: #444;
	font-weight: 500;
}
.home-banner-section p
{
	color: #444;
	font-weight: 400;
}
.home-banner-section .col-sm-12
{
	padding: 0;
}


.services-banner .col-sm-12
{
    padding: 0;
}
.services-banner .col-sm-4
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
.services-banner .col-sm-4:first-child
{
    background-image: url("images/onsite-services-bg.jpg");
}
.services-banner .col-sm-4:not(:first-child):not(:last-child)
{
    background-image: url("images/general-practice-bg.jpg");
}
.services-banner .col-sm-4:last-child
{
    background-image: url("images/urgent-care-bg.jpg");
}
.services-banner .transparency
{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0; left: 0; bottom: 70px; right: 0;
    transition: all 0.2s ease-in-out 0s;
}
.services-banner a
{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.services-banner p
{
    margin-bottom: 0;
    margin-top: 305px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 25px;
    z-index: 5;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.2s ease-in-out 0s;
}
.services-banner .services-banner-col:hover p
{
    background-color: #386EB0;
}
.services-banner .services-banner-col:hover .transparency
{
    background-color: unset;
}

.home-button-section-top, .home-button-section-top .col-sm-12
{
	padding: 0!important;
}
.home-button-section
{
	padding-top: 100px!important;
	padding-bottom: 75px!important;
}
.home-service-buttons .coltable.col3 > .col
{
	width: 32%;
	padding: 0 20px;
}
.home-service-buttons .coltable.col3 > .col:first-child
{
    padding: 0;
    padding-right: 40px;
}
.home-service-buttons .coltable.col3 > .col:last-child
{
    padding: 0;
    padding-left: 40px;
}
.home-service-buttons .urgent-care
{
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/urgent-care-bg.jpg");
	background-color: #DDEEFE;
	border: 2px solid #386EB0;
}
.home-service-buttons .urgent-care .button
{
	background-color: #386EB0;
}
.home-service-buttons .urgent-care .button:hover
{
	background-color: #2E5B92;
}
.home-service-buttons .urgent-care h3
{
	color: #386EB0;
}
.home-service-buttons .general-practice
{
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/general-practice-bg.jpg");
	background-color: #DDEEFE;
	border: 2px solid #386EB0;
}
.home-service-buttons .general-practice .button
{
	background-color: #386EB0;
}
.home-service-buttons .general-practice .button:hover
{
	background-color: #2E5B92;
}
.home-service-buttons .general-practice h3
{
	color: #386EB0;
}
.home-service-buttons .onsite
{
	background-image: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/onsite-services-bg.jpg");
	background-color: #DDEEFE;
	border: 2px solid #386EB0;
}
.home-service-buttons .onsite .button
{
	background-color: #386EB0;
}
.home-service-buttons .onsite .button:hover
{
	background-color: #2E5B92;
}
.home-service-buttons .onsite h3
{
	color: #386EB0;
}
.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care
{
	background-repeat: no-repeat;
	background-size: contain;
	height: 530px;
	border-radius: 10px;
	text-align: center;
	padding-top: 300px;
}
.home-service-buttons .onsite .button, .home-service-buttons .general-practice .button, .home-service-buttons .urgent-care .button
{
	padding: 15px 100px;
	border-radius: 100px;
	margin-top: 35px;
	color: #fff;
	text-transform: none;
	border: none!important;
}
.urgent-care .service-logo span
{
	width: 85px;
	height: 85px;
	padding: 22px;
	font-size: 38px;
	position: absolute;
	top: 2px;
	left: 17px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #DDEEFE;
	color: #386EB0;
}
.general-practice .service-logo span
{
	width: 85px;
	height: 85px;
	padding: 22px;
	font-size: 38px;
	position: absolute;
	top: 2px;
	left: 535px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #DDEEFE;
	color: #386EB0;
}
.onsite .service-logo span
{
	width: 85px;
	height: 85px;
	padding: 22px;
	font-size: 38px;
	position: absolute;
	top: 2px;
	left: 1053px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #DDEEFE;
	color: #386EB0;
}

.home-map-section
{
	background-color: #DAE5ED;
	padding-top: 75px!important;
	padding-bottom: 75px!important;
}
.home-map-section .col-sm-6:first-child
{
	padding-right: 140px;
}
.home-map-section h3
{
	color: #386EB0;
	font-weight: 400;
	font-size: 28px;
    line-height: 32px;
}
.home-map-section p
{
	margin-top: 75px;
	color: #386EB0;
}
.home-map-section .button:first-child
{
	background-color: #A1CA27;
}
.home-map-section .button
{
	margin-top: 75px;
	background-color: #386EB0;
	border-radius: 100px;
	border: none;
	color: #fff;
	text-transform: none;
	padding: 10px 35px;
}

.footer .head
{
	color: #386EB0;
	text-transform: none;
}
.footer .foot-menu > li a:hover
{
	color: #386EB0;
}
.footer .coltable.col2 > .col
{
    width: 45px;
    padding: 0 10px;
}
.footer, .copyright
{
    background-color: #fff!important;
    color: #666;
    border: none;
}
.copyright
{
	text-align: right;
}
.copyright p
{
    color: #386EB0;
}
.copyright a
{
	margin-left: 35px;
}
.copyright .fa-phone
{
	padding-right: 20px;
	font-size: 30px;
}
.copyright .button
{
    background-color: red;
    border: none;
    border-radius: 100px;
    padding: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
	margin-bottom: 55px;
}
.copyright .button:hover
{
    background-color: red;
}

/* Dropdown Menu */
ul.menu ul
{
    top: 50px;
}
ul.menu ul li
{
    background-color: #fff;
    border: none;
}
ul.menu ul li:hover, ul.menu ul li:hover a
{
    color: #386EB0!important;
}

/* Services Page */
.page-banner .col-sm-12
{
    padding: 0;
}
.page-banner .pb-row
{
    margin-top: 380px;
    background-color: rgba(255,255,255,0.8);
    padding: 50px 10%;
}

/* Fees page */
.fees-table-section table
{
    width: 100%;
    border: 2px solid #f1f1f1;
    border-collapse: collapse;
}
.fees-table-section table thead tr
{
    background-color: #F1F1F1;
}
.fees-table-section table tr
{
    background-color: #FFF;
    border-collapse: collapse;
}
.fees-table-section table tr:nth-child(2n)
{
    background-color: #f1f1f1;
}
.fees-table-section table tr th, .fees-table-section table tr td
{
    padding: 15px;
    text-align: left;
}

/* Contact Us */
.contact-details-section
{
    background: linear-gradient(90deg, #f1f1f1 0%, #f1f1f1 49.99%, #fff 50%, #fff 100%);
}
.contact-map-section .col-sm-12, .contact-map-section .col-sm-6
{
    padding: 0;
}
.contact-details-section .pb-block-content
{
    display: flex;
    flex-direction: column;
}
.contact-details-section .pb-block-content h3
{
    margin: 0;
    line-height: 1;
}
.contact-details-section .pb-block-content h2
{
    font-size: 20px;
    margin: 0 0 55px;
    font-weight: 300;
    color: #333;
}
.contact-details-section .pb-block-content .contact-title
{
    text-align: center;
}
.contact-details-section .pb-block-content .contact-details
{
    display: flex;
    flex-direction: row;
    color: #333;
}
.contact-details-section .pb-block-content .contact-details div
{
    width: auto;
    padding: 0 0 0 135px;
}
.contact-details-section .pb-block-content .contact-details div:last-child
{
    display: flex;
    flex-direction: column;
}
.contact-details-section .pb-block-content .contact-details span
{
    margin-right: 10px;
}
.contact-details-section .pb-block-content
{
    color: #333;
}
.contact-details-section .pb-block-content .contact-details a
{
    color: #333;
}
.contact-details-section .pb-block-content .contact-details a:hover
{
    text-decoration: none;
    color: #356CB1;
}

/* Forms */
.form-patient-enrollment-form p strong, .form-repeat-prescription-request p strong
{
    color: #FF0004;
}
.form-block
{
    border: none;
}

.about-us-section
{
    padding: 30px 160px;
}
.about-us-section .button
{
    padding: 35px;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.our-team .col-sm-4 .pb-block-type-text .pb-block-content
{
    padding-top: 25px;
    padding-bottom: 35px;
}

/* Services Landing Page */
.services-slider-section .col-sm-12
{
    padding: 0;
}
.services-slider-section .service-slide
{
    width: 100%;
    height: 600px;

    background-size: cover;
    background-position: center;
}
.services-slider-section .service-slide.ss-0
{
    background-image: url("images/home-banner.jpg");
}
.services-slider-section .service-slide.ss-1
{
    background-image: url("images/service images/acc-urgent.jpg");
}
.services-slider-section .service-slide.ss-2
{
    background-image: url("images/service images/cardiovascular.jpg");
}
.services-slider-section .service-slide.ss-3
{
    background-image: url("images/service images/diabetes.jpg");
}
.services-slider-section .service-slide.ss-4
{
    background-image: url("images/service images/iv-infusion.jpg");
}
.services-slider-section .service-slide.ss-5
{
    background-image: url("images/service images/maternity.jpg");
}
.services-slider-section .service-slide.ss-6
{
    background-image: url("images/service images/mens-health.jpg");
}
.services-slider-section .service-slide.ss-7
{
    background-image: url("images/service images/mental-health.jpg");
}
.services-slider-section .service-slide.ss-8
{
    background-image: url("images/service images/other-services.jpg");
}
.services-slider-section .service-slide.ss-9
{
    background-image: url("images/service images/paediatric-alt.jpg");
}
.services-slider-section .service-slide.ss-10
{
    background-image: url("images/service images/sexual-health.jpg");
}
.services-slider-section .service-slide.ss-11
{
    background-image: url("images/service images/skin-cancer.jpg");
}
.services-slider-section .service-slide.ss-12
{
    background-image: url("images/service images/travel.jpg");
}
.services-slider-section .service-slide.ss-13
{
    background-image: url("images/service images/well-child.jpg");
}
.services-slider-section .service-slide.ss-14
{
    background-image: url("images/service images/womens-health.jpg");
}
.ss-text
{
    position: relative;
    top: 33.33%;
    width: 50%;
    margin: 0 auto;

    text-align: center;
    padding: 35px;

    background-color: rgba(245,245,245,0.8);
}
.ss-text h3
{
    font-size: 42px;
    font-weight: 600;
}
.ss-text .button
{
    border-radius: 0;
    color: #fff;
    text-transform: none;
}
.ss-text .button:hover
{
    background-color: #EEAE14;
    border-color: #EEAE14;
}
.ss-buttons .col
{
    width: 14.28%;
    text-align: center;
    background-color: #eee;
    color: #666;
    padding: 10px 20px;
    font-size: 22px;
    vertical-align: middle;

    transition: all 0.2s ease-in-out 0s;
}
.ss-buttons .col:hover
{
    background-color: #386EB0;
    color: #fff;
}
.ss-buttons .active
{
    background-color: #386EB0;
    color: #fff;
}
.lSSlideOuter .lSPager.lSpg
{
    display: none;
}

/** Override CSS **/

ul.menu {
	width: unset;
}
ul.menu .menulink {
	letter-spacing: 0px;
	padding: 20px;
}
ul.menu .menulink:hover {
	background-color: #FCF3E2!important;
}
ul.menu ul {
	width: 250px;
	transform: translateX(-50%);
	left: 50%;
	top: 65px;
}
.header {
	padding: 0px;
}
.header-right .button:not(:first-child):not(:last-child),
.header-right .button:last-child,
.header-right .button:first-child {
	font-weight: 500;
	letter-spacing: 0px;
}
.header-right .button img {
	width: 35px;
	margin-right: 10px;
}
.header-right .button:first-child,
.header .frame .header-right .button:nth-child(2) {
	font-weight: 600;
	border: 1px solid #DDD;
}
.header-right .button:not(:last-child) {
	margin: 0px!important;
	margin-right: 5px!important;
}
.header-right .button:first-child:hover,
.header .frame .header-right .button:nth-child(2):hover {
	background-color: #EFB237;
	color: rgba(255,255,255,0.66);
	border-color: transparent;
}
.header-right .button .fa-phone {
	transition: all 0.2s ease-in-out 0s;
}
.header-right .button:hover .fa-phone {
	color: #FFF;
}
.header-right-alt {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.header-right-alt .wrap {
	display: flex;
	flex-direction: column;
}
.header-right-alt .wrap:not(:last-child) {
	margin-right: 5px;
}
.header-right-alt .wrap .button:not(:last-child) {
	margin-bottom: 5px;
}
ul.menu ul li {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #EEE;
}
ul.menu ul li::before {
	position: absolute;
	content: '';
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #386EB0;
	border-radius: 3px;
	z-index: 1;
	pointer-events: none;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
}
ul.menu ul li:hover::before {
	opacity: 1;
}
ul.menu ul li a {
	padding: 15px;
}
.home-banner-section h1 {
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 36px;
}
.home-banner-section p {
	font-family: "proxima-soft", "sans-serif";
	font-size: 18px;
	line-height: 21px;
}
.home-banner-section .pb-block-content *:last-child {
	margin-bottom: 0px;
}
.services-banner p {
	font-weight: 500;
}
.home-service-buttons h3 {
	font-weight: 500;
	letter-spacing: -1px;
}
.home-service-buttons .button {
	font-weight: 500;
	letter-spacing: 0px;
}
.map-wrapper {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.home-map-section h3 {
	font-weight: 600;
}
.home-map-section p,
.home-map-section .button {
	margin-top: 0px;
}
.home-map-section p {
	opacity: 0.66;
}
.home-map-section .button {
	margin-top: 15px;
}
.button.btn-variant-1 {
	background-color: #A1CA27;
	color: #FFF;
}
.button.btn-variant-1:hover {
	background-color: #EFB237;
}
.button {
	font-weight: 500;
	letter-spacing: 0px;
}
.home-map-section .button:first-child {
	margin-right: 10px;
}
.footer .head {
	letter-spacing: 0px;
	font-weight: 600;
}
.footer .foot-menu > li a {
	font-family: "proxima-soft", "sans-serif";
	letter-spacing: 0px;
	font-size: 16px;
}
.copyright .button {
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
}
.copyright .button:hover {
	transform: scale(1.1);
}
.copyright .fa-phone::before {
	transform: rotate(90deg);
	display: block;
}
.copyright a {
	margin-left: 20px;
}
.home-banner-section p {
	max-width: 600px;
}
.page-banner h1 {
	font-weight: 600;
	color: #386eb0;
	font-size: 36px;
	margin: 0px;
	text-transform: capitalize;
}
.frame {
	width: 1600px;
}
.page-banner .pb-row {
	padding: 50px 9%;
}
.footer {
	border-top: 1px solid #EEE!important;
}
.pad120 {
	padding: 120px 0px!important;
}
.content-section p,
.content-section li {
	font-family: "proxima-soft", "sans-serif";
	line-height: 24px;
	color: #386EB0;
	opacity: 0.75;
}
.content-section ul + * {
	margin-top: 15px;
}
.content-section {
	background-color: #EBF4FF;
}
.content-section .pb-block-content *:last-child {
	margin-bottom: 0px;
}
/* .form-section h2 {
	display: none;
} */
.form-section h3 {
	font-weight: 600;
}
.form-section .w100 p {
	font-size: 21px;
	font-weight: 600;
	color: #386eb0;
	margin: 0px;
}
.form-section input[type="text"],
.form-section input[type="number"],
.form-section input[type="password"],
.form-section textarea,
.form-section select {
	border-radius: 4px;
	padding: 12px;
	font-family: "proxima-soft", "sans-serif";
	font-weight: 400;
}
.form-section select {
	height: 45px;
	text-indent: 5px;
}
.form-section input[type="text"]:hover,
.form-section input[type="number"]:hover,
.form-section input[type="password"]:hover,
.form-section textarea:hover,
.form-section select:hover {
	border-color: #A1CA27;
	background-color: #F7FBEB;
}
.form-section .form-block .field label:not(.inline-input) {
	margin-bottom: 10px;
}
.form-section .form-block .field label {
	font-size: 14px;
	font-family: "proxima-soft", "sans-serif";
	color: #808080;
}
.form-section .form-block .field label.inline-input {
	display: flex;
	align-items: center;
}
.form-section .form-block .field label.inline-input input {
	margin-right: 5px;
}
.form-section hr {
	border-bottom: 1px solid #DDD;
}
.form-section.enrollment .field-group-48,
.form-section.enrollment .field-group-52,
.form-section.enrollment .field-group-56 {
	display: none;
}
.form-section.enrollment .field-group-69 {
	padding: 40px;
	background-color: #F8F8F8;
	border: 1px solid #EEE;
	margin-bottom: 20px;
	border-radius: 5px;
}
.form-section.enrollment .field-group-69 hr {
	margin: 15px 0px;
}
.form-section.enrollment .field-group-69 p {
	font-size: 14px;
	font-family: "proxima-soft", "sans-serif";
	font-weight: 400;
	color: #808080;
}
input[type="submit"], button {
	background-color: #386EB0;
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 12px 30px;
	font-weight: 500;
	font-family: "poppins", "sans-serif";
}
input[type="submit"]:hover, button:hover {
	border-radius: 100px;
	background-color: #A1CA27;
}
.h2, .h3, h2, h3 {
	font-weight: 600;
}
.section-variant-2, .row-container > .pb-section.section-variant-2 {
	background-color: #005E8F;
}
.acc-section *:last-child {
	margin-bottom: 0px;
}
.acc-section * {
	color: #FFF;
}
.acc-section {
	position: relative;
	z-index: 1;
}
.acc-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("images/ACC-Pattern-White.png");
	background-size: 65px;
	z-index: -1;
	pointer-events: none;
	opacity: 0.075;
	background-position: center;
}
.acc-block .pb-block-content {
	display: flex;
	align-items: center;
}
.acc-block img {
	margin-right: 20px;
	width: 100px;
}
.acc-block h2 {
	font-family: "proxima-soft", "sans-serif";
	font-weight: 700;
}
.fees-table-section.top {
	padding-top: 120px!important;
}
.fees-table-section.bottom {
	padding-bottom: 120px!important;
}
.table-info .green,
.table-info .yellow {
	padding: 5px 20px;
	border-radius: 50px;
	border: 1px solid #94BA23;
	background-color: #A1CA27;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #FFF!important;
}
.table-info .yellow {
	background-color: #EFB322;
	border: 1px solid #D1980F;
}
.table-info p {
	font-family: "proxima-soft", "sans-serif";
	color: #888;
}
.table-info {
	margin-bottom: 40px;
}
.fees-table-section table tr th {
	font-weight: 500;
	color: #356CB1;
	text-transform: capitalize!important;
	background-color: #EBF4FF;
}
.fees-table-section table {
	border: 0px;
}
.fees-table-section table tr th:first-child {
	width: 60%;
}
.fees-table-section table tr th:nth-child(2){
	width: 20%;
}
.fees-table-section table tbody tr td {
	font-family: "proxima-soft", "sans-serif";
	color: rgba(56,110,176,0.75);
	transition: all 0.2s ease-in-out 0s;
}
.fees-table-section table tbody tr:hover td {
	color: #8BAE21;
}
.fees-table-section table tbody tr:nth-child(odd):hover {
	background-color: #F7FBEB;
}
.fees-table-section table tbody tr:nth-child(even):hover {
	background-color: #F3F9E2;
}
.fees-table-section table tr:nth-child(2n) {
	background-color: #F1F7FF;
}
.fees-table-section table tr:not(:last-child) {
	border-bottom: 1px solid #CEDDF0;
}
.fees-table-section table tr {
	transition: all 0.2s ease-in-out 0s;
}
.about-us-section .button {
	border-radius: 100px;
	text-transform: capitalize;
	border: 0px;
}
.about-us-section .button:hover {
	background-color: #A1CA27;
}
.our-team img {
	border-radius: 5px;
	margin-bottom: 30px!important;
	display: table;
	transition: all 0.2s ease-in-out 0s;
	transform-origin: bottom;
	border: 2px solid transparent;
}
.our-team h4 {
	font-weight: 600;
}
.our-team h4 .cert {
	background-color: #A1CA27;
	color: #FFF;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
}
.our-team .col-sm-2-4:hover img {
	transform: perspective(1000px) rotateX(8deg) scale(1.05);
	border: 2px solid #A1CA27;
}
.our-team .col-sm-2-4 {
	transition: all 0.2s ease-in-out 0s;
}
.our-team:hover .col-sm-2-4 {
	opacity: 0.75;
}
.our-team .col-sm-2-4:hover {
	opacity: 1;
}
.contact-details-section {
	background: linear-gradient(90deg, #EBF4FF 0%, #EBF4FF 49.99%, #fff 50%, #fff 100%);
}
.contact-details-section .pb-block-content h2 {
	font-family: "proxima-soft", "sans-serif";
	color: rgba(56,110,176,0.75);
	font-weight: 400;
}
.contact-details-section p {
	font-family: "proxima-soft", "sans-serif";
	font-weight: 400;
}
.contact-details-section .col-sm-6:first-child p {
	color: rgba(56,110,176,0.75);
}
.contact-details-section .col-sm-6:last-child p {
	color: #808080;
}
.button.btn-variant-2 {
	background-color: #386EB0;
	border: 0px;
	border-radius: 100px;
	color: #FFF!important;
	padding: 10px 22px;
	text-align: center;
}
.button.btn-variant-2:hover {
	background-color: #A1CA27!important;
}
.button.btn-variant-3 {
	background-color: #e8a531;
}
.button.btn-variant-3:hover {
	background-color: #386EB0;
}
.button.btn-variant-4 {
	border: 2px solid #808080;
	background-color: transparent;
	color: #808080;
}
.button.btn-variant-4 span {
	color: #f1b424;
}
.button.btn-variant-4:hover {
	border-color: #f1b424;
	background-color: #f1b424;
	color: #FFF;
}
.button.btn-variant-4:hover span {
	color: #FFF;
}
.contact-details-section .button {
	border-radius: 100px;
	color: #FFF!important;
	padding: 12px 22px;
	text-align: center;
	border: 0px;
}
.contact-details-section .button:not(:last-child) {
	margin-bottom: 10px;
}
.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care {
	position: relative;
}
.home-button-section .service-logo span {
	top: 0;
	left: 0;
}
.footer .frame {
	display: flex;
}
.footer .coltable,
.footer .copyright {
	flex: 50% 1 1;
}
.footer .coltable {
	display: flex;
}
.footer .coltable .col {
	flex: 33.33% 1 1;
}
.contact-map-section .map-wrapper {
	border-radius: 0px;
}
.ss-buttons .coltable.col7,
.ss-buttons .coltable.col7 .col {
	display: flex;
}
.ss-buttons .coltable.col7 .col {
	align-items: center;
	justify-content: center;
	padding: 30px;
	cursor: pointer;
	border: 0.5px solid #DDD;
	position: relative;
}
.ss-buttons .coltable.col7 .col::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px solid #FFF;
	border-radius: 3px;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.ss-buttons .coltable.col7 .col:hover::before {
	opacity: 1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.ss-text .button {
	border-radius: 100px;
	padding: 12px 22px;
}
.ss-text .button:hover {
	background-color: #A1CA27;
	border-color: #A1CA27;
}
.ss-buttons .coltable.col7 .col:hover {
	border-color: #386EB0;
}
.ss-buttons .coltable.col7 .col p {
	font-size: 18px;
	margin: 0px;
	font-weight: 500;
}
.lSAction>a {
	background-image: none!important;
	height: 40px!important;
	width: 40px!important;
	border-radius: 100px;
	background-color: #FFF;
	border: 2px solid #DDD;
	color: #808080;
	opacity: 1!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s!important;
}
.lSAction>a:hover {
	background-color: #A1CA27;
	color: #FFF;
	border-color: #87AA20;
}
.lSAction>a::before {
	content: '\f054';
	font-family: "Font Awesome\ 5 Pro";
}
.lSAction>.lSPrev::before {
	content: '\f053';
}
.lSAction>.lSPrev {
	left: 40px!important;
}
.lSAction>.lSNext {
	right: 40px!important;
}
.fees-table-section.condensed .pb-block:not(.table-info):not(:last-child) {
	padding-bottom: 60px;
}
.fees-table-section.condensed {
	border-top: 1px solid #EEE;
}
.hours {
	background-color: #f1b424;
	border-bottom: 1px solid #DDD;
	padding: 8px;
}
.hours * {
	font-family: "proxima-soft";
}
.hours p {
	margin: 0px;
	font-size: 18px;
	font-family: "proxima-soft";
	color: #FFF;
	text-align: right;
}
.hours .eastside {
	margin-left: 10px;
}
.contact-details-section .contact-hours h3 {
	margin-bottom: 15px;
	margin-top: 40px;
}
.title-row.team {
	margin-bottom: 30px;
}
.our-team .title-row.team:not(:first-child) {
	margin-top: 30px;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: 185px!important;
	z-index: 1000!important;
}
.bx-wrapper {
	margin: 0px!important;
}
.slider-wrapper .slide-inner {
	display: flex;
	align-items: flex-end;
}
.slider-wrapper .slide-cell {
	width: 100%;
	text-align: left;
	background-color: rgba(255,255,255,0.6);
}
.banner h1 {
	font-weight: 600;
    letter-spacing: -1px;
    font-size: 36px;
	text-transform: capitalize!important;
	color: #444;
}
.slider-wrapper > .slide-overlay {
	color: #444;
}
.navigation {
	z-index: 100000;
	position: relative;
}
.slider-wrapper .slide-image {
	background-position: center;
}
.ss-buttons .coltable.col7 .col {
	position: relative;
}
.ss-buttons .coltable.col7 .col a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner h1 {
	margin-bottom: 0px!important;
}
.story-section .button {
	border-radius: 100px;
	text-transform: capitalize;
}
.story-section .button.btn-variant-3 {
	color: #FFF;
	padding: 10px 22px;
}
.story-section .button-wrapper {
	margin-top: 40px;
}
.covid-banner {
	position: relative;
	z-index: 1;
	display: flex;
    align-items: center;
    justify-content: center;
    background: repeating-linear-gradient(136deg, #f9cf00 0px, #f9cf00 80px, #FFF 80px, #FFF 160px);
    padding: 15px;
    text-decoration: none;
    color: #000;
    flex-direction: column;
}
.covid-banner a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.covid-banner h3,
.covid-banner p {
	color: #333;
	margin: 0px;
	text-align: center;
}
.covid-banner p {
	font-size: 14px;
}
.covid-row {
	background: repeating-linear-gradient(136deg, #f9cf00 0px, #f9cf00 80px, #FFF 80px, #FFF 160px);
	border-radius: 10px;
	padding: 80px 0px;
}
.covid-row > .col-sm-12 {
	background-color: #FFF;
	padding: 40px 0px;
}

.signature-box {
    transition: all 0.5s ease-in-out 0s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	overflow: hidden;
}
.form-wrapper.form-post .signature-box {
	display:block;
}
.signature-box.highlight {
    border-color: #5cb85c;
    border-style: solid;
}
.signature-box.is-signed {
    border: 2px solid #EEE;
	border-radius: 5px;
}
.signature-box canvas {
	transition: border-color 0.2s ease-in-out 0s;
    border: 2px solid #F16466;
	border-radius: 5px;
}
.signature-box canvas:hover {
	border-color:#C00;
}

/* CUSTOM CSS */
.margin-bottom-50{
	margin-bottom: 50px;
}

/******RESPONSIVE OVERRIDE*****/

@media screen and (max-width:1600px) {
	.frame {
		width: 1440px;
	}
}
@media screen and (max-width:1440px) {
	iframe {
		width:100% !important;
	}
	.frame {
		width: 1280px;
	}
    .home-banner-content
    {
        padding: 40px 10%;
    }
    .home-banner-section h1
    {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .home-banner-section p
    {
        font-size: 14px;
    }
    .home-service-buttons .coltable.col3 > .col:first-child
    {
        padding-right: 30px;
    }
    .home-service-buttons .coltable.col3 > .col:last-child
    {
        padding-left: 30px;
    }
    .home-service-buttons .coltable.col3 > .col
    {
        padding: 0 15px;
    }
	.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care
	{
		height: 450px;
		padding-top: 260px;
	}
	.home-service-buttons .onsite .button, .home-service-buttons .general-practice .button, .home-service-buttons .urgent-care .button
	{
		padding: 15px 55px;
        margin-top: 15px;
	}
    .home-map-section p
    {
        margin-top: 42px;

    }
	.footer .coltable {
		flex: 66.66% 1 1;
	}
	.contact-details-section .pb-block-content .contact-details div:last-child {
		padding-left: 0px;
	}
	.ss-buttons .coltable.col7 .col {
		padding: 30px 20px;
	}
	.header-right .button {
		font-size: 13px;
	}
	.header .coltable.col2 .logo-wrap {
		width: 35%;
	}
}
@media screen and (max-width:1280px) {
	iframe {
		width:100% !important;
	}
	.frame {
		width: 100%;
	}
    .home-banner-content
    {
        padding: 40px 10%;
    }
    .home-banner-section h1
    {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .home-banner-section p
    {
        font-size: 14px;
    }
    .services-banner p
    {
        margin-top: 200px;
    }
    .home-service-buttons .coltable.col3 > .col:first-child
    {
        padding-right: 30px;
    }
    .home-service-buttons .coltable.col3 > .col:last-child
    {
        padding-left: 30px;
    }
    .home-service-buttons .coltable.col3 > .col
    {
        padding: 0 15px;
    }
	.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care
	{
		height: 430px;
		padding-top: 250px;
	}
	.home-service-buttons .onsite .button, .home-service-buttons .general-practice .button, .home-service-buttons .urgent-care .button
	{
		padding: 15px 55px;
        margin-top: 15px;
	}
    .home-map-section p
    {
        margin-top: 42px;
    }
	.logo {
		height: 100px;
	}
	.header,
	.navigation {
		padding: 0px 20px;
	}
	.home-button-section {
		padding: 40px;
	}
	.home-map-section {
		padding: 40px;
	}
	.footer {
		padding: 70px;
	}
	.footer .copyright {
		flex: 33.33% 1 1;
	}
	.page-banner .pb-row {
		padding: 50px 70px;
	}
	.pad120,
	.fees-table-section.top {
		padding: 70px!important;
	}
	.fees-table-section {
		padding: 0px 70px 70px!important;
	}
	.acc-section {
		padding: 40px 70px!important;
	}
	.contact-details-section .pb-block-content .contact-details div:first-child {
		padding-left: 90px;
	}
	.contact-details-section .pb-block-content .contact-details div:last-child {
		padding-right: 90px;
	}
	.services-slider-section {
		padding: 0px!important;
	}
	.header {
		padding: 20px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.home-banner-content {
		margin-top: 300px;
	}
	.services-banner.pb-section,
	.home-banner-section.pb-section {
		padding: 0px;
	}
	.footer .frame {
		flex-direction: column;
    	align-items: center;
	}
	.footer .coltable {
		text-align: center;
	}
	.home-map-section .col-sm-6:first-child {
		padding-right: 15px;
	}
	.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care {
		height: 360px;
		padding-top: 200px;
	}
	.page-banner {
		padding: 0px!important;
	}
	.content-section .col-sm-12 {
		padding: 0px;
	}
	.page-banner {
		background-size: cover!important;
	}
	.our-team .pb-row {
		display: flex;
		flex-wrap: wrap;
	}
	.our-team .pb-row .col-sm-2-4 {
		flex: 33.33% 0 0;
		margin-bottom: 30px;
	}
	.contact-map-section {
		padding: 0px!important;
	}
	.contact-details-section .pb-block-content .contact-details {
		flex-direction: column;
	}
	.contact-details-section .pb-block-content .contact-details div {
		width: 100%;
	}
	.contact-details-section .pb-block-content .contact-details div:last-child,
	.contact-details-section .pb-block-content .contact-details div:first-child {
		padding: 0px 70px;
	}
	.contact-details-section p {
		text-align: center;
	}
	.contact-details-section.pad120 {
		padding: 120px 0px!important;
	}
	.ss-text h3 {
		font-size: 24px;
	}
	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
		bottom: 275px!important;
	}
	.header-right {
		flex-wrap: wrap;
	}
	.header {
		padding: 20px;
	}
	.slider-wrapper .slide-cell {
		text-align: center;
	}
	.header .button {
		font-size: 14px;
	}
}
@media screen and (max-width:800px) {

    ul.menu .menulink
    {
        font-size: 16px;
        padding-left: 11px;
        padding-right: 11px;
    }
    ul.menu
    {
        width: 100%;
    }
    .home-banner-content
    {
        padding: 30px;
        margin-top: 230px;
		text-align: center;
    }
	.home-banner-content .col-sm-8 {
		width: 100%;
	}
    .home-banner-section h1
    {
        font-size: 22px;
    }
    .home-banner-section p
    {
        font-size: 14px;
		max-width: unset;
    }
    .row-container > .pb-section
    {
        padding: 0;
    }
    .services-banner p
    {
        margin-top: 100px;
    }
    .services-banner
    {
        height: unset;
    }
    .home-service-buttons .coltable.col3 > .col:first-child
    {
        padding-right: 16px;
    }
    .home-service-buttons .coltable.col3 > .col:last-child
    {
        padding-left: 16px;
    }
    .home-service-buttons .coltable.col3 > .col
    {
        padding: 0 8px;
    }
	.home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care
	{
		height: 280px;
		padding-top: 150px;
	}
	.home-service-buttons .onsite .button, .home-service-buttons .general-practice .button, .home-service-buttons .urgent-care .button
	{
		padding: 12px 25px;
        margin-top: 6px;
	}
    .home-service-buttons h3
    {
        font-size: 22px;
    }
    .row-container > .pb-section.home-button-section
    {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .home-map-section .col-sm-6:first-child
    {
        padding-right: 0;
    }
    .home-map-section
    {
        padding-top: 75px!important;
        padding-bottom: 75px!important;
    }
    .footer .coltable.wrap
    {
        display: flex;
        flex-direction: column;
    }
    .footer .coltable.col2 > .col
    {
        width: 50%;
        text-align: center;
    }
    .foot
    {
        width: 100%!important;
    }
    .copyright
    {
        width: 100%!important;
        padding-top: 75px!important;
        text-align: center;
    }
	.logo {
		max-width: 250px;
	}
	.header .frame .logo-wrap {
		width: 70%;
	}
	.footer .coltable {
		flex-direction: column;
	}
	.footer .coltable .col,
	.footer .foot-menu {
		padding: 0px!important;
	}
	.footer .coltable .col:not(:last-child) {
		margin-bottom: 40px;
	}
	.page-banner h1,
	.content-section {
		text-align: center;
	}
	.page-banner .pb-row {
		margin-top: 250px;
	}
	.content-section li {
		list-style-position: inside;
	}
	.acc-block .pb-block-content {
		justify-content: center;
	}
	.about-us-section .pb-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.about-us-section .col-sm-4,
	.about-us-section .col-sm-8 {
		width: 100%;
		display: block;
		text-align: center;
	}
	.about-us-section .col-sm-4 {
		margin-top: 40px;
	}
	.ss-buttons .coltable.col7 {
		flex-wrap: wrap;
	}
	.ss-buttons .coltable.col7 .col {
		flex: 33% 1 1;
	}
	.hours p {
		font-size: 14px;
	}
	.header .column .coltable {
		flex-direction: column;
		align-items: center;
	}
	.header-right-alt {
		margin: unset;
	}
	.header .coltable.col2 .logo-wrap {
		width: 66%;
	}
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
    .home-banner-content
    {
        padding: 10px 2%;
        margin-top: 92px;
    }
    .home-banner-section h1
    {
        line-height: 22px;
        font-size: 22px;
        margin: 0 0 4px;
    }
    .home-banner-section p
    {
        margin: 0;
        line-height: 14px;
    }
    .row-container .pb-block > .pb-block-content
    {
        margin: 0!important;
    }

    .header .coltable
    {
        display: flex;
        flex-direction: column;
    }
    .header .logo-wrap, .header-right
    {
        text-align: center;
    }
    .header .logo-wrap{
		padding-bottom: 15px;
	}
    .header-right .button:first-child
    {
        padding: 8px 18px;
        margin: 0 60px;
    }
    .header-right .button:not(:first-child):not(:last-child)
    {
        margin: 0;
        margin-right: 20px;
        padding: 8px 18px;
    }
    .header-right .button:last-child
    {
        padding: 8px 18px;
    }
    .row-container > .pb-section.home-button-section
    {
        padding-top: 25px!important;
    }
    .services-banner .transparency
    {
        background-color: unset;
    }
    .bg-image-PMZJHWdZ
    {
        background-size: 155%!important;
    }
    .services-banner p
    {
        padding-top: 175px!important;
        margin-top: unset!important;
    }
    .home-service-buttons .coltable.col3 > .col
    {
        padding: 0!important;
    }
    .home-service-buttons .onsite, .home-service-buttons .general-practice, .home-service-buttons .urgent-care
    {
        height: 400px;
        padding-top: 255px;
    }
    .home-service-buttons h3
    {
        font-size: 28px;
    }
    .home-service-buttons .onsite .button, .home-service-buttons .general-practice .button, .home-service-buttons .urgent-care .button
    {
        padding: 15px 55px;
        margin-top: 20px;
    }
    .home-service-buttons .coltable.col3 > .col:not(:first-child)
    {
        padding-top: 35px!important;
    }
    .home-map-section .pb-row.row.pb-row-column-2
    {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-map-section .button-wrapper
    {
        text-align: center;
    }
    .home-map-section .button
    {
        margin-top: 35px;
    }
    .home-map-section .col-sm-6:first-child
    {
        padding: 0;
        padding-top: 35px;
    }
    .copyright a
    {
        margin-left: 0;
    }
    .copyright .button
    {
        padding: 30px;
        font-size: 18px;
        font-weight: 500;
    }
	.header-right {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.header-right .button:not(:first-child):not(:last-child) {
		margin: 0px;
	}
	.header-right .button {
		width: 100%;
	}
	.header-right .button:not(:last-child),
	.home-map-section .button {
		margin-bottom: 5px!important;
	}
	.navigation {
		padding: 0px;
		margin-top: 10px;
		border-top: 1px solid #DDD!important;
	}
	.footer {
		padding: 40px;
	}
	.copyright .button {
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.copyright p {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.home-banner-content {
		margin-top: 175px;
		padding: 20px;
	}
	.home-banner-section {
		background-size: cover!important;
	}
	.home-banner-section p {
		line-height: 18px;
	}
	.home-banner-section h1 {
		margin-bottom: 15px;
	}
	.home-map-section {
		padding: 40px!important;
		text-align: center;
	}
	.home-map-section .button {
		margin: 0px;
		width: 100%;
	}
	.home-map-section .button-wrapper {
		margin-top: 30px;
	}
	.acc-block .pb-block-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.acc-block img {
		margin: 0px;
		margin-bottom: 20px!important;
	}
	.pad120, .fees-table-section.top {
		padding: 40px!important;
	}
	.fees-table-section {
		padding: 0px 40px 40px!important;
	}
	.fees-table-section .col-sm-12 {
		padding: 0px;
		text-align: center;
	}
	.our-team .pb-row .col-sm-2-4 {
		flex: 100% 0 0;
	}
	.our-team .pb-row .col-sm-2-4:last-child {
		margin: 0px;
	}
	.contact-details-section.pad120 {
		padding: 40px!important;
		background: none;
	}
	.contact-details-section .pb-block-content .contact-details div:last-child, .contact-details-section .pb-block-content .contact-details div:first-child {
		padding: 0px;
	}
	.contact-details-section .pb-block-content h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.contact-details-section .col-sm-6:first-child .button:last-child,
	.contact-details-section .pb-block-content h2 {
		margin-bottom: 40px;
	}
	.ss-buttons .coltable.col7 .col {
		flex: 100% 1 1;
	}
	.lSAction>.lSPrev,
	.lSAction>.lSNext {
		top: 90%!important;
	}
	.ss-text,
	ul.menu ul {
		width: 100%;
	}
	.hours p {
		text-align: center;
	}
	.hours p span {
		display: block;
	}
	.banner h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.slider-wrapper .slide-cell {
		text-align: center;
		padding: 14px 30px;
	}
	.bx-viewport {
		height: 690px!important;
	}
	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
		bottom: 265px!important;
	}
	.header-right .button:last-child {
		justify-content: center;
	}
	.header-right-alt {
		flex-direction: column;
	}
	.header-right-alt .wrap:not(:last-child) {
		margin: 0px;
		margin-bottom: 5px;
	}
	.header-right-alt .button,
	.header-right-alt .wrap,
	.header-right-alt {
		width: 100%;
	}
}



/* Job Listing Page CSS Updates */

.post-type-job_listing p {
	line-height: 24px;
}
.post-type-job_listing ul li {
	list-style-position: inside;
	line-height: 24px;
}
.post-type-job_listing .form {
	padding: 40px 20px;
	border: 2px solid #386EB0;
	border-radius: 20px;
}
.post-type-job_listing .body {
	padding: 0px;
}
.post-type-job_listing .section-job-description {
	padding: 80px 0px;
}
.post-type-job_listing .section-job-description .pb-row {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 60px;
	row-gap: 40px;
}
.post-type-job_listing .section-job-description .pb-column {
	flex: 1 1 45%;
	max-width: unset;
}
.post-type-job_listing .section-job-description .pb-column:first-child {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.post-type-job_listing .section-job-description .pb-column:first-child .desc {
	padding: 0px;
}
.post-type-job_listing .section-job-description .pb-column:first-child .desc *:last-child,
.post-type-job_listing .section-job-description .pb-column:first-child .job-specs * {
	margin-bottom: 0px;
}
.post-type-job_listing .section-job-description .job-specs {
	background-color: #e7e7e7;
	border-radius: 10px;
	margin: 0px;
	padding: 20px;
}
.post-type-job_listing .section-job-description .job-specs .col-md-6 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex: 1 1 100%;
	max-width: 100%;
	align-items: center;
}
.post-type-job_listing .section-job-description .job-specs * {
	color: #333;
}
.post-type-job_listing .section-job-description .job-specs .label {
	font-size: 20px;
	font-family: var(--font-heading);
	font-weight: 600;
}
.post-type-job_listing .job-listing-header {
	padding: 60px 0px;
	min-height: 350px;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-type-job_listing .job-listing-header::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: #000;
	opacity: 0.25;
	pointer-events: none;
	z-index: -1;
}
.post-type-job_listing .job-listing-header h1 {
	color: #fff;
}
.post-type-job_listing .section-job-description input {
	color: #000;
}
.post-type-job_listing .section-job-description input:hover,
.post-type-job_listing .section-job-description input:focus {
	border-color: #386eb0;
}

.post-type-job_listing ul {
	margin-bottom: 15px;
}
@media screen and (max-width:1000px) {
	.post-type-job_listing .section-job-description .pb-row {
		flex-direction: column;
	}
}
@media screen and (max-width:600px) {
	.post-type-job_listing .job-listing-header {
		padding: 60px 0 20px;
		min-height: 250px;
	}
	.post-type-job_listing .section-job-description {
		padding: 40px 0px;
	}
}
