.kontakt-header-section .img {
  position: relative;
  z-index: 1;
}
.kontakt-header-section h1 {
  position: relative;
  z-index: 2;
}
.kontakt-header-section .icon-heading {
  position: relative;
  z-index: 2;
}

.kontaktinformasjon-section {
  background-color: #f3f6f9;
  justify-content: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.kontaktinformasjon-section .col.small-12.large-12 {
  padding-bottom: 10px;
}
.kontaktinformasjon-section .ki-left-col {
  background-color: #fff;
  border-radius: 14px;
  padding: 50px;
  margin-right: 10px;
  flex-basis: unset;
  max-width: 700px;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
}
.kontaktinformasjon-section .ki-left-col .kontaktinformasjon-inner-row {
  border-bottom: 1px solid #419cc3;
  margin-bottom: 30px;
}
.kontaktinformasjon-section .ki-left-col .kontaktinformasjon-inner-row .col {
  padding-bottom: 15px;
}
.kontaktinformasjon-section .ki-left-col .kontaktinformasjon-inner-row img {
  margin-bottom: 10px;
}
.kontaktinformasjon-section .ki-right-col {
  background-color: #fff;
  border-radius: 14px;
  padding: 50px;
  margin-left: 10px;
  flex-basis: unset;
  max-width: 700px;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
}
.kontaktinformasjon-section .ki-right-col h3 {
  margin-bottom: 30px;
}
.kontaktinformasjon-section .ki-right-col .wpcf7 form.wpcf7-form .wpcf7-submit {
  margin-top: 13px;
  margin-left: auto;
  display: block;
}
.kontaktinformasjon-section .ki-right-col .wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin-top: 10px;
}

.google-map-embed {
  max-width: 1440px;
  margin: 30px auto 60px auto;
}
.google-map-embed iframe {
  width: 100%;
  height: 700px;
}

.horizontal-card-txt-image {
  flex-flow: nowrap;
  border-radius: 14px;
  overflow: auto;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  margin: 20px 0 !important;
}
.horizontal-card-txt-image .horizontal-card-img-col {
  max-width: 322px;
  flex-basis: unset;
  padding: 0;
}
.horizontal-card-txt-image .horizontal-card-txt-col {
  display: flex;
  align-items: center;
  padding: 0 6%;
  max-width: calc(100% - 322px);
  flex-basis: unset;
  background-color: #fff;
}
.horizontal-card-txt-image .horizontal-card-txt-col .col-inner img {
  margin-bottom: 0;
}
.horizontal-card-txt-image .horizontal-card-txt-col .col-inner h3 {
  margin-bottom: 10px;
}
.horizontal-card-txt-image .horizontal-card-txt-col .col-inner p:last-child {
  margin-bottom: 0;
}

.isbla-history-section {
  background-color: #fff;
  justify-content: center;
  padding: 50px 20px 0 20px;
}
.isbla-history-section .col.medium-4.small-12.large-4.om-oss-col {
  max-width: 440px;
  flex-basis: unset;
  padding-right: 30px;
  padding-left: 30px;
}
.isbla-history-section .col.medium-4.small-12.large-4.om-oss-col img {
  margin-bottom: 20px;
}
.isbla-history-section .col.medium-4.small-12.large-4.om-oss-col h3 {
  margin-bottom: 20px;
  height: 68px;
}
.isbla-history-section .col.medium-4.small-12.large-4.om-oss-col p {
  text-align: justify;
}

.accordion .accordion-item {
  background-color: #fff;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  border-radius: 12px;
}
.accordion .accordion-item a.accordion-title {
  border: none;
  padding: 20px 60px 20px 40px;
  color: #419cc3;
}
.accordion .accordion-item a.accordion-title span {
  font-size: 18px;
  font-weight: bold;
}
.accordion .accordion-item a.accordion-title button.toggle {
  left: auto;
  top: 14px;
  right: 16px;
}
.accordion .accordion-item .accordion-inner p {
  font-size: 16px;
}

@media only screen and (max-width: 1440px) {
  .kontaktinformasjon-section .ki-left-col {
    max-width: 600px;
  }
  .kontaktinformasjon-section .ki-right-col {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .kontaktinformasjon-section .ki-left-col {
    max-width: 550px;
  }
  .kontaktinformasjon-section .ki-right-col {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1366px) {
  .isbla-history-section .col.medium-4.small-12.large-4.om-oss-col {
    max-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .accordion .accordion-item a.accordion-title span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .kontaktinformasjon-section {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .kontaktinformasjon-section p {
    font-size: 16px;
  }
  .kontaktinformasjon-section .ki-left-col {
    padding: 30px;
    margin-right: 0;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .kontaktinformasjon-section .ki-left-col .kontaktinformasjon-inner-row {
    margin-bottom: 30px;
  }
  .kontaktinformasjon-section .ki-right-col {
    padding: 30px;
    margin-left: 0;
    max-width: 700px;
  }
  .kontaktinformasjon-section .ki-right-col h3 {
    margin-bottom: 20px;
  }

  .google-map-embed {
    margin: 20px auto 0 auto;
  }
  .google-map-embed iframe {
    height: 400px;
  }

  .horizontal-card-txt-image .horizontal-card-img-col {
    max-width: 250px;
  }
  .horizontal-card-txt-image .horizontal-card-txt-col {
    padding: 0 4%;
    max-width: calc(100% - 250px);
  }

  .accordion .accordion-item a.accordion-title {
    padding: 14px 40px 14px 20px;
  }
  .accordion .accordion-item a.accordion-title span {
    font-size: 18px;
    font-weight: bold;
  }
  .accordion .accordion-item a.accordion-title button.toggle {
    right: 10px;
  }
}
@media only screen and (max-width: 849px) {
  .isbla-history-section .col.medium-4.small-12.large-4.om-oss-col {
    max-width: 100%;
  }
  .isbla-history-section .col.medium-4.small-12.large-4.om-oss-col h3 {
    height: auto;
  }

  .accordion-column {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .kontaktinformasjon-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .kontaktinformasjon-section .icon-heading {
    margin-bottom: 10px;
  }
  .kontaktinformasjon-section .ki-right-col {
    padding: 20px;
  }

  .horizontal-card-txt-image {
    flex-direction: column;
  }
  .horizontal-card-txt-image .horizontal-card-img-col {
    max-width: 100%;
    order: 1;
  }
  .horizontal-card-txt-image .horizontal-card-txt-col {
    padding: 20px;
    max-width: 100%;
    order: 2;
  }

  .isbla-history-section .col.medium-4.small-12.large-4.om-oss-col {
    padding-right: 0;
    padding-left: 0;
  }

  .accordion .accordion-item a.accordion-title {
    padding: 14px 40px 14px 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .accordion .accordion-item a.accordion-title span {
    font-size: 14px;
    line-height: 18px;
  }
  .accordion .accordion-item a.accordion-title button.toggle {
    top: 8px;
    right: 0;
  }
}
.sidebar-wrapper .widget_nav_menu ul.menu li {
  border-color: #419cc3;
}
.sidebar-wrapper .widget_nav_menu ul.menu li a {
  color: #419cc3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
  .sidebar-wrapper .widget_nav_menu ul.menu li a {
    font-size: 16px;
  }
}
.col.medium-4.small-12.large-4.page-left-sidebar {
  max-width: 385px;
  flex-basis: unset;
  padding-right: 48px;
}

.mobile-page-left-sidebar {
  display: none;
}

.page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col {
  max-width: calc(100% - 385px);
  flex-basis: unset;
}
.page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col .fas.fa-check {
  color: #419cc3;
  font-size: 24px;
  margin-right: 6px;
}
.page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col ul {
  list-style: none;
}
.page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col ul li {
  position: relative;
}
.page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #419cc3;
}
.page-template-page-blank-custom-hero .custom-page-hero-content-area {
  background-color: #f3f6f9;
}
.page-template-page-blank-custom-hero .custom-page-hero-section {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
.page-template-page-blank-custom-hero .custom-page-hero-section h1 {
  margin-bottom: 24px;
  position: relative;
}
.page-template-page-blank-custom-hero .custom-page-hero-section h1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: url("/wp-content/uploads/2021/02/blue-squares.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section {
  padding: 0;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col {
  max-width: calc(100% - 385px);
  flex-basis: unset;
}
.page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col .fas.fa-check {
  color: #419cc3;
  font-size: 24px;
  margin-right: 6px;
}
.page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col ul {
  list-style: none;
}
.page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col ul li {
  position: relative;
}
.page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #419cc3;
}

.content-area.content-area-bg-img {
  padding: 50px 20px;
  background-color: #f3f6f9;
  background-image: url("/wp-content/uploads/2021/02/page-top-right-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}

.simple-card-white {
  background-color: #fff;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  flex-flow: nowrap;
  border-radius: 14px;
  padding: 40px !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
.simple-card-white .col {
  padding: 0;
}
.simple-card-white .col p:last-child {
  margin-bottom: 0;
}
.simple-card-white .col img:last-child {
  margin-bottom: 0;
}
.simple-card-white .col ul:last-child {
  margin-bottom: 0;
}
.simple-card-white .col li:last-child {
  margin-bottom: 0;
}
.simple-card-white .col.medium-4.small-12.large-4 {
  padding-right: 40px;
}

@media only screen and (max-width: 1366px) {
  .col.medium-4.small-12.large-4.page-left-sidebar {
    max-width: 300px;
    padding-right: 30px;
  }

  .page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col {
    max-width: calc(100% - 300px);
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section {
    height: 300px;
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section img {
    height: 300px;
  }

  .page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col {
    max-width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col .fas.fa-check {
    font-size: 20px;
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section {
    height: 200px;
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section img {
    height: 200px;
  }

  .page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col .fas.fa-check {
    font-size: 20px;
  }

  .simple-card-white {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .simple-card-white .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .simple-card-white .col.medium-4.small-12.large-4 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 849px) {
  .desktop-page-left-sidebar {
    display: none;
  }

  .mobile-page-left-sidebar {
    display: block;
  }

  .page-template-page-blank-custom-hero .col.medium-8.small-12.large-8.page-main-content-col {
    max-width: 100%;
  }

  .page-template-page-blank-background .col.medium-8.small-12.large-8.page-main-content-col {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-blank-custom-hero .custom-page-hero-section {
    margin-bottom: 30px;
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section {
    height: 150px;
  }
  .page-template-page-blank-custom-hero .custom-page-hero-section.featured-image-her-section img {
    height: 150px;
  }

  .main-heading-title-section .icon-heading {
    margin-bottom: 10px;
  }

  .simple-card-white {
    padding: 40px 20px !important;
  }
}
.wpcf7 form.wpcf7-form span {
  width: 100%;
}
.wpcf7 form.wpcf7-form span input {
  border-radius: 12px;
  border: none;
  box-shadow: none;
  background-color: #f3f6f9;
  color: #b3b2b2;
}
.wpcf7 form.wpcf7-form span textarea {
  border-radius: 12px;
  border: none;
  box-shadow: none;
  background-color: #f3f6f9;
  color: #b3b2b2;
}
.wpcf7 form.wpcf7-form .wpcf7-submit {
  border-radius: 12px;
  border: none;
  box-shadow: none;
  background-color: #419cc3;
  text-transform: initial;
  font-size: 16px;
}

.terapeut-content-area {
  background-color: #f3f6f9;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.terapeut-content-area #product_reviews.reviews-area {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  order: 5;
  display: flex;
  flex-direction: column;
  font-family: "Mulish", sans-serif;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform {
  order: 1;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.review-rating label {
  width: 200px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title {
  display: flex;
  width: 100%;
  flex: unset;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title label {
  width: 200px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title input {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title textarea {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment {
  display: flex;
  width: 100%;
  flex: unset;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment label {
  width: 200px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment input {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment textarea {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author {
  display: flex;
  width: 100%;
  flex: unset;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author label {
  width: 200px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author input {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author textarea {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email {
  display: flex;
  width: 100%;
  flex: unset;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email label {
  width: 200px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email input {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email textarea {
  max-width: calc(100% - 200px);
  box-shadow: none;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-cookies-consent {
  display: flex;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-cookies-consent #wp-comment-cookies-consent {
  max-width: unset;
  margin-bottom: 10px;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-cookies-consent label {
  max-width: 100%;
  width: 100%;
}
.terapeut-content-area #product_reviews.reviews-area form#commentform p.form-submit {
  margin-top: 16px;
}
.terapeut-content-area #product_reviews.reviews-area .review-list {
  order: 2;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter {
  max-width: 100%;
  font-size: 18px;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-left {
  width: 110px;
  max-width: unset;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-left .review-avatar img {
  margin-left: 0;
  margin-right: auto;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-right {
  width: calc(100% - 300px);
  max-width: unset;
  margin-left: 0;
  padding-left: 30px;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-right .review-rating .review-rating .rating-on {
  width: 23px;
  height: 23px;
  font-size: 23px;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-right .review-rating .review-rating .rating-off {
  width: 23px;
  height: 23px;
  font-size: 23px;
}
.terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-right .al-box.info {
  background-image: none;
  padding: 10px;
  max-width: 100%;
  display: block;
}
.terapeut-content-area #product_reviews.reviews-area .review-totals {
  display: none;
}
.terapeut-content-area .page-title-top {
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
  order: 1;
}
.terapeut-content-area h1 {
  text-align: center;
  color: #419cc3;
  order: 2;
}
.terapeut-content-area .terapeut-title-img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  order: 3;
}
.terapeut-content-area .terapeut-profil-wrap {
  background-color: #fff;
  overflow: hidden;
  max-width: 1370px;
  margin: 30px auto 90px auto;
  border-radius: 8px;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  order: 4;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col {
  width: 50%;
  padding-left: 80px;
  margin-bottom: 50px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col label {
  margin-right: 6px;
  color: #419cc3;
  font-weight: normal;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .terapeut-expertise-title {
  color: #419cc3;
  font-weight: bold;
  margin-bottom: 4px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .terapeut-information-title {
  color: #419cc3;
  font-weight: bold;
  margin-bottom: 4px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-info-row {
  display: flex;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-info-row label {
  margin-bottom: 8px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-info-row p {
  margin-bottom: 8px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-kunde-nr {
  display: none;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-expertise-area {
  margin-top: 20px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-expertise-area ul {
  padding-left: 20px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-kontakt-btn {
  padding-top: 12px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-info-col .profile-kontakt-btn a {
  background-color: #419cc3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-image-col {
  width: 50%;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 50px;
}
.terapeut-content-area .terapeut-profil-wrap .profil-image-col img {
  width: 100%;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer {
  width: 100%;
  background-color: #419cc3;
  display: flex;
  padding: 20px;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer label {
  color: #fff;
  margin-bottom: 0;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer p {
  color: #fff;
  margin-bottom: 0;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer a {
  color: #fff;
  margin-bottom: 0;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col {
  flex: 1;
  border-right: 1px solid #fff;
  padding: 10px 30px;
  text-align: center;
}
.terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col:last-child {
  border-right: none;
}
.terapeut-content-area .terapeut-profil-banner-section {
  background-image: url("/wp-content/uploads/2021/02/blue-mountains-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  order: 6;
}
.terapeut-content-area .terapeut-profil-banner-section a {
  display: inline-block;
  background-color: #fff;
  padding: 15px 25px;
  color: #2a2a2a;
  border-radius: 12px;
  font-size: 16px;
}

@media only screen and (max-width: 1440px) {
  .terapeut-content-area .terapeut-profil-wrap {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1366px) {
  .terapeut-content-area .terapeut-profil-wrap {
    max-width: 1025px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-info-col {
    padding-left: 60px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-image-col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col {
    padding: 10px 20px;
  }
  .terapeut-content-area .terapeut-profil-banner-section a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .terapeut-content-area .terapeut-profil-wrap {
    max-width: 80%;
    padding-top: 50px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-info-col {
    padding-left: 40px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-image-col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 849px) {
  .terapeut-content-area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .terapeut-content-area #product_reviews.reviews-area {
    order: 5;
    font-size: 15px;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-cookies-consent #wp-comment-cookies-consent {
    max-width: unset;
    width: auto;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-cookies-consent label {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-notes {
    flex-wrap: wrap;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.review-rating {
    display: block;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.review-rating label {
    width: 110px;
    min-width: 110px;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.review-rating span {
    width: 23px;
    height: 23px;
    font-size: 23px;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title {
    flex-direction: column;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title input {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title textarea {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-title label {
    min-width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment {
    flex-direction: column;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment input {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment textarea {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-comment label {
    min-width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author {
    flex-direction: column;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author input {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author textarea {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-author label {
    min-width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email {
    flex-direction: column;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email input {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email textarea {
    max-width: 100%;
    width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area form#commentform p.comment-form-email label {
    min-width: 100%;
  }
  .terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter {
    font-size: 16px;
  }
  .terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .terapeut-content-area #product_reviews.reviews-area .review-list .ic_rev_terapeuter .review-right {
    width: 100%;
    padding-left: 0;
  }
  .terapeut-content-area #product_reviews.reviews-area .review-totals {
    display: none;
  }
  .terapeut-content-area .terapeut-profil-wrap {
    padding-top: 40px;
    max-width: 90%;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-info-col {
    padding-left: 30px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-image-col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .terapeut-content-area .terapeut-profil-banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .terapeut-content-area .terapeut-profil-banner-section a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .terapeut-content-area {
    padding-top: 30px;
  }
  .terapeut-content-area .page-title-top {
    font-size: 22px;
  }
  .terapeut-content-area .terapeut-profil-wrap {
    padding-top: 0;
    margin-bottom: 50px;
    max-width: 90%;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-info-col {
    order: 2;
    width: 100%;
    padding: 25px;
    margin-bottom: 20px;
  }
  .terapeut-content-area .terapeut-profil-wrap .profil-image-col {
    order: 1;
    width: 100%;
    padding: 25px 25px 0 25px;
    margin-bottom: 0;
  }
  .terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer {
    order: 3;
    flex-direction: column;
  }
  .terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .terapeut-content-area .terapeut-profil-wrap .terapeut-profil-footer .profil-footer-col:last-child {
    border-bottom: none;
  }
  .terapeut-content-area .terapeut-profil-banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .terapeut-content-area .terapeut-profil-banner-section a {
    font-size: 14px;
  }
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column h3 {
  letter-spacing: 0.05em;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login {
  max-width: 100%;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form label {
  font-size: 18px !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form .um-row .um-field .um-field-area input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form .um-center {
  text-align: left;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form .um-button {
  background-color: #419cc3;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 17px;
  margin-bottom: 0;
  text-transform: uppercase !important;
  min-width: unset !important;
  font-weight: bold !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form #um-submit-btn {
  margin-top: 20px;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form .um-col-alt-b a {
  text-align: left;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-postmessage {
  display: none;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register {
  max-width: 100%;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form label {
  font-size: 18px !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form .um-row .um-field .um-field-area input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form .um-center {
  text-align: left;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form .um-button {
  background-color: #419cc3;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 17px;
  margin-bottom: 0;
  text-transform: uppercase !important;
  min-width: unset !important;
  font-weight: bold !important;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form #um-submit-btn {
  margin-top: 20px;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form .um-col-alt-b a {
  text-align: left;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column:first-child {
  border-right: 1px solid #ececec;
  padding-right: 33px;
}
.um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column:last-child {
  padding-left: 33px;
}

@media only screen and (max-width: 849px) {
  .um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column {
    flex-basis: unset !important;
    width: 100%;
  }
  .um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-login .um-form form label {
    font-size: 16px !important;
  }
  .um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column .um.um-register .um-form form label {
    font-size: 16px !important;
  }
  .um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column:first-child {
    border-right: none;
    padding-right: 0;
  }
  .um-page-register .content-area.page-wrapper .wp-block-columns.terapeut-forms .wp-block-column:last-child {
    padding-left: 0;
    margin-left: 0;
  }
}
.post-type-archive-terapeuter #main {
  background-color: #f3f6f9;
}
.post-type-archive-terapeuter #main .terapeuter-map {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 70px 20px 0 20px;
}
.post-type-archive-terapeuter #main .terapeuter-map h1 {
  margin-bottom: 4px;
}
.post-type-archive-terapeuter #main .terapeuter-map .find-terapeut-paragraph {
  text-align: justify;
  margin-top: 20px;
}
.post-type-archive-terapeuter #main .terapeuter-map .section-featured-terapeuts {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.post-type-archive-terapeuter #main .terapeuter-map .section-featured-terapeuts .ft-col {
  padding: 0 10px;
  box-sizing: border-box;
}
.post-type-archive-terapeuter #main .terapeuter-map .section-featured-terapeuts .ft-col .ft-title p {
  margin-bottom: 0;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all {
  margin-top: 40px;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-wrap {
  width: 100% !important;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer {
  padding-bottom: 50px;
  background-color: #f3f6f9;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder {
  width: 100%;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view {
  justify-content: flex-start;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group {
  flex-grow: unset;
  flex-shrink: unset;
  width: 32%;
  flex-basis: unset !important;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group .mapsvg-distance-field-2 {
  display: none;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group label {
  text-transform: initial;
  font-size: 16px;
  margin-top: 10px;
  line-height: normal;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group input,
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group input.mapsvg-directory-search {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group .select2.select2-container {
  z-index: 9;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group.mapsvg-checkbox-group {
  width: auto;
  margin-right: 20px;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group.mapsvg-checkbox-group label {
  color: #aaa;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group.mapsvg-checkbox-group input {
  width: auto;
  height: auto;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f3f6f9;
  padding-top: 40px !important;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item {
  width: 24%;
  background-color: #fff;
  border-radius: 18px;
  margin: 5px;
  padding: 28px;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item .map-directory-item-title {
  color: #419cc3;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item a {
  font-size: 14px;
  margin-bottom: 0;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item p {
  font-size: 14px;
  margin-bottom: 0;
}
.post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content form.mapsvg-data-form-view .mapsvg-distance-fields input.form-control.mapsvg-address-search.typeahead.tt-input {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive-terapeuter #main .terapeuter-map {
    padding: 40px 20px 30px 20px;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all {
    margin-top: 30px;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-wrap {
    height: 600px !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    padding-top: 20px !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item {
    width: 32%;
    padding: 20px;
  }
}
@media only screen and (max-width: 849px) {
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group {
    width: 100%;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-form-builder .mapsvg-data-form-view .form-group.mapsvg-checkbox-group {
    width: 100%;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    padding-top: 20px !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .post-type-archive-terapeuter #main .terapeuter-map .section-featured-terapeuts .ft-col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-header.mapsvg-top-container .mapsvg-filters-wrap .mapsvg-controller-view-wrap .mapsvg-form-builder .form-group {
    width: 100%;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-wrap {
    height: 300px !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg.mapsvg-with-google-map {
    height: 100% !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    padding-top: 20px !important;
  }
  .post-type-archive-terapeuter #main .terapeuter-map .mapsvg-wrap-all .mapsvg-footer .mapsvg-directory .mapsvg-controller-view .mapsvg-controller-view-wrap .mapsvg-controller-view-content .mapsvg-directory-item {
    width: 100%;
  }
}
.page-id-1093 .content-area {
  background-color: #f3f6f9;
}
.page-id-1093 .col-inner .img {
  margin-bottom: 0;
}
.page-id-1093 .col-inner .img .img-inner.dark {
  text-align: left;
}

.vt-title-row {
  background-image: url("/wp-content/uploads/2021/03/vare-tester-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  min-height: 300px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.vt-title-row .col.small-12.large-12 {
  max-width: 1450px;
  flex-basis: unset;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.vt-txt-img-left-row {
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 12px;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
}
.vt-txt-img-left-row h2 {
  color: #419cc3;
}
.vt-txt-img-left-row .icon-heading {
  margin-bottom: 24px !important;
}
.vt-txt-img-left-row p {
  text-align: justify;
}
.vt-txt-img-left-row .col.medium-6.small-12.large-6 {
  padding: 60px 0;
}
.vt-txt-img-left-row .vt-img-col {
  position: relative;
  left: -80px;
}
.vt-txt-img-left-row .vt-img-col img {
  width: 100%;
}
.vt-txt-img-left-row .vt-txt-col.col.medium-6.small-12.large-6 {
  padding-right: 70px;
}

.vt-txt-img-right-row {
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 12px;
  box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 15px 1px rgba(0, 0, 0, 0.15);
}
.vt-txt-img-right-row h2 {
  color: #419cc3;
}
.vt-txt-img-right-row .icon-heading {
  margin-bottom: 24px !important;
}
.vt-txt-img-right-row p {
  text-align: justify;
}
.vt-txt-img-right-row .col.medium-6.small-12.large-6 {
  padding: 60px 0;
}
.vt-txt-img-right-row .vt-img-col {
  position: relative;
  right: -80px;
}
.vt-txt-img-right-row .vt-img-col img {
  width: 100%;
}
.vt-txt-img-right-row .vt-txt-col.col.medium-6.small-12.large-6 {
  padding-left: 70px;
}

.vt-txt-img-full-width-row {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  justify-content: center;
}
.vt-txt-img-full-width-row h2 {
  color: #419cc3;
}
.vt-txt-img-full-width-row .icon-heading .img-inner.dark {
  text-align: center !important;
}
.vt-txt-img-full-width-row p {
  text-align: justify;
}
.vt-txt-img-full-width-row .col.small-12.large-12 {
  max-width: 1450px;
  flex-basis: unset;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
.vt-txt-img-full-width-row .vt-img-col {
  max-width: 800px;
  flex-basis: unset;
  padding: 60px 0;
}
.vt-txt-img-full-width-row .vt-txt-col {
  max-width: 650px;
  flex-basis: unset;
  padding: 60px 70px;
}

.vt-product-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vt-txt-img-full-width-row.vt-product-slider h2 {
  color: #545454;
}
.vt-txt-img-full-width-row.vt-product-slider .col.small-12.large-12 {
  border-top: 2px solid #d3dade;
  padding-top: 40px;
}
.vt-txt-img-full-width-row.vt-product-slider .icon-heading {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .vt-txt-img-left-row {
    max-width: 90% !important;
  }

  .vt-txt-img-right-row {
    max-width: 90% !important;
  }

  .vt-txt-img-full-width-row .vt-img-col {
    max-width: 50%;
  }
  .vt-txt-img-full-width-row .vt-txt-col {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1366px) {
  .vt-title-row {
    margin-bottom: 50px;
  }

  .vt-txt-img-left-row .vt-img-col {
    left: -50px;
  }
  .vt-txt-img-left-row .vt-txt-col.col.medium-6.small-12.large-6 {
    padding-right: 50px;
  }

  .vt-txt-img-right-row .vt-img-col {
    right: -50px;
  }
  .vt-txt-img-right-row .vt-txt-col.col.medium-6.small-12.large-6 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .vt-title-row {
    min-height: 200px;
  }

  .vt-txt-img-left-row {
    border-radius: 12px;
  }
  .vt-txt-img-left-row .col.medium-6.small-12.large-6 {
    padding: 40px 20px;
  }
  .vt-txt-img-left-row .vt-img-col {
    left: auto;
  }
  .vt-txt-img-left-row .vt-txt-col.col.medium-6.small-12.large-6 {
    padding-right: 20px;
  }

  .vt-txt-img-right-row {
    border-radius: 12px;
  }
  .vt-txt-img-right-row .col.medium-6.small-12.large-6 {
    padding: 40px 20px;
  }
  .vt-txt-img-right-row .vt-img-col {
    right: auto;
  }
  .vt-txt-img-right-row .vt-txt-col.col.medium-6.small-12.large-6 {
    padding-left: 20px;
  }

  .vt-txt-img-full-width-row .vt-img-col {
    max-width: 48%;
    padding: 40px 20px;
  }
  .vt-txt-img-full-width-row .vt-txt-col {
    max-width: 48%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 849px) {
  .vt-title-row {
    min-height: 200px;
  }

  .vt-txt-img-left-row {
    margin-bottom: 30px;
    border-radius: 12px;
    flex-direction: column;
  }
  .vt-txt-img-left-row .col.medium-6.small-12.large-6 {
    padding: 40px 20px;
  }
  .vt-txt-img-left-row .vt-img-col.col.medium-6.small-12.large-6 {
    padding-bottom: 0;
  }
  .vt-txt-img-left-row .vt-img-col {
    max-width: 100%;
    flex-basis: unset;
    order: 1;
  }
  .vt-txt-img-left-row .vt-txt-col {
    max-width: 100%;
    flex-basis: unset;
  }
  .vt-txt-img-left-row .vt-txt-col.col.medium-6.small-12.large-6 {
    order: 2;
  }

  .vt-txt-img-right-row {
    margin-bottom: 30px;
    border-radius: 12px;
    flex-direction: column;
  }
  .vt-txt-img-right-row .col.medium-6.small-12.large-6 {
    padding: 40px 20px;
  }
  .vt-txt-img-right-row .vt-img-col.col.medium-6.small-12.large-6 {
    padding-bottom: 0;
  }
  .vt-txt-img-right-row .vt-img-col {
    max-width: 100%;
    flex-basis: unset;
    order: 1;
  }
  .vt-txt-img-right-row .vt-txt-col {
    max-width: 100%;
    flex-basis: unset;
  }
  .vt-txt-img-right-row .vt-txt-col.col.medium-6.small-12.large-6 {
    order: 2;
  }

  .vt-txt-img-full-width-row {
    flex-direction: column;
    align-items: center;
  }
  .vt-txt-img-full-width-row .vt-img-col {
    order: 1;
    max-width: 90%;
    padding-bottom: 0;
  }
  .vt-txt-img-full-width-row .vt-txt-col {
    order: 1;
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .vt-title-row {
    min-height: 120px;
  }

  .vt-txt-img-left-row .col.medium-6.small-12.large-6 {
    padding: 20px;
  }
  .vt-txt-img-left-row .vt-img-col.col.medium-6.small-12.large-6 {
    padding-bottom: 0;
  }

  .vt-txt-img-right-row .col.medium-6.small-12.large-6 {
    padding: 20px;
  }
  .vt-txt-img-right-row .vt-img-col.col.medium-6.small-12.large-6 {
    padding-bottom: 0;
  }

  .vt-txt-img-full-width-row .vt-img-col {
    max-width: 100%;
  }
  .vt-txt-img-full-width-row .vt-txt-col {
    max-width: 100%;
  }
}
.blog-archive .post-item .col-inner .box-image .image-cover {
  background-color: #f9f9f9;
}
.blog-archive .post-item .col-inner .box-image .image-cover img {
  object-fit: contain;
}

#wrapper #main #content .ays-quiz-container {
  max-width: 100%;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page {
  display: flex !important;
  flex-wrap: wrap;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays_message {
  width: 50%;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays_message p {
  text-align: left !important;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main {
  width: 50%;
  justify-content: flex-end;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main .ays-woo-block {
  background-color: #fff;
  margin: 6px;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main .ays-woo-block .product-image {
  min-height: unset;
  height: 200px;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main .ays-woo-block .ays-woo-product-block a.action-button.add_to_cart_button {
  background-color: #419cc3;
  border-radius: 5px;
}
#wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page p.ays_restart_button_p {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays_message {
    width: 100%;
  }
  #wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main {
    width: 100%;
    justify-content: flex-start;
  }
  #wrapper #main #content .ays-quiz-container .ays-questions-container form .step.ays_thank_you_fs .ays-end-page .ays_quiz_results_page .ays-woo-block-main .ays-woo-block {
    width: 100%;
  }
}
