/*
Theme Name: Kinetic Edge 2020
Theme URI: http://prosoft-phils.com/
Author: JC | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive Theme for Kinetic Edge 2020
*/

/*--------------------------------------------------------------
STYLE FOR CUSTOM THEME
--------------------------------------------------------------*/
blockquote {
  font-family: "Century Gothic", arial, sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.backtotop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.backtotop-btn a {
  color: #fff !important;
  border: 1px solid #fff;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
body {
  /*margin-top: 114px;*/
  margin-top: 126px;
  scroll-behavior: smooth;
}

.desktop-header-fixed {
  background: #fff;
  padding: 12px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header {
  padding: 16px 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.logo a {
  display: flex;
  align-content: center;
  height: 100%;
}

.logo a img {
  object-fit: contain;
  max-height: 81px;
}

/*.desktop-header-scroll ul.nav-menu > li > a {
		color: #333;
	}

.desktop-header-scroll .logo img {
	width: 65%;
}
*/

/*NAV MENU*/
.header-v2 .menu-header_menu-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}

ul.nav-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  display: inline-block;
}

ul.nav-menu li {
  display: inline-block;
}

ul.nav-menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  font-family: "Century Gothic", arial, sans-serif;
  padding-left: 13px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: block;
  font-size: 13px;
}

/*NAV ACTIVE LINK*/
ul.nav-menu > li.current_page_item > a {
  color: var(--primary);
  text-decoration: underline;
}
/*NAV ON HOVER*/
ul.nav-menu li a:hover {
  /* font-weight: bold; */
  color: var(--primary);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*----- NAV MENU: 1st LEVEL SUB MENU -----*/
ul.nav-menu li ul.sub-menu {
  display: none;
}

ul.nav-menu li:hover ul.sub-menu {
  display: block;
}

ul.nav-menu li ul.sub-menu {
  list-style: none;
  padding-left: 0px;
  text-align: left;
  position: absolute;
  z-index: 1001;
  background: var(--ke-blue600);
  margin-left: 0;
}

ul.nav-menu li ul.sub-menu li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.nav-menu li ul.sub-menu li a {
  padding: 12px 16px;
  color: #fff;

  text-transform: uppercase;
  display: block;
  min-width: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}
ul.nav-menu li ul.sub-menu li.current-menu-item {
  background: var(--ke-blue800);
}
ul.nav-menu li ul.sub-menu li a:hover {
  background: var(--ke-blue700);
  font-weight: normal;
  -webkit-transition: all 0ms !important;
  -moz-transition: all 0ms !important;
  -ms-transition: all 0ms !important;
  -o-transition: all 0ms !important;
  transition: all 0ms !important;
}

ul.nav-menu > li.menu-item-has-children a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
  color: var(--ke-gray800);
}

ul.nav-menu > li.menu-item-has-children ul li a::after {
  content: none;
}

/*.nav-info-container {
  text-align: right;
}
*/
.nav-info-container ul {
  padding-left: 0;
  list-style: none;
  text-align: right;
  margin: -10px 0 0 0;
}

  .nav-info-container ul li {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
  }

  .nav-info-container .tele-link {
    padding-left: 0;
    margin-top: 7px;
  }

.header-info__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-info__column .row {
  margin-top: 4px;
  margin-bottom: 4px;
}

.header-phone {
  font-size: 16px;
  margin: 12px 16px;
}

.btn-header__screening {
  font-weight: bold;
  text-transform: uppercase;
  /*font-size: 15px;*/
  font-size: 13px;
}

.btn-header__screening-icon {
  display: inline-block !important;
  height: 18px !important;
  margin-top: -4px;
}

/*--------------------------------------------------------------
HEADER V2 / TELEHEALTH MODAL
--------------------------------------------------------------*/
.header-v2 .nav-menu-container {
  text-align: right;
}

.telehealth-modal {
  text-align: center;
  color: #707070;
}

.telehealth-modal img {
  width: 200px;
  margin-bottom: 15px;
}

.telehealth-modal p,
.telehealth-modal ul li {
  color: #707070;
}

.telehealth-modal ul {
  padding-left: 13px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 30px;
}

.telehealth-cta {
  margin-bottom: 7px;
}

.tele-link {
  display: inline-block;
  padding-left: 10px;
}

.tele-gif {
  height: 35px !important;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
section#location-footer {
  padding: 24px 15px 32px;
  background: var(--ke-blue700);
  color: var(--white);
}

section#location-footer a {
  color: var(--white);
}

ul.location-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
/*  justify-content: center;*/
  flex-flow: row wrap;
  text-transform: uppercase;
}
ul.location-footer__list li {
  padding: 16px 10px;
/*  border-left: 1px solid var(--ke-blue800);*/
  /*min-width: 150px;*/
  width: 19%;
/*  flex: 1 0 14%;*/
  text-align: left;
}

ul.location-footer__list li:nth-child(1) {
  /*border-left: none;
  padding: 16px 24px;
  padding-left: 0;*/
}

.lfooter__location {
  font-size: 18px;
  font-weight: bold;
}

.lfooter__phone,
.lfooter__fax {
  font-size: 14px;
  display: block;
}

.lfooter__address {
  font-size: 13px;
  display: block;
}

.location-mobile__link {
  display: none;
}

section#nav-footer {
  background: var(--ke-gray800);
  color: var(--white);
  font-size: 14px;
}

ul.footer-menu {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

ul.footer-menu > li {
  display: inline-block;
  float: left;
  margin: 0 8px;
  padding: 0 12px;
  font-size: 14px;
  color: var(--white);
  border-left: 1px solid var(--primary);
}

ul.footer-menu > li:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

ul.footer-menu .sub-menu {
  margin: 0;
  margin-left: 12px;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 12px;
}

ul.footer-menu li a {
  color: var(--white);
}

ul.footer-menu li a:hover {
  color: var(--primary);
}

ul.social-links {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
ul.social-links li {
  margin: 8px;
}

ul.social-links li a {
  font-size: 24px;
  color: var(--white);
}

ul.social-links li a:hover {
  color: var(--primary);
}
/*--------------------------------------------------------------
404 PAGE
--------------------------------------------------------------*/
.pg-404 {
  position: relative;
}

.pg-404-col {
  padding: 32px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.header-404 {
  text-align: center;
  align-self: center;
}
/*--------------------------------------------------------------
NAV TAB STYLE RESET
--------------------------------------------------------------*/
.nav-tab-style-reset .nav-tabs {
  border-bottom: none;
}

.nav-tab-style-reset .nav-tabs .nav-item.show .nav-link,
.nav-tab-style-reset .nav-tabs .nav-link.active {
  background: none;
  border-color: none;
}

.nav-tab-style-reset .nav-tabs .nav-link {
  border: none;
}

/*--------------------------------------------------------------
Bootstrap
--------------------------------------------------------------*/
.container {
  max-width: 1265px;
}

/* body select {
  background: url("../img/arrow.png") no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

/*--------------------------------------------------------------
COMMONS
--------------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > section.container-fluid:first-of-type,
body > section.container-fluid.first-container {
  flex: 1 0 auto;
}

.modal-title {
  color: var(--primary);
  font-size: 24px;
}

.page-banner {
  max-height: 350px;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
}

.common-content__container {
  margin-bottom: 100px;
}

.common-content h1 {
  margin: 0;
  padding: 0;
  color: var(--primary);
  font-size: 30px;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--primary) !important;
}

.common-content h4,
.common-content strong {
  color: var(--primary);
}

.common-content ul {
  list-style: none;
  padding-left: 12px;
}
.common-content ul li {
  padding: 4px 0;
}

.common-content ul li::before {
  content: "•";
  font-size: 16px;
  color: var(--primary);
  margin-right: 5px;
}

.common-content table.common-table td,
.common-content table td {
  font-size: 14px;
  border: none;
  padding: 16px 24px;
}

.common-content table tr:nth-child(odd) {
  background: #ebebeb;
}

.btn-sidebar {
  display: block;
  padding: 8px 0;
  margin: 16px 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: var(--white);
}

.btn-sidebar:hover {
  color: var(--white);
}

.btn-sidebar.btn-email {
  background: var(--ke-gray400);
}

.btn-sidebar.btn-form {
  background: var(--ke-gray800);
}

.btn-sidebar.btn-event {
  background: #ffa000;
}

.btn-sidebar.btn-email:hover,
.btn-sidebar.btn-email:active,
.btn-sidebar.btn-email:focus {
  background: var(--ke-gray500);
}

.btn-sidebar.btn-form:hover,
.btn-sidebar.btn-form:active,
.btn-sidebar.btn-form:focus {
  background: var(--ke-gray700);
}

.btn-sidebar.btn-form:hover,
.btn-sidebar.btn-form:active,
.btn-sidebar.btn-form:focus {
  background: #ff8f00;
}

ul.contact-pills,
ul.staff-pills {
  display: flex;
  margin: 16px 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  /* justify-content: center; */
}

ul.contact-pills li,
ul.staff-pills li {
  margin: 0 8px;
}

ul.contact-pills li .btn,
ul.staff-pills li .btn {
  padding: 2px 16px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.contact-pills li .btn.active,
ul.staff-pills li .btn.active {
  background: var(--ke-blue900);
}

ul.staff-pills2 {
  padding-left: 0;
  text-align: center;
}

  ul.staff-pills2 li {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    list-style: none;
    border-right: 1px solid #aaa;
    font-weight: bold
  }

    ul.staff-pills2 li:first-child {
      margin-left: 0;
    }

    ul.staff-pills2 li:last-child {
      padding-right: 0;
      border-right: none;
    }
  
  ul.staff-pills2 li a:hover,
  ul.staff-pills2 .active span {
      color: #333 !important;
  }

/*--------------------------------------------------------------
Common Modals
--------------------------------------------------------------*/
#free-screening-modal label,
#contact-us-modal label,
#appointment-modal label {
  color: var(--primary);
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
#carouselHome .carousel-item {
  /* min-height: 500px; */
}

#carouselHome .carousel-item img {
  object-fit: cover;
  width: 100%;
}

.carousel-item__wrapper {
  max-width: 1265px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-wrapper__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.carousel-item__content {
  padding: 64px 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.carousel-item__content.bottom {
  top: auto;
  bottom: -40%;
}

.carousel-item__content.top-right {
  left: auto;
  right: 0;
  text-align: right;
}

.carousel-item__content h4 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 72px;
}

.carousel-item__content .heading-first {
  color: var(--white);
}

.carousel-item__content .heading-first.dark {
  color: var(--dark);
}

.carousel-item__content .heading-second {
  color: var(--primary);
}

.btn-carousel {
  margin-top: 12px;
}

#carouselHome .carousel-indicators {
  bottom: 30px;
}

section#home-content {
  padding: 60px 15px;
  background: linear-gradient(#dfdfdf, #fff 30%) no-repeat top;
}

h2.home-heading {
  margin-bottom: 32px;
  color: var(--primary);
  font-weight: normal;
}

#front-carousel .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  border: none;
}

.carousel-indicators .active {
  background: var(--primary);
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
section.service-content {
  padding-top: 32px;
  padding-bottom: 100px;
  font-size: 16px;
}

section.service-content hr {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 2px solid var(--primary) !important;
}

section.service-content p strong {
  font-size: 16px;
  color: var(--primary);
}

section.service-content h4 {
  color: var(--primary);
}

.service-table table td {
  padding: 12px 0;
  border: 1px solid #e1e1e1;
  background: none;
  text-align: center;
  font-weight: bold;
}

.service-table table strong {
  color: var(--primary);
}

.service-table table tr > td:nth-child(1) strong {
  color: var(--dark);
  font-size: 16px;
}

.service-table table tr:nth-child(even) {
  background: #ebebeb;
}

/*--------------------------------------------------------------
LOCATION PAGES
--------------------------------------------------------------*/

.location-page {
  padding-top: 56px;
}

.location-page ul li:before {
  display: none;
}
.location-phone,
.location-fax,
.location-email,
.location-appointment {
  margin: 0;
  padding: 0;
}

.location-appointment {
  margin-bottom: 1.5rem;
}

.location-360 {
  margin-top: 10px;
}

.feature-list-container {
  background: var(--ke-gray800);
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.feature-list__header {
  text-align: center;
  padding: 12px 0;
  background: var(--ke-gray800);
}

.feature-list__header h3,
.feature-list__header .h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.feature-list__content {
  margin: 0 0 16px;
  padding: 12px;
  height: 500px;
  overflow-y: scroll;
  font-size: 16px;
  /* -ms-overflow-style: none; */
  background: var(--primary);
}
/* .feature-list__content::-webkit-scrollbar {
  display: none;
} */

.feature-list__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.location-gallery {
  margin: 30px 0px 0px 0px;
  padding: 0;
  list-style: none;
}

ul.location-gallery img {
  width: 60%;
  object-fit: cover;
  margin: 0 auto;
}

.lSSlideOuter .lSPager.lSGallery {
  margin: 0 auto;
}

/*--------------------------------------------------------------
SHOP PAGES
--------------------------------------------------------------*/
section.shop-content {
  padding-bottom: 100px;
}
section.shop-content h1 {
  margin: 0;
  padding: 0;
  color: var(--primary);
  font-size: 30px;
  margin-top: 64px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--primary) !important;
}

.shop-cat-list .feature-list__content {
  height: fit-content;
  max-height: 500px;
}

.shop-cat-list .feature-list__content a {
  color: var(--color-white);
}

  .shop-cat-list .feature-list__content a:hover {
    color: #045870;
  }

/*--------------------------------------------------------------
FAQ PAGE
--------------------------------------------------------------*/

section.faq-content {
  padding-top: 32px;
  padding-bottom: 100px;
}

section.faq-content .card {
  background: none;
  border: none;
  font-size: 16px;
}

section.faq-content .card-header {
  padding: 0;
  background: none;
  border: none;
}

section.faq-content .card-header button {
  font-weight: bold;
}

section.faq-content .card-body {
  padding-left: 64px;
}

#faqAccordion button.btn-link[aria-expanded="false"] .fas {
  transition: transform 200ms ease-in-out;
  transform: rotate(0);
}

#faqAccordion button.btn-link[aria-expanded="true"] .fas {
  transition: transform 200ms ease-in-out;
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
BLOG PAGE
--------------------------------------------------------------*/
#blog-page {
  margin-top: 70px;
}

.blog-date {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  color: var(--ke-gray600);
  font-weight: normal;
  font-size: 15px;
}

.blog-link {
  display: block;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ke-blue600);
  color: var(--ke-blue600);
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}

.blog-content {
  padding: 16px 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.blog-content p {
  display: block;
}

.blog-pagination {
  margin-bottom: 32px;
}
.social-share-container {
  display: flex;
  justify-content: space-between;
}

.social-share-container .btn-social-share a {
  color: var(--white) !important;
}

/*--------------------------------------------------------------
SEARCH PAGE
--------------------------------------------------------------*/
ul.recommended-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--primary);
}

ul.recommended-list li {
  padding: 16px 12px;
  border-top: 1px solid var(--primary);
}

/*--------------------------------------------------------------
CONTACT US PAGE
--------------------------------------------------------------*/

.btn-contact-collapse {
  display: none;
}
.contact-us-content {
  margin-top: 70px;
  margin-bottom: 100px;
}
.contact-location {
  margin-bottom: 32px;
}
.contact-heading {
  color: var(--primary);
}

.contact-photo {
  border-radius: 6px;
}

.contact-address {
  font-size: 16px;
  font-weight: bold;
}

.contact-phone,
.contact-fax {
  display: block;
  color: var(--primary);
  font-weight: normal;
}

/*--------------------------------------------------------------
Tstimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  margin-bottom: 100px;
  padding-top: 32px;
}
.testimonial-content {
  font-size: 16px;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-body {
  /* flex: 1 0 auto; */
}

.testimonial-body .testimonial-message:before {
  content: "\f10d";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #0792ba;
  float: left;
}

.testimonial-content strong {
  color: var(--dark);
}

.testimonial-info {
  display: block;
  color: var(--primary);
  font-weight: bold;
  text-align: right;
}

/*--------------------------------------------------------------
STAFF Page
--------------------------------------------------------------*/

section#staff-page {
  padding: 60px 15px;
  background: linear-gradient(#dfdfdf, #f8f8f8 30%) no-repeat top;
}

.staff-content {
  margin-bottom: 100px;
}

.staff-row {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 16px;
}

.staff-content__header {
  margin: 16px 0;
  padding: 0;
  color: var(--primary);
  font-size: 30px;
  padding-bottom: 0;
  border-bottom: 2px solid var(--primary) !important;
}

ul.staff-list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}

ul.staff-list li.staff-info {
  width: 250px;
  margin: 16px;
  text-align: center;
}

.staff-info__image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0px #666;
}

.staff-info__image img {
  width: 100%;
}

.staff-info__name {
  display: block;
  margin-top: 18px;
}

.staff-info__occupation p {
  display: block;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 0;
}

.staff-info__send-email {
  font-size: 14px;
}

.staff-modal__header {
  color: var(--primary);
}

.staff-modal__content {
  font-size: 14px;
  margin-bottom: 16px;
}

.staff-modal__image img {
  border-radius: 8px;
  width: 100%;
}

/*--------------------------------------------------------------
CUSTOM BREAKPOINT
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    margin-top: 174px;
  }
  .header-v2 .logo a img {
    object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
  }

  .header-v2 .btn-header__screening {
    font-size: 13px;
  }

  .header-v2 ul.nav-menu > li > a {
    font-size: 16px !important;
  }

  .header-v2 .menu-header_menu-container {
    padding-top: 0;
  }

  .header-v2 .nav-menu-container,
  .nav-info-container {
    text-align: center;
  }

  .nav-info-container ul {
    margin: 0;
    text-align: center;
  }

    .nav-info-container ul li {
      margin-left: 4px;
      margin-right: 4px;
    }

  .nav-menu {
    padding-top: 6px;
  }
} /*end of media*/

@media (min-width: 1200px) and (max-width: 1285px) {
  .header-v2 ul.nav-menu > li > a {
    font-size: 14px !important;
  }
}


/*REVISIONS*/
.carousel-indicators li{
  background: #FECF2F
}

.carousel-indicators .active{
  background: #FECF2F;
}