﻿body {
  margin: 0;
  font:
    18px / 1.2 "Assistant",
    Arial,
    sans-serif;
}

.main-section-content .slider p {
  font-family: "Assistant", Arial, sans-serif !important;
}

.cards-content {
  padding-bottom: 0px;
}

textarea {
  color: #666;
}

.wpgmp_infowindow.fc-infowindow-default .fc-item-title,
.fc-infowindow-default address {
  display: none;
}

.fc-infowindow-default .wpgmp_iw_content {
  padding-top: 0px !important;
}

.main a {
  color: #1555a0;
  font-weight: 400;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  line-height: 1.5;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
}

form,
fieldset,
button {
  margin: 0;
  padding: 0;
  border: none;
}

button {
  -webkit-appearance: none;
}

input {
  box-sizing: border-box;
  border-radius: 0;
  font:
    16px "Assistant",
    Arial,
    sans-serif;
  font-weight: 400;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #a3a3a3;
  line-height: 100%;
  color: #666;
  border-radius: 0;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="password"].error {
  border: 1px solid #ec1b35;
}

input[type="submit"] {
  border: 0;
  background: #1555a0;
  box-shadow: none;
  color: #fff;
  margin: 0;
  font-size: 18px;
  min-width: 136px;
  line-height: 38px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

input:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

textarea {
  font:
    16px "Assistant",
    Arial,
    sans-serif;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #a3a3a3;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

textarea.error {
  border-bottom: 1px solid #ec1b35;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  outline: none;
  border: none;
}

.active-mobile-menu {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.active-mobile-menu .main-nav-popup {
  overflow-y: auto;
}

a {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.container {
  max-width: 1380px;
  margin: 0 auto;
}
.contact-us .container,
.home .container {
  max-width: 1091px;
}

.contact-us .container {
  max-width: 1097px;
}

.section-title,
h1,
h2 {
  font-size: 34px;
  font-weight: 900;
  color: #000;
  margin: 0 0 40px;
  line-height: 1;
  font-family: "Assistant", Arial, sans-serif;
}

h1.section-title,
h1 {
  font-size: 64px;
  line-height: 1.1;
}

.cards-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 1886px;
}

.more-info .cards-content {
  max-width: 1394px;
  flex-wrap: nowrap;
  gap: 33px;
}
.more-info .cards-content .card-wrap {
  padding: 0;
}

.cards-content .card {
  display: block;
  color: #fff;
}

.cards-content .card a {
  color: #fff;
}

.cards-content-slider.cards-content .img-holder img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.card-wrap {
  width: 25%;
  padding: 0 17px;
  box-sizing: border-box;
}

.large-card-wrap {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.large-card-wrap .card {
  border: 1px solid #cfcfcf;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.large-card-wrap .card img {
  width: 100%;
  height: auto;
}

.our-products .card-wrap {
  width: 33.33%;
}

.slick-initialized .slick-slide,
.slick-initialized .slick-slide .card {
  outline: 0;
  border: 0;
}

.card-with-video {
  display: inline-block;
  position: relative;
}

.card-with-video:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/play-btn.png.webp") no-repeat;
  background-size: contain;
}

#main {
  /*overflow: hidden;*/
  min-height: 350px;
}

.page-template-page-home #main {
  margin: 95px 0 0;
}

.page-template-page-literature .main-section {
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 14%,
    #fff 28%,
    #fff 40%,
    #fff 70%,
    #3d739a 85%,
    #3d739a 100%
  );
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #1555a0;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots .slick-active button {
  background: #1555a0;
}

.slick-dots li {
  margin: 0 6px;
  display: inline-block;
}

.popup-form input {
  color: #fff;
}

.slick-arrow {
  text-indent: -9999px;
  height: 21px;
  width: 23px;
  background: url("../images/dark-arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}

.slick-arrow.slick-prev {
  left: -43px;
  transform: translateY(-50%) rotateZ(180deg);
}

.slick-arrow.slick-next {
  right: -43px;
}

.bg-media {
  min-height: 430px;
}
.bg-media.nomedia {
  min-height: 180px;
}
.bg-media img,
.bg-media video {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.breadcrumbs-wrap {
  padding: 31px 40px;
}

.breadcrumbs {
  font-family: "Assistant", Arial, sans-serif;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs > span:not(:first-of-type) {
  margin: 0 0 0 6px;
}
#breadcrumbs {
  color: #a3a3a3;
  /*text-transform:uppercase;*/
  font-weight: 700;
}
#breadcrumbs a,
.breadcrumb_last {
  color: #a3a3a3;
  margin: 0 6px 0 0;
  font-weight: 400;
  transition: color 0.3s;
}
#breadcrumbs a {
  text-decoration: underline;
}
#breadcrumbs a:hover {
  color: #1555a0;
  text-decoration: underline;
}

.page-template-page-contact .contact-us .custom-error,
.page-template-page-archive .contact-us .custom-error,
.page-template-page-post .contact-us .custom-error {
  float: none;
}

div.wpcf7 form > p {
  position: relative;
}

div.wpcf7 .ajax-loader {
  background-color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 6px;
  bottom: 19px;
  margin: 0;
}

div.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  text-align: center;
  padding: 0;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

div.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.fancybox-caption {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.fancybox-caption__body {
  background: #e9eaec;
  color: #1555a0;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  padding: 8px 16px;
  text-align: left;
}

.fancybox-caption__body p {
  color: #000;
  font-size: 16px;
  font-family: "Assistant", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  margin: 4px 0 0;
}

.button-next,
.button-prev {
  height: 32px;
  width: 32px;
  background: rgba(0, 0, 0, 0.5) url("../images/light-arrow.svg") no-repeat 7px
    center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}

.button-prev {
  left: 10px;
}

.button-next {
  right: 10px;
  transform: translateY(-50%) rotateZ(180deg);
}

.fancybox-container .button-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -16px;
  top: -16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url("../images/close-icon.svg") no-repeat center;
  background-size: 12px;
  display: inline-block;
  text-indent: -9999px;
}

.fancybox-content:hover .button-next,
.fancybox-content:hover .button-prev {
  opacity: 1;
}

.post-content {
  flex-grow: 1;
  box-sizing: border-box;
  font-family: "Assistant", Arial, sans-serif;
  /*max-width: calc(100% - 210px - 38px - 225px - 25px);*/
  width: 100%;
}

.post-content h1 {
  font-size: 64px;
  font-weight: 900;
  color: #000;
  margin: -12px 0 18px;
  line-height: 1.1;
  font-family: "Assistant", Arial, sans-serif;
}

.wp-caption-text {
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
  color: #3a3a3a;
}

.pagination {
  margin: 0 0 30px;
  font-size: 16px;
}

.pagination .next {
  position: relative;
}

.pagination .next:after {
  content: "→";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.tag {
  padding: 0 0 0 21px;
  background: url("../images/folder-icon.svg") no-repeat left center;
  background-size: 13px;
  margin: 0 0 52px;
}

.tag a {
  color: #595959;
  font-size: 14px;
}

.tag a:hover {
  color: #1e73be;
}

.publication-info {
  color: #595959;
  font-size: 14px;
  margin: 0 0 32px;
  font-family: "Assistant", Arial, sans-serif;
}

h4.c-accordion__title,
.c-accordion__title {
  padding: 0 0 0 24px;
  color: #3a8ddb;
  outline: none;
  font-size: 19px;
  font-weight: 600;
}

h4.c-accordion__title:after,
.c-accordion__title:after {
  right: auto;
  left: 0;
  color: #3a8ddb;
  font-weight: 700;
}

.wp-block-pb-accordion-item {
  margin: 0 0 23px;
}

.wp-block-pb-accordion-item:last-of-type h4.c-accordion__title,
.wp-block-pb-accordion-item:last-of-type .c-accordion__title {
  margin: 0 0 40px;
}

.wp-block-image {
  text-align: center;
}

.share {
  display: flex;
  align-items: flex-end;
  margin: 0 0 16px;
}

.share p {
  color: #d3d3d3;
  font-size: 16px;
  margin: 0 8px 0 0;
}

.share .social {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.share .social a {
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  background-color: #d3d3d3;
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}

.share .facebook a {
  background-image: url("../images/light-facebook.svg");
}

.share .facebook a:hover {
  background-image: url("../images/dark-facebook.svg");
}

.share .linkedin a {
  background-image: url("../images/light-linkedin.svg");
}

.share .linkedin a:hover {
  background-image: url("../images/dark-linkedin.svg");
}

.share .twitter a {
  background-image: url("../images/light-twitter.svg");
}

.share .twitter a:hover {
  background-image: url("../images/dark-twitter.svg");
}

.socials {
  display: none;
  list-style: none;
  padding: 0;
  transition: padding 0.3s linear;
}

.socials li {
  width: 25px;
  height: 25px;
  background-size: contain !important;
  margin: 0 5px;
}

.socials li img {
  width: 25px;
  height: 25px;
}

.main-nav-popup .social {
  display: inline-flex;
}

.socials.mobile-links {
  margin: 0 40px 0 0 !important;
}

.post-content iframe {
  width: 100%;
}

footer .socials {
  width: 150px;
  position: absolute;
  bottom: 107px;
  right: 21%;
}

.head-contact_form .wpcf7-response-output {
  display: none !important;
}

.custom-error {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 0 0;
  color: #dc3232;
  text-align: center;
  font-size: 14px;
  animation: font-size-error 0.2s forwards;
}

.custom-error p {
  width: 55%;
  margin: 0;
}

.custom-error p.name-error {
  width: 27%;
}

@keyframes font-size-error {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 14px;
  }
}

.contact-us .custom-error {
  float: right;
}

.wrap-head-contact_form {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition:
    top 0.3s linear,
    fixed 0.3s linear;
  top: 0;
}

.head-contact_form {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1271px;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 20px;
  padding: 30px 55px 30px;
  box-sizing: border-box;
  transition: border-radius 0.3s linear;
}

.head-contact_form .button-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../images/close-icon.svg) no-repeat center;
  background-size: 12px;
  display: inline-block;
  text-indent: -9999px;
}

.head-contact_form .form-holder {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 0 0 118px;
  gap: 20px;
}

.head-contact_form .form-holder h2 {
  font:
    900 34px/30px "Assistant",
    Arial,
    sans-serif;
  color: #fff;
  margin: 0 0 11px 0;
  max-width: 200px;
  letter-spacing: -0.7px;
}

.head-contact_form .form-holder .wpcf7-spinner {
  position: absolute;
  bottom: 3px;
}

.head-contact_form .form-holder .row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
}

.head-contact_form .form-holder .col {
  display: flex;
  flex-direction: column;
  width: calc(100% - 162px);
}

.head-contact_form .form-holder .col .wpcf7-form-control-wrap {
  margin: 0 0 16px;
  box-sizing: border-box;
}

.head-contact_form .form-holder .col .wpcf7-form-control-wrap:last-child {
  margin: 0;
}

.head-contact_form .form-holder .col.right .wpcf7-form-control-wrap {
  margin: 0 0 11px;
}

.head-contact_form .form-holder .col.right .wpcf7-form-control-wrap:last-child {
  margin: 0;
}

.head-contact_form .form-holder br {
  display: none;
}

.head-contact_form .form-holder input {
  max-width: 270px;
  box-sizing: border-box;
  height: 44px;
}

.head-contact_form .form-holder input[type="email"],
.head-contact_form .form-holder input[type="tel"],
.head-contact_form .form-holder input[type="text"] {
  font:
    400 18px/19px "Assistant",
    sans-serif;
  color: #3d3d3d;
  border: 1px solid #cecfd2;
  padding: 0 10px;
  height: 40px;
}
.head-contact_form .form-holder input[type="email"].error-input,
.head-contact_form .form-holder input[type="tel"].error-input,
.head-contact_form .form-holder input[type="text"].error-input {
  padding: 6px 10px 10px;
  border: 1px solid #dc3232;
}

#main
  .head-contact_form
  .form-holder
  input[type="email"].error-input::placeholder,
#main
  .head-contact_form
  .form-holder
  input[type="tel"].error-input::placeholder,
#main
  .head-contact_form
  .form-holder
  input[type="text"].error-input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #dc3232;
}

#main .contact-us input[type="email"].error-input::placeholder,
#main .contact-us input[type="tel"].error-input::placeholder,
#main .contact-us input[type="text"].error-input::placeholder,
#main .form-sidebar input[type="email"].error-input::placeholder,
#main .form-sidebar input[type="tel"].error-input::placeholder,
#main .form-sidebar input[type="text"].error-input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #dc3232;
}

.head-contact_form .form-holder input[type="email"]::placeholder,
.head-contact_form .form-holder input[type="tel"]::placeholder,
.head-contact_form .form-holder input[type="text"]::placeholder {
  font:
    400 18px/19px "Assistant",
    sans-serif;
  color: #3d3d3d;
}

.head-contact_form .form-holder input[type="email"]:focus,
.head-contact_form .form-holder input[type="tel"]:focus,
.head-contact_form .form-holder input[type="text"]:focus {
  outline: none;
}

.head-contact_form .form-holder input[type="text"] + .wpcf7-not-valid-tip {
  display: none;
}

.head-contact_form .form-holder textarea {
  height: 105px;
  max-width: 270px;
  box-sizing: border-box;
  border: 1px solid #cecfd2;
  font:
    600 18px/19px "Assistant",
    sans-serif;
  color: #3d3d3d;
  padding: 12px 8px 11px;
}

.head-contact_form .form-holder textarea::placeholder {
  font:
    400 18px/19px "Assistant",
    sans-serif;
  color: #3d3d3d;
}

.head-contact_form .form-holder textarea:focus {
  outline: none;
}

.head-contact_form .form-holder input[type="submit"] {
  max-width: 270px;
  box-sizing: border-box;
  height: 44px;
  background: #fc0;
  color: #111;
  font:
    700 19px/19px "Assistant",
    sans-serif;
  border-radius: 0;
}

.wrap-head-contact_form {
  display: none;
  position: fixed;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 100;
  transition:
    top 0.3s linear,
    border-radius 3s linear;
}

.wrap-head-contact_form .head-contact_form {
  display: block;
  border-radius: 0 0 20px 20px;
}

.head-contact_form {
  display: none;
}

#main .wrap-head-contact_form .head-contact_form {
  background: #7bb0fe;
  background-image: none !important;
  max-width: 100%;
  border-radius: 0;
  padding: 15px 10px;
}

#main .wrap-head-contact_form .head-contact_form .form-holder {
  justify-content: center;
  margin: 0;
  gap: 18px;
}

#main .wrap-head-contact_form .head-contact_form .form-holder .row {
  gap: 18px;
}

#main .wrap-head-contact_form .head-contact_form .form-holder .col p {
  display: flex;
  gap: 18px;
  margin: 0;
}

#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  .col
  p
  .wpcf7-form-control-wrap {
  margin: 0;
}

#main .wrap-head-contact_form .head-contact_form .form-holder h2 {
  font:
    800 22px/20px "Assistant",
    Arial,
    sans-serif;
  color: #002156;
  margin: 0;
  width: 123px;
  letter-spacing: 0px;
}
.head-contact_form .form-holder .col.right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  input[type="submit"] {
  background: #002156;
  color: #fff;
  min-width: 143px;
  height: 40px;
}

#main .wrap-head-contact_form .head-contact_form .form-holder input {
  max-width: 100%;
  color: #3d3d3d;
}

#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  input::placeholder {
  color: #3d3d3d;
}

.wrap-head-contact_form .head-contact_form .row.previous-radios {
  margin: -8px 0 0 -140px;
  display: none;
  letter-spacing: -0.5px;
  overflow: visible;
}
.wrap-head-contact_form .head-contact_form .row.previous-radios h5 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  float: left;
  width: 136px;
}
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .wpcf7-form-control-wrap {
  margin: 0;
}
.wrap-head-contact_form .head-contact_form .row.previous-radios p {
  overflow: hidden;
  margin: 0;
}

.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .consent-checkbox,
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .consent-checkbox
  p,
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .consent-checkbox
  .wpcf7-form-control-wrap[data-name="consent"] {
  overflow: visible;
}
.wrap-head-contact_form .head-contact_form .row.previous-radios > h5,
.wrap-head-contact_form .head-contact_form .row.previous-radios > p,
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .wpcf7-form-control-wrap[data-name="previous-radio"],
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .wpcf7-form-control-wrap[data-name="previous-radio"]
  * {
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}

.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .consent-checkbox {
  position: relative;
  z-index: 5;
  margin-top: 10px;
}

.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .consent-checkbox
  .wpcf7-form-control.wpcf7-checkbox {
  padding: 0;
}

.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  .wpcf7-form-control-wrap[data-name="previous-radio"]
  .wpcf7-list-item {
  margin: 0 10px 0 0;
  font:
    300 17px/1.2 "Assistant",
    Arial,
    sans-serif;
}
.wrap-head-contact_form
  .head-contact_form
  .row.previous-radios
  input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 2px 5px 0 3px;
}

.logged-in.admin-bar .wrap-head-contact_form {
  top: 68px;
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url("../fonts/assistant-v18-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/assistant-v18-latin-ext_latin-300.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url("../fonts/assistant-v18-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/assistant-v18-latin-ext_latin-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 600;
  src:
    local(""),
    url("../fonts/assistant-v18-latin-ext_latin-600.woff2") format("woff2"),
    url("../fonts/assistant-v18-latin-ext_latin-600.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url("../fonts/assistant-v18-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/assistant-v18-latin-ext_latin-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url("../fonts/raleway-v28-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/raleway-v28-latin-ext_latin-300.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url("../fonts/raleway-v28-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/raleway-v28-latin-ext_latin-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src:
    local(""),
    url("../fonts/raleway-v28-latin-ext_latin-600.woff2") format("woff2"),
    url("../fonts/raleway-v28-latin-ext_latin-600.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url("../fonts/raleway-v28-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/raleway-v28-latin-ext_latin-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src:
    local(""),
    url("../fonts/raleway-v28-latin-ext_latin-900.woff2") format("woff2"),
    url("../fonts/raleway-v28-latin-ext_latin-900.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local(""),
    url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local(""),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local(""),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local(""),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#header {
  padding: 0 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  font-family: "Assistant", Arial, sans-serif;
  z-index: 999;
  margin: 0;
  transition: background 0.3s linear;
}

#header .acclaim-label {
  left: 50%;
  top: 57px;
  transform: translate(-42.6%, 0);
}

#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/header-wave.svg") no-repeat 50% 0 / 2500px auto;
  height: 208px;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

#header .container {
  position: relative;
  z-index: 1;
  padding: 15px 0 0;
  max-width: 1380px;
  transition: padding 0.3s linear;
}

#header sup {
  font-size: 10px;
}

#header .call-now {
  transition: background 0.3s linear;
}

#header .call-now .call-btn {
  transition: line-height 0.3s linear;
}

#header.active-style-sticky {
  background: linear-gradient(
    to right,
    #587ea0 0%,
    #005fbf 18%,
    #0043b7 33%,
    #0043b7 62%,
    #000cbf 76%,
    #012c57 89%
  );
  border-bottom: 1px solid #fff;
}

#header.active-style-sticky:before {
  opacity: 0;
}

#header.active-style-sticky .header-logo {
  max-width: 100px;
  margin: 0 0 0 10px;
}

#header.active-style-sticky .container {
  max-width: 1390px;
  padding: 0;
}

#header.active-style-sticky .open-menu-holder {
  order: 2;
  float: none;
  position: relative;
  margin: 0 0 0 19px;
}

#header.active-style-sticky .call-now {
  order: 1;
  position: initial;
  background: #fdcc02;
  margin: 0 0 0 20px;
}

#header.active-style-sticky .call-now .call-btn {
  line-height: 60px;
}

#header.active-style-sticky .main-nav {
  margin: 0 0 0 2%;
}

#header.active-style-sticky .main-nav .main-nav-list > li {
  padding: 0 10px 0;
}

#header.active-style-sticky .open-mobile-menu {
  padding: 0 14px 0 11px;
}

#header.active-style-sticky .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -9px 0 auto;
}

.header-content {
  margin: 0 -10px 0 auto;
  padding: 0;
}

.header-logo {
  display: inline-block;
  max-width: 148px;
  transition:
    max-width 0.3s linear,
    margin 0.3s linear;
}

.header-logo a {
  display: block;
}

.header-logo img {
  width: 100%;
  margin: -2px 0 0 0;
}

.main-nav {
  display: inline-block;
  width: 100%;
  max-width: 724px;
  margin: 6px 0 0 43px;
  transition: margin 0.3s linear;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .main-nav-list {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
}

.main-nav .main-nav-list > li {
  position: relative;
  padding: 7px 0;
  transition: padding 0.3s linear;
}

.main-nav .main-nav-list > li:hover {
  background: #2d82d3;
}

.main-nav .main-nav-list > li:hover .sub-menu {
  display: block;
}

.main-nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 190px;
  background: rgba(6, 17, 53, 0.7);
  display: none;
  z-index: 1200;
}

.main-nav .sub-menu a {
  display: block;
  padding: 6px 0;
  margin: 0 6px;
  box-sizing: border-box;
  line-height: normal;
}

.main-nav .sub-menu a:hover {
  color: #facb00;
}

.main-nav .sub-menu li:not(:last-of-type) a {
  border-bottom: 1px solid #fff;
}

.call-now {
  position: absolute;
  right: 143px;
  top: 0;
  font-weight: 700;
  font-size: 23px;
}

.call-now .call-btn {
  display: block;
  background: url("../images/call-bg_02.png.webp") no-repeat 50% 100% / cover;
  /*background: url("../images/bg-phone.svg") no-repeat center / cover;*/
  line-height: 63px;
  color: #000;
  padding: 0 7px;
}

.call-now .call-btn span {
  padding: 0 0 0 40px;
  position: relative;
}

.call-now .call-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../images/call-icon.svg") no-repeat;
  background-size: contain;
}

.open-mobile-menu {
  font-weight: 600;
  position: relative;
  padding: 15px 11px 7px;
  transition: padding 0.3s linear;
}

.open-mobile-menu .open-menu-btn {
  position: relative;
  padding: 0 34px 0 0;
  letter-spacing: -0.5px;
}

.open-mobile-menu .open-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/menu-icon.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 19px;
}

.open-menu-holder {
  float: right;
  position: relative;
  margin: -7px 0 0;
}

.open-menu-holder .close-menu-btn {
  position: absolute;
  text-indent: -9999px;
  left: 28px;
  top: 28px;
  width: 17px;
  height: 17px;
  transform: rotateZ(45deg);
}

.open-menu-holder .close-menu-btn:before,
.open-menu-holder .close-menu-btn:after {
  content: "";
  position: absolute;
  background: #fff;
}

.open-menu-holder .close-menu-btn:before {
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.open-menu-holder .close-menu-btn:after {
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-nav-popup {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(6, 17, 53, 1);
  padding: 65px 30px 11px;
  box-sizing: border-box;
  margin: 0;
  width: 358px;
  z-index: 2;
}

.main-nav-popup .main-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav-popup .main-nav-list > li {
  margin: 0 0 14px;
}

.main-nav-popup .main-nav-list a:hover,
.main-nav-popup .main-nav-list .menu-item-has-children:hover > a {
  color: #facb00;
}

.main-nav-popup .main-nav-list .menu-item-has-children {
  position: relative;
}

.main-nav-popup .main-nav-list .menu-item-has-children:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/white-arrow.svg");
  background-size: contain;
  top: 6px;
  left: -20px;
  cursor: pointer;
}

.main-nav-popup .main-nav-list .menu-item-has-children.sub-menu-active {
  margin: 0 0 3px;
}

.main-nav-popup
  .main-nav-list
  .menu-item-has-children.sub-menu-active
  .sub-menu {
  display: block;
}

.main-nav-popup .main-nav-list .menu-item-has-children.sub-menu-active:before {
  transform: rotateZ(90deg);
}

.main-nav-popup .sub-menu {
  display: none;
  padding: 0 37px;
  margin: 4px 0 0;
  list-style: none;
}

.main-nav-popup .sub-menu li {
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}

.main-nav-popup .sub-menu li:first-of-type {
  border-top: 1px solid #fff;
}

.main-nav-popup .sub-menu li a {
  display: block;
}

.main-nav-popup .sub-menu li a:hover {
  color: #facb00;
}

.menu-active .main-nav-popup {
  display: block;
}

.menu-active .open-mobile-menu {
  background: #2c82d3;
}

.logged-in.admin-bar #header {
  top: 32px;
}

#footer {
  padding: 40px 40px 6px;
  background: #35383d;
  font-family: "Assistant", Arial, sans-serif;
  color: #fff;
}

#footer .container {
  max-width: 1378px;
}

#footer h3 {
  font-family: "Assistant", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 2px solid #fff;
}

#footer .location {
  line-height: 1.4;
  font-size: 15px;
  max-width: 542px;
}

#footer .location p {
  margin: 0;
  line-height: 1.38;
}

#footer .location .text-holder {
  margin: 0 0 58px;
}

#footer .location .text-holder:nth-of-type(odd) {
  width: 64%;
}

#footer .location-wrap {
  width: 50%;
  box-sizing: border-box;
  padding: 0 23px 0 0;
}

#footer .location-content {
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  max-width: 182px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 21%;
}

.footer-logo img {
  width: 100%;
}

.footer-content {
  display: flex;
}

.footer-menu-wrap {
  position: relative;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu > li {
  width: 100%;
}

.footer-menu > li.menu-item-has-children {
  width: 50%;
}

.footer-menu > li > a {
  display: inline-block;
  font-size: 24px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 6px;
  padding: 0 0 8px;
  border-bottom: 2px solid #fff;
  max-width: 168px;
  width: 100%;
}

.footer-menu > li:last-of-type > a {
  border-bottom: 0;
}

.footer-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 11px 0 24px;
}

.footer-menu .sub-menu li {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 3px;
}

.bottom-footer {
  padding: 13px 40px;
  background: #212121;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: "Assistant", Arial, sans-serif;
}

.bottom-footer .container {
  max-width: 1378px;
}

.main-section {
  padding: 0 40px;
  position: relative;
}
.main-section .mobile-img {
  display: none;
}
.main-section > .img-holder {
  margin: 0 -40px;
}

.page-template-page-home .main-section {
  padding: 0 40px;
  position: relative;
  min-height: 414px;
}

.main-section .container {
  max-width: 1380px;
}

.main-section .section-title {
  margin: 0 0 50px;
}

.main-section-content {
  display: flex;
  justify-content: space-between;
}

.page-template-page-literature .main {
  padding: 91px 0 0;
}

.page-template-page-home .main-section-content {
  padding: 81px 15px 0;
  max-width: 1084px;
  margin: 0 auto;
}

.main-banner-content h1,
.main-banner-content h2 {
  font:
    900 45px/53px "Assistant",
    Arial,
    sans-serif;
  letter-spacing: -0.8px;
  max-width: 610px;
  margin: 0 0 10px;
  color: #001d44;
}

.main-banner-content ul {
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
}

.main-banner-content ul li {
  position: relative;
  padding: 0 0 0 37px;
  font:
    400 30px/41px "Assistant",
    Arial,
    sans-serif;
  letter-spacing: -0.6px;
}

.main-banner-content img {
  margin: 0 0 0 -7px;
}

.main-banner-content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/banner-arrow-right.png") no-repeat center;
  background-size: contain;
}

.main-section-content .slider {
  width: 55%;
  padding: 127px 115px 13px 140px;
  color: #26569b;
  line-height: 1.4;
  z-index: 6;
}

.main-section-content .slider .slide {
  padding: 0 3px;
}

.main-section-content .slider .slide:not(:first-child) {
  display: none;
}

.main-section-content .slider p {
  margin: 0;
  font-weight: 900;
  font-size: 40px;
}

.main-section-content .slider ul {
  list-style: none;
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  margin: 3px 0 0;
}

.main-section-content .slider li {
  padding: 0 0 0 50px;
  margin: 0 0 2px;
  position: relative;
}

.main-section-content .slider li:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 32px;
  background: url("../images/arrow_03.png.webp") no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-section-content .video-holder {
  width: 45%;
  position: relative;
}

.main-section-content .video-holder:before,
.main-section-content .video-holder:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 52%;
  left: -115px;
  background: linear-gradient(
    90deg,
    white 36%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 5;
}

.main-section-content .video-holder:after {
  width: 35%;
  left: auto;
  right: -85px;
  background: linear-gradient(
    90deg,
    rgba(78, 134, 169, 0) 0%,
    #3e739a 60%,
    #3e739a 89%,
    rgba(54, 115, 150, 0) 100%
  );
}

.main-section-content .video-holder.video-played .play-btn {
  opacity: 0;
}

.main-section-content .video-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.main-section-content .video-holder .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/play-btn.png.webp") no-repeat center center;
  background-size: 89px 89px;
  text-indent: -9999px;
}

.patients-say {
  padding: 62px 40px 60px;
}

.patients-say .section-title {
  font:
    900 34px/38px "Assistant",
    Arial,
    sans-serif;
  margin: 0 0 61px;
  text-align: center;
}

.patients-say .card {
  position: relative;
  border-style: solid;
  border-color: #c8c9ca;
  border-width: 1px 1px 0;
}

.patients-say .card img {
  width: 100%;
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
}

.patients-say .text-holder {
  background: #e9eaec;
  color: #1555a0;
  padding: 17px 10px;
  font-size: 18px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  border-style: solid;
  border-color: #c8c9ca;
  border-width: 0 1px 1px;
}

.patients-say .text-holder p {
  margin: 0;
}

.patients .fancybox-slide {
  padding: 25px;
}

.more-info {
  background: #e9eaec;
  padding: 41px 40px 62px;
}

.more-info .section-title {
  margin: 0 0 41px;
  font:
    900 34px/38px "Assistant",
    Arial,
    sans-serif;
  text-align: center;
}

.more-info .card-wrap .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #008de1 !important;
  min-height: 273px;
  height: 100%;
}

.more-info .card-wrap .text-holder {
  background: #008de1 !important;
  padding: 25px 20px 10px;
  height: auto !important;
}

.more-info .card-wrap h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.more-info .card {
  -webkit-box-shadow: 0 0 12px 1px #b5b5b5;
  box-shadow: 0 2px 12px 1px #b5b5b5;
  color: #fff;
}

.more-info .card:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.more-info .slick-list {
  padding: 0 0 20px;
}

.more-info .slick-slide > div {
  display: flex;
}

.more-info .slick-arrow {
  margin-top: -10px;
}

.premia-spine-story {
  padding: 76px 40px 62px;
  background: #3a8ddb;
}

.premia-spine-story .section-title {
  margin: 0 0 47px;
  color: #fff;
}

.premia-spine-story .card-with-video {
  margin: 0 0 50px;
}
.premia-spine-story.show-text .card-with-video {
  margin: 0 0 50px;
}
.premia-spine-story.show-text .story-content .content-text-style {
  padding: 0 45px 0 146px;
}

.premia-spine-story .text-holder .content-text-style p {
  margin: 0 0 33px;
}

.premia-spine-story .wrap-story-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 0;
  margin: -5px auto 0;
  height: 375px;
  width: 375px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.premia-spine-story .wrap-story-img img {
  margin: 5px 0 0 15px;
}

.premia-spine-story.show-text {
  padding: 76px 40px 64px;
  /*background-size: cover!important;*/
}

.premia-spine-story.show-text .read-more {
  margin: 62px 0 0;
}

.premia-spine-story .card-with-video:after {
  width: 82px;
  height: 82px;
}

.premia-spine-story .text-holder {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  max-width: 1000px;
}

.premia-spine-story .text-holder p {
  margin: 0;
}

.premia-spine-story a {
  color: #fff;
  text-decoration: underline;
}

.premia-spine-story .hidden-content {
  display: none;
}

.premia-spine-story .read-more {
  font:
    400 26px/42px "Assistant",
    Arial,
    sans-serif;
  text-transform: lowercase;
  margin: 67px 0px 0;
  text-align: center;
}

.premia-spine-story .read-more a {
  color: #1555a0;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 6px 10px;
  display: inline-block;
  min-width: 174px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin: 0 7px 0 0;
  height: 56px;
}

.story .fancybox-caption__body {
  font-size: 19px;
  padding: 11px 9px;
}

.blog-news {
  padding: 71px 40px 63px;
}

.blog-news .section-title {
  margin: 0 0 32px;
}

.blog-news .cards-content {
  margin: 0 -15px 61px;
}

.blog-news .large-card-wrap:nth-of-type(4) {
  display: none;
}

.blog-news .card {
  position: relative;
  overflow: hidden;
}

.blog-news .card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.blog-news .card:hover .text-holder {
  top: 0;
  bottom: 0;
}

.blog-news .card:hover:after {
  opacity: 1;
}

.blog-news .card .text-holder {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
}

.blog-news .card h3 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 15px;
}

.blog-news .card p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin: 0 0 32px;
}

.blog-news .card .read-more {
  background: #fff;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 60px;
}

.blog-news .more-blog {
  text-align: center;
  font-family: "Assistant", Arial, sans-serif;
}

.blog-news .more-blog a {
  display: inline-block;
  color: #000;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #000;
  border-radius: 32px;
  transition: background-color 0.2s ease-in-out;
}

.blog-news .more-blog a:hover {
  background-color: #000;
  color: #fff;
}

.contact-us {
  background: #f4f4f4;
  padding: 53px 40px 170px;
}

.contact-us .section-title {
  font:
    900 34px/36px "Assistant",
    Arial,
    sans-serif;
  text-align: center;
  margin: 0 0 45px;
}

.contact-us .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.contact-us .img-holder {
  width: calc(50% - 7px);
  padding: 0 32px 0 7px;
  height: auto;
}

.contact-us .img-holder img {
  width: 100%;
}

.contact-us div.wpcf7 {
  width: calc(50% - 5px);
}

.contact-us .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 0 14px;
}

.contact-us .wpcf7-form-control-wrap[data-name="tel"],
.contact-us .wpcf7-form-control-wrap[data-name="zip_code"] {
  display: inline-block;
  width: calc(50% - 10px);
}

.contact-us .wpcf7-form-control-wrap[data-name="tel"] {
  margin: 0 0 12px;
}

.contact-us .wpcf7-form-control-wrap[data-name="tel"] .custom-error {
  width: auto;
  float: initial;
  text-align: left;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  padding: 6px;
  border: 1px solid;
  border-radius: 10px;
  background: #fff;
  top: -25px;
  right: 5px;
  height: auto;
}
.contact-us .wpcf7-form-control-wrap[data-name="tel"] .custom-error::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dc3232 transparent;
}

/*.contact-us .wpcf7-form-control-wrap[data-name="zip_code"] {*/
/*	margin: 0 0 0 16px;*/
/*}*/

.contact-us .wpcf7-form-control-wrap[data-name="tel"] + br {
  display: none;
}

.contact-us form {
  font-size: 16px;
  font-family: "Assistant", Arial, sans-serif;
  box-sizing: border-box;
  padding: 0;
  font-weight: 300;
}

.contact-us form br {
  display: none;
}

.contact-us form p {
  margin: 0;
}

.contact-us form input[type="text"],
.contact-us form input[type="email"],
.contact-us form input[type="tel"],
.contact-us form input[type="password"],
.contact-us form textarea {
  background: #fff;
  border: 1px solid #cecfd2;
  width: 100%;
  display: block;
  padding: 7px 8px 9px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}
/*new style*/
.contact-us form textarea {
  resize: none;
  height: 109px;
  margin: 0 0 16px;
}
/*no*/

.contact-us input[type="submit"] {
  outline: none;
}
.form-sidebar .consent-checkbox,
.contact-us .consent-checkbox {
  display: none;
}
.form-sidebar .previous-radios,
.contact-us .previous-radios {
  background: #fff;
  padding: 12px 9px 12px;
  border: 1px solid #cecfd2;
  margin: 0 0 18px;
  display: none;
}
.form-sidebar .previous-radios {
  padding: 17px 16px 11px;
}
.form-sidebar .previous-radios h5,
.contact-us .previous-radios h5 {
  font-size: 20px;
  margin: 0 0 12px;
}
.form-sidebar .previous-radios h5 {
  margin: 0 0 8px;
}
.form-sidebar .previous-radios p {
  margin: 0;
}
.form-sidebar .previous-radios .wpcf7-form-control-wrap,
.contact-us .previous-radios .wpcf7-form-control-wrap {
  margin: 0;
}
.form-sidebar .previous-radios .wpcf7-list-item,
.contact-us .previous-radios .wpcf7-list-item {
  display: block;
  color: #a3a3a3;
  font:
    16px "Assistant",
    Arial,
    sans-serif;
  margin: 0 0 6px;
}
.form-sidebar .previous-radios .wpcf7-list-item {
  font-size: 18px;
  margin: 0 0 8px;
}
.contact-us .previous-radios input[type="radio"],
.form-sidebar .previous-radios input[type="radio"],
.contact-us .previous-radios input[type="checkbox"],
.form-sidebar .previous-radios input[type="checkbox"] {
  vertical-align: middle;
  border: 1px solid #a3a3a3;
  width: 13px;
  height: 13px;
  margin: 4px 9px 0 0;
  float: left;
}
.form-sidebar .previous-radios input[type="radio"],
.form-sidebar .previous-radios input[type="checkbox"] {
  margin: 6px 7px 0 1px;
  float: left;
}
.contact-us .wpcf7-list-item-label,
.form-sidebar .wpcf7-list-item-label {
  display: block;
  overflow: hidden;
}

.our-products {
  padding: 47px 40px 72px;
}

.our-products .section-title {
  margin: 0 0 47px;
}

.our-products .card-wrap:nth-of-type(2) .text-holder {
  color: #000;
}

.our-products .card-wrap:nth-of-type(3) .text-holder {
  color: #000;
}

.our-products .card-wrap .text-holder {
  background: #1555a0;
  padding: 32px 11px 32px 27px;
}

.our-products .card-wrap .text-holder p {
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 300;
  font-size: 25px;
  margin: -2px 0 0;
  letter-spacing: -0.5px;
}

.our-products .card-wrap h4 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}

.our-products .card {
  border: 1px solid #c8c9ca;
}

.our-products .card:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.home .our-products .card-wrap {
  width: 25%;
}

.home .our-products .card-wrap:nth-of-type(2) .text-holder {
  color: #fff;
}

.home .our-products .card-wrap:nth-of-type(3) .text-holder {
  color: #000;
}

.home .our-products .card-wrap:nth-of-type(4) .text-holder {
  color: #000;
}

.home .our-products .card-wrap .text-holder {
  padding: 17px 11px 17px 16px;
}

.home .our-products .card-wrap .text-holder p {
  font-size: 16px;
}

.home .our-products .card-wrap h4 {
  font-size: 20px;
}

.contact-section {
  padding: 0 40px 119px;
}

.contact-section .section-title {
  margin: 0 0 26px;
  line-height: 1;
}

.contact-section .cards-content {
  margin: 0 -10px;
}

.contact-section .card-wrap {
  padding: 0 10px;
}

.contact-section .card {
  position: relative;
}

.contact-section .card:hover {
  -webkit-box-shadow: 0 0 12px 1px #b5b5b5;
  box-shadow: 0 0 12px 1px #b5b5b5;
}

.contact-section .card:hover .info {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.contact-section .card:hover .visit-site {
  opacity: 1;
}

.contact-section .info {
  background: #7f7f7f;
  padding: 16px 28px 13px 22px;
  color: #fff;
  -webkit-box-shadow: 0 0 12px 1px #b5b5b5;
  box-shadow: 0 0 12px 1px #b5b5b5;
  display: flex;
  flex-direction: column;
}

.contact-section .info img {
  width: 80px;
  margin: 0 0 32px;
}

.contact-section .info h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 24px;
}

.contact-section .info p {
  font-size: 20px;
  margin: 0;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 300;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.contact-section .visit-site {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  opacity: 0;
  background: #1555a0;
  padding: 9px 10px 9px 23px;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}

.contact-email {
  background: #1555a0;
  padding: 47px 40px;
  text-align: center;
}

.contact-email .email-icon {
  width: 66px;
  margin: 0 0 17px;
}

.contact-email .email {
  display: block;
  font-size: 45px;
  font-weight: 600;
  font-family: "Assistant", Arial, sans-serif;
  color: #fff;
}

.contact-info {
  padding: 48px 40px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 18px;
}

.contact-info p {
  margin: 0;
}

.contact-info p:not(:last-of-type) {
  margin: 0 0 30px;
}

.contact-info ul {
  margin: 0 0 30px;
}

.section-video {
  height: 340px;
}

.section-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-menu {
  min-width: 249px;
  margin: 0 38px 0 0;
}

.post-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font:
    600 26px "Assistant",
    Arial,
    sans-serif;
}

.post-menu ul a {
  color: #fff;
  font-weight: 600;
}

.post-menu a {
  padding: 8px 9px 8px 14px;
  display: block;
  background: #1555a0;
  line-height: 1;
}

.post-menu li {
  margin: 0 0 2px;
}

#menu-promistm-system a {
  background: #134291;
}

#menu-nexuxtm-system a {
  background: #fc0;
}

#menu-nexuxtm-system li:nth-of-type(2) a {
  background: #e1ba51;
}

#menu-nexuxtm-system li:nth-of-type(3) a {
  background: #ad903c;
}

#menu-nexuxtm-system li:nth-of-type(4) a {
  background: #5e4d1d;
}

#menu-nexuxtm-system li:last-of-type a {
  background: #352f2d;
}

.page-post-content {
  padding: 0 40px;
}

.page-post-content .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-post-content .post-content ul:not(.social) {
  margin: 0 0 35px;
  padding: 0 0 0 22px;
  list-style: square;
}

.page-post-content .post-content .wp-block-group ul {
  margin: 3px 0 -3px;
  list-style: none;
  padding: 0;
}

.page-post-content .post-content .wp-block-group ul li {
  padding: 0 0 0 22px;
  background: url("../images/list-decorate.png.webp") no-repeat left 9px;
}

.page-post-content .post-content li {
  margin: 0 0 6px;
}

.page-post-content .post-content h4 {
  font-size: 24px;
  margin: 0 0 12px;
}

.page-post-content .post-content p {
  margin: 0 0 24px;
  line-height: 1.5;
}

.page-post-content .post-content .wp-block-image {
  margin: 0 0 20px;
}

.page-post-content .post-content .wp-block-image.scroll-auto {
  overflow: auto;
}
.page-post-content .post-content .wp-block-image.scroll-auto img {
  max-width: 804px;
}

.page-post-content .post-content .wp-block-embed-youtube {
  margin: 0 0 45px;
}

.page-post-content .post-content .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}

.page-post-content .wp-block-group__inner-container {
  background: #f7f7f7;
  padding: 19px 10px 19px 33px;
  font-size: 22px;
  margin: 0 0 22px;
}

.page-post-content .wp-block-group__inner-container p {
  margin: 0;
}

.form-sidebar {
  min-width: 251px;
  margin: 0 0 0 38px;
  width: 251px;
}

.form-sidebar > p,
.form-sidebar br {
  display: none;
}

.form-sidebar form > p {
  margin: 0;
}

.form-sidebar .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 16px;
}

.form-sidebar .img-holder {
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid silver;
}
@media screen and (max-height: 1000px) {
  .form-sidebar .img-holder {
    display: block !important;
    height: auto !important;
    margin: 0 0 30px !important;
  }
}

.form-sidebar .img-holder img {
  min-width: calc(100% + 2px);
  width: 100%;
  margin: 0 -1px;
}

.form-sidebar h2 {
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 15px;
}

.form-sidebar input[type="text"],
.form-sidebar input[type="email"],
.form-sidebar input[type="tel"],
.form-sidebar input[type="password"],
.form-sidebar textarea {
  display: block;
  background: #fafafa;
  font-size: 18px;
  padding: 8px 14px;
}

.form-sidebar input:not([type="submit"]):focus,
.form-sidebar textarea:focus {
  outline: 0;
}

.form-sidebar textarea {
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  height: 98px;
  margin: 0 !important;
  resize: vertical;
}

.form-sidebar input[type="submit"] {
  width: 100%;
}

.form-sidebar input[type="submit"]:focus {
  outline: 0;
}

.form-sidebar .comments {
  margin: 0 0 15px;
}

.form-sidebar .wpcf7-not-valid-tip {
  font-size: 15px;
}

/*.page-template-page-post .contact-us form input[type=submit] {*/
/*	width: 100%*/
/*}*/

.form-holder {
  max-width: 251px;
}

.form-holder > p {
  display: none;
}

.wp-block-embed figcaption {
  background: #f4f4f4;
  padding: 8px;
  font-size: 13px;
  font-style: italic;
  margin: 19px 0 0;
}

.wp-block-embed figcaption .has-black-color {
  color: #7c7c7c;
}

.page-post-content .post-content .wp-block-embed iframe {
  min-height: 450px;
}

.patients-say .container {
  display: block;
  max-width: 100%;
}

.patients-say {
  margin: 0 auto;
  overflow: hidden;
}

.page-post-content {
  padding: 40px 40px 40px;
}

.acclaim-label {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 124px;
  border-radius: 50%;
  z-index: 1000;
}

.acclaim-label img {
  width: 100%;
  height: 100%;
}

#main .wrap-head-contact_form .head-contact_form .acclaim-label {
  display: none;
}

body.admin-bar .header-label-mob {
  margin: 32px 0 0;
}

.hero-content .acclaim-label {
  display: none;
}

.bg-media.slide-hero {
  background: #ffcd36;
}

.bg-media.slide-hero .container {
  max-width: 1455px;
}

.bg-media.slide-hero .container .hero-content {
  display: flex;
  justify-content: space-between;
  align-self: self-end;
  position: relative;
}

.bg-media.slide-hero .hero-content .img-holder {
  width: 49%;
}

.bg-media.slide-hero .hero-content .img-holder img {
  width: auto;
  margin: auto 15px 0 auto;
}

.bg-media.slide-hero .hero-content .sliders-text {
  width: 49%;
  margin: 0 0 0 auto;
  max-width: 650px;
  padding: 192px 0 0;
  min-height: 250px;
}

.bg-media.slide-hero .hero-content .sliders-text h2 {
  font-size: 35px;
  line-height: 1.38;
  margin: 0 0 45px;
  letter-spacing: -0.3px;
  font-weight: 900;
}

.bg-media.slide-hero .hero-content .sliders-text h2 strong {
  font-weight: 400;
  letter-spacing: 0.3px;
}

.bg-media.slide-hero .hero-content .sliders-text .slick-dots {
  left: auto;
  right: -14px;
  bottom: 6px;
}

.bg-media.slide-hero .hero-content .sliders-text .slick-dots li {
  margin: 0 2px;
}

.bg-media.slide-hero .hero-content .sliders-text .slick-dots button {
  border: 2px solid #000;
}

.bg-media.slide-hero
  .hero-content
  .sliders-text
  .slick-dots
  .slick-active
  button {
  background: #000;
}

.bg-media.slide-hero.bg-video {
  position: relative;
}

.bg-media.slide-hero.bg-video .video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.bg-media.slide-hero.bg-video .hero-content .sliders-text {
  margin: 0 auto 0 6.7%;
}

.bg-media.slide-hero.bg-video .hero-content .sliders-text h2 {
  color: #fff;
  text-shadow: 1px 1px 3px #221f20;
}

.bg-media.slide-hero.bg-video .hero-content .sliders-text .slick-dots button {
  background: transparent;
  border: 1px solid #fff;
}

.bg-media.slide-hero.bg-video .sliders-text .slick-dots .slick-active button {
  background: #fff;
}

.hero-content .slick-track {
  display: flex;
  align-items: center;
}

.page-template-page-archive #main .wrap-head-contact_form {
  z-index: 100;
}

#main .wrap-head-contact_form .head-contact_form .form-holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
  position: relative;
  max-width: 1380px;
  padding: 0 0 0 235px;
  box-sizing: border-box;
  margin: 0 auto;
}

#header.active-style-sticky .acclaim-label {
  left: 11%;
  width: 106px;
  height: auto;
  top: 46px;
  transform: translate(-44%, 0);
}

.header-label-mob {
  display: none;
}

.sliders-text .slide-hero {
  display: none;
}

.find-doctor-section {
  margin: 0 0 16px;
  padding: 0 40px;
}

.find-doctor-section .section-title {
  margin: 0 0 26px;
  line-height: 1;
}

.find-doctor-section .cards-content {
  margin: 0 -10px;
}

.find-doctor-section .card-wrap {
  padding: 0 10px;
  margin: 0 0 25px;
}

.find-doctor-section .card {
  padding: 16px 10px 16px 20px;
  background: #7f7f7f;
  -webkit-box-shadow: 0 0 12px 1px #b5b5b5;
  box-shadow: 0 0 12px 1px #b5b5b5;
}

.find-doctor-section .card:hover {
  background: #333;
}

.find-doctor-section .card img {
  width: 80px;
  vertical-align: middle;
}

.find-doctor-section .card .desktop-title {
  display: inline-block;
  font-size: 26px;
  margin: 0 0 0 11px;
  font-weight: 600;
}

.find-doctor-section .card .mobile-title {
  font-weight: 600;
  margin: 0 0 0 6px;
  display: none;
}

.map {
  padding: 0 40px;
  margin: 0 0 61px;
  display: flow-root;
}

.map .wpgmp_map {
  height: 759px !important;
}

.map .wpgmp_infowindow {
  font-size: 15px;
}

.map .wpgmp_infowindow h5 {
  font-size: 21px;
  color: #1555a0;
  margin: 0;
}

.map .wpgmp_infowindow h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.map .wpgmp_infowindow p {
  font-size: 15px;
  color: #999;
  margin: 13px 0 0;
}

.category-info {
  padding: 0 40px;
  margin: 0 0 31px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.category-info h1 {
  margin: -19px 0 42px;
}

.category-info h4 {
  font-size: 24px;
}

.category-info p {
  margin: 0;
}

.more-info.category-more-info {
  background: #fff;
}

.more-info.category-more-info .section-title {
  margin: 0 0 29px;
}

.more-info.category-more-info .slick-dots {
  bottom: -35px;
}

.more-info.category-more-info .slick-dots li {
  margin: 0 2px;
}

.testimonials-wrapper {
  padding: 200px 0 0;
}

.page-template-page-post-testimonials .form-sidebar {
  max-width: 251px;
  width: 100%;
  min-width: auto;
}

.page-template-templates .post-menu {
  display: block !important;
}

.testimonials-page {
  padding: 0 40px;
}

.testimonials-page h1 {
  margin: 0 0 35px;
}

.testimonials-page .container {
  display: flex;
  justify-content: space-between;
}

.testimonials-page .container .post-content {
  width: min-content;
}

.testimonials-wrap .testimonials-tab ul {
  list-style: none;
  padding: 0;
  display: flex;
  text-align: center;
  font-size: 21px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 4px;
}

.testimonials-wrap .testimonials-tab li {
  flex-basis: 50%;
  background: #d6ddeb;
  color: #34539a;
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  cursor: pointer;
}

.testimonials-wrap .testimonials-tab .active-tab {
  background: #34539a;
  color: #fff;
  text-decoration: underline;
}

.testimonials-wrap .tab-content {
  position: relative;
}

.testimonials-wrap .cards-content {
  margin: 0 -2px;
  visibility: hidden;
  display: none;
}

.testimonials-wrap .large-card-wrap {
  padding: 0 2px;
  margin: 0 0 4px;
}

.testimonials-wrap .large-card-wrap .text-holder {
  background: #1555a0;
  color: #fff;
  padding: 6px;
  font-size: 16px;
}

.testimonials-wrap .large-card-wrap p {
  margin: 0;
}

.tab-history .tab-history-title {
  margin: 50px 0 0;
}

.tab-history .tab-history-content h4 {
  margin: 0 0 15px;
}

.tab-history .tab-history-content p {
  margin: 0 0 24px;
  line-height: 1.5;
}

.page-template-page-post-testimonials-new .form-sidebar,
.single-testimonial .form-sidebar {
  display: none !important;
  max-width: 251px;
  width: 100%;
  min-width: auto;
}

.page-template-page-post-testimonials-new .testimonials-page .container,
.single-testimonial .testimonials-page .container {
  max-width: 1390px;
}

.page-template-page-post-testimonials-new .testimonials-page,
.single-testimonial .testimonials-page {
  padding: 0 40px;
}

.page-template-page-post-testimonials-new .testimonials-page h1,
.single-testimonial .testimonials-page h1 {
  margin: 7px 0 5px 4px;
  width: 50%;
}

.page-template-page-post-testimonials-new .testimonials-page .container,
.single-testimonial .testimonials-page .container {
  display: flex;
  justify-content: space-between;
}

.page-template-page-post-testimonials-new
  .testimonials-page
  .container
  .post-content,
.single-testimonial .testimonials-page .container .post-content {
  width: min-content;
}

.page-template-page-post-testimonials-new .testimonials-wrap,
.single-testimonial .testimonials-wrap {
  border-top: 1px solid #aeaeae;
  position: relative;
  padding: 30px 0 0;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  ul,
.single-testimonial .testimonials-wrap .testimonials-tab ul {
  list-style: none;
  padding: 0;
  display: flex;
  text-align: center;
  font-size: 16px;
  font-family: "Assistant", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 4px;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  li,
.single-testimonial .testimonials-wrap .testimonials-tab li {
  background: #fff;
  color: #424242;
  display: inline-block;
  padding: 10px 13px 9px;
  cursor: pointer;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  li
  a,
.single-testimonial .testimonials-wrap .testimonials-tab li a {
  white-space: nowrap;
  text-decoration: none;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  a,
.single-testimonial .testimonials-wrap .testimonials-tab a {
  color: #424242;
  font-weight: 700;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  .active-tab,
.single-testimonial .testimonials-wrap .testimonials-tab .active-tab {
  background: #004182;
  color: #fff;
  text-decoration: none;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .testimonials-tab
  .active-tab
  a,
.single-testimonial .testimonials-wrap .testimonials-tab .active-tab a {
  color: #fff;
}

.page-template-page-post-testimonials-new .testimonials-wrap .tab-content,
.single-testimonial .testimonials-wrap .tab-content {
  position: relative;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .tab-content
  .content-text
  h3,
.single-testimonial .testimonials-wrap .tab-content .content-text h3 {
  font-size: 24px;
  margin: 14px 0 2px 2px;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .tab-content
  .content-text
  p,
.single-testimonial .testimonials-wrap .tab-content .content-text p {
  margin: 0 0 20px 2px;
  line-height: 1.5;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .tab-content
  .content-text.filter-content
  h3,
.single-testimonial
  .testimonials-wrap
  .tab-content
  .content-text.filter-content
  h3 {
  font-family: "Assistant", Arial, sans-serif;
  margin: 14px 0 14px 2px;
}

.page-template-page-post-testimonials-new .testimonials-wrap .cards-content,
.single-testimonial .testimonials-wrap .cards-content {
  margin: 0;
  visibility: visible;
  display: flex;
  gap: 32px 30px;
}

.page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap,
.single-testimonial .testimonials-wrap .large-card-wrap {
  padding: 0;
  margin: 0 0 4px;
  width: calc(100% / 3 - 20px);
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .large-card-wrap
  .card,
.single-testimonial .testimonials-wrap .large-card-wrap .card {
  border: 0;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .large-card-wrap
  .button,
.single-testimonial .testimonials-wrap .large-card-wrap .button {
  font-family: "Assistant", Arial, sans-serif;
  text-align: left;
  padding: 10px 20px 26px;
  display: inline-block;
  background: transparent;
  color: #004182;
  font-weight: 800;
  font-size: 16px;
  line-height: 14px;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .large-card-wrap
  .text-holder,
.single-testimonial .testimonials-wrap .large-card-wrap .text-holder {
  background: #f6f6f6;
  padding: 6px 20px 0;
  font-size: 16px;
}

.page-template-page-post-testimonials-new
  .testimonials-wrap
  .large-card-wrap
  h4,
.single-testimonial .testimonials-wrap .large-card-wrap h4 {
  color: #1555a0;
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0 13px;
}

.page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap p,
.single-testimonial .testimonials-wrap .large-card-wrap p {
  font:
    500 18px/24px "Assistant",
    Arial,
    sans-serif;
  color: #a3a3a3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  max-height: calc(5em + 5px);
  min-height: calc(5em + 5px);
}

.page-template-page-post-testimonials-new .testimonials-wrap .img-holder,
.single-testimonial .testimonials-wrap .img-holder {
  min-height: 440px;
}

.page-template-page-post-testimonials-new .testimonials-tab,
.single-testimonial .testimonials-tab {
  position: absolute;
  top: -44px;
  right: 14px;
}

.page-template-page-post-testimonials-new .tab-history .tab-history-title,
.single-testimonial .tab-history .tab-history-title {
  margin: 50px 0 0;
}

.page-template-page-post-testimonials-new .tab-history .tab-history-content h4,
.single-testimonial .tab-history .tab-history-content h4 {
  margin: 0 0 15px;
}

.page-template-page-post-testimonials-new .tab-history .tab-history-content p,
.single-testimonial .tab-history .tab-history-content p {
  margin: 0 0 24px;
  line-height: 1.5;
}

.page-template-page-post-testimonials-new
  .testimonials-page
  .container
  .post-content,
.single-testimonial .testimonials-page .container .post-content {
  margin: 0 !important;
}

.page-template-page-post-testimonials-new .post-menu,
.single-testimonial .post-menu {
  display: none !important;
}

.page-template-page-post-testimonials-new ul.page-numbers li,
.single-testimonial ul.page-numbers li {
  padding: 3px 0;
  border-radius: 0;
}

.page-template-page-post-testimonials-new ul.page-numbers li .page-numbers,
.single-testimonial ul.page-numbers li .page-numbers {
  font-size: 19px;
  font-weight: 400;
  margin: 0 2px;
  padding: 2px 10px 2px;
}

.page-template-page-post-testimonials-new
  ul.page-numbers
  li
  .page-numbers.current,
.single-testimonial ul.page-numbers li .page-numbers.current {
  background: #27569b;
  color: #fff;
}

.page-template-page-post-testimonials-new ul.page-numbers li a.next,
.single-testimonial ul.page-numbers li a.next {
  padding: 0 4px;
}

.page-template-page-post-testimonials-new ul.page-numbers li a.prev,
.single-testimonial ul.page-numbers li a.prev {
  padding: 0 4px;
}

.page-template-page-post-testimonials-new .page-numbers,
.single-testimonial .page-numbers {
  font:
    500 18px/24px "Assistant",
    Arial,
    sans-serif;
}

.page-template-page-post-testimonials-new
  .page-numbers
  .next
  .right-btn::before,
.single-testimonial .page-numbers .next .right-btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 3px solid #27569b;
  border-bottom: 3px solid #27569b;
  transform: rotate(-45deg);
}

.page-template-page-post-testimonials-new .page-numbers .prev .left-btn::before,
.single-testimonial .page-numbers .prev .left-btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 3px solid #27569b;
  border-top: 3px solid #27569b;
  transform: rotate(-45deg);
}

.page-template-page-post-testimonials-new .page-numbers .pagination-btn,
.single-testimonial .page-numbers .pagination-btn {
  display: inline-block;
  width: 15px;
  height: 19px;
  padding: 7px 0 0;
}

.single-testimonial #main {
  overflow: inherit;
}

.single-testimonial #main .form-sidebar .img-holder {
  min-height: auto;
}

.single-testimonial .breadcrumbs-wrap {
  padding: 31px 0 17px;
}

.single-testimonial h1 {
  max-width: 622px;
  line-height: 71px;
  margin: 0 0 15px;
}

.single-testimonial .share-block {
  display: flex;
  align-items: flex-end;
  margin: 0 0 24px;
}

.single-testimonial .share-block > span {
  font-size: 15px;
  line-height: 20px;
  color: #d4d4d4;
}

.single-testimonial .share-block .addtoany_shortcode .a2a_kit {
  line-height: 28px !important;
  margin: 0 0 0 8px;
}

.single-testimonial .share-block .addtoany_shortcode .a2a_s_twitter svg {
  max-width: 15px;
  padding: 3px 0 0;
}

.single-testimonial .share-block .addtoany_shortcode .a2a_s_facebook svg {
  max-width: 15px;
  padding: 3px 0 0;
}

.single-testimonial .share-block .addtoany_shortcode .a2a_s_linkedin svg {
  max-width: 18px;
  padding: 1px 0 0;
}

.single-testimonial
  .share-block
  .addtoany_shortcode
  .addtoany_list.a2a_kit_size_32
  a {
  padding: 0;
}

.single-testimonial
  .share-block
  .addtoany_shortcode
  .addtoany_list.a2a_kit_size_32
  a
  > span {
  height: 20px;
  line-height: 28px;
  width: 20px;
  border-radius: 0;
  background: #d3d3d3 !important;
}

.single-testimonial .testimonials-wrap .testimonials-block-top {
  display: flex;
  justify-content: center;
}

.single-testimonial .testimonials-wrap .testimonials-block-top .wrap-form {
  min-width: 286px;
}

.single-testimonial .testimonials-wrap .video-post {
  margin: 0 0 23px;
}

.single-testimonial .testimonials-wrap .video-post iframe {
  min-height: 523px;
  border: none;
}

.single-testimonial .testimonials-wrap .wrap-form .form-sidebar {
  display: block !important;
  position: sticky;
  top: 20px;
}
@media screen and (max-height: 1000px) {
  .single-testimonial .testimonials-wrap .wrap-form .form-sidebar {
    position: static !important;
  }
}

.single-testimonial .testimonials-wrap .wrap-posts {
  display: flex;
  margin: 0 0 108px;
}

.single-testimonial .testimonials-wrap .testimonials-post {
  max-width: 927px;
}

.single-testimonial .testimonials-wrap .post-content h2 {
  font:
    700 24px/26px "Assistant",
    Arial,
    sans-serif;
  margin: 0px 0 3px;
}

.single-testimonial .testimonials-wrap .post-content p {
  font:
    400 17px/28px "Assistant",
    Arial,
    sans-serif;
  letter-spacing: 0.25px;
  margin: 0 0 25px;
}

.single-testimonial .testimonials-wrap .post-content a {
  color: #2c83bc;
  font-weight: 500;
}

.single-testimonial .testimonials-wrap .post-content a:hover {
  text-decoration: underline;
}

.single-testimonial .testimonials-block-bottom {
  padding: 47px 0 122px;
}

.single-testimonial .testimonials-block-bottom h2 {
  font-size: 31px;
  margin: 2px 0 27px 4px;
  letter-spacing: 0.3px;
}

.single-testimonial .testimonials-block-bottom .wrap-button-bottom {
  text-align: center;
}

.single-testimonial .testimonials-block-bottom .back-btn {
  display: inline-block;
  font:
    700 21px/23px "Assistant",
    Arial,
    sans-serif;
  background: #fc0;
  border-radius: 50px;
  padding: 25px 36px;
  margin: 0 auto;
  min-width: 200px;
  text-align: center;
}

.admin-bar.single-testimonial .testimonials-wrap .wrap-form .form-sidebar {
  top: 100px;
}

.single-post #main {
  margin: 200px 0 0;
}

/* .single-post .page-post-content a {
	color: #1555a0
} */

.single-post .page-post-content a:hover {
  color: #000;
}

.single-post .form-sidebar .img-holder {
  display: none;
}

.single-post time {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  color: #595959;
  margin: 0 0 32px;
}

.single-post .wp-caption {
  margin: 0 auto;
}

.single-post .share p {
  margin: 0 8px 2px 0;
}

.nav-posts {
  margin: 0 0 30px;
  padding: 0 40px;
}

.nav-posts a {
  color: #595959;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 0 15px;
  position: relative;
}

.nav-posts a:before {
  content: "<";
  position: absolute;
  left: 0;
  top: 4%;
  color: #595959;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
}

.nav-posts .next a:before {
  content: ">";
}

.single-post .page-post-content .post-content {
  width: 60%;
}

.page-template-page-thank_you {
  background: #f4f4f4;
}

.thank-you-page {
  border-bottom: 1px solid #d8d9db;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: calc(80vh - 220px);
  background-size: 34rem;
  max-width: 1050px;
  margin: 220px auto 0;
  box-sizing: border-box;
  padding: 0 40px 20px;
  color: #3a3a3a;
  position: relative;
  min-height: 588px;
}

.thank-you-page h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 15px;
}

.thank-you-page p {
  font-size: 26px;
  margin: 0 0 95px;
}

.thank-you-page p br {
  display: none;
}

.thank-you-page .thnx-button {
  display: inline-block;
  padding: 9px 32px;
  font-weight: 700;
  border-radius: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #1555a0;
  font-size: 16px;
  width: 242px;
  line-height: 1.35;
  text-align: center;
}

.thank-you-page .thnx-logo {
  position: absolute;
  right: 40px;
  top: 0;
  width: 192px;
}

@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-template-post-archive #main {
  margin: 200px 0 0;
}

.more-blogs-page .cards-content .list-category {
  margin: 0 auto 35px;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.more-blogs-page .cards-content .list-category li:first-of-type a {
  font-size: 0;
  background: url("../images/arrow-paging.png.webp") no-repeat 5px;
  cursor: pointer;
  display: block;
  height: 100%;
}

.more-blogs-page .cards-content .list-category span.dots {
  position: relative;
  top: 3px;
  color: #959599;
}

.more-blogs-page .cards-content .list-category li.hide {
  opacity: 0.5 !important;
}

.more-blogs-page .cards-content .list-category li:last-of-type a {
  font-size: 0;
  background: url("../images/arrow-paging.png.webp") no-repeat 5px;
  transform: rotate(180deg);
  cursor: pointer;
  display: block;
  height: 100%;
}

.more-blogs-page .cards-content .list-category a {
  color: #959599;
  font-size: 20px;
  font-weight: 400;
  padding: 0 9px;
  line-height: normal;
}

.more-blogs-page .cards-content .list-category li {
  margin: 0 4px;
}

.more-blogs-page .cards-content .list-category li.active a {
  background: #27569b;
  color: #fff;
  font-weight: 400;
}

.more-blogs-page {
  padding: 51px 40px 49px;
  position: relative;
}
.breadcrumbs-wrap + .more-blogs-page {
  padding-top: 0;
}

.more-blogs-page .section-title {
  text-align: center;
  font:
    900 34px/36px "Assistant",
    Arial,
    sans-serif;
  margin: 0 0 43px;
}

.more-blogs-page .list-category {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.more-blogs-page li {
  position: relative;
}

.more-blogs-page li a {
  color: #666;
  text-transform: capitalize;
  font-weight: 700;
  padding: 9px 10px;
  display: block;
  width: 100%;
}

.more-blogs-page li a:hover {
  color: #987666;
}

.more-blogs-page .active {
  cursor: pointer;
}

.more-blogs-page .active a {
  background: #222;
  color: #fff;
  pointer-events: none;
}

.more-blogs-page .active:hover .remove-btn {
  background-color: #fb4c05;
  transform: translate(50%, -50%) rotateZ(45deg);
}

.more-blogs-page .remove-btn {
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #0a9e01;
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition:
    0.3s background-color ease-in-out,
    0.3s transform ease-in-out;
}

.more-blogs-page .remove-btn:before,
.more-blogs-page .remove-btn:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
}

.more-blogs-page .remove-btn:after {
  height: 10px;
  width: 1px;
}

.more-blogs-page .large-card-wrap {
  margin: 0 0 40px;
}

.more-blogs-page .img-holder {
  display: block;
}

.more-blogs-page .text-holder {
  padding: 16px;
  background: #f6f6f6;
  font-family: "Assistant", Arial, sans-serif;
  color: #999;
  line-height: 1.55;
  flex-grow: 1;
  position: relative;
}

.more-blogs-page .text-holder h3 {
  line-height: 1.3;
  margin: 0 0 15px;
  font-size: 21px;
}

.more-blogs-page .text-holder h3 a {
  color: #013491;
}

.more-blogs-page .text-holder h3 a:hover {
  color: #666;
}

.more-blogs-page .publication-info {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.more-blogs-page .author {
  padding: 0 6px 0 12px;
  margin: 0 5px 0 0;
  background: url("../images/user-icon.svg") no-repeat left center/9px 12px;
  position: relative;
}

.more-blogs-page .author:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background: #999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more-blogs-page .date {
  padding: 0 12px;
  background: url("../images/calendar-icon.svg") no-repeat left center/10px 12px;
}

.more-blogs-page .description {
  font-size: 16px;
  margin: 0 0 48px;
}

.more-blogs-page .links-wrap {
  background: #1555a0;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 16px;
}

.more-blogs-page .links-wrap a:hover,
.more-blogs-page .links-wrap a.active-social {
  color: rgba(255, 255, 255, 0.85);
}

.more-blogs-page .share {
  position: relative;
  margin: 0;
}

.more-blogs-page .share > a {
  padding: 0 0 0 13px;
  background: url("../images/share-icon.svg") no-repeat left center/11px 13px;
}

.more-blogs-page .share .facebook a {
  background-color: #3a5795;
  background-image: url("../images/light-facebook.svg");
}

.more-blogs-page .share .twitter a {
  background-color: #55acee;
  background-image: url("../images/light-twitter.svg");
}

.more-blogs-page .share .linkedin a {
  background-color: #007bb6;
  background-image: url("../images/light-linkedin.svg");
  background-size: 11px 13px;
}

.more-blogs-page .social {
  list-style: none;
  margin: 0;
  padding: 3px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 29px;
  display: none;
}

.more-blogs-page .social li {
  margin: 3px;
}

.more-blogs-page .social a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 13px;
  border-radius: 3px;
  text-indent: -9999px;
  transition: 0.2s background-color ease-in-out;
}

.more-blogs-page .social a:hover {
  background-color: #999;
}

.more-blogs-page .read-more {
  padding: 0 0 0 6px;
  position: relative;
}

.more-blogs-page .read-more:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more-blogs-page .read-more a {
  padding: 0 10px 0 0;
  background: url("../images/angle-double-icon.svg") no-repeat right center/8px
    13px;
}

.more-blogs-page .load-more {
  text-align: center;
  margin: 0 0 60px;
  display: none;
}

.more-blogs-page .load-more.hidden {
  display: none;
}

.more-blogs-page .load-more a {
  display: inline-block;
  background: #1555a0;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
  min-width: 110px;
}

.more-blogs-page .pagination a {
  color: #000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.more-blogs-page .pagination a.active {
  background-color: #1e90ff;
  color: #fff;
}

.more-blogs-page .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.loading .loading-wrap {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.loading-wrap {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.loading-ball-wrap {
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

.loading-ball-wrap div {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  background-color: rgba(255, 255, 255, 0.68);
  width: 64px;
  height: 64px;
}

.loading-ball-wrap div:nth-of-type(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.loading-ball-wrap div:nth-of-type(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.more-blogs-content .loading-content {
  position: relative;
}

.more-blogs-content .loading-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.more-blogs-content .loading-content:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #1555a0 #1555a0 transparent;
  border-radius: 100%;
  animation: ball-rotate 0.75s linear infinite;
}

.load-more.loading a {
  text-indent: -9999px;
}

.load-more.loading .loading-wrap {
  left: 50%;
  transform: translateX(-50%);
}

.category #main {
  margin: 200px 0 0;
}

.top-category-section {
  padding: 0 40px;
}

.top-category-section .breadcrumbs-wrap {
  padding: 0 0 31px;
}

.top-category-section h1 {
  margin: 0 0 15px;
}

.category-information {
  display: flex;
  justify-content: space-between;
}

.main-category-section {
  padding: 0 40px;
  font-family: "Assistant", Arial, sans-serif;
  color: #3a3a3a;
}

.main-category-section .category-content {
  flex-grow: 1;
}

.main-category-section a {
  color: #1555a0;
}

.main-category-section a:hover {
  color: #000;
}

.main-category-section ul {
  margin: 0 0 24px;
}

.main-category-section h4 {
  margin: 0 0 10px;
}

.main-category-section .wp-caption {
  margin: 0 auto 24px;
  max-width: 735px;
  width: auto !important;
}

.main-category-section .wp-caption img {
  margin: 0 0 5px;
  width: 100%;
}

.main-category-section .wp-caption p {
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
}

.main-category-section p {
  margin: 0 0 24px;
}

.error404 #main {
  margin: 200px 0 0;
}

.error-page {
  padding: 0 40px;
}

.error-page .text-holder {
  font-family: "Assistant", Arial, sans-serif;
  margin: 0 0 50px;
}

.error-page .text-holder p {
  margin: 0 0 24px;
}

.error-page .text-holder form label,
.error-page .text-holder form input[type="text"] {
  display: none;
}

.error-page .text-holder form input[type="submit"] {
  background: #666;
  padding: 10px 20px;
  line-height: 25px;
  font-size: 17px;
  text-transform: none;
  min-width: 92px;
  font-weight: 400;
  border-radius: 0;
}

.error-page .text-holder form input[type="submit"]:hover {
  background: #3f3f3f;
}

.error-page .section-title {
  font-family: "Assistant", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.error-page-content {
  display: flex;
  justify-content: space-between;
}

.search-results #main {
  margin: 200px 0 0;
}

.search-page {
  padding: 0 40px;
  font-family: "Assistant", Arial, sans-serif;
}

.search-page .section-title {
  margin: 0 0 30px;
}

.search-page h1 {
  font-family: "Assistant", Arial, sans-serif;
  line-height: 1;
  font-size: 48px;
}

.search-page a {
  color: #1555a0;
}

.search-page a:hover {
  color: #000;
}

.search-page h4 {
  font-size: 16px;
  margin: 0;
}

.search-page .publication-info {
  margin: 0 0 32px;
}

.search-page p {
  margin: 0 0 30px;
}

.search-page iframe {
  display: block;
  margin: 0 auto;
}

.search-page figure {
  margin: 18px 0;
}

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

/*video-section*/
.video-section {
  padding: 50px 0 96px;
}

.video-section-content {
  text-align: center;
}

.video-section-content h2 {
  font:
    900 34px/38px "Assistant",
    Arial,
    sans-serif;
}

.video-section-content .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 43.7%;
  max-width: 893px;
  margin: 0 auto;
}

.video-section-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.patients-say .cards-content-slider .text-holder,
.patients-say .cards-content-mobile .text-holder {
  background: #f6f6f6;
  padding: 15px 20px 0;
  border: 1px solid #d3d3d3;
}
.patients-say .cards-content-slider .card-new,
.patients-say .cards-content-mobile .card-new {
  background: #f6f6f6;
}

.patients-say .cards-content-slider h4,
.patients-say .cards-content-mobile h4 {
  margin: 0 0 40px;
  font:
    400 22px/25px "Assistant",
    Arial,
    sans-serif;
}

.patients-say .cards-content-slider p,
.patients-say .cards-content-mobile p {
  font:
    500 18px/24px "Assistant",
    Arial,
    sans-serif;
  color: #a3a3a3;
}

.patients-say .cards-content-slider .button,
.patients-say .cards-content-mobile .button {
  font:
    800 16px/14px "Assistant",
    Arial,
    sans-serif;
  text-align: left;
  text-transform: capitalize;
  padding: 10px 0 26px;
  display: inline-block;
  background: transparent;
  color: #004182;
  letter-spacing: -0.3px;
}

.cards-content.cards-content-slider.slick-slider {
  padding: 0;
}

.cards-content.cards-content-slider .slick-arrow.slick-prev {
  left: -26px;
}
.cards-content.cards-content-slider .slick-arrow.slick-next {
  right: -26px;
}

.patients-say .cards-content-mobile {
  display: none;
}

.patients-say .more-testimonials-btn-wrap {
  text-align: center;
}

.patients-say .more-testimonials-btn {
  font:
    500 26px/21px "Assistant",
    Arial,
    sans-serif;
  display: inline-block;
  height: 56px;
  color: #fff;
  padding: 15px 30px;
  background: #00468d;
  border-radius: 100px;
}

.patients-say .cards-content {
  margin: 0 auto 44px;
}

.premia-spine-story .story-content-top-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.premia-spine-story .container {
  max-width: 1390px;
}

.premia-spine-story .card-with-video,
.premia-spine-story .section-title {
  width: 100%;
}
.premia-spine-story .story-content-top-row-img {
  max-width: 637px;
}
.premia-spine-story .story-content-top-row-title {
  max-width: 490px;
  padding: 65px 0 0 146px;
}

.premia-spine-story .section-title {
  font:
    900 45px/51px "Assistant",
    Arial,
    sans-serif;
  letter-spacing: -0.9px;
}

.premia-spine-story .story-content .text-holder {
  width: 100%;
  max-width: 100%;
  color: #fff;
}

.premia-spine-story .story-content .text-holder h1,
.premia-spine-story .story-content .text-holder h2,
.premia-spine-story .story-content .text-holder h3,
.premia-spine-story .story-content .text-holder h4,
.premia-spine-story .story-content .text-holder h5,
.premia-spine-story .story-content .text-holder h6 {
  color: #fff;
}

.premia-spine-story .story-content .content-text-style {
  padding: 0 45px 0 146px;
  font:
    400 24px/36px "Assistant",
    Arial,
    sans-serif;
  letter-spacing: -0.35px;
}

.premia-spine-story .story-content .content-text-style h1,
.premia-spine-story .story-content .content-text-style h2,
.premia-spine-story .story-content .content-text-style h3,
.premia-spine-story .story-content .content-text-style h4,
.premia-spine-story .story-content .content-text-style h5,
.premia-spine-story .story-content .content-text-style h6 {
  font:
    900 29px/36px "Assistant",
    Arial,
    sans-serif;
  margin: 0 0 4px;
  letter-spacing: 0;
  color: #fff;
}

.more-blogs-page .container.more-blogs-content {
  max-width: 1900px;
}
.more-blogs-page .container.more-blogs-content .cards-content {
  max-width: 100%;
  padding-bottom: 12px;
}

.more-blogs-page .container.more-blogs-content .large-card-wrap {
  width: 25%;
}

.more-blogs-page .container.more-blogs-content .large-card-wrap .text-holder {
  min-height: 190px;
}

.more-blogs-page .container.more-blogs-content .more-blog {
  text-align: center;
}

.more-blogs-page .container.more-blogs-content .more-blog a {
  font:
    500 26px/21px "Assistant",
    Arial,
    sans-serif;
  display: inline-block;
  height: 56px;
  color: #fff;
  padding: 15px 37px;
  background: #00468d;
  border-radius: 100px;
}
/*new style*/
.contact-us .previous-radios {
  padding: 14px 7px 7px;
  margin: 0 0 12px;
}
/*new style*/
.contact-us .previous-radios h5 {
  font-size: 20px;
  margin: 0 0 12px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.contact-us .wpcf7-list-item-label {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
}

.contact-us .previous-radios .wpcf7-list-item-label::before {
  content: " ";
  position: absolute;
  left: -28px;
  top: 52%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #a3a3a3;
  border-radius: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.contact-us .previous-radios .wpcf7-list-item-label::after {
  content: " ";
  position: absolute;
  left: -24px;
  top: 52%;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  background: #a3a3a3;
  border-radius: 100%;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
}
.contact-us .previous-radios .wpcf7-list-item {
  margin: 0 0 8px;
}
.contact-us .previous-radios .wpcf7-list-item input {
  opacity: 0;
  margin: 0 15px 0 0;
}

.form-sidebar
  .wpcf7-form-control-wrap[data-name="first_name"]
  .wpcf7-not-valid-tip {
  display: none;
}

.form-sidebar .previous-radios .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.content-inform h1 {
  font-size: 64px;
  font-weight: 900;
  color: #000;
  margin: -12px 0 18px;
  line-height: 1.1;
  font-family: "Assistant", Arial, sans-serif;
}

.contact-us .previous-radios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-us
  .previous-radios
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-us .contact-content form.wpcf7-form p {
  position: static;
}
.contact-us form input[type="submit"] {
  position: absolute;
  bottom: -94px;
  left: 50%;
  transform: translateX(-50%);
  background: #00468d;
  color: #fff;
  font-size: 26px;
  min-width: 191px;
  line-height: 21px;
  font-weight: 400;
  text-transform: lowercase;
  height: 56px;
  padding: 14px 0 18px;
}

/*new style*/
.consent-checkbox label {
  position: relative;
  display: block;
}

.consent-checkbox input[type="checkbox"] {
  width: 26px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}

.consent-checkbox .wpcf7-list-item-label {
  position: relative;
  padding: 0px 0 5px 26px;
  cursor: pointer;
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.4px;
  z-index: 0;
}

.consent-checkbox .consent-privacy-link,
.wpcf7-form .consent-privacy-link {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  text-decoration: underline;
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.4px;
}

.consent-checkbox .consent-privacy-link:hover,
.wpcf7-form .consent-privacy-link:hover {
  text-decoration: underline;
}

.consent-checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfd2;
  background-color: #fff;
  box-sizing: border-box;
}

.consent-checkbox
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before {
  background-color: #fff;
}

.consent-checkbox
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:after {
  content: url("../images/check-icon-form-7.png");
  position: absolute;
  left: 2px;
  top: 0px;
  width: 10px;
  height: 10px;
}

.consent-checkbox .wpcf7-list-item {
  margin: 0;
}

.contact-us .row.previous-radios .wpcf7-not-valid-tip {
  display: none;
}
.contact-us
  .row.previous-radios
  .wpcf7-form-control.wpcf7-radio.wpcf7-not-valid {
  border: none;
}

/*no*/

.sub-footer-section {
  padding: 29px 15px 25px;
  text-align: center;
}
.sub-footer-section a {
  font:
    500 25px/21px "Assistant",
    Arial,
    sans-serif;
  display: inline-block;
  height: 55px;
  color: #fff;
  padding: 15px 32px 15px;
  background: #000000;
  border-radius: 100px;
  letter-spacing: 0.2px;
}

.content-inform p + .table-box {
  margin-top: -13px;
}
.content-inform .table-box {
  margin: 0 0 26px;
}
.table-box table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}
.table-box table tr:nth-child(odd) {
  background: #e7eef5;
}
.table-box table th:first-child {
  padding: 7px 25px;
}
.table-box table th {
  padding: 7px 10px;
  color: #fff;
  background: #1555a0;
  border-right: 1px solid #fff;
  font-size: 22px;
  text-align: left;
}
.table-box table td:first-child {
  width: 62.12%;
  font-size: 18px;
}
.wrap-content-page p {
  line-height: 1.5;
  margin: 0 0 30px;
}

.wrap-content-page ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.528;
}
.wrap-content-page ul li {
  padding: 0 0 0 18px;
  position: relative;
}
.wrap-content-page ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 13px;
}

.contact-us .custom-error {
  flex-direction: column;
  width: 100%;
  padding: 0 0 10px;
}
.contact-us .custom-error p {
  width: 100% !important;
  text-align: left;
}
.contact-us p .wpcf7-spinner {
  position: absolute;
  right: 0;
}

.row.previous-radios .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 300;
}

.contact-us .previous-radios .wpcf7-form-control-wrap .custom-error,
.form-sidebar .previous-radios .wpcf7-form-control-wrap .custom-error {
  width: auto;
  float: initial;
  text-align: left;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  padding: 6px;
  border: 1px solid;
  border-radius: 10px;
  background: #fff;
  top: -25px;
  right: 5px;
  height: auto;
}
.contact-us .previous-radios .wpcf7-form-control-wrap .custom-error::after,
.form-sidebar .previous-radios .wpcf7-form-control-wrap .custom-error::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dc3232 transparent;
}

.contact-us .contact-content form .error-input,
.contact-us .contact-content form .wpcf7-not-valid,
.form-sidebar form .error-input,
.form-sidebar form input.wpcf7-not-valid {
  border: 1px solid #dc3232;
}

.contact-us .contact-content .wpcf7-not-valid-tip,
.form-sidebar form .wpcf7-not-valid-tip {
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  padding: 6px;
  border: 1px solid;
  border-radius: 10px;
  background: #fff;
  top: -40px;
  right: 5px;
}

.contact-us .contact-content .wpcf7-not-valid-tip::after,
.form-sidebar form .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dc3232 transparent;
}

.form-sidebar .previous-radios .wpcf7-form-control-wrap .custom-error {
  top: -66px;
}

.contact-us form input[type="text"] + .wpcf7-not-valid-tip {
  display: none;
}

.page-template-page-us-patients #main,
.page-template-page-literature #main {
  overflow: visible;
}
.page-template-page-us-patients .page-post-content .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1392px;
}

.page-template-page-us-patients.page-template-templates .post-menu {
  display: inline-block !important;
}

.post-menu {
  min-width: 249px;
  margin: 0 38px 0 0;
  vertical-align: top;
  position: sticky;
  align-self: flex-start;
}

.page-template-page-us-patients .wrap-content-page {
  display: inline-block;
  max-width: 804px;
  overflow: hidden;
}

.form-sidebar {
  min-width: 251px;
  margin: 0 0 0 38px;
  width: 251px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  align-self: flex-start;
}
@media screen and (max-height: 1000px) {
  .form-sidebar {
    position: static !important;
  }
}

.page-template-page-us-patients #main .post-menu.tablet-block-menu {
  display: none !important;
  min-width: 767px;
}

.contact-us form .row-inputs p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.table-box table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}

.table-box table th {
  padding: 7px 10px;
  color: #fff;
  background: #1555a0;
  border-right: 1px solid #fff;
  font-size: 22px;
  text-align: left;
}
.table-box table th:first-child {
  padding: 7px 25px;
}

.table-box table tr:nth-child(odd) {
  background: #e7eef5;
}

.table-box table td {
  padding: 10px;
  border-bottom: 1px solid #585858;
  border-right: 1px solid #585858;
  font-size: 18px;
  line-height: 1.528;
}
.table-box table td:first-child {
  width: 62.12%;
  font-size: 18px;
}
.table-box table td:nth-child(2) {
  width: 18.812%;
}

.table-box table td:last-child {
  border-right: none;
}

.content-inform .table-box {
  margin: 0 0 26px;
}
.content-inform p + .table-box {
  margin-top: -13px;
}
.block-question-answer .table-box {
  margin: 20px 0 60px;
}

.text-preview .grey-block {
  padding: 40px 30px;
  margin: 0 0 30px;
  background: #ededed;
}

.text-preview .grey-block h3 {
  color: #000;
  margin: 0;
}

.text-preview .grey-block ul {
  font-size: 22px;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin: 13px 0 40px;
}

.text-preview .grey-block ul li {
  margin: 0 0 10px 0;
}

.text-preview .grey-block ul li:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  transform: translateY(3px);
  margin: 0 15px 0 0;
  background: url(../images/zipper-blue.png);
  position: static;
}

.text-preview .grey-block b {
  font-size: 22px;
}

.text-preview .grey-block br {
  display: none;
}

.section-total .grey-block {
  padding: 13px 25px 24px 28px;
  margin: 0 0 30px;
  background: #e5e5e5;
}

.section-total .grey-block h4 {
  font-size: 22px;
  margin: 0 0 -3px;
}

.section-total .grey-block p {
  margin: 0;
}

.wrap-head-contact_form
  .wpcf7-form
  .row.previous-radios.error-input
  .custom-error {
  padding: 3px 0 0;
}

.wrap-head-contact_form .wpcf7-form .row.previous-radios .wpcf7-not-valid-tip {
  display: none;
}

.wrap-head-contact_form
  .consent-checkbox
  .wpcf7-form-control-wrap[data-name="consent"] {
  position: relative;
  z-index: 6;
}

.wrap-head-contact_form
  .wpcf7-form
  .row.previous-radios
  .consent-checkbox
  .wpcf7-not-valid-tip {
  display: block;
  line-height: 13px;
  color: #dc3232;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  padding: 6px;
  border: 1px solid #dc3232;
  border-radius: 10px;
  background: #fff;
  bottom: calc(100% + 4px);
  left: 26px;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
}

.wrap-head-contact_form
  .wpcf7-form
  .row.previous-radios
  .consent-checkbox
  .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  transform: rotate(-180deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dc3232 transparent;
}

.wrap-head-contact_form
  .consent-checkbox
  .wpcf7-checkbox.wpcf7-not-valid
  .wpcf7-list-item-label:before {
  border-color: #dc3232;
}

.wrap-head-contact_form
  .previous-radios
  .wpcf7-form-control-wrap
  .custom-error {
  position: static;
}

#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  .row
  > .col
  p
  .wpcf7-form-control-wrap
  .wpcf7-not-valid-tip,
#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  .row
  > .col
  p
  .wpcf7-form-control-wrap
  .custom-error,
.form-sidebar .wpcf7-form-control-wrap .custom-error {
  line-height: 13px;
  color: #dc3232;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  padding: 6px;
  border: 1px solid;
  border-radius: 10px;
  background: #fff;
  bottom: 70%;
  right: 5px;
}
#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  .row
  > .col
  p
  .wpcf7-form-control-wrap
  .wpcf7-not-valid-tip::after,
#main
  .wrap-head-contact_form
  .head-contact_form
  .form-holder
  .row
  > .col
  p
  .wpcf7-form-control-wrap
  .custom-error::after,
.form-sidebar .wpcf7-form-control-wrap .custom-error::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dc3232 transparent;
}

.contact-us .previous-radios .wpcf7-form-control-wrap .custom-error,
.form-sidebar .previous-radios .wpcf7-form-control-wrap .custom-error {
  bottom: initial !important;
}

.wrap-head-contact_form.sticky .form-holder .wpcf7-spinner {
  position: absolute;
  bottom: -27px;
  right: -24px;
}
.wrap-head-contact_form.sticky
  .wpcf7-form
  .row.previous-radios.error-input
  .custom-error {
  padding: 3px 0 0;
}

@media screen and (min-width: 500px) {
  .table-box table th,
  .table-box table td {
    text-align: left;
  }

  .table-box table td {
    padding: 10px 5px 15px;
  }
  .table-box table td:first-child {
    padding: 10px 25px 15px;
  }
}
@media screen and (max-width: 899px) {
  .text-preview .grey-block {
    padding: 20px 20px;
  }
  .text-preview .grey-block ul li {
    padding: 0;
  }
}
@media screen and (max-width: 499px) {
  .table-box {
    overflow: auto;
    position: relative;
  }

  .table-box table {
    overflow-x: auto;
    white-space: pre-wrap;
    width: 1095px;
  }
}

@media screen and (min-width: 2700px) {
  #header:before {
    height: 212px;
  }
}

@media screen and (min-width: 2930px) {
  #header:before {
    height: 217px;
  }
}

@media screen and (min-width: 3130px) {
  #header:before {
    height: 219px;
  }
}

@media screen and (min-width: 3300px) {
  #header:before {
    height: 223px;
  }
}

@media screen and (min-width: 3600px) {
  #header:before {
    height: 228px;
  }
}

@media screen and (min-width: 2800px) {
  .cards-content {
    max-width: 1414px;
  }
}

@media screen and (min-width: 2489px) {
  #header:before {
    background-size: cover;
  }
}

@media screen and (max-width: 2100px) {
  .cards-content {
    max-width: 1414px;
  }
}

@media screen and (min-width: 2100px) {
  .main-section {
    background: linear-gradient(
      to right,
      #fff 0%,
      #fff 14%,
      #fff 28%,
      #fff 40%,
      #fff 70%,
      #3d739a 70%,
      #3d739a 100%
    );
  }
}

@media screen and (max-width: 1500px) {
  .more-info.category-more-info .slick-arrow.slick-prev {
    left: -20px;
  }

  .more-info.category-more-info .slick-arrow.slick-next {
    right: -20px;
  }

  #header.active-style-sticky .acclaim-label {
    left: 9%;
  }
}

@media screen and (max-width: 1400px) {
  #header.active-style-sticky .main-nav .main-nav-list > li {
    padding: 0 10px 0;
  }

  #header {
    padding: 0 10px;
  }

  .header-content {
    padding: 0;
  }
}

@media screen and (max-width: 1365px) {
  .call-now {
    right: 92px;
  }

  .main-nav {
    margin: 0 0 0 0.5%;
  }

  .main-section .container {
    max-width: 1091px;
  }

  .main-section-content .slider {
    padding: 127px 40px 13px 0;
  }

  .main-section-content .video-holder:after {
    right: -70px;
  }

  .main-section-content .video-holder:before {
    left: -75px;
  }

  .main-nav .main-nav-list > li {
    padding: 7px 9px;
  }

  .post-content h1 {
    font-size: 59px;
  }

  .contact-section .info h3 {
    margin: 0 0 15px;
  }

  .contact-section .info p {
    font-size: 19px;
  }

  .more-info.category-more-info .card-wrap {
    padding: 0 7px;
  }

  .more-info.category-more-info .cards-content {
    margin: 0 -7px;
  }

  #header.active-style-sticky .call-now {
    order: 1;
    position: initial;
    background: #fdcc02;
    margin: 0 0 0 20px;
  }

  .active-style-sticky .call-now .call-btn span:after {
    width: 25px;
    height: 25px;
  }

  #header.active-style-sticky .main-nav {
    margin: 0 0 0 10px;
  }

  #header.active-style-sticky .call-now {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  #header.active-style-sticky .open-menu-holder {
    margin: 0;
  }

  #header.active-style-sticky .socials {
    margin: 0 0 0 10px;
  }

  #header.active-style-sticky .call-btn {
    padding: 0 5px;
  }

  #header.active-style-sticky .main-nav .main-nav-list > li {
    padding: 0 12px 0;
  }

  .slide-hero .container {
    padding: 0 30px;
  }

  .slide-hero h2 {
    font-size: 30px;
  }

  .bg-media.slide-hero img {
    height: 100%;
  }

  #main .wrap-head-contact_form .head-contact_form .form-holder {
    padding: 0 5px 0 130px;
    font-family: "Assistant", sans-serif;
  }

  #header.active-style-sticky .acclaim-label {
    left: 45px;
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text {
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .call-now {
    font-size: 19px;
    right: 92px;
  }

  .call-now .call-btn span {
    padding: 0 0 0 32px;
  }

  .call-now .call-btn span:after {
    width: 28px;
    height: 28px;
  }

  .main-nav {
    font-size: 16px;
  }

  .our-products .card-wrap h4 {
    font-size: 25px;
  }

  .our-products .card-wrap .text-holder {
    padding: 32px 11px 32px 21px;
  }

  .our-products .card-wrap .text-holder p {
    font-size: 21px;
  }

  .contact-section .info h3 {
    font-size: 23px;
  }

  .contact-section .info p {
    font-size: 18px;
  }
  .patients-say {
    padding: 62px 0 60px;
    margin-left: -17px;
    margin-right: -17px;
  }
  .patients-say .card-wrap {
    width: 50%;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 1250px) {
  .wrap-content-page .table-box {
    max-width: 100%;
    overflow: auto;
    margin: 0 0 26px;
  }

  .wrap-content-page .table-box table td:first-child {
    min-width: 200px;
  }

  #header:before {
    height: 204px;
  }

  .slick-arrow.slick-prev {
    left: -20px;
  }

  .slick-arrow.slick-next {
    right: -20px;
  }

  #footer .location .text-holder:nth-of-type(odd) {
    width: 55%;
  }

  .post-menu {
    min-width: 210px;
  }

  .post-menu ul {
    font-size: 21px;
  }

  .post-content h1 {
    font-size: 51px;
  }

  .page-template-page-post-testimonials .form-sidebar {
    max-width: 225px;
  }

  .form-sidebar {
    min-width: 225px;
  }

  .form-sidebar h2 {
    font-size: 30px;
  }

  .form-sidebar input[type="text"],
  .form-sidebar input[type="email"],
  .form-sidebar input[type="tel"],
  .form-sidebar input[type="password"],
  .form-sidebar textarea {
    padding: 5px 10px;
    font-size: 16px;
  }

  .form-holder {
    max-width: 225px;
  }

  .contact-section .info p {
    font-size: 17px;
  }

  .contact-section .visit-site {
    font-size: 17px;
  }

  .find-doctor-section .card {
    padding: 16px 10px 16px 16px;
  }

  .find-doctor-section .card img {
    width: 69px;
  }

  .find-doctor-section .card .desktop-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 1200px) {
  #header:before {
    height: 198px;
  }

  .main-nav {
    margin: 0 0 0 20px;
    font-size: 16px;
  }

  .main-nav .main-nav-list > li {
    padding: 7px 10px;
  }

  #header.active-style-sticky .main-nav .main-nav-list > li {
    padding: 0 7px 0;
  }

  .main-nav-popup .main-nav-list .menu-item-has-children:before {
    top: 5px;
  }

  .main-nav-popup,
  .open-menu-holder {
    font-size: 16px;
  }

  /*.page-template-page-home #main,
	.page-template-page-literature #main,
	.page-template-page-us-patients #main {
		margin: 86px 0 0
	}*/

  .main-section-content .video-holder:after {
    right: -24px;
  }

  .contact-section .info h3 {
    font-size: 20px;
  }

  .contact-section .info p {
    font-size: 15px;
  }

  .contact-section .visit-site {
    font-size: 15px;
  }

  .post-template-default .wp-caption.aligncenter {
    width: 100% !important;
    max-width: 735px;
  }

  .bg-media.slide-hero .hero-content .sliders-text h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1195px) {
  .call-now {
    font-size: 17px;
    right: 86px;
  }

  .socials {
    margin: 0 40px 0 0;
  }

  .main-nav {
    margin: 0 0 0 5px;
  }

  .main-nav .main-nav-list > li {
    padding: 7px;
  }

  .header-logo {
    width: 114px;
  }
}

@media screen and (max-width: 1100px) {
  .testimonials-tab {
    right: 0;
  }

  .testimonials-page h1 {
    margin: 7px 0 5px 0;
  }

  .header-logo {
    max-width: 99px;
  }

  #header.active-style-sticky .header-logo {
    max-width: 87px;
  }

  .main-nav {
    font-size: 15px;
  }

  .main-nav .main-nav-list > li {
    padding: 7px 6.5px;
  }

  #header.active-style-sticky .main-nav {
    margin: 0 0 0 8px;
  }

  #header.active-style-sticky .main-nav .main-nav-list > li {
    padding: 0 6px 0;
  }

  #header.active-style-sticky .header-logo {
    margin: 0;
  }

  #header.active-style-sticky .open-mobile-menu {
    padding: 0 10px;
  }

  .main-section-content .slider {
    padding: 103px 15px 39px 0;
  }

  .main-section-content .slider p {
    font-size: 36px;
    padding: 0 10px;
  }

  .main-section-content .slider ul {
    font-size: 30px;
    padding: 0 10px;
  }

  .more-info .card-wrap h4 {
    font-size: 20px;
  }

  .blog-news .card h3 {
    font-size: 18px;
    margin: 0 0 13px;
  }

  .blog-news .card p {
    font-size: 14px;
    margin: 0 0 25px;
  }

  .blog-news .card .read-more {
    padding: 9px 20px;
  }

  #footer .location-wrap {
    padding: 0 50px 0 0;
  }

  #footer .location .text-holder:nth-of-type(odd) {
    width: 100%;
  }

  .footer-logo {
    right: 24%;
  }

  footer .socials {
    right: 15px;
  }

  .post-menu {
    min-width: 175px;
  }

  .post-menu ul {
    font-size: 18px;
  }

  .post-content h1 {
    font-size: 43px;
  }

  .page-post-content .post-content h4 {
    font-size: 22px;
  }

  .post-menu {
    margin: 0 25px 0 0;
  }

  .form-sidebar {
    margin: 0 0 0 25px;
  }

  .find-doctor-section .card img {
    width: 62px;
  }

  .find-doctor-section .card .desktop-title {
    font-size: 21px;
  }

  .premia-spine-story .story-content-top-row-title {
    max-width: 50%;
    padding: 0;
  }
  .premia-spine-story .story-content-top-row-img {
    max-width: 50%;
  }
  .premia-spine-story .section-title {
    font:
      900 30px/34px "Assistant",
      Arial,
      sans-serif;
    margin: 0;
  }
  .premia-spine-story .card-with-video {
    margin: 0;
  }
  .premia-spine-story .story-content-top-row {
    align-items: center;
  }
  .premia-spine-story .card-with-video:after {
    width: 60px;
    height: 60px;
  }
  .premia-spine-story .story-content .content-text-style {
    padding: 20px 0;
  }
  .premia-spine-story.show-text .story-content .content-text-style {
    padding: 20px 0;
  }

  .more-blogs-page .container.more-blogs-content .large-card-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1050px) {
  #header:before {
    height: 195px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap-head-contact_form {
    z-index: 1000;
  }
  #header.active-style-sticky.menu-active {
    z-index: 1001;
  }

  .main-section-content .video-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 372px;
  }
  .page-template-page-literature .main {
    padding: 0;
  }

  .socials {
    margin: 0 0 0 -5px;
  }

  .header-content > .socials {
    opacity: 0;
  }

  .page-post-content .post-menu {
    display: none;
  }

  #header {
    padding: 0;
  }

  #header:before {
    background: url("../images/bg-header-mobile-full.svg") no-repeat top center;
    background-size: contain;
    height: 235px;
    top: -37px;
  }

  #header .container {
    padding: 25px 25px 0;
  }

  .header-logo {
    max-width: 180px;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #header.active-style-sticky .header-content {
    margin: 0;
  }

  #header.active-style-sticky .open-menu-holder {
    margin: 0 5px 0 0;
  }

  #header.active-style-sticky .header-logo {
    margin: 0 0 0 15px;
  }

  .main-nav {
    display: none;
  }

  .main-nav-popup,
  .open-menu-holder {
    font-size: 20px;
  }

  .main-nav-popup .main-nav-list .menu-item-has-children:before {
    top: 8px;
  }

  .call-now {
    font-size: 30px;
    right: 44%;
    top: 36%;
    transform: translateX(50%);
  }

  .call-now .call-btn {
    background: transparent;
    padding: 0;
  }

  .call-now .call-btn span {
    padding: 0;
  }

  .call-now .call-btn span:after {
    height: 37px;
    width: 37px;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-template-page-literature #main,
  .page-template-page-us-patients #main {
    margin: 0;
  }

  .main-section-content .video-holder:before {
    left: -65px;
  }

  .main-section {
    padding: 99px 40px 0;
  }

  .blog-news .card .text-holder {
    justify-content: center;
  }

  .post-content {
    max-width: calc(100% - 225px - 25px);
  }

  #footer {
    padding: 40px;
  }

  #footer .location-wrap {
    width: 100%;
    padding: 0;
  }

  #footer .location {
    max-width: none;
  }

  #footer .location .text-holder,
  #footer .location .text-holder:nth-of-type(odd) {
    width: 50%;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-menu-wrap {
    width: 100%;
  }

  .footer-logo {
    bottom: 0;
    right: 34%;
  }

  footer .socials {
    width: 150px;
    position: absolute;
    bottom: 94px;
    right: 33%;
  }

  .mobile-post-menu {
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mobile-post-menu li {
    width: 25%;
    margin: 1px 0.5px;
  }

  .post-menu {
    margin: 0;
  }

  .post-menu a {
    padding: 6px 20px;
  }

  .page-post-content .wp-block-group__inner-container {
    font-size: 20px;
  }

  .our-products .cards-content {
    margin: 0 -9px;
  }

  .our-products .card-wrap {
    padding: 0 9px;
  }

  .our-products .card-wrap .text-holder {
    padding: 23px 11px 23px 15px;
  }

  .contact-section .cards-content {
    flex-wrap: wrap;
  }

  .contact-section .card-wrap {
    width: 50%;
    margin: 0 0 10px;
  }

  .contact-section .info h3 {
    font-size: 25px;
  }

  .contact-section .info p {
    font-size: 18px;
  }

  .contact-section .visit-site {
    font-size: 17px;
  }

  .page-template-page-contact .contact-us .img-holder,
  .page-template-page-find-doctor .contact-us .img-holder,
  .page-template-page-archive .contact-us .img-holder,
  .page-template-page-post .contact-us .img-holder,
  .page-template-page-post-testimonials .contact-us .img-holder,
  .single-post .contact-us .img-holder,
  .page-template-post-archive .contact-us .img-holder {
    width: 75%;
  }

  .find-doctor-section .card-wrap {
    width: 33.33%;
  }

  .bg-media.slide-hero .hero-content .sliders-text {
    padding: 220px 0 0;
  }

  .acclaim-label {
    display: none;
    position: absolute;
    top: 99px;
    width: 150px;
    right: 0;
    z-index: 10;
  }

  #main .wrap-head-contact_form .head-contact_form .form-holder {
    padding: 0 4px;
  }
  #header.active-style-sticky .acclaim-label {
    display: none;
  }

  #main .wrap-head-contact_form .head-contact_form .acclaim-label {
    display: block;
    width: 150px;
    height: auto;
    top: auto;
    bottom: -44px;
  }

  .header-label-mob {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    right: 6px;
    top: 100px;
    z-index: 100;
  }
  .header-label-mob img {
    width: 145px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    background: #fff;
  }

  .page-template-page-us-patients #main .post-menu.tablet-block-menu {
    display: block !important;
    width: 100%;
    position: static;
  }

  #main .page-post-content .post-menu {
    display: none !important;
  }
}

@media screen and (min-width: 921px) and (max-width: 1024px) {
  .our-products .card-wrap .text-holder p {
    font-size: 19px;
  }

  .our-products .card-wrap h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 920px) {
  .more-info .cards-content {
    flex-wrap: wrap;
  }

  .more-info .cards-content .card-wrap {
    width: calc(50% - 17px);
  }

  .head-contact_form .form-holder {
    margin: 0 0 0 30px;
  }

  #header:before {
    top: 0;
  }

  .call-now {
    top: 50%;
  }

  .main-section {
    padding: 119px 40px 0;
  }

  .page-template-page-literature .main-section {
    padding: 89px 40px 0;
  }
  .page-template-page-literature .main-section .img-holder img {
    aspect-ratio: 2 / 0.8;
    object-fit: cover;
  }

  .main-section-content .slider p {
    font-size: 33px;
  }

  .main-section-content .slider ul {
    font-size: 27px;
  }

  .more-info .cards-content {
    margin: 0 -10px;
  }

  .more-info .card-wrap {
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }

  .more-info .slick-slide > div {
    margin: 0 0 20px;
  }
  .more-info .slick-slide > div:last-of-type {
    margin: 0;
  }

  .more-info .card-wrap h4 {
    font-size: 24px;
  }

  .more-info .slick-list {
    padding: 0;
  }

  .blog-news .cards-content {
    margin: 0 -10px 61px;
  }

  .blog-news .large-card-wrap {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
  }

  .blog-news .large-card-wrap:nth-of-type(4) {
    display: block;
  }

  .blog-news .card .text-holder {
    justify-content: flex-end;
  }

  .home .our-products .cards-content {
    margin: 0 -10px;
  }

  .home .our-products .card-wrap {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
  }

  .footer-logo {
    right: 25%;
  }

  .page-template-page-post-testimonials .form-sidebar {
    max-width: 200px;
  }

  .form-sidebar {
    min-width: 200px;
  }

  .form-sidebar h2 {
    font-size: 26px;
  }

  .form-sidebar input[type="submit"] {
    font-size: 16px;
    line-height: 31px;
  }

  .form-holder {
    max-width: 200px;
  }

  .find-doctor-section .card .desktop-title {
    font-size: 20px;
  }

  .testimonials-wrap .large-card-wrap .text-holder {
    font-size: 15px;
  }

  .thank-you-page {
    background-size: 28rem;
  }

  .thank-you-page h2 {
    font-size: 50px;
  }

  .thank-you-page p {
    margin: 0 0 75px;
  }

  .thank-you-page .thnx-button {
    border-radius: 50px;
    font-size: 14px;
  }

  .contact-us .custom-error {
    float: none;
  }

  .bg-media.slide-hero .hero-content .sliders-text {
    padding: 25% 0 0;
    margin: 0;
  }

  .header-label-mob {
    top: 114px;
  }

  .slide-hero .container {
    padding: 0 0 0 30px;
  }

  #header.active-style-sticky .call-now {
    padding: 0 0 0 40px;
    transform: translateX(0);
  }
}

@media screen and (max-width: 920px) {
  .table-box table {
    overflow-x: auto;
    white-space: pre-wrap;
    width: 1095px;
  }
  .table-box {
    overflow: auto;
    position: relative;
  }
}

.block-question-answer .table-box tbody .th-bottom th {
  width: calc(60% / 6) !important;
  max-width: calc(60% / 6) !important;
  padding: 7px 19px;
  text-align: center;
}

.block-question-answer .table-box tbody tr td:first-of-type {
  width: 40% !important;
  max-width: 40% !important;
  text-align: left;
  min-width: 240px;
}

.block-question-answer .table-box tbody tr td {
  width: calc(60% / 6) !important;
  max-width: calc(60% / 6) !important;
  text-align: center;
}

.block-question-answer .table-box .th-top th {
  text-align: center;
  border-bottom: 1px solid;
}

.block-question-answer .table-box .th-top th:first-of-type {
  border-bottom: none;
  text-align: left;
}

@media screen and (max-width: 847px) {
  .header-label-mob {
    top: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .home .our-products .card-wrap h4 {
    font-size: 20px;
  }

  .home .our-products .card-wrap .text-holder {
    padding: 20px 15px;
  }

  .home .our-products .card-wrap .text-holder p {
    font-size: 16px;
  }

  .our-products .card-wrap h4 {
    font-size: 19px;
  }

  .our-products .card-wrap .text-holder p {
    font-size: 17px;
  }
}

@media screen and (max-width: 829px) {
  .header-label-mob {
    top: 105px;
  }

  .active-style-sticky .call-now .call-btn span:after {
    top: -3px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-post-testimonials-new
    .testimonials-page
    .container
    .post-content {
    max-width: 100%;
  }
  .page-template-page-literature .main-section {
    padding: 0 40px 0;
    min-height: auto;
  }
  .page-template-page-literature .main-section .img-holder img {
    aspect-ratio: auto;
    object-fit: cover;
  }
  .page-template-page-literature .main-section .img-holder + .container {
    display: none;
  }

  .head-contact_form .form-holder input[type="email"].error-input,
  .head-contact_form .form-holder input[type="tel"].error-input,
  .head-contact_form .form-holder input[type="text"].error-input {
    padding: 6px 10px 6px;
  }

  #main
    .head-contact_form
    .form-holder
    input[type="email"].error-input::placeholder,
  #main
    .head-contact_form
    .form-holder
    input[type="tel"].error-input::placeholder,
  #main
    .head-contact_form
    .form-holder
    input[type="text"].error-input::placeholder {
    font-size: 10px !important;
    line-height: 16px !important;
  }

  .previous-radios .wpcf7-form-control-wrap .custom-error {
    bottom: -12px;
    font-size: 12px !important;
  }

  .patients-say .cards-content img,
  .more-blogs-page .cards-content img {
    aspect-ratio: 4 / 3.1;
    object-fit: cover;
    width: 100%;
  }
  /*new style*/
  .contact-us form textarea {
    height: 137px;
    margin: 0 0 10px;
  }

  .consent-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.4px;
    max-width: 297px;
  }

  .consent-checkbox .consent-privacy-link,
  .wpcf7-form .consent-privacy-link {
    font-size: 12px;
  }

  /*new style*/

  .main-section-content .video-holder video {
    min-height: auto;
  }

  .page-template-page-us-patients #main .post-menu.tablet-block-menu {
    display: none !important;
    width: 100%;
  }

  .custom-error {
    padding: 10px 0 0;
    font-size: 10px;
    animation: font-size-error 0.2s forwards;
  }

  .custom-error p {
    width: 62%;
    margin: 0;
  }

  .custom-error p.name-error {
    width: 30%;
  }

  @keyframes font-size-error {
    0% {
      font-size: 0;
    }
    100% {
      font-size: 10px;
    }
  }
  #main .wrap-head-contact_form .head-contact_form {
    padding: 10px 17px;
  }

  #main
    .wrap-head-contact_form
    .head-contact_form
    .form-holder
    input[type="submit"] {
    font:
      700 12px/12px "Assistant",
      sans-serif;
    min-width: 34px;
    height: 30px;
    border-radius: 5px;
    width: 100%;
  }

  #main
    .wrap-head-contact_form
    .head-contact_form
    .form-holder
    input[type="text"],
  #main
    .wrap-head-contact_form
    .head-contact_form
    .form-holder
    input[type="email"],
  #main
    .wrap-head-contact_form
    .head-contact_form
    .form-holder
    input[type="tel"] {
    min-height: 35px;
    height: auto;
  }

  #main .wrap-head-contact_form .head-contact_form .form-holder .row {
    gap: 6px;
  }

  #main .wrap-head-contact_form .head-contact_form .form-holder .col p {
    gap: 8px;
  }
  .wrap-head-contact_form .head-contact_form .row.previous-radios {
    margin: 0;
  }
  .wrap-head-contact_form .head-contact_form .row.previous-radios h5 {
    float: none;
    width: 100%;
    font-size: 12px;
    margin: 0 0 5px;
  }
  .wrap-head-contact_form
    .head-contact_form
    .row.previous-radios
    .wpcf7-form-control-wrap[data-name="previous-radio"]
    .wpcf7-list-item {
    font-size: 12px;
    margin: 0 8px 2px 0;
  }
  .wrap-head-contact_form
    .head-contact_form
    .row.previous-radios
    .wpcf7-form-control.wpcf7-radio {
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-head-contact_form .head-contact_form .row.previous-radios p {
    margin: 0;
  }
  .wrap-head-contact_form
    .head-contact_form
    .row.previous-radios
    input[type="radio"] {
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
  }
  .head-contact_form .form-holder .col.right {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  #header.active-style-sticky .socials {
    display: none;
  }

  #header.active-style-sticky .call-now {
    order: 1;
    position: initial;
    background: #fdcc02;
    margin: 0;
    padding: 0;
  }

  #header.active-style-sticky .header-logo {
    max-width: 96px;
    margin: 0 49px 0 30px;
  }

  #header.active-style-sticky .call-now {
    transform: translateX(0) !important;
  }

  #header.active-style-sticky .call-now .call-btn {
    line-height: 60px;
    min-height: 60px;
    display: flex;
    align-items: end;
    padding: 0 37px;
  }

  #header.active-style-sticky .call-now .call-btn span {
    padding: 3px 0 0;
    margin: 0 0 -6px;
  }

  #header.active-style-sticky .call-now .call-btn span:after {
    height: 26px;
    width: 26px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #header.active-style-sticky .open-menu-holder {
    margin: 0 0 0 35px;
  }

  #header.active-style-sticky .open-menu-holder .open-mobile-menu {
    font-size: 26px;
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn {
    position: relative;
    letter-spacing: -0.5px;
    font-size: 26px;
    top: auto;
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    background: url(../images/menu-icon.png.webp) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .wrap-head-contact_form.sticky .head-contact_form {
    border-radius: 0 0 15px 15px;
  }

  footer .socials {
    bottom: 103px;
    right: 29%;
  }

  .cards-content {
    padding-bottom: 0;
  }

  .more-blogs-page .cards-content .list-category {
    bottom: 13px;
  }

  .header-logo {
    max-width: 148px;
    z-index: 4;
  }

  .call-now .call-btn {
    line-height: 45px;
  }

  .open-menu-holder {
    margin: 0;
    position: static;
  }

  .open-menu-holder .close-menu-btn {
    top: 110px;
  }

  .open-mobile-menu {
    padding: 0;
    font-size: 29px;
  }

  .open-mobile-menu .open-menu-btn {
    z-index: 4;
  }

  .main-nav-popup {
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 155px 30px 13px;
  }

  .menu-active .open-mobile-menu {
    background: transparent;
  }

  .head-contact_form {
    margin: 25px 32px 0;
    padding: 25px 26px 30px;
    background-image: none !important;
    background: #0062f5;
    border-radius: 15px;
  }

  .head-contact_form .button-close {
    width: 20px;
    height: 20px;
    right: 13px;
    background: url(../images/close-icon.svg) no-repeat center;
    background-size: 8px;
  }

  .head-contact_form .form-holder {
    align-items: baseline;
    max-width: 100%;
    margin: 0;
  }

  .head-contact_form .form-holder h2 {
    color: #fff;
    margin: 0 0 3px 0;
    max-width: 100%;
    letter-spacing: 0.4px;
    display: none;
  }

  .head-contact_form .form-holder input {
    max-width: 270px;
    box-sizing: border-box;
    height: 56px;
  }

  .head-contact_form .form-holder .row {
    gap: 40px;
  }

  .head-contact_form .form-holder .col .wpcf7-form-control-wrap {
    margin: 0 0 14px;
    box-sizing: border-box;
  }

  .head-contact_form .form-holder input[type="email"],
  .head-contact_form .form-holder input[type="tel"],
  .head-contact_form .form-holder input[type="text"] {
    font:
      400 22px/19px "Assistant",
      sans-serif;
    padding: 0 15px;
    height: 55px;
  }

  .head-contact_form .form-holder input[type="email"]::placeholder,
  .head-contact_form .form-holder input[type="tel"]::placeholder,
  .head-contact_form .form-holder input[type="text"]::placeholder {
    font:
      400 22px/19px "Assistant",
      sans-serif;
  }

  .head-contact_form .form-holder .col.right .wpcf7-form-control-wrap {
    margin: 0 0 11px;
  }

  .head-contact_form .form-holder input[type="submit"] {
    height: 55px;
    font:
      700 23px/22px "Assistant",
      sans-serif;
  }

  .head-contact_form .form-holder textarea {
    height: 122px;
    max-width: 270px;
    box-sizing: border-box;
    border: 1px solid #cecfd2;
    font:
      600 22px/27px "Assistant",
      sans-serif;
    padding: 12px 11px 11px;
  }

  .head-contact_form .form-holder textarea::placeholder {
    font:
      400 22px/30px "Assistant",
      sans-serif;
    color: #3d3d3d;
  }

  .head-contact_form {
    margin: 25px auto 0;
    padding: 10px 15px 18px;
    border-radius: 7px;
    max-width: 96%;
  }

  .head-contact_form .form-holder {
    gap: 8px;
  }

  .head-contact_form .form-holder textarea {
    font:
      400 12px/17px "Assistant",
      sans-serif;
    padding: 3px 9px 3px;
    height: 65px;
  }

  .head-contact_form .form-holder textarea::placeholder {
    font:
      400 12px/17px "Assistant",
      sans-serif;
    color: #3d3d3d;
  }

  .head-contact_form .form-holder input[type="email"],
  .head-contact_form .form-holder input[type="tel"],
  .head-contact_form .form-holder input[type="text"] {
    font:
      400 12px/15px "Assistant",
      sans-serif;
    padding: 0 8px;
    height: 30px;
  }

  .head-contact_form .form-holder input[type="email"]::placeholder,
  .head-contact_form .form-holder input[type="tel"]::placeholder,
  .head-contact_form .form-holder input[type="text"]::placeholder {
    font:
      400 12px/15px "Assistant",
      sans-serif;
    color: #3d3d3d;
  }

  .head-contact_form .form-holder h2 {
    font:
      900 18px/20px "Assistant",
      Arial,
      sans-serif;
  }

  .head-contact_form .form-holder .row {
    gap: 19px;
  }

  .head-contact_form .form-holder .col .wpcf7-form-control-wrap {
    margin: 0 0 5px;
  }

  .head-contact_form .form-holder .col.right .wpcf7-form-control-wrap {
    margin: 0 0 2px;
  }

  .head-contact_form .form-holder input[type="submit"] {
    height: 29px;
    font:
      700 13px/22px "Assistant",
      sans-serif;
  }
  .main-section {
    background: none;
  }
  .main-section-content {
    flex-wrap: wrap;
    margin: 0 -16px;
  }

  .main-section-content .slider {
    width: 100%;
  }

  .main-section-content .slider:after {
    content: "";
    position: absolute;
    top: 94%;
    left: -40px;
    right: -40px;
    height: 84px;
    background: linear-gradient(
      180deg,
      #3d739a 0%,
      #3d739a 45%,
      rgba(61, 115, 154, 0.8) 69%,
      rgba(61, 115, 154, 0.5) 84%,
      rgba(61, 115, 154, 0) 100%
    );
    z-index: 2;
    box-shadow:
      0 -20px 20px #3d739a,
      0 -30px 31px rgba(61, 115, 154, 0.7),
      0 -40px 41px rgba(61, 115, 154, 0.5);
    display: none;
  }
  .main-section-content .slider .slide {
    padding: 0;
    box-sizing: border-box;
  }

  .main-section-content .video-holder {
    width: 100%;
    z-index: 1;
  }
  .main-section-content .video-holder:before {
    width: 40%;
    left: -44px;
    background: linear-gradient(
      to right,
      #3d739a 0%,
      #3d739a 11%,
      #3d739a 36%,
      #3d739a 37%,
      #3d739a 57%,
      rgba(61, 115, 154, 0) 100%
    );
    display: none;
  }

  .main-section-content .video-holder:after {
    width: 40%;
    right: -44px;
    background: linear-gradient(
      to right,
      rgba(61, 115, 154, 0) 0%,
      #3d739a 60%,
      #3d739a 89%,
      rgba(61, 115, 154, 0) 100%
    );
    display: none;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-logo {
    max-width: 160px;
    right: 22%;
  }

  .form-sidebar {
    display: none;
  }

  .page-post-content .post-content {
    padding: 0;
    max-width: 100%;
  }
  .post-menu {
    margin: 0;
  }

  .mobile-post-menu {
    justify-content: flex-start;
  }

  .mobile-post-menu ul {
    justify-content: flex-start;
  }

  .mobile-post-menu li {
    width: auto;
  }

  .mobile-post-menu a {
    min-width: 145px;
    white-space: nowrap;
  }

  .bg-media.nomedia,
  .bg-media {
    min-height: 110px;
  }

  .bg-media img,
  .bg-media video {
    height: 330px;
    object-fit: cover;
  }

  .contact-section {
    padding: 0 40px 22px;
  }

  .contact-section .info p {
    font-size: 16px;
  }

  .contact-section .info h3 {
    font-size: 24px;
  }

  .contact-email .email {
    font-size: 38px;
  }

  .page-template-page-contact .contact-us .img-holder,
  .page-template-page-find-doctor .contact-us .img-holder,
  .page-template-page-archive .contact-us .img-holder,
  .page-template-page-post .contact-us .img-holder,
  .page-template-page-post-testimonials .contact-us .img-holder,
  .single-post .contact-us .img-holder,
  .page-template-post-archive .contact-us .img-holder {
    width: 100%;
    padding: 0;
  }

  .find-doctor-section .card .desktop-title {
    display: none;
  }

  .find-doctor-section .card .mobile-title {
    display: inline-block;
  }

  .thank-you-page {
    margin: 20px 0 0;
    padding: 125px 40px 20px;
  }

  .thank-you-page .thnx-logo {
    left: 40px;
    right: auto;
  }

  .thank-you-page p br {
    display: inline-block;
  }

  .more-blogs-page .large-card-wrap {
    width: 50%;
  }

  #main .wrap-head-contact_form .head-contact_form .form-holder {
    margin: 0;
  }
  .head-contact_form .form-holder .col {
    width: 100%;
  }

  .hero-content .img-holder {
    display: none;
  }

  .acclaim-label {
    left: 53px;
    top: auto;
    bottom: 35%;
    transform: translate(-48%, 50%);
  }

  #main .wrap-head-contact_form .head-contact_form .acclaim-label {
    bottom: -39px;
    left: auto;
    right: -8px;
    transform: none;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text {
    width: 100%;
    padding: 162px 0 0 144px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 20px 45px 0;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text .slick-dots {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 10px;
  }

  .hero-content .acclaim-label {
    display: block;
    top: 50%;
    width: 93px;
    height: 93px;
    transform: translate(-50%, -5%);
  }

  .header-label-mob {
    top: 98px;
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text {
    margin: 0 auto;
    padding: 162px 15px 0;
  }

  .bg-media.slide-hero.bg-video .hero-content .acclaim-label {
    display: none;
  }

  .testimonials-wrapper {
    padding: 90px 0 0;
  }

  .page-template-page-post-testimonials-new .testimonials-wrapper {
    padding: 175px 0 0;
  }

  .page-template-page-post-testimonials-new .testimonials-page h1,
  .single-testimonial .testimonials-page h1 {
    width: 100%;
  }

  .page-template-page-literature .main-section-content .slider:after {
    display: block;
    content: "";
    position: absolute;
    top: 94%;
    left: -40px;
    right: -40px;
    height: 84px;
    background: linear-gradient(
      180deg,
      #3d739a 0%,
      #3d739a 45%,
      rgba(61, 115, 154, 0.8) 69%,
      rgba(61, 115, 154, 0.5) 84%,
      rgba(61, 115, 154, 0) 100%
    );
    z-index: 2;
    box-shadow:
      0 -20px 20px #3d739a,
      0 -30px 31px rgba(61, 115, 154, 0.7),
      0 -40px 41px rgba(61, 115, 154, 0.5);
  }
  .page-template-page-literature .main-section-content .video-holder:before {
    display: block;
    width: 40%;
    left: -44px;
    background: linear-gradient(
      to right,
      #3d739a 0%,
      #3d739a 11%,
      #3d739a 36%,
      #3d739a 37%,
      #3d739a 57%,
      rgba(61, 115, 154, 0) 100%
    );
  }
  .page-template-page-literature .main-section-content .video-holder:after {
    display: block;
    width: 40%;
    right: -44px;
    background: linear-gradient(
      to right,
      rgba(61, 115, 154, 0) 0%,
      #3d739a 60%,
      #3d739a 89%,
      rgba(61, 115, 154, 0) 100%
    );
  }
  .page-template-page-literature .main-section {
    background: #fff;
  }

  .page-template-page-literature .main-section-content {
    padding: 75px 0 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .blog-news .card h3 {
    font-size: 17px;
    margin: 0 0 10px;
  }

  .blog-news .card p {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .blog-news .card .read-more {
    padding: 8px 20px;
  }

  .home .our-products .card-wrap h4 {
    font-size: 17px;
  }

  .home .our-products .card-wrap .text-holder {
    padding: 20px 15px;
  }

  .home .our-products .card-wrap .text-holder p {
    font-size: 15px;
  }

  .our-products .card-wrap h4 {
    font-size: 18px;
  }

  .our-products .card-wrap .text-holder {
    padding: 20px 11px;
  }

  .our-products .card-wrap .text-holder p {
    font-size: 16px;
  }

  .testimonials-wrap .large-card-wrap {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 665px) {
  .table-box table td:first-child {
    width: 35.12%;
  }
  .table-box table {
    width: 700px;
  }
  #header:before {
    height: 151px;
  }

  .header-label-mob {
    top: 80px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text {
    padding: 138px 0 0 144px;
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text {
    padding: 138px 15px 0;
  }
}

@media screen and (max-width: 639px) {
  .wrap-head-contact_form.sticky {
    top: 36px;
  }

  #header.active-style-sticky .acclaim-label {
    bottom: -83px;
  }

  #header.active-style-sticky .header-logo {
    max-width: 80px;
    margin: 0 10px 0 10px;
  }

  #header.active-style-sticky .call-now .call-btn {
    line-height: 60px;
    min-height: 62px;
    padding: 0 20px;
    white-space: nowrap;
  }

  #header.active-style-sticky .call-now .call-btn span {
    padding: 3px 0 0;
    line-height: 44px;
  }

  #header.active-style-sticky .call-now .call-btn span:after {
    height: 30px;
    width: 30px;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn {
    position: relative;
    letter-spacing: -0.5px;
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn:after {
    top: 50%;
    transform: translateY(-45%);
    width: 24px;
    height: 24px;
  }

  #header.active-style-sticky .open-menu-holder {
    margin: -10px 0 0 5px;
  }

  .bg-media.nomedia,
  .bg-media {
    min-height: 135px;
  }

  .fancybox-caption__body {
    font-size: 19px;
  }

  .fancybox-caption__body p {
    font-size: 15px;
  }

  .fancybox-inner .fancybox-slide {
    padding: 16px;
  }

  .section-title {
    font-size: 32px;
  }

  h1.section-title,
  h1 {
    font-size: 45px;
  }

  .call-now {
    top: 39%;
    font-size: 24px;
  }

  .call-now .call-btn span:after {
    width: 30px;
    height: 30px;
  }

  .card-with-video:after {
    width: 53px;
    height: 53px;
  }

  .slick-dots li {
    margin: 0 2px;
  }

  .main-section {
    padding: 100px 16px 0;
  }

  .main-section-content .slider {
    padding: 82px 10px;
  }

  .main-section-content .slider p {
    font-size: 26px;
    line-height: 1.3;
  }

  .main-section-content .slider ul {
    font-size: 21px;
  }

  .main-section-content .slider li {
    font-size: 21px;
    padding: 0 0 0 32px;
    margin: 0;
  }

  .main-section-content .slider li:before {
    width: 26px;
    height: 13px;
  }

  .main-section-content .video-holder .play-btn {
    background-size: 72px 72px;
  }

  .patients-say {
    padding: 29px 16px 26px;
  }

  .patients-say .section-title {
    font:
      900 24px/24px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 34px;
  }

  .patients-say .text-holder {
    padding: 23px 10px 23px 14px;
    text-align: left;
  }

  .patients-say .text-holder p {
    font:
      400 17px/20px "Assistant",
      Arial,
      sans-serif;
  }

  .patients-say .card-wrap {
    width: 100%;
  }

  .more-info {
    padding: 27px 16px 18px;
    background: url("../images/banner-more-info-mobile.png") no-repeat top
      center !important;
    background-size: cover !important;
  }

  .more-info .card-wrap .card {
    min-height: 179px;
  }

  .more-info .section-title {
    font:
      900 24px/28px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 31px;
  }

  .more-info .card-wrap .text-holder {
    padding: 17px 13px 14px;
  }

  .more-info .card-wrap h4 {
    font-size: 17px;
  }

  .more-info .slick-dots {
    bottom: -18px;
  }

  .more-info .slick-list {
    padding: 0;
  }

  .premia-spine-story {
    padding: 30px 16px 30px;
    background: #008de2 url("../images/1493149178-huge_faded1.png") no-repeat
      bottom right !important;
    background-size: contain;
  }

  .premia-spine-story .section-title {
    margin: 0 0 42px;
  }

  .premia-spine-story .card-with-video {
    margin: 0 0 22px;
  }

  .premia-spine-story.show-text .story-content .content-text-style {
    padding: 0;
  }
  .premia-spine-story.show-text .card-with-video {
    margin: 0 0 22px;
  }

  .premia-spine-story.show-text {
    padding: 30px 40px 30px;
  }
  .premia-spine-story .wrap-story-img {
    height: auto;
    width: auto;
    max-width: 200px;
  }

  .premia-spine-story .card-with-video:after {
    width: 58px;
    height: 58px;
  }

  .premia-spine-story .text-holder {
    font-size: 18px;
  }

  .premia-spine-story .story-content img {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    height: auto;
    object-fit: cover;
    margin: 0 -16px;
  }

  .premia-spine-story .read-more {
    font:
      400 18px/30px "Assistant",
      Arial,
      sans-serif;
    margin: 30px 0 0;
  }
  .premia-spine-story .read-more a {
    line-height: 30px;
    padding: 6px 10px;
    min-width: 127px;
    letter-spacing: 0;
    margin: 0;
    height: 42px;
  }
  .premia-spine-story.show-text .read-more {
    margin: 30px 0 0;
  }

  .blog-news {
    padding: 32px 16px 45px;
  }

  .blog-news .section-title {
    margin: 0 0 20px;
  }

  .blog-news .cards-content {
    margin: 0 -10px 5px;
  }

  .blog-news .card h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .blog-news .card .text-holder {
    padding: 18px;
    top: 0;
    bottom: 0;
  }

  .blog-news .card .read-more {
    padding: 8px 15px;
    font-size: 13px;
  }

  .blog-news .card p {
    font-size: 13px;
    margin: 0 0 15px;
  }

  .blog-news .card:after {
    opacity: 1;
  }

  .contact-us {
    padding: 28px 15px;
    position: relative;
  }

  .contact-us .container {
    position: relative;
    z-index: 1;
  }

  .contact-us .custom-error {
    padding: 0;
  }

  .contact-us .section-title {
    font:
      900 24px/28px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 33px 0;
  }

  .contact-us form .row-inputs {
    margin: 0 0 12px;
  }

  .contact-us form .row-inputs p {
    display: flex;
    justify-content: space-between;
    gap: 13px;
  }

  .contact-us .wpcf7-form-control-wrap[data-name="tel"],
  .contact-us .wpcf7-form-control-wrap[data-name="zip_code"] {
    width: 50%;
    margin: 0;
  }

  .our-products {
    padding: 21px 16px 0;
  }

  .our-products .section-title {
    margin: 0 0 18px;
  }

  .our-products .card-wrap {
    width: 100%;
    margin: 0 0 18px;
  }

  .our-products .card-wrap .text-holder {
    padding: 26px 11px 26px 19px;
  }

  #footer {
    padding: 39px 16px 3px;
  }

  #footer h3 {
    padding: 0 0 10px;
    margin: 0 0 11px;
  }

  #footer .location {
    margin: 0 0 15px;
  }

  #footer .location p {
    line-height: 1.3;
  }

  #footer .location strong {
    display: inline-block;
    margin: 0 0 2px;
  }

  #footer .location .text-holder {
    margin: 0 0 21px;
  }

  #footer .location .text-holder:first-of-type br:nth-of-type(2) {
    display: none;
  }

  #footer .location .text-holder:nth-of-type(even) {
    box-sizing: border-box;
    padding: 0 0 0 12px;
  }

  .footer-menu .sub-menu {
    margin: 11px 0 13px;
  }

  .footer-menu > li:nth-of-type(2) {
    box-sizing: border-box;
    padding: 0 0 0 12px;
  }

  .footer-menu > li > a {
    max-width: 159px;
  }

  .footer-logo {
    bottom: 7px;
    right: 11%;
    max-width: 117px;
  }

  footer .socials {
    width: 150px;
    position: absolute;
    bottom: 87px;
    right: 4%;
  }

  .bottom-footer {
    padding: 15px;
    text-align: left;
  }

  .post-menu ul {
    font-size: 20px;
  }

  .post-menu a {
    padding: 6px 10px;
    min-width: 163px;
  }

  .breadcrumbs-wrap {
    padding: 21px 16px 14px;
  }

  .breadcrumbs a {
    margin: 0 3px 0 0;
  }

  .post-content h1 {
    margin: -5px 0 10px;
  }

  .testimonials-page h1 {
    width: 100%;
    margin: 7px 0 51px;
  }

  .testimonials-wrap .large-card-wrap {
    width: calc(100% / 2 - 16px);
  }

  .testimonials-tab {
    width: 100%;
    top: -33px;
  }

  .testimonials-wrap li {
    width: calc(100% / 2 - 26px);
    padding: 4px 13px;
  }

  .page-post-content {
    padding: 0 16px;
  }

  .page-post-content .wp-block-group__inner-container {
    font-size: 22px;
    padding: 16px 10px 16px 14px;
    margin: 0 0 18px;
  }

  .page-post-content .post-content ul {
    margin: 0 0 -3px;
  }

  .page-post-content .post-content li {
    margin: 0 7px -1px;
    line-height: 1.46;
  }

  .page-post-content .post-content h4 {
    margin: 0 0 14px;
  }

  .page-post-content .post-content .wp-block-image {
    margin: 0 0 24px;
  }

  .page-post-content .post-content .wp-block-group ul {
    margin: 0 0 2px;
  }

  .page-post-content .post-content .wp-block-group ul li {
    background-position-y: 12px;
  }

  .page-post-content .post-content .wp-block-embed-youtube {
    margin: 0 0 18px;
  }

  .page-template-page-post .contact-us {
    padding: 20px 16px 17px;
    background: #fff;
  }

  .page-template-page-post .contact-us:before {
    content: none;
  }

  .page-template-page-post .home .our-products .section-title {
    margin: 0 0 32px;
  }

  .contact-section {
    padding: 0 16px 22px;
  }

  .contact-section .section-title {
    margin: 0 0 13px;
  }

  .contact-section .info {
    padding: 15px;
  }

  .contact-section .info img {
    width: 65px;
    margin: 0 0 25px;
  }

  .contact-section .info h3 {
    font-size: 22px;
  }

  .contact-section .visit-site {
    font-size: 15px;
    padding: 7px 10px 7px 15px;
  }

  .page-template-page-contact .contact-us,
  .page-template-page-find-doctor .contact-us,
  .page-template-page-archive .contact-us,
  .page-template-page-post .contact-us,
  .page-template-page-post-testimonials .contact-us,
  .single-post .contact-us,
  .page-template-post-archive .contact-us {
    background: #fff;
    padding: 0 16px 21px;
  }

  .page-template-page-contact .contact-us:before,
  .page-template-page-find-doctor .contact-us:before,
  .page-template-page-archive .contact-us:before,
  .page-template-page-post .contact-us:before,
  .page-template-page-post-testimonials .contact-us:before,
  .single-post .contact-us:before,
  .page-template-post-archive .contact-us:before {
    content: none;
  }

  .contact-email {
    padding: 27px 16px 23px;
  }

  .contact-email .email-icon {
    margin: 0 0 14px;
  }

  .contact-email .email {
    font-size: 28px;
  }

  .contact-info {
    padding: 13px 16px;
  }

  .contact-info p {
    line-height: 1.6;
  }

  .contact-info p:not(:last-of-type) {
    margin: 0 0 28px;
  }

  .find-doctor-section {
    padding: 0 16px;
    margin: 0 0 10px;
  }

  .find-doctor-section .section-title {
    margin: 0 0 7px;
  }

  .find-doctor-section .cards-content {
    margin: 0 -4px;
  }

  .find-doctor-section .card-wrap {
    padding: 0 4px;
    margin: 0 0 8px;
  }

  .find-doctor-section .card {
    padding: 5px 10px;
  }

  .find-doctor-section .card img {
    width: 37px;
  }

  .find-doctor-section .card .mobile-title {
    font-size: 17px;
  }

  .map {
    padding: 0 16px;
    margin: 0 0 14px;
  }

  .map .wpgmp_map {
    height: 252px !important;
  }

  .map .wpgmp_infowindow {
    font-size: 12px;
  }

  .map .wpgmp_infowindow h5 {
    font-size: 17px;
  }

  .map .wpgmp_infowindow h6 {
    font-size: 13px;
  }

  .map .wpgmp_infowindow p {
    font-size: 14px;
  }

  .category-info {
    padding: 0 16px;
    margin: 0 0 14px;
  }

  .category-info h1 {
    letter-spacing: -0.6px;
    margin: -3px 0 35px;
    line-height: 1.03;
  }

  .more-info.category-more-info {
    margin: 0 0 19px;
  }

  .more-info.category-more-info .section-title {
    margin: 0 0 20px;
  }

  .more-info.category-more-info .slick-dots {
    bottom: -24px;
  }

  .page-template-page-archive .contact-us {
    padding: 0 16px 16px;
  }

  .testimonials-page {
    padding: 0 16px;
  }

  .testimonials-wrap .tab-content {
    margin: 0;
  }

  .single-post #main,
  .error404 #main,
  .page-template-post-archive #main,
  .category #main,
  .search-results #main,
  .page-template-page-sitemap #main {
    margin: 140px 0 0;
  }

  .nav-posts {
    padding: 0 16px;
  }

  .error-page {
    padding: 0 16px;
  }

  .thank-you-page {
    padding: 100px 16px 20px;
    margin: 0;
    background-size: 21rem;
    height: 100vh;
  }

  .thank-you-page h2 {
    font-size: 40px;
  }

  .thank-you-page p {
    font-size: 24px;
    margin: 0 0 55px;
  }

  .thank-you-page .thnx-logo {
    left: 16px;
    width: 100px;
    top: 20px;
  }

  .more-blogs-page {
    padding: 28px 15px 25px;
  }

  .more-blogs-page .section-title {
    font:
      897 24px/30px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 24px;
  }

  .main-category-section,
  .top-category-section {
    padding: 0 16px;
  }

  .search-page {
    padding: 0 16px;
  }

  .search-page h1:not(.section-title) {
    font-size: 38px;
  }

  .sitemap-page {
    padding: 0 16px;
  }
}

@media screen and (max-width: 600px) {
  .header-label-mob {
    top: 75px;
  }
}

@media screen and (max-width: 540px) {
  #header:before {
    height: 124px;
    background-position: top center;
    background-size: contain;
  }

  #header .container {
    padding: 16px 16px 0;
  }

  .header-logo {
    max-width: 104px;
  }

  .call-now {
    font-size: 20px;
  }

  .call-now .call-btn span:after {
    height: 25px;
    width: 25px;
  }
  .open-menu-holder {
    margin: -14px 0 0;
  }
  .open-mobile-menu .open-menu-btn {
    font-size: 15px;
    padding: 0 31px 0 0;
  }

  .open-mobile-menu .open-menu-btn:after {
    height: 16px;
    width: 19px;
    left: auto;
    right: 6px;
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn {
    font-size: 15px;
  }

  #header.active-style-sticky
    .open-menu-holder
    .open-mobile-menu
    .open-menu-btn:after {
    width: 16px;
    height: 19px;
    transform: translateY(-54%);
  }

  .main-nav-popup {
    padding: 110px 30px 100px;
  }

  .open-menu-holder .close-menu-btn {
    top: 80px;
    left: 12px;
  }

  .blog-news .card h3 {
    font-size: 13px;
    margin: 0 0 9px;
  }

  .blog-news .card .text-holder {
    padding: 18px;
    top: 0;
    bottom: 0;
  }

  .blog-news .card .read-more {
    padding: 5px 15px;
    font-size: 11px;
  }

  .blog-news .card p {
    font-size: 11px;
    margin: 0 0 13px;
  }

  .our-products .card-wrap h4 {
    font-size: 24px;
  }

  .our-products .card-wrap .text-holder p {
    font-size: 20px;
  }

  .home .our-products .card-wrap {
    width: 100%;
  }

  .home .our-products .card-wrap h4 {
    font-size: 28px;
  }

  .home .our-products .card-wrap .text-holder {
    padding: 23px 11px 23px 21px;
  }

  .home .our-products .card-wrap .text-holder p {
    font-size: 22px;
    margin: -4px 0 0;
  }

  .bg-media {
    min-height: 200px;
  }

  .bg-media img,
  .bg-media video {
    height: 204px;
  }

  .contact-section .cards-content {
    margin: 0 -5px;
  }

  .contact-section .card-wrap {
    padding: 0 5px;
  }

  .contact-section .info {
    padding: 8px 10px 8px 12px;
  }

  .contact-section .info img {
    width: 40px;
    margin: 0 0 16px;
  }

  .contact-section .info h3 {
    font-size: 14px;
    margin: 0 0 12px;
  }

  .contact-section .info p {
    font-size: 11px;
  }

  .contact-section .info p a {
    display: none;
  }

  .contact-section .visit-site {
    font-size: 10px;
    padding: 5px 10px;
  }

  .find-doctor-section .card img {
    width: 30px;
  }

  .find-doctor-section .card .mobile-title {
    font-size: 13px;
    margin: 0 0 0 1px;
  }

  .testimonials-wrap ul {
    font-size: 15px;
    letter-spacing: 0.4px;
  }

  .testimonials-wrap .large-card-wrap {
    width: 100%;
  }

  .more-blogs-page .large-card-wrap {
    width: 100%;
  }

  .bg-media.slide-hero .container {
    padding: 0 10px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text {
    padding: 27.7% 0 0 108px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text .slick-dots {
    bottom: -4px;
  }

  .bg-media.slide-hero
    .container
    .hero-content
    .sliders-text
    .slick-dots
    button {
    width: 7px;
    height: 7px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text h2 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    margin: 0 0 36px;
  }

  .bg-media.slide-hero .container .hero-content .sliders-text h2 strong {
    letter-spacing: 0.1px;
  }

  .header-label-mob {
    top: 62px;
  }

  .hero-content .acclaim-label {
    transform: translate(-50%, 3%);
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text {
    padding: 27.7% 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .header-label-mob {
    top: 56px;
  }
}

@media screen and (max-width: 445px) {
  .call-now {
    font-size: 16px;
    top: 27%;
  }

  .call-now .call-btn span:after {
    width: 22px;
    height: 22px;
  }

  .blog-news .card h3 {
    font-size: 10px;
  }

  .blog-news .card .text-holder {
    padding: 18px;
    top: 0;
    bottom: 0;
  }

  .blog-news .card .read-more {
    font-size: 7px;
  }

  .blog-news .card p {
    font-size: 7px;
    margin: 0 0 17px;
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text {
    min-height: 205px;
    padding: 27.7% 6px 0;
  }

  .bg-media.slide-hero.bg-video .hero-content .sliders-text h2 {
    margin: 0 0 10px;
  }

  .single-post #main,
  .error404 #main,
  .page-template-post-archive #main,
  .category #main,
  .search-results #main,
  .page-template-page-sitemap #main {
    margin: 95px 0 0;
  }

  .header-label-mob {
    top: 48px;
  }
}

@media screen and (max-width: 410px) {
  .open-menu-holder {
    margin: -14px 0 0;
  }

  .main-section {
    padding: 26px 16px 0;
  }

  .header-label-mob {
    top: 44px;
    right: 6px;
  }

  .bg-media.slide-hero .container .hero-content .acclaim-label {
    bottom: 14px;
    top: auto;
  }
  .main-section-content .slider .slide {
    padding: 0 15px 0 21px;
  }
  .main-section-content .slider ul,
  .main-section-content .slider p {
    padding: 0;
  }
}

@media screen and (max-width: 365px) {
  .fancybox-caption__body {
    font-size: 15px;
    padding: 8px;
  }

  .fancybox-caption__body p {
    font-size: 13px;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .header-logo {
    max-width: 75px;
  }

  #header .container {
    padding: 12px 12px 0;
  }

  .call-now {
    font-size: 15px;
    top: 23%;
  }

  .call-now .call-btn span:after {
    width: 20px;
    height: 20px;
  }

  .open-mobile-menu .open-menu-btn {
    font-size: 14px;
  }

  .open-menu-holder .close-menu-btn {
    top: 63px;
  }

  .main-nav-popup {
    padding: 92px 30px 13px;
  }

  .blog-news .card p {
    margin: 0 0 10px;
  }

  .blog-news .card h3 {
    font-size: 9px;
    margin: 0 0 5px;
  }

  .blog-news .card .text-holder {
    padding: 10px;
  }

  .contact-us:before {
    height: 135px;
  }

  .premia-spine-story .read-more {
    font-size: 15px;
    margin: 30px 0 0;
  }

  .premia-spine-story .read-more a {
    padding: 4px 10px;
  }

  .home .our-products .card-wrap h4 {
    font-size: 23px;
  }

  .home .our-products .card-wrap .text-holder p {
    font-size: 20px;
  }

  #footer .location .text-holder,
  #footer .location .text-holder:nth-of-type(odd) {
    width: 100%;
  }

  #footer .location .text-holder:nth-of-type(even) {
    padding: 0;
  }

  .page-post-content .wp-block-group__inner-container {
    font-size: 19px;
  }

  .page-post-content .post-content .wp-block-group ul li {
    background-position-y: 10px;
  }

  .contact-section .info {
    padding: 8px;
  }

  .contact-section .info h3 {
    font-size: 13px;
  }

  .contact-section .visit-site {
    padding: 5px 8px;
  }

  .contact-email .email-icon {
    width: 55px;
  }

  .contact-email .email {
    font-size: 24px;
  }

  .testimonials-wrap .large-card-wrap .text-holder {
    font-size: 14px;
  }

  .single-post #main,
  .error404 #main,
  .page-template-post-archive #main,
  .category #main,
  .search-results #main,
  .page-template-page-sitemap #main {
    margin: 75px 0 0;
  }

  .thank-you-page p {
    font-size: 22px;
    margin: 0 0 40px;
  }

  .main-category-section ul,
  .main-category-section p {
    font-size: 16px;
  }

  .bg-media.slide-hero .container .hero-content .header-label-mob {
    top: 10%;
  }

  .header-label-mob {
    top: 32px;
  }

  #header.active-style-sticky .open-mobile-menu {
    padding: 0 9px 0 3px;
  }

  #header.active-style-sticky .call-now .call-btn {
    padding: 0 8px;
  }
}

@media (orientation: landscape) and (max-width: 920px) {
  .more-info .slick-slide {
    display: flex !important;
  }

  .more-info .slick-slide > div {
    width: 50%;
  }

  .more-info .card-wrap h4 {
    font-size: 17px;
  }

  #header:before {
    background: url("../images/bg-header-816.png.webp") no-repeat center bottom;
    background-size: cover;
    height: 109px;
  }

  .bg-media.slide-hero .hero-content .sliders-text {
    padding: 15% 0 0;
  }

  #header .container {
    padding: 16px 19px 0 43px;
  }

  .header-logo {
    max-width: 130px;
  }

  .open-mobile-menu .open-menu-btn {
    font-size: 14px;
    padding: 0 27px 0 0;
    top: -13px;
  }

  .active-style-sticky .open-mobile-menu .open-menu-btn {
    font-size: 20px;
    padding: 0 29px 0 0;
    top: auto;
  }

  .bg-media.slide-hero .container .hero-content .header-label-mob {
    top: 12%;
  }

  .header-label-mob {
    top: 48px;
  }

  .open-mobile-menu .open-menu-btn:after {
    width: 19px;
  }

  .call-now .call-btn {
    font-size: 21px;
  }

  .call-now .call-btn span:after {
    width: 29px;
    height: 29px;
  }

  .call-now {
    top: -11px;
    right: 35%;
  }

  .call-now .call-btn span:after {
    top: 0;
    left: -25px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .call-now {
    top: 0;
    right: 33%;
  }
}

@media (orientation: landscape) and (max-width: 650px) {
  .call-now {
    top: 0;
    right: 30%;
  }
}

@media (orientation: landscape) and (max-width: 600px) {
  .call-now {
    top: 0;
    right: 28%;
  }
}

@media screen and (max-width: 639px) {
  /*main-section*/
  .main-section {
    min-height: 530px;
    background-position: 50% 101.1% !important;
    background-size: contain !important;
  }

  .page-template-page-home .main-section {
    padding: 0;
    min-height: 557px;
  }

  .admin-bar.page-template-page-home .main-section-content {
    padding: 55px 15px 0;
  }
  .main-section-content {
    padding: 115px 15px 0;
  }
  .page-template-page-home #main {
    margin: 60px 0 0;
    overflow: hidden;
  }
  .page-template-page-home .main-section-content {
    padding: 55px 15px 0;
  }

  .page-template-page-literature .main-section-content {
    padding: 75px 0 0;
  }

  .main-banner-content h1,
  .main-banner-content h2 {
    font:
      900 36px/42px "Assistant",
      Arial,
      sans-serif;
  }

  .main-banner-content ul {
    padding: 3px 0 20px;
  }

  .main-banner-content ul li {
    padding: 0 0 0 29px;
    font:
      400 25px/32px "Assistant",
      Arial,
      sans-serif;
  }

  .main-banner-content ul li:before {
    top: 9px;
    left: 1px;
    width: 16px;
    height: 16px;
  }

  .main-banner-content img {
    margin: 0;
    position: relative;
    z-index: 10;
  }
  .main-section {
    background-image: none !important;
  }
  .main-section .mobile-img {
    width: 100%;
    margin: -40px 0 0;
    display: block;
  }

  /*.video-section*/
  .video-section {
    padding: 19px 0 0;
  }

  .video-section-content h2 {
    font:
      900 24px/27px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 21px;
  }

  .video-section-content .video-wrapper {
    padding-top: 53.3%;
  }

  .patients-say .cards-content-slider {
    display: none;
  }
  .patients-say .cards-content-mobile {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 0 auto 35px;
  }

  .large-card-wrap.cards-slide {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
  }
  .more-info .cards-content {
    margin: 0;
  }
  .more-info .cards-content .card-wrap {
    width: calc(50% - 10px);
  }
  .more-info .cards-content {
    gap: 20px;
  }
  .patients-say .cards-content-mobile .text-holder {
    padding: 12px 15px 0;
  }
  .patients-say .cards-content-mobile h4 {
    margin: 0 0 10px;
    font:
      400 17px/20px "Assistant",
      Arial,
      sans-serif;
  }
  .patients-say .cards-content-mobile .button {
    font:
      800 13px/14px "Assistant",
      Arial,
      sans-serif;
    padding: 5px 0 17px;
    letter-spacing: -0.4px;
  }
  .patients-say .more-testimonials-btn {
    font:
      500 18px/15px "Assistant",
      Arial,
      sans-serif;
    height: 41px;
    padding: 12px 24px;
  }

  .premia-spine-story .story-content-top-row {
    flex-direction: column;
    gap: 22px;
  }
  .premia-spine-story .story-content-top-row-title,
  .premia-spine-story .story-content-top-row-img {
    max-width: 100%;
  }
  .premia-spine-story .section-title {
    font:
      900 30px / 38px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 3px;
    letter-spacing: 0.2px;
  }
  .premia-spine-story .story-content .content-text-style {
    padding: 8px 0 0;
    font:
      400 18px/28px "Assistant",
      Arial,
      sans-serif;
    letter-spacing: -0.2px;
  }
  .premia-spine-story .story-content .content-text-style h3 {
    font:
      700 18px/22px "Assistant",
      Arial,
      sans-serif;
    margin: 0 0 1px;
    letter-spacing: 0;
  }
  .premia-spine-story .text-holder .content-text-style p {
    margin: 0 0 24px;
  }

  .more-blogs-page .container.more-blogs-content .large-card-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 17px;
  }

  .more-blogs-page .container.more-blogs-content .large-card-wrap .text-holder {
    min-height: 195px;
    padding: 12px 12px 11px;
    box-sizing: border-box;
  }
  .more-blogs-page .text-holder h3 {
    line-height: 20px;
    margin: 0 0 9px;
    font-size: 14px;
  }
  .more-blogs-page .text-holder h3 a {
    font-size: 17px;
    letter-spacing: -0.2px;
  }
  .more-blogs-page .container.more-blogs-content .date {
    font-size: 9px;
    padding: 0 12px;
    background: url(../images/calendar-icon.svg) no-repeat left center/9px 9px;
  }
  .more-blogs-page .publication-info {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 5px;
  }
  .more-blogs-page .description {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 40px;
    letter-spacing: -0.155px;
  }
  .more-blogs-page .links-wrap {
    width: 100%;
    padding: 4px 11px;
    font-size: 12px;
    position: static;
    box-sizing: border-box;
  }
  .more-blogs-page .share > a {
    padding: 0 0 0 13px;
    background: url(../images/share-icon.svg) no-repeat left center/10px 11px;
    font-size: 9px;
    line-height: 19px;
  }
  .more-blogs-page .read-more {
    padding: 0 0 0 6px;
    position: relative;
  }
  .more-blogs-page .read-more a {
    padding: 0 9px 0 0;
    background: url(../images/angle-double-icon.svg) no-repeat right center/7px
      13px;
    font-size: 9px;
  }
  .more-blogs-page .read-more:after {
    height: 60%;
    left: 1px;
  }
  .more-blogs-page .container.more-blogs-content .more-blog a {
    font:
      500 18px/8px "Assistant",
      Arial,
      sans-serif;
    height: 39px;
    padding: 15px 22px;
  }

  .contact-us .contact-content {
    flex-wrap: wrap;
  }

  .contact-us .img-holder {
    display: none;
  }

  .contact-us div.wpcf7 {
    width: 100%;
  }

  .contact-us form {
    padding: 0;
  }

  /*new style*/
  .contact-us form input[type="submit"] {
    font-size: 19px;
    min-width: 128px;
    line-height: 21px;
    height: 40px;
    padding: 8px 0 9px;
    position: relative;
    bottom: 0;
    margin: 20px 0;
  }
  /*new style*/
  .sub-footer-section {
    padding: 39px 15px 30px;
  }
  .sub-footer-section a {
    font:
      500 18px/21px "Assistant",
      Arial,
      sans-serif;
    height: 40px;
    padding: 8px 22px 9px;
  }
}
