/*
	Theme Name: Impact Base
	Version: 1.1
	Last Updated : 2/28/18
	Author: Impact Marketing
*/
/*------------------------------------*\
    Template Lines - DELETE
\*------------------------------------*/
/*------------------------------------*\
    COLORS
\*------------------------------------*/
:root {
  --main: #093f73;  /* rgba(9, 63, 115, 0.5) */
  --light-main: #33b2f5;
  --light-blue: #3cbcff;  /* rgba(60, 188, 255, 0.5) */
  --dark-main: #061b2f;
  --light-bg: #e5f0fb;
  --grey-bg: #96979b;
  --light-grey: #f3f3f3;
  --text-color: #777777;
  --dark-grey: #222222;
  --light-blue-bg: #ebf5fd;
  --section-bg: #f4f6f9;

  --header-font: 'Montserrat', sans-serif;
  --text-font: 'Open Sans', sans-serif;
}

div#wpadminbar {
/*   display: none; */
}

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

html {
  margin-top: 0!important;
}

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

.pageWrap {
    background-color: #fff;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

.pageContain {
  background-color: white;
}

/*------------------------------------*\
    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 {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: var(--text-font);
  font-weight: normal;
  font-size: 14px;
  color: var(--text-color);
}

/* 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… */
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.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%;
}

/*------------------------------------*\
    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
\*------------------------------------*/
.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… */
}

.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… */
}

/*======= END TEAM MODULE =======*/
/*
      _____                            _
      \_   \_ __ ___  _ __   __ _  ___| |_
       / /\/ '_ ` _ \| '_ \ / _` |/ __| __|
   /\/ /_ | | | | | | |_) | (_| | (__| |_
  \____/ |_| |_| |_| .__/ \__,_|\___|\__|
                   |_|
*/
/* ==== GENERNAL ==== */
body, html {
  height: 100%;
}

html {
  height: auto;
}


/*body {*/
/*  background-color: #fafafa;*/
/*}*/

.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(--text-font);
  color: var(--main);
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

* {
  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: 40px;
  background-color: #ffffff;
  padding: 0 40px;
}

/* ==== Global ==== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--header-font);
}

p, dl, ol, ul {
  font-family: var(--text-font);
  margin-top: 0;
  margin-bottom: 1em;
}

p {
  font-size: 14px;
  line-height: 24px;
}

h1 {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
}

h2 {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  color: var(--main);
}

h3 {
  display: block;
  font-size: 36px;
  line-height: 39px;
  text-transform: unset;
  font-weight: 400;
  color: var(--main);
}

h4 {
  display: block;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: .83em;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: .75em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.section-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center;
}

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

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

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

.cd-filter {
  background-color: #fff;
  padding: 1rem;
}

.filteringby .cd-filter {
  background-color: var(--section-bg);
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
}

.titlaFilter p {
  color: var(--main);
  font-weight: bold;
  margin-bottom: 0;
}

p.search-box {
  margin-bottom: 0;
}

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

select#fDiffer {
  border: 1px solid #ddd;
}

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

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

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

/*
.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;
}

.white {
  color: white;
}


/* ========== Header ========= */
/* .menuWrap {
  display: block;
  float: left;
  width: 100%;
}

ul#menu-main-menu {
  list-style: none;
}

ul#menu-main-menu li {
  float: left;
  display: inline-block;
}

ul#menu-main-menu {
  padding: 0px;
}

ul#menu-main-menu a {
  padding: 10px 20px;
  font-size: 16px;
}

header {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0px;
  background-color: #ececec;
} */

/* ========== Footer ========= */
footer {
  float: left;
  width: 100%;
  background-color: #ececec;
}

.CWRight {
  text-align: right;
}

.copyrightWrap {
  background-color: #ececec;
  padding: 7px 0px;
  font-size: 12px;
}

.footerContainer {
  min-height: 140px;
}

/* .n2-ss-slider .n2-ss-layer-col {
  justify-content: flex-start!important;
} */

.n2-ss-slider .n2-ow {
  white-space: nowrap;
}

.objectiftls {
  object-fit: contain;
  object-position: bottom;
}

div#n2-ss-5-arrow-previous,
div#n2-ss-5-arrow-next {
  margin-top: 150px;
}

/* ========== Page ========= */

/* .gradient-bottom > .vc_column_container::after {
  content: '';
  background-image: url('../impactbase/img/gradient-btm.png');
  background-position: bottom;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
} */
/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999;
}

.preloader .loader {
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: block;
}

.preloader .pre-box {
  width: 50px;
  height: 50px;
  background: var(--main);
  -webkit-animation: loaderAnimate .5s linear infinite;
  animation: loaderAnimate .5s linear infinite;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .pre-shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: loaderShadow .5s linear infinite;
  animation: loaderShadow .5s linear infinite;
}

@-webkit-keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes loaderShadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes loaderShadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

/*
    Off canvas panel
*/
.offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2c2c2c;
  cursor: pointer;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
}

.offcanvas-panel.panel-on .panel-overlay {
  visibility: visible;
  opacity: 0.2;
}

.offcanvas-panel.panel-on .offcanvas-panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.offcanvas-panel .offcanvas-panel-inner {
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -300px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-panel .offcanvas-panel-inner .panel-logo,
.offcanvas-panel .offcanvas-panel-inner .about-us {
  margin-bottom: 40px;
}

.offcanvas-panel .offcanvas-panel-inner::-webkit-scrollbar {
  display: none;
}

.offcanvas-panel .panel-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #ededed;
  font-weight: 600;
}

.offcanvas-panel .contact-us ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 16px;
}

.offcanvas-panel .contact-us ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #2c2c2c;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.offcanvas-panel .contact-us ul li a {
  display: block;
}

.offcanvas-panel .contact-us ul li a:hover {
  color: var(--main);
}

.offcanvas-panel .panel-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: var(--main);
  z-index: 2;
}
.container-1350 {
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .container-1350 {
    max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  .container-1350 {
    max-width: 100%;
  }
}

ul.social-link li {
  display: inline-block;
}

.navigation-three .site-branding,
.hero-slider-one .slick-arrow,
.hero-area-two .single-slider .hero-content-inner,
.hero-area-four .hero-arrows .slick-arrow,
.service-slider-one .slick-arrow,
.single-service-item .icon,
.single-category-box .icon,
.counter-item-two .icon,
.project-arrows .slick-arrow,
.project-item-two .img-holder .icon-btn a,
.project-item-three .img-holder .icon-btn a,
.project-item-four .img-holder .icon-btn a,
.video-popup,
.play-one_content-box,
.pagination ul li a,
.product-search-filter .product-search .search-btn,
.single-product-item .product-img,
.product-details-wrapper .product-info .product-cart ul li .wishlist-btn,
.product-gallery-area .product-big-slider .product-img,
.product-gallery-area .product-thumb-slider .product-img,
.testimonial-slider-three .slick-arrow,
.testimonial-slider-one .slick-arrow,
.testimonial-item-two .testimonial-content .author-title-quote .quote,
.testimonial-item-three .testimonial-content .author-title-qoute .quote,
.testimonial-item-four .testimonial-content .author-title-qoute .quote,
.sidebar-widget-area .widget.contact-info-widget .contact-info-box .icon,
.sidebar-widget-area .widget.download-widget a i,
.information-item_one .icon,
.information-item-two .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-r {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z--1 {
  z-index: -1;
}

.z-2 {
  z-index: 2;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.text-white P {
  color: #fff;
}

.border-top-1 {
  border-top: 1px solid rgba(44, 44, 44, 0.1);
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.border-top-white-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

span.smallerse {
  color: var(--light-blue);
}

span.text {
  color: #fff;
}

span.text svg {
  margin-right: 3px;
}

ul.social-link a {
  margin-right: 10px;
  color: #fff;
}

/*===== All Color =====*/
.yellow {
  color: var(--main);
}

/*===== All Bg =====*/
.bg-white {
  background-color: #fff;
}

.dark-black-bg {
  background-color: #061b2f;
}

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

.light-gray-bg {
  background-color: #f8f6ef;
}

.white-bg {
  background-color: #fff;
}
/*
    Start Back to top css
*/
.back-to-top {
  background: var(--main);
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #0c1b36;
  color: #fff;
}

/*
    End scroll_up css
*/
/*=========================
    02. Start Header css 
==========================*/
/* Header Top Bar CSS */
.header-top-bar {
  color: rgba(254, 254, 255, 0.7);
  padding: 8px 0;
}

@media (max-width: 1199px) {
  .top-bar-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .top-bar-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.top-bar-left .lang-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-left .nice-select {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  padding-right: 15px;
}

.top-bar-left .nice-select:after {
  color: var(--main);
}

.top-bar-left .nice-select .option {
  color: #2c2c2c;
}

.top-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-bar-right span i {
  color: var(--main);
  margin-right: 10px;
}

.top-bar-right ul.social-link:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '|';
  margin-left: 35px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .top-bar-right ul.social-link:before {
    display: none;
  }
}

.top-bar-right ul.social-link li a:not(first-child) {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .top-bar-right ul.social-link li a:not(first-child) {
    margin-left: 10px;
  }
}

.top-bar-right ul.social-link li a:hover {
  color: var(--main);
}

.top-bar-one .top-bar-left .lang-dropdown:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '|';
  margin-left: 35px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .top-bar-one .top-bar-left .lang-dropdown:before {
    display: none;
  }
}

.top-bar-two {
  background-color: #0f0f0c;
}

.top-bar-two .top-bar-left {
  padding-left: 215px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .top-bar-two .top-bar-left {
    padding-left: 185px;
  }
}

@media (max-width: 1199px) {
  .top-bar-two .top-bar-left {
    padding-left: 0;
  }
}


.preloader {
  display: none;
}
/* Header Middle CSS */
.header-middle {
  padding: 30px 0;
}

.header-middle .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -35px;
}

@media (max-width: 991px) {
  .header-middle .contact-information {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-middle .contact-information .information-item_one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media (max-width: 767px) {
  .header-middle .contact-information .information-item_one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 451px) and (max-width: 767px) {
  .header-middle .contact-information .information-item_one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.header-middle .contact-information .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 767px) {
  .header-middle .contact-information .button {
    display: none;
  }
}

.header-middle .contact-information .button .main-btn {
  padding: 15px 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .header-middle .contact-information .button .main-btn {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-middle .contact-information .button .main-btn {
    padding: 15px 14px;
  }
}

/* Header Navigation CSS */
.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-navigation .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.header-navigation .nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.header-navigation .main-menu ul>li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .header-navigation .main-menu ul>li {
    margin: 0 15px;
  }
}

.header-navigation .main-menu ul>li.menu-item-has-children>a:after {
  content: "\f103";
  font-family: "Flaticon";
  font-weight: 400;
  display: inline-block;
  font-size: 8px;
  margin-left: 5px;
  margin-top: 4px;
  float: right;
}

@media (max-width: 1199px) {
  .header-navigation .main-menu ul>li.menu-item-has-children>a:after {
    display: none;
  }
}

.header-navigation .main-menu ul>li.menu-item-has-children .sub-menu li.menu-item-has-children:hover>a:after {
  color: #fff;
}

.header-navigation .main-menu ul>li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: #2c2c2c;
}

.header-navigation .main-menu ul>li>a {
  display: block;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 800;
  text-transform: capitalize;
  padding: 20px 0;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .header-navigation .main-menu ul>li>a {
    font-size: 16px;
  }
}

.header-navigation .main-menu ul>li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  min-width: 250px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
  height: auto;
  text-align: left;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu.mega-menu-item.mostImportant {
  z-index: 999;
}

.header-navigation .main-menu ul>li.mostImportant .sub-menu {
  z-index: 99;
}

.header-navigation .main-menu ul>li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .main-menu ul>li .sub-menu li:last-child>a {
  border-bottom: none;
}

.header-navigation .main-menu ul>li .sub-menu li a {
  display: block;
  padding: 7px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}

.header-navigation .main-menu ul>li .sub-menu li a:hover {
  background-color: var(--main);
  color: #fff;
  border-color: transparent;
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
  top: 0%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
  background-color: var(--main);
  color: #fff;
}

.header-navigation .main-menu ul>li:hover>a {
  color: var(--main);
}

ul#menu-main-menu li.menu-item-has-children > a.active ~ .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 99;
}

ul#menu-main-menu li.menu-item-has-children > a > .sub-menu {
  z-index: -1;
}

.animated.animationDelay_1 {
  animation-delay: 0.2s;
}

.animated.animationDelay_2 {
  animation-delay: 0.4s;
}

.animated.animationDelay_3 {
  animation-delay: 0.6s;
}

.vc_row.wpb_row.vc_row-fluid.section-block.smaller.bg-homepage .newsStyle_home {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.vc_row.wpb_row.vc_row-fluid.section-block.smaller.bg-homepage {
  padding-top: 2rem;
  padding-bottom: 0;
}

.mapGrey_section .section-block.small.wpb_column.vc_column_container.vc_col-sm-7 {
  padding-left: 40px;
}

.bg-homepage .vc_row.wpb_row.vc_inner.vc_row-fluid.container.content-block.newsStyle_home::before {
  content: "";
  background: var(--section-bg);
  border-radius: 22px;
  position: absolute;
  width: 80%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.bg-homepage .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  /* box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); */
  margin-bottom: 10px;
  padding: 10px;
  max-width: 550px;
}


.header-navigation .main-menu ul>li.menu-item-has-children>a.active:after,
#mega-menu-wrap-extra-menu #mega-menu-extra-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  transform: rotate(180deg);
}

.header-navigation .main-menu ul>li .dd-trigger {
  display: none;
}

.header-navigation.breakpoint-on .sidebar-logo {
  display: block;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  font-weight: 600;
}

.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -270px;
  z-index: 9999;
  width: 270px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #2c2c2c;
  padding: 13px 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #2c2c2c;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #2c2c2c;
  font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}

.header-navigation.breakpoint-on .navbar-toggler,
.header-navigation.breakpoint-on .navbar-close {
  display: block;
}

nav.main-menu.mobileView {
  display: none;
}

.header-navigation .navbar-toggler {
  padding: 10px 7px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
  margin-left: 0;
  margin-right: 50px;
}

.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #2c2c2c;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

.header-navigation .nav-menu .call-button,
.header-navigation .nav-menu .menu-button {
  display: none;
}

.header-navigation.breakpoint-on .nav-menu .call-button,
.header-navigation.breakpoint-on .nav-menu .menu-button {
  padding: 30px 20px;
}

@media (max-width: 767px) {

  .header-navigation.breakpoint-on .nav-menu .call-button,
  .header-navigation.breakpoint-on .nav-menu .menu-button {
    display: block;
  }
}

.header-navigation.breakpoint-on .nav-menu .call-button {
  padding-top: 0;
}

.call-button span {
  color: #2c2c2c;
  font-weight: 600;
}

.call-button span i {
  margin-right: 10px;
}

.call-button span a {
  text-decoration: underline;
  font-weight: 600;
}

.call-button span a:hover {
  color: var(--main);
}

.brand-logo {
  max-width: 350px;
  margin-top: 20px;
}

.header-middle > .container-1350 {
  margin-top: -30px;
}

.brand-logo img {
  margin-bottom: -35px;
  padding-top: 10px;
}

.navigation-one.sticky .header-middle .contact-information {
  margin-bottom: 0;
}

.navigation-one.sticky .brand-logo img {
  margin-bottom: -20px;
}

.header-middle {
  padding: 10px 0;
  margin-bottom: 0;
}

/* Header Sticky */
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 100%;
  border-radius: 0;
  background-color: #fff;
  -webkit-animation: sticky 1.2s forwards;
  animation: sticky 1.2s forwards;
  -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);
}

.navigation-one.sticky {
  padding: 15px 0;
}

@-webkit-keyframes sticky {
  0% {
    max-width: 1350px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  100% {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@keyframes sticky {
  0% {
    max-width: 1350px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  100% {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/* Navigation Style */
.navigation-one.breakpoint-on {
  padding: 15px 0;
}

.navigation-one .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-one .nav-right-item,
.navigation-one .site-branding {
  display: none;
}

@media (max-width: 1199px) {

  .navigation-one .nav-right-item,
  .navigation-one .site-branding {
    display: block;
  }
}

.navigation-one .main-menu {
  position: relative;
  z-index: 2;
  margin-bottom: -32.5px;
}

.navigation-one .main-menu>ul {
  font-size: 0;
}

.navigation-one .main-menu>ul>li {
  margin: 0;
}

.navigation-one .main-menu>ul>li:last-child>a:before {
  display: none;
}

.navigation-one .main-menu>ul>li>a {
  position: relative;
  padding: 20px 10px;
  background-color: #f8f6ef;
  z-index: 1;
  font-weight: normal;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-one .main-menu>ul>li>a {
    padding: 20px 10px;
  }
}


.navigation-one .main-menu>ul>li>a.active {
  background-color: var(--main);
  color: #2c2c2c;
}

.navigation-one .main-menu>ul>li>a.active:before {
  width: 100%;
  background-color: transparent;
  background: url(../images/shape/menu-pattern.png) no-repeat center;
  background-size: cover;
}

.navigation-one .main-menu>ul>li:hover>a {
  background-color: var(--main);
  color: #2c2c2c;
}

.navigation-one .main-menu>ul>li:hover>a:before {
  width: 100%;
  background-color: transparent;
  background: url(../images/shape/menu-pattern.png) no-repeat center;
  background-size: cover;
}

.navigation-two .site-branding {
  max-width: 250px;
  padding: 16px 70px 16px 0;
  border-right: 1px solid #e8e8e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1651px) and (max-width: 1750px) {
  .navigation-two .site-branding {
    padding: 16px 50px 16px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-two .site-branding {
    padding: 16px 40px 16px 0;
  }
}

@media (max-width: 1199px) {
  .navigation-two .site-branding {
    padding: 20px 20px 20px 0;
  }
}

.navigation-two .primary-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-two .primary-menu .nav-inner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 45px;
}

@media only screen and (min-width: 1651px) and (max-width: 1750px) {
  .navigation-two .primary-menu .nav-inner-menu {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-two .primary-menu .nav-inner-menu {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .navigation-two .primary-menu .nav-inner-menu {
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation-two .main-menu ul>li>a {
  padding: 33px 0;
}

.navigation-two .nav-right-item .call-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 27px 70px;
  border-right: 1px solid #e8e8e7;
  border-left: 1px solid #e8e8e7;
}

@media only screen and (min-width: 1651px) and (max-width: 1750px) {
  .navigation-two .nav-right-item .call-button {
    padding: 27px 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-two .nav-right-item .call-button {
    padding: 27px 30px;
  }
}

@media (max-width: 1199px) {
  .navigation-two .nav-right-item .call-button {
    padding: 27px 20px;
  }
}

@media (max-width: 767px) {
  .navigation-two .nav-right-item .call-button {
    display: none;
  }
}

.navigation-two .nav-right-item .menu-button {
  margin-left: 70px;
}

@media only screen and (min-width: 1651px) and (max-width: 1750px) {
  .navigation-two .nav-right-item .menu-button {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-two .nav-right-item .menu-button {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .navigation-two .nav-right-item .menu-button {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .navigation-two .nav-right-item .menu-button {
    display: none;
  }
}

.navigation-three.breakpoint-on {
  padding: 10px 0;
}

.navigation-three .site-branding {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  margin-bottom: -120px;
}

@media (max-width: 1199px) {
  .navigation-three .site-branding {
    margin-bottom: -90px;
  }
}

.navigation-three .site-branding .brand-logo {
  padding: 35px;
  max-width: 190px;
  background-color: var(--main);
  border-radius: 7px;
}

@media (max-width: 1199px) {
  .navigation-three .site-branding .brand-logo {
    padding: 15px 25px;
  }
}

.navigation-three .site-branding .sticky-logo {
  display: none;
}

.navigation-three .primary-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-three .primary-menu .nav-inner-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 45px;
}

@media (max-width: 1199px) {
  .navigation-three .primary-menu .nav-inner-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation-three .nav-right-item .call-button {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-three .nav-right-item .call-button {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .navigation-three .nav-right-item .call-button {
    display: none;
  }
}

.navigation-three .nav-right-item .menu-button {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .navigation-three .nav-right-item .menu-button {
    display: none;
  }
}

.navigation-three.sticky {
  padding: 15px 0;
}

.navigation-three.sticky .site-branding {
  margin-top: 0;
  margin-bottom: 0;
}

.navigation-three.sticky .site-branding .brand-logo {
  display: none;
  background-color: transparent;
  padding: 0;
}

.navigation-three.sticky .site-branding .sticky-logo {
  display: block;
}

.navigation-four {
  background-color: #1f1e17;
}

.navigation-four .primary-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-four .site-branding {
  margin-top: -50px;
}

.navigation-four .site-branding .brand-logo {
  background-color: var(--main);
  padding: 25px 35px;
  max-width: 190px;
}

@media (max-width: 1199px) {
  .navigation-four .site-branding .brand-logo {
    padding: 10px 15px;
  }
}

.navigation-four .site-branding .sticky-logo {
  display: none;
}

@media (max-width: 1199px) {
  .navigation-four .site-branding {
    margin-top: 0;
  }
}

#mega-menu-wrap-extra-menu {
  background: var(--main);
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 10px 40px;
  height: auto;
  font-weight: 600!important;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background: transparent!important;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: var(--main)!important;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-color: #fff;
  border: none;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left;
  background: #fff;
}

.header-middle {
  padding: 10px 0;
  margin-bottom: 0;
  z-index: 999999;
  position: relative;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--main); 
}

.navigation-four .nav-inner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.navigation-four .nav-inner-menu .bar-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-four .nav-inner-menu {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-four .main-menu ul>li {
    margin: 0 10px;
  }
}

.navigation-four .main-menu ul>li>a {
  color: #fff;
}

.navigation-four .nav-right-item:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: '|';
  margin-left: 25px;
  margin-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .navigation-four .nav-right-item:before {
    margin-left: 15px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .navigation-four .nav-right-item:before {
    display: none;
  }
}

.navigation-four .nav-right-item .call-button {
  margin-right: 45px;
}

.navigation-four .nav-right-item .call-button span {
  color: #fff;
}

@media (max-width: 767px) {
  .navigation-four .nav-right-item .call-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation-four .nav-right-item .menu-button {
    display: none;
  }
}

.navigation-four .nav-right-item .menu-button .main-btn.bordered-btn.bordered-yellow {
  color: #fff;
}

.navigation-four .nav-right-item .menu-button .main-btn.bordered-btn.bordered-yellow:hover {
  color: #2c2c2c;
}

.navigation-four .nav-right-item .navbar-toggler {
  border-color: #fff;
}

.navigation-four .nav-right-item .navbar-toggler span {
  background-color: #fff;
}

.navigation-four.sticky {
  padding: 15px 0;
  background-color: #1f1e17;
}

.navigation-four.sticky .site-branding {
  margin-top: 0;
}

.navigation-four.sticky .site-branding .brand-logo {
  padding: 0;
  background-color: transparent;
  display: none;
}

.navigation-four.sticky .site-branding .sticky-logo {
  display: block;
}


.navigation-one .main-menu>ul#menu-final-menu {
  font-size: 0;
  background: var(--main);
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
}


.navigation-one .main-menu>ul#menu-final-menu>li>a {
  background: transparent;
  color: #fff;
}

.navigation-one .main-menu>ul#menu-main-menu>li>a {
  background-color: transparent;
  color: var(--dark-grey);
}

.header-navigation.navigation-one {
  max-width: 1350px;
  margin: 0 auto;
  background: #fff;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header.header-area {
  z-index: 9999;
  position: relative;
}

div#homepage {
  margin-top: -20%;
  /* z-index: 0; */
  position: relative;
  padding-top: 130px;
}

.navigation-one .main-menu {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}



@media (min-width: 990px) {
  .container-newest {
    width: auto;
    display: flex;
    justify-content: flex-end;
  }
}

.navigation-one .main-menu>ul>li:hover>a {
  background-color: var(--grey-bg);
  color: #fff;
}

.navigation-one .main-menu>ul>li>a {
  font-weight: 500;
}

.header-navigation .main-menu ul>li .sub-menu li a {
  font-weight: 500;
}

.sidebarTitle h5 {
  font-size: 22px;
  color: var(--main);
  padding-bottom: 20px;
}

.sidebarBlock {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 20px;
  border-radius: 3px;
}

/* .sidebarBlock {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
} */

/* .sidebarContent h5.title.usmall {

}

.sidebarContent img.wp-post-image {

} */

.sidebarContent article.item {
  margin-bottom: 30px;
}

.pq-breadcrumb {
  background: var(--grey-color);
  color: var(--white-color);
    padding: 230px 0 60px 0;
    margin-top: -160px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

body.leadership .section-block.medium {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pq-breadcrumb nav {
  position: relative;
}

.pq-breadcrumb-title h2,
.pq-breadcrumb-title h1 {
  font-size: 42px;
  line-height: 50px;
  color: var(--main);
}

.mt-2 {
  margin-top: 0.5rem!important;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  flex-direction: row;
  align-content: center;
  align-items: center;
  white-space: nowrap;
}

.pq-breadcrumb-container .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.pq-breadcrumb-container .breadcrumb li {
  list-style-type: none;
  margin-right: 15px;
  padding-left: 0;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--title-fonts);
}

.pq-breadcrumb-container .breadcrumb li.active {
  color: var(--main);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f125";
  font-size: 12px;
  font-family: "Ionicons";
  padding-right: 15px;
  color: var(--secondary-color);
  float: none;
}

.pq-breadcrumb-container .breadcrumb li a i {
  margin-right: 10px;
}

.pq-breadcrumb-container .breadcrumb li a {
  color: var(--text-color);
}

/* @media (min-width: 992px) {
  .col-lg-8.col-md-12.leftsideout {
    padding-left: 240px;
  }
} */

.wpb_text_column.wpb_content_element li {
  list-style: none;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 25px;
  position: relative;
}

.wpb_text_column.wpb_content_element li:before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: var(--light-main);
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: rgba(9, 63, 115, 0.1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}

#familyhealthlist.wpb_text_column.wpb_content_element li:before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: #093F73;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

#newYearHealth.wpb_text_column.wpb_content_element li:before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -20px;
  background: #093F73;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

#newYearHealth.wpb_text_column.wpb_content_element ul {
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  display: flex;
  flex-direction: column;
}

#surgicalInnovation.wpb_text_column.wpb_content_element li {
  position: relative !important;
  margin-left: 30px !important;
  padding-left: 10px !important;
  list-style: none !important;
  display: block !important;
  clear: both !important;
}

#surgicalInnovation.wpb_text_column.wpb_content_element li:before {
  content: "\e64c" !important;
  font-family: 'themify' !important;
  font-size: 10px !important;
  color: white !important;
  font-weight: bold !important;
  position: absolute !important;
  left: -20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #093F73 !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
}

#familyhealthlist ul {
    display: flex;
    flex-direction: column; /* Just in case flex is applied */
    column-count: 1 !important;
    grid-template-columns: none;
    flex-wrap: nowrap;
    padding-left: 50px;
}


.row.blogSingle.container {
  margin-left: auto;
  margin-right: auto;
}

/* .wpb_text_column.wpb_content_element ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
} */


.top-bar-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.top-bar-left ul.social-link {
  margin-bottom: 0;
}

.wpb_text_column.wpb_content_element ul {
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
}



.building .vc_single_image-wrapper {
    border-radius: 20px!important; 
    overflow: hidden!important;
}

#primary .wpb_text_column.wpb_content_element ul {
  list-style-type: none !important; /* Remove bullets */
  padding-left: 0 !important; /* Remove default padding */
}

#primary .wpb_text_column.wpb_content_element ul li {
  font-size: 18pt !important;
  color: #ffffff !important;
  margin-bottom: 10px !important; /* Adjust spacing between list items */
}

.primary #primary {
  border-top-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  overflow: hidden !important;
}


.call-today .wpb_column #call-today {
    border-radius: 10px !important; 
    overflow: hidden !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    box-sizing: border-box !important; 
}

.wpb_text_column.wpb_content_element.full-length ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr;
  justify-items: start;
}

.title-wrapper {
  margin: 0 0 15px;
}

.header-detail-project .service-metas-detail {
  margin-top: 15px;
}

.wrappers.inneerwrap {
  position: relative;
  overflow: hidden;
}

.header-detail-project:before {
  content: '';
  width: 100%;
  height: 100%;
  /* background: #000; */
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  position: absolute;
}

.service-metas-detail {
  color: var(--charcoal);
  font-weight: 500;
}

.title-wrapper>* {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.project-detail-title {
  font-size: 25px;
  margin: 0 0 20px;
}

.title-wrapper>*+* {
  margin-left: 7px !important;
}

@media (min-width: 992px) {

  .list-service-detail .icon {
    font-size: 40px;
    padding-right: 20px;
  }

  .list-service-detail .icon:before {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .header-detail-project {
    border-radius: 25px;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .project-detail-title {
    font-size: 32px;
  }
}


.container.imsloe img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 22px;
  max-height: 400px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

/*.pq-breadcrumb:before {*/
/*  content: '';*/
/*  background-size: 100%;*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 200px;*/
/*  background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 50%);*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  left: 0;*/
/*}*/

.container.imsloe {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.titleSideslw {
  position: absolute;
  height: 400px;
  width: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding-left: 40px;
  /* background-image: url('../impactbase/img/bg-waves-1.jpg');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
  overflow: hidden;
}

.siingleIsues.section-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 3px solid var(--light-blue-bg);
}

.row.align-items-center.mainTitalBue {
  justify-content: space-between;
}

.titleSideslw h4,
.titleSideslw h2 {
  z-index: 9;
}

.titleSideslw h2 {
  font-weight: 600;
}

.titleSideslw:before {
  content: '';
  /* background-image: url('../impactbase/img/bg-waves-1.jpg');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 400px;
  box-shadow: inset 0 0 0 200px rgba(255,255,255,0.6);
  filter: blur(2px);
}

body.palliative-care-memory-clinic .wpb_text_column.wpb_content_element ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr;
  justify-items: start;
}

body.palliative-care-memory-clinic .wpb_text_column.wpb_content_element p {
  color: var(--main);
  font-weight: 500;
  font-size: 18px;
}

.wpb_text_column.wpb_content_element .wpb_wrapper > ul > li > ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr;
  justify-items: start;
}

.wpb_text_column.wpb_content_element .wpb_wrapper > ul > li > ul > li {
  /* list-style: disc; */
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 0;
  color: #989898;
  font-style: italic;
  margin-top: 10px;
  position: relative;
}

.wpb_text_column.wpb_content_element .wpb_wrapper > ul > li > ul > li:before {
  content: " - ";
  font-size: 20px;
  color: #989898;
  position: absolute;
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background: transparent;
}

.section-block.team-memberContent {
  background: var(--section-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* .section-block.team-memberContent .col-lg-4.col-md-6 {
  margin: 0 auto;
} */

h2.widget-titles {
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 50px;
}

.imagess-widget {
  max-height: 300px;
  overflow: hidden;
}

.widget-item .info {
  background: #fff;
  padding: 1.5rem 1rem 2rem 1rem;
  text-align: center;
}

.widget-item .info h5.title.usmall {
  font-size: 17px;
  margin-bottom: 3px;
}

span.practice-widget {
  font-size: 13px;
  font-style: italic;
  /* margin-top: 0; */
}

.btnToKnow {
  padding: 10px;
  background: var(--light-blue);
  border-radius: 22px;
  text-align: center;
  margin-top: 30px;
  /* width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px; */
}

.btnToKnow a {
  color: #fff;
}

.innerBlocks_info .bigGiantBlocks {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -15px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.innerBlocks_info ul.bigGiantBlocks {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerBlocks_info ul.bigGiantBlocks li .lte-inner {
  padding: 70px 35px 70px;
  text-align: center;
}

.innerBlocks_info ul.bigGiantBlocks li:not(:last-child):after, .innerBlocks_info ul.bigGiantBlocks li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 2px dotted #000000;
  border-color: #ffffff;
  border-color: var(--white);
}

.innerBlocks_info ul.bigGiantBlocks li:not(:last-child):after {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.innerBlocks_info ul.bigGiantBlocks li i {
  margin-bottom: 0px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.innerBlocks_info ul.bigGiantBlocks li i {
  font-size: 70px;
  width: 70px;
  height: 70px;
}

.innerBlocks_info ul.bigGiantBlocks li i {
  color: var(--main);
}

.innerBlocks_info ul.bigGiantBlocks li .lte-icon-content {
  margin: 16px 0 0 0;
  display: block;
  height: 210px;
}

.innerBlocks_info ul.bigGiantBlocks li .lte-header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  margin: 0;
}

.innerBlocks_info ul.bigGiantBlocks li .lte-header {
  margin: 24px 0 0 0;
}

.innerBlocks_info ul.bigGiantBlocks li span.lte-header.lte-h6 {
  font-size: 22px;
  color: var(--main);
  font-weight: bold;
}

.innerBlocks_info ul.bigGiantBlocks li .lte-descr {
  line-height: 1.7em;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.innerBlocks_info ul.bigGiantBlocks li .lte-descr {
  padding: 16px 0;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  line-height: 1.9em;
}

@media (min-width: 1199px) {
  .innerBlocks_info ul.bigGiantBlocks li .lte-descr {
    max-width: 300px;
    margin: 0 auto;
  }
}


/*body.single .wpb_text_column.wpb_content_element .wpb_wrapper h3:after {*/
/*  border-bottom: 1px solid #E9E9E9;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 1px;*/
/*  width: 100%;*/
/*  bottom: 0px;*/
/*  left: 0;*/
/*  padding-top: 24px;*/
/*}*/

/*body.single .wpb_text_column.wpb_content_element .wpb_wrapper h3 {*/
/*  color: #444;*/
/*}*/

.blockFill.row-med {
  background: #fff;
  margin-bottom: 20px;
  padding: 23px 15px 10px 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  text-align: center;
}

.headerBlock_med {
  padding: 10px 15px 5px 15px;
  background: var(--grey-bg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  text-align: center;
}

.headerBlock_med h3.title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.list-service-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  margin-bottom: 40px;
}

.list-service-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 1rem 4rem 1rem 1.5rem;
  background-color: #fff;
  margin-right: 20px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.list-service-detail .icon {
  flex-shrink: 0;
  font-size: 30px;
  padding-right: 10px;
  line-height: 1;
  color: var(--charcoal);
  position: relative;
  z-index: 1;
}

.list-service-detail .details .text {
  font-size: 14px;
  font-weight: 600;
  color: var(--main);
  font-family: var(--sub-font);
}

.list-service-detail .details {
  color: var(--charcoal);
  flex-grow: 1;
  padding-left: 15px;
}

.list-service-detail .icon:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--light-blue-bg);
  right: 0;
  bottom: -10px;
  z-index: -1;
}

.list-service-detail i {
  display: inline-block;
  line-height: 1;
  color: var(--main);
}

@media (min-width: 992px) {
  .locations.addressInner.socialMeidae .list-service-detail li {
    width: 33.333%;
    margin-bottom: 45px;
  }
  .list-service-detail .icon {
    font-size: 40px;
    padding-right: 20px;
  }
  .list-service-detail .icon:before {
    width: 50px;
    height: 50px;
  }
}

a.phoneInes {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: var(--main);
  border-radius: 5px;
  padding: 3px 25px;
  margin-top: 15px;
}

.sidebarBlock.finalse_meds {
  padding: 20px;
  text-align: center;
}

.sidebarBlock.finalse_meds .sidebarTitle h5 {
  font-size: 14px;
  padding-bottom: 5px;
}

.sidebarBlock.finalse_meds.blocker_btm {
  padding-bottom: 50px;
  border: none;
}

.sidebarBlock.finalse_meds.blocker_tops {
  padding-top: 50px;
  border: none;
}

.sidebarBlock.finalse_meds {
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
}

.pq-90 {
  padding: 0;
}

.pq-bg-primary-dark {
  background-color: var(--main) !important;
  position: relative;
}

.pq-bg-img-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: url('../impactbase/img/bg-1.png');
  background-position: center center;
  background-repeat: repeat;
  background-size: 60% auto;
  background-attachment: fixed;
}

.pq-title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: 0;
}

.pq-button {
  position: relative;
  width: auto;
  background: var(--light-main);
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-button .pq-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pq-button span {
  z-index: 9;
  position: relative;
  margin-right: 10px;
  color: #fff;
}

.row.blogSingle.container.medical_serv {
  padding-bottom: 2rem;
  padding-top: 2rem;
}



/*-------- COL-4 STYLING --------*/
/* .list-service-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.list-service-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  background-color: #f4f6f9;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 30px;
} */


/* ---- Three Columns ---- */
.list-service-detail.threetree {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-bottom: 40px;
}


/* ---- Three Columns ---- */
ul.list-service-detail.twotree li {
  padding: 1rem 4rem 1rem 2rem;
}

ul.list-service-detail.twotree {
  width: 100%;
}

.list-service-detail li.medCbo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 1rem 1rem 2rem 1rem;
  background-color: #fff;
  margin-right: 0px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}

.list-service-detail.threetree {
  width: 100%;
}

.list-service-detail .icon.floatingsPhoen {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  height: 60px;
  width: 60px;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  padding-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.list-service-detail .icon.floatingsPhoen:hover {
  background: var(--main);
  color: #fff;
}

.list-service-detail .icon.floatingsPhoen i {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 30px;
}

.list-service-detail .icon.floatingsPhoen:hover i {
  color: #fff;
}

.list-service-detail li.medCbo .details .text {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: var(--main);
  font-family: var(--sub-font);
}

.list-service-detail li.medCbo .icon:before {
  display: none;
}

ul.list-service-detail.twotree li.medCbo {
  padding: 1rem 1rem 3rem 1rem;
  background-color: #fff;
  margin-right: 15px;
}

ul.list-service-detail.fourtree {
  row-gap: 20px;
}

.vc_row.wpb_row.vc_row-fluid.lightBlue_bubble {
  background: rgba(9, 63, 115, 0.1);
  border-radius: 8px;
  padding: 2rem;
}

.vc_row.wpb_row.vc_row-fluid.lightBlue_bubble h4 {
  line-height: normal;
}

.vc_row.wpb_row.vc_row-fluid.lightBlue_bubble .wpb_content_element {
  margin-bottom: 15px;
}


.vc_row.wpb_row.vc_row-fluid.lightBlue_refill {
  background: rgba(9, 63, 115, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
}

.vc_row.wpb_row.vc_row-fluid.lightBlue_refill .wpb_content_element {
  margin-bottom: 15px;
}

.vc_row.wpb_row.vc_row-fluid.lightBlue_refill h4 {
  line-height: normal;
}

body.single .vc_row.wpb_row.vc_row-fluid.lightBlue_refill .wpb_text_column.wpb_content_element .wpb_wrapper h3:after {
  border-bottom: 1px solid rgba(9, 63, 115, 0.1);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding-top: 14px;
}

#mega-menu-wrap-extra-menu .mega-menu-toggle {
  display: none;
}

.lowles .maw_advanced_btn .icon__left {
  font-size: 18px !important;
  padding-right: 5px !important;
  display: none;
}

.lowles .maw_advanced_btn>span {
  vertical-align: middle;
  font-size: 14px;
}

.lowles .button--aylen {
  background: #3cbcff !important;
  color: #ffffff !important;
  font-size: 14px!important;
  padding: 10px 25px!important;
}

.blue_title h4 {
  line-height: normal;
  color: var(--main);
}

/* different-layout */
.col-lg-4.col-md-12.rightsideout {
  padding: 1rem 2rem;
  margin-left: 3%;
  margin-top: 30px;
  flex: 0 0 30%;
  max-width: 30%;
  height: fit-content;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.02);
    background-color: var(--section-bg);
    border-radius: 2px;
}

.col-lg-8.col-md-12.leftsideout {
  padding: 1rem 2rem;
  padding-right: 1rem;
}

.post-default.post-has-bg-img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  background: var(--section-bg);
  padding-bottom: 20px;
  height: 420px;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(9, 63, 115, 0.1);
}

.moes {
  margin-bottom: 40px;
}

.moes img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  outline: 5px solid #fff;
}

.newestCatse img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 300px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  outline: none;
}

.newestCatse a.widthfils {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.newestCatse .post-default.post-has-bg-img {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    background: var(--section-bg);
    padding-bottom: 20px;
    height: auto;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(9, 63, 115, 0.1);
    /* background-color: #fff; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.widthfils {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

a.widthfils {
  width: 100%;
}


.col-lg-9.float-left.padi-side {
  padding-right: 180px;
}

.post-thumb {
  width: 100%;
}

h3.titleNames a.row-title.buttonsiz {
  font-size: 18px;
  text-transform: capitalize;
  padding-top: 10px;
  margin: 0;
  color: #746661;
  font-weight: 600;
}

.titleNames {
  padding-top: 5px;
  margin: 0;
  padding-bottom: 0;
}

h3.titleNames {
  padding-top: 5px;
  margin: 0;
  padding-bottom: 0;
}

.post-data {
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 90px;
}

.col-lg-12.newestCatse.moes.mix.bchc-news .post-data {
  height: auto;
  text-align: left;
  padding-right: 20px;
  padding-left: 40px;
}

.row.centerFilterse {
  align-items: center;
}

.smember-icons {
  position: absolute;
  top: 0;
  text-align: center;
  width: auto;
  padding: 10px;
  left: -7px;
  background: var(--main);
  z-index: 9;
}

.smember-icons:before {
  content: '';
  position: absolute;
  left: -7px;
  bottom: -7px;
  border: 7px solid transparent;
  border-right-color: var(--main);
}

.post-thumb .smember-icons:before {
  border-right-color: var(--main);
}

.innerProvides.moes img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  outline-color: var(--section-bg);
}

.post-thumb {
  position: relative;
}

.innerProvides .post-default.post-has-bg-img {
  background: #fff;
}

.smember-icons span.medTisle {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.moes.mix {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .25s cubic-bezier(.43,.44,.63,.61);
  transition: all .25s cubic-bezier(.43,.44,.63,.61);
}

.moes.mix:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* @media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
} */


.finalRowings {
  background: #d5f0f7;
  padding: 190px 0 0 0;
  margin-top: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.navigation-one.sticky {
  padding: 0;
}

.row.align-items-center.mainTitalBue > .col-lg-7.float-left {
  margin-top: -20px;
}

.header-navigation.navigation-one.sticky .header-middle {
  padding: 0;
  margin-bottom: 0;
  max-height: 90px;
}

.navigation-one.sticky .main-menu>ul#menu-final-menu {
  font-size: 0;
  background: var(--main);
  border-top-left-radius: 22px;
  border-bottom-right-radius: 0;
}

/* .finalRowings .imageOverse img {
  min-height: 500px;
  height: 500px;
  object-fit: cover;
  object-position: right;
  border: 1px solid rgb(225, 233, 232);
  z-index: 9;
}

body.allergy .finalRowings .imageOverse,
body.audiology .finalRowings .imageOverse,
body.breast-care .finalRowings .imageOverse {
  position: relative;
  display: flex;
  max-width: 600px;
  width: 600px;
}

body.allergy .finalRowings .imageOverse img,
body.audiology .finalRowings .imageOverse img,
body.breast-care .finalRowings .imageOverse img {
  min-height: 500px;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgb(225, 233, 232);
  z-index: 9;
  object-fit: contain;
  background: #fff;
  object-position: center;
} */

.finalRowings .imageOverse {
  position: relative;
  display: flex;
  background: var(--main);
  z-index: 9;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  text-align: center;
  line-height: 250px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.finalRowings .imageOverse img {
  width: 125px;
  object-fit: contain;
  animation:banner_popup 1s;
	max-height: 200px;
  filter: brightness(0) invert(1);
}

body.ear-nose-and-throat .finalRowings .imageOverse img {
  filter: none;
}

.float-left.minus-botos {
  display: flex;
  justify-content: center;
  padding-right: 0;
}

.row.align-items-center.mainTitalBue .col-lg-7 {
  padding-left: 2rem;
}

.newestTitel h2 {
  color: var(--main);
  line-height: 1.059em;
  letter-spacing: 0.01em;
  font-size: 58px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}

span.proide_title {
    line-height: normal;
    font-size: 40px;
    background-image: linear-gradient(180deg, #FFFFFF00 56%, rgba(60, 188, 255, 0.3) 0%);
    font-style: italic;
    font-weight: 500;
}

.newestTitel h4 {
  font-size: 18px;
}


.innerBlocks_color.same-height {
    margin-bottom: 20px;
}

body.page.page-template-default .innerBlocks_color.same-height .wpb_text_column.wpb_content_element ul {
    grid-template-columns: 1fr 1fr;
}


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

.finalRowings.provide_rowings .imageOverse img {
    min-height: 550px;
    object-position: right;
    height: 600px;
    object-fit: cover;
    border-radius: 250px 250px 0px 0px;
    border: 1px solid rgb(225, 233, 232);
}

.finalRowings.provide_rowings .imageOverse {
    max-width: 450px;
}

.finalRowings.provide_rowings .col-lg-6.float-left.minus-botos {
    justify-content: center;
}

.newestTitel h2.ittleUpper {
    line-height: 68px;
    padding-bottom: 0;
    margin-bottom: -20px;
    font-size: 60px;
}

.newestTitel h2.ittleLower {
    padding-bottom: 10px;
    line-height: 38px;
}

.col-12.providersStyle {
    margin-top: -70px;
}

.finalRowings.provide_rowings .imageOverse img:after {
    content: '';
    background-size: 100%;
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 50%);
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0;
}

p.provide_content {
    margin-bottom: 0;
    margin-top: 5px;
    color: #52565b;
    font-size: 15px;
    font-weight: 400;
}

h3.provide_titles {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--main);
    line-height: 1;
    margin-top: 30px;
    display: block;
}

.details-tab-menu {
    background-color: #f8f6f4;
    border-radius: 10px;
    padding: 15px;
}

span.titleMian {
  color: var(--main);
  font-weight: 700;
  font-size: 19px;
  line-height: normal;
}

.categorysie.specList {
  margin-bottom: 15px;
  font-size: 13px;
  font-style: italic;
  padding-right: 10px;
  padding-left: 10px;
}

.pq-breadcrumb-title.overtopHek {
  position: absolute;
}

.teamMeis.newestSecslo_clals .smember-icons {
    position: absolute;
    top: 0;
    text-align: center;
    width: 110px;
    padding: 10px 0!important;
    left: -7px;
    background: var(--main);
}

.teamMeis.newestSecslo_clals .smember-icons span.medTisle {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 9px;
    text-align: center;
}

.about-images img.shape {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 155px;
    height: 155px;
    -webkit-animation: spin-1 8s infinite linear;
    animation: spin-1 8s infinite linear;
}

.about-images .about-btn {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
}

.about-images a.btn.btn-primary.btn-hover-secondary {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    border-width: 0px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 50px;
}

.about-images a.btn.btn-primary.btn-hover-secondary:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.about-images::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(60, 188, 255, 0) 0%, rgba(60, 188, 255, 0) 50%, rgba(60, 188, 255, 0.6) 100%);
    background: linear-gradient(180deg, rgba(60, 188, 255, 0) 0%, rgba(60, 188, 255, 0) 50%, rgba(60, 188, 255, 0.6) 100%);
}

.about-images .images img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.container.section-block.siingleIsues.aboutPrioves {
    padding-top: 5rem;
}

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

.about-content {
    padding: 70px 80px;
    position: relative;
}

h2.main-title {
    font-weight: bold;
}

h6.sub-title {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 13px;
    font-weight: 700;
    color: var(--main);
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin-bottom: 15px;
    margin-top: 0;
    /* line-height: 1.4; */
}

@keyframes spin-1 {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (min-width: 992px) {
    .col-lg-5.customFind_left {
        padding: 0;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
        margin-right: 2.5%;
    }
}

/* .section-block.team-memberContent .col-lg-4.col-md-6 {
    margin: 0 auto;
    float: left;
} */

body.post-type-archive-providers {
    background-color: #fafafa;
}

/*.imageOverse::before {*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: 500px;*/
/*    height: 550px;*/
/*    display: block;*/
/*    opacity: 1;*/
/*    transform: none;*/
/*    position: absolute;*/
/*    right: 5%;*/
/*    z-index: 1;*/
/*    bottom: -5%;*/
/*    box-shadow: 0px 10px 20px rgba(0,0,0,0.05);*/
/*}*/

body.audiology .finalRowings .imageOverse img,
body.hematology .finalRowings .imageOverse img {
    object-position: left;
}

.about-images {
    position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.imagess-widget img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  object-fit: cover;
}

body.post-type-archive-providers .pq-breadcrumb::before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}

body.post-type-archive-providers .pq-breadcrumb {
  background-position: 100% 73%;
}

body.post-type-archive-providers .pq-breadcrumb-container .breadcrumb li a {
  color: #fff;
  opacity: 0.8;
}

body.post-type-archive-providers .pq-breadcrumb-container .breadcrumb li.active {
  color: var(--light-blue);
  opacity: 1;
}

body.post-type-archive-providers .pq-breadcrumb-title h2 {
  font-size: 56px;
  line-height: 64px;
  color: #fff;
}

h2 {
  display: block;
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  color: var(--main);
}

body.page.page-template-default h3 {
  display: block;
  font-size: 36px;
  line-height: 39px;
  text-transform: unset;
  font-weight: 500;
  color: var(--main);
}

body.page.page-template-default .wpb_text_column.wpb_content_element ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr;
  justify-items: start;
}

body.page.page-template-default .wpb_text_column.wpb_content_element li {
  list-style: none;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
  letter-spacing: normal;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_wrap img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  width: 100%!important;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_wrap {
  width: 20%!important;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_content {
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%!important;
  padding-right: 10px;
  padding-left: 10px;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_content h2,
.mega_info_bar.info_bn_box.customBlocks_mision .mega_content h1,
.mega_info_bar.info_bn_box.customBlocks_mision .mega_content h3,
.mega_info_bar.info_bn_box.customBlocks_mision .mega_content h4,
.mega_info_bar.info_bn_box.customBlocks_mision .mega_content p {
  margin: 0;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_content h4 {
  margin: 0;
  font-size: 15px;
  color: #222;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_content p {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
}

.mega_info_bar.info_bn_box.customBlocks_mision .mega_hvr_btn {
  display: none;
}

.mega_info_bar.info_bn_box.customBlocks_mision .ribbon {
  display: none;
}

.mega_info_bar.info_bn_box.customBlocks_mision {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
  padding: 10px 10px;
  height: 155px;
}

.homeButton {
  margin-bottom: 40px;
}

.unqiueTitle_filt {
  margin-left: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  width: 100%;
  position: relative;
}

.unqiueTitle_filt::after {
  content: '';
  display: block;
  width: 80%;
  height: 1.5px;
  background-color: var(--main);
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media (min-width: 992px) {
  .mega_info_bar.info_bn_box.customBlocks_mision {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  .col-lg-12.mySearchCat {
    margin-left: 10px;
    padding-right: 35px;
  }
  .homeButton {
    width: 35%;
    float: left;
    margin-bottom: 40px;
    /* margin-right: 5%; */
    margin-left: 5%;
  }
}

@media (min-width: 1400px) {
  .container.unqiue_item {
    max-width: 1280px;
  }
}

@media (max-width: 991px) {

}

/* .vc_row.wpb_row.vc_row-fluid.section-block.bg-mabie::before {
  content: '';
  content: '';
  background: var(--section-bg);
  width: 32%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
} */

.vc_row.wpb_row.vc_row-fluid.section-block.bg-mabie::before {
  content: '';
  background: var(--section-bg);
  width: 32%;
  height: 85%;
  display: block;
  left: 0;
  top: 50%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateY(-52.5%);
  position: absolute;
}

.section-block.half-block::before {
  content: '';
  background: var(--section-bg);
  width: 90%;
  height: 65%;
  display: block;
  left: 50%;
  top: 0;
  border-radius: 20px;
  /* border-top-right-radius: 20px; */
  transform: translateX(-50%);
  position: absolute;
}



body.page.page-template-default .vc_row > .vc_col-sm-6 img.vc_single_image-img.attachment-full {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

body.page.page-template-default .vc_row > .vc_col-sm-6 .wpb_single_image .vc_single_image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

body.page.page-template-default .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}

/* --- LEFT IMAGE SECTION --- */

body.page.page-template-default .vc_row > .vc_col-sm-6:first-child .wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: none;
  width: 110%;
  margin-left: -10%;
}

body.page.page-template-default .vc_row > .vc_col-sm-6:first-child .wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: none;
  width: 110%;
  margin-left: -10%;
}

/* --- RIGHT IMAGE SECTION --- */

body.page.page-template-default .vc_row > .vc_col-sm-6:nth-child(2) .wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: none;
  width: 110%;
  margin-right: -10%;
}

body.page.page-template-default .vc_row.bg-mabie .vc_col-sm-6:nth-child(2) {
  padding-left: 20px;
}

body.page.page-template-default .vc_row > .vc_col-sm-6:nth-child(2) .wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: none;
  width: 110%;
  margin-right: -10%;
}

.section-block.bg-white::before {
  content: '';
  background: #fff;
  width: 32%;
  height: 85%;
  display: block;
  right: 0;
  top: 50%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  transform: translateY(-52.5%);
  position: absolute;
}

.bg-blocks .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-bottom: 3px solid var(--main);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 30px 30px;
  height: 300px;
  box-shadow: 0 10px 40px rgba(0, 0, 0,0.09);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0,0.09);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0,0.09);
}

.section-block.bg-main::before {
  content: '';
  background: var(--main);
  width: 100%;
  height: 50%;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}

.bg-white {
  background-color: #fff;
  border-radius: 20px;
}

.bg-blocks p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

.bg-blocks .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin-bottom: 10px;
}

.bg-blocks h4 {
  line-height: 24px;
  text-transform: unset;
  margin-bottom: 0;
  font-size: 18px;
  color: var(--light-blue);
}

.tm-tabs-wrap img.mega-info-img {
  width: 65px;
  height: 55px;
  object-fit: contain;
  padding-bottom: 0;
  position: relative;
}

.tm-tabs-wrap .tabs .mega_info_box.nonesss.nones {
  text-align: center;
  padding: 30px 40px 0px 40px;
  border-radius: 0;
  margin-bottom: 55px;
}

.tm-tabs-wrap .tabs:not(.youngTeen) .mega_info_box.nonesss.nones {
  border-left: 1px dashed var(--light-blue);
}

.tm-tabs-wrap .mega-info-header::before {
  content: '';
  background: #fff;
  width: 80px;
  border-radius: 50%;
  height: 80px;
  display: block;
  left: 15%;
  top: -30%;
  position: absolute;
}

.tabs {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body.page.page-template-default .inner-tabs h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.tabs.active {
  opacity: 1;
}

.inner-tabs {
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  border: 1px dashed var(--light-blue);
}

.tm-tabs-wrap .mega-info-header {
  position: relative;
}

body.page.page-template-default .tm-tabs-wrap h3.mega-info-title {
  margin: 30px 0px 15px 0px;
  padding: 0px 10px 0px 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--main)!important;
}

.white-block .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
}

.white-block h4 {
  line-height: normal;
  color: var(--main);
}

.white-block p {
  color: #444;
  font-size: 16px;
}

.white-block a {
  color: var(--light-blue);
}

.mega_team_case_8 .maw_team_wrap .maw_team_photo img {
  height: 235px!important;
  object-fit: cover!important;
  object-position: top;
}

.mega_team_case_8 .maw_team_wrap {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  border: 1px solid var(--section-bg);
}

.mega_team_case_8 .maw_team_role {
  display: block;
  margin-bottom: 1em;
  font-size: 14px!important;
  opacity: 1;
  color: #777;
  opacity: 1!important;
}

.mega_team_case_8 .maw_team_name {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  color: #444;
  font-weight: 700;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.teamMembers_2 {
  display: flex;
  justify-content: center;
}

.teamMembers_2 .mega_team_case_8 .maw_team_description {
  padding: 1em 1.5em;
  height: 109px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.teamMembers_2 .maw_team_text {
  color: #444;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  order: 2;
  margin-top: -5px;
  padding: 0;
  padding-bottom: 1px;
  background: transparent;
}

.teamMembers_2 .mega_team_case_8 .maw_team_name {
  order: 1;
}

.teamMembers_2 .mega_team_case_8 .maw_team_role {
  order: 3;
}

.innerBlocks_color .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 40px;
  border-radius: 20px;
  background: var(--section-bg);
}

.innerBlocks_color .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  line-height: normal;
  color: var(--main);
  text-transform: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.innerBlocks_white .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  line-height: normal;
  color: var(--main);
  text-transform: none;
  border-bottom: 2px solid var(--section-bg);
  padding-bottom: 10px;
}

.innerBlocks_white .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}

.innerBlocks_white .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  line-height: normal;
}

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

body.page.page-template-default .accord_sizings h3 {
  margin: 0px 0px 0px 0px!important;
  padding: 10px 0px 20px 0px!important;
  border-style: solid!important;
  border-width: 1px 0px 0px 0px!important;
  border-color: #040E0817!important;
  border-radius: 0px 0px 0px 0px!important;
}

.accord_sizings h3 {
  margin: 0px 0px 0px 0px!important;
  padding: 10px 0px 20px 0px!important;
  border-style: solid!important;
  border-width: 1px 0px 0px 0px!important;
  border-color: #040E0817!important;
  border-radius: 0px 0px 0px 0px!important;
  font-weight: 500!important;
}

body.medical-services-template-default .mega-accordion.accord_sizings {
  padding-left: 1rem;
}

.accord_sizings .ac-style .ui-accordion-header-icon {
  font-size: 15px;
  float: right;
}

body.page.page-template-default.advanced-directives .tm-tabs-wrap h3.mega-info-title {
  padding: 0;
  font-size: 18px;
  margin: 20px 0px 15px 0px;
  letter-spacing: normal;
}

body.page.page-template-default.advanced-directives .section-block.half-block.darker .tm-tabs-wrap h3.mega-info-title {
  color: #fff!important;
}

body.page.page-template-default.advanced-directives .tm-tabs-wrap img.mega-info-img {
  width: 70px;
  height: 70px;
}

.section-block.half-block.darker::before {
  background: var(--main);
}

body.page.page-template-default .vc_slide.vc_images_carousel img.attachment-full {
  max-height: 500px;
  object-fit: cover;
}

body.page.page-template-default .vc_slide.vc_images_carousel .vc_item {
  height: 500px!important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
  background: #fff;
}

body.page.page-template-default .vc_images_carousel .vc_carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

body.page.page-template-default .vc_images_carousel {
  position: relative;
  margin-left: -25%;
}

div#filter {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

div#filter {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px;
  display: flex;
  background: var(--section-bg);
  border-radius: 15px;
  margin-bottom: 30px;
}

div#filter.filteringby {
  background: #fff;
  padding: 0;
}

.teamMeis {
  background: #fff;
}

.mySearchBar {
  margin-bottom: 20px;
}

.mySearchBar input#postInput {
  border: 2px solid #eaeaeb;
  width: 100%;
  outline: 0;
  border-style: none;
  border-radius: 10px 10px 10px 10px;
  padding: 16px 25px 16px 25px;
  height: 56px;
  background: #fff;
}

.searchbar_right .cd-filter {
  background-color: transparent;
  padding: 0;
}

.unqiueTitle_filt p {
  font-size: 20px;
  color: var(--main);
  font-weight: 600;
}

body.page.page-template-default .wpb_text_column.wpb_content_element.double-row ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
}

.innerBlocks_color .wpb_column.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  padding: 60px;
}

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

.wpb_column.text_colorRow > .vc_column-inner {
  align-items: center;
}

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

.floatingGems {
  position: absolute;
  padding: 40px;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  color: var(--main);
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.content-block {
  margin: 0 auto;
}

.homeButton a {
  text-align: left;
  line-height: 20px;
  font-weight: 600;
}

.homeButton .maw_advanced_btn.btn_block {
  padding: 20px 25px!important;
  font-size: 18px!important;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.22);
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.container.content-block.border_arounds {
  margin-bottom: 5rem;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}

.border_arounds > .vc_col-sm-6:first-child {
  margin-right: -40px;
  margin-left: 40px;
}

.border_arounds::before {
  content: '';
  position: absolute;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.22);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 85%;
  height: 100%;
  display: block;
}

.border_darkers::before {
  content: '';
  background-image: url('../impactbase/img/bg_blue_home.png');
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  display: block;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.container.content-block.border_darkers {
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}


.border_darkers .wpb_single_image img {
  border-radius: 20px;
}

.section-block.medium.logoSection::before {
  content: '';
  background-image: url(../impactbase/img/bchc_logoWhite.png);
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
}

.specialtyItem_home {
  float: left;
  width: 48%;
  margin-right: 2%;
}

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

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

.gform_legacy_markup_wrapper ul li.gfield label.gfield_label.gform-field-label {
  margin-bottom: 0;
  font-weight: 600!important;
}

.contactForm_home .gform_legacy_markup_wrapper ul li.gfield label.gfield_label.gform-field-label {
  color: #eee;
}

.vc_row.wpb_row.vc_row-fluid.section-block.question-bg::before {
  content: '';
  background: var(--section-bg);
  width: 50%;
  height: 85%;
  display: block;
  left: 0;
  top: 50%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateY(-50%);
  position: absolute;
}

.commaInnerWors:last-child span {
  display: none;
}

.categorysie.specList p.commaInnerWors {
  display: inline;
}

body .gform_legacy_markup_wrapper ul li.gfield.gfield--type-checkbox {
  margin-top: 40px;
}

.gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox] {
  width: 35px;
}

.specialNumbers_home h2 > a {
  font-weight: 200;
  font-size: 90px;
  letter-spacing: -5px;
  padding-top: 15px;
}

.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  float: left;
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  border: none;
  background: 0 0;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  /* background: #eceff1; */
  color: #37474f;
  box-shadow: none;
  text-align: center;
}


.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  border: 0px solid;
  border-radius: 22px;
  font-size: 18px;
  padding: 20px 25px;
  line-height: 0px!important;
  background: #3cbcff !important;
  color: #ffffff !important;
  width: 50%;
  text-transform: uppercase !important;
  overflow: hidden;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.newsStyle_home .vc_grid-item > .vc_grid-item-mini {
  overflow: hidden;
}

.newsStyle_home .vc_gitem-animated-block > .vc_gitem-zone {
  /* width: 216px;
  height: 150px; */
  width: 170px;
  height: 100px;
}


#loadMore {
  margin: 0 auto;
}

input[type="radio"] {
  height: 20px;
}

input[type="radio"] {
  display: grid;
  place-content: center;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
  max-height: 150px;
  width: 66%;
  margin-left: -20%;
}

body.news-events .row.align-items-center.cd-gallery {
  justify-content: center;
}

.newsStyle_home .vc_gitem_row.vc_row.vc_gitem-row-position-top {
  padding: 10px 15px;
  padding-top: 0;
}

.newsStyle_home .vc_gitem_row.vc_row.vc_gitem-row-position-top::after {
  content: '';
  display: block;
  width: 80%;
  height: 1.5px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.newsStyle_home .vc_grid-filter.vc_grid-filter-left {
  text-align: left;
  margin-bottom: 0;
}

.newsStyle_home .vc_grid .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  box-shadow: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  padding-top: 0;
}

.newsStyle_home .maw_advanced_btn.btn_block {
  width: 100%;
  height: auto;
  padding: 10px !important;
  text-transform: none!important;
}

.newsStyle_home span.vc_gitem-post-category-name {
  color: var(--light-blue);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.n2-ss-layer-row.n2-ss-layer-with-background {
  margin-bottom: -110px;
}

div#n2-ss-2 .n2-ss-slider-2 {
  padding: 100px 0px 0px 0px;
}

.newsStyle_home .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  font-size: 11px;
  line-height: 19px;
}

.newsStyle_home .vc_gitem_row .vc_gitem-col {
  padding: 0!important;
}

.newsStyle_home .vc_gitem-post-data {
  margin-bottom: 5px;
}

.section-block.doctorBg_grey::before {
  content: '';
  background-image: url("../impactbase/img/bg_grey_home.png");
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.22);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 85%;
  height: 100%;
  display: block;
}

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

.section-block.doctorBg_grey img.vc_single_image-img.attachment-full {
  max-height: 350px;
  border-radius: 22px;
  object-fit: cover;
  object-position: bottom;
  vertical-align: middle;
}

/* ----------------------------------------------------------------
-----------CUSTOM BUTTONS ----------------
-------------------------------------------------------------------*/


.newMtn .button--aylen {
  float: left;
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  border: none;
  background: 0 0;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  /* background: #eceff1; */
  color: #37474f;
  box-shadow: none;
  text-align: center;
}

/* .wpb_raw_code.wpb_content_element.wpb_raw_html .newMtn .button--aylen {
  width: auto;
  padding: 10px 65px;
} */

.contentWis-left {
  width: 70%;
  float: left;
  margin-top: 15px;
  margin-bottom: 30px;
}

.contentWis-right {
  width: 35%;
  float: right;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html.contentWis-right .newMtn {
  margin-top: 0;
}
.newMtn .button--aylen {
    border: 0px solid;
    border-radius: 22px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: normal;
    background: #3cbcff !important;
    color: #ffffff !important;
    width: 100%;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-right: 10px;
}

.newMtn .button--aylen::after, .newMtn .button--aylen::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
  transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.newMtn .button--aylen::before {
  background: #7986cb;
  opacity: 0.6;
}

.newMtn .button--aylen::after {
  background: #3f51b5;
}

.newMtn .button--aylen::before, .newMtn .button--aylen::after {
  background: var(--main) !important;
}

.newMtn .button--aylen:hover::after, .newMtn .button--aylen:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.newMtn .button--aylen:hover::after {
  -webkit-transition-delay: 175ms;
  transition-delay: 175ms;
}

.newMtn {
  margin-top: 30px;
}

input[type='checkbox'] {
  height: 18px;
}

/* .doctorTexts select {
  width: auto;
}

button#redirect-button {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
} */

body.page.page-template-default .vc_row > .vc_col-sm-6 .logo_floatings img.vc_single_image-img.attachment-full {
  height: 175px;
  object-fit: contain;
  background: #fff;
  width: auto;
  padding: 1.5rem;
  border-radius: 20px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.main-footer .widgets-section {
  position: relative;
  padding: 70px 0px 70px;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer {
  position: relative;
  padding-bottom: 40px;
}

.main-footer ul,
.main-footer li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main-footer .list-link {
  position: relative;
}

.main-footer .logo-widget h3 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.main-footer .footer-widget h5 {
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(65, 65, 65);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 20px;
}

.main-footer .list-link {
  position: relative;
  height: 310px;
}

.main-footer .list-link.differentListings {
  height: auto;
}

.main-footer .logo-widget img {
  margin-top: 30px;
  max-width: 200px;
  object-fit: contain;
}

.main-footer li a {
  display: inline-block;
  white-space: nowrap;
  color: #414141;
  letter-spacing: -.35px;
}

.main-footer li {
  padding-bottom: 10px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 26px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
}

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

.main-footer:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 120px;
  background-color: var(--main);
}

ul.uniqueListins_foot {
  display: flex;
  justify-content: space-between;
}

ul.uniqueListins_foot li {
  font-size: 11px;
  padding-bottom: 0;
}

.footerBottom_botom {
  position: relative;
  /* margin-top: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  color: #fff;
}

.footerBottom_botom a {
  color: #fff;
}

.big-column.whitebg_oew.col-lg-6.col-md-12.col-sm-12::before {
  content: '';
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 53.5%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 595px;
  display: block;
}

.main-footer .list-link li i.mr-2 {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.main-footer .list-link li:hover a {
  transform: translateX(5px);
  color: var(--light-blue);
}

.main-footer .list-link li:hover i {
  color: var(--light-blue);
}

.tab-content .wpb_text_column {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tab-content .wpb_text_column.showing {
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

body.single article .wpb_text_column.wpb_content_element h3 {
    color: var(--main);
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}


.wpb_text_column.wpb_content_element.textWidth_map {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.textWidth_map h4 a {
  font-size: 14px;
  color: var(--main);
  text-transform: none;
  font-weight: 700;
}

.textWidth_map a {
  font-weight: 600;
}

.textWidth_map p {
  line-height: normal;
}

.mapGrey_section.finalareaise {
  background: #fff;
  z-index: 9;
}

.boxingSide.blue_rightrs.wpb_column > .vc_column-inner > .wpb_wrapper {
  background-image: url('../impactbase/img/boxsiding-right.png');
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxingSide.blue_leftrs.wpb_column > .vc_column-inner > .wpb_wrapper {
  background-image: url('../impactbase/img/boxsiding-left.png');
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper h5 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -1px;
}

.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  color: #fff;
  font-size: 40px;
}

.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}


.boxingSide.wpb_column > .vc_column-inner > .wpb_wrapper a:hover::before {
  left: -100%;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  position: relative;
  overflow: hidden;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::before {
  content: '';
  width: 100%;
  height: 1.5px;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover::before {
  left: 0;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--main);
  font-weight: 600;
}

.section-block.mapGrey_section {
  padding-bottom: 0;
  margin-bottom: -50px;
}

.navigation-one.sticky .main-menu>ul#menu-final-menu {
  padding-right: 300px;
}

.innerblog_imgs img {
  border-radius: 10px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}

.pq-innerTitel h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
}

.blog-details-admin-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.blog-details-admin-meta .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-admin-meta .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-admin-meta .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-right: 40px;
  display: inline-block;
  line-height: 1;
}

.blog-details-admin-meta .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-right: 40px;
  display: inline-block;
  line-height: 1;
}


.blog-details-admin-meta .blog-meta span:last-child {
  margin-right: 0;
}

.blog-details-admin-meta .author .author-thumb img {
  width: 50px;
  border-radius: 50%;
}

.blog-details-admin-meta .author .author-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}

.blog-details-admin-meta p.name {
  margin-bottom: 0;
}

.blog-details-admin-meta .blog-meta .tag {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: var(--section-bg);
  border-radius: 5px;
  font-size: 14px;
  color: var(--light-blue);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px;
}

.blog-details-admin-meta .blog-meta span i {
  color: var(--main);
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}

.section-block.team-memberContent .post-default.post-has-bg-img {
  background: #fff;
}

.row.centeringAll {
  justify-content: center;
}

.services_cat .leftsideout img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 40px;
  height: 40px;
  border-radius: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.services_cat .leftsideout a.thumb {
  height: 60px;
  width: 60px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: flex;
  outline: 2px solid var(--light-bg);
  padding-top: 0;
  align-items: center;
  justify-content: center;
}

.services_cat .sidebarBlock .row.blogSingle {
  display: flex;
  align-items: center;
}

.services_cat .sidebarBlock .row.blogSingle {
  border-bottom: 1px solid rgba(10, 77, 60, 0.2);
  padding: 15px 0;
}

.sidebarContent article.item {
  margin-bottom: 0px;
}

.jkit-categorylist-content {
  width: 50%;
  float: left;
}

.jkit-category.category-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.widget-titles.veryPoroides p.commaInnerWors {
  margin-bottom: 0;
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}


h3.widget-titles {
  text-align: center;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.pagiNums {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

span.page-numbers.current {
  padding: 5px;
  background: var(--main);
  color: #fff;
  width: 30px;
  font-weight: 600;
  margin-right: 10px;
}

a.next.page-numbers,
a.prev.page-numbers {
  background: transparent;
  width: auto;
}

a.page-numbers {
  padding: 5px;
  background: var(--section-bg);
  color: var(--main);
  width: 30px;
  font-weight: 600;
  margin-right: 10px;
}


.row.section-block.team-memberContent.sidebaringso_left {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.row.section-block.team-memberContent.sidebaringso_left h2.widget-titles {
  color: var(--main);
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

.row.section-block.team-memberContent.sidebaringso_left .row.centeringAll {
  justify-content: flex-start;
}

.teamMeis.newestSecslo_clals .post-default.post-has-bg-img {
  height: 350px;
}

.teamMeis.newestSecslo_clals .moes a.widthfils img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  object-fit: contain;
  object-position: center;
  width: 125px;
  animation: banner_popup 1s;
  height: 125px;
  border-radius: unset;
  outline: none;
  filter: brightness(0) invert(0);
}

.teamMeis.newestSecslo_clals a.widthfils {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: flex;
  outline: 5px solid var(--light-bg);
  padding-top: 0;
}

.teamMeis.newestSecslo_clals .post-thumb {
  position: relative;
  display: flex;
  justify-content: center;
}

.row.section-block.team-memberContent.sidebaringso_left .post-default.post-has-bg-img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 20px;
  height: 360px;
  background: var(--section-bg);
  justify-content: center;
  position: relative;
  border: 1px solid rgba(9, 63, 115, 0.1);
}

.row.section-block.team-memberContent.sidebaringso_left .moes .post-default.post-has-bg-img img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  background: #fff;
  outline: 5px solid #fff;
}

.row.section-block.team-memberContent.sidebaringso_left .categorysie.specList p.commaInnerWors {
  line-height: normal;
  font-size: 11px;
  margin-bottom: 0;
}

.row.section-block.team-memberContent.sidebaringso_left .categorysie.specList {
  margin-bottom: 0;
  font-size: 11px;
  line-height: normal;
  font-style: italic;
  padding-right: 10px;
  padding-left: 10px;
}

.row.section-block.team-memberContent.sidebaringso_left span.medTisle {
  font-weight: 600;
  font-size: 10px;
}

.bg-questions .vc_row > .wpb_column > .vc_column-inner .wpb_wrapper {
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
  background: var(--section-bg);
  padding: 1rem 3rem;
  border-radius: 20px;
}

.faq_med.vc_row > .wpb_column > .vc_column-inner .wpb_wrapper {
  width: 100%;
  background: var(--section-bg);
  padding: 1rem 1rem;
  border-radius: 20px;
}

.accord_sizings.mega-accordion .mega-panel {
  padding: 10px 20px;
  background: #fff;
  padding-left: 3rem;
}


.pa-banner-two:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  content: '';
  background: #6caaa8;
  z-index: -1;
  animation: 2s slideInFromRight;
}

.pa-banner-two-text:after {
  position: absolute;
  background-image: radial-gradient(#093f731a 3px,transparent 3px);
  background-size: 30px 30px;
  content: '';
  width: 300px;
  left: -60px;
  top: -60px;
  bottom: -70px;
  animation: 3s slideInFromLeft;
}

.section-block.nopaddingabove.mapGrey_section {
  padding-top: 0;
}

.mapperiys .wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin-bottom: -10px;
}

/* .col-lg-5.float-left.minus-botos::after {
  position: absolute;
  background-image: radial-gradient(#093f731a 3px,transparent 3px);
  background-size: 30px 30px;
  content: '';
  width: 200px;
  right: 0;
  left: 200px;
  top: -60px;
  bottom: 0;
  height: 100%;
  animation: 3s slideInFromLeft;
} */

.col-lg-5.float-left.minus-botos::after {
  position: absolute;
  background-image: radial-gradient(#093f731a 3px,transparent 3px);
  background-size: 30px 30px;
  content: '';
  width: 200px;
  right: 0;
  left: 200px;
  top: -70px;
  bottom: -10px;
  /* height: 100%; */
  animation: 3s slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateY(-100%);
  }
  50% {
      transform: translateY(10%);
    }
  100% {
    transform: translateY(0);
  }
}

@keyframes banner_popup {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.finalRowings::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
  content: '';
  background: rgba(9, 63, 115, 0.5);
  /* z-index: -1; */
  animation: 2s slideInFromRight;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-flyout#mega-menu-item-21997 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-flyout#mega-menu-item-21351 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    display: block;
    padding: 7px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #1b3255;
}

.navigation-one .main-menu>ul>li:hover {
  cursor: pointer;
}

#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-flyout#mega-menu-item-21997 ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link,
#mega-menu-wrap-extra-menu #mega-menu-extra-menu > li.mega-menu-flyout#mega-menu-item-21351 ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
  background: var(--main);
  color: #fff;
}

.bg-homepage .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.bg-homepage .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item:hover {
  transform: translateX(10px);
}

.newsStyle_home .vc_grid .vc_gitem-link:hover {
  color: var(--main);
}

.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    margin-bottom: -10px;
    padding: 48px 30px 56px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e9e8;
    color: #5d7471;
    text-align: center;
    text-decoration: none;
    background: #fff;
    height: 468px;
}


.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border-color: rgb(225, 233, 232);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover {
  border-color: rgb(182, 191, 190);
  transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .mega-info-header {
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 25px;
  border-radius: 1000px!important;
  display: flex;
  background: var(--main);
  justify-content: center;
  align-items: center;
  outline: 5px solid var(--light-bg);
}


.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .mega_info_box .mega-info-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  padding-bottom: 0;
  object-position: center;
  animation: banner_popup 1s;
  filter: brightness(0) invert(1);
}

.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .mega_info_box .mega-info-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: var(--main)!important;
}

.less-bottom.section-block.small {
  padding-bottom: 0;
}

.specialties_home .mega_info_box .mega-info-btn {
  text-decoration: none;
  padding: 0;
  font-size: 15px;
  color: var(--main);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  font-weight: 500;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 6px;
  text-align: center;
  overflow: hidden;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.specialties_home .mega_info_box .mega-info-btn::before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  display: block;
}

.specialties_home .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .mega-info-btn::before {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}


td {
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 10px;
}

tbody > tr:first-child td{
  font-weight: bold;
  background: var(--section-bg);
}

tbody > tr:not(:first-child) td:first-child {
  font-weight: bold;
  background: var(--section-bg);
  border-right: 1px solid #dee2e6;
}

.navigation-one .main-menu>ul#menu-main-menu>li>a:hover::after {
  animation: bounce 0.9s ease-in-out;
  -webkit-animation: bounce 0.9s ease-in-out;
}

span.text.announemnse {
  padding-right: 15px;
}

.post-thumb img.vc_single_image-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  background: #fff;
  outline: 5px solid var(--section-bg);
}

.vc_col-sm-12.imageinnerse_3.vc_gitem-col.vc_gitem-col-align- {
  padding: 0;
}

.innerpostSpecial.post-default.post-has-bg-img {
  overflow: visible;
}

.innerpostSpecial.post-default.post-has-bg-img {
  height: 360px;
}

.innerpostSpecial.post-default.post-has-bg-img .categorysie.specList {
  margin-bottom: 0;
  font-size: 11px;
  line-height: normal;
  font-style: italic;
  padding-right: 10px;
  padding-left: 10px;
  height: 50px;
}


.innerpostSpecial.post-default.post-has-bg-img .titleNames a {
  color: var(--main);
  font-weight: 700;
  font-size: 19px;
}

.innerpostSpecial.post-default.post-has-bg-img .titleNames {
  padding-top: 0;
  height: 45px;
}

.innerpostSpecial.post-default.post-has-bg-img .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

.newestTitel h1 {
	color: var(--main);
}

.mega-accordion h3 {
	padding-left: 0!important;
	font-weight: 500!important;
}

.innerpostSpecial.post-default.post-has-bg-img .smember-icons {
  color: #fff;
  top: -25px;
}

.innerpostSpecial.post-default.post-has-bg-img {
  align-content: stretch;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  70% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* body.post-type-archive-clinical-specialties .post-default.post-has-bg-img,
body.post-type-archive-medical-services .post-default.post-has-bg-img,
body.post-type-archive-surgical-services .post-default.post-has-bg-img,
body.post-type-archive-wellness-services .post-default.post-has-bg-img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  background: var(--section-bg);
  height: 380px;
  justify-content: center;
  position: relative;
} */

/* #d5f0f7 */

/* .homeButton a.maw_advanced_btn.button--aylen.btn_block::after {
  content: '';
  background-image: url('../impactbase/img/hoverObjects.png');
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
} */

.lstiingOut .gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top;
    padding-bottom: 10px;
	margin-bottom: 0;
	max-width: unset;
}

.lstiingOut input[type=checkbox] {
	width: unset;
}

.lstiingOut .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.lstiingOut .gchoice {
    padding-bottom: 10px;
}

/* .lstiingOut .gfield.leftFloating {
  width: 50%;
  float: left;
  clear: none;
  margin-bottom: 16px;
} */

.section-bg-new {
  background: #f4f6f9;
}

.informationlistings_blocks .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  height: 275px;
}

body.page.page-template-default .informationlistings_blocks .wpb_text_column.wpb_content_element ul {
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}

body.page.page-template-default .editingdigitla h3 {
  font-size: 24px;
  line-height: 35px;
  text-transform: unset;
  font-weight: 600;
}

.newnest_digitaledit.innerBlocks_color .wpb_column.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  padding: 60px 40px 50px 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.newnest_digitaledit .mega_info_box_2 {
  background: var(--main);
  border-radius: 20px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.newnest_digitaledit .mega_info_box_2:hover {
  background: var(--light-main);
}

.newnest_digitaledit .mega_info_box_2 .mega-info-img {
  padding-bottom: 0;
  display: block;
  filter: brightness(0) invert(1);
}

body.page.page-template-default .newnest_digitaledit .mega_info_box_2 h3.mega-info-title {
  color: #fff!important;
  font-size: 23px;
}

body.single-post.post-template-default .services_cat .leftsideout img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: cover;
}

body.post-type-archive-providers .pq-breadcrumb-title h1 {
  color: #fff;
}

.listoutmore.wpb_text_column.wpb_content_element ul {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
}

.listoutmore.wpb_text_column.wpb_content_element li:before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 10px;
  color: var(--light-main);
  font-weight: bold;
  position: relative;
  left: 0;
  background: rgba(9, 63, 115, 0.1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
}


.listoutmore.wpb_text_column.wpb_content_element li {
  list-style: none;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 25px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  width: 215px;
  border: 1px solid #eee;
}

.padding_nomobile h3 {
  font-weight: 600;
}

.specailcasing h3 {
  margin-bottom: 20px;
  font-weight: 700;
  /* font-size: 40px;
  letter-spacing: 2px; */
}

.specailcasing h3 span {
  position: relative;
}

.specailcasing h3 span::before {
  content: '';
  display: block;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
  height: 9px;
  background: var(--main);
  position: absolute;
  bottom: 2px;
  left: 0;
}

input#gform_submit_button_14 {
    background: var(--main);
    color: #fff;
    border-radius: 40px;
    max-width: 60%;
    margin: 0 auto;
}

.twoblocskse.innerBlocks_color .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ddd;
	height: 360px;
}

.twoblocskse.innerBlocks_color .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
	font-size: 18px;
}

.twoblocskse.innerBlocks_color.autosize .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: auto;
}

/*
.page-id-22790 .newMtn .button--aylen {
    width: 25%!important;
}

.page-id-23495 .newMtn .button--aylen {
    width: 25%!important;
}
*/


input#gform_submit_button_15 {
    border: 0px solid;
    border-radius: 22px;
    font-size: 18px;
    padding: 20px 25px;
    line-height: 0px !important;
    background: #3cbcff !important;
    color: #ffffff !important;
    width: 50%;
    text-transform: uppercase !important;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
    width: 100%;
}
textarea#input_15_4,input#input_15_10,input#input_15_8_3.input#input_15_8_6{
	border-radius: 10px;
}



 h3.landing-header {
    font-size: 65px; 
    line-height: 65px;
  }



/*------------------------------------*\
    SUNSHINE AWARD
\*------------------------------------*/

  .sunshine-logo {
    max-width: 200px;
    height: auto;
}

.sunshine-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.sunshine-card h3 {
  font-size: 24px;
}

.sunshine-card:hover {
    transform: translateY(-5px);
}

.sunshine-img img {
    border-radius: 50%;
    max-width: 550px;
    height: auto;
    object-fit: cover;
}

.sunshine-winner-profile img {
    border-radius: 25PX;
    height: auto;
    object-fit: cover;
    border: 15px solid white; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    background-color: white; 
}

.sunshine-static-logo {
    position: relative;
    z-index: 9;
}

.sunshine-logo-box {
    position: relative;
    z-index: 10; 
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 100%;
}

.sunshine-logo-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sunshine-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.sunshine-card-link:hover .sunshine-card {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.gfield-choice-input {
  position: relative;
  z-index: 1;
}