/* CHC Normal SCSS */
/* CHC Variables SCSS */
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

.clearfix {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
  background: #F2F7FC;
  color: #434343;
  font-family: "Almoni ML v5 AAA";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  outline: none;
  outline-offset: 0;
}
*:focus {
  outline: none;
  outline-offset: 0;
}

a {
  color: #434343;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:focus {
  color: #49186a;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

p {
  color: #434343;
  padding-bottom: 25px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  display: block;
  width: 100%;
  max-height: 100%;
  border: none;
}

::-moz-selection {
  background: #49186a;
  color: #ffffff;
}

::selection {
  background: #49186a;
  color: #ffffff;
}

::-webkit-selection {
  background: #49186a;
  color: #ffffff;
}

::-moz-selection {
  background: #49186a;
  color: #ffffff;
}

::-o-selection {
  background: #49186a;
  color: #ffffff;
}

::-ms-selection {
  background: #49186a;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}

:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1;
}

/*section {
  padding: 120px 0;
}*/
.loaded .title-separator:before {
  left: 0;
  right: auto;
  width: 0;
}
.loaded .meeting-meta .chc-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.d-cart .toggle-order a {
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
}
.container:after {
  display: block;
  clear: both;
  content: "";
}

.chc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chc-row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.chc-row .chc-col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
}
.chc-row .chc-col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}
.chc-row .chc-col-1 {
  width: 8.333333%;
  max-width: 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
}
.chc-row .chc-col-2 {
  width: 16.666667%;
  max-width: 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
}
.chc-row .chc-col-3 {
  width: 25%;
  max-width: 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  -ms-flex: 0 0 25%;
}
.chc-row .chc-col-4 {
  width: 33.333333%;
  max-width: 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
}
.chc-row .chc-col-5 {
  width: 41.666667%;
  max-width: 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
}
.chc-row .chc-col-6 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}
.chc-row .chc-col-7 {
  width: 58.333333%;
  max-width: 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
}
.chc-row .chc-col-8 {
  width: 66.666667%;
  max-width: 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
}
.chc-row .chc-col-9 {
  width: 75%;
  max-width: 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  -ms-flex: 0 0 75%;
}
.chc-row .chc-col-10 {
  width: 83.333333%;
  max-width: 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
}
.chc-row .chc-col-11 {
  width: 91.666667%;
  max-width: 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
}
.chc-row .chc-col-12 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}

.chc-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 7px;
  color: #329626;
  font-weight: bold;
  letter-spacing: 0.1px;
  position: relative;
  border-bottom: 2px solid #329626;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.chc-link:hover, .chc-linkfocus {
  color: #49186a;
  opacity: 0.7;
}
.chc-link:hover:after, .chc-linkfocus:after {
  width: 100%;
  left: auto;
  right: 0;
}
.chc-link:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #49186a;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 1;
}
.chc-link img {
  margin: 0 20px -3px 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* chc Custom Fonts SCSS */
@font-face {
  font-family: "Almoni ML v5 AAA";
  src: url("../fonts/AlmoniMLv5AAA-Black.eot");
  src: url("../fonts/AlmoniMLv5AAA-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniMLv5AAA-Black.woff2") format("woff2"), url("../fonts/AlmoniMLv5AAA-Black.woff") format("woff"), url("../fonts/AlmoniMLv5AAA-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni ML v5 AAA";
  src: url("../fonts/AlmoniMLv5AAA-Bold.eot");
  src: url("../fonts/AlmoniMLv5AAA-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniMLv5AAA-Bold.woff2") format("woff2"), url("../fonts/AlmoniMLv5AAA-Bold.woff") format("woff"), url("../fonts/AlmoniMLv5AAA-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni ML v5 AAA D";
  src: url("../fonts/AlmoniMLv5AAA-D-Bold.eot");
  src: url("../fonts/AlmoniMLv5AAA-D-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniMLv5AAA-D-Bold.woff2") format("woff2"), url("../fonts/AlmoniMLv5AAA-D-Bold.woff") format("woff"), url("../fonts/AlmoniMLv5AAA-D-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni ML v5 AAA";
  src: url("../fonts/AlmoniMLv5AAA-Light.eot");
  src: url("../fonts/AlmoniMLv5AAA-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniMLv5AAA-Light.woff2") format("woff2"), url("../fonts/AlmoniMLv5AAA-Light.woff") format("woff"), url("../fonts/AlmoniMLv5AAA-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni ML v5 AAA";
  src: url("../fonts/AlmoniMLv5AAA-Regular.eot");
  src: url("../fonts/AlmoniMLv5AAA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniMLv5AAA-Regular.woff2") format("woff2"), url("../fonts/AlmoniMLv5AAA-Regular.woff") format("woff"), url("../fonts/AlmoniMLv5AAA-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* chc Reseted SCSS */
b, strong {
  font-weight: bold;
}

dl {
  margin: 0;
  text-align: center;
}

dt {
  font-size: 16px;
  line-height: 1.2;
}

dd {
  margin-right: 0;
  color: #de466d;
  font-size: 40px;
  line-height: 1;
}

figure {
  margin: 0;
}

/* chc Form SCSS */
label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #329626;
  cursor: pointer;
}
label.error {
  padding: 5px 0 0;
  color: #ff0000;
  font-size: 12px;
}
label sup {
  color: #ff0000;
}

textarea.form-control {
  height: 150px;
  resize: vertical;
}

select.form-control {
  padding: 8px 15px 8px 40px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-image: url(../images/arrow1.svg);
}

.form-group {
  padding-bottom: 22px;
  position: relative;
}

.form-control, .searchable-select-holder {
  width: 100%;
  height: 44px;
  padding: 10px 0;
  margin: 0;
  background: none;
  color: #434343;
  font-family: "Fb Practica";
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 1.42857143;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #c9c6bf;
  border-left: none;
  border-radius: 0;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control:focus, .searchable-select-holder:focus {
  border-color: #49186a;
}

.focused .form-label {
  color: #434343;
  top: -10px;
}

.searchable-select {
  display: block;
  min-width: 100%;
  font-size: 16px;
}

.searchable-select-holder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchable-select-caret {
  top: 11px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/arrow1.svg");
  border: none;
  cursor: pointer;
}

.searchable-select-dropdown {
  top: 100%;
  padding: 0;
  border: 1px solid #c9c6bf;
  -webkit-box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.searchable-select-input {
  width: calc(100% - 20px);
  padding: 8px 12px;
  margin: 10px;
  border-color: #c9c6bf;
  border-radius: 20px;
}
.searchable-select-input:focus {
  border-color: #329626;
}

.searchable-select-items {
  max-height: 200px;
  overflow-y: auto;
}

.searchable-select-item {
  min-height: 10px;
  padding: 8px 10px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.searchable-select-item.selected {
  background: #49186a;
}
.searchable-select-item:hover {
  background: #329626;
}

.searchable-scroll {
  border-top: 1px solid #c9c6bf;
  margin-top: 0;
}
.searchable-scroll.has-next {
  padding-bottom: 0;
}
.searchable-scroll.has-privious {
  padding-top: 0;
}

.searchable-has-next, .searchable-has-privious {
  display: none;
}

.custom-control {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
  cursor: pointer;
}
.custom-control.radio input[type]:checked + .control-caption:before {
  background: #434343;
}
.custom-control.radio .control-caption:before {
  border-radius: 100%;
}
.custom-control:not(.radio) .control-caption:after {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 2px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  opacity: 0;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 0;
}
.custom-control img {
  margin-right: 5px;
}
.custom-control input[type] {
  display: none;
}
.custom-control input[type]:checked + .control-caption:before {
  background: #00b638;
  border-color: transparent;
}
.custom-control input[type]:checked + .control-caption:after {
  opacity: 1;
}

.control-caption {
  display: block;
  padding-right: 25px;
  color: rgba(74, 74, 74, 0.5);
  font-size: 16px;
  position: relative;
}
.control-caption:before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #c9c6bf;
  content: "";
  border-radius: 2px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 0;
}

/* Proud Swiper Slider SCSS */
.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3px;
  z-index: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.swiper-container-multirow-column .swiper-slide {
  margin-top: 0 !important;
}

.swiper-scrollbar {
  max-width: 1500px;
  height: 3px;
  margin: 60px auto 0;
  background: none;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 0;
}
.swiper-scrollbar:after {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(67, 67, 67, 0.4);
  content: "";
  z-index: 1;
}

.swiper-scrollbar-drag {
  background: #49186a;
  border-radius: 0;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eligibility button {
  border: none;
  cursor: pointer;
}

.swiper-pagination-bullet {
  background: #d3d3d3;
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #49186a;
}

.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 52px;
  height: 52px;
  margin-top: 0;
  border-radius: 100%;
  background-color: rgba(225, 225, 225, 0.5);
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 1;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #49186a;
}
.swiper-button-next:before, .swiper-button-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url(../images/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.swiper-button-prev {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

/* chc Popup SCSS */
.has-popup .popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.chc-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 80, 100, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}

.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-body {
  margin: 50px 0;
  background: #434343;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.chc-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.chc-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.chc-close:before, .chc-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #49186A;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
          transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
  z-index: 0;
}
.chc-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
}

.embed-responsive {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
}
.embed-responsive:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

/* chc Drawer SCSS */
.chc-drawer {
  overflow: hidden;
}
.chc-drawer .popup-wrap {
  display: block;
  height: 100%;
}
.chc-drawer .popup-body {
  max-width: 500px;
  height: 100%;
  margin: 0;
  background: #ffffff;
  border-radius: 0 0 0 28px;
}

/* chc Nice Select SCSS */
.nice-select {
  float: none;
  padding: 10px 15px 10px 40px;
  text-align: right !important;
}
.nice-select.open {
  border-radius: 3px 3px 0 0;
}
.nice-select.open:not(:active):not(:focus) {
  border-color: #c9c6bf;
}
.nice-select.open:after {
  margin-top: -2px;
}
.nice-select.open .list {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.nice-select .current {
  display: block;
  color: #aaa299;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nice-select .list {
  left: -1px;
  right: -1px;
  max-height: 195px;
  margin: 0;
  overflow-y: auto;
  border: 1px solid #c9c6bf;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  border-radius: 26px;
  transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.nice-select .option {
  overflow: hidden;
  min-height: 10px;
  padding: 10px 15px;
  text-align: right;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #c9c6bf;
}
.nice-select .option.focus:hover {
  background: #329626;
}
.nice-select .option.focus.selected.focus:hover {
  background: #329626;
}
.nice-select .option.selected {
  font-weight: normal;
}
.nice-select .option:last-child {
  border-bottom: none;
}
.nice-select:after {
  left: 20px;
  right: auto;
  width: 7px;
  height: 7px;
  border-color: #aaa299;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
.nice-select .disabled {
  display: none;
}
.nice-select ul:not(:hover) .option.focus {
  background: #329626;
  color: #ffffff;
}
.nice-select ul:not(:hover) .option.focus.selected {
  background: #329626;
  color: #ffffff;
}
.nice-select ul .option:hover {
  background: #329626;
  color: #ffffff;
}

/* chc Table SCSS */
.table-wrap {
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
}

.chc-table {
  width: 100%;
  border-collapse: collapse;
}
.chc-table tr:last-child td {
  border-bottom: none;
}
.chc-table td {
  padding: 15px 7.5px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.3);
}
.chc-table td:first-child {
  padding-right: 0;
}
.chc-table td:last-child {
  padding-left: 0;
}

/* chc Keyframes CSS */
@keyframes slide {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* chc Header SCSS */
.hometopbg {
  background: #ebeffc url(../images/hometopbg.png) no-repeat center top;
}

.abheader .anime {
  height: 658px;
}

/*cloud */
.anime {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ECF0FB;
  overflow: hidden;
}

/*cloud img*/
.pokretni_oblak1 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 960px;
  height: 817px;
  position: absolute;
  top: -400px;
  left: 0;
  -webkit-animation: pokretniOblak1 120s infinite;
          animation: pokretniOblak1 120s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak1 {
  0% {
    left: -400px;
    top: -400px;
  }
  100% {
    left: 107%;
    top: -400px;
  }
}

@keyframes pokretniOblak1 {
  0% {
    left: -400px;
    top: -400px;
  }
  100% {
    left: 107%;
    top: -400px;
  }
}
.pokretni_oblak2 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1267px;
  height: 817px;
  position: absolute;
  top: -400px;
  left: -40%;
  -webkit-animation: pokretniOblak2 80s infinite;
          animation: pokretniOblak2 80s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak2 {
  0% {
    left: -30%;
    top: -400px;
  }
  100% {
    left: 107%;
    top: -400px;
  }
}

@keyframes pokretniOblak2 {
  0% {
    left: -30%;
    top: -400px;
  }
  100% {
    left: 107%;
    top: -400px;
  }
}
.pokretni_oblak3 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 960px;
  height: 817px;
  position: absolute;
  top: -400px;
  left: -40%;
  -webkit-animation: pokretniOblak3 100s infinite;
          animation: pokretniOblak3 100s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak3 {
  100% {
    left: -150%;
    top: -400px;
  }
  0% {
    left: 107%;
    top: -400px;
  }
}

@keyframes pokretniOblak3 {
  100% {
    left: -150%;
    top: -400px;
  }
  0% {
    left: 107%;
    top: -400px;
  }
}
.pokretni_oblak4 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 960px;
  height: 911px;
  position: absolute;
  bottom: -200px;
  left: -400%;
  -webkit-animation: pokretniOblak4 130s infinite;
          animation: pokretniOblak4 130s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak4 {
  0% {
    left: -50%;
    bottom: -200px;
  }
  100% {
    left: 107%;
    bottom: -200px;
  }
}

@keyframes pokretniOblak4 {
  0% {
    left: -50%;
    bottom: -200px;
  }
  100% {
    left: 107%;
    bottom: -200px;
  }
}
.pokretni_oblak5 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1032px;
  height: 875px;
  position: absolute;
  bottom: -200px;
  left: -400%;
  -webkit-animation: pokretniOblak5 150s infinite;
          animation: pokretniOblak5 150s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak5 {
  0% {
    left: -30%;
    bottom: -200px;
  }
  100% {
    left: 107%;
    bottom: -200px;
  }
}

@keyframes pokretniOblak5 {
  0% {
    left: -30%;
    bottom: -200px;
  }
  100% {
    left: 107%;
    bottom: -200px;
  }
}
.pokretni_oblak6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1535px;
  height: 1040px;
  position: absolute;
  top: 15%;
  left: -400%;
  -webkit-animation: pokretniOblak6 100s infinite;
          animation: pokretniOblak6 100s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak6 {
  100% {
    left: -500%;
    top: 15%;
  }
  0% {
    left: 107%;
    top: 15%;
  }
}

@keyframes pokretniOblak6 {
  100% {
    left: -500%;
    top: 15%;
  }
  0% {
    left: 107%;
    top: 15%;
  }
}
.pokretni_oblak7 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 958px;
  height: 911px;
  position: absolute;
  top: 45%;
  left: -400%;
  -webkit-animation: pokretniOblak7 80s infinite;
          animation: pokretniOblak7 80s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pokretniOblak7 {
  100% {
    left: -500%;
    top: 45%;
  }
  0% {
    left: 107%;
    top: 45%;
  }
}

@keyframes pokretniOblak7 {
  100% {
    left: -500%;
    top: 45%;
  }
  0% {
    left: 107%;
    top: 45%;
  }
}
.pokretni_oblak1 img, .pokretni_oblak2 img, .pokretni_oblak3 img, .pokretni_oblak4 img, .pokretni_oblak5 img, .pokretni_oblak6 img, .pokretni_oblak7 img {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.chc-header.sticky .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #fff;
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
}
.chc-header.sticky .brand-wrap {
  margin-bottom: 0;
  margin-top: 0;
}
.chc-header.sticky .brand-wrap .chc-brand img {
  height: 56px;
}
.chc-header:not(.sticky) ~ .chc-meeting-detail .toggle-order .chc-btn {
  opacity: 0;
  visibility: hidden;
}

.header-inner {
  position: relative;
  /*padding: 8px 0;*/
  z-index: 3;
}
.header-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inner .brand-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 42px;
}
.header-inner .home-icon {
  display: none;
}

.hamburger {
  display: none;
  overflow: visible;
  padding: 15px 0 0 0;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 99999;
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #5e1f89;
}
.hamburger-inner:before, .hamburger-inner:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #5e1f89;
}
.hamburger-inner:before {
  top: -10px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner:after {
  bottom: -10px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 18px;
  /*padding-top: 20px;*/
  font-family: "Almoni ML v5 AAA";
  margin-right: auto;
}
.header-wrap .contact-link {
  /*display: flex;*/
  padding-right: 50px;
}
.header-wrap .contact-link a {
  /*display: flex;*/
  display: inline-block;
  color: #49186A;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.header-wrap .contact-link a:before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background: #7914c3;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.header-wrap .contact-link a:hover:before {
  width: 100%;
  left: 0;
}
.header-wrap .contact-link a:last-child {
  margin-right: 20px;
  color: #ffffff;
  position: relative;
  padding: 15px 30px 15px 50px;
}
.header-wrap .contact-link a:last-child:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  background: url(../images/arrow-white.svg) no-repeat;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.header-wrap .contact-link a:last-child:after {
  background: #7a09c7;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #7a09c7), to(#5b2083));
  background: linear-gradient(90deg, #7a09c7 35%, #5b2083 100%);
  -webkit-box-shadow: 0 5px 10px #d3b6f6;
          box-shadow: 0 5px 10px #d3b6f6;
  padding: 13px 30px 13px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.header-wrap .contact-link a:last-child:hover:after {
  left: 8px;
  right: 5px;
  top: 3px;
  bottom: 3px;
}
.header-wrap .contact-link a:last-child span {
  position: relative;
  z-index: 1;
}

.chc-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding-right: 0;
  list-style: none;
}
.chc-nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 150px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  border-top: 2px solid #7914c3;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.chc-nav ul ul li {
  display: block;
  padding: 0;
}
.chc-nav ul ul li a {
  padding: 5px 20px;
  color: #434343;
  font-size: 16px;
  text-align: right;
}
.chc-nav ul ul li a:hover {
  color: #7914c3;
}
.chc-nav ul ul li a:before {
  display: none;
}
.chc-nav li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
.chc-nav li.open > a {
  /*background: rgba(255, 255, 225, 0.25);*/
  opacity: 1;
}
.chc-nav li:not(.has-dropdown) > a:hover {
  color: #7914c3;
  background: rgba(255, 255, 225, 0.1);
  opacity: 1;
}
.chc-nav li.active a {
  color: #7914c3;
}
.chc-nav li.active a:before {
  background: #7914c3;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
}
.chc-nav a {
  display: block;
  color: #434343;
  font-family: "Almoni ML v5 AAA";
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  padding: 24px 0;
}
.chc-nav a:before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background: #7914c3;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.chc-nav a:hover:before {
  width: 100%;
  left: 0;
}
.chc-nav a:hover {
  color: #7914c3;
  opacity: 1;
}
.chc-nav .has-dropdown a:before {
  display: none;
}

.whatsapp {
  position: fixed;
  top: 352px;
  left: 0;
  padding: 15px 20px 15px 22px;
  border-radius: 0 40px 40px 0;
  background: #1df36d;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #1df36d), to(#21e46a));
  background: linear-gradient(90deg, #1df36d 35%, #21e46a 100%);
  -webkit-box-shadow: 0 5px 10px #91edbc;
          box-shadow: 0 5px 10px #91edbc;
  z-index: 1;
}
.whatsapp:hover {
  padding-left: 35px;
}
.whatsapp span {
  display: none;
}
.whatsapp img {
  width: 40px;
}

/* chc Banner SCSS */
.chc-banner {
  padding: 44px 0 0px;
}
.chc-banner h1 {
  color: #49186A;
}
.chc-banner .chc-caption {
  padding-top: 90px;
}
.chc-banner .chc-caption h5 {
  font-size: 20px;
  font-family: "Almoni ML v5 AAA";
  color: #7C9E71;
  padding: 10px 0;
  font-weight: normal;
}
.chc-banner .chc-caption h1 {
  line-height: 60px;
}
.chc-banner .chc-caption p {
  color: #434343;
  font-size: 24px;
  line-height: 34px;
  max-width: 425px;
  padding: 15px 0 50px;
}
.chc-banner .imgbox {
  position: relative;
}
.chc-banner .imgbox .greencircle {
  position: absolute;
  top: 195px;
  right: 0;
}
.chc-banner .imgbox .redcircle {
  position: absolute;
  top: 20px;
  left: 227px;
}
.chc-banner .imgbox .bluecircle {
  position: absolute;
  top: 100px;
  left: 55px;
}
.chc-banner .imgbox .doctor {
  position: relative;
  /*z-index: 0;*/
  text-align: center;
  width: 100%;
  padding-left: 80px;
}
.chc-banner .imgbox .hero_illustration {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
}
.chc-banner .imgbox .hero_illustration.hiddenIllustration {
  top: 100%;
  visibility: hidden;
}

.btn-default {
  background: #e5e1f0;
  font-size: 18px;
  font-family: "Almoni ML v5 AAA";
  font-weight: bold;
  color: #49186A;
  padding: 13px 30px 13px 50px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-default:before {
  position: absolute;
  top: 13px;
  left: 20px;
  background: url(../images/arrow-parpal.svg) no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  z-index: 1;
}
.btn-default:hover {
  background: none;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-default:after {
  background: #e5e1f0;
  padding: 13px 30px 13px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-default:hover:after {
  left: 8px;
  right: 5px;
  top: 3px;
  bottom: 3px;
  border-radius: 30px;
}
.btn-default span {
  position: relative;
  z-index: 1;
}

.btn-primary {
  font-size: 18px;
  font-family: "Almoni ML v5 AAA";
  font-weight: bold;
  color: #ffffff;
  padding: 13px 30px 13px 50px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-primary:before {
  position: absolute;
  top: 18px;
  left: 25px;
  background: url(../images/arrow-white.svg) no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  z-index: 1;
}
.btn-primary:hover {
  color: #ffffff;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-primary:after {
  background: #7a09c7;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #7a09c7), to(#5b2083));
  background: linear-gradient(90deg, #7a09c7 35%, #5b2083 100%);
  -webkit-box-shadow: 0 5px 10px #d3b6f6;
          box-shadow: 0 5px 10px #d3b6f6;
  padding: 13px 30px 13px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-primary:hover:after {
  left: 8px;
  right: 5px;
  top: 3px;
  bottom: 3px;
}
.btn-primary span {
  position: relative;
  z-index: 1;
}
.btn-primary:focus {
  color: #fff;
}

.btn-outline-primary {
  background: none;
  font-size: 18px;
  font-family: "Almoni ML v5 AAA";
  font-weight: bold;
  color: #49186A;
  /*border:1px solid $color-primary;*/
  padding: 12px 40px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.btn-outline-primary:hover {
  border: none;
}
.btn-outline-primary:after {
  padding: 13px 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  border: 1px solid #49186A;
}
.btn-outline-primary:hover:after {
  left: 8px;
  right: 5px;
  top: 3px;
  bottom: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-outline-primary span {
  position: relative;
  z-index: 1;
}

.btn-blank {
  /*background: #e5e1f0;*/
  font-size: 18px;
  font-family: "Almoni ML v5 AAA";
  font-weight: bold;
  color: #49186A;
  padding: 13px 30px 13px 50px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-blank:before {
  position: absolute;
  top: 13px;
  left: 20px;
  background: url(../images/arrow-parpal.svg) no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  z-index: 1;
}
.btn-blank:hover {
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  background: none;
}
.btn-blank:after {
  padding: 13px 30px 13px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-blank:hover:after {
  left: 8px;
  right: 5px;
  top: 3px;
  bottom: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-blank span {
  position: relative;
  z-index: 1;
}

.m-out-of-slider p {
  padding-bottom: 22px;
}

/* Service Center */
.service-center {
  background: #f2f7fc;
  position: relative;
  padding-top: 42px;
}
.service-center:before {
  background: url(../images/services-circle.svg) no-repeat left -410px top -50px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.service-center .swiper-wrapper {
  padding-bottom: 30px;
}
.service-center .content {
  padding: 20px 30px;
}
.service-center .content h2 {
  color: #49186A;
}
.service-center .contentbox {
  padding: 38px 30px 30px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox p {
  max-width: 300px;
  color: #9e9fa1;
}
.service-center .contentbox.imgbox .imgicon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d9ecf6;
  float: right;
  margin: 0 0 20px 13px;
}
.service-center .contentbox.imgbox .imgicon .img1 {
  position: absolute;
  top: 18px;
  right: -5px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox .imgicon .img2 {
  position: absolute;
  top: 14px;
  right: -10px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox .imgicon .img3 {
  position: absolute;
  top: 23px;
  right: -3px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox .imgicon .img4 {
  position: absolute;
  top: 16px;
  right: -3px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox .imgicon .img5 {
  position: absolute;
  top: 17px;
  right: -12px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.imgbox:hover .imgicon img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-center .contentbox.active {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox.active:hover {
  -webkit-box-shadow: 0 0 30px rgba(87, 38, 132, 0.1);
          box-shadow: 0 0 30px rgba(87, 38, 132, 0.1);
  background: #f7fafd;
}
.service-center .contentbox.active:hover:hover .arrow {
  background: #49186A url(../images/arrow-white.svg) no-repeat center center;
  width: 54px;
  height: 54px;
  left: 25px;
  top: 125px;
}
.service-center .contentbox h3 {
  padding-top: 15px;
}
.service-center .contentbox p {
  color: #434343;
  font-size: 18px;
}
.service-center .contentbox img {
  float: right;
  margin-left: 13px;
  margin-bottom: 20px;
}
.service-center .contentbox .arrow {
  background: #cac4ff url(../images/arrow-white.svg) no-repeat center center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 30px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.service-center .contentbox .arrow:hover {
  background: #49186A url(../images/arrow-white.svg) no-repeat center center;
}
.service-center .contentbox:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #f7fafd;
}
.service-center .contentbox:hover .arrow {
  background: #49186A url(../images/arrow-white.svg) no-repeat center center;
  width: 54px;
  height: 54px;
  left: 25px;
  top: 125px;
}
.service-center .chc-col-4 {
  padding: 0;
}

.people-section {
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
}
.people-section:before {
  background: url(../images/people-circle.svg) no-repeat right -650px bottom -500px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.people-section .swiper-slide {
  padding: 30px 0;
}
.people-section .six-slides {
  padding-top: 110px;
  margin-top: -80px;
  position: relative;
}
.people-section .six-slides .swiper-buttons {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 999;
  margin-left: -685px;
}
.people-section .six-slides .swiper-buttons .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff url(../images/arrow-left.svg) no-repeat center center;
  -webkit-box-shadow: 0 5px 30px rgba(121, 142, 179, 0.2);
          box-shadow: 0 5px 30px rgba(121, 142, 179, 0.2);
}
.people-section .six-slides .swiper-buttons .swiper-button-prev:hover {
  background: #49186A url(../images/arrow-left-on.svg) no-repeat center center;
}
.people-section .six-slides .swiper-buttons .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff url(../images/arrow-right.svg) no-repeat center center;
  -webkit-box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
          box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
}
.people-section .six-slides .swiper-buttons .swiper-button-next:hover {
  background: #49186A url(../images/arrow-right-on.svg) no-repeat center center;
}
.people-section h2 {
  color: #49186A;
  line-height: 40px;
  padding-top: 15px;
}
.people-section p {
  max-width: 500px;
  font-size: 18px;
  padding-top: 10px;
}
.people-section .imgbox {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 70px 50px;
  text-align: center;
  min-height: 365px;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.people-section .imgbox img {
  width: 224px;
  height: auto;
  border-radius: 50%;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.people-section .imgbox figcaption {
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}
.people-section .imgbox h4 {
  line-height: 20px;
  padding: 10px 0;
}
.people-section .imgbox p {
  padding: 10px 0 0;
}
.people-section .imgbox .degi {
  color: #9b9fa0;
  font-size: 14px;
}
.people-section .imgbox:hover {
  padding: 25px;
}
.people-section .imgbox:hover figcaption {
  opacity: 1;
}
.people-section .imgbox:hover img {
  width: 130px;
  height: auto;
}

.swiper-container {
  z-index: 0;
}

/* right treatment*/
.right-treatment {
  position: relative;
  background: #f6fafd;
  max-height: 520px;
}
.right-treatment .contentbox {
  padding: 60px 0;
  /*p{ max-width: 380px; }*/
}
.right-treatment .contentbox h2 {
  color: #49186A;
  line-height: 40px;
}
.right-treatment .contentbox .subtext {
  font-size: 20px;
  color: #7C9E71;
}
.right-treatment .contentbox .btn-outline-primary {
  text-align: center;
  width: 190px;
}
.right-treatment .contentbox .btn-primary {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 190px;
  text-align: center;
}
.right-treatment .contentbox .btn-primary:hover {
  background: none;
}
.right-treatment .imgbox {
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
.right-treatment .imgbox img {
  margin: 0 10px 14px 0;
  border-radius: 20px;
}
.right-treatment .imgbox .chc-col-5, .right-treatment .imgbox .chc-col-7 {
  padding: 0;
}
.right-treatment .imgbox .box-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.right-treatment .imgbox .box-left .img1 {
  margin-top: -30px;
}
.right-treatment .imgbox .box-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.treatment {
  padding: 250px 0 115px;
  background: #f2f7fc;
  position: relative;
}
.treatment:before {
  background: url(../images/treatment-circle2.svg) no-repeat right -800px bottom -200px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.treatment:before {
  background: url(../images/treatment-circle.svg) no-repeat left -400px top -100px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.treatment .imgbox {
  position: relative;
  text-align: left;
  width: 166px;
  height: 166px;
  background: #d9edf4;
  border-radius: 50%;
  display: inline-block;
  margin-left: 26px;
}
.treatment .imgbox .meetguid {
  background: url(../images/meeting-guide.svg) no-repeat;
  width: 248px;
  height: 248px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -45px;
}
.treatment .imgbox .patent-tailored {
  background: url(../images/patient-tailored.svg) no-repeat;
  width: 236px;
  height: 236px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -10px;
}
.treatment .imgbox .personal-care {
  background: url(../images/personal-care.svg) no-repeat;
  width: 262px;
  height: 262px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -20px;
}
.treatment .imgbox .meet-doctor {
  background: url(../images/meet-doctor.svg) no-repeat;
  width: 184px;
  height: 184px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
}
.treatment h2 {
  color: #49186A;
}
.treatment h4 {
  font-weight: normal;
  margin-top: 40px;
}
.treatment p {
  padding: 0;
}
.treatment ul {
  margin: 0;
  padding: 0;
}
.treatment ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin: 40px 5px 70px;
  position: relative;
  text-align: left;
}
.treatment ul li:before {
  width: 70px;
  height: 70px;
  background: #fff url(../images/step-arrow.svg) no-repeat center center;
  border: 7px #ebeffa solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -35px 0 0 -35px;
  z-index: 99;
}
.treatment ul li:first-child:before {
  display: none;
}
.treatment ul li .no {
  font-size: 66px;
  color: #d4cbe3;
  position: absolute;
  top: 0;
  right: 20px;
}
.treatment ul li a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  padding: 50px 20px 30px 20px;
  -webkit-box-shadow: 0px 0px 36px #00000029;
          box-shadow: 0px 0px 36px #00000029;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  border-radius: 20px;
}
.treatment ul li a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.treatment .btn-primary {
  margin-left: 10px;
  width: 190px;
}
.treatment .btn-primary:hover {
  background: none;
}
.treatment .btn-outline-primary {
  width: 190px;
}

/*Eligibility*/
.eligibility {
  background: #f7fafd;
  min-height: 238px;
  padding: 60px 40px 20px;
  margin: 115px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.eligibility h3 {
  color: #49186A;
}
.eligibility p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  max-width: 750px;
}
.eligibility .btn-outline-primary {
  margin-top: 45px;
}
.eligibility .btn-outline-primary:hover:after {
  background: #7a09c7;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #7a09c7), to(#5b2083));
  background: linear-gradient(90deg, #7a09c7 35%, #5b2083 100%);
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.eligibility .btn-outline-primary:hover span {
  color: #fff;
}
.eligibility .flower {
  background: url(../images/leaf.png) no-repeat left top;
  width: 169px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  /*background-size: 172px;*/
}

/*Community*/
.community .chc-col-4 {
  padding: 0;
}
.community .chc-col-4 .cobox {
  padding: 30px 30px 50px 50px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  min-height: 265px;
}
.community .chc-col-4 .cobox.active {
  background: rgba(255, 255, 255, 0.4);
}
.community .chc-col-4 .cobox h3 {
  padding: 10px 0;
}
.community .chc-col-4 .cobox .arrow {
  background: #cac4ff url(../images/arrow-white.svg) no-repeat center center;
  background-size: 10px;
  margin-top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  display: none;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.community .chc-col-4 .cobox .arrow:hover {
  background: #49186A url(../images/arrow-white.svg) no-repeat center center;
  background-size: 10px;
}
.community .swiper-wrapper {
  padding-bottom: 30px;
}

/*articles And studies*/
.article-studies {
  background: #eff3fa url(../images/article-circle.svg) no-repeat center center;
  padding: 60px 0 110px;
}
.article-studies h2 {
  color: #49186A;
  line-height: 40px;
}
.article-studies .degi {
  font-size: 20px;
  font-weight: 300;
  color: #9b9ca0;
}
.article-studies p {
  font-size: 18px;
}
.article-studies .four-slides {
  padding: 100px 0 20px;
  margin-top: -70px;
}
.article-studies .four-slides .imgbox {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.article-studies .four-slides .imgbox img {
  border-radius: 20px;
}
.article-studies .four-slides .imgbox figcaption {
  padding: 20px 0;
}
.article-studies .four-slides .imgbox figcaption p {
  padding-bottom: 0;
}
.article-studies .four-slides .imgbox:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.article-studies .four-slides .swiper-buttons {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 999;
  margin-left: -685px;
}
.article-studies .four-slides .swiper-buttons .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff url(../images/arrow-left.svg) no-repeat center center;
  -webkit-box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
          box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
}
.article-studies .four-slides .swiper-buttons .swiper-button-prev:hover {
  background: #49186A url(../images/arrow-left-on.svg) no-repeat center center;
}
.article-studies .four-slides .swiper-buttons .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff url(../images/arrow-right.svg) no-repeat center center;
  -webkit-box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
          box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
}
.article-studies .four-slides .swiper-buttons .swiper-button-next:hover {
  background: #49186A url(../images/arrow-right-on.svg) no-repeat center center;
}

/*footer*/
.footer {
  padding: 20px 0 80px;
  background: #f2f9fc;
  position: relative;
}
.footer:before {
  background: #eef2fc;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  content: "";
}
.footer .chc-col-3, .footer .chc-col-6 {
  position: relative;
  z-index: 0;
}
.footer h4 {
  padding-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
.footer h5 {
  font-size: 24px;
  font-weight: normal;
}
.footer p {
  max-width: 500px;
  padding: 20px 0 50px;
}
.footer ul.footlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul.footlist li {
  display: block;
}
.footer ul.footlist li a {
  display: block;
  font-size: 18px;
  color: #434343;
  padding: 2px 0;
}
.footer ul.footlist li a:hover {
  padding-right: 10px;
  color: #7914c3;
}
.footer .call {
  font-size: 25px;
}
.footer .call a {
  background: url(../images/call.svg) no-repeat right center;
  padding-right: 30px;
}
.footer .call a:hover {
  color: #7914c3;
  background: url(../images/call-parpal.svg) no-repeat right center;
}
.footer .call1 {
  display: none;
  font-size: 25px;
}
.footer .call1 a:hover {
  color: #7914c3;
}
.footer .btn-close {
  display: none;
}
.footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social li {
  display: inline-block;
  padding: 0 2px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  /*&:hover{ 
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }*/
}
.footer .social li a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.footer .social li .instagram {
  background: url(../images/instagram.svg) no-repeat;
}
.footer .social li .instagram:hover {
  background: url(../images/instagram-hover.svg) no-repeat;
}
.footer .social li .facebook {
  background: url(../images/facebook.svg) no-repeat;
}
.footer .social li .facebook:hover {
  background: url(../images/facebook-hover.svg) no-repeat;
}
.footer .social li .linkedin {
  background: url(../images/linkedin.svg) no-repeat;
}
.footer .social li .linkedin:hover {
  background: url(../images/linkedin-hover.svg) no-repeat;
}
.footer .btn-primary:hover {
  background: none;
}
.footer .chc-row {
  margin: 0;
}
.footer .copyright {
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}

/* Ktdra Popup SCSS */
.has-popup .popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ktdra-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}

.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-body {
  margin: 50px 0;
  background: #434343;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ktdra-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.ktdra-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ktdra-close:before, .ktdra-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #ffffff;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
          transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
  z-index: 0;
}
.ktdra-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
}

.embed-responsive {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
}
.embed-responsive:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

/* Ktdra Drawer SCSS */
.ktdra-drawer {
  overflow: hidden;
}
.ktdra-drawer .popup-wrap {
  display: block;
  height: 100%;
}
.ktdra-drawer .popup-body {
  max-width: 55%;
  height: 100%;
  margin: 0;
  background: #ffffff;
}

/*home css end*/
/*About us page*/
.about-banner {
  padding-top: 0;
  overflow: hidden;
}
.about-banner .chc-caption {
  padding-top: 25px;
}
.about-banner h1 {
  color: #49186A;
}
.about-banner .imgbox {
  padding-top: 20px;
}
.about-banner .imgbox .doctor {
  padding-left: 0;
}
.about-banner .imgbox .ab1 {
  position: absolute;
  top: 0px;
  left: 247px;
}
.about-banner .imgbox .ab2 {
  position: absolute;
  top: 100px;
  left: 75px;
}
.about-banner .imgbox .ab3 {
  position: absolute;
  top: 180px;
  right: 100px;
}

/*Patient Join*/
.patient-join {
  padding: 40px 0 170px;
  background: #f2f7fc;
  text-align: center;
}
.patient-join .imgbox {
  padding: 20px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.patient-join .imgbox.active {
  background: rgba(255, 255, 255, 0.4);
}
.patient-join .imgbox p {
  padding-top: 40px;
  font-size: 18px;
}
.patient-join .imgbox:hover {
  background: #f8fbfe;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.patient-join .imgbox .icon {
  position: relative;
  display: inline-block;
  padding: 14px 0 0 25px;
}
.patient-join .imgbox .icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d8edf6;
}
.patient-join .imgbox .icon img {
  position: relative;
  z-index: 0;
}

/*established On real studies */
.established {
  position: relative;
  max-height: 1180px;
  /*overflow-y: hidden;*/
}
.established ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.established ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.established ul li p {
  padding-top: 10px;
  line-height: 20px;
}
.established .box-space {
  padding-top: 210px;
}
.established .box-space .box-right {
  padding-right: 10px;
}
.established .box-space .imgbox img {
  margin-right: 0;
}
.established:before {
  position: absolute;
  top: -150px;
  left: 0%;
  content: "";
  background: url(../images/ab-circle1.svg) no-repeat left -25% top 0;
  /*margin-left: -25%;*/
  width: 100%;
  height: 1277px;
}
.established:after {
  position: absolute;
  top: 50%;
  right: 0%;
  content: "";
  background: url(../images/ab-circle2.svg) no-repeat right -25% top 0;
  width: 100%;
  height: 1245px;
}

.professor {
  background: #f2f7fc;
  padding: 310px 0 50px;
  position: relative;
}
.professor .bigbox {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 80px;
  margin-bottom: 35px;
}
.professor .bigbox img {
  border-radius: 50%;
}
.professor .bigbox h2 {
  color: #49186A;
  padding-top: 50px;
  padding-bottom: 0;
}
.professor .bigbox p {
  max-width: 550px;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 30px;
}
.professor .bigbox p small {
  font-size: 16px;
  color: #a0a29f;
}
.professor .whbox {
  padding: 36px 20px 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.professor .whbox img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.professor .whbox h4 {
  padding-bottom: 0px;
}
.professor .whbox p {
  padding-bottom: 10px;
}
.professor .whbox p small {
  font-size: 14px;
  color: #a1a1a1;
}
.professor .whbox:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.professor .chc-row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.professor .community {
  padding-top: 50px;
}
.professor .community .chc-col-4 {
  padding: 0;
  margin-top: -4px;
}
.professor:before {
  position: absolute;
  bottom: 25%;
  left: 0%;
  content: "";
  background: url(../images/ab-circle3.svg) no-repeat;
  width: 100%;
  height: 1132px;
}
.professor:after {
  position: absolute;
  bottom: -20%;
  right: -25%;
  content: "";
  background: url(../images/ab-circle4.svg) no-repeat right -25% bottom 0;
  width: 100%;
  height: 1222px;
}

/*Doctor lobby*/
.lobby-banner {
  padding-top: 0px;
}
.lobby-banner .imgbox .doctor {
  padding-left: 0;
}
.lobby-banner .imgbox .dlb1 {
  position: absolute;
  top: 70px;
  left: 0px;
}
.lobby-banner .imgbox .dlb2 {
  position: absolute;
  top: 70px;
  left: 170px;
}
.lobby-banner .imgbox .dlb3 {
  position: absolute;
  top: 80px;
  right: 120px;
}
.lobby-banner .imgbox .dlb4 {
  position: absolute;
  top: 50px;
  left: 140px;
}
.lobby-banner .chc-caption {
  padding-top: 20px;
}
.lobby-banner .chc-caption p {
  padding-bottom: 0;
}
.lobby-banner .chc-caption ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 300px;
  position: relative;
}
.lobby-banner .chc-caption ul li {
  display: inline-block;
  padding: 10px 0 10px 30px;
}
.lobby-banner .chc-caption ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 10px 0 0;
}

.medical-cannabis {
  background: #f2f7fc;
  padding: 56px 0 0;
  position: relative;
  /*&:before{
    background:url(../images/circle2.svg) no-repeat top 100px left -450px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
  }
  &:after{
    background:url(../images/circle1.svg) no-repeat bottom 50% right -450px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
  }*/
  /*.contentbox{ padding-right: 100px; }*/
}
.medical-cannabis .subtext {
  font-size: 20px;
  color: #7C9E71;
  opacity: 0.5;
  padding-top: 50px;
  padding-bottom: 10px;
}
.medical-cannabis h2 {
  color: #49186A;
  line-height: 40px;
  padding-bottom: 15px;
}
.medical-cannabis p {
  max-width: 440px;
}
.medical-cannabis .topspace {
  margin-top: 44px;
}
.medical-cannabis .topspace img {
  border-radius: 20px;
}
.medical-cannabis .topspace .pr80 {
  padding-right: 80px;
}
.medical-cannabis .cannabis img {
  border-radius: 20px;
}
.medical-cannabis .people-section {
  padding-top: 240px;
  padding-bottom: 70px;
}

.adapt-strains {
  padding: 130px 0 185px;
}
.adapt-strains .contentbox {
  padding-top: 100px;
}
.adapt-strains .imgbox img {
  border-radius: 20px;
}
.adapt-strains .imgbox .box-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding-top: 20px;
}
.adapt-strains .imgbox .box-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding-left: 15px;
}
.adapt-strains .imgbox .box-right .img1 {
  margin-bottom: 125px;
}
.adapt-strains .imgbox .box-right .img3 {
  padding-left: 20px;
}

.medical-cannabis .cannabis p, .medical-cannabis .topspace p, .medical-cannabis .adapt-strains p, .medical-cannabis .real-studies p {
  padding-top: 10px;
}

.real-studies .studycontent {
  padding-top: 100px;
}
.real-studies ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.real-studies ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.real-studies ul li p {
  padding-top: 10px;
  line-height: 20px;
}
.real-studies .imgbox img {
  border-radius: 20px;
  margin-bottom: 15px;
}
.real-studies .imgbox .box-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding-top: 36px;
}
.real-studies .imgbox .box-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding-left: 12px;
}

/*services page*/
.service-banner {
  padding: 0;
}
.service-banner .chc-caption {
  padding-top: 30px;
  /*p{ 
    margin-bottom: 20px;
  }*/
}
.service-banner .imgbox .doctor {
  padding-left: 0;
  padding-bottom: 50px;
}
.service-banner .imgbox .s1 {
  position: absolute;
  top: 10px;
  left: 200px;
}
.service-banner .imgbox .s2 {
  position: absolute;
  top: 100px;
  left: 40px;
}
.service-banner .imgbox .s3 {
  position: absolute;
  top: 150px;
  right: 80px;
}
.service-banner .btn-primary {
  padding-left: 90px;
  padding-right: 70px;
}
.service-banner .btn-primary:before {
  left: 60px;
}

.service-mid {
  padding: 0;
}

.iconlist {
  margin: 0;
  padding: 35px;
  position: relative;
  /*z-index: 1;*/
  list-style: none;
  background: #fff;
  border-radius: 20px;
  top: -75px;
}
.iconlist li {
  display: inline-block;
  font-size: 24px;
  color: #434343;
  font-weight: bold;
  width: 19.5%;
  border-left: 1px #dad0e1 solid;
  padding: 0 30px 0 0;
}
.iconlist li:last-child {
  border: none;
}
.iconlist li img {
  margin-left: 15px;
}
.iconlist li a {
  color: #434343;
  text-decoration: none;
}
.iconlist li a:hover {
  color: #49186A;
}

.adjustment {
  padding: 15px 0 175px;
  background: #f2f7fc;
}
.adjustment .studycontent {
  padding-top: 30px;
}

.instruction {
  background: #f6fafd;
  max-height: 550px;
}
.instruction .imgbox {
  margin-top: -40px;
}
.instruction .studycontent {
  padding-top: 60px;
}

ul.imglist {
  margin: 0;
  padding: 20px 0 30px;
  list-style: none;
}
ul.imglist li {
  display: inline-block;
  width: 48%;
  padding-left: 15px;
}
ul.imglist li h4 {
  font-size: 18px;
  padding: 10px 0 0;
}
ul.imglist li p {
  font-size: 16px;
  line-height: 21px;
  padding-top: 5px;
}

.accuracy {
  background: #f2f7fc;
  padding: 220px 0 180px;
}

.meed-doctor {
  background: #f6fafd;
  max-height: 550px;
}
.meed-doctor .studycontent {
  padding-top: 55px;
}
.meed-doctor .imgbox {
  margin-top: -50px;
}
.meed-doctor .imgbox .box-right {
  padding-top: 50px;
}

.issuing {
  background: #f2f7fc;
  padding: 240px 0 70px;
}

.routes {
  background: #f4f7fd;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.routes .rou-cotent {
  padding: 50px 40px 20px;
}
.routes .rou-cotent p {
  font-size: 24px;
  max-width: 100%;
  line-height: 34px;
  padding-top: 15px;
}
.routes img {
  border-radius: 20px 0 0 20px;
}

.checking {
  margin: 90px 0 0;
}
.checking p {
  max-width: 760px;
  margin: 0;
}

.yourcare {
  padding-top: 140px !important;
}

/*home popup*/
.popbar {
  background: #f2f7fc;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.popbar h3 {
  font-size: 24px;
  color: #49186A;
  padding: 0;
}
.popbar p {
  font-size: 14px;
  padding: 0;
}

.chc-drawer .chc-close:after, .chc-drawer .chc-close:before {
  background: #49186A;
}

.copopup {
  text-align: center;
  padding: 150px 35px 0px;
  /*display: flex;*/
}
.copopup .formbox {
  display: block;
}
.copopup .formbox h2 {
  color: #49186A;
}
.copopup .formbox p {
  font-size: 18px;
}
.copopup .formbox .form-control {
  height: 50px;
  background: #f2f7fc;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: none;
  color: #b4c3d0;
  font-size: 18px;
}
.copopup .formbox .btn-primary {
  width: 100%;
  margin-top: 20px;
}
.copopup .formbox .btn-primary:before {
  left: inherit;
  padding-left: 60px;
}
.copopup .formbox .phone {
  padding: 20px 0;
  font-size: 24px;
  color: #49186A;
}
.copopup .formbox .phone img {
  margin-left: 10px;
}
.copopup .popfoot {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px #e8e8e8 solid;
}
.copopup .popfoot h3 {
  font-size: 22px;
  color: #49186A;
  margin-top: 40px;
}
.copopup .popfoot img {
  float: right;
  margin-left: 20px;
}

/*got licenes*/
.herobanner {
  background: url(../images/bg-hero.png) no-repeat;
  background-size: cover;
  width: 100%;
}

.got-banner {
  padding-top: 0;
}
.got-banner .chc-caption {
  padding-top: 50px;
}
.got-banner .imgbox .doctor {
  padding-left: 80px;
  padding-bottom: 50px;
}
.got-banner .imgbox .gl1 {
  position: absolute;
  top: 50px;
  right: 90px;
}
.got-banner .imgbox .gl2 {
  position: absolute;
  top: 140px;
  left: 70px;
}
.got-banner .imgbox .gl3 {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.got-mid {
  padding-top: 0;
}

.center-services {
  position: relative;
  top: -80px;
  background: #fff;
  /*z-index: 0;*/
  border-radius: 20px;
  padding: 30px;
}
.center-services img {
  float: right;
}
.center-services .content-box {
  padding: 0px 70px 15px 0;
}
.center-services .content-box p {
  max-width: 380px;
}
.center-services .content-box .btn-default {
  margin-right: 0;
}
.center-services .pr120 {
  padding: 20px 120px 10px 20px;
  border-right: 2px #ede8f0 solid;
}
.center-services .pr160 {
  padding: 20px 50px 10px 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 130px !important;
}

.pb100 {
  padding-bottom: 100px;
}

.mt40 {
  margin-top: 40px;
}

.personal-attitude {
  position: relative;
}
.personal-attitude:before {
  position: absolute;
  bottom: -40%;
  right: 0;
  content: "";
  background: url(../images/ab-circle3.svg) no-repeat right -50% bottom -25%;
  width: 100%;
  height: 1132px;
}
.personal-attitude .subtext {
  padding-top: 190px;
}
.personal-attitude .chc-col-6 {
  padding: 10px;
}
.personal-attitude .grdntbox {
  position: relative;
  padding: 0px 0;
}
.personal-attitude .grdntbox:before {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  content: "";
  height: 50%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fc), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #f2f7fc 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f7fc", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.personal-attitude .grdntbox:after {
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  content: "";
  height: 50%;
  /*z-index: 1;*/
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f2f7fc));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f7fc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#f2f7fc",GradientType=0 );
  /* IE6-9 */
}
.personal-attitude .whbox {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 20px;
}
.personal-attitude .whbox h4 {
  color: #49186A;
  font-size: 18px;
}
.personal-attitude .whbox .authore {
  font-size: 18px;
}
.personal-attitude .whbox .authore img {
  margin-left: 10px;
}

/*authorize*/
.questions {
  max-width: 670px;
  margin: 0 auto;
  padding: 20px 0 20px;
  position: relative;
}
.questions .btn-default {
  width: 200px;
  margin-left: 20px;
}
.questions .btn-outline-primary {
  width: 200px;
}

.atuh-banner .chc-caption {
  padding-top: 20px;
}
.atuh-banner .imgbox {
  padding-top: 50px;
}
.atuh-banner .imgbox .doctor {
  padding-left: 0;
  padding-bottom: 0px;
}
.atuh-banner .imgbox .at1 {
  position: absolute;
  top: 0px;
  left: 250px;
}
.atuh-banner .imgbox .at2 {
  position: absolute;
  top: 50px;
  left: 40px;
}
.atuh-banner .imgbox .at3 {
  position: absolute;
  top: 150px;
  right: 20px;
}

.accordion {
  margin: 0;
  padding: 20px 0 10px;
  list-style: none;
}
.accordion li {
  display: block;
  margin-bottom: 18px;
  background: #f7fafd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  position: relative;
}
.accordion li:before {
  position: absolute;
  top: 36px;
  left: 30px;
  content: "";
  height: 2px;
  width: 18px;
  background: #7011b1;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.accordion li:after {
  position: absolute;
  top: 28px;
  left: 38px;
  content: "";
  height: 18px;
  width: 2px;
  background: #7011b1;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.accordion li.open {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.accordion li.open a {
  color: #7011b1;
}
.accordion li.open:before {
  position: absolute;
  top: 36px;
  left: 30px;
  content: "";
  height: 2px;
  width: 18px;
  background: #7011b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion li.open:after {
  position: absolute;
  top: 28px;
  left: 38px;
  content: "";
  height: 18px;
  width: 2px;
  background: #7011b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion li a {
  padding: 20px 25px;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.accordion li a:hover {
  color: #7011b1;
}
.accordion .accordion-content {
  display: none;
  padding: 0 20px 20px;
}
.accordion .accordion-content p {
  max-width: 100%;
}

.guide {
  background: #f6fafd;
  padding-top: 100px;
  max-height: 650px;
  margin-bottom: 180px;
}
.guide h2 {
  margin-top: 130px;
}

/*contact page*/
.contactpage {
  background: #f2f7fc;
  position: relative;
  /*&:after{
    background: url(../images/people-circle.svg) no-repeat right -410px top -650px; 
    position: absolute; 
    right: 0; 
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(20px);
  }*/
}
.contactpage:before {
  background: url(../images/services-circle.svg) no-repeat left -410px top -650px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.contactpage .service-center {
  padding: 50px 0;
}
.contactpage .service-center .swiper-pagination {
  padding: 20px 0;
}

.map {
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}
.map .radius {
  border-radius: 20px;
  width: 100%;
}
.map .address {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 10px 20px 20px;
  max-width: 420px;
}
.map .address h2 {
  font-size: 62px;
  color: #49186A;
  margin: 0;
  padding: 0;
}
.map .address p {
  font-size: 18px;
}
.map .address ul.addlist {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px #e7e7e7 solid;
  color: #49186A;
  font-size: 18px;
}
.map .address ul.addlist li {
  display: block;
  padding: 8px 35px 8px 0;
}
.map .address ul.addlist li:first-child {
  background: url(../images/envelope.svg) no-repeat right center;
}
.map .address ul.addlist li:nth-child(2) {
  background: url(../images/phon.svg) no-repeat right 5px top 8px;
}
.map .address ul.addlist li:nth-child(3) {
  background: url(../images/whats-app.svg) no-repeat right center;
}
.map .address ul.addlist li:nth-child(4) {
  background: url(../images/location.svg) no-repeat right 5px top 8px;
}
.map .address ul.addlist li:nth-child(5) {
  background: url(../images/time.svg) no-repeat right center;
}
.map .address ul.addlist li a {
  color: #49186A;
  text-decoration: none;
}
.map .address ul.addlist li a:hover {
  text-decoration: underline;
}
.map .address h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}
.map .address ul.social {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.map .address ul.social li {
  display: inline-block;
}
.map .address ul.social li a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-form {
  padding: 60px 0 20px;
}
.contact-form .questions {
  margin: 0;
  padding: 57px 0 20px;
  max-width: 100%;
}
.contact-form h2 {
  margin-bottom: 10px;
  color: #49186a;
}
.contact-form .form-control {
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  height: 56px;
  font-size: 18px;
  color: #7E94AA;
  border: none;
  margin-bottom: 16px;
}
.contact-form textarea.form-control {
  height: 150px;
  margin-bottom: 20px;
}
.contact-form .btn-primary {
  width: 100%;
  text-align: center;
}
.contact-form .btn-primary:before {
  left: 50%;
  margin-left: -40px;
}
.contact-form .tankyou {
  padding: 60px 0;
  text-align: center;
}
.contact-form .tankyou h2 {
  padding-top: 20px;
  margin: 0;
}
.contact-form .tankyou h4 {
  font-weight: normal;
  color: #49186A;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*404page*/
.page404 {
  background: #f2f7fc;
}

.mid404 {
  padding: 40px 0 200px;
  text-align: center;
}
.mid404 h3 {
  font-weight: normal;
  padding: 20px 0 30px;
  color: #49186A;
}
.mid404 a {
  margin: 0 8px;
}

/*sample page*/
.samplepage {
  background: url(../images/blog-banner.png) no-repeat center top;
  background-size: cover;
}
.samplepage h1 {
  color: #49186A;
  padding: 50px 0 40px;
}

.sample-mid {
  background: #f2f7fc;
  padding: 50px 0;
}
.sample-mid .chc-col-9 p {
  max-width: 930px;
  margin-bottom: 40px;
}
.sample-mid .chc-col-9 h4 {
  max-width: 930px;
}
.sample-mid .eligibility {
  margin: 20px 0 80px;
}

.sampleimg {
  display: inline-block;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sampleimg .content {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  text-align: center;
  padding-top: 70px;
  color: #fff;
  boder: 1px red solid;
}
.sampleimg .content .btn-outline-primary {
  color: #fff;
  margin-top: 20px;
  width: 80%;
  padding: 12px 30px 12px 60px;
}
.sampleimg .content .btn-outline-primary:after {
  border-color: #fff;
}
.sampleimg .content .btn-outline-primary:before {
  position: absolute;
  top: 18px;
  left: 50px;
  background: url(../images/arrow-white.svg) no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  z-index: 1;
}

/*blog page*/
.blogsidebar {
  height: 100%;
  /*min-height: 100px;*/
  overflow: hidden;
  position: sticky;
  bottom: 0;
  top: 10%;
}

.blogpage {
  background: url(../images/blog-banner.png) no-repeat center top;
  background-size: cover;
}
.blogpage .subtext {
  font-size: 20px;
  color: #7C9E71;
  padding-top: 35px;
}
.blogpage h1 {
  color: #49186A;
  line-height: 60px;
  padding: 10px 0 25px;
}
.blogpage p {
  max-width: 780px;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 35px;
}
.blogpage h3 {
  max-width: 750px;
  margin: 0 auto;
}
.blogpage .chc-col-12 ul {
  margin: 0;
  padding: 20px 0 50px;
  list-style: none;
}
.blogpage .chc-col-12 ul li {
  display: inline-block;
  font-size: 16px;
  color: #49186A;
  padding: 4px 10px;
  min-width: 130px;
  background: #dad6ef;
  margin: 0 2px 5px;
  border-radius: 15px;
}

.blogmid {
  background: #f2f7fc;
  padding: 30px 0;
}
.blogmid .chc-col-9 {
  padding-left: 8%;
}
.blogmid .chc-col-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.blogmid .eligibility {
  margin: 80px 0 100px;
}
.blogmid .chc-col-12 {
  padding-top: 10px;
  padding-bottom: 80px;
}
.blogmid .chc-col-12 img {
  border-radius: 20px;
}
.blogmid .postdetail {
  padding-bottom: 40px;
}
.blogmid .postdetail p {
  line-height: 28px;
  padding: 5px 0 30px 0;
}
.blogmid h2 {
  color: #49186A;
  padding-top: 10px;
  padding-bottom: 30px;
}

/*  .sidebar-blog{
	.blogleft{
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
	}  	
  }*/
/*#sidebar { 
  width: 190px; 
  position: fixed; 
  margin-left: 410px; 
}*/
.blogleft {
  background: #f7fafd;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.blogleft .imgbox {
  border-radius: 20px;
  position: relative;
}
.blogleft .imgbox img {
  border-radius: 20px;
}
.blogleft .imgbox .img-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 30px;
}
.blogleft .imgbox .img-content h2 {
  font-size: 32px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 15px;
}
.blogleft .imgbox .img-content .btn-outline-primary {
  width: 85%;
  color: #fff;
  margin-bottom: 10px;
  padding: 13px 40px;
}
.blogleft .imgbox .img-content .btn-outline-primary:before {
  position: absolute;
  top: 18px;
  left: 30px;
  background: url(../images/arrow-white.svg) no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  z-index: 1;
}
.blogleft .imgbox .img-content .btn-outline-primary:after {
  border: 1px solid #fff;
}
.blogleft .imgbox .img-content .btn-default {
  width: 85%;
  color: #4D8854;
  margin: 0;
  padding: 13px 30px;
}
.blogleft .imgbox .img-content .btn-default:before {
  background: none;
}
.blogleft .search {
  margin-top: 24px;
  background: #e6f3ff url(../images/search.svg) no-repeat 20px center;
  height: 50px;
  border-radius: 20px;
  margin-top: 20px;
  border: none;
  width: 100%;
  padding: 5px 15px 5px 40px;
  font-size: 18px;
  color: #9db0c3;
  font-weight: normal;
}
.blogleft .archive {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogleft .archive li {
  display: block;
  padding-top: 20px;
}
.blogleft .archive li img {
  float: right;
  border-radius: 10px;
  width: 58px;
  height: 58px;
}
.blogleft .archive li h4 {
  padding-right: 75px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}
.blogleft .archive li p {
  font-size: 14px;
  color: #9d9fa0;
  padding-right: 75px;
  padding-bottom: 0;
}
.blogleft .social {
  border-top: 1px #e8f4ff solid;
  margin: 20px 0 5px;
  text-align: center;
}
.blogleft .social h4 {
  color: #49186A;
  font-style: 24px;
  padding: 20px 0;
}
.blogleft .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogleft .social ul li {
  display: inline-block;
  padding: 0 8px;
}
.blogleft .social ul li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  line-height: 48px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.blogleft .social ul li a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.postbox {
  background: #f7fafd;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.postbox img {
  border-radius: 20px;
  width: 100%;
}
.postbox .authore {
  font-size: 20px;
  color: #9d9fa0;
  padding-top: 10px;
}
.postbox h3 {
  font-size: 24px;
  line-height: 26px;
}
.postbox p {
  padding-bottom: 0;
}
.postbox:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.pagination {
  text-align: center;
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
  direction: ltr;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li:first-child {
  background: #49186A;
  margin-right: 10px;
  border-radius: 50%;
}
.pagination li:last-child {
  background: #49186A;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #434343;
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid transparent;
  /*&:hover{
    border:1px #d2d0cc solid;
  }*/
}
.pagination li a.active {
  border: 1px #d2d0cc solid;
}

/* Responsive SCSS */
@media screen and (max-width: 1599px) {
  .chc-footer:before {
    background-size: 500px auto;
  }
}
@media screen and (max-width: 1339px) {
  .container {
    width: 1220px;
  }

  .atuh-banner .imgbox .at3 {
    top: 170px;
    right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .container {
    padding: 0 15px;
    width: 1140px;
  }

  .chc-nav ul ul a {
    padding: 16px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .has-nav {
    overflow: hidden;
  }
  .has-nav:after {
    opacity: 1;
    visibility: visible;
  }
  .has-nav body {
    overflow: hidden;
  }
  .has-nav .chc-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .header-inner {
    padding: 10px 0;
  }
  .header-inner .container {
    padding-right: 0;
  }

  .hamburger {
    display: inline-block;
  }

  .header-wrap {
    font-size: 18px;
    font-weight: bold;
  }
  .header-wrap .contact-link {
    padding-right: 0;
    border: none;
  }
  .header-wrap .contact-link a:last-child {
    margin-right: 15px;
  }

  .chc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 281px;
    height: 100%;
    padding: 10px 24px 24px;
    background-color: #ffffff;
    font-size: 20px;
    overflow-y: auto;
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 2;
  }
  .chc-nav ul {
    display: block;
    width: 100%;
    padding-top: 60px;
    margin-bottom: 50%;
  }
  .chc-nav ul a {
    padding: 20px 0 0;
    color: rgba(51, 51, 51, 0.9);
    opacity: 1;
    display: inline-block;
    position: relative;
  }
  .chc-nav ul a:hover {
    color: #49186a;
    border-bottom: 1px #ae71da solid;
  }
  .chc-nav ul a.active {
    background: none;
    color: #49186a;
  }
  .chc-nav ul a img {
    margin-right: 3px;
  }
  .chc-nav ul li {
    margin: 0;
  }
  .chc-nav ul li.open > a {
    background: none;
  }
  .chc-nav ul li:not(.has-dropdown) > a:hover {
    color: #49186a;
    background: none;
  }
  .chc-nav ul ul {
    display: none;
    position: static;
    padding-bottom: 10px;
    background: none;
    font-size: inherit;
    text-align: right;
    border-top: none;
    margin: 0;
  }
  .chc-nav ul ul a {
    padding: 5px 0;
    font-weight: normal;
  }
  .chc-nav ul ul li {
    display: block;
    margin: 0;
    border-bottom: none;
    border-right: none;
  }
  .chc-nav ul ul li:last-child {
    border-left: none;
  }

  .has-dropdown {
    position: relative;
  }
  .has-dropdown.open:before {
    opacity: 0;
    visibility: hidden;
  }
  .has-dropdown.open > a {
    position: relative;
  }
  .has-dropdown:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 1;
  }
  .has-dropdown > a {
    position: relative;
  }
  .has-dropdown > a:after {
    position: absolute;
    top: 27px;
    left: -25px;
    width: 12px;
    height: 12px;
    content: "";
    background: url(../images/plus.png) no-repeat;
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 1;
  }
  .has-dropdown.open a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container {
    width: 960px;
  }

  html:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 80, 100, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    content: "";
    z-index: 1;
  }

  .has-nav:after {
    opacity: 1;
    visibility: visible;
  }

  .swiper-container {
    z-index: 0;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }

  .chc-header .chc-brand img {
    width: 180px;
  }

  .chc-nav li {
    padding: 0 3px;
  }
  .chc-nav a {
    padding: 18px 8px;
  }

  .chc-banner {
    position: relative;
  }
  .chc-banner.has-slider {
    padding-bottom: 80px;
  }
  .chc-banner h1 {
    font-size: 48px;
  }
  .chc-banner p {
    font-size: 22px;
    line-height: 30px;
  }
  .chc-banner .chc-link {
    margin-top: 10px;
  }
  .chc-banner [class*=col-] {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .chc-banner [class*=col-] + [class*=col-] {
    padding-top: 20px;
  }
  .chc-banner .swiper-container {
    margin-bottom: 0;
  }
  .chc-banner .swiper-buttons {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .chc-footer:before {
    background-size: 350px auto;
  }

  .footer-wrap {
    padding-left: 0;
  }

  .chc-banner.has-contact-overlap {
    padding-bottom: 50px;
  }

  .patient-join {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .service-center .destroyed-two-slides {
    padding: 0 40px 15px 15px;
  }

  .swiper-pagination, .swiper-pagination {
    display: none;
  }

  .loaded .meeting-meta-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .footer-wrap [class*=col-]:not(:first-child):not(:last-child) ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }

  .destroyed-slider .swiper-wrapper {
    width: auto;
    height: auto;
  }
  .destroyed-slider .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .blogsidebar {
    top: 0;
  }

  p {
    padding-bottom: 15px;
  }

  body, html {
    overflow-x: hidden;
  }

  .chc-drawer .popup-body {
    /*max-width: 100%;*/
    max-width: 400px;
    height: 100%;
    margin: 0;
    background: #ffffff;
    position: relative;
  }
  .chc-drawer .chc-close:before, .chc-drawer .chc-close:after {
    background: #434343;
  }

  .header-inner {
    padding: 2px 0;
  }
  .header-inner .chc-brand img {
    width: 171px;
  }

  .hamburger {
    margin-left: 5px;
  }

  .hamburger-box {
    width: 22px;
    height: 18px;
  }

  .hamburger--collapse .hamburger-inner:after {
    top: -14px;
  }

  .hamburger-inner:before {
    top: -7px;
  }

  .header-wrap .contact-link a span {
    display: none;
  }

  .container {
    width: auto;
    padding: 0 15px;
  }

  .chc-banner.has-overlap {
    padding-bottom: 160px;
  }
  .chc-banner h1 {
    font-size: 48px;
  }
  .chc-banner .chc-link {
    margin-top: 10px;
  }
  .chc-banner [class*=col-] + [class*=col-] {
    padding-top: 0;
  }
  .chc-banner [class*=col-] .chc-caption {
    /*p {
      font-size: 17px;
      line-height: 26px;
    }*/
  }
  .chc-banner [class*=col-] .chc-caption h1 {
    padding-bottom: 0;
  }
  .chc-banner [class*=col-] .chc-caption .title-separator {
    margin-bottom: 5px;
  }
  .chc-banner .chc-breadcrumb {
    padding-bottom: 0;
  }
  .chc-banner .chc-breadcrumb li {
    padding-bottom: 0;
  }
  .chc-banner .swiper-container img {
    width: 100%;
  }

  .chc-row {
    margin: 0 -5px;
  }

  .chc-row > * {
    padding-left: 5px;
    padding-right: 5px;
  }

  .destroyed-slider [class*=col-] {
    padding: 0;
    width: 80%;
    max-width: 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    -ms-flex: 0 0 80%;
  }
  .destroyed-slider .chc-row {
    margin: 0;
  }

  .swiper-wrapper.chc-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .chc-footer:before {
    background-position: 50% 100%;
    background-image: url("../images/beans3.png");
  }
  .chc-footer .brand-wrap {
    max-width: 100%;
  }

  .footer-wrap {
    padding: 10px 0 0 0;
  }
  .footer-wrap h2 {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
  .footer-wrap .chc-row {
    margin: 0;
  }
  .footer-wrap .chc-row [class*=col-] {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    /*padding: 10px 0;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child).open h2:before {
    background-image: url(../images/minus.svg);
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child):not(.open) h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child):not(.open) h2:after {
    opacity: 0;
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child) h2 {
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child) h2:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/plus.svg);
    content: "";
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 0;
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child) ul {
    display: none;
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child) ul:after {
    display: block;
    clear: both;
    content: "";
  }
  .footer-wrap .chc-row [class*=col-]:not(:first-child):not(:last-child) ul li {
    float: left;
    width: 50%;
  }
  .footer-wrap .brand-wrap .chc-brand {
    margin-bottom: 15px;
  }
  .footer-wrap .brand-wrap .chc-brand img {
    height: 66px;
  }
  .footer-wrap .brand-wrap p {
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 21px;
  }
  .footer-wrap .brand-wrap h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-wrap ul {
    margin: 0;
  }
  .footer-wrap ul li {
    padding: 0 0 10px;
  }
  .footer-wrap .chc-newsletter {
    display: block;
    margin-top: 0;
    padding: 15px 0 20px;
    border-top: none;
  }
  .footer-wrap .chc-newsletter h2 {
    margin-bottom: 20px;
  }
  .footer-wrap .chc-newsletter form {
    margin-right: 0;
  }
  .footer-wrap .chc-newsletter form .form-group .form-control {
    width: 100%;
    border-radius: 0 3px 3px 0;
  }
  .footer-wrap .chc-newsletter form .form-group .chc-btn {
    margin-right: -3px;
  }
  .footer-wrap .callspace {
    padding-top: 15px;
  }

  .popup-wrap .container {
    width: 100%;
    background: none;
  }

  .chc-banner.has-search {
    padding: 20px 0 85px;
  }

  .has-nav a.chc-brand {
    visibility: hidden;
    opacity: 0;
  }

  .has-nav .chc-header.sticky .header-inner {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .has-nav a.home-icon {
    visibility: hidden;
    opacity: 0;
  }

  .established .imgbox .box-right .img1 {
    float: none !important;
  }

  .patient-join {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .chc-header .chc-brand img {
    width: 150px;
  }

  .header-wrap .contact-link a:last-child {
    margin-right: 10px;
  }
  .header-wrap .contact-link a img {
    width: 20px;
  }

  .hamburger {
    margin-left: 0;
  }
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

/* Responsive css */
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1330px;
  }

  .people-section .six-slides .swiper-buttons {
    margin-left: 15px;
    left: 0;
  }

  .article-studies .four-slides .swiper-buttons {
    margin-left: 20px;
    left: 0;
  }

  .pokretni_oblak1 {
    margin-top: 200px;
    width: 700px;
    height: 700px;
  }

  .pokretni_oblak2 {
    width: 700px;
    height: 400px;
    margin-top: 240px;
  }

  .pokretni_oblak3 {
    width: 700px;
    height: 400px;
    margin-top: 240px;
  }

  .pokretni_oblak4 {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .pokretni_oblak5 {
    width: 700px;
    height: 500px;
    margin-bottom: 0px;
  }

  .pokretni_oblak6 {
    width: 700px;
    height: 500px;
    margin-top: 360px;
  }

  .pokretni_oblak7 {
    width: 700px;
    height: 500px;
    /*margin-bottom: 100px;*/
  }

  .pokretni_oblak1 img, .pokretni_oblak2 img, .pokretni_oblak3 img, .pokretni_oblak4 img, .pokretni_oblak5 img, .pokretni_oblak6 img, .pokretni_oblak7 img {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .people-section .six-slides .swiper-buttons {
    margin-left: 30px;
  }

  .article-studies .four-slides .swiper-buttons {
    margin-left: 30px;
  }

  .treatment ul li {
    width: 23%;
  }

  .established ul li {
    padding-left: 30px;
  }

  .lobby-banner .imgbox {
    padding-top: 40px;
  }

  .real-studies ul li {
    padding-left: 20px;
  }

  .iconlist li {
    font-size: 18px;
  }

  .routes .rou-cotent p {
    font-size: 20px;
  }

  .map .address {
    bottom: auto;
  }

  .about-banner .imgbox .ab1 {
    left: 205px;
  }
  .about-banner .imgbox .ab2 {
    left: 35px;
  }
  .about-banner .imgbox .ab3 {
    right: 60px;
  }

  .service-banner .imgbox .s1 {
    top: 75px;
    left: 170px;
  }
  .service-banner .imgbox .s2 {
    top: 130px;
    left: 0px;
  }
  .service-banner .imgbox .s3 {
    top: 220px;
    right: 20px;
  }

  .got-banner .imgbox .gl1 {
    top: 155px;
    right: 50px;
  }
  .got-banner .imgbox .gl2 {
    top: 230px;
    left: 10px;
  }
  .got-banner .imgbox .gl3 {
    right: 30px;
  }

  .atuh-banner {
    padding-top: 0;
  }
  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 230px;
  }
  .atuh-banner .imgbox .at2 {
    top: 60px;
    left: 20px;
  }
  .atuh-banner .imgbox .at3 {
    top: 160px;
    right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .chc-banner {
    padding-top: 0;
  }
  .chc-banner .chc-caption {
    padding-top: 40px;
  }
  .chc-banner .chc-caption p {
    padding-bottom: 30px;
  }

  .abheader .anime {
    height: 536px;
  }

  .header-wrap .contact-link {
    display: none;
  }

  .header-inner {
    padding: 0;
  }
  .header-inner .home-icon {
    display: block;
    position: absolute;
    top: 16px;
    left: 30px;
  }
  .header-inner .brand-wrap {
    display: block;
    width: 100%;
  }
  .header-inner .brand-wrap .chc-brand {
    margin-right: 39%;
  }
  .header-inner .brand-wrap .chc-brand img {
    width: 140px;
    margin-top: -10px;
  }

  .chc-header.sticky .header-inner {
    padding: 10px 0;
    /*.home-icon{ top: 6px; }*/
  }
  .chc-header.sticky .header-inner .brand-wrap .hamburger {
    padding-top: 10px;
  }
  .chc-header.sticky .header-inner .brand-wrap .chc-brand img {
    margin-top: -30px;
  }

  .chc-nav {
    text-align: center;
  }
  .chc-nav li {
    display: block;
  }
  .chc-nav ul ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    border: none;
  }
  .chc-nav ul ul li a {
    text-align: center;
    display: block;
  }
  .chc-nav ul ul li a:hover {
    border: none !important;
  }
  .chc-nav a:before {
    display: none;
  }

  .has-nav .chc-nav {
    padding: 0;
    border-radius: 40px 0 0 40px;
  }
  .has-nav .chc-nav .contact-link a {
    font-weight: bold;
    text-decoration: none;
    color: #59227f;
    position: relative;
    margin: 10px 20px;
  }
  .has-nav .chc-nav .contact-link a.chc-btn {
    color: #fff;
    border-radius: 30px;
    padding: 13px 30px 13px 50px;
    -webkit-box-shadow: 0 5px 10px #d3b6f6;
            box-shadow: 0 5px 10px #d3b6f6;
    position: relative;
    background: #68169f;
  }
  .has-nav .chc-nav .contact-link a.chc-btn:after {
    position: absolute;
    top: 18px;
    left: 50px;
    content: "";
    background: url(../images/arrow-white.svg) no-repeat;
    width: 14px;
    height: 14px;
  }
  .has-nav .chc-nav .call1 a {
    font-size: 30px;
    border-top: 1px #ddd6e2 solid;
    padding: 20px;
    position: relative;
  }
  .has-nav .chc-nav .call1 a:after {
    position: absolute;
    top: 30px;
    right: 20px;
    content: "";
    background: url(../images/call.svg) no-repeat;
    width: 24px;
    height: 24px;
  }
  .has-nav .chc-nav .call1 a:hover {
    color: #7914c3;
  }
  .has-nav .chc-nav .call1 a:hover:hover:after {
    position: absolute;
    top: 30px;
    right: 20px;
    content: "";
    background: url(../images/call-parpal.svg) no-repeat;
    width: 24px;
    height: 24px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .service-center .contentbox.imgbox p {
    max-width: 220px;
  }

  .people-section {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .right-treatment {
    max-height: inherit;
  }

  .treatment {
    padding-top: 50px;
  }
  .treatment .imgbox {
    margin-left: 20%;
  }
  .treatment ul {
    margin: 10px 0;
  }
  .treatment ul li {
    width: 48%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .treatment ul li:nth-child(3):before {
    display: none;
  }

  .footer p {
    max-width: 260px;
  }

  .about-banner .imgbox .ab1 {
    left: 125px;
  }
  .about-banner .imgbox .ab2 {
    left: 0px;
  }
  .about-banner .imgbox .ab3 {
    right: 20px;
    top: 150px;
  }

  .established ul li {
    padding-left: 10px;
  }
  .established ul li p {
    font-size: 15px;
  }

  .lobby-banner .imgbox {
    margin-top: 270px;
  }
  .lobby-banner .imgbox .dlb1 {
    width: 320px;
  }
  .lobby-banner .imgbox .dlb2 {
    left: 120px;
    width: 260px;
  }
  .lobby-banner .imgbox .dlb3 {
    right: 80px;
    width: 130px;
  }
  .lobby-banner .imgbox .dlb4 {
    left: 90px;
  }

  .real-studies ul li p {
    font-size: 14px;
  }

  .service-banner .chc-caption {
    padding-top: 20px;
  }

  .iconlist li {
    font-size: 16px;
    padding: 0 10px;
  }

  .instruction, .meed-doctor {
    max-height: inherit;
    padding-bottom: 40px;
  }

  .routes .rou-cotent {
    padding: 20px;
  }
  .routes .rou-cotent p {
    font-size: 16px;
    line-height: 24px;
  }

  .guide h2 {
    margin-top: 60px;
  }

  .contact-form {
    padding-top: 200px;
  }

  .sample-mid .chc-col-9, .sample-mid .chc-col-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .blogmid .chc-col-9 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .blogmid .chc-col-3 {
    width: 36%;
    max-width: 36%;
    -webkit-box-flex: 0;
            flex: 0 0 36%;
    -ms-flex: 0 0 36%;
  }

  .blogleft {
    margin-top: 50px;
  }

  .service-banner .imgbox .s1 {
    top: 20px;
    left: 100px;
  }
  .service-banner .imgbox .s2 {
    top: 140px;
    left: 0px;
  }
  .service-banner .imgbox .s3 {
    top: 150px;
    right: -40px;
  }

  .got-banner .imgbox .gl1 {
    top: 165px;
    right: 40px;
    width: 120px;
  }
  .got-banner .imgbox .gl2 {
    top: 230px;
    left: 10px;
    width: 300px;
  }
  .got-banner .imgbox .gl3 {
    right: 0px;
    width: 220px;
  }

  .atuh-banner .imgbox {
    padding-top: 60px;
  }
  .atuh-banner .imgbox .at1 {
    top: 50px;
    left: 170px;
    width: 120px;
  }
  .atuh-banner .imgbox .at2 {
    top: 90px;
    left: 0px;
  }
  .atuh-banner .imgbox .at3 {
    top: 170px;
    right: 10px;
    width: 220px;
  }

  .blogmid .chc-col-9 {
    padding-left: 0;
  }

  .professor {
    padding-top: 100px;
  }

  .community .chc-col-4 {
    margin-top: 0px;
  }

  .professor .community .chc-col-4 {
    margin-top: 0;
  }

  .pb100 {
    padding-bottom: 46px;
  }

  .guide {
    margin-bottom: 100px;
    min-height: inherit;
    padding-bottom: 20px;
  }

  .accuracy {
    padding-top: 100px;
  }

  .issuing {
    padding-top: 140px;
  }
}
@media screen and (max-width: 990px) {
  .header-inner .brand-wrap .chc-brand {
    margin-right: 35%;
  }

  .abheader .anime {
    height: inherit;
  }

  .chc-banner {
    padding-top: 70px;
  }
  .chc-banner .chc-caption {
    text-align: center;
    padding-top: 0;
  }
  .chc-banner .chc-caption p {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .chc-banner .imgbox {
    margin-top: 30px;
  }

  .service-center .chc-col-4 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    margin-bottom: 10px;
  }

  .people-section {
    padding-bottom: 100px;
  }
  .people-section p {
    max-width: 100%;
  }
  .people-section .six-slides {
    margin-top: 0;
    padding-top: 80px;
  }
  .people-section .chc-row .chc-col-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .people-section .chc-row .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .right-treatment .contentbox {
    padding: 50px 0;
  }
  .right-treatment .chc-row .chc-col-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .right-treatment .chc-row .chc-col-8 {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .community .chc-col-4 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    margin-bottom: 10px;
  }

  .treatment {
    padding-bottom: 50px;
  }
  .treatment .imgbox {
    margin-left: 30px;
  }
  .treatment ul li:nth-child(3):before {
    display: none;
  }

  .article-studies .four-slides {
    margin-top: 20px;
  }
  .article-studies .chc-row .chc-col-3, .article-studies .chc-row .chc-col-4, .article-studies .chc-row .chc-col-5 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .eligibility .chc-col-8, .eligibility .chc-col-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .eligibility .btn-outline-primary {
    margin-top: 0;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
  }

  .established ul li {
    padding-left: 15px;
  }

  .professor .chc-col-3 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .lobby-banner .imgbox {
    padding-top: 0;
  }
  .lobby-banner .chc-caption ul {
    max-width: 100%;
    text-align: center;
  }
  .lobby-banner .chc-caption ul li {
    text-align: right;
  }

  .medical-cannabis .topspace .pr80 {
    padding-right: 0;
  }

  .cannabis .chc-row, .adapt-strains .chc-row, .real-studies .chc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cannabis .chc-col-5, .cannabis .chc-col-7, .cannabis .chc-col-4, .cannabis .chc-col-8, .adapt-strains .chc-col-5, .adapt-strains .chc-col-7, .adapt-strains .chc-col-4, .adapt-strains .chc-col-8, .real-studies .chc-col-5, .real-studies .chc-col-7, .real-studies .chc-col-4, .real-studies .chc-col-8 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .topspace .chc-col-5, .topspace .chc-col-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .medical-cannabis .contentbox {
    padding-right: 0;
  }
  .medical-cannabis .imgbox {
    padding-right: 30px;
  }

  .adapt-strains {
    padding: 40px 0;
  }

  .real-studies .studycontent {
    padding-top: 0px;
  }

  .medical-cannabis .people-section {
    padding: 40px 0;
  }
  .medical-cannabis p {
    max-width: 100%;
  }

  .service-banner .imgbox {
    padding-top: 0;
  }

  .service-mid > .container {
    width: 100%;
    overflow-x: scroll;
  }

  .iconlist {
    padding: 10px 20px;
    top: 0;
    width: 900px;
  }
  .iconlist li {
    /*width: 48%;
    padding-bottom: 20px;*/
    border: none;
  }

  .instruction .chc-row, .meed-doctor .chc-row {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }

  .routes {
    text-align: center;
  }
  .routes .chc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .routes .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .routes .chc-col-6 img {
    width: 100%;
    border-radius: 20px;
  }

  .issuing, .adjustment, .accuracy {
    padding: 50px 0;
  }

  .instruction .imgbox, .meed-doctor .imgbox {
    margin-top: 50px;
  }

  .yourcare {
    padding-top: 50px !important;
  }

  .center-services {
    text-align: center;
    top: -5px;
  }
  .center-services img {
    float: none;
  }
  .center-services .pr120 {
    padding: 20px;
    border: none;
  }
  .center-services .pr160 {
    padding: 20px;
  }
  .center-services .content-box {
    padding-right: 0;
  }
  .center-services .content-box p {
    display: none;
  }

  .pt30 {
    padding-top: 100px;
  }

  .personal-attitude .subtext {
    padding-top: 50px;
  }
  .personal-attitude .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .pt170 {
    padding-top: 50px !important;
  }

  .map {
    height: 500px;
  }
  .map img {
    height: 100%;
  }
  .map .address ul.social li a img {
    height: auto;
  }

  .samplepage h1 {
    font-size: 40px;
    padding: 60px 0 30px;
  }

  .sample-mid {
    padding: 30px 0;
  }
  .sample-mid .eligibility {
    margin-bottom: 20px;
  }

  .blogrow .chc-col-3 {
    width: 45%;
    max-width: 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    -ms-flex: 0 0 45%;
  }

  .about-banner .imgbox .ab1 {
    left: 195px;
  }
  .about-banner .imgbox .ab2 {
    left: 40px;
  }
  .about-banner .imgbox .ab3 {
    right: 60px;
    top: 180px;
  }

  .service-banner .imgbox .s1 {
    top: 10px;
    left: 210px;
  }
  .service-banner .imgbox .s2 {
    top: 100px;
    left: 60px;
  }
  .service-banner .imgbox .s3 {
    top: 170px;
    right: 70px;
  }
  .service-banner .imgbox .doctor {
    padding-bottom: 0;
  }

  .got-banner .imgbox .gl1 {
    top: 125px;
    right: 120px;
    width: 120px;
  }
  .got-banner .imgbox .gl2 {
    top: 200px;
    left: 50px;
    width: 450px;
  }
  .got-banner .imgbox .gl3 {
    right: 100px;
    bottom: -50px;
    width: 260px;
  }
  .got-banner .imgbox .doctor {
    padding-bottom: 0;
  }

  .got-mid .real-studies {
    padding-top: 40px;
  }

  .atuh-banner .imgbox {
    padding-top: 0;
  }
  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 300px;
  }
  .atuh-banner .imgbox .at2 {
    top: 50px;
    left: 20px;
  }
  .atuh-banner .imgbox .at3 {
    top: 140px;
    right: 30px;
    width: 100%;
  }

  .lobby-banner .imgbox .dlb1 {
    top: 70px;
    left: 0px;
    width: 380px;
  }
  .lobby-banner .imgbox .dlb2 {
    top: 70px;
    left: 140px;
    width: 300px;
  }
  .lobby-banner .imgbox .dlb3 {
    top: 50px;
    right: 100px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 50px;
    left: 140px;
  }

  .pokretni_oblak6 {
    margin-top: 680px;
  }

  .pokretni_oblak7 {
    margin-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .chc-header {
    position: relative;
  }

  .chc-header.sticky .header-inner {
    background: rgba(255, 255, 255, 0.8);
  }

  .has-nav a.home-icon {
    visibility: visible;
    opacity: 1;
  }

  .hamburger {
    margin-right: 25px;
  }

  .header-inner {
    position: static;
  }
  .header-inner .brand-wrap .chc-brand {
    margin-right: 34%;
  }

  .chc-header.sticky .header-inner .brand-wrap .chc-brand img {
    margin-top: -15px;
  }

  .chc-banner .chc-caption h5 {
    font-size: 14px;
    padding: 5px 0;
  }
  .chc-banner .chc-caption h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .chc-banner .chc-caption p {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .chc-banner .imgbox {
    padding-top: 50px;
  }
  .chc-banner .btn-default {
    font-size: 14px;
  }
  .chc-banner .btn-default:before {
    top: 15px;
    background-size: 18px;
  }
  .chc-banner .btn-blank {
    font-size: 14px;
  }
  .chc-banner .btn-blank:before {
    top: 16px;
    background-size: 18px;
  }

  .service-center .contentbox {
    padding: 15px;
  }
  .service-center .contentbox.imgbox .imgicon {
    width: 32px;
    height: 32px;
    margin-bottom: 0px;
  }
  .service-center .contentbox.imgbox .imgicon .img1 {
    top: 6px;
    right: -3px;
  }
  .service-center .contentbox.imgbox .imgicon .img2 {
    top: 3px;
    right: -5px;
  }
  .service-center .contentbox.imgbox .imgicon .img3, .service-center .contentbox.imgbox .imgicon .img4 {
    top: 8px;
  }
  .service-center .contentbox.imgbox .imgicon .img5 {
    top: 8px;
    right: 0px;
  }
  .service-center .contentbox img {
    width: 25px;
    margin: 0px;
  }
  .service-center .contentbox h3 {
    padding-top: 5px;
    font-size: 20px;
  }
  .service-center .contentbox .arrow {
    width: 38px;
    height: 38px;
    left: 10px;
    top: inherit;
    bottom: 10px;
    top: inherit;
  }
  .service-center .contentbox.imgbox p {
    max-width: 100%;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .service-center .chc-col-4 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
            flex: none;
    -ms-flex: none;
  }
  .service-center .swiper-wrapper {
    padding-bottom: 0;
  }
  .service-center .swiper-slide-active .contentbox {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #f7fafd;
  }
  .service-center .swiper-slide-active .contentbox .arrow {
    background: #49186A url(../images/arrow-white.svg) no-repeat center center;
  }
  .service-center .content {
    padding: 10px 15px 0;
  }
  .service-center .content p {
    font-size: 16px;
    line-height: 20px;
  }

  .service-center .contentbox.active:hover:hover .arrow {
    top: inherit;
    width: 38px;
    height: 38px;
    left: 10px;
  }

  .service-center .contentbox:hover .arrow {
    width: 38px;
    height: 38px;
    top: inherit;
    left: 10px;
  }

  .right-treatment .container {
    padding: 0 5px;
  }
  .right-treatment .imgbox {
    z-index: 0;
  }
  .right-treatment .imgbox .box-left {
    width: 38%;
  }
  .right-treatment .imgbox .box-right {
    width: 60%;
  }
  .right-treatment .imgbox .img1 {
    width: 70%;
    float: left;
    margin-left: 2px;
    margin-top: -15px;
  }
  .right-treatment .imgbox .img4 {
    width: 50%;
    margin-top: -8px;
  }
  .right-treatment .imgbox .img2 {
    width: 90%;
  }
  .right-treatment .imgbox .img3 {
    width: 100%;
    float: left;
    margin: -8px 0 0 2px;
  }
  .right-treatment .contentbox {
    padding: 30px 0;
  }
  .right-treatment .contentbox .subtext {
    font-size: 14px;
  }
  .right-treatment .contentbox p {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
  }
  .right-treatment .contentbox h2 {
    line-height: 30px;
  }
  .right-treatment .chc-col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer:before {
    display: none;
  }

  .right-treatment .order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .right-treatment .chc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .swiper-buttons {
    display: none;
  }

  .people-section .btn-outline-primary {
    display: none;
  }
  .people-section .six-slides {
    padding-top: 0;
  }
  .people-section .imgbox {
    padding: 50px 25px;
    min-height: 260px;
  }
  .people-section .imgbox img {
    width: 160px;
  }
  .people-section .imgbox figcaption {
    opacity: 0;
    bottom: 20px;
  }
  .people-section .imgbox figcaption h4 {
    padding: 5px 0;
    font-size: 20px;
  }
  .people-section .imgbox figcaption h2 {
    line-height: 30px;
  }
  .people-section .imgbox figcaption p {
    font-size: 14px;
    line-height: 20px;
  }
  .people-section .imgbox:hover img {
    width: 98px;
    height: auto;
  }
  .people-section .swiper-slide-active .imgbox {
    padding: 12px;
  }
  .people-section .swiper-slide-active figcaption {
    opacity: 1;
  }
  .people-section .swiper-slide-active img {
    width: 98px;
  }

  .eligibility {
    padding-top: 20px;
    margin: 50px 0;
    text-align: center;
    min-height: inherit;
  }
  .eligibility .text-right {
    text-align: center !important;
  }
  .eligibility h3 {
    font-size: 32px;
  }
  .eligibility p {
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
  }
  .eligibility .btn-outline-primary {
    margin-left: 0;
  }

  .community .chc-col-4 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
            flex: none;
    -ms-flex: none;
  }
  .community .chc-col-4 .cobox {
    padding: 13px;
    min-height: inherit;
    background: #f8fbfe;
  }
  .community .chc-col-4 .cobox .arrow {
    display: block;
  }
  .community .swiper-wrapper {
    padding-bottom: 0;
  }

  .article-studies {
    padding: 10px;
    position: relative;
  }
  .article-studies .four-slides {
    padding-top: 0;
  }
  .article-studies .chc-col-5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
  }
  .article-studies .degi, .article-studies p {
    font-size: 14px;
    line-height: 18px;
  }
  .article-studies h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .article-studies .four-slides {
    padding-bottom: 100px;
  }
  .article-studies .four-slides .imgbox {
    padding: 10px 10px 20px;
  }
  .article-studies .four-slides .imgbox figcaption {
    padding-bottom: 0px;
  }
  .article-studies .btn-outline-primary {
    margin: 0 auto;
    /*display: block;*/
    text-align: center;
  }
  .article-studies h2 br {
    display: none;
  }

  .professor {
    padding-top: 60px;
  }

  .established .box-space {
    padding-top: 50px;
  }

  .personal-attitude .grdntbox {
    padding: 20px 0;
  }

  .guide {
    max-height: inherit;
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .patient-join {
    padding-top: 20px;
  }
  .patient-join .imgbox {
    background: none;
    padding: 0;
    margin: 0;
  }
  .patient-join .imgbox.active {
    background: none;
  }
  .patient-join .imgbox p {
    padding: 10px 0 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .patient-join .chc-col-3 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .established .box-space .box-right {
    padding-right: 4px;
  }

  .professor .bigbox {
    padding: 30px 10px;
    text-align: center;
  }
  .professor .bigbox h2 {
    padding-top: 10px;
  }
  .professor .bigbox p {
    font-size: 14px;
    max-width: 100%;
    line-height: 22px;
  }
  .professor .bigbox img {
    width: 120px;
    height: 120px;
    margin: -55px auto 0 auto;
    display: block;
  }
  .professor .chc-col-5, .professor .chc-col-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .professor .whbox {
    padding: 10px;
    margin-bottom: 10px;
  }
  .professor .whbox h4 {
    font-size: 20px;
  }
  .professor .whbox p {
    font-size: 14px;
    line-height: 20px;
  }
  .professor .whbox img {
    width: 100px;
    height: 100px;
  }
  .professor .chc-col-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .community p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }

  .established .imgbox .box-right .img3 {
    padding-right: 2px;
  }
  .established .contentbox ul li p {
    font-size: 14px;
    line-height: 18px;
  }

  .got-banner {
    padding-top: 20px;
  }
  .got-banner .chc-caption h5 {
    padding: 5px 0;
  }
  .got-banner .chc-caption h1 br {
    display: none;
  }
  .got-banner .chc-caption p {
    padding: 5px 0;
  }
  .got-banner .imgbox {
    padding: 0;
    margin: 0;
  }
  .got-banner .imgbox .gl1 {
    top: 80px;
  }

  .center-services {
    padding: 0;
  }
  .center-services .content-box {
    padding: 0;
  }
  .center-services .pr160, .center-services .pr120 {
    padding: 15px 0 20px;
  }
  .center-services img {
    height: 30px;
  }
  .center-services h2 {
    font-size: 19px;
    padding-bottom: 5px;
  }
  .center-services .btn-default {
    font-size: 12px;
  }
  .center-services .btn-default:before {
    background-size: 18px;
  }
  .center-services .btn-primary {
    font-size: 12px;
    width: 130px;
  }
  .center-services .btn-primary:before {
    background-size: 11px;
    top: 14px;
  }

  .pb100 .eligibility {
    margin-bottom: 0;
  }

  .personal-attitude .whbox p {
    font-size: 14px;
    line-height: 20px;
  }
  .personal-attitude .whbox h4 {
    font-size: 16px;
  }

  .atuh-banner {
    padding-top: 0;
  }
  .atuh-banner .imgbox {
    padding-top: 0;
  }
  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 320px;
  }
  .atuh-banner .imgbox .at2 {
    top: 50px;
    left: 20px;
  }
  .atuh-banner .imgbox .at3 {
    top: 120px;
    right: 30px;
    width: 100%;
  }

  .accordion {
    padding-top: 0;
  }
  .accordion li {
    margin-bottom: 10px;
  }
  .accordion li:before {
    top: 24px;
    left: 20px;
  }
  .accordion li:after {
    top: 16px;
    left: 28px;
  }
  .accordion li a {
    font-size: 16px;
    padding: 14px 20px;
  }

  .guide h2 {
    line-height: 30px;
  }
  .guide p {
    font-size: 16px;
  }

  .lobby-banner .chc-caption p {
    padding-bottom: 10px;
  }
  .lobby-banner .chc-caption ul li p {
    font-size: 14px;
    line-height: 16px;
  }
  .lobby-banner .imgbox {
    padding-top: 0;
    margin-top: 20px;
  }
  .lobby-banner .imgbox .dlb1 {
    top: 40px;
  }
  .lobby-banner .imgbox .dlb2 {
    top: 20px;
  }
  .lobby-banner .imgbox .dlb3 {
    top: 30px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 30px;
    left: 100px;
  }

  .medical-cannabis .subtext {
    font-size: 14px;
    padding-top: 20px;
  }
  .medical-cannabis h2 {
    line-height: 30px;
  }
  .medical-cannabis p {
    font-size: 14px;
    line-height: 22px;
  }
  .medical-cannabis .topspace {
    margin-top: 20px;
  }

  .service-banner .imgbox {
    padding: 0;
  }
  .service-banner .imgbox .s1 {
    top: 0px;
  }

  .accordion li.open {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .accordion li.open a {
    color: #7011b1;
  }
  .accordion li.open:before {
    top: 26px;
    left: 20px;
  }
  .accordion li.open:after {
    top: 18px;
    left: 28px;
  }

  .iconlist li {
    width: auto;
  }
  .iconlist li img {
    width: 25px;
    margin-left: 8px;
  }

  .blogmid .chc-col-3 {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
  }

  .blogpage + .search {
    margin-top: 24px;
    background: #e6f3ff url(../images/search.svg) no-repeat 20px center;
    height: 50px;
    border-radius: 20px;
    margin-top: 20px;
    border: none;
    max-width: 95%;
    width: 100%;
    padding: 5px 15px 5px 40px;
    font-size: 18px;
    color: #9db0c3;
    font-weight: normal;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 568px) {
  .header-inner .brand-wrap .chc-brand {
    margin-right: 29%;
    display: inline-block;
    margin-top: 11px;
  }
  .header-inner .home-icon {
    left: 16px;
    top: 18px;
  }
  .header-inner .hamburger {
    margin-right: 20px;
    float: right;
    padding-top: 18px;
  }

  .chc-header.sticky .header-inner .brand-wrap .hamburger {
    padding-top: 16px;
  }
  .chc-header.sticky .header-inner .brand-wrap .home-icon {
    top: 20px;
  }

  .about-banner {
    padding-top: 40px !important;
  }
  .about-banner .chc-caption h5 {
    padding: 0;
  }
  .about-banner .chc-caption p {
    padding-top: 10px;
  }

  .whatsapp {
    top: inherit;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 1;
    text-align: center;
    padding: 10px;
  }
  .whatsapp img {
    width: 30px;
  }
  .whatsapp span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
  }

  .treatment .imgbox {
    width: 64px;
    height: 64px;
    float: right;
    margin: 0 20px 10px 10px;
    padding-top: 15px;
  }
  .treatment .imgbox .meetguid {
    background: url(../images/meeting-guide.svg) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100%;
    top: -5px;
    left: -20px;
  }
  .treatment .imgbox .patent-tailored {
    background: url(../images/patient-tailored.svg) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100%;
    top: -5px;
    left: -10px;
  }
  .treatment .imgbox .personal-care {
    background: url(../images/personal-care.svg) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100%;
    top: -10px;
    left: -15px;
  }
  .treatment .imgbox .meet-doctor {
    background: url(../images/meet-doctor.svg) no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: 0px;
    left: -5px;
  }
  .treatment ul li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .treatment ul li .no {
    font-size: 26px;
    right: 5px;
    top: 5px;
  }
  .treatment ul li:before {
    width: 30px;
    height: 30px;
    background-size: 8px;
    bottom: 100%;
    left: 50%;
    top: inherit;
    margin: 0 0 -15px -15px;
    top: inherit;
    z-index: 999;
    border-width: 4px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .treatment ul li a {
    padding: 15px 10px;
    position: relative;
  }
  .treatment ul:first-child:before {
    display: block;
  }
  .treatment ul li:nth-child(3):before {
    display: block;
  }
  .treatment ul li:nth-child(4) .imgbox img {
    margin-left: -15px;
  }
  .treatment h4 {
    text-align: right;
    margin-top: 0;
    padding: 0;
  }
  .treatment p {
    padding: 0;
    text-align: right;
    line-height: 16px;
    font-size: 14px;
  }

  .footer {
    text-align: center;
  }
  .footer p {
    max-width: 100%;
  }
  .footer .btn-primary {
    margin-bottom: 35px;
  }
  .footer h4 {
    padding: 10px 0;
  }
  .footer h4.arrows {
    text-align: right;
    border-top: 1px #e3dde8 solid;
    border-bottom: 1px #e3dde8 solid;
    margin-top: -2px;
    position: relative;
  }
  .footer h4.arrows:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "+";
    font-size: 30px;
    color: #5e1f89;
  }
  .footer .open .arrows:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "-";
    font-size: 30px;
    color: #5e1f89;
  }
  .footer ul.footlist {
    display: none;
    text-align: right;
  }
  .footer .foottitle {
    display: none;
  }
  .footer .social {
    padding: 15px 0 10px;
    display: block !important;
  }
  .footer .social li {
    display: inline-block;
    width: auto !important;
    float: none !important;
  }
  .footer .copyright {
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .about-banner .imgbox .ab1 {
    left: 125px;
  }
  .about-banner .imgbox .ab2 {
    left: 0px;
  }
  .about-banner .imgbox .ab3 {
    right: 20px;
    top: 150px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding-top: 20px;
  }

  .article-studies .swiper-pagination-bullets {
    padding-top: 40px;
  }

  .people-section .swiper-pagination-bullets {
    padding-top: 0;
  }

  .established p {
    font-size: 16px;
  }
  .established .imgbox {
    z-index: 0;
  }

  .copopup {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    overflow-y: scroll;
  }
  .copopup .popfoot {
    margin-top: 40px;
  }
  .copopup .popfoot img {
    float: none;
    margin-left: 0;
  }
  .copopup .popfoot h3 {
    margin-top: 10px;
  }
  .copopup .popfoot .btn-default {
    width: auto;
    padding-left: 40px;
  }

  .guide h2 {
    margin-top: 20px;
  }
  .guide .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .btn-default {
    font-size: 14px;
  }
  .btn-default:before {
    background-size: 18px;
  }

  .btn-outline-primary {
    font-size: 14px;
  }

  .questions .btn-default {
    width: 160px;
    margin-left: 0px;
  }
  .questions .btn-outline-primary {
    width: 140px;
  }

  .contactpage:before {
    display: none;
  }

  .map {
    margin-top: 0;
    height: 640px;
  }
  .map .address {
    top: 80%;
    right: 10px;
    left: 10px;
    max-width: 100%;
    text-align: center;
  }
  .map .address h2 {
    font-size: 40px;
  }
  .map .address ul.addlist li {
    display: inline-block;
    margin: 0 5px;
    width: 28%;
    padding: 30px 0 20px;
    font-size: 14px;
    vertical-align: top;
  }
  .map .address ul.addlist li:first-child, .map .address ul.addlist li:nth-child(2), .map .address ul.addlist li:nth-child(3), .map .address ul.addlist li:nth-child(4), .map .address ul.addlist li:nth-child(5) {
    background-position: center top;
  }
  .map .address ul.addlist li:nth-child(4), .map .address ul.addlist li:nth-child(5) {
    width: 40%;
  }
  .map .address ul.social li a {
    margin-left: 10px;
  }

  .contact-form {
    padding-top: 350px;
  }
  .contact-form .chc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-form .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .contact-form .tankyou {
    padding-bottom: 0;
  }
  .contact-form .tankyou .btn-outline-primary {
    width: 160px;
  }

  .whatsapp {
    opacity: 0;
    bottom: -130px;
  }

  .loaded .whatsapp {
    opacity: 1;
    bottom: 0px;
  }

  .mid404 {
    padding-bottom: 100px;
  }
  .mid404 h3 br {
    display: none;
  }
  .mid404 a {
    margin: 0;
  }

  .blogpage .chc-row {
    text-align: center;
  }
  .blogpage .subtext {
    font-size: 14px;
  }
  .blogpage h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 10px;
  }
  .blogpage p {
    font-size: 16px;
    line-height: 21px;
  }
  .blogpage h3 {
    font-size: 16px;
  }
  .blogpage .chc-col-12 ul {
    padding: 0 0 20px;
  }
  .blogpage .chc-col-12 ul li {
    min-width: 20%;
  }

  .detailmid {
    padding: 10px 0 20px 0;
  }
  .detailmid .blogsidebar {
    padding-top: 20px;
  }
  .detailmid .postdetail {
    padding-bottom: 20px;
  }
  .detailmid .postdetail h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .detailmid .postdetail p {
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 15px;
  }

  .blogmid h2 {
    font-size: 24px;
  }

  .blogrow .chc-col-9 {
    padding-left: 5px;
  }
  .blogrow .blogleft {
    margin-top: 0;
  }
  .blogrow .chc-col-3 {
    width: 55%;
    max-width: 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    -ms-flex: 0 0 55%;
  }

  .service-banner .imgbox .s1 {
    top: 0px;
    left: 140px;
  }
  .service-banner .imgbox .s2 {
    top: 100px;
    left: 0px;
  }
  .service-banner .imgbox .s3 {
    top: 160px;
    right: 0px;
  }
  .service-banner .btn-primary {
    padding-left: 40px;
    padding-right: 30px;
  }
  .service-banner .btn-primary:before {
    left: 20px;
    background-size: 12px;
    top: 16px;
  }

  .got-banner .imgbox .gl1 {
    top: 40px;
    right: 50px;
    width: 120px;
  }
  .got-banner .imgbox .gl2 {
    top: 120px;
    left: 40px;
    width: 450px;
  }
  .got-banner .imgbox .gl3 {
    right: 0px;
    bottom: -50px;
    width: 260px;
  }

  .got-mid .real-studies .imgbox {
    padding: 0;
  }
  .got-mid .real-studies .imgbox .box-right {
    padding-top: 16px;
    width: 55%;
  }
  .got-mid .real-studies .imgbox .box-right .img3 {
    width: 55%;
  }
  .got-mid .real-studies .imgbox .box-left {
    width: 43%;
    padding-left: 4px;
  }
  .got-mid .real-studies .imgbox .box-left .img1 {
    width: 65%;
    float: left;
  }
  .got-mid .subtext {
    font-size: 14px;
  }
  .got-mid h2 {
    line-height: 30px;
  }
  .got-mid p {
    font-size: 16px;
    line-height: 20px;
  }
  .got-mid ul li p {
    line-height: 16px;
  }

  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 200px;
  }
  .atuh-banner .imgbox .at2 {
    top: 50px;
    left: 20px;
  }
  .atuh-banner .imgbox .at3 {
    top: 120px;
    right: 0px;
    width: 100%;
  }

  .lobby-banner .imgbox .dlb1 {
    width: 250px;
    top: 20px;
  }
  .lobby-banner .imgbox .dlb2 {
    left: 100px;
    width: 230px;
  }
  .lobby-banner .imgbox .dlb3 {
    right: 70px;
    width: 120px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 10px;
    left: 80px;
    width: 30px;
  }

  .established .imgbox .box-right {
    width: 55%;
  }
  .established .imgbox .box-right .img1 {
    width: 100%;
    float: right;
  }
  .established .imgbox .box-right .img3 {
    width: 50%;
    float: right;
  }
  .established .imgbox .box-right img {
    margin-right: 0;
  }
  .established .imgbox .box-left {
    width: 43%;
  }
  .established .imgbox .box-left .img1 {
    width: 60%;
  }
  .established .imgbox .box-left .img3 {
    width: 98%;
  }
  .established .imgbox .box-left img {
    margin-right: 0;
  }
  .established .contentbox {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .established .contentbox p {
    padding-bottom: 15px;
  }

  .box-space .imgbox .box-right {
    width: 44%;
  }
  .box-space .imgbox .box-right .img1 {
    width: 50%;
  }
  .box-space .imgbox .box-right .img3 {
    width: 100%;
    float: right;
  }
  .box-space .imgbox .box-left {
    width: 54%;
  }
  .box-space .imgbox .box-left .img1 {
    width: 98%;
  }
  .box-space .imgbox .box-left .img3 {
    width: 50%;
  }
  .box-space .contentbox {
    padding-bottom: 30px;
  }

  .eligibility {
    padding-left: 20px;
    padding-right: 20px;
    /*.flower{
    background-size: 172px;
    }*/
  }

  .service-mid .service-center {
    padding-top: 20px;
  }

  .adapt-strains .imgbox {
    padding-right: 0;
  }
  .adapt-strains .imgbox .box-left {
    width: 55%;
    padding-right: 36px;
  }
  .adapt-strains .imgbox .box-right {
    width: 43%;
  }
  .adapt-strains .imgbox .box-right .img1 {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
  .adapt-strains .imgbox .box-right .img3 {
    padding-left: 6px;
  }
  .adapt-strains .contentbox {
    padding-top: 40px;
  }

  .medical-cannabis .real-studies .imgbox {
    padding: 0;
  }
  .medical-cannabis .real-studies .imgbox img {
    margin-bottom: 6px;
  }
  .medical-cannabis .real-studies .imgbox .box-left {
    padding-left: 2px;
    width: 43%;
  }
  .medical-cannabis .real-studies .imgbox .box-left .img1 {
    width: 60%;
    float: left;
  }
  .medical-cannabis .real-studies .imgbox .box-right {
    width: 55%;
  }
  .medical-cannabis .real-studies .imgbox .box-right .img1 {
    width: 100%;
  }
  .medical-cannabis .real-studies .imgbox .box-right .img3 {
    width: 55%;
  }

  .real-studies .studycontent {
    padding-top: 15px;
  }
  .real-studies .studycontent ul li p {
    padding-top: 5px;
  }

  .meed-doctor .imgbox .box-left {
    width: 50% !important;
  }
  .meed-doctor .imgbox .box-left .img1 {
    width: 100% !important;
  }
  .meed-doctor .imgbox .box-left .img3 {
    width: 50% !important;
    float: left;
  }
  .meed-doctor .imgbox .box-right {
    padding-top: 20px;
    width: 48% !important;
  }
  .meed-doctor .imgbox .box-right .img1 {
    width: 40% !important;
  }
  .meed-doctor .imgbox .box-right .img3 {
    width: 100% !important;
  }

  .yourcare {
    padding-top: 20px !important;
  }
  .yourcare p {
    padding: 0;
  }

  .sample-mid .chc-col-9 h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .sample-mid .chc-col-9 p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .sampleimg {
    border-radius: 15px;
  }
  .sampleimg img {
    border-radius: 15px;
  }

  .blogrow {
    margin-top: 0;
  }
  .blogrow .chc-row {
    /*display: flex;
    flex-direction: column-reverse;*/
  }
  .blogrow .chc-row .chc-col-3, .blogrow .chc-row .chc-col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .blogrow .imgbox .img-content {
    padding-top: 60px;
  }
  .blogrow .imgbox img {
    width: 100%;
  }
  .blogrow .blogsidebar {
    margin-bottom: 20px;
  }
  .blogrow .postbox {
    padding: 15px;
    margin-bottom: 10px;
  }
  .blogrow .postbox img {
    width: 125px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
  }
  .blogrow .postbox .authore {
    font-size: 14px;
    padding-top: 0;
  }
  .blogrow .postbox h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  .blogrow .postbox p {
    display: none;
  }

  .pagination {
    padding-top: 10px;
  }

  .blogmid .eligibility {
    margin: 30px 0;
  }
  .blogmid .chc-col-12 {
    padding-bottom: 0;
  }
  .blogmid .postdetail iframe {
    height: 300px;
  }

  .sampleimg .content h3 {
    font-size: 22px;
  }
  .sampleimg .content .btn-outline-primary:before {
    top: 15px;
  }

  .studycontent p {
    font-size: 16px;
    line-height: 21px;
  }
  .studycontent ul li h4 {
    font-size: 16px;
  }
  .studycontent ul li p {
    font-size: 13px;
    line-height: 18px;
  }

  .routes {
    margin-bottom: 20px;
  }
  .routes .rou-cotent p {
    padding-top: 0;
  }

  .checking {
    margin: 20px 0;
  }

  .blogmid .chc-col-3 {
    width: 55%;
    max-width: 55%;
    -webkit-box-flex: 0;
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
  }
}
@media screen and (max-width: 500px) {
  .about-banner .imgbox .ab1 {
    left: 105px;
    width: 150px;
  }
  .about-banner .imgbox .ab2 {
    left: 0px;
  }
  .about-banner .imgbox .ab3 {
    right: 10px;
    top: 120px;
  }

  .service-banner .imgbox .s1 {
    left: 90px;
  }
  .service-banner .imgbox .s2 {
    top: 170px;
  }
  .service-banner .imgbox .s3 {
    right: -50px;
  }

  .got-banner .imgbox .gl1 {
    top: 100px;
    right: 50px;
    width: 100px;
  }
  .got-banner .imgbox .gl2 {
    top: 160px;
    left: 0px;
    width: 450px;
  }
  .got-banner .imgbox .gl3 {
    right: 0px;
    bottom: -50px;
    width: 200px;
  }

  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 170px;
  }
  .atuh-banner .imgbox .at2 {
    top: 50px;
    left: 20px;
  }
  .atuh-banner .imgbox .at3 {
    top: 120px;
    right: 0px;
    width: 200px;
  }

  .lobby-banner .imgbox .dlb1 {
    top: 70px;
    left: 0px;
    width: 200px;
  }
  .lobby-banner .imgbox .dlb2 {
    top: 60px;
    left: 100px;
    width: 200px;
  }
  .lobby-banner .imgbox .dlb3 {
    right: 60px;
    width: 90px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 30px;
    left: 90px;
  }

  .box-space h2 br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .hometopbg {
    /*height:95vh;*/
  }
  .hometopbg .about-banner {
    position: inherit;
  }
  .hometopbg.autovh {
    height: auto;
  }

  .header-inner .brand-wrap .chc-brand {
    margin-right: 23%;
  }

  .chc-banner .chc-caption .btn-blank {
    font-size: 14px;
  }
  .chc-banner .chc-caption .btn-default {
    width: 160px;
  }

  .chc-banner {
    padding-top: 0;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
  }
  .chc-banner .imgbox .doctor {
    padding-left: 0;
    width: 180px;
    margin: 0 auto;
  }
  .chc-banner .imgbox .redcircle {
    left: 50%;
    margin-left: -80px;
  }
  .chc-banner .imgbox .redcircle img {
    width: 80px;
    height: 80px;
  }
  .chc-banner .imgbox .bluecircle {
    left: 20px;
    top: 50px;
  }
  .chc-banner .imgbox .bluecircle img {
    width: 300px;
    height: 300px;
  }
  .chc-banner .imgbox .greencircle {
    top: 100px;
    right: 40px;
  }
  .chc-banner .imgbox .greencircle img {
    width: 200px;
    height: 200px;
  }

  .right-treatment .contentbox .btn-outline-primary {
    max-width: 47%;
    width: 100%;
    text-align: center;
  }
  .right-treatment .contentbox .btn-primary {
    max-width: 47%;
    width: 100%;
    margin-left: 5px;
    text-align: center;
  }

  .treatment .btn-primary {
    margin-bottom: 10px;
  }

  .btn-primary {
    width: 140px;
    font-size: 14px;
    padding: 12px 15px 12px 30px;
  }
  .btn-primary:before {
    top: 15px;
    left: 15px;
  }

  .btn-outline-primary {
    width: 140px;
    font-size: 14px;
    padding: 12px 15px;
  }

  .btn-default {
    width: 140px;
    font-size: 14px;
    padding: 12px 15px 12px 30px;
    margin-right: 5px;
  }
  .btn-default:before {
    top: 10px;
    left: 15px;
  }
  .btn-default:hover:hover:before {
    top: 10px;
  }

  .treatment h4 {
    font-size: 20px;
  }
  .treatment p {
    font-size: 14px;
  }
  .treatment .btn-primary {
    width: 140px;
    margin-left: 0;
  }
  .treatment .btn-outline-primary {
    width: 140px;
  }

  .lobby-banner .imgbox .doctor {
    width: 100%;
  }
  .lobby-banner .chc-caption ul li {
    width: 48%;
    vertical-align: top;
    padding: 10px 0;
  }
  .lobby-banner .chc-caption ul li p {
    padding: 0;
  }
  .lobby-banner .chc-caption ul li img {
    float: right;
    margin: 5px 0 0 5px;
    width: 26px;
  }

  .medical-cannabis {
    padding-top: 30px;
  }

  .adapt-strains {
    padding: 20px 0;
  }

  .real-studies ul li {
    padding-left: 10%;
  }
  .real-studies ul li:last-child {
    padding-left: 0;
  }
  .real-studies ul li img {
    width: 32px;
  }

  .medical-cannabis .cannabis p, .medical-cannabis .topspace p, .medical-cannabis .adapt-strains p, .medical-cannabis .real-studies p {
    padding-top: 0px;
  }

  .medical-cannabis .cannabis h2, .medical-cannabis .topspace h2, .medical-cannabis .adapt-strains h2, .medical-cannabis .real-studies h2 {
    padding-bottom: 10px;
  }

  .medical-cannabis .subtext {
    padding-bottom: 5px;
  }

  .chc-drawer .popup-body {
    max-width: 350px;
  }

  .center-services {
    padding: 10px;
  }
  .center-services h2 {
    font-size: 18px;
  }
  .center-services .btn-default {
    font-size: 12px;
    width: 120px;
  }
  .center-services .pr120, .center-services .pr160 {
    padding: 10px;
  }

  .about-banner .imgbox {
    margin-top: 0;
    padding-top: 10px;
  }
  .about-banner .imgbox .ab1 {
    left: 120px;
    width: 90px;
    top: 0px;
  }
  .about-banner .imgbox .ab2 {
    left: 40px;
    top: 30px;
    width: 230px;
  }
  .about-banner .imgbox .ab3 {
    right: 60px;
    top: 80px;
    width: 150px;
  }
  .about-banner .imgbox .doctor {
    max-width: 300px;
    width: 100%;
  }

  .service-banner .chc-caption p {
    padding-bottom: 15px;
  }
  .service-banner .imgbox .s1 {
    left: 120px;
    top: 0px;
    width: 90px;
  }
  .service-banner .imgbox .s2 {
    top: 50px;
    left: 50px;
    width: 250px;
  }
  .service-banner .imgbox .s3 {
    top: 90px;
    right: 0px;
    width: 220px;
  }
  .service-banner .imgbox .doctor {
    width: 200px;
  }

  .got-banner p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .got-banner .imgbox {
    margin-top: 0;
  }
  .got-banner .imgbox .gl1 {
    top: 20px;
    right: 80px;
    width: 80px;
  }
  .got-banner .imgbox .gl2 {
    top: 40px;
    left: 20px;
    width: 240px;
  }
  .got-banner .imgbox .gl3 {
    right: 60px;
    bottom: -50px;
    width: 160px;
  }
  .got-banner .imgbox .doctor {
    width: 260px;
  }

  .atuh-banner .imgbox .at1 {
    top: -10px;
    left: 150px;
    width: 100px;
  }
  .atuh-banner .imgbox .at2 {
    top: 50px;
    left: 20px;
    width: 300px;
  }
  .atuh-banner .imgbox .at3 {
    top: 100px;
    right: 10px;
    width: 160px;
  }
  .atuh-banner .imgbox .doctor {
    max-width: 360px;
    width: 100%;
  }

  .lobby-banner .imgbox .dlb1 {
    top: 30px;
    left: 0px;
    width: 150px;
  }
  .lobby-banner .imgbox .dlb2 {
    left: 50px;
    top: 10px;
  }
  .lobby-banner .imgbox .dlb3 {
    right: 50px;
    top: 30px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 10px;
    left: 30px;
  }

  .community .chc-col-4 .cobox img {
    width: 32px;
    float: right;
    margin-left: 10px;
  }
  .community .chc-col-4 .cobox h3 {
    font-size: 20px;
    padding-top: 5px;
  }

  .pokretni_oblak1 {
    width: 300px;
  }

  .pokretni_oblak2 {
    width: 300px;
    margin-top: 340px;
  }

  .pokretni_oblak3 {
    width: 300px;
    margin-top: 300px;
  }

  .pokretni_oblak4 {
    width: 300px;
    margin-bottom: -100px;
  }

  .pokretni_oblak5 {
    width: 300px;
    margin-bottom: -140px;
  }

  .pokretni_oblak6 {
    width: 300px;
  }

  .pokretni_oblak7 {
    width: 300px;
  }

  .eligibility .flower {
    /*background-size: 124%;*/
    height: 100%;
  }

  .personal-attitude .subtext {
    padding-top: 20px;
  }

  .issuing .btn-primary {
    text-align: center;
  }

  .service-mid {
    padding: 0;
  }

  .adjustment {
    padding: 30px 0;
  }

  ul.imglist {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .instruction .imgbox {
    margin-top: 30px;
  }
  .instruction .imgbox .box-left {
    width: 55% !important;
  }
  .instruction .imgbox .box-left .img1 {
    width: 100% !important;
  }
  .instruction .imgbox .box-left .img3 {
    width: 40% !important;
    float: left;
  }
  .instruction .imgbox .box-right {
    width: 43% !important;
  }
  .instruction .imgbox .box-right .img1 {
    width: 40% !important;
  }
  .instruction .imgbox .box-right .img3 {
    width: 100% !important;
  }

  .studycontent .btn-primary {
    width: auto;
    padding-left: 40px;
    padding-right: 25px;
  }

  .blogmid .postdetail iframe {
    height: 220px;
  }

  .blogmid .chc-col-3 {
    width: 75%;
    max-width: 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }

  .blogpage + .search {
    max-width: 92%;
  }
}
@media screen and (max-width: 400px) {
  .eligibility .flower {
    background-size: 124%;
  }
}
@media screen and (max-width: 375px) {
  .header-inner .brand-wrap .chc-brand {
    margin-right: 20%;
  }

  .chc-banner {
    padding-top: 0;
  }
  .chc-banner .imgbox .redcircle {
    margin-left: -60px;
  }
  .chc-banner .imgbox .greencircle {
    right: 20px;
  }

  .about-banner .imgbox {
    margin-top: 0;
  }
  .about-banner .imgbox .ab1 {
    left: 100px;
    width: 90px;
  }
  .about-banner .imgbox .ab2 {
    left: 20px;
    top: 60px;
  }
  .about-banner .imgbox .ab3 {
    right: 40px;
  }
  .about-banner .imgbox .doctor {
    max-width: 300px;
    width: 100%;
  }

  .service-banner .imgbox .s1 {
    left: 100px;
    width: 90px;
  }
  .service-banner .imgbox .s2 {
    left: 30px;
    width: 240px;
  }
  .service-banner .imgbox .s3 {
    top: 80px;
    right: 0px;
    width: 230px;
  }

  .got-banner .imgbox .gl1 {
    right: 60px;
  }
  .got-banner .imgbox .gl2 {
    left: 0px;
  }

  .sampleimg {
    padding: 15px;
    width: 100%;
  }
  .sampleimg img {
    width: 100%;
    height: 130px;
  }
  .sampleimg .content {
    padding-top: 40px;
  }
  .sampleimg .content h3 br {
    display: none;
  }
  .sampleimg .content .btn-outline-primary {
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .header-inner .brand-wrap .chc-brand {
    margin-right: 19%;
  }

  .treatment .imgbox {
    margin-bottom: 50px;
  }

  .has-nav .chc-nav .contact-link {
    margin-top: 36%;
  }

  .chc-drawer .popup-body {
    max-width: 280px;
  }

  .about-banner .imgbox .ab1 {
    left: 90px;
  }

  .chc-banner .imgbox {
    margin-top: 0;
    padding-top: 30px;
  }

  .atuh-banner .imgbox .at1 {
    top: 20px;
    left: 130px;
  }
  .atuh-banner .imgbox .at3 {
    top: 100px;
  }

  .lobby-banner .imgbox {
    padding-top: 0;
  }

  .service-banner .imgbox {
    padding: 0;
    margin-top: 20px;
  }

  .blogrow .postbox img {
    width: 100px;
  }

  .blogmid .chc-col-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .blogleft {
    margin-left: 15px;
    margin-right: 15px;
  }
  .blogleft .imgbox img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .header-inner .brand-wrap .chc-brand {
    margin-right: 15%;
  }

  .chc-banner .imgbox .bluecircle {
    left: 0px;
  }
  .chc-banner .imgbox .greencircle {
    right: 0px;
  }
  .chc-banner .chc-caption h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .chc-banner .chc-caption h5 {
    font-size: 14px;
  }
  .chc-banner .chc-caption p {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 20px;
  }
  .chc-banner .chc-caption .btn-default {
    width: 140px;
  }

  .has-nav .chc-nav .contact-link {
    margin-top: 10%;
  }

  .contact-form {
    padding-top: 450px;
  }

  .map .address ul.addlist li {
    width: 40%;
  }

  .blogrow .imgbox .img-content {
    padding-top: 10px;
  }

  .pagination li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .about-banner .imgbox .ab1 {
    left: 75px;
  }
  .about-banner .imgbox .ab2 {
    left: 0px;
  }
  .about-banner .imgbox .ab3 {
    right: 20px;
  }

  .service-banner .imgbox .s1 {
    left: 70px;
  }
  .service-banner .imgbox .s2 {
    left: 0px;
  }
  .service-banner .imgbox .s3 {
    top: 90px;
    right: 0px;
    width: 200px;
  }

  .got-banner .imgbox .gl1 {
    right: 40px;
    top: 50px;
  }
  .got-banner .imgbox .gl2 {
    left: -10px;
  }
  .got-banner .imgbox .gl3 {
    right: 20px;
  }

  .atuh-banner .imgbox .at1 {
    top: 0px;
    left: 120px;
    width: 100px;
  }
  .atuh-banner .chc-caption .btn-default {
    width: 180px;
  }

  .lobby-banner .imgbox .dlb1 {
    top: 40px;
    width: 120px;
  }
  .lobby-banner .imgbox .dlb2 {
    left: 40px;
    top: 20px;
    width: 180px;
  }
  .lobby-banner .imgbox .dlb3 {
    right: 40px;
    top: 20px;
    width: 80px;
  }
  .lobby-banner .imgbox .dlb4 {
    top: 10px;
    left: 40px;
    width: 20px;
  }

  .eligibility .flower {
    background-size: 134%;
  }

  .people-section .imgbox {
    min-height: 315px;
  }

  .blogmid .postdetail iframe {
    height: 170px;
  }
}
/* end 320*/
[data-aos=rotate-ac] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=rotate-ac].aos-animate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

[data-aos=rotate-c] {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=rotate-c].aos-animate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}