.btn-primary,
.btn-secondary {
  background: #147caa !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  color: #000 !important;
}

/* --- Hero Image --- */


#wb__hero {
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  min-height: 20vw;
  padding: 3.5em 0;
}

@media (min-width: 991px) {
  #wb__hero {
    position: relative;
    background: rgba(255, 255, 255, 0.45);
    min-height: 20vw;
    padding: 3.5em 0 7em;
  }
}

#wb__hero h1 {
  font-size: 1.9rem;
}

.wb__hero-title h1 {
  text-shadow: 0px 0px 4px var(--color-theme-primary);
}


#hero-divider {
  fill: var(--color-theme-primary);
}

.hero-divider-container,
.cw-svg-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}

.page-home .detailedlist-photoright,
.page-home .footer {
  position: relative;
  z-index: 4;
}



@media (min-width: 768px) {

  #wb__hero h1 {
    border-left: 4px solid var(--color-theme-secondary);
  }

}

@media (min-width: 1024px) {
  #wb__hero {
    min-height: 30vw;
    padding-top: 4em;
    padding-bottom: 11em;
  }

  #wb__hero h1 {
    font-size: 2.3rem;
    border-left: 4px solid var(--color-theme-secondary);
  }

}

@media (min-width: 1440px) {
  #wb__hero {
    padding-top: 5em;
    padding-bottom: 13em;
  }

  #wb__hero h1 {
    font-size: 2.6rem;
  }

}

/* -- Home --*/

.cw-cascade {
  margin: 0 auto;
  padding: 4em 0 7em;
}

.cw-cascade:before {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
}

.cw-cascadeText {
  z-index: 2;
}

.cw-cascade svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  fill: var(--color-theme-primary);
}

@media (min-width: 768px) {

  .cw-cascade {
    padding: 8em 0 16em;
  }

  .cw-cascade .btn {
    width: 380px;
    font-size: 1.25rem;
  }

}



/* Modal CSS */
#cw_picCoupon .modal-content {
  background: url(https://apihoard.webit.com/api/v1/Image/A69DD622936DFCA7C571C18E04443E55/A69DD622936DFCA7C571C18E04443E55.png?size=1920x1440);
  border: none;
}

#cw_picCoupon .modal-dialog {
  overflow: hidden;
  border-radius: 10px;
  border: 7px solid #fff;
}

#cw_picCoupon .modal-body {
  position: relative;
}

/* Content */
#cw_picCoupon h5.cw_couponBanner {
  color: var(--color-theme-primary);
  margin: 0;
  padding: 15px;
  font-size: 7em;
  font-weight: 900;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#cw_picCoupon h6.cw_couponBanner {
  color: #111;
  margin: 0;
  padding: .3em;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

/* Top Icon */
.cw_icon {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  text-align: center;
}

.cw_icon i {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 35px;
  font-size: 7.8em;
}

/* Top Close */
#cw_picCoupon button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #000;
  opacity: 0.7;
  z-index: 100;
}

#cw_picCoupon button.close span {
  font-size: 40px;
}

/* Content */
#cw_picCoupon .modal-body {
  margin: 0;
  padding: 0;
  padding-top: 218px;
}

#cw_picCoupon .cw_couponContent {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  -webkit-box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
}

#cw_picCoupon .cw_couponContent:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#cw_picCoupon .cw_couponContent:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 50px;
  margin-left: -50px;
  opacity: 1;
}

#cw_picCoupon p {
  font-size: 1.3em;
  color: rgb(0, 0, 0);
  text-align: center;
}

#cw_picCoupon p span.cw_boostText {
  background: url("{{ asset 'photos/RS_ModalFlagheader.png' }}") bottom center;
  color: rgb(0, 0, 0);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
  font-weight: 900;
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: .5em 2em;
  position: relative;
  z-index: 1;
}

#cw_picCoupon p span.cw_boostText:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* Button */
#cw_picCoupon .cw_pageBTN {
  padding: 20px 0;

}

#cw_picCoupon .cw_pageBTN a {
  font-size: 1.1em;
  display: inline-block;
  padding: 10px 80px;
  text-align: center;
  text-transform: uppercase;
}

/* Custom Animations */
@-webkit-keyframes cw_slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cw_slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cw_slideInUp {
  -webkit-animation: 1s ease-out 0s cw_slideInUp;
  animation: 1s ease-out 0s cw_slideInUp;
}

@-webkit-keyframes cw_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cw_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cw_fadeIn {
  -webkit-animation: 0.5s ease-out 0s cw_fadeIn;
  animation: 0.5s ease-out 0s cw_fadeIn;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.cw-botox-page {
  margin: 1em auto 7em auto;
}

.cw-botox-page .row {
  margin: 2.5em auto;
}

.cw-botox-page h2 {
  font-size: 160%;
  margin-bottom: 1em;
  color: #3E7128;
  border-bottom: 2px solid #ccc;
  padding-bottom: .2em;
}

.cw-botox-page h3 {
  font-size: 140%;
  color: #176F89;
  margin-left: .5em;
}

.cw-botox-page h5 {
  font-size: 140%;
  text-align: center;
  margin-left: .5em;
}

.cw-botox-page ul {
  margin-left: .5em;
}

.cw-botox-page p,
.cw-botox-page li {
  font-size: 130%;
}

.cw-botox-page p {
  margin-left: .5em;
}

.cw-botox-page li {}

.cw-botox-page .btn {
  margin: auto auto 1em auto;
  display: block;
  width: 90%;
}

.cw-neurotoxin-page, .galleryslideshow {
  padding-top: 0em !important;
    padding-bottom: 2em;
}

.cw-home-changed {
  margin-bottom: -9px;
}

.cw-home-changed li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 32px;
}

.cw-home-changed li::before {
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  content: "";
  margin-left: -30px;
  background-image: url(https://apihoard.webit.com/api/v1/Image/E838BA8CC81065714C5E1DEB1A52418A/E838BA8CC81065714C5E1DEB1A52418A.png?size=720x540);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}


.cw-who-content {
  padding: 1rem 3rem;
}

@media (min-width: 280px) {
  .cw-who-content {
  padding: 1rem 1.5rem;
}
}

@media (min-width: 330px) {
  .cw-who-content {
  padding: 1rem 2rem;
}
}

/* SERVICES PAGES */
.pg-services-list {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 812px) {
  .pg-services-list {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}

.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  background-image: url("https://apihoard.webit.com/api/v1/Image/E838BA8CC81065714C5E1DEB1A52418A/E838BA8CC81065714C5E1DEB1A52418A.png?size=720x540");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cw-home-benefits {
  margin: 5rem 0rem;
}

.cw-home-help {
  background-color: var(--color-theme-secondary);
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cw-home-help ul {
  margin-bottom: 0rem !important;
  line-height: 1.8;
}

.cw-help-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  /* margin-left: -35px; */
  background-image: url("https://apihoard.webit.com/api/v1/Image/E838BA8CC81065714C5E1DEB1A52418A/E838BA8CC81065714C5E1DEB1A52418A.png?size=720x540");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cw-timing {
  background-color: var(--color-theme-secondary);
  color: #fff;
  padding: 3rem 1rem;
}

.cw-about-list {
  background-color: var(--color-theme-primary);
  color: #fff;
  padding: 1rem 1rem .5rem;
  margin-top: 2rem;
  border-radius: .5rem;
}

.cw-about-list ul {
  line-height: 1.7;
}

.cw-process {
  background-color: #66A7B9;
  border: 4px solid #61A942;
  border-radius: .5rem;
}

  .circle {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 60px;
      width: 60px;
      border-radius: 50%;
      background: var(--color-theme-primary);
  }

  @media (min-width: 576px) {
      .card-deck {
          -ms-flex-flow: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-flow: column;
          margin-right: -15px;
          margin-left: -15px;
          margin-bottom: 15px;
      }
  }

  @media (min-width: 768px) {
      .card-deck {
          -ms-flex-flow: row wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-flow: row wrap;
          margin-right: -15px;
          margin-left: -15px;
      }
  }

  .cw-canidate {
    background-color: var(--color-theme-secondary);
    color: #fff;
    padding: 3rem 1rem;
}

.cw-canidate p span {
    font-size: 14px !important;
}

.cw-faq .pg-title {
  font-size: 1.7rem;
}

.cw-faq .pg-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 10px 0 15px;
  background-color: var(--color-theme-text);
}

.cw-faq .pg-title-center::after {
  margin: 10px auto 15px;
}

.cw-faq .pg-subtitle {
  font-size: 1rem;
}

.cw-faq .pg-text {
  line-height: 1.7;
  margin-bottom: 1.4em;
  font-size: 1.2rem;
}

.cw-faq .collapse-header {
  position: relative;
  padding: 1.1rem 4rem 1.1rem 1em;
  background: var(--color-theme-border);
  color: #fff;
  display: block;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem 0rem;
  border-radius: 0.5rem;
  border: 4px solid #61a942;
}

.cw-faq .collapse-header:hover,
.cw-faq .collapse-header:not(.collapsed) {
  color: #dfdfdf;
}

.cw-faq .collapse-header::after {
  content: "+";
  position: absolute;
  z-index: 3;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  font-size: 1.5em;
  line-height: 1em;
  transition: 0.2s;
  color: #fff;
}

.cw-faq .collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cw-faq .collaspe-content {
  padding: 1.5rem 1em;
  border-bottom: 1px solid var(--color-theme-border);
}

.cw-faq .cw-green-btn {
  color: #647b74;
  font-weight: 700;
}

@media (min-width: 576px) {
  .cw-faq .collapse-header {
    font-size: 1.2rem;
  }

  .cw-faq .pg-text {
    font-size: 1.2rem;
  }
}

.cw-guessing {
  background-color: var(--color-theme-secondary);
  color: #fff;
  padding: 3rem 1rem;
}