:root {
    --link-color: #002C5C;
    --link-color-fade3: rgba(21, 146, 219, 0.8);
    --link-color-fade1: rgba(69, 158, 185, 0.95);
    --link-color-fade9: rgb(228, 244, 255);
    --text-color: #070707;
}

/* -------------------------------Header-------------------------- */

#sp-header .logo a {
  margin-top: 10px;
  margin-left: -10px;
}

#sp-header {
  padding: 0px 0px 0px 100px;
}

#sp-logo.has-border {
  padding-right: 30px;
  padding-left: 0px;
}

#sp-header {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}

#sp-header.header-sticky {
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.7)
}


#sp-header .sp-module {
  margin-left: 0px;
  margin-right: 60px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 15px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #d3af47 !important;
}

.sp-megamenu-parent > li::after {
  border-bottom: 7px solid #C88D00;
  bottom: -4px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item::after {
  border-left: 7px solid #C88D00;
  left: -16px;
}

.sp-megamenu-parent > li.active a, .sp-megamenu-parent > li:hover a {
  font-weight: 400;
}

.sp-megamenu-parent > li:hover > a {
  color: #C88D00 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 16px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #e0ecff !important;
}

.sp-megamenu-wrapper {
  transform: translateY(-5px);
}

body.transparent-header #sp-header {
  background: rgb(9, 48, 112);
  position: relative;
}

body.transparent-header #sp-header.header-sticky {
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
}

body .sppb-btn, body .btn {
  font-weight: 400;
}

body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
  border: none;
  height: 22px;
  width: 240px;
}

.sppb-addon-sp-slider .sp-item .btn2 .sp-slider-btn-icon i {
  transform: rotatez(-45deg);
}

.module-search-wrapper {
  margin-top: 15px;
}

.sp-megamenu-parent {
  margin: 0 220px 0 auto;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #002C5C;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #d3af47;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #807f9b;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    color: #002C5C;
}

/* -------------------------------Header-------------------------- */

/* _______________sp-header.header-sticky-menu_______________________ */

#sp-header.header-sticky .logo a {
  margin-top: 0px !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #d3af47 !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  color: #002C5C !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li:active > a {
  color: #C88D00 !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
  color: #C88D00 !important;
}

/* ___sp-header.header-sticky-menu________________________ */


.home-default-slider .default-slider-text {
    max-width: 50%;
}

body .sppb-btn.sppb-btn-link,
body .btn.sppb-btn-link {
    padding: 0px;
    color: #d3af47;
    font-weight: bold;
    letter-spacing: 1px !important;
    text-decoration-line: underline !important;
    transition: all 0.3s ease;
}

body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
  color: #191E1E;
  background-color: #87CEEB;
  box-shadow: 0px 2px 8px rgba(28, 26, 32, 0.1);
}

a:hover,
a:focus,
a:active {
    color: #002C5C;
}

a {
    color: #d3af47;
}

.header-bar-short:before,
.header-bar-long:before {
    content: "";
    display: inline-block;
    width: 95px;
    background: #d3af47;
    height: 3px;
    position: relative;
    top: 33px;
    margin-right: 30px;
}

body,
.sp-preloader {
    color: #191A1E;
}

.sp-preloader>div {
    background: #002C5C;
}

.sp-preloader>div:after {
    background: #fff;
}

.sp-reading-progress-bar {
    position: fixed;
    z-index: 9999;
    height: 5px;
    background-color: #002C5C !important;
    top: 0;
}

.sp-scroll-up {
    color: #fff;
    background: #D3AF47;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    color: #002C5C;
    background: #f0f4f7;
}

#sp-footer .container-inner {
  border-top: none;
}

#sp-footer,
#sp-bottom {
    background: #0F2D75;
    color: #edf1f5;
}

#sp-footer a,
#sp-bottom a {
    color: #fff;
}

#sp-footer a:hover,
#sp-bottom a:hover,
#sp-footer a:active,
#sp-bottom a:active,
#sp-footer a:focus,
#sp-bottom a:focus {
    color: #d3af47;
}

#sp-footer #sp-footer1 {
  padding-left: 0px;
  padding-right: 100px;
  padding-top: 115px;
}

#sp-footer #sp-footer2 {
  padding: 130px 0px 35px 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

#sp-footer ul.menu li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 8px;
}

#sp-bottom .sp-module {
    margin-bottom: 12px;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: capitalize;
    color: #def;
    opacity: inherit;
}

.sp-copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.68);
}

.article-details .article-info {
    margin-bottom: 1.5rem;
    padding-left: 0px;
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 1rem 0 20px 0;
    border-top: 1.5px solid rgba(1, 9, 68, 0.1);
}

#sp-menu>.sp-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-menu {
  background-color: rgb(5, 31, 75);
  color: #e0ecff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #e0ecff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #d3af47;
}

.offcanvas-menu {
    width: 270px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10000;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 0.875rem;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 10px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: right;
    margin-right: 10px;
}

body.ltr.offcanvs-position-left .body-wrapper {
    left: 0;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0;
}

body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
    left: 300px;
}

body.ltr.offcanvs-position-right .body-wrapper {
    right: 0;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 270px;
}

body.ltr .close-offcanvas {
    right: 15px;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    right: -50px;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler {
    right: 0;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    margin-left: 10px;
}

.offcanvas-menu .logo .sp-custom-login .sppb-btn.sppb-btn-default {
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding: 5px;
    border: 1px solid;
    margin-left: 10px;
}

.sppb-addon-accordion .sppb-panel-body {
    border: none;
    padding: 10px 30px 15px 30px;
    font-weight: 400;
    line-height: normal;
}

.sppb-addon-accordion .sppb-panel .sppb-panel-title {
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 24px;
}

.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 10px 20px 10px 30px;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-transform: inherit;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #002C5C;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap h3 a:hover {
  color: #d3af47;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap h3:hover {
  text-decoration: none;
  color: #d3af47;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
  line-height: 22px;
}

.article-list {
  max-width: 1180px;
}

div.pagination li.page-item.active span, ul.pagination li.page-item.active span {
  background-color: #d3af47;
}

.article-list .intro-articles-top-title {
  display: none;
}

.article-details .article-details-top-wraper .article-header {
  max-width: 670px;
  margin: 45px -100px 0px auto;
}

.article-details .article-details-top-wraper {
  padding-bottom: 80px;
}

.article-details .article-details-top-wraper .article-header .article-info {
  max-width: 600px;
}

.article-details .article-details-top-wraper .article-header .article-info span .title-icon-wrap {
  font-size: 12px;
  font-weight: 500;
  color: rgb(211, 175, 71);
  margin-bottom: 0px;
}

.article-details .article-details-top-wraper .article-header .article-info span time, .article-details .article-details-top-wraper .article-header .article-info span span {
  font-size: 16px;
}

.article-details .article-details-top-wraper .article-header .article-details-title {
  line-height: 60px;
  font-weight: 600;
  color: #093070;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
    color: #002C5C;
    font-weight: 700 !important;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.article-list .article .article-body .article-header a {
  color: #002C5C;
}

.article-list .article .article-body .article-header a:hover {
  color: #d3af47;
  text-decoration: none;
}

.article-list .article .article-body .article-introtext p {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddae1;
  padding-bottom: 20px;
}

.article-list .article .article-body .article-info .published time {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #d3af47;
}

.article-list .article {
  background: aliceblue;
  border-radius: 20px;
}

.article-list .article .readmore a {
  color: #87ceeb;
}

.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
  text-decoration: underline;
  color: #d3af47;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
  font-weight: 400;
  color: #87ceeb;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap .sppb-readmore:hover {
  color: #d3af47;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(25, 30, 30, 0.8);
  border-bottom: 1px solid #dddae1;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-diagnostic-article .sppb-addon-article .sppb-article-img-wrap {
  margin-bottom: 20px;
}

.home-diagnostic-article .sppb-article-info-wrap {
  padding: 0px 20px 20px 20px;
}

html.error-page .btn.btn-secondary {
    background: #002C5C;
    border-color: #002C5C;
}

.error-code, .coming-soon-number {
    color: #d3af47;
}

.burger-icon>span{
    background-color: #fff !important;
}

a.close-offcanvas .burger-icon > span {
    background-color: #fff !important;
}

#sp-header.header-sticky .burger-icon>span{
    background-color: #093070 !important;
}

@media (max-width: 991px) {
  #offcanvas-toggler {
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    margin-left: 0px;
  }
}

@media (max-width: 766px) {
  #sp-header .logo {
    margin: 0 50px !important;
  }
}

@media (max-width: 575px) {
  #sp-header .logo {
    margin: 0 50px !important;
  }
}

@media (max-width: 1500px) {
#sp-header .sp-module {
  margin-left: 20px;
  margin-right: 0px;
  }
}

@media (max-width: 1400px) {
  #sp-header .sp-module {
    margin-left: 30px;
    margin-right: 0px;
  }
}

@media (max-width: 1300px) {
  #sp-header .sp-module {
    margin-left: 50px;
    margin-right: 0px;
  }
}

@media (max-width: 1290px) {
  #sp-header .sp-module {
    margin-left: 40px !important;
    margin-right: 0px;
  }
}

@media (max-width: 1500px) {
  #sp-header {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 1400px) {
.sp-megamenu-parent {
    margin: 0 170px 0 auto;
  }
}

@media (max-width: 1370px) {
  .sp-megamenu-parent {
    margin: 0 145px 0 auto;
  }
}

@media (max-width: 1400px) {
#sp-logo.has-border {
  padding-right: 30px;
  padding-left: 0px;
  }
}

@media (max-width: 1300px) {
.sp-megamenu-parent {
    margin: 0 100px 0 auto;
  }
}

@media (max-width: 1300px) {
  #sp-header .logo {
    margin: 0 10px;
  }
}

@media (max-width: 1500px) {
#sp-header .logo {
  margin: 0 0px;
  }
}

@media (max-width: 1400px) {
#sp-header .logo {
  margin: 0 50px;
  }
}

@media (max-width: 1300px) {
#sp-header .logo {
  margin: 0 30px;
  }
}

@media (max-width: 1199px) {
#sp-header .logo a {
  margin: 0px 40px;
  }
}

@media (max-width: 1080px) {
#sp-header .logo a {
  margin: 0px 20px;
  }
}

@media (max-width: 1026px) {
  #sp-header .logo a {
    margin-left: -20px !important;
  }
}

@media (max-width: 1200px) {
  #sp-menu {
    padding: 0px 0px;
  }
}

@media (max-width: 767px) {
  #sp-logo.has-border {
    margin-left: -20px !important;
  }
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1400px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
      max-width: 1200px;
    }
}

@media (max-width: 1280px) {
.sp-slider-content-align-left {
  width: 100% !important;
  }
}

@media (max-width: 1280px) {
#sp-logo.has-border {
  padding-right: 0px;
  padding-left: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1300x) {
  .sp-megamenu-wrapper {
    transform: translateY(0px);
    margin: 0px -70px !important;
  }
}

@media (max-width: 1199px) {
  #sp-header.full-header-center #offcanvas-toggler.mega,
  #sp-header.header-with-modal-menu #offcanvas-toggler.mega,
  #sp-header.full-header-left #offcanvas-toggler.mega,
  #sp-header.lg-header #offcanvas-toggler.mega,
  #sp-header.header-with-social #offcanvas-toggler.mega {
    display: flex !important;
    margin: 0px 20px 0px 10px;
  }
}

@media (max-width: 991px) {
  #sp-header.full-header-center #offcanvas-toggler.mega,
  #sp-header.header-with-modal-menu #offcanvas-toggler.mega,
  #sp-header.full-header-left #offcanvas-toggler.mega,
  #sp-header.lg-header #offcanvas-toggler.mega,
  #sp-header.header-with-social #offcanvas-toggler.mega {
    margin: 0px 20px 0px 20px;
  }
}

@media (max-width: 991px) {
#sp-footer ul.menu li a {
  line-height: 22px;
  }
}

@media (max-width: 991px) {
  #sp-footer #sp-footer2 {
    padding: 50px 0px 30px 30px;
    background: none;
  }
}

@media (max-width: 991px) {
  #sp-footer #sp-footer1 {
    padding-top: 50px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #sp-footer #sp-footer1 {
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  #sp-header.full-header-center #offcanvas-toggler.mega,
  #sp-header.header-with-modal-menu #offcanvas-toggler.mega,
  #sp-header.full-header-left #offcanvas-toggler.mega,
  #sp-header.lg-header #offcanvas-toggler.mega,
  #sp-header.header-with-social #offcanvas-toggler.mega {
    margin: 0px 20px 0px -100px;
  }
}

@media (max-width: 1199px) {
    .home-default-slider .default-slider-text {
      max-width: 60% !important;
    }
}

@media (max-width: 991px) {
    .home-default-slider .default-slider-text {
      max-width: 85% !important;
    }
}

@media (max-width: 767px) {
    .home-default-slider .default-slider-text {
      max-width: 95% !important;
    }
}

@media (max-width: 580px) {
    .home-default-slider .default-slider-text {
      max-width: 100%;
    }
}

@media (max-width: 767px) {
  .home-diagnostic-tag {
    width: 450px;
  }
}

@media (max-width: 767px) {
  #sp-footer #sp-footer2 {
    padding: 30px 0px 15px 15px;
  }
}


.services-page-accordion .sppb-addon-content .sppb-panel-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern .sppb-panel-heading {
  border: none;
  background-color: transparent;
  padding: 0;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group
.sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
  display:inline-block;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 28px;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group
.sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
  right: 0;
  transform: translateY(-43%) !important;
  transition: top 0.6s ease;
  z-index: 99;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group
.sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction i {
  position: relative;
  height: 35px;
  width: 35px;
  border: 1px solid #d3af47;
  border-radius: 100px;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern .sppb-panel-heading
.sppb-toggle-direction i::before,.services-page-accordion .sppb-addon-content .sppb-panel-group
.sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction i::after {
  content:"";
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #d3af47;
  left: 50%;
  top:  50%;
  transform: translate(-50%, -50%);
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern
.sppb-panel-heading .sppb-toggle-direction i::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  /* transition:transform 0.7s ease, opacity 0.7s ease; */
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern .sppb-panel-body {
  border: none;
  padding: 0;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern:has(.active) {
  padding: 25px 30px;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern {
  height:max-content;
  flex:1 1 45%;
  padding: 20px 30px;
  margin: 0;
  border-radius: 15px;
  transition: padding 0.5s ease;
}

.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern:has(.active)
.sppb-panel-heading .sppb-toggle-direction i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.sppb-modal-icon-wrap {
  position: relative;
}

.sppb-modal-icon-wrap::before {
  content: url('/images/primecare_modal.svg') !important;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.5s ease-in-out !important;
}

/* Sticky header logo */
#sp-header.header-sticky .logo img {
    opacity: 0 !important;
}

#sp-header.header-sticky .logo a {
    background-image: url('/images/primecare_official_logo.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Sticky header logo */