@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #1e76bd;
  --primary-alt: #1e76bd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1230px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  a:hover {
    color: #1e76bd; }
.btn-primary {
  background-color: #1e76bd;
  border-color: #1e76bd; }
  .btn-primary:hover {
    background-color: #19619c;
    border-color: #175b91; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #1e76bd;
    border-color: #1e76bd; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #175b91;
    border-color: #155486;
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }

.btn-primary-alt {
  background-color: #1e76bd;
  border-color: #1e76bd; }
  .btn-primary-alt:hover {
    background-color: #19619c;
    border-color: #175b91; }
  .btn-primary-alt:focus, .btn-primary-alt.focus {
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }
  .btn-primary-alt.disabled, .btn-primary-alt:disabled {
    background-color: #1e76bd;
    border-color: #1e76bd; }
  .btn-primary-alt:not([disabled]):not(.disabled):active, .btn-primary-alt:not([disabled]):not(.disabled).active, .show > .btn-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #175b91;
    border-color: #155486;
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }

.btn-outline-primary {
  color: #1e76bd;
  border-color: #1e76bd; }
  .btn-outline-primary:hover {
    background-color: #1e76bd;
    border-color: #1e76bd; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1e76bd; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e76bd;
    border-color: #1e76bd;
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }

.btn-outline-primary-alt {
  color: #1e76bd;
  border-color: #1e76bd; }
  .btn-outline-primary-alt:hover {
    background-color: #1e76bd;
    border-color: #1e76bd; }
  .btn-outline-primary-alt:focus, .btn-outline-primary-alt.focus {
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }
  .btn-outline-primary-alt.disabled, .btn-outline-primary-alt:disabled {
    color: #1e76bd;
    background-color: transparent; }
  .btn-outline-primary-alt:not([disabled]):not(.disabled):active, .btn-outline-primary-alt:not([disabled]):not(.disabled).active, .show > .btn-outline-primary-alt.dropdown-toggle {
    background-color: #1e76bd;
    border-color: #1e76bd;
    box-shadow: 0 0 0 0 rgba(30, 118, 189, 0.5); }

  .btn-link:hover {
    color: #1e76bd; }
  .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #1e76bd; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-indicator {
    background-color: #9ecbf0; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff; }
  .custom-select:focus {
    border-color: #80bdff;}
.nav-pills .nav-link.active,
.page-item.active .page-link {
  border-color: #1e76bd; }
  .page-link:focus, .page-link:hover {
    color: #1e76bd;
    text-decoration: none;
    background-color: transparent;
    border-color: #1e76bd; }
.badge-primary {
  background-color: #1e76bd; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #175b91; }
.badge-primary-alt {
  background-color: #1e76bd; }
  .badge-primary-alt[href]:focus, .badge-primary-alt[href]:hover {
    background-color: #175b91; }
.alert-primary {
  color: #103d62;
  background-color: #d2e4f2;
  border-color: #c0d9ed; }
  .alert-primary hr {
    border-top-color: #accde7; }
.alert-primary-alt {
  color: #103d62;
  background-color: #d2e4f2;
  border-color: #c0d9ed; }
  .alert-primary-alt hr {
    border-top-color: #accde7; }
  .nav-link.active {
    background-color: #007bff;
    border-color: #007bff; }
.nav-link-primary {
  color: #103d62;
  background-color: #c0d9ed; }
a.nav-link-primary,
button.nav-link-primary {
  color: #103d62; }
  a.nav-link-primary:focus, a.nav-link-primary:hover,
  button.nav-link-primary:focus,
  button.nav-link-primary:hover {
    color: #103d62;
    background-color: #accde7; }
  a.nav-link-primary.active,
  button.nav-link-primary.active {
    background-color: #103d62;
    border-color: #103d62; }

.nav-link-primary-alt {
  color: #103d62;
  background-color: #c0d9ed; }
a.nav-link-primary-alt,
button.nav-link-primary-alt {
  color: #103d62; }
  a.nav-link-primary-alt:focus, a.nav-link-primary-alt:hover,
  button.nav-link-primary-alt:focus,
  button.nav-link-primary-alt:hover {
    color: #103d62;
    background-color: #accde7; }
  a.nav-link-primary-alt.active,
  button.nav-link-primary-alt.active {
    color: #fff;
    background-color: #103d62;
    border-color: #103d62; }
.popover {
  background-color: #1e76bd; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      border-top-color: #1e76bd; }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-top-color: #1e76bd; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      border-right-color: #1e76bd; }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      border-right-color: #1e76bd; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      border-bottom-color: #1e76bd; }
      border-bottom-color: #1e76bd; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      border-left-color: #1e76bd; }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      border-left-color: #1e76bd; }
.bg-primary {
  background-color: #1e76bd !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #175b91 !important; }
.bg-primary-alt {
  background-color: #1e76bd !important; }

a.bg-primary-alt:focus, a.bg-primary-alt:hover {
  background-color: #175b91 !important; }


.border-primary {
  border-color: #1e76bd !important; }

.border-primary-alt {
  border-color: #1e76bd !important; }


.text-primary {
  color: #1e76bd !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #175b91 !important; }

.text-primary-alt {
  color: #1e76bd !important; }

a.text-primary-alt:focus, a.text-primary-alt:hover {
  color: #175b91 !important; }

.theme-color {
  color: #1e76bd; }

  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #1e76bd; }

.h-decor {
  background-color: #1e76bd; }

.more-link {
  color: #1e76bd; }

.star-rating {
  color: #1e76bd; }
.btn-link {
  color: #1e76bd;}
  @media (max-width: 767px) {
    .btn-link {
        border: 1px solid #1e76bd;
        box-shadow:inset 0px 0px 0px 1px rgba(30, 118, 222, 0.7);
    } }
.btn, body:not(.touch) .btn:focus {
  color: #1e76bd;
    border: 1px solid #1e76bd;
    box-shadow:inset 0px 0px 0px 1px rgba(30, 118, 222, 0.7);
}
body:not(.touch) .btn-hover-fill:hover {
  background: #1e76bd;
  border-color: #1e76bd;}
.btn-gradient, body:not(.touch) .btn-gradient:focus {
  background-image: linear-gradient(to right, #1e76bd 0%, #469ce2 100%);}
.btn-fill, body:not(.touch) .btn-fill:focus {
  border-color: #1e76bd;
  background: #1e76bd;}
  .btn-fill:hover, body:not(.touch) .btn-fill:focus:hover {
    background: #1e76bd;
    border-color: #1e76bd;}


    .btn.dropdown-toggle.btn-light [class*='icon'], .btn.dropdown-toggle.btn-light:focus [class*='icon'] {
      color: #1e76bd; }



  .dropdown-info table span,
  .dropdown-form table span {
    color: #1e76bd; }

  .dropdown-info ul.list-unstyled a {
    color: #1e76bd; }

  .dropdown-menu .close:hover {
    color: #1e76bd; }

    ul.numbered-list li:before {
      background-color: #1e76bd; }
    ul.numbered-list-lg li:before {
      background-color: #1e76bd; }
    ul.circle-list li .icon{
      color: #1e76bd; }

    ul.circle-list-dark li:before {
      color: #1e76bd; }
    ul.circle-list-bordered li:before {
      color: #1e76bd; }
    ul.marker-list-md li .icon {
      color: #1e76bd; }
    ul.marker-list-md-line li:before {
      color: #1e76bd; }
    ul.marker-list-md-dark li:before {
      color: #1e76bd; }
    ul.marker-list-md-bordered li:before {
      color: #1e76bd; }

    ul.categories-list li:before {
      color: #1e76bd; }
    ul.marker-list li:before {
      color: #1e76bd; }
    ul.marker-list li span, ul.marker-list li b {
      color: #1e76bd; }
ul.marker-list-md li .icon {
      color: #1e76bd; }
    ul.marker-list-sm li:before {
      color: #1e76bd; }

    ul.icn-list li > [class*='icon'] {
      color: #1e76bd; }
    ul.icn-list li b {
      color: #1e76bd; }
    ul.icn-list-sm li > [class*='icon'] {
      color: #1e76bd; }
    ul.icn-list-lg li > [class*='icon'] {
      color: #1e76bd;
    }
    ul.header-icn-list li > [class*='icon'] {
      color: #1e76bd; }

    .icn-text:hover .icn-text-title {
      color: #1e76bd; }
  .icn-text .icn-text-simple [class*='icon'] {
    color: #1e76bd;}
  .icn-text .icn-text-circle {
    background-color: #1e76bd;
    background-image: linear-gradient(to right, #1e76bd 0%, #469ce2 100%); }
  .icn-text-sm .icn-text-circle {
    background-color: #1e76bd; }
  .icn-text-sm span {
    color: #1e76bd; }
.icn-text-num-number {
  color: #1e76bd; }
    .icn-text-alt:hover .icn-text-title {
      color: #1e76bd; }
  .icn-text-alt .icn-text-alt-icn {
    color: #1e76bd; }
.info-box-color {
  background-color: #1e76bd; }
  .info-grid-label {
    color: #1e76bd; }

  .quote:after {
    color: #1e76bd; }
      .tags-list li a:hover {
        background-color: #1e76bd;
        border-color: #1e76bd; }
  .nav-pills .nav-link:hover {
    border-color: #1e76bd; }
    .services-nav ul .nav-link .icon{
      color: #1e76bd; }
  .price-table th, .doctor-page-table th {
    background-color: #1e76bd; }

  .content-social a {
    color: #1e76bd; }
    .content-social a:hover {
      color: #1e76bd; }

  .counter-box-icon {
    color: #1e76bd; }
  .counter-box .decor {
    background-color: #1e76bd;}
    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover [class*='icon'] {
      color: #1e76bd; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
    background-color: #1e76bd !important;}
  .bootstrap-datetimepicker-widget table td.active,
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1e76bd !important; }
  .review-rating > input:checked ~ label, .review-rating:not(:checked) > label:hover, .review-rating:not(:checked) > label:hover ~ label {
    color: #1e76bd; }
  .review-rating > input:checked + label:hover, .review-rating > input:checked ~ label:hover, .review-rating > label:hover ~ input:checked ~ label, .review-rating > input:checked ~ label:hover ~ label {
    color: #1e76bd; }

.content-search button, body:not(.touch) .content-search button:focus {
  color: #1e76bd; }
  .content-search button:hover, body:not(.touch) .content-search button:focus:hover {
    background: #1e76bd;
      border-color: #1e76bd;}
.loading-text {
  color: #1e76bd; }
#Draw-2 {
  fill: #1e76bd; }

.inner-circles-loader:not(:required):before {
  background: #1e76bd; }
.header-topline {
  background: #1e76bd; }
    .header-toggle-slide.active {
      background-color: #1e76bd; }
  .header-contact span {
    color: #1e76bd; }
  .header-contact [class*='icon-'] {
    color: #1e76bd; }
  .header-nav .nav-item > .nav-link:hover,.header-logo__wrapper .bloginfo_name:hover {
    color: #1e76bd;
    transition: 0.3s; }
.header-nav .nav-item.active > .nav-link {
  color: #1e76bd; }
  .header .navbar-nav > .nav-item > .dropdown-menu, .dropdown-item + .dropdown-menu {
    border-top: 3px solid #1e76bd; }
      .header .navbar-nav > .nav-item > .dropdown-menu a:hover, .dropdown-item + .dropdown-menu a:hover {
        color: #1e76bd; }
@media (min-width: 1024px) {
  .btco-hover-menu .dropdown-menu .dropdown-toggle:after {
    color: #1e76bd; } }

@media (max-width: 1023px) {
    .header .dropdown-item:hover, .header .dropdown-item:focus {
      color: #1e76bd; }
    .header .dropdown-item.dropdown-toggle:after {
      color: #1e76bd;}

    .header .dropdown-item.dropdown-toggle .icon, .nav-link.dropdown-toggle .icon {
        color: #1e76bd; } }
@media (max-width: 1229px) {
  .header-mobile-top {
    background-color: #1e76bd; }
     }

  .header-cart .badge {
    background-color: #1e76bd; }
  .header-cart:hover .icon, .header-cart.opened .icon {
    color: #1e76bd; }
  .header-cart:hover .badge, .header-cart.opened .badge {
    background-color: #1e76bd; }

  .header-cart-dropdown .prd-sm-info h3 a:hover {
    color: #1e76bd; }
  .header-cart-dropdown .prd-sm-info .price {
    color: #1e76bd; }


.footer-bottom {
  background: #1e76bd; }
  .footer-social a {
    color: #1e76bd; }
    .footer-social a:hover {
      color: #1e76bd; }

    .footer ul.icn-list li > [class*='icon'] {
      color: #1e76bd; }
  .footer ul.icn-list .phone {
    color: #1e76bd; }

  .footer-post-title a:hover {
    color: #1e76bd; }

.backToTop {
  background: #1e76bd; }

  .service-box-icon {
    color: #1e76bd;}
  .service-box-icon-bg {
    color: #1e76bd; }

    .service-card-photo:after {
      box-shadow: inset 0 0 0 30px #1e76bd;}
    .service-card-name:hover, .service-card-name a:hover {
      color: #1e76bd; }

    .services-tab-wrap .nav-pills .nav-link.active {
      color: #1e76bd; }

  .special-card-txt1 {
    color: #1e76bd; }

.banner-call-phone:hover {
    color: #1e76bd; }
  .banner-call-phone [class*='icon'] {
    color: #1e76bd; }

    .faq-item [data-toggle='collapse'] span:first-child {
      color: #1e76bd; }
    .faq-item [data-toggle='collapse'] .icon {
      color: #1e76bd; }

    .faq-wrap .nav-pills .nav-link.active {
      color: #1e76bd; }

  .collapse-wrap:hover .collapse-title {
    color: #1e76bd; }
  .collapse-wrap [class*='icon-'] {
    color: #1e76bd; }

.newsletter-card {
  border-top: 4px solid #1e76bd; }

  .modal-form .close:hover {
    color: #1e76bd; }



.slider-gallery .slick-prev, .slider-gallery .slick-next {
  color: #1e76bd; }

.filters-toggle {
  background: #1e76bd; }

.filters-slide {
  background: #1e76bd; }


.btn-filter {
  color: #1e76bd; }

  .btn-filter-invert:hover {
    color: #1e76bd; }

  .rating-box .rating-number {
    color: #1e76bd; }
    .review-box-bot [class*='icon-'] {
      color: #1e76bd; }
.review-author-position {
  color: #1e76bd;}

  .reviews-text-carousel:before {
    color: #1e76bd; }


  .testimonial-position {
    color: #1e76bd; }

.testimonial-bg2 {
  background:#44b0ee;}
  .testimonial-bg2:before {
    border-top-color:#44b0ee; }
  .testimonial-bg2 .star-rating {
    color: #1e76bd; }
  .testimonial-card-position {
    color: #1e76bd; }

    .filters-by-category ul a.selected,body:not(.touch) .filters-by-category ul a:hover {
      border-color: #1e76bd;}

  .gallery-hover-item-state {
    color: #1e76bd; }

/* arrows */
.slick-prev,
.slick-next {
  color: #1e76bd; }

.slick-prev:hover,
.slick-next:hover {
  border-color: #1e76bd;
  background-color: #1e76bd;
  color: #1e76bd; }


.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #1e76bd; }


  .blog-post .post-meta-author a {
    color: #1e76bd;
  }
    .blog-post .post-meta-social a:hover [class*='icon'] {
      color: #1e76bd; }

  .blog-post:not(.post-preview) .post-date span {
    color: #1e76bd; }

  .blog-post.post-preview .post-meta-date [class*='icon'] {
    color: #1e76bd;}
      .blog-post.post-preview .post-title a:hover {
        color: #1e76bd; }

        .comments-block .comment .text .meta [class*='icon'] {
          color: #1e76bd; }
      .comments-block .comment .text a.reply {
        color: #1e76bd; }
        .comments-block .comment .text a.reply [class*='icon'] {
          color: #1e76bd;}
  @media (max-width: 767px) {
      .blog-grid .blog-post:not(.post-preview) .post-date span {
        color: #1e76bd; } }
@media (max-width: 767px) {
    .blog-grid-full .blog-post:not(.post-preview) .post-date span {
      color: #1e76bd; } }

    .calendar__header .prev, .calendar__header .next {
      color: #1e76bd; }
  .calendar th {
    background-color: #1e76bd; }
    .calendar .selected:after,
    .calendar .selected:hover:after {
      border: 1px solid #1e76bd; }

.contact-box {
  background-color: #3493df; }

.contact-box-2 {
  background-color: #4fa1e3; }

  .quickLinks .col > .link {
    background-color: #1e76bd; }
body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
    color: #1e76bd; }

.quickLinks .col:nth-child(1) > .link {
    background-color: #1b6aaa; }
.quickLinks .col:nth-child(2) > .link {
    background-color: #1e76bd; }
.quickLinks .col:nth-child(3) > .link {
    background-color: #2f81c8; }
.quickLinks .col:nth-child(4) > .link {
    background-color: #3890d2; }
.quickLinks .col:nth-child(5) > .link {
    background-color: #43a0dd; }
.quickLinks .col:nth-child(6) > .link {
    background-color: #4caee6; }

@media (max-width: 1023px) {
    body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
      color: #1e76bd;}
  .quickLinks .col-close {
    color: #1e76bd; }}

    @media (max-width: 1229px) {
      .quickLinks .link-drop-title > [class*='icon-'] {
        color: #1e76bd; }
  .quickLinks .col:nth-child(1) > .link {
    background-color: #1b6aaa; }
  .quickLinks .col:nth-child(2) > .link {
    background-color: #1e76bd; }
  .quickLinks .col:nth-child(3) > .link {
    background-color: #2f81c8; }
  .quickLinks .col:nth-child(4) > .link {
    background-color: #3890d2; }
  .quickLinks .col:nth-child(5) > .link {
    background-color: #43a0dd; }
  .quickLinks .col:nth-child(6) > .link {
    background-color: #4caee6; }}

  .link-drop-title > [class*='icon-'] {
    color: #1e76bd; }


  body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
    border-left: 45px solid rgba(30, 118, 189, 0.5); }
.schedule-top-info, .timeline-top-info {
  background: #1e76bd; }

.doctor-card .doctor-position {
  color: #1e76bd; }

    .doctor-box-photo:after {
      box-shadow: inset 0 0 0 30px #1e76bd; }

  .doctor-box-position {
    color: #1e76bd; }
      .doctor-box-phone a:hover {
        color: #1e76bd; }
    .doctor-box-phone [class*='icon-'] {
      color: #1e76bd; }

  .doctor-box-social a {
    color: #1e76bd;
  }
.doctor-box-social a:hover {
      background-color: #1e76bd; }

      .doctor-info-phone a:hover {
        color: #1e76bd; }
    .doctor-info-phone [class*='icon-'] {
      color: #1e76bd; }
    .doctor-info-name h6 {
      color: #1e76bd; }

  .doctor-info-social a {
    color: #1e76bd;
  }
      .doctor-info-social a:hover {
      background-color: #1e76bd;
      }

  .doctor-review-row .star-rating {
    color: #1e76bd;
  }


    ul.category-list li:before {
      color: #1e76bd; }



.noUi-horizontal .noUi-handle {
  background: #1e76bd; }


  .prd-sm-delete {
    color: #1e76bd; }
        .prd-sm-info h3 a:hover {
          color: #1e76bd !important;
        }

        .prd-info h3 a:hover {
          color: #1e76bd !important;
        }


  .simple-pagination a.active,
  .simple-pagination a:hover {
    border-color: #1e76bd; }
  .simple-pagination a.pagination-arrow:hover {
    color: #1e76bd !important; }


.product-block-price {
  color: #1e76bd; }


      .product-block-description table td:first-child span:before {
        color: #1e76bd; }


.count-add:hover,
.count-reduce:hover {
  color: #1e76bd; }

  .prd-tabs-wrap .nav-pills .nav-link.active {
    border-bottom-color: #1e76bd;
    color: #1e76bd; }

.ch-pulse {
    background:#1e76bd;
}


/*additional WP styles*/
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover,
.contact7__custom-form button,
.contact7__custom-form input[type="button"],
.contact7__custom-form input[type="submit"],
.entry-content .faq-item a:hover,
.pagination a:not(.prev):not(.next):hover,
.comments-block .comment a:hover,
.comments-block .comment .text .reply,
.comments-block .comment .text .reply a,
.calendar_wrap a,
.aside-left ul li:before,
.woocommerce .prd-info a.button,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce .prd-grid .prd .price ins,
.prd-sm-info .price ins,
.woocommerce .star-rating span,
.woocommerce .star-rating::before,
.woocommerce-product-details__short-description table td:first-child span:before,
.woocommerce .simple-pagination nav.woocommerce-pagination .prev.page-numbers:hover,
.woocommerce .simple-pagination nav.woocommerce-pagination .next.page-numbers:hover,
.woocommerce-info::before,
body:not(.page-blog).woocommerce .block--darkbg p.stars a,
.column-filters .side-block li:before,
.woocommerce-MyAccount-navigation li:before,
.header-cart.open .icon,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .prd-info a.button:before,
.header-cart a.button,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce p.stars a::before,
.woocommerce #respond input#submit,
.tt-footer-newsletter__btn .icon,
.aside-left .side-block.widget_archive ul li:before,
.title-wrap.theme-color .h-sub,
.btn-no-border,
.counter-box-icn,
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
.banner-call .btn:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce button.button,
.woocommerce a.button,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce div.product p.price,
.blog-post .post-image .post-link [class*='icon'],.tt-single-post .post-teaser .post-link [class*='icon'],
.doctor-box-phone i,
.blog-post.tt-single-post-image .post-meta > * [class*='icon'],
.header-logo__wrapper .bloginfo_name,
.aside-left .side-block ul.ch-categories li .icon{
    color:#1e76bd
}
.header-cart a.remove,
.header-cart a.remove:hover,
.woocommerce .shop_table a.remove{
    color:#1e76bd!important
}
.calendar_wrap #today a:after,
.contact7__custom-form button:hover,
.contact7__custom-form input[type="button"]:hover,
.contact7__custom-form input[type="submit"]:hover,
.contact7__custom-form button:focus:hover,
.contact7__custom-form input[type="button"]:focus:hover,
.contact7__custom-form input[type="submit"]:focus:hover,
.tagcloud a:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .prd-info a.button:hover,
.woocommerce .prd-info a.button.active,
.woocommerce .prd-info a.button:active,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:focus,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span.current,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span.current,
.header-cart a.button,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:hover,
.slick-prev:hover, .slick-next:hover,
.pagination .active .page-link{
    border-color:#1e76bd
}
.medin-page-cart .actions .btn {
    border-color:#1e76bd !important
}
.woocommerce-info {
    border-top-color:#1e76bd
}
.calendar_wrap #today a:after,
.contact7__custom-form button,
.contact7__custom-form input[type="button"],
.contact7__custom-form input[type="submit"],
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.header-cart a.button,
.woocommerce button.button,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .prd-info a.button{
    border:1px solid #1e76bd;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    border-bottom:2px solid #1e76bd
}

.woocommerce .prd-info a.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button{
    border:1px solid #1e76bd !important
}
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.dropdown-item + .dropdown-menu{
    border-top:3px solid #1e76bd
}
.contact7__custom-form button:hover,
.contact7__custom-form button:focus,
.contact7__custom-form input[type="button"]:hover,
.contact7__custom-form button:hover,
.contact7__custom-form button:focus:hover,
.contact7__custom-form input[type="button"]:focus:hover,
.contact7__custom-form input[type="submit"]:focus:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.contact7__custom-form input[type="submit"]:hover{
    background:#1e76bd;
    color:#fff
}
.calendar_wrap thead th,
.tagcloud a:hover,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover,
.header-cart a.button:hover,
.prd-info .btn:not(.product_type_simple):hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.product-block-info button.single_add_to_cart_button.alt,
.woocommerce .product-block-info a.button.alt,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color:#1e76bd;
    color:#fff
}
 .calendar_wrap #today a:after,
 .contact7__custom-form button,
 .contact7__custom-form input[type="button"],
 .contact7__custom-form input[type="submit"],
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
 .header-cart a.button,
.woocommerce button.button,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .prd-info a.button,
 .contact7__custom-form button,
 .contact7__custom-form input[type="button"],
 .contact7__custom-form input[type="button"]:focus,
 .wpcf7-form input[type="submit"],
 .wpcf7-form input[type="submit"]:focus,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:hover,
 .pagination .active .page-link,
 .pagination .page-link:hover,
 #cost-form .btContactNext{
    box-shadow:inset 0 0 0 1px rgba(30, 118, 222, 0.7);
}
.header-lang:hover .icon,
.header-lang.opened .icon {
    color: #1e76bd;
}
.header-lang-dropdown:after {
    background-color: #1e76bd;
}
.header-lang-dropdown ul li > a:hover {
    color: #1e76bd;
}


