/*
	Theme Name: Impact Base
	Version: 1.1
	Last Updated : April 2024
	Author: Impact Marketing
*/
/*------------------------------------*\
    Template Lines - DELETE
\*------------------------------------*/


/*------------------------------------*\
    COLORS
\*------------------------------------*/


:root {
  --main: #0c4173;        /* Navy Blue — rgba(12, 65, 115, 1) */
  --secondary: #081826;   /* Dark Navy — rgba(8, 24, 38, 1) */
  --tertiary: #e39e43;    /* Orange — rgba(227, 158, 67, 1) */

  --bright-light: #f3f7f7;
  --light-bg: #f0fdfd;  /*--------  rgba(240, 253, 253, 1)  --------*/
  --light-grey: #f5f5f5;/*--------  rgba(245, 245, 245, 1)  --------*/
  --section-bg: #dafaf5; /*-------- rgba(243, 247, 247, 1) --------*/

  --text-color: #081826;       /*--------  rgba(118, 110, 110, 1)  --------*/

  --bs-box-shadow: 0px 1px 2px 1px rgba(43, 171, 160, 0.14);
  --bs-box-shadow-lg: 0px 20px 40px 0px rgba(43, 171, 160, 0.08);
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-hover-color: #00CFC3;
  --bs-link-hover-color-rgb: 0,207,195;
  --bs-highlight-bg: var(--bs-primary);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #C9CED3;
  --bs-border-radius: 24px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 30px;
  --bs-border-radius-pill: 100%;
  --bs-body-color-rgb: 81,86,93;
  --bs-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

:root {
  /* --header-font: 'Oswald', sans-serif; */
  --header-font: 'Jost', sans-serif;
  --text-font: 'Jost', sans-serif;
}


 /* Wordpress Admin Editing Bar */
 div#wpadminbar {
  display: none;
}

/*
* {
  outline: 1px solid red !important;
}*/

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

html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.pageWrap {
    background-color: #fff;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
.pageContain {
    background-color: white;
}
.copyrightWrap {
    background-color: #ececec;
    padding: 7px 0px;
    font-size: 12px;
}
footer {
    background-color: #ececec;
}
.footerContainer {
    min-height: 140px;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}


body {
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
/* header */
.header {}
/* logo */
.logo {}
.logo-img {}
/* nav */
.nav {}
/* sidebar */
.sidebar {}
/* footer */
.footer {}
::selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: var(--main);
    color: #FFF;
    text-shadow: none;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--main);
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pageinsers.position-center-center {
	left: 50%;
	position: absolute;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
body {
    max-width: 100vw;
    overflow-x: hidden;
    display: block;
    float: left;
    width: 100%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
  margin-top: 0!important;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*------------------------------------*\
    THEME CSS
\*------------------------------------*/

.menuWrap {
    display: block;
    float: left;
    width: 100%;
}
ul#menu-main-menu {
    list-style: none;
}
ul#menu-main-menu > li {
    float: left;
    display: inline-block;
}

footer {
    float: left;
    width: 100%;
}
.CWRight {
    text-align: right;
}
ul#menu-main-menu {
    padding: 0px;
}
.barsWrap {
    display: block;
    height: auto;
    float: left;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}

footer {
    float: left;
    width: 100%;
}
.CWRight {
    text-align: right;
}

.barsWrap {
    display: block;
    height: auto;
    float: left;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}
/*======= Team Module =======*/
.team-content {
    padding: 0 25px !important;
}
.team-content h1 {
    font-size: 2.2em;
    margin-top: 40px;
}
@media screen and (max-width:991px) {
    .team-content {
        padding: 30px 15px !important;
    }
    .team-content h1 {
        margin-top: 0;
    }
}
/*======= END TEAM MODULE =======*/
/*
      _____                            _
      \_   \_ __ ___  _ __   __ _  ___| |_
       / /\/ '_ ` _ \| '_ \ / _` |/ __| __|
   /\/ /_ | | | | | | |_) | (_| | (__| |_
  \____/ |_| |_| |_| .__/ \__,_|\___|\__|
                   |_|
*/
/* ==== GENERNAL ==== */
body, html {
    height: 100%;
}
html {
    height: auto;
}
body {
    background-color: #fff;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}
/* IE7 */
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
a {
    text-decoration: none !important;
    font-family: var(--header-font);
    color: var(--tertiary);
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

.color-theme {
  color: var(--main)!important;
}

input,
select,
textarea,
select {
    border: none;
    width: 100%;
    height: 30px;
    background-color: var(--light-grey);
    padding: 0 40px;
}

.white {
  color: #ffffff!important;
}

.white p {
  color: #ffffff!important;
}

.main-blue {
  color: var(--main)!important;
}

.yellowish {
  color: var(--yellow)!important;
}
/* ==== Global ==== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
}

dl, ol, ul {
    font-family: var(--text-font);
}

h1 {
  display: block;
  font-size: 50px;
  font-family: var(--header-font);
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  -moz-transform: matrix( 0.999539992595,0,0,1,0,0);
  -webkit-transform: matrix( 0.999539992595,0,0,1,0,0);
  -ms-transform: matrix( 0.999539992595,0,0,1,0,0);
}

h2 {
  display: block;
  font-size: 44px;
  font-family: var(--header-font);
  color: var(--main);
  font-weight: 900;
  line-height: 1.136;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

h3 {                            /* ==== Welcome Header ==== */
  font-size: 26px;
  font-family: var(--text-font);
  font-weight: 700;
  color: var(--main);
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
    display: block;
    font-size: 20px;
    font-family: var(--header-font);
    color: var(--tertiary);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;  
    font-style: ;
}

h5 {                            /* ==== Blue Words under First section ==== */
    display: block;
    font-size: 1.8rem;
    color: var(--main);
    margin-top: 0.5rem;
    margin-bottom:0.5rem;
    margin-left: 0;
    line-height: 1;
    margin-right: 0;
    font-weight: bold;
}
h6 {                            /* ==== Italic Header for doctor intro ==== */
    display: block;
    font-size: 1.4rem;
    text-align: left;
}
p {
    font-size: 16px;
    font-family: var(--text-font);
    color: var(--text-color);
    line-height: 1.6;
    font-weight: 400;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #ffffff !important;
}

/*------------------------------------*\
    SIZING
\*------------------------------------*/


.clear {
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.offset-middle {
  margin: 0 auto;
}

@media only screen and (max-width:768px){
    [class*=width-],
    .width-1,
    .width-10,
    .width-11,
    .width-12,
    .width-2,
    .width-3,
    .width-4,
    .width-5,
    .width-6,
    .width-7,
    .width-8,
    .width-9 {
        width: 100%;
    }

    [class*=offset-] {
        margin-left: 0;
    }

    [class*=push-],
    [class*=pull-] {
        position: static;
        left: 0;
        right: 0;
    }

    .flex.v-align-middle {
        display: block;
    }
}


.section-block {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-block.smaller {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-block.small {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.section-block {
    position: relative;
    z-index: 1;
}

.section-blockVideo {
    padding-top: 7rem;
    padding-bottom: 0;
}



.column>:first-child,
.row {
    margin-top: 0;
}

.row,
.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-bottom: 0;
}

.column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}

.text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.v-align-top {
    align-self: flex-start!important;
    vertical-align: top!important;
}

.v-align-bottom {
    align-self: flex-end!important;
    vertical-align: bottom!important;
}

.hide {
    display: none!important;
    visibility: hidden!important;
}

.show {
    display: block!important;
    visibility: visible!important;
}

.inline-block {
    display: inline-block!important;
}

.inline-block_1 {
  display: inline-block!important;
  width: 50%;
}



.mobile .hide-on-mobile,
.mobile .hide-on-mobile * {
    display: none!important;
    visibility: visible!important;
}

.no-margins {
    margin: 0!important;
}

.no-margin-top {
    margin-top: 0!important;
}

.no-margin-right {
    margin-right: 0!important;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-margin-left {
    margin-left: 0!important;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.no-padding-bottom {
    padding-bottom: 0!important;
}

.no-padding-left {
    padding-left: 0!important;
}

.overflow-visible {
    overflow: visible!important;
}

.no-scroll {
    overflow: hidden!important;
}

.clear-height {
    height: auto!important;
}

.full-width {
    width: 100%!important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
/*=======================================================
      TOP BAR
========================================================*/

.facebook-link i {
  font-size: 1.65rem;
  color: white;
  transition: opacity 0.3s;
}

.facebook-link:hover i {
  color: var(--tertiary);
}

.col-sm-6.text-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.top-bar {
	height: 40px;
  background: var(--secondary);
}
.top-bar p {
	line-height: 40px;
	margin: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
}



.top-bar .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}







/*=======================================================
      HEADER
========================================================*/
header {
	width: 100%;
	z-index: 999;
	background: none;
	padding: 0px 0;
	position: relative;
	position: relative;
	background: #fff;
}
.header {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
}
header .container {
	position: relative;
}
header .navbar {
	border: none;
	margin: 0px;
	position: static;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	float: right;
	min-height: inherit;
}
header #menu-main-menu {
	padding: 0px;
	margin: 0px;
}
header .logo {
	float: left;
  width: 250px;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

div#undefined-sticky-wrapper header .logo {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 225px;
}

div#undefined-sticky-wrapper.is-sticky header .logo {
  padding-top: 0;
}

header .logo img {
	z-index: 3;
	position: relative;
}

.sticky-wrapper {
  float: none!important;
  width: 100%;
  background: var(--main);
}

header .sticky {
	left: 0px;
}

.head-info ul {
  display: inline-block;
  margin-bottom: 0;
}
/*
.head-info ul {
  display: flex;
}
*/
header .is-sticky .sticky {
	background: var(--main);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.white-header .is-sticky .sticky {
	background: var(--main);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header .navbar {
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar ul#menu-main-menu > li {
	display: inline-block;
	margin: 0;
	position: relative;
    padding: 0px 20px 0px 20px;;
}
header .sticky {
	width: 100%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.navbar-collapse {
	padding: 0px;
	float: left;
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.ownmenu {
	float: left;
}
.nav-right i {
	font-size: 14px;
}
.nav-right li {
	padding: 0 0px;
	margin: 0 10px !important;
}
.nav-right {
	float: right;
	position: relative;
	margin-left: 30px;
	margin-top: 22px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.row.flexingPositions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar ul#menu-main-menu > li.current-menu-item > a::before,
header .navbar ul#menu-main-menu > li.current-menu-parent > a::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 75%; /* adjust as needed */
    background: white;
    content: "";
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li.current-menu-item > a,
div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li.current-menu-parent > a {
	color: white;
}

header.full-head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	background: rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
header.full-head .sticky {
	padding: 0 50px;
}
header.white-header .logo {
	border-right: 1px solid rgba(255,255,255,0.2);
}
header.white-header .nav-right {
	border-left: 1px solid rgba(255,255,255,0.2);
}
header.white-header .navbar ul#menu-main-menu > li a {
	color: #fff;
}
header.full-head .ownmenu .menu-item-has-children.megamenu ul.sub-menu {
	padding: 0px;
}
.menu-left .navbar {
	float: none;
	display: block;
}
.navbar-nav > li:hover > ul.sub-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>ul.sub-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>ul.sub-menu {
	display: block;
}
.dropdown-submenu>a:after {
	content: "\e876";
	float: right;
	font-family: 'Linearicons-Free';
	color: #fff;
	font-size: 8px;
	margin: 0px;
	position: absolute;
	right: 30px;
}
.dropdown-submenu>a:hover:after {
	color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>ul.sub-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.multi-level .dropdown-submenu ul.sub-menu {
	display: none !important;
	margin-top: 0px;
}
.multi-level .dropdown-submenu:hover ul.sub-menu {
	display: block !important;
}
header .is-sticky .sticky .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-right li a:before {
	display: none;
}
.header-style-2 {
	position: relative;
}
/* .head-info {
	float: right;
} */
.head-info ul#menu-main-menu > li {
	list-style: none;
	float: left;
  display: flex;
	margin-left: 35px;
}
.head-info ul#menu-main-menu > li svg {
  height: 33px;
  width: 33px!important;
  border-radius: 50%;
  display: table-cell;
  vertical-align: top;
  background: var(--main);
  text-align: center;
  line-height: 33px;
  padding: 8px;
  color: #fff;
  margin-right: 10px;
  float: left;
  margin-top: 0px;
  font-size: 1.2rem;
}
.head-info ul#menu-main-menu > li p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: table-cell;
	font-family: var(--text-font);
}
.head-info li p span {
	display: inline-block;
	width: 100%;
}
.header-style-2 .navbar ul#menu-main-menu > li > a {
  padding: 20px 0px 10px 0px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  float: left;
  color: var(--main);
  font-family: var(--text-font);
  text-transform: uppercase;
}

div#undefined-sticky-wrapper .dark-logo {
	display: block;
}

div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li > a {
  color: white;
}

div#undefined-sticky-wrapper .header-style-2{
  background: var(--main);
  padding: 10px 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(110, 104, 162, 0.1);
}

div#undefined-sticky-wrapper .header-style-2 .navbar ul#menu-main-menu > li:hover > a {
  color: var(--tertiary);
}

div#undefined-sticky-wrapper .header-style-2 .buttonCalling {
  padding: 10px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  color: var(--secondary);
  transition: 0.2s ease-in-out;
}

div#undefined-sticky-wrapper .header-style-2 .buttonCalling a {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.material-symbols-outlined.icon-money {
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  color: #007e09; 
  background-color: #fff; 
  border: 2px solid #007e09;
  border-radius: 50%;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
}

div#undefined-sticky-wrapper.sticky-wrapper.is-sticky .header-style-2 .buttonCalling:hover {
  background-color: var(--tertiary);
}

div#undefined-sticky-wrapper.sticky-wrapper.is-sticky .header-style-2 .buttonCalling:hover a {
  color: var(--secondary);
}



.header-style-2 {
	left: 0px;
	width: 100%;
    position: fixed!important;
}
.header-style-2 .navbar {
	width: 100%;
}
.header-style-2 .navbar li:nth-child(1) {
	margin-left: 0px;
}

.header-style-2 .ownmenu #menu-main-menu ul.sub-menu {
	margin-top: 0px !important;
}
.dropdown-submenu>a:hover:after {
	color: #fff;
}
.dropdown-submenu>a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
	float: right;
	color: var(--main);
	font-size: 8px;
	margin: 0px;
	position: absolute;
	right: 30px;
	top: 0px;
	display: block !important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.header-content1 {
  display: flex;
  align-content: center;
}

.topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
}

.topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.flex-ending .topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) translateX(-40%);
}

.header-style-2 .container.flex-ending {
  justify-content: flex-start;
  display: flex;
}

.topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-style-2 .container.flex-ending {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* =======  Off canvas menu  ======= */

.offcanvas-wrapper {
    position: fixed;
    width: 450px;
    top: 0;
    min-height: 100vh;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    margin-left: -450px;
}

.offcanvas-wrapper.show-offcanvas {
    margin-left: 0!important;
    opacity: 1!important;
    visibility: visible!important;
}

.offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 98;
    background-color: #1e1e1e;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
    visibility: visible;
    opacity: 0.5;
}

.offcanvas-wrapper .offcanvas-widget {
    background-color: var(--main);
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999999;
    overflow-y: auto;
}
.offcanvas-wrapper .offcanvas-widget .top-bar {
  padding: 5px 20px;
  height: auto;
}

.offcanvas-wrapper .offcanvas-widget .main-widgetBody {
  padding: 30px 40px;
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 28px;
    color: #fff;
}

.offcanvas-wrapper .offcanvas-widget .widget {
    margin-bottom: 50px;
    font-size: 14px;

    /* Search Widget */
    /* Nav Widget */
    /* Social Link */
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
    font-size: 20px;
    color: var(-dark-grey);
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--main);
    content: '';
}

.offcanvas-wrapper .widget .widget-title, .widget .widgettitle {
  padding: 1rem 0;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
    position: relative;
    overflow: hidden;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
    background-color: #f5f5f5;
    height: 50px;
    border: none;
    font-size: 14px;
    width: 100%;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    background-color: var(--main);
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
    background-color: var(--text-color);
    color: #fff;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
    line-height: 30px;
    list-style: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas-wrapper .mobile-donate {
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.offcanvas-wrapper .mobile-donate a {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.offcanvas-wrapper .mobile-donate .icon-money {
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  color: green;
  background-color: #fff;
  border: 2px solid green;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
}


.widget.nav-widget li a {
    color: white!important;
    font-weight: 400;
}

.topbar-one .widget {
  margin: 0;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
    padding-left: 10px;
    color: var(--main);
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
    padding-left: 10px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
    height: 40px;
    width: 40px;
    background-color: var(--main);
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color: #222;
}*/

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

header .is-sticky .sticky .toggle {
  float: right;
}

.toggle a#offCanvasBtn {
  color: var(--light-grey);
  font-size: 3.5rem;
  padding: 10px;
  display: none;
}

@media screen and (max-width:991px) {
    .toggle a#offCanvasBtn {
      display: inline-block!important;
    }
}

/*=======================================================
      FOOTER
========================================================*/
.footer-text P {
    color: white;
}

.footer-inner-wrapper {
    margin-top: 3rem;
}

.footer-copyright {
  background-color: var(--secondary);
  padding: 21px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright p.text-center.text-white.jost-regular.sub-head.mb-0 {
  margin: 0;
  color: white;
}

footer#footersection {
  background-color: var(--main);
  color: white;
}

.footer-logo-wrap img {
  max-width: 300px;
  width: 100%;
}

.footer-nav {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.footer-nav::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: white;
  margin: 0.5rem auto 0;
}


.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; 
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.footer-nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.footer-nav ul li a:hover {
  color: var(--tertiary);
}

.donate-btn {
  background-color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
}

.donate-btn a {
  color: var(--main);
  font-weight: bold;
  text-decoration: none;
}

.footer-social {
  color: white;
  font-weight: bold;
  align-items: center;
}

.footer-social i,
.footer-social svg {
  font-size: 3rem!important;
  color: white;
  display: inline-block;
  width: 2em!important;
}


.footer-content-col p {
  margin-bottom: 0.75rem;
}

.footer-content-col a {
  color: white;
  text-decoration: underline;
}

.footer-content-col .row {
  margin-bottom: 1.5rem;
  position: relative;
}

.footer-content-col .row > div {
  padding-bottom: 3rem; /* Add spacing between content and HR */
}

.footer-content-col .row:not(:last-child)::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: white;
  margin: 0.5rem auto 0; 
}



/* Desktop left-align contact/address text */
@media (min-width: 768px) {
  .footer-content-col .row > div {
    text-align: left;
    justify-content: center;
    display: flex;
  }

}

/* Mobile styling */
@media (max-width: 767px) {
  .footer-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-col,
  .footer-content-col {
    text-align: center !important;
  }

  .footer-content-col .row > div {
    margin:2rem;
    text-align: center;
    margin-bottom: 1rem;
    justify-content: center;
    display: flex;
  }

  .footer-social {
    justify-content: center !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}


.buttonCalling {
  padding: 10px;
  text-align: center;
  width: 50%;
  background-color: #fff;
  color: var(--secondary);
  transition: 0.2s ease-in-out;
}

.buttonCalling a {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.material-symbols-outlined.icon-money {
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  color: #007e09;
  background-color: #fff;
  border: 2px solid #007e09;
  border-radius: 50%;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.scholarship-section {
  background-color: #E39E43;
   margin-top: 0px;
}

.scholarship-section h3.scholarship-headline {
  font-size: 2rem;
  color: var(--main);
  margin-bottom: 1rem;
  padding-top: 2rem;
}


.scholarship-section .btn {
  background-color: var(--main, #003366);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 3rem;
  transition: background-color 0.3s;
}

.scholarship-section .btn:hover {
  background-color: #222;
}

.pre-footer {
  margin-top: 0px;
}

/*=======================================================
      HOMEPAGE
========================================================*/
#eventSection.vc_row {
  display: flex;
  align-items: stretch; /* ensures full height on both columns */
}

#eventSection .vc_column-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 30px;
}

#eventSection .vc_col-sm-8 .vc_column-inner {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; /* optional: keeps background/images clipped to border radius */
}

#eventSection .vc_col-sm-4 .vc_column-inner {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}


.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm svg.vc_icon_element-icon {
  line-height: 40px!important;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  color: #828fa8;
  border: 1px solid #d0d5e0;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.content-block {
  margin-right: auto;
  margin-left: auto;
}

.content-blockW {
  border: 2px solid rgb(244, 244, 244);
  background-color: rgb(255, 255, 255);
  margin-top: 50px;
  padding: 0rem 2rem;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}

.content-blockW h3 {
  font-family: var(--header-font);
  font-size: 3.2rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--main);
  line-height: 2.556;
}

.content-blockW h3::before {
  content: "";
  margin-right: 7px;
  position: relative;
  display: inline-block;
  line-height: 2.556;
  background-image: url('http://cvprimary.care/wp-content/uploads/2021/06/Emergency-Services.png');
  width: 42px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-blockW h5 {
  font-family: "Lora";
  font-size: 1.4rem;
  padding: 0 20px;
  font-weight: 400;
  color: var(--main);
  padding-bottom: 20px;
  margin-top: 0;
  line-height: 1.286;
}


.outline-block1 {
  content: '';
  outline: 2px solid var(--main);
  outline-offset: 25px;
  padding: 0rem 0rem 0rem 5rem;
}


.customBlocking::before {
    background-image: url('http://cvprimary.care/wp-content/uploads/2021/06/border-box.png');
    content: '';
    position: absolute;
    vertical-align: middle;
    max-width: 400px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20%;
    left: -7%;
    transform: translate(10%, 10%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.content-block1 {
  max-width: 1100px;
  position: relative;
}

.float-right {
  float: right!important;
}

.memberProfile {
  display: flex;
  justify-content: center;
}

.timingList ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 23px;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 1.6rem;
  list-style: none;
}

.timingList ul {
  margin-top: 3rem;
}

.timingWords h5 {
  font-family: 'Lora', sans-serif;
}

.timingList ul li::before {
  content: '';
  margin-right: 7px;
  position: relative;
  display: inline-block;
  line-height: 2.556;
  background-image: url('http://cvprimary.care/wp-content/uploads/2021/06/icon-check.png');
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-bg {
  background: linear-gradient(180deg, var(--main) 60%, #ffffff 40%);
}


.display-inline {
  display: inline-block!important;
}

.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    margin: 15px 0;
    border: none;
    font-family: var(--header-font);
    font-size: 1.5rem;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    color: var(--main)!important;
    border: 1px solid var(--main);
    text-transform: uppercase;
    font-size: inherit;
    letter-spacing: 1px;
    color: inherit;
    transition: all 0.3s ease 0s;
}
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:hover,
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:focus {
  color: #f8f8f8!important;
}

.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:after {
  background: var(--main);
  top:0; bottom: 0; left: 0; right: 100%;
}
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:hover,
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:focus {
  background-color: transparent;
}
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:hover:after,
.main-btn a.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-shape-square:focus:after{
  right:0;
}

.img_sizing.wpb_single_image img {
  width: 90%;
}


.christine_3 .vc_column_container .wpb_single_image.vc_align_right {
  width: 90%;
  margin-left: -5%;
}


/*=======================================================
			Videosheight: 450px;
========================================================*/
.video-part a {
	display: inline-block;
	width: 100%;
}

.content-block1 .n2-ss-slider .n2-ss-slider-controls-left, .n2-ss-slider .n2-ss-slider-controls-right {
  width: 33.3333%;
  flex: 1 1 auto;
}

.content-block1 div#n2-ss-2 .n2-ss-slider-1 {
  width: 75%;
}

.content-block1 div#n2-ss-2 .nextend-thumbnail-vertical .n2-align-content-space-between {
  align-content: normal;
}

.content-block1 .n2-ss-slider .n2-ss-slider-controls-side>* {
  flex: none;
}

.content-block1 .n2-ss-slider .n2-ss-slider-controls-side {
  height: 450px;
  margin-bottom: 3rem;
}

.content-block1 div#n2-ss-2 .nextend-thumbnail-default {
  width: 100%;
}

.content-block1 div#n2-ss-2 .nextend-thumbnail-vertical .n2-thumbnail-dot {
  grid-template-columns: auto;
}

.content-block1 div#n2-ss-2 .n2-thumbnail-dot img {
  width: initial;
  height: 100%;
}

.content-block1 .n2-ss-align.n2-ss-align-visible {
  overflow: hidden;
}

.customMapping .vc_column-inner {
  padding-top: 0!important;
  padding-left: 0;
  padding-right: 0;
  margin:0;
}

.customMapping .wpb_button,.customMapping .wpb_content_element, .customMapping ul.wpb_thumbnails-fluid>li {
  margin-bottom:0;
}


/*=======================================================
      PAGE CONTENT
========================================================*/

/* -- BREADCRUMB */
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pageinsers.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sub-bnr {
	min-height: 280px;
  background-image: url('../impactbase/img/bg-page.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
	position: relative;
  background-size: cover;
  background-attachment: fixed;
	z-index: 1;
}

section.sub-bnr::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.sub-bnr h3 {
	color: #232227;
	font-size: 26px;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}
.sub-bnr h1 {
	font-family: var(--header-font);
	margin: 0px;
	font-size: 50px;
	font-weight: 400;
  color: #ffffff;
	text-transform: uppercase;
  float: left;
  text-align: left;
}
.sub-bnr .position-center-center {
	width: 100%;
	z-index: 3;
	text-align: center;
}
/* .sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	height: 40px;
  padding-right: 0;
	margin-top: 30px;
	padding: 0px 40px;
	display: inline-block;
	border-radius: 20px;
  float: right;
} */

.sub-bnr .breadcrumb {
  background: none;
  margin: 0px;
  padding: 5px 20px;
  background: var(--main);
  display: inline-block;
  border-radius: 0;
  bottom: 0;
  position: absolute;
}

.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #fff;
}
.sub-bnr .breadcrumb li {
	font-family: var(--text-font);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
	font-size: 12px;
	margin: 0px 0;
}
.sub-bnr .breadcrumb li a {
	font-family: var(--text-font);
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.sub-bnr .breadcrumb li a:hover:not(li.active) {
  margin-left: -5px;
  margin-right: 5px;
  color: var(--light-grey);
}

.white-bg {
	background: #fff !important;
}

.doctor-profile .personal-info {
    margin-top: 30px;
}
.doctor-profile .personal-info {
    display: inline-block;
    width: 100%;
}

.doctor-profile ul {
    margin-bottom: 15px;
}

.doctor-profile ul.row {
    margin-left: 0;
    margin-right: 0;
}

.doctor-profile ul li {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.doctor-profile .doctor-in {
    padding: 20px 50px;
    position: relative;
    z-index: 1;
}


/*----------------------------------------------------------------*/
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.team_section {
  padding-top: 25px;
  margin: 0;
  position: relative;
}
.team_section .titleRow {
  margin-top: 25px;
}
.team_section .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.team_section .nav-tabs .media a {
  border: none;
}
.team_section .personal-info {
    display: inline-block;
    width: 100%;
}
.team_section ul {
    margin-bottom: 15px;
}
.team_section .nav-tabs .media a .media-left {
  padding-right: 15px;
}
.team_section .nav-tabs .media a .media-body h5 {
  margin: 0;
  text-transform: uppercase;
  font-family:  var(--header-font);
  font-weight: bold;
  color: #8595b1;
  line-height: 20px;
}

.team_section .tab-content .media-left {
    padding: 0 15px;
}

.team_section .nav-tabs .media a .media-body .designation {
  margin: 0;
  color: #8595b1;
  font-family: var(--header-font);
  font-style: italic;
  text-transform: capitalize;
}
.team_section .nav-tabs .media.active a,
.team_section .nav-tabs .media:focus a,
.team_section .nav-tabs .media:hover a {
  border: none;
  background: none;
}
.team_section .nav-tabs .media.active a .media-body h5,
.team_section .nav-tabs .media:focus a .media-body h5,
.team_section .nav-tabs .media:hover a .media-body h5 {
  color: #0186d5;
}
.team_section .tab-content .media + .media {
  margin-top: 0;
}
.team_section .tab-content .media-left {
  padding: 0 15px;
}
.team_section .tab-content .media-left a {
  width: 481.5px;
  display: block;
}
.team_section .tab-content .media-body {
  padding: 0 15px;
}
.team_section .tab-content .titleRow {
  margin: 110px 0 30px;
}
.team_section .tab-content .titleRow h2 {
  color: #0186d5;
}
.team_section .tab-content .titleRow h2:after {
  display: none;
}
.team_section .tab-content .titleRow h5 {
  text-transform: capitalize;
  font-style: italic;
}
.team_section .tab-content .titleRow h5:after {
  content: '';
  width: 85px;
  height: 1px;
  background: #0186d5;
  display: block;
  margin: 10px 0 0;
}
.team_section .tab-content p {
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  color: #8595b1;
  line-height: 25px;
  margin-bottom: 35px;
}
.team_section.team_section_about {
  background: #e5f0fb;
}
.team_section_type2 {
  padding: 35px 0;
}
.team_section_type2 .team_member {
  margin: 30px 0;
}
.team_section_type2 .team_member .title_row {
  padding: 25px 0;
}
.team_section_type2 .team_member .title_row h5 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--header-font);
  color: #404d5f;
}
.team_section_type2 .team_member .title_row .pos {
  font-style: italic;
  color: #0186d5;
  font-family: var(--header-font);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.team_section_type2 .team_member p {
  font-size: 16px;
  font-family: var(--header-font);
  line-height: 24px;
  color: #8595b1;
  margin-bottom: 30px;
}

.content-block2 {
  max-width: 1400px;
  margin: 0 auto;
}

.content-block3 {
  max-width: 1250px;
}

.areasInterest .wpb_wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.areasInterest .mega-info-header {
  border-radius: 50%;
  padding: 2rem;
  width: 80px;
  margin: 0 auto;
  height: 80px;
  background: #ffffff;
}

.interestArea {
  z-index: 1;
}

.interestArea .wpb_single_image img {
  margin-top: -60px;
}

.doctor-profile .social_icons li a {
	width: 32px;
	height: 32px;
	border: 1px solid var(--main);
	text-align: center;
	line-height: 28px;
	color: var(--main);
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.doctor-profile .social_icons li a:hover {
	background-color: var(--main);
	color: #ffffff;
}

.module-team:before {
    width: 100%;
    height: 730px;
    background-color: #f5f5f5;
    content: "";
    position: absolute;
    z-index: -1;
}

.module-team {
    position: relative;
}

.team-menu .mega_team_case_8 .maw_team_icons a::before {
  content: "Learn More";
  display: inline-block;
  font-size: 1.4rem;
  color: #fff!important;
  font-weight: 600;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-menu .mega_team_case_8 .maw_team_icons {
  border-top: none;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}

.team-menu .mega_team_case_8 .maw_team_icons .maw_team_icon {
  padding: 15px 25px;
  background: var(--main);
  border-radius: 31px;
  color: #fff!important;
  font-weight: 600;
  box-shadow: -4.387px 35.732px 23px 0px rgba(0, 0, 0, 0.02);
}

.team-menu .mega_team_case_8 .maw_team_icons::after {
  content: '';
  display: block;
  background: var(--main);
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-menu .mega_team_case_8 .maw_team_icons:hover::after {
  width: 30%;
}

.team-menu .mega_team_case_8 .maw_team_description {
  padding: 1em 1.5em;
  text-align: center;
}

.team-menu .mega_team_case_8 .maw_team_wrap .maw_team_photo {
  width: 290px;
  height: 250px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.team-menu .mega_team_case_8 .maw_team_photo_wrapper {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 0;
}

.team-menu .mega_team_case_8 .maw_team_wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  border: 1px solid rgb(238, 238, 238);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.team-menu .mega_team_case_8 .maw_team_wrap:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.team-menu .mega_team_case_8 .maw_team_wrap .maw_team_photo::after {
  content: "";
  width: 100%;
  height: 150px;
  bottom: -200%;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out 0s;
  background-image: linear-gradient(180deg, rgba(0,0,0,0), var(--medium-main));
}

.team-menu .mega_team_case_8 .maw_team_wrap:hover .maw_team_photo::after {
  bottom: -22px;
}

.team-menu .mega_team_case_8 .maw_team_name {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: 800;
  color: var(--main);
}

.team-menu .mega_team_case_8 .maw_team_role {
  display: block;
  margin-bottom: 1em;
  opacity: 1;
  font-size: 14px;
  font-family: "Open Sans";
  color: var(--medium-main);
  line-height: 1.857;
  font-weight: 400;
}

.team-menu .maw_team_text {
  line-height: 1.625;
  font-size: 14px;
  color: var(--text-color);
}


.team_section .content-block1 {
  padding-top: 35px;
}

.mega_team_case_8 .maw_team_wrap {
  box-shadow: inset 0px 0px 0px 1px #edeef4;
}

.sticky {
    position: sticky;
}

.bg-main {
  background-color: var(--main);
}

.serviceList #mega-info-circle .info-circle-detail h3 {
  font-size: 3.2rem!important;
  font-weight: 400;
  color: var(--main);
  white-space: nowrap;
  line-height: 2;
}

.serviceList #mega-info-circle .info-circle-detail p {
  font-size: 1.4rem!important;
  text-align: justify;
}

.serviceList #mega-info-circle .mega-inner-section img {
	width: 100%!important;
	height: 90px!important;
	margin-bottom: 0;
}

.serviceList #mega-info-circle .mega-outer-section {
  width: 550px;
  height: 550px;
  background: #ffffff;
}

.serviceList #mega-info-circle .mega-outer-section .icon-wrapper img {
  object-fit: contain;
}

.serviceList #mega-info-circle .mega-outer-section .icon-wrapper {
  border: 2px solid var(--main)!important;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  line-height: normal;
  width: 65px;
  height: 65px;
}

.serviceList #mega-info-circle .mega-outer-section .icon-wrapper img {
  width: 65px!important;
  height: 65px!important;
  padding: 1rem;
  border-radius: 0!important;
}

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

[class*=mega_info_box_] .mega-info-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: var(--main);
  outline: 2px solid #ffffff;
  border-radius: 4px!important;
  padding-bottom: 0;
  padding: 1.5rem;
}

[class*=mega_info_box_] p {
  font-size: 1.4rem;
  font-weight: 300;
}

[class*=mega_info_box_] .mega-info-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--main)!important;
  margin-bottom: 1rem;
}

.cvms_logo.wpb_single_image img {
  outline: 2px solid var(--light-grey);
  outline-offset: 10px;
  width: 300px;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 5%) 0px 5px 10px 0px;
}

@media screen and (max-width: 799px) {
  .module-team:before {
      height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .mega_team_case_8 {
    padding-bottom: 4rem;
  }
  .mega_team_case_8 .maw_team_wrap {
    margin: 0 auto;
  }
}

.labTesting h5 {
  font-size: 1.6rem;
}

.labTesting h6 {
  display: inline-block;
}

.testing_Img {
  width: 33.3333%;
  float: left;
  display: inline-block;
}

.testing_Img img{
  width: 120px;
  padding: 2rem;
  height: 120px;
  object-fit: contain;
  object-position: bottom;
}

.wpb_single_image.testing_Img .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    background: var(--light-main);
    border-radius: 50%;
}

.labTesting .wpb_content_element.labTesting_p {
  margin-bottom: 2rem;
}

body.labs .footer-main,
body.imaging .footer-main,
body.home .footer-main,
body.different .footer-main {
  background: #ffffff;
  margin-top: 0;
}
.cvms_imglogo .vc_single_image-wrapper::after {
  content: "";
  width: 350px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 45%;
  opacity: 1;
  transform: translate(-50%, 20%);
  background-image: url('http://cvprimary.care/wp-content/uploads/2021/06/330-1545-CVMSLogo-horizontal.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cvms_imglogo.wpb_single_image img {
  opacity: 0.9;
}
.cvms_imglogo .vc_single_image-wrapper {
  position: relative;
  background-color: #000;
}

.main-color1::first-letter {
  color: var(--main);
}

.imaging_custom {

}

.imaging_custom h5 {
  margin-top:0;
}

.imaging_custom h6 {
  display: inline-block;
  color: #989898;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 2rem;
}

.wpb_single_image.imaging_img1 .vc_single_image-wrapper {
  background: #ffffff;
  padding: 2rem;
  margin-right: -5%;
  width: 95%;
  outline: 2px solid #ffffff;
  outline-offset: 10px;
}

.wpb_single_image.imaging_img2 .vc_single_image-wrapper {
  background: #f5f5f5;
  padding: 2rem;
  margin-left: -5%;
  width: 95%;
  outline: 2px solid #f5f5f5;
  outline-offset: 10px;
}

.contactCustom .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.contactCustom .wpb_column {
  left: 50%;
  transform: translate(-50%);
  width: 83.33333333%;
}

.customForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2.5rem;
}

body .customForm .gform_wrapper ul li.gfield {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 0;
}

.customForm .gform_wrapper .gfield_required {
  margin-left: 10px;
  bottom: 0;
  left: 0;
  transform: translate(-10%, -80%);
  position: absolute;
}

.customForm .gform_wrapper textarea {
  padding: 2rem;
}

.customForm .gform_wrapper .gform_footer input[type=submit]:hover {
  background: transparent;
  color: var(--main);
}

.customForm .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}

.customReview figure.effect-bubba img {
  opacity: 1;
  max-width: 200px!important;
  object-fit: contain;
}

.customReview figure.effect-bubba:hover img {
  opacity: 0.7;
}

.customReview figure.effect-bubba {
  background: transparent;
  padding: 2rem;
}

.customReview .grid.vc-interactive-banner {
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 641px) {
  .customForm .gform_wrapper textarea.large {
      height: 220px;
      width: 100%;
  }
  .customForm .gform_wrapper ul.gform_fields li#field_1_5.gfield,
  .customForm .gform_wrapper ul.gform_fields li#field_1_3.gfield,
  .customForm .gform_wrapper ul.gform_fields li#field_1_4.gfield {
    padding-right: 0;
  }

  .customForm .gform_wrapper .gform_footer input.button, .customForm .gform_wrapper .gform_footer input[type=submit], .customForm .gform_wrapper .gform_page_footer input.button, .customForm .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.6rem;
    width: auto;
    padding: 1rem 5rem;
    background: var(--main);
    border: 2px solid var(--main);
    color: #ffffff;
    height: auto;
    margin: 0 16px 0 0;
    -webkit-transition: all 0.50s ease 0s;
    -moz-transition: all 0.50s ease 0s;
    -o-transition: all 0.50s ease 0s;
    transition: all 0.50s ease 0s;
  }
}


.topbar-one__right.mobileOnlysie {
  display: none;
}

.topbar-one__right.mobileOnlysie .head-info {
  float: unset;
}

.customDifferent.wpb_single_image .vc_single_image-wrapper {
  width: 80%;
  max-width: 100%;
  box-shadow: rgb(0 0 0 / 5%) 0px 5px 10px 0px;
  width: 80%;
  background: #f5f5f5;
}

.customDifferent1.wpb_single_image .vc_single_image-wrapper {
  box-shadow: rgb(0 0 0 / 5%) 0px 5px 10px 0px;
  width: 80%;
  background: #ffffff;
  padding: 1.3rem;
}

.section-videoBot div#n2-ss-4 .n2-ss-slide-inner {
  opacity: 0.4;
}

.section-videoBot div#n2-ss-4 .n2-ss-slide.n2-ss-slide-active .n2-ss-slide-inner {
  opacity: 1;
}

.section-videoBot div#n2-ss-4 .n2-ss-slide {
  background-color: #000;
}

.section-videoBot div#n2-ss-4 .nextend-bar-horizontal {
  position: relative;
}

.section-videoBot div#n2-ss-4 .nextend-bar-horizontal .n2-style-047c83870c0c81910d0671ddeb455be3-simple {
  position: absolute;
  bottom: 0;
  width: 650px;
  background: #ffffff;
  left: 50%;
  box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px 0px;
  transform: translate(-50%,-80%);
}

.custom-topName::after {
  content: 'MD, FAAFP';
  white-space: nowrap;
  display: inline;
  padding-left: 16px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.001;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.christine_3 .custom-topName::after {
  content: 'PA-C';
  white-space: nowrap;
  display: inline;
  padding-left: 16px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.001;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.christine_3 h1 {
  font-size: 5.3rem;
}

.christine_3 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
  background-color: #f5f5f5;
}

.serviceList .listItems > .vc_column_container  {
  width: 45%;
}

.serviceList .listItems.different-type1list > .vc_column_container  {
  width: 30%;
}



.vc_row.wpb_row.vc_inner.vc_row-fluid.offset-middle.listItems {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body.review .breadcrumb {
  display: none!important;
}

div#firstSection.section-block,
.inotosel {
  padding-top: 3rem;
}

.newesiese.section-block {
  padding-bottom: 0;
}

.curve {
  position: absolute;
  bottom: 0;
  fill: var(--section-bg);
  width: 100%;
  left: 0;
}

.curve.bgmain {
  position: absolute;
  bottom: -1px;
  fill: var(--main);
  width: 100%;
  left: 0;
}

#footer-curve-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#footer-curve-wrap .footer-curve-svg {
  display: block;
  width: 100%;
  height: auto;
}

#footer-curve-wrap .footer-curve-svg path {
  fill: var(--main); /* Or replace with a specific color like #03a9f4 */
  transition: fill 0.3s;
}


.section-block.teamingBlocks,
.section-block.contactBleow {
  padding-bottom: 0;
}

.teamItems_now,
.yhtowNow,
.contentBloeow.paddingExcepts {
  padding-bottom: 12rem;
}

.section-bg {
  background-color: var(--section-bg);
}

.paddingExcepts {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.paddingExcepts.firstiORow {
  padding-top: 2rem;
  padding-bottom: 0;
}

.paddingExcepts .mega_info_box .mega-info-header {
  position: relative;
  display: flex;
  background: var(--main);
  z-index: 9;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paddingExcepts .mega_info_box .mega-info-header img {
  width: 75px;
  object-fit: contain;
  padding-bottom: 0;
  animation: banner_popup 1s;
  filter: brightness(0) invert(1);
}

.paddingExcepts .largerImalse .mega_info_box .mega-info-header img {
  width: 105px;
}

.paddingExcepts a:hover > .mega_info_box .mega-info-header {
  background: var(--medium-main);
  outline: 5px solid var(--light-bg);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}

.paddingExcepts .mega_info_box .mega-info-title {
  color: var(--main)!important;
  font-size: 18px;
  font-family: var(--text-font);
  font-weight: bold;
  line-height: 1.444;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paddingExcepts a:hover > .mega_info_box .mega-info-title {
  color: var(--medium-main)!important;
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
  padding: 3rem;
  height: 525px;
  background: #e2f0ed;
  border-radius: 15px;
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper h4 {
  color: var(--medium-main);
}

.contactForm_homes h3 {
  color: var(--main);
  border-bottom: 2px solid var(--main);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: fit-content;
}

.contactForm_homes .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  padding: 15px 25px!important;
  border-radius: 31px;
  background: var(--main);
  color: #fff;
  font-size: 18px;
  margin: 0;
  height: auto;
  width: 30%;
}

.contactForm_homes .gform_legacy_markup_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}

.contactForm_homes .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper {
  padding: 3rem;
  height: 525px;
  background: #75b0b0;
  border-radius: 15px;
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.contactForm_homes .mega_info_box_2 {
  border-top: 1px solid #fff;
  border-radius: 0;
  margin-top: 50px;
  padding-top: 40px;
  color: #fff;
}

.contactForm_homes .mega_info_box_2 .mega-info-title {
  color: #fff!important;
}

.contactForm_homes .gform_legacy_markup_wrapper ul li.gfield input, .contactForm_homes .gform_legacy_markup_wrapper ul li.gfield textarea {
  border-radius: 10px;
  padding: 10px 10px!important;
}

.contactForm_homes .gform_legacy_markup_wrapper ul li.gfield input {
  height: 50px;
}

.contactForm_homes ul li.gfield.half-left {
  width: 50%;
  float: left;
  clear: none;
  margin-bottom: 16px;
  margin-top: 0;
  /* margin: 0; */
}

.contactForm_homes .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInRight.fadeInRight.wpb_start_animation.animated {
  margin-bottom: 0;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
  padding: 2rem;
  background: var(--medium-main);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h3 {
  font-size: 20px;
  color: var(--main);
  white-space: nowrap;
}

.contactForm_homes.innerpages .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h4 {
  white-space: nowrap;
  font-size: 18px;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner { 
  padding: 0;
}

.heroText h1 {
  margin-top: 0;
  font-size: 38px;
}

.heroText p {
  color: var(--light-main);
}


.doctor-profile img.vc_single_image-img.attachment-full {
  height: 500px;
  object-fit: cover;
  max-width: none;
  width: 110%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.border-radiusup {
    border-radius: 50%!important;
}

/*======================
    404 page
=======================*/


.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: var(--main-font);
}

.page_404  img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url('../impactbase/img/dribbble_1.gif');
  height: 500px;
  margin: 0 auto;
  max-width: 70%;
  background-position: center;
}


.four_zero_four_bg h1{
   font-size: 10rem;
   color: var(--main);
 }

.four_zero_four_bg h3 {
  font-size: 12rem;
}

.link_404 {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-image: none!important;
  outline: none;
  background-color: var(--main)!important;
  font-size: 1.6rem;
  color: #ffffff!important;
  font-weight: 700;
  padding: 16.5px 60px;
  border-radius: 33.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 20px 0;
}

.contant_box_404 p {
  text-align: center;
}

.link_404:hover {
  background-color: #2c2734!important;
  color: #ffffff!important;
}

.contant_box_404 {
   margin-top: -80px;
 }

 .mega_team_case_8 .maw_team_description {
     padding: 1em 1.5em;
     height: 166px;
 }
 
 .sidebar_walkin > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  background: #ffffff;
  padding: 2rem;
  margin-right: -5%;
  width: 95%;
  outline: 2px solid #ffffff;
  outline-offset: 10px;
 }

 .uniqueModel_digital.module-team:before {
  display: none;
 }

 .uniqueModel_digital.team_section .titleRow {
  margin-top: 0;
  padding-top: 20px;
}

.curved img {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 475px;
  width: 425px;
}

.section-block.bottomslide > .vc_column_container>.vc_column-inner {
  padding-bottom: 7rem;
}

.section-block.bottomslide {
  padding-bottom: 0;
}

.specialIocns .mega_info_box_2 img.mega-info-img {
	width: 60px;
    height: 70px;
    object-fit: contain;
    background: transparent;
    outline: none;
    border-radius: 4px!important;
    padding-bottom: 0;
    padding: 0;
	filter: brightness(0) invert(1);
}



.main_btn a {
    background: var(--main);
    color: #fff;
    padding: 7px 25px;
    border-radius: 5px;
    width: fit-content;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    overflow: hidden;
}

.main_btn a::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--secondary);
    width: 120%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate3d(0,0,1,4deg) translate3d(-1em,108%,0);
    transform-origin: 0% 100%;
    will-change: transform;
    z-index: -1;
    transition: transform .2s cubic-bezier(.17,.67,.83,.67);
}

.main_btn a:hover {
    color: #fff;
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.main_btn a:hover::before {
    transform: rotate3d(0,0,1,0) translateZ(0);
}


.main_btn.inline-block:last-child {
  margin-left: 20px;
}

.contain_time h2 {
    margin-top: 0;
    background: var(--main);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.contain_time {
    z-index: 9;
    position: relative;
    background-color: var(--secondary);
    color: #ffffff;
    padding: 20px 0;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
}

.contain_time table tr {
    list-style: none;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 41px;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.contain_time table tr td {
    padding: 0 30px;
}

.barclose_out table {
    background: var(--section-bg);
    border-right: 12px solid var(--main);
    border-left: 12px solid var(--main);
}

.barclose_out table td:first-child {
    padding: 0 20px;
}

.barclose_out table td img {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.barclose_out table td h4 {
    color: var(--main);
    font-weight: 900;
    font-style: italic;
}

.barclose_out table td p {
    line-height: normal;
    margin-top: 5px;
}

.barclose_out table td p a {
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
}

.barclose_out table td p a:hover {
  color: var(--main);
}

.contain_time img {
    margin: 10px auto;
    text-align: center;
    display: block!important;
    filter: brightness(0) invert(1);
}

.mounche_bounce .textblock_bounces {
  
}

.mounche_bounce .headblock_bounces {
  
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: var(--secondary);
    padding: 20px 0;
    margin: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper img,
.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    max-width: none;
    height: 180px;
    object-fit: cover;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure {
    width: 100%;
    max-width: none;
    display: block;
}

.vc_row.wpb_row.vc_row-fluid.contactus_ie p {
  color: #fff;
}

.mounche_bounce .wpb_text_column.wpb_content_element {
    margin: 0;
    padding: 5px 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element h3 {
  font-weight: 900;
  margin: 0;
  margin-top: 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element p {
  line-height: normal;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover h3 {
  color: var(--main);
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element {
  background: #fff;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {

}

.mounche_bounce .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.textblock_bounces {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.textblock_bounces {
    visibility: visible;
    opacity: 1;
    height: 120px;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.button_bouncesl {
  background: var(--secondary);
}

.mounche_bounce .wpb_text_column.wpb_content_element.button_bouncesl {
    padding: 20px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.button_bouncesl {
  visibility: visible;
  opacity: 1;
  padding: 20px 10px;
}

.mounche_bounce .wpb_text_column.wpb_content_element.button_bouncesl a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}


.mounche_bounce {
    padding-bottom: 80px;
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
}

.mounche_bounce > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  height: 430px;
}

.greencap h4 {
    text-transform: none;
    color: var(--main);
    margin-top: 40px;
}

.bgslow_circle > .vc_column-inner > .wpb_wrapper::before {
    content: '';
    background: var(--main);
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

/* .bg_circles.wpb_single_image::before {
    content: '';
    background: var(--main);
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
} */

.bg_circles.wpb_single_image figure.wpb_wrapper.vc_figure {
    margin: 0 auto;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
}

.row.footerUpper {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #fff;
}

.row.footerUpper ul#menu-footer-menu {
    display: flex;
    color: #fff;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    max-width: 80%;
    margin: 0 auto;
}

.row.footerUpper ul#menu-footer-menu li a {
    font-weight: 700;
    padding: 10px 0;
    color: #fff;
}

.row.footerUpper ul#menu-footer-menu li.current-menu-item {
  border-bottom: 1px solid #fff;
}

.footer-content {
  color: #fff!important;
}

.footer-content.addressIsuse .main_btn a {
  background: var(--secondary);
}

.footer-content.addressIsuse .main_btn a::before {
  background: #fff;
}

.footer-content.addressIsuse .main_btn a:hover {
    color: var(--secondary);
    border-color: #fff;
    background-color: #fff;
}

@media (min-width: 1200px){
  .col-lg-3.col-md-4.col-12.listsplitting {
    margin-right: -20px;
    margin-left: 20px;
  }
}




body.page .mounche_bounce .wpb_single_image img {
  border-radius: 0;
}

.information_blocks-about > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 1px 2px 1px rgba(43, 171, 160, 0.14);
  background: #fff;
  padding: 50px 50px 43px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 24px;
  height: 510px;
}

.information_blocks-about .wpb_content_element {
  margin-bottom: 20;
}

.information_blocks-about h4.sub-heading {
  color: var(--main);
  padding-bottom: 20px;
  font-weight: 900;
  border-bottom: 3px solid var(--main);
  margin-bottom: 20px;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: relative;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::before, .imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::after {
  width: 66%;
  height: 66%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--section-bg);
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::before {
  top: 0;
  right: 0;
}

.imgbackground_sectionbg > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::after {
  left: 0;
  bottom: 0;
}

/* 4.02 - Service - Start
================================================== */
section.service_section.section_space_lg {
    background: var(--section-bg);
}

.service_item {
  padding: 30px 30px;
  padding-bottom: 40px;
  -webkit-box-shadow: var(--bs-box-shadow);
  box-shadow: var(--bs-box-shadow);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: #fff;
  border-radius: var(--bs-border-radius);
  border: 1px solid #fff;
}

.gridlockings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.service_item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: var(--bs-box-shadow-lg);
          box-shadow: var(--bs-box-shadow-lg);
          border: 1px solid #f4f4f4;
}
.service_item .item_icon {
width: 120px;
  height: 120px;
  border-radius: 100%;
  outline: 6px solid rgba(1, 160, 76, 0.1);
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.service_item .item_icon img {
    width: 100%;
    object-fit: cover;
    height: 120px;
}

.mainserviceitems.eyelid-surgery .item_icon img {
  object-position: left;
}

.mainserviceitems.multifocal-specialty-lenses .service_item .item_icon img {
  object-fit: contain;
}

.service_item .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--secondary);
}
.service_item p {
  margin-bottom: 30px;
}

span.green-sub {
    color: var(--main);
}

.service_item .main_btn a {
  margin-top: 0;
  text-transform: none;
  border-radius: 0;
}

.btn-link {
    padding: 0;
    line-height: 1;
    font-weight: 700;
    position: relative;
    color: var(--main);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}

.btn-link .btn_icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    background-color: var(--main);
    border-radius: var(--bs-border-radius-pill);
    -webkit-box-shadow: 0 8px 20px 0 rgba(43, 171, 160, 0.3);
    box-shadow: 0 8px 20px 0 rgba(43, 171, 160, 0.3);
}

.btn-link .btn_text:before {
    left: 0;
    bottom: -1px;
    width: 0%;
    content: "";
    height: 1px;
    position: absolute;
    background-color: var(--main);
    -webkit-transition: width 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
    transition: width 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-link:hover .btn_text:before {
    width: 73%;
}

.btn-link:hover .btn_icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* 4.02 - Service - End
================================================== */

@media screen and (max-width: 1440px) {
  .service_item {
    padding: 45px;
  }
  .service_item .item_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}

/* 4.02 - List Items Start
================================================== */

.servicespage_out ul li {
  list-style: none;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555;
}

.servicespage_out ul {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  grid-row-gap: 20px;
  margin-bottom: 35px;
}

.servicespage_out ul li::before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: var(--main);
  top: 1px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: rgba(1, 160, 76, 0.1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}

/* 4.02 - List Items End
================================================== */
/* 2.03 - Backtotop Button - Start
================================================== */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 96px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tertiary);
  border-radius: var(--bs-border-radius-pill);
}
.backtotop .scroll i {
  -webkit-animation: bttIconMover 1s infinite alternate;
          animation: bttIconMover 1s infinite alternate;
}

/* 2.03 - Backtotop Button - End
================================================== */
/* 2.03 - Single Service Page - Start
================================================== */

.conditionsListri > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border-radius: var(--bs-border-radius);
  background-color: #f5f5f5;
  box-shadow: 5px 5px 0px 0px rgba(40, 92, 116, 0.1);
}

.innerservice_img {
    max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.servicespage_out h3 {
  color: var(--main);
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px!important;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

.innerservice_img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 100%;
  height: 450px;
  display: block;
}

.servicespage_out .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

.servicespage_out .vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 35px;
}

.conditionsListri > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
  margin-bottom: -20px;
}

.servicespage_out h4.sub-heading2 {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 900;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.servicespage_out h4.sub-heading2::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: var(--secondary);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
}

.vc_row.wpb_row.vc_row-fluid.contactus_ie {
    padding: 40px;
    background: var(--secondary);
    border-radius: 24px;
    color: #fff;
    margin-bottom: 0;
}

body.multifocal-specialty-lenses .innerservice_img img {
    width: 100%;
    object-position: center;
    object-fit: contain;
    height: 100%;
    height: 300px;
    display: block;
}

.providerslise > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border-radius: var(--bs-border-radius);
  background-color: #f5f5f5;
  box-shadow: 5px 5px 0px 0px rgba(40, 92, 116, 0.1);
  flex-direction: column;
}

.providerslise .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 10px;
}

.providerslise h4 {
    color: var(--secondary);
}

.providerslise p {
    line-height: normal;
    font-size: 14px;
    margin: 10px 0;
}

/* 2.03 - Single Service Page - End
================================================== */
/* 2.03 - Single Providers Page - Start
================================================== */

.detailsinos {
  background-color: #fff;
  border: 1px solid var(--main);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: 4px 0;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  padding-bottom: 20px;
}

.detailsinos .tech-detils span {  
    display: inline-block;
    color: #575757;
    font-size: 14px;
    font-style: italic;
}

ul.tech-detils li {
  display: grid;
  grid-template-columns: 165px 1fr;
  align-items: start;
  justify-items: stretch;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  /* justify-content: space-between; */
}

.col-lg-8.contentins {
  padding-left: 40px;
}

.detailsinos .tech-detils h3 {
  display: inline-block;
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.innerProvider_img {
  border-radius: 15px;
  overflow: hidden;
  outline: 1px solid #ddd;
  outline-offset: 10px;
}

.restofse h2 {
  font-size: 24px;
  color: var(--secondary);
  margin-bottom: 0;
  margin-top: 4rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  text-transform: none;
  font-weight: 600;
}

.restofse p {
  line-height: 1.5;
  font-size: 15px;
}

.titleUpse h2 {
  font-size: 34px;
  color: #555;
  font-weight: 900;
  letter-spacing: 1px;
}

.locationsarea {
  background: var(--secondary);
  margin-top: 31px;
  border-radius: 15px;
  padding: 30px 11px 30px 30px;
}

.locationsarea p {
  font-size: 14px;
  color: #fff;
}

.locationsarea h3 {
  margin-top: 0;
}

.innerProvider_img img {
  height: 500px;
  object-fit: cover;
}

.faq_sl .vc_tta.vc_general .vc_tta-tab>a {
  padding: 10px 10px;
}

.faq_sl .vc_tta.vc_general .vc_toggle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  padding: 24px 0 23px;
  color: var(--bs-dark);
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 1em;
  border-bottom: 1px solid #E0E4E8;
}

.faq_sl .vc_tta.vc_general .vc_toggle.vc_toggle_active {
  color: var(--main);
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: #fff;
}

.faq_sl .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-right: 30px;
  float: right;
  padding: 20px;
  border: 1px solid rgba(40, 92, 116, 0.2);
  border-radius: 100%;
}

.faq_sl .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -5px;
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  background-color: rgba(1, 160, 76, 0.2);
  color: var(--main);
}

.faq_sl .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
  background-color: rgba(1, 160, 76, 0.1);
  color: #666;
  border-bottom: 2px solid rgba(1, 160, 76, 0.2);
}

.faq_sl .vc_toggle_title>h4 {
  text-transform: none; ul.sub-menu
  font-size: 19px;
  font-weight: 600;
  color: var(--secondary);
}

.faq_sl .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
  border-radius: 0;
}

body.about-us h3 {
  color: var(--main);
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
}


body.about-us .main_btn a {
  margin-top: 10px;
}

body.page .quoteblock_tests .wpb_single_image img {
  max-width: 100px;
  object-fit: contain;
  border-radius: 0;
  opacity: 0.2;
  float: right;
}

.quoteblock_tests .wpb_single_image {
  float: right;
}

.quoteblock_tests h3 {
  color: var(--secondary);
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 30px;
}

.quoteblock_tests h4 {
  font-size: 16px;
  color: #222;
}

.quoteblock_tests {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(1, 160, 76, 0.2);
  -webkit-box-shadow: 0 5px 20px 0 rgba(1, 160, 76, 0.12);
  box-shadow: 0 5px 20px 0 rgba(1, 160, 76, 0.12);
  margin-bottom: 35px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 20px;
}

/* @media screen and (min-width: 992px) {
  header .navbar li {
    overflow: hidden;
  }
} */

/* ul#menu-main-menu > li {
  overflow: hidden;
} */

ul.sub-menu {
  padding: 8px 0;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(38, 171, 163, 0.3);
  -webkit-box-shadow: 0 5px 20px 0 rgba(43, 171, 160, 0.12);
  box-shadow: 0 5px 20px 0 rgba(43, 171, 160, 0.12);
  -webkit-animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
  animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
}

.menu-item ul.sub-menu {
  display: none;
  margin: 2px 0 0;
  min-width: 210px;
  inset: 100% auto auto auto;
}

@media screen and (min-width: 992px) {
  li.menu-item-has-children ul.sub-menu {
    opacity: 0;
    display: block;
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
    visibility: hidden;
    -webkit-transform-origin: top;
    position: absolute;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-8deg);
    transform: perspective(300px) rotateX(-8deg);
  }
  li.menu-item-has-children ul.sub-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }
  li.menu-item-has-children ul.sub-menu.show {
    display: block;
  }
}

li.menu-item-has-children > a {
  position: relative;
}

.ownmenu .menu-item-has-children > a:before {
  float: right;
  font-size: 12px;
  content: "\e939";
  font-weight: 900;
  margin: 3px 0 0 8px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: 'Linearicons';
}

.ownmenu li.menu-item-has-children:hover > a:before {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.main_menu_list ul.sub-menu:before {
  top: -4px;
  height: 2px;
}

ul.sub-menu > li {
  padding: 0 5px;
}

ul.sub-menu > li:not(:last-child) {
  margin-bottom: 1px;
}

ul.sub-menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 9px 18px;
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
  color: var(--secondary);
}

ul.sub-menu > li:hover > a, ul.sub-menu > li.current-menu-item > a {
  color: var(--main);
  background-color: rgba(1, 160, 76, 0.05);
}

.contactForm_homes.innerpages .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm svg.vc_icon_element-icon {
  border: 0;
}

.contactForm_homes.innerpages .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  text-align: left;
  margin-bottom: 0;
}

.contactForm_homes.innerpages  > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 20px;
  overflow: hidden;
  word-break: break-all;
  height: 250px;
  border-radius: 24px;
  background-color: rgba(1, 160, 76, 0.05);
}

.shortenise img {
  max-height: 120px;
  object-fit: cover;
  object-position: center;
}

.locationblock > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: rgba(1, 160, 76, 0.05);
  padding: 40px;
  border-radius: 24px;
}

.vc_row.wpb_row.vc_row-fluid.section-block.section-bg.vc_custom_1704217795832.vc_row-has-fill {
  height: 600px;
}


.locationitems_ose > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: var(--section-bg);
  padding: 2rem;
  margin-top: 20px;
  border-radius: 20px;
  color: #222;
}


.locationitems_ose a.wh-phone {
  color: var(--main);
}

/*-----------------------------------------
  PAGE LOADER STYLES
------------------------------------------*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader::after {
    content: "";
    border: 8px solid #ccc;
    border-top: 8px solid var(--secondary); 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


