:root{
  --reflejo-body:#FCF6E7;
  --reflejo-emerald: #3C696A;
  --reflejo-mar: #3F888B;
  --reflejo-enchanted-blue: #037993;
  --reflejo-cold-front-green:#80AFB0;
  --reflejo-feather-gold: #EDD181;
  --reflejo-gold: #EDD081;
  --reflejo-rice-pudding: #FFF1E4;
  --reflejo-cold-front-green:#80AFB0;
}
body {
  color: #333;
  font-family: "semplicitapro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  background: #FCF6E7;
}
img{
  display: block;
  max-width: 100%;
}

h1{
  font-family: "capitolina",serif;
  color: var(--reflejo-emerald);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
h2{
  font-family: "capitolina",serif;
  color: var(--reflejo-emerald);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
h2:last-child{
  margin-bottom: 0;
}
p{
  margin-bottom: 30px;
}
p:last-child{
  margin-bottom: 0;
}
.smalltext{
  font-size: 16px;
}
.with-bg-img{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.with-bg-img-center-center{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_fff {
	background: #fff;
}
.color-emerald,
.color-emerald a,
.color-emerald a:hover,
a.color-emerald,
a.color-emerald :hover{
  color: var(--reflejo-emerald);
}
.color-gold,
.color-gold a,
.color-gold a:hover,
a.color-gold,
a.color-gold :hover{
  color: var(--reflejo-feather-gold);
}

.color-black,
.color-black a,
.color-black a:hover,
a.color-black,
a.color-black :hover{
  color: #000000;
}

.color-rice-pudding,
.color-rice-pudding a,
.color-rice-pudding a:hover,
a.color-rice-pudding,
a.color-rice-pudding :hover{
  color: var(--reflejo-rice-pudding);
}
.background-gold{
  background: var(--reflejo-feather-gold);
}
.background-emerald{
  background: var(--reflejo-emerald);
}
.background-mar{
  background: var(--reflejo-mar);
}
.background-ref-body{
  background: var(--reflejo-body) !important;
}
.background-lightgold{
  background: #FFFDF8;
}
.background-emerald-gradient{
  background: linear-gradient(180deg, #3C696A 0%, #3F888B 100%);
}
.header-section{
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.content-header{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1840px;
}
.top-line{
  width: 100%;
  padding: 25px 0;
  background: var(--reflejo-emerald);
}
.row-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.menu-line{
  width: 100%;
  background: var(--reflejo-feather-gold);
}
.top-line .col-social{
  width: 460px;
  display: flex;
  flex-wrap: wrap;
}
.top-line .col-social a{
  margin-right: 20px;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-line .col-social a:last-child{
  margin-right: 0;
}
.top-line .col-social a:hover{
  opacity: 0.7;
  transition: 0.5s;
}
.top-line .col-logo{
  display: flex;
  flex-wrap: wrap;
  width: 266px;
}
.top-line .col-buttons{
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-line .col-buttons .signup{
  color: var(--reflejo-feather-gold);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
.top-line .col-buttons .signup img,
.top-line .col-buttons .callus.callus-hidemob img{
  display: none;
}
.top-line .col-buttons .signup span{
  color: var(--reflejo-feather-gold);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-line .col-buttons .signup:hover{
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.7;
}
.top-line .col-buttons .callus{
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: var(--reflejo-gold);
  text-decoration: none;
  transition: 0.5s;
}
.top-line .col-buttons .callus:hover{
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.7;
}
.top-line .col-buttons .callus img{
  width: 26px;
  height: 26px;
}
.top-line .col-buttons .callus span{
  color: var(--reflejo-emerald);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}



/* --- Menu --- */
.menubutton-mobile{
  display: none;
}
.desktopnav {
    width: 100%;
}
.desktopnav .wt-menu {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    border: none;
    list-style: none;
    vertical-align: baseline;
    outline: none;
}
.desktopnav .wt-menu > li {
    position: relative;
    margin-right: 20px;
}
.desktopnav .wt-menu > li:last-child{
    margin-right: 0;
}
.desktopnav .wt-menu > li.menu-mobile-only{
	display:none;
}
.desktopnav .wt-menu li a,
.desktopnav .wt-menu li span.mtitle {
    color: var(--reflejo-emerald);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 0;
    text-decoration: none;
}
.desktopnav .wt-menu li span.mtitle{
  cursor: default;
}
.desktopnav .wt-menu li a:hover,
.desktopnav .wt-menu li span.mtitle:hover{
    font-weight: 500;
    color: var(--reflejo-mar);
    text-decoration: none;
}
.desktopnav .wt-menu .arrow {
    display: none;
}
.desktopnav .wt-menu > li .sub-menu {
    display: none;
}
.desktopnav .wt-menu > li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    padding: 0;
    margin-left: -125px;
    border: none;
    list-style: none;
    vertical-align: baseline;
    outline: none;
    min-width: 250px;
}
.desktopnav .wt-menu > li .sub-menu li{
  position: relative;
}
.desktopnav .wt-menu li .sub-menu li a,
.desktopnav .wt-menu li .sub-menu li span.mtitle {
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: var(--reflejo-feather-gold);
    box-sizing: border-box;
    background: var(--reflejo-mar);
    transition: 0.5s;
    text-transform: unset;
    text-align: center;
}
.desktopnav .wt-menu li .sub-menu li a:hover,
.desktopnav .wt-menu li .sub-menu li span.mtitle:hover{
    color: var(--reflejo-mar);
    background: var(--reflejo-feather-gold);
    transition: 0.5s;
}
.desktopnav .wt-menu > li:hover .sub-menu li ul {
    display: none;
}
.desktopnav .wt-menu > li .sub-menu li:hover ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 0;
}
.desktopnav .wt-menu li .sub-menu li ul li a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: var(--reflejo-mar);
    box-sizing: border-box;
    background: var(--reflejo-feather-gold);
    transition: 0.5s;
    text-transform: unset;
}
.desktopnav .wt-menu li .sub-menu li ul li a:hover{
    color: var(--reflejo-feather-gold);
    background: var(--reflejo-mar);
    transition: 0.5s;
}
/* --- /.Menu --- */


.footer-section{
  background-image: url(/wp-content/themes/reflejomedspa/images/footer-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0;
  position: relative;
}
.footer-section::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(51, 96, 98, 0.90);
}
.footer-section .content-footer{
  width: 100%;
  position: relative;
  z-index: 2;
}
.content-footer .row-footer1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.content-footer .row-footer1 .logobox-footer{
  width: 50%;
}
.content-footer .row-footer1 .social-footer{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
.content-footer .row-footer1 .social-footer span{
  margin-right: 54px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--reflejo-feather-gold);;
}
.content-footer .row-footer1 .social-footer a{
  margin-right: 15px;
  width: 32px;
  transition: 0.5s;
  text-decoration: none;
}
.content-footer .row-footer1 .social-footer a:last-child{
  margin-right: 0;
}
.content-footer .row-footer1 .social-footer a:hover{
  opacity: 0.7;
  transition: 0.5s;
}
.content-footer .row-footer2{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 70px;
}
.columns-footer2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.col-footer2{
  width: 30%;
}
.col-footer2 .ftitle{
  color: var(--reflejo-gold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.5px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.col-footer2 p{
  color: var(--reflejo-gold);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.5px;
  margin-bottom: 30px;
}
.col-footer2 p a{
  text-decoration: none;
  color: var(--reflejo-gold);
  transition: 0.5s;
}
.col-footer2 p a:hover{
  color: var(--reflejo-gold);
  text-decoration: underline;
  opacity: 0.7;
  transition: 0.5s;
}
.col-footer2 .fwh{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: var(--reflejo-gold);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.col-footer2 .fwh .fwh-l{
  width: 135px;
  font-weight: 600;
}
.col-footer2 .fwh .fwh-r{
  width: calc(95% - 135px);
}
.col-footer2 .fql{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.col-footer2 .fql .fql-l,
.col-footer2 .fql .fql-r{
  width: 49%;
}
.col-footer2 .fql a{
  color: var(--reflejo-gold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 26px;
  margin-bottom: 12px;
}
.col-footer2 .fql a:hover{
  color: var(--reflejo-gold);
  text-decoration: underline;
  transition: 0.5s;
  opacity: 0.7;
}
.content-footer .row-footer3{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: var(--reflejo-emerald);
  text-align: center;
  margin-bottom: 30px;
}
.content-footer .row-footer3 .spalinks{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}
.content-footer .row-footer3 .spalinks a{
  color: var(--reflejo-gold);
  margin-right: 16px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  transition: 0.5s;
}
.content-footer .row-footer3 .spalinks a:last-child{
  margin-right: 0;
}
.content-footer .row-footer3 .spalinks a:hover{
  opacity: 0.7;
  transition: 0.5s;
  text-decoration: underline;
}
.content-footer .row-footer3 .grevs{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.content-footer .row-footer3 .grevs p{
  color: var(--reflejo-gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.content-footer .row-footer3 .grevs a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--reflejo-gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: 0.5s;
}
.content-footer .row-footer3 .grevs a:hover{
  transition: 0.5s;
  opacity: 0.7;
  text-decoration: underline;
}
.content-footer .row-footer3 .grevs a .stars{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 8px 0 16px;
}
.content-footer .row-footer3 .grevs a .stars img{
  margin-right: 8px;
}
.content-footer .row-footer3 .grevs a .stars img:last-child{
  margin-right: 0;
}
.content-footer .row-copyright{
  text-align: center;
}
.content-footer .row-copyright p{
  color: var(--reflejo-gold);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.5px;
  margin-bottom: 0;
}
.content-footer .row-copyright p a{
  color: var(--reflejo-gold);
  text-decoration: none;
  transition: 0.5s;
}
.content-footer .row-copyright p a:hover{
  transition: 0.5s;
  opacity: 0.7;
  text-decoration: underline;
}
.ancorlink{
  position: absolute;
  top: -160px;
  left: 0;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
}
.home-hero{
  width: 100%;
  padding: 700px 0 0 0;
  /*padding: 330px 0 0 0;
  background-image: url(/wp-content/themes/reflejomedspa/images/homehero-v1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;*/
  position: relative;
}
.home-hero video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-hero video.herodesctop{
  display: block;
}
.home-hero img.heromobile{
  display: none;
}
.home-hero .container{
  position: relative;
  z-index: 1;
}
.home-hero h1{
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.7%;
  letter-spacing: 0.32px;
  margin-bottom: 45.5px;
}
.home-hero .home-hero-bapp-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  position: relative;
  z-index: 1;
}
.home-hero .home-hero-bapp-container .home-hero-bapp{
  width: 100%;
  max-width: 1220px;
  background: var(--reflejo-emerald);
  box-sizing: border-box;
  padding: 40px 60px 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 100px 0 0 0;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1{
  width: 37%;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2{
  color: var(--reflejo-feather-gold);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%;
  margin-bottom: 25px;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 p{
  color: var(--reflejo-feather-gold);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.7%;
  margin-bottom: 0;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2{
  width: 60%;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input{
  width: 48%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--reflejo-feather-gold);
  background: 0 0;
  padding: 0;
  margin: 0 0 15px;
  font-size: 12px;
  font-family: "semplicitapro",sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-appearance: none;
  min-height: 2.5em;
  color: var(--reflejo-feather-gold);
  outline: 0;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=email], 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=tel],
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=text], 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select, 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form textarea {
    display: block;
    width: 48%;
    border: none;
    border-bottom: 1px solid var(--reflejo-feather-gold);
    background: 0 0;
    padding: 0;
    margin: 0 0 25px;
    font-size: 16px;
    font-family: "semplicitapro",sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-appearance: none;
    min-height: 2.5em;
    color: var(--reflejo-feather-gold);
    outline: 0;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=text]::placeholder, 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=email]::placeholder, 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=tel]::placeholder, 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select::placeholder, 
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form textarea::placeholder {
  font-family: "semplicitapro",sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #dac79b;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select {
  background-image: url(/wp-content/themes/reflejomedspa/images/chevron-gold.svg);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select option{
  color: var(--reflejo-emerald);
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form .submit-btn{
  align-self: baseline;
  display: flex;
  /*width: 48%;*/
  width: 100%;
  height: 51px;
  padding: 8px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--reflejo-feather-gold);
  color: var(--reflejo-emerald);
  font-family: "semplicitapro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  transition: 0.5s;
  cursor: pointer;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form .submit-btn:hover{
  transition: 0.5s;
  opacity: 0.7;
}
.home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form div{
  display: none;
}
.section-rrr{
  padding: 120px 0;
}
.section-rrr h2{
  font-family: "capitolina",serif;
  color: var(--reflejo-emerald);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
.section-rrr p{
  color: #000;
  font-family: "semplicitapro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.2%; /* 33.24px */
  margin-bottom: 30px;
}
.section-rrr p:last-child{
  margin-bottom: 0;
}
.section-rrr .doc-card img.prev{
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
}
.section-rrr .doc-card .docname{
  color: var(--reflejo-emerald);
  font-family: "semplicitapro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.2%; /* 40.704px */
  text-align: center;
}
.doclinks{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.doclinks .fbio{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 16px;
  text-decoration: none;
  padding: 0px 16px;
  gap: 10px;
  border-radius: 6px;
  background: var(--reflejo-feather-gold);
  transition: 0.5s;
  color: var(--reflejo-emerald);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 131.7%; /* 21.072px */
  text-transform: uppercase;
}
.doclinks .fbio:last-child{
  margin-right: 0;
}
.doclinks .book{
  width: 34px;
  height: 33px;
  text-decoration: none;
  transition: 0.5s;
}
.doclinks .fbio:hover,
.doclinks .book:hover{
  transition: 0.5s;
  opacity: 0.7;
}
.doclinks .fbio img{
  width: 24px;
  height: 33px;
}
.onlymobile{
  display: none;
}
.section-featured{
  padding: 95px 0;
  background-color: var(--reflejo-emerald);
}
.section-featured h2{
  color: var(--reflejo-gold);
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.7%;
  letter-spacing: 0.32px;
  margin-bottom: 64px;
}
.section-featured .color-emerald,.section-featured .color-emerald a,.section-featured .color-emerald a:hover,.section-featured a.color-emerald,.section-featured a.color-emerald :hover{
color: var(--reflejo-emerald);
}
.featured-card{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 3px solid var(--reflejo-feather-gold);
  box-sizing: border-box;
  padding: 24px;
  border-radius: 0px 30px;
}
.featured-card .featured-card-img{
  position: relative;
  overflow: hidden;
  border-radius: 0px 30px;
  width: 48%;
  min-height: 350px;
}
.featured-card .featured-card-img img{
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-card-descr{
  width: 48%;
  position: relative;
  padding-bottom: 30px;
}
.featured-card-descr h3{
  color: var(--reflejo-feather-gold);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
.featured-card-descr p{
  color: var(--reflejo-feather-gold);
  /* Basic txt Regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 30px;
}
.featured-card-descr ul{
	list-style: none;
    padding-left: 0;
}
.featured-card-descr ul li{
	position: relative;
    padding-left: 35px;
}
.featured-card-descr ul li::before{
	content:"";
	width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
	background-image: url(/wp-content/themes/reflejomedspa/images/logo-medium-emerald.svg);
	background-size: contain;
	background-repeat:no-repeat;
}
.featured-card-descr p:last-child{
  margin-bottom: 0;
}
.featured-card-descr a.featured-card-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px transparent solid;
  border-radius: 50%;
}
.featured-card-descr a.featured-card-link:hover{
  border: 1px var(--reflejo-feather-gold) solid;
}
.beforeafter{
  padding: 120px 0;
}
.beforeafter h2{
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
.beforeafter .beforeafter-descr{
  padding-bottom: 50px;
  position: relative;
}
.seegall-link{
  position: absolute;
  left: 0;
  bottom: 0;
  text-decoration: none;
  color: var(--reflejo-emerald);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.5s;
}
.seegall-link:hover{
  text-decoration: underline;
  opacity: 0.7;
  transition: 0.5s;
  color: var(--reflejo-emerald);
}
.beforeafter .beforeafter-gallery #gallery-beforeafter{
  padding-bottom: 50px;
}
.beforeafter .beforeafter-gallery .splide__slide img{
  width: 100%;
  border-radius: 50%;
}
.beforeafter .beforeafter-gallery .splide__pagination{
  bottom: 0px;
}
.beforeafter .beforeafter-gallery .splide__pagination__page{
  width: 18px;
  height: 18px;
  background: var(--reflejo-feather-gold);
  transform: scale(1);
  opacity: 1;
}
.beforeafter .beforeafter-gallery .splide__pagination__page.is-active{
  background: var(--reflejo-emerald);
  transform: scale(1);
  opacity: 1;
}
.discover-radiance{
  padding: 40px 0 60px;
}
.discover-radiance .discover-radiance-previmg{
  position: relative;
  width: 100%;
  height: 730px;
  margin-bottom: 120px;
  border-radius: 200px 0px;
  overflow: hidden;
}
.discover-radiance .discover-radiance-previmg img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
}
.discover-radiance h2{
  color: var(--reflejo-emerald);
  text-align: center;
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
.discover-radiance p{
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 180% */
  margin-bottom: 30px;
}
.discover-radiance p:last-child{
  margin-bottom: 50px;
}
.discover-radiance .smalllogomiddle{
  width: 26px;
  margin: 0 auto 100px;
}
.prettybuttons{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.prettybuttons .prettybutton_ver-big{
  width: calc(98% - 356px);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0px 200px;
  perspective: 1000px;
}
.prettybuttons .prettybutton_ver-big img{
  position: absolute;
  object-fit: cover;
  width: 1000px;
  height: 1000px;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(0deg) scale(3.5);
  transform-origin: center center;
  transition: transform 2.5s ease-in-out;
}
.prettybuttons .prettybutton_ver-big:hover img{
  transform: rotate(360deg) scale(3.5);
}
.prettybuttons .prettybutton_ver-big .prettybutton_ver-big-body{
  position: relative;
  z-index: 2;
}
.prettybuttons .prettybutton_ver-big a{
  text-decoration: none;
  display: block;
  padding: 50px 150px;
}
.prettybuttons .prettybutton_ver-big a:hover{
  text-decoration: none;
}
.prettybuttons .prettybutton_ver-big .subtitle{
  color: var(--reflejo-emerald);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.7%; /* 23.14px */
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.prettybuttons .prettybutton_ver-big .title{
  /*color: var(--reflejo-rice-pudding);*/
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.7%;
  letter-spacing: 0.24px;
  display: block;
  margin-bottom: 15px;
}
.prettybuttons .prettybutton_ver-big span{
  color: var(--reflejo-emerald);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
}
.prettybuttons .prettybutton_ver-big .subtitle:last-child,
.prettybuttons .prettybutton_ver-big .title:last-child,
.prettybuttons .prettybutton_ver-big span:last-child{
  margin-bottom: 0;
}
.prettybuttons .prettybutton_ver-book{
  width: 356px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px 0px;
  background: var(--reflejo-feather-gold);
  box-shadow: 0px 0px 0px 0px rgba(116, 104, 93, 0.10), -3.3330464363098145px 7.142242431640625px 17.617530822753906px 0px rgba(116, 104, 93, 0.10), -13.332185745239258px 29.045120239257812px 31.902015686035156px 0px rgba(116, 104, 93, 0.09), -29.997419357299805px 65.23248291015625px 42.85345458984375px 0px rgba(116, 104, 93, 0.05), -53.32874298095703px 115.70433044433594px 50.947998046875px 0px rgba(116, 104, 93, 0.01), -83.32616424560547px 180.9368133544922px 55.70949172973633px 0px rgba(116, 104, 93, 0.00);
}
.prettybuttons .prettybutton_ver-book a{
  padding: 70px 32px;
  color: var(--reflejo-emerald);
  text-decoration: none;
  transition: 0.5s;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.5%; /* 53.52px */
  text-transform: uppercase;
}
.prettybuttons .prettybutton_ver-book:hover{
  transition: 0.5s;
  background: var(--reflejo-emerald);
}
.prettybuttons .prettybutton_ver-book:hover a{
  text-decoration: none;
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
}
.prettybuttons  .prettybutton_ver-booktoday{
  width: 356px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.prettybuttons  .prettybutton_ver-booktoday a{
  color: var(--reflejo-emerald);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.7%; /* 51.012px */
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
.prettybuttons  .prettybutton_ver-booktoday a:hover{
  text-decoration: underline;
  transition: 0.5s;
}
.prettybuttons  .prettybutton_ver-bookanapp{
  width: 356px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.prettybuttons  .prettybutton_ver-bookanapp a{
  color: var(--reflejo-emerald);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%; /* 60.96px */
  text-decoration: none;
  transition: 0.5s;
}
.prettybuttons  .prettybutton_ver-bookanapp a:hover{
  text-decoration: underline;
  transition: 0.5s;
}
.yourbestself{
  padding: 75px 0;
}
.yourbestself h2{
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
  margin-bottom: 100px;
}
h2.titlewithlogo{
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.7%; /* 70.208px */
  letter-spacing: 0.32px;
}
h3.titlewithlogo{
  color: var(--reflejo-emerald);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.2%; /* 47.744px */
  text-transform: uppercase;
}
h2.titlewithlogo,
h3.titlewithlogo{
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
}
h2.titlewithlogo::after,
h3.titlewithlogo::after{
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.titlewithlogo.logo-on-center::after {
  left: 50%;
  margin-right: -13px;
}
h2.titlewithlogo.logomar::after,
h3.titlewithlogo.logomar::after{
  background-image: url(/wp-content/themes/reflejomedspa/images/logo-small-mar.svg);
}
h2.titlewithlogo.logogold::after,
h3.titlewithlogo.logogold::after{
  background-image: url(/wp-content/themes/reflejomedspa/images/logo-small-gold.svg);
}
h2.titlewithlogo a,
h3.titlewithlogo a{
  color: var(--reflejo-emerald);
  text-decoration: none;
}
h2.titlewithlogo a:hover,
h3.titlewithlogo a:hover{
  color: var(--reflejo-emerald);
  text-decoration: underline;
}
.yourbestself-smartbg{
  position: relative;
}
.yourbestself-smartbg .yourbestself-smartbg-conteiner{
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
  border-radius: 50px 0px;
  overflow: hidden;
}
.yourbestself-smartbg .yourbestself-smartbg-conteiner img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
}
.yourbestself .hashtags{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.yourbestself .hashtags span,
.sec_our_devices .hashtags span {
  border-radius: 8px;
  border: 1px solid var(--reflejo-emerald);
  color: var(--reflejo-emerald);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.7%; /* 24.592px */
  padding: 6px 10px;
  margin: 5px 7px 5px 0;
}
.yourbestself .hashtags span:last-child,
.sec_our_devices .hashtags span:last-child{
  margin-right: 0;
}
.testimonials{
  padding: 100px 0;
}
.testimonials h2{
  color: var(--reflejo-emerald);
  font-family: "capitolina",serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
.testimonials p{
  color: var(--reflejo-emerald);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
  margin-bottom: 30px;
}
.testimonials-gallery .splide__slide{
  display: flex;
  padding: 30px 0 100px 0;
}
.testimonials-gallery .testimonial-slide{
  width: 100%;
  margin: 0 auto;
  border-radius: 0px 100px;
  background: #FFF;
  position: relative;
  padding: 55px 35px 105px;
}
.testimonials-gallery .testimonial-slide .stars{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.testimonials-gallery .testimonial-slide .stars img{
  width: 29px;
  margin-right: 5px;
}
.testimonials-gallery .testimonial-slide .stars img:last-child{
  margin-right: 0;
}
.testimonials-gallery .testimonial-slide p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 196.2%; /* 39.24px */
  margin-bottom: 20px;
}
.testimonials-gallery .testimonial-slide p.person{
  font-weight: 600;
  text-align: right;
  position: absolute;
  width: calc(100% - 70px);
  left: 35px;
  bottom: 55px;
}
.testimonials-gallery .testimonial-slide p:last-child{
  margin-bottom: 0;
}
.testimonials-gallery .splide__slide.is-active .testimonial-slide{
  /*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16), 1px 6px 13px 0px rgba(0, 0, 0, 0.16), 2px 24px 24px 0px rgba(0, 0, 0, 0.14), 6px 54px 32px 0px rgba(0, 0, 0, 0.08), 10px 96px 38px 0px rgba(0, 0, 0, 0.02), 15px 149px 42px 0px rgba(0, 0, 0, 0.00);*/
}
.testimonials-gallery .splide__pagination__page{
  width: 18px;
  height: 18px;
  background: var(--reflejo-feather-gold);
  transform: scale(1);
  opacity: 1;
}
.testimonials-gallery .splide__pagination__page.is-active{
  background: var(--reflejo-emerald);
  transform: scale(1);
  opacity: 1;
}
.benefits{
  padding: 60px 0;
}
.contactus{
  padding: 120px 0;
}
.contactus p{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px;
}
.contactus p:last-child{
  margin-bottom: 0;
}
.contactus .contactus-formbox{
  padding: 70px 68px;
  box-sizing: border-box;
  border-radius: 100px 0px;
  background: var(--reflejo-emerald);
  box-shadow: 0px 0px 0px 0px rgba(67, 50, 8, 0.10), -1px 18px 39px 0px rgba(67, 50, 8, 0.10), -6px 70px 70px 0px rgba(67, 50, 8, 0.09), -13px 158px 95px 0px rgba(67, 50, 8, 0.05), -24px 280px 113px 0px rgba(67, 50, 8, 0.01), -37px 438px 123px 0px rgba(67, 50, 8, 0.00);
}
.contactus .contactus-formbox-title{
  margin-bottom: 35px;
}
.contactus .contactus-formbox-title h2{
  color: var(--reflejo-gold);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
}
.contactus form{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contactus form input{
  width: 48%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--reflejo-feather-gold);
  background: 0 0;
  padding: 0;
  margin: 0 0 15px;
  font-size: 12px;
  font-family: "semplicitapro",sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-appearance: none;
  min-height: 2.5em;
  color: var(--reflejo-feather-gold);
  outline: 0;
}
.contactus form input[type=email], 
.contactus form input[type=tel],
.contactus form input[type=text], 
.contactus form select, 
.contactus form textarea {
    display: block;
    width: 48%;
    border-radius: 8px;
    border: 1px solid var(--reflejo-feather-gold);
    background: 0 0;
    padding: 5px 10px 0;
    box-sizing: border-box;
    margin: 0 0 25px;
    font-size: 16px;
    font-family: "semplicitapro",sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-appearance: none;
    min-height: 2.5em;
    color: var(--reflejo-feather-gold);
    outline: 0;
	opacity: 1;
}
.contactus form textarea{
  width: 100%;
  height: 145px;
}
.contactus form input[type=text]::placeholder, 
.contactus form input[type=email]::placeholder, 
.contactus form input[type=tel]::placeholder, 
.contactus form select::placeholder, 
.contactus form textarea::placeholder,
#myDiv form input::placeholder,
#myDiv form textarea::placeholder {
  font-family: "semplicitapro",sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: var(--reflejo-feather-gold);
  opacity: 1;
}
.contactus form select {
    background-image: url(/wp-content/themes/reflejomedspa/images/chevron-mar.svg);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-appearance: none;
    background-color: rgba(196, 217, 218, 0.60);
    width: 100%;
}
.contactus form select option{
  color: var(--reflejo-emerald);
}
.contactus form .submit-form{
  align-self: baseline;
  display: inline-block;
  width: 48%;
  height: 51px;
  padding: 8px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--reflejo-feather-gold);
  color: var(--reflejo-emerald);
  font-family: "semplicitapro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  transition: 0.5s;
  cursor: pointer;
}
.contactus form .submit-form:hover{
  transition: 0.5s;
  opacity: 0.7;
}
.contactus form div{
  display: none;
}
.contactus form label{
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contactus form div.submitbox{
  display: block;
  text-align: right;
  width: 100%;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}

#slider-wrapperLeft {
  display: flex;
  animation: slideLeft linear infinite;
}

#slider-wrapperLeft img {
  flex: 0 0 calc(100% / 3);
  height: auto;
  margin: 10px;
  width: 35%;
}

@keyframes slideLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

#slider-wrapperRight {
  display: flex;
  animation: slideRight linear infinite;
}

#slider-wrapperRight img {
  flex: 0 0 calc(100% / 3);
  height: auto;
  margin: 10px;
  width: 35%;
}

@keyframes slideRight {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}


.hero_banner-page{
  width: 100%;
  height: 805px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 80px 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero_banner-page h1{
  font-family: "capitolina",serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.7%; /* 76.608px */
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.hero_banner-page p{
  font-family: "semplicitapro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
  margin-bottom: 50px;
}
.hero_banner-page h1:last-child,
.hero_banner-page p:last-child{
  margin-bottom: 0;
}
.hero_banner-page a{
  display: flex;
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
  padding: 18px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  font-family: "semplicitapro",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%; /* 31.08px */
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
}
.hero_banner-page a:hover{
  text-decoration: none;
  -webkit-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  -moz-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  transition: 0.5s;
}
.hero_banner-page .container{
  max-width: 880px;
}
/* -- Hero Baner V2 -- */
.hero_banner-v2-page{
  width: 100%;
  height: 805px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero_banner-v2-page h1{
  font-family: "capitolina",serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.7%; /* 76.608px */
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.hero_banner-v2-page p{
  font-family: "semplicitapro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
  margin-bottom: 50px;
}
.hero_banner-v2-page h1:last-child,
.hero_banner-v2-page p:last-child{
  margin-bottom: 0;
}
.hero_banner-v2-page a{
  display: flex;
  width: 100%;
  max-width: 448px;
  padding: 18px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  font-family: "semplicitapro",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%; /* 31.08px */
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
}
.hero_banner-v2-page a:hover{
  text-decoration: none;
  -webkit-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  -moz-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  transition: 0.5s;
}
.hero_banner-v2-page .container{
  display: flex;
}
.hero_banner-v2-page .container .row{
  display: flex;
  width: 100%;
}
.hero_banner-v2-page .container .row .banercol{
  display: flex;
  align-items: center;
  position: relative;
}
.hero_banner-v2-page .container .row .banercol .banercolbody{
  z-index: 2;
}
.hero_banner-v2-page .container .row .banercol.baner-shape::before{
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 300%;
  height: 100%;
  background: rgba(255, 225, 141, 0.10);
  backdrop-filter: blur(34.5px);
  z-index: 1;
}
/* -- /*hero Baner V2 -- */
/* -- Hero Baner V3 -- */
.hero_banner-v3-page{
  width: 100%;
  height: 805px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero_banner-v3-page h1{
  font-family: "capitolina",serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.7%; /* 76.608px */
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.hero_banner-v3-page p{
  font-family: "semplicitapro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 50px;
}
.hero_banner-v3-page h1:last-child,
.hero_banner-v3-page p:last-child{
  margin-bottom: 0;
}
.hero_banner-v3-page a{
  display: flex;
  width: 100%;
  max-width: 448px;
  padding: 18px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  font-family: "semplicitapro",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%; /* 31.08px */
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
}
.hero_banner-v3-page a:hover{
  text-decoration: none;
  -webkit-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  -moz-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  transition: 0.5s;
}
.hero_banner-v3-page .container{
  display: flex;
}
.hero_banner-v3-page .container .row{
  display: flex;
  width: 100%;
}
.hero_banner-v3-page .container .row .banercol{
  display: flex;
  align-items: center;
  position: relative;
}
.hero_banner-v3-page .container .row .banercol .banercolbody{
  width: 100%;
  z-index: 2;
  padding: 45px;
  border-radius: 0 45px;
  background: #fff;
}

/* -- /*hero Baner V3 -- */

/* -- hero Baner V4 -- */
.hero_banner-page_v4 img{
  display: none;
}
/* -- /*hero Baner V4 -- */
.jumptoTogle {
    display: none;
}
.jumptoDiv {
    display: block;
}
.bc-and-tc{
  padding: 18px 0;
  background: var(--reflejo-cold-front-green);
}
.bc-and-tc-paddingnone.stickyanchors{
  padding: 0;
}
.bc-and-tc ul{
  margin: 0;
  padding: 0;
  font-family: "semplicitapro",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--reflejo-rice-pudding);
}
.bc-and-tc ul a{
  color: var(--reflejo-rice-pudding);
  text-decoration: none;
}
.bc-and-tc .backtomain{
  margin-top: 15px;
}
.stickyanchors {
    position: fixed;
    top: 160.44px;
    z-index: 98;
    width: 100%;
}
.breadcrumbs p{
  margin-bottom: 0;
  line-height: 16px;
}
.breadcrumbs span, .breadcrumbs a {
  color: var(--reflejo-rice-pudding);
  font-family: "semplicitapro",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.stickyanchors .breadcrumbs {
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0;
}
.breadcrumbs-margin{
  margin-bottom: 15px;
}
span.medium-logo{
  display: inline-block;
  width: 63.35px;
  height: 63.35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.medium-logo.logo-gold{
  background-image: url('/wp-content/themes/reflejomedspa/images/logo-medium-gold.svg');
}
.medium-logo.logo-emerald{
  background-image: url('/wp-content/themes/reflejomedspa/images/logo-medium-emerald.svg');
}
span.small-logo{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.small-logo.logo-gold{
  background-image: url('/wp-content/themes/reflejomedspa/images/logo-small-gold.svg');
}
.small-logo.logo-emerald{
  background-image: url('/wp-content/themes/reflejomedspa/images/logo-small-mar.svg');
}
.small-logo.logo-rice-pudding{
  background-image: url('/wp-content/themes/reflejomedspa/images/logo-small-rice-pudding.svg');
}
.font-size-medium{
  font-size: 24px;
}
.font-size-big{
  font-size: 32px;
}
.font-weight-medium{
  font-weight: 500;
}
.imspecialbox{
  width: 100%;
  position: relative;
  border-radius: 150px 0px;
  overflow: hidden;
}
.imspecialbox img{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ps-box{
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
.ps-box.color-emerald{
  border-top: 1px var(--reflejo-emerald) solid;
  border-bottom: 1px var(--reflejo-emerald) solid;
}
.ps-box.color-gold{
  border-top: 1px var(--reflejo-feather-gold) solid;
  border-bottom: 1px var(--reflejo-feather-gold) solid;
}
.ps-box p{
  /*font-weight: 500;*/
}
.ps-box:last-child{
  margin-bottom: 0;
}
.how-dose-box{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
}
.how-dose-box:hover{
  background: var(--reflejo-feather-gold);
  color: var(--reflejo-mar);
  transition: 0.5s; 
}
.bordered-green-bg-mar{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
  border: 1px var(--reflejo-mar) solid;
}
.bordered-green-bg-transparent{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: transparent;
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
  border: 1px var(--reflejo-mar) solid;
}
.bordered-emerald-bg-emerald{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: var(--reflejo-emerald);
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
  border: 1px var(--reflejo-emerald) solid;
}
.bordered-emerald-bg-transparent{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: transparent;
  color: var(--reflejo-feather-gold);
  transition: 0.5s;
  border: 1px var(--reflejo-emerald) solid;
}
.bordered-gold-bg-gold{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: var(--reflejo-feather-gold);
  color: var(--reflejo-mar);
  transition: 0.5s;
  border: 1px var(--reflejo-feather-gold) solid;
}
.bordered-gold-bg-transparent{
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px 0px;
  background: transparent;
  color: var(--reflejo-mar);
  transition: 0.5s;
  border: 1px var(--reflejo-feather-gold) solid;
}
.benefitsof-logo{
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  width: 150px;
  height: 110px;
  margin: 0 auto;
}
.benefitsof-logo::before{
  content: "";
  display: block;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 150px;
  height: 110px;
}
.benefitsof-logo-1::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-2.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-1::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-2.gif);
}
.benefitsof-logo-2::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-4.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-2::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-4.gif);
}
.benefitsof-logo-3::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-5.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-3::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-5.gif);
}
.benefitsof-logo-4::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-6.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-4::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-6.gif);
}
.benefitsof-logo-5::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-7.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-5::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-7.gif);
}
.benefitsof-logo-6::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-8.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-6::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-8.gif);
}
.benefitsof-logo-7::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-9.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-7::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-9.gif);
}
.benefitsof-logo-8::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-10.png);
}
.benefitsof .col-lg-4:hover .benefitsof-logo-8::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/icon-leaves-10.gif);
}
.benefitsof-title{
  display: flex;
  flex-wrap: wrap;
  /*align-items: end;*/
  justify-content: center;
  margin: 30px 0;
}
.benefitsof-title h3{
  color: var(--reflejo-emerald);
  text-align: center;
  font-family: "semplicitapro",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.cta-button{
  display: inline-block;
  width: 100%;
  max-width: 448px;
  padding: 18px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px 0px;
  background: var(--reflejo-mar);
  color: var(--reflejo-feather-gold);
  font-family: "semplicitapro",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
}
.cta-button:hover{
  color: var(--reflejo-feather-gold);
  text-decoration: none;
  -webkit-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  -moz-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
  transition: 0.5s;
}
.cta-gold{
  background: var(--reflejo-feather-gold);
  color: var(--reflejo-mar);
}
.cta-gold:hover{
  color: var(--reflejo-mar);
}
.contact-banner{
  padding: 70px 0;
  /*background-image: url(/wp-content/themes/reflejomedspa/images/contact-banner-bg-v2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;*/
  border-radius: 200px 0px;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.contact-banner img{
  position: absolute;
  object-fit: cover;
  width: 1000px;
  height: 1000px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(0deg) scale(3.5);
  transform-origin: center center;
  transition: transform 2.5s ease-in-out;
}
.contact-banner:hover img{
  transform: rotate(360deg) scale(3.5);
}
.preptreat-title{
  margin-bottom: 36px;
  color: var(--reflejo-emerald);
  padding-left: 80px;
  position: relative;
}
    
.preptreat-title h3{
  font-family: "semplicitapro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
  text-transform: uppercase;
}
.preptreat-title::before{
  width: 50px;
  position: absolute;
  display: block;
  height: 78px;
  color: var(--reflejo-feather-gold);
  font-family: "semplicitapro",sans-serif;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 88.7%; /* 78.056px */
  top: 0;
  left: 0;
}
.preptreat-title.preptreat-title-1::before{
  content: "1";
}
.preptreat-title.preptreat-title-2::before{
  content: "2";
}
.preptreat-title.preptreat-title-3::before{
  content: "3";
}
.preptreat-title.preptreat-title-4::before{
  content: "4";
}
.preptreat-title.preptreat-title-5::before{
  content: "5";
}
.preptreat-title.preptreat-title-6::before{
  content: "6";
}
.preptreat-title.preptreat-title-7::before{
  content: "7";
}
.preptreat-title.preptreat-title-8::before{
  content: "8";
}
.preptreat-title.preptreat-title-9::before{
  content: "9";
}
.preptreat-title.preptreat-title-10::before{
  content: "10";
}
.preptreat-title.preptreat-title-11::before{
  content: "11";
}
.preptreat-title.preptreat-title-12::before{
  content: "12";
}
.faq .faqq{
  position: relative;
  font-family: "semplicitapro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.2%; /* 40.704px */
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-left: 70px;
}
.faq .faqq::before{
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
.faq.color-emerald .faqq::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/logo-small-mar.svg);
}
.faq.color-gold .faqq::before{
  background-image: url(/wp-content/themes/reflejomedspa/images/logo-small-gold.svg);
}
.relatedpages{
  padding: 90px 0;
}
.relatedpages a{
  display: inline-block;
  width: 100%;
  padding: 87px 10px;
  border-radius: 100px 0px;
  color: var(--reflejo-rice-pudding);
  background: transparent;
  text-align: center;
  font-family: "capitolina",serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.7%; /* 76.608px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.relatedpages a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(/wp-content/themes/reflejomedspa/images/relatedpages-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  opacity: 1;
  z-index: -1;
}
.relatedpages a:hover::before{
  opacity: 0;
  transition: 0.5s;
}
.relatedpages a::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(/wp-content/themes/reflejomedspa/images/relatedpages-bg-hover.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.relatedpages a:hover::after{
  opacity: 1;
  transition: 0.5s;
}
.relatedpages a:hover{
  -webkit-box-shadow: -9px 7px 12px -1px rgba(95, 91, 75, 0.30);
  -moz-box-shadow: -9px 7px 12px -1px rgba(95, 91, 75, 0.30);
  box-shadow: -9px 7px 12px -1px rgba(95, 91, 75, 0.30);
  transition: 0.5s;
}
.collage{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1%;
  background: #fff;
}
.collage img{
  width: 32.5%;
}

.longvideo-wrapper{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}

.longvideo-wrapper iframe, .longvideo-wrapper object, .longvideo-wrapper embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.videobox-wrapper {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}

.videobox-wrapper iframe, .videobox-wrapper object, .videobox-wrapper embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.cusmapbody {
	position:relative;
	height:450px;
	overflow:hidden;
}
.cusmapbody iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.zoom-picture {
  transition: .5s;
}
.overflow-hidden {
    overflow: hidden!important;
}
.zoom-picture:hover {
  transform: scale3d(1.1, 1.1, 1.1) translate(0, 0);
  transition: .5s;
}
.patient-box {
  width: 50%;
}
.full-width-img {
    width: 100%;
}
.blog-post h2 a {
	text-decoration: none;
	color: inherit;
}
.blog-post h2 {
	font-size: 1.75rem;
}
.blog-post h2 a:hover {
	text-decoration: underline;
}
.right-blog-column,
.related-posts {
	border-top: 1px #3c696a solid;
}
.right-blog-column a,
.related-posts a {
	color: #3c696a;
	text-decoration: none;
}
.right-blog-column a:hover,
.related-posts a:hover {
	text-decoration: underline;
}
.blog-container .pagination {
	border-top: 1px #3c696a solid;
	padding: 20px 0 0 0;
}
.blog-container .pagination .page-numbers,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: inline-block;
	padding: 18px 30px;
	margin: 0 20px 0 0;
	border-radius: 30px 0px;
	background: none;
	color: #3f888b;
	font-family: "semplicitapro", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 129.5%;
	text-align: center;
	transition: 0.5s;
	text-decoration: none;
}
.blog-container .pagination .page-numbers.current,
.blog-container .pagination .page-numbers:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: var(--reflejo-mar);
	color: var(--reflejo-feather-gold);
	text-decoration: none;
}
.post-thumbnail img {
	border-radius: 100px 0px;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-container a {
	color: #3c696a;
	text-decoration: none;
}
.blog-container a:hover {
	text-decoration: underline;
}
.single .hero_banner-page-bg,
.archive .hero_banner-page-bg {
    background-image: url(/wp-content/uploads/2023/12/hero-reflejomedspa.jpg);
}
.single .hero_banner-page-bg .title-bg {
    background-color: rgba(237, 209, 129, 0.78);
}
.gallery-patient-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: #3C696A;
    font-size: 24px;
    border-radius: 0px 20px;
    background: #EDD181;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
    text-transform: uppercase;
    text-align: center;
}
.gallery-patient-link a:hover {
    box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.25) inset;
}
.gallery-category-col {
  display: flex;
  justify-content: center;
  padding: 9.427px 7.829px 9.428px 9.164px;
  border-radius: 0px 19.639px;
  margin: 0 5px;
  background: #fff;
  overflow: hidden;
  width: calc(25% - 12px);
}
.gallery-category-col .isolation:nth-child(1){
  border-radius: 0px 0 0 19.639px;
}
.gallery-category-col .isolation:nth-child(2){
  border-radius: 0px 19.639px 0 0;
}
.backtomain p{
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF1E4;
}
.backtomain p a{
  color: #FFF1E4;
  text-decoration: none;
}
.backtomain p a:hover{
  text-decoration: underline;
}
.gallery-patient{
  padding: 70px 0;
}
.prev-next-patient {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 40px 0;
}
.prev-next-patient a {
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    background: none;
    width: 40%;
    max-width: 250px;
    border-radius: 0px 20px;
    border: 1px solid #3C696A;
    background: transparent;
    color: #3C696A;
    transition: 0.5s;
}
.prev-next-patient a.next-patient {
    float: right;
}
.prev-next-patient a.prev-patient {
    float: left;
}
.prev-next-patient a:hover{
  transition: 0.5s;
  background: #EDD181;
  border: 1px solid #EDD181;
  box-shadow: 0px 0px 0px 0px rgba(65, 61, 52, 0.10), -1px 1px 3px 0px rgba(65, 61, 52, 0.10), -4px 4px 5px 0px rgba(65, 61, 52, 0.09), -8px 9px 7px 0px rgba(65, 61, 52, 0.05), -14px 16px 9px 0px rgba(65, 61, 52, 0.01), -22px 25px 9px 0px rgba(65, 61, 52, 0.00);
}
.prev-next-patient a br{
  display: none;
}
#patientssay-slider .splide__arrow--prev {
  display: none;
}

#patientssay-slider .splide__arrow--next {
  right: -22%;
}

#gallery-slider .splide__slide .large-photos {
    display: flex;
    width: 80%;
    padding: 0 10%;
    box-sizing: content-box;
}

#gallery-slider .splide__slide .large-photos > img {
  display: block;
  width: 50%;
}
#gallery-slider .splide__slide .large-photos > img:nth-child(1){
  border-radius: 0 0 0 15%;
}
#gallery-slider .splide__slide .large-photos > img:nth-child(2){
  border-radius: 0 15% 0 0;
}
#gallery-slider .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    border-radius: 50%;
    border: 1px #3C696A solid;
    background-color: rgba(60,105,106,0.2);
}

#gallery-slider .splide__arrow:hover {
  opacity: 1;
}

#gallery-slider .splide__arrow svg {
  width: 25px;
  height: 25px;
  fill: #3C696A;
}

#patients-slider {
  padding: 0 80px;
  margin: 60px auto 0;
}

#patients-slider .splide__arrow {
    width: 40px;
    height: 40px;
    top: 50%;
    border-radius: 50%;
    border: 1px #3C696A solid;
    background-color: rgba(60,105,106,0.2);
    opacity: 0.7;
}

#patients-slider .splide__arrow:hover {
    opacity: 1;
}

#patients-slider .splide__arrow svg {
  width: 25px;
  height: 25px;
  fill: #3C696A;
}

#patients-slider .splide__slide p {
  padding: 20px 0 0 0;
}

#patients-slider .splide__slide {
    margin: 0 0 5% 0;
    padding: 0;
    cursor: pointer;
    opacity: 0.6;
    box-sizing: border-box;
    border: 5px #FCF6E7 solid;
    border-radius: 0 20px;
    overflow: hidden;
}

#patients-slider .splide__slide a[href^="#"] {
  cursor: default;
}

#patients-slider .active-patient.splide__slide,
#patients-slider .splide__slide:hover {
    background: #fff;
    border: 5px #fff solid;
    opacity: 1;
}

#patients-slider .splide__slide span {
  display: block;
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #1F3855;
  font-family: sofia-pro, sans-serif;
}
#thumbnails{
  padding: 0;
}
#thumbnails li {
  list-style-image: none;
  list-style: none;
}

#thumbnails li .small-photos {
  display: flex;
}

#thumbnails li .small-photos img {
  width: 50%;
}

.other-patients {
  display: flex;
}

.other-patients img {
  width: 50%;
}

#patients-slider ul li {
  list-style-image: none;
  list-style: none;
}

.gallery-patient .thumbnail {
    margin: 0 0 5% 0;
    padding: 0;
    cursor: pointer;
    opacity: 0.6;
    box-sizing: border-box;
    border: 5px #FCF6E7 solid;
    border-radius: 0 20px;
    overflow: hidden;
}

.gallery-patient .thumbnail.is-active, .gallery-patient .thumbnail:hover {
  background: #fff;
  border: 5px #fff solid;
  box-shadow: 0px 0px 0px 0px rgba(65, 61, 52, 0.10), -5px 6px 16px 0px rgba(65, 61, 52, 0.10), -19px 23px 30px 0px rgba(65, 61, 52, 0.09), -43px 51px 40px 0px rgba(65, 61, 52, 0.05), -77px 90px 47px 0px rgba(65, 61, 52, 0.01), -120px 141px 52px 0px rgba(65, 61, 52, 0.00);
  opacity: 1;
}
.pricebox{
  border-radius: 0px 60px;
}
.packages{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.packages-box{
  width: 32%;
  box-sizing: border-box;
  padding: 60px 25px 160px;
  position: relative;
  margin-right: 2%;
  background: #FFF;
  border-radius: 60px 0px;
  transition: 0.5s;
  margin-top: 17px;
  margin-bottom: 17px;
}
.memberships-box{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  border-radius: 60px 0px;
  overflow: hidden;
}
.cta-gold-button {
    display: block;
    width: 100%;
    max-width: fit-content;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px 0px;
    background: #FFE18D;
    color: #3C696A;
    font-family: "semplicitapro",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 129.5%;
    text-align: center;
    transition: 0.5s;
    text-decoration: none;
    margin: 0 auto;
}
.cta-gold-button:hover {
    text-decoration: none;
    -webkit-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
    -moz-box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
    box-shadow: -5px 7px 11px 1px rgba(142,135,104,0.35);
    transition: 0.5s;
}
.packages-box:nth-child(3n+3){
  margin-right: 0;
}
.packages-box p.title{
  color: #3C696A;
  font-family: "capitolina",serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.7%;
  letter-spacing: 0.24px;
  margin-bottom: 60px;
}
.memberships-box p.title{
  color: #3C696A;
  font-family: "capitolina",serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.7%;
  letter-spacing: 0.24px;
}
.packages-box p{
  text-align: center;
  color: #3C696A;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.memberships-box p{
  color: #3C696A;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.packages-box p strong,
.memberships-box p strong{
  font-weight: 600;
}
.memberships-price {
  position: absolute;
  right: 0;
  top: 0;
}
.memberships-link {
    text-decoration: none;
    color: var(--reflejo-emerald);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.5s;
    float: right;
}
.memberships-link:hover {
    text-decoration: underline;
    opacity: 0.7;
    transition: 0.5s;
    color: var(--reflejo-emerald);
}
.packages-box a{
  position: absolute;
  bottom: 60px;
  display: block;
  padding: 5px 0px;
  text-align: center;
  border-radius: 13px;
  border: 0px solid rgba(63, 136, 139, 0.26);
  background: rgba(63, 136, 139, 0.05);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  width: 175px;
  color: #3C696A;
  margin-left: -87.5px;
  text-decoration: none;
}
.packages-box a:hover{
  text-decoration: none;
}
.packages-box:hover{
  transition: 0.5s;
  background: linear-gradient(180deg, #EDD081 0%, #F3ECD9 0.01%, #FFF 99.98%, #F7EAC7 99.99%);
  box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.10), -5px 17px 17px 0px rgba(0, 0, 0, 0.09), -11px 38px 24px 0px rgba(0, 0, 0, 0.05), -20px 67px 28px 0px rgba(0, 0, 0, 0.01), -31px 105px 31px 0px rgba(0, 0, 0, 0.00);
}
.price-banner-big{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0px 200px;
  perspective: 1000px;
}
.price-banner-big img{
  position: absolute;
  object-fit: cover;
  width: 1000px;
  height: 1000px;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(0deg) scale(3.5);
  transform-origin: center center;
  transition: transform 2.5s ease-in-out;
}
.price-banner-big:hover img {
    transform: rotate(360deg) scale(3.5);
}
.price-banner-big-body{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.price-banner-big-body a {
    text-decoration: none;
    display: block;
    padding: 50px 150px;
    position: relative;
    z-index: 2;
}
.price-banner-big-body .subtitle {
    color: var(--reflejo-rice-pudding);
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.7%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.price-banner-big-body .title {
    color: var(--reflejo-rice-pudding);
    font-family: "capitolina",serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.7%;
    letter-spacing: 0.24px;
    display: block;
    margin-bottom: 15px;
}
.price-banner-big-body .title strong{
  font-weight: 700;
}
.price-banner-big-body .lnk{
  color: var(--reflejo-rice-pudding);
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115.7%; /* 23.14px */
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.instructions-boxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.instructions-box{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 36px;
}
.instructions-box:nth-child(3n+3){
  margin-right: 0;
}
.instructions-top{
  width: 100%;
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instructions-top .instructions-image{
  width: 96px;
}
.instructions-top .instructions-image img{
  display: block;
  width: 100%;
}
.instructions-top .instructions-header{
  width: calc(95% - 96px);
}
.instructions-top .instructions-header h3{
  color: var(--reflejo-emerald);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.2%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.instructions-bot{
  width: 100%;
}
.instructions-bot p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.instructions-bot p strong{
  font-weight: 600;
}
#gallery-testimonials .splide__arrow--prev {
    left: -20px;
}
#gallery-testimonials .splide__arrow--next {
    right: -20px;
}
.sec_our_devices .col-md-6 {
	margin-bottom: 50px;
}
.sec_our_devices .box_txt {
	padding: 30px;
	margin: 0 15px;
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(116, 104, 93, 0.10), -3.3330464363098145px 7.142242431640625px 17.617530822753906px 0px rgba(116, 104, 93, 0.10), -13.332185745239258px 29.045120239257812px 31.902015686035156px 0px rgba(116, 104, 93, 0.09), -29.997419357299805px 65.23248291015625px 42.85345458984375px 0px rgba(116, 104, 93, 0.05), -53.32874298095703px 115.70433044433594px 50.947998046875px 0px rgba(116, 104, 93, 0.01), -83.32616424560547px 180.9368133544922px 55.70949172973633px 0px rgba(116, 104, 93, 0.00);
}

.sec_our_devices .box_txt .hashtags_box p {
	text-transform: uppercase;
	color: #40888c;
	margin-bottom: 20px;
}
.sec_our_devices .box_txt .hashtags_box .hashtags {
	margin-bottom: 30px;
}
.sec_our_devices .box_txt .hashtags_box .cta-button {
	padding: 8px 30px;
	display: block;
	max-width: 100%;
	color: #fff;
	border-radius: 0 20px;
	font-weight: 400;
}
.sec_our_devices .box_txt .hashtags_box .cta-button:hover {
	color: #000;
	background: #EDD183;
}
.sec_our_devices .hashtags span {
	text-transform: uppercase;
	display: inline-block;
}
.page-id-1736 .hero_banner-v3-page p.color-emerald {
	font-size: 30px;
	margin-bottom: 20px;
}
.btn_2box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.btn_2box .cta-button {
	width: 46%;
	max-width: 100%;
}
#myDiv {
	display: none;
	width: 100%;
	max-width: 350px;
	background: #3c696a;
	position: fixed;
	bottom: 80px;
	right: 0;
	border-radius: 15px 0px 0px 15px;
	overflow: hidden;
	z-index: 99999;
	box-shadow: 0 0 8px #858585;
}
#myDiv .gormtitle {
	background: #40888c;
	color: #edd181;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 15px;
	margin-bottom: 15px;
}
#myDiv .wt-form {
	display: block;
	width: 100%;
	padding: 15px;
}
#myDiv .wt-form input,
#myDiv .wt-form textarea {
	padding: 7px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	border: 1px solid #edd181;
	border-radius: 5px;
	background: none;
}
#myDiv .wt-form textarea {
	height: 80px;
	min-height: 80px;
}
#myDiv .wt-form .submit-btn {
	cursor: pointer;
	width: 150px;
	padding: 2px 20px;
	background: #edd081;
	color: #3c696a;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	display: block;
	margin: 0;
	border: none;;
}

#toggleButton {
	position: fixed;
	bottom: 25px;
	right: 0;
	width: 150px;
	text-align: center;
	height: auto;
	cursor: pointer;
	padding: 10px;
	background: #3c696a;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 3px #9f9f9f;
	z-index: 11;
}
#toggleButton span {
	color: #edd081;
	font-weight: 500;
}
.sec_our_product .how-dose-box {
	height: 100%;
}
.sec_our_product .how-dose-box:hover h2 {
   color: var(--reflejo-mar) !important;
}
/* --- Media Query Min Width--- */
@media (min-width: 700px){
.sec_our_devices .box_txt .hashtags_box {
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	padding: 0 30px;
}
.sec_our_devices .box_txt {
	height: 100%;
	padding-bottom: 260px;
}
.sec_our_product .how-dose-box {
	position: relative;
	padding-bottom: 105px;
}
.sec_our_product .hashtags_box {
	position: absolute;
	bottom: 35px;
}
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1300px;
  }
}
@media (min-width: 1400px){
  .container {
      max-width: 1440px;
  }
}
/* --- /.Media Query Min Width--- */

/* --- Media Query Max Width--- */
@media (max-width: 1680px){
	.home-hero {
    	width: 100%;
    	padding: 600px 0 0 0;
    	position: relative;
	}
}
@media (max-width: 1399px){
  .home-hero .home-hero-bapp-container .home-hero-bapp{
    max-width: 1000px;
  }
  .section-rrr .doc-card .docname{
    font-size: 22px;
  }
  .prettybuttons .prettybutton_ver-big{
    border-radius: 0px 100px;
  }
  .prettybuttons .prettybutton_ver-big a {
    padding: 30px 80px;
  }
  .prettybuttons .prettybutton_ver-big .title{
    font-size: 40px;
  }
  .prettybuttons .prettybutton_ver-big .subtitle{
    font-size: 18px;
  }
  .prettybuttons .prettybutton_ver-big span{
    font-size: 20px;
  }
  .prettybuttons .prettybutton_ver-book a{
    font-size: 40px;
  }
  .prettybuttons .prettybutton_ver-booktoday a{
    font-size: 32px;
  }
  .prettybuttons  .prettybutton_ver-bookanapp a{
    font-size: 32px;
  }
  .hero_banner-page,
  .hero_banner-v2-page{
    height: 750px;
  }
  .hero_banner-v3-page{
    height: 720px;
  }
  .bc-and-tc ul{
    font-size: 14px;
  }
}
@media (max-width: 1366px){
	.home-hero {
    	width: 100%;
    	padding: 550px 0 0 0;
    	position: relative;
	}
}
@media (max-width: 1280px){
  .desktopnav .wt-menu li a,
  .desktopnav .wt-menu li span.mtitle,
  .desktopnav .wt-menu li .sub-menu li a,
  .desktopnav .wt-menu li .sub-menu li span.mtitle,
  .desktopnav .wt-menu li .sub-menu li ul li a{
    font-size: 16px;
  }
  .desktopnav .wt-menu > li{
    margin-right: 20px;
  }
	.home-hero {
    	width: 100%;
    	padding: 500px 0 0 0;
    	position: relative;
	}
  .top-line .col-social,
  .top-line .col-buttons {
    width: 300px;
  }
  .top-line .col-buttons .callus {
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .top-line .col-buttons .callus.callus-hidemob{
    width: 49%;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px){
  .featured-card{
    padding: 15px;
  }
  .featured-card .featured-card-img{
    width: 38%;
  }
  .featured-card-descr{
    width: 58%;
  }
  .featured-card-descr h3{
    font-size: 40px;
  }
  .beforeafter h2{
    font-size: 48px;
  }
  .seegall-link{
    font-size: 20px;
  }
  .discover-radiance h2{
    font-size: 48px;
    margin-bottom: 40px;
  }
  .discover-radiance .discover-radiance-previmg{
    margin-bottom: 50px;
  }
  .discover-radiance p{
    font-size: 18px;
  }
  .discover-radiance .smalllogomiddle{
    margin-bottom: 50px;
  }
  .yourbestself h2{
    font-size: 48px;
    margin-bottom: 40px;
  }
  h3.titlewithlogo{
    font-size: 24px;
  }
  h2.titlewithlogo{
    font-size: 48px;
  }
  .testimonials{
    padding: 50px 0;
  }
  .testimonials h2{
    font-size: 48px;
  }
  .testimonials p{
    font-size: 24px;
  }
  .testimonials-gallery .testimonial-slide{
    width: 90%;
    margin: 0 auto;
    padding: 25px 25px 60px;
  }
  .testimonials-gallery .testimonial-slide p.person{
    bottom: 25px;
  }
  .contactus .contactus-formbox {
    padding: 30px;
    box-sizing: border-box;
    border-radius: 50px 0px;
  }
  .contactus p{
    font-size: 24px;
  }
  .contactus .contactus-formbox-title h2{
    font-size: 30px;
  }
  .bc-and-tc .container{
    max-width: 100%;
  }
  .gallery-category-row .gallery-category-col:nth-child(2), .gallery-category-row .gallery-category-col:nth-child(3) {
    display: none;
  }
  .gallery-category-col {
    width: calc(50% - 12px);
  }
  .packages-box p.title{
    font-size: 28px;
  }
  .instructions-box{
    width: 45.5%;
    margin-right: 5%;
    margin-bottom: 36px;
  }
  .instructions-box:nth-child(3n+3){
    margin-right: 5%;
  }
  .instructions-box:nth-child(2n+2){
    margin-right: 0;
  }
	.desktopnav .wt-menu li a, .desktopnav .wt-menu li span.mtitle, .desktopnav .wt-menu li .sub-menu li a, .desktopnav .wt-menu li .sub-menu li span.mtitle, .desktopnav .wt-menu li .sub-menu li ul li a {
			font-size: 15px;
	}
}
@media (max-width: 1100px){
	.home-hero {
		width: 100%;
		padding: 450px 0 0 0;
		position: relative;
	}
	.desktopnav .wt-menu > li {
		margin-right: 15px;
	}
}
@media (max-width: 1024px){
  .ancorlink{
    top: -92px;
  }
  .top-line .col-social a{
    margin-right: 20px;
  }
  .top-line .col-logo{
    width: 150px;
  }
  .top-line .col-social,
  .top-line .col-buttons {
    width: 270px;
  }
  .top-line .col-buttons .signup {
    font-size: 14px;
  }
  .top-line .col-buttons .signup span{
    font-size: 14px;
  }
  .top-line .col-buttons .signup img {
    width: 20px;
    height: 20px;
  }
  .top-line .col-social, .top-line .col-buttons {
      width: 180px;
  }
  .top-line .col-buttons .signup,
  .top-line .col-buttons .callus {
    width: unset;
    padding: 8px;
    font-size: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--reflejo-gold);
    text-decoration: none;
    margin: 0;
  }
  .top-line .col-buttons .callus.callus-hidemob{
    width: unset;
  }
  .top-line .col-buttons .signup img{
    display: block;
  }
  .top-line .col-buttons .callus.callus-hidemob img{
    display: block;
  }
  .top-line .col-buttons .signup span,
  .top-line .col-buttons .callus span{
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  /*.top-line .col-buttons .callus {
    padding: 12px 20px;
    font-size: 16px;
  }*/
  .top-line .col-buttons .callus img {
    width: 20px;
    height: 20px;
  }
  .top-line .col-buttons .callus span {
    font-size: 16px;
  }
  /* --- Menu --- */
  .menubutton-mobile{
    display: block;
  }
  #open-menu {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: relative;
    background: none;
    margin: 0 auto;
    display: block;
  }
  #open-menu::before, #open-menu::after {
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    background: var(--reflejo-feather-gold);
    position: absolute;
    right: 0;
  }
  #open-menu::before {
    top: 8px;
  }
  #open-menu::after {
    bottom: 8px;
  }
  #open-menu span {
    content: "";
    display: block;
    width: 65%;
    height: 1px;
    background: var(--reflejo-feather-gold);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
  }
  #close-menu {
    display: none;
    padding: 0;
    z-index: 9999;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: relative;
    background: none;
    margin: 0 auto;
  }
  #open-menu:hover, #close-menu:hover {
    opacity: 0.7;
  }
  #open-menu:focus, #close-menu:focus {
    outline: none;
  }
  #close-menu:before, #close-menu:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    height: 32px;
    width: 1px;
    background: var(--reflejo-feather-gold);
    margin-top: -16px;
  }
  #close-menu:before {
    transform: rotate(45deg);
  }
  #close-menu:after {
    transform: rotate(-45deg);
  }
  .sidenav {
    background-color: var(--reflejo-emerald);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    width: 50%;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .5s;
  }

  .sidenav .menu-content {
    height: calc(100% - 100px);
    overflow-x: hidden;
    margin: 60px auto 0 auto;
    width: 96%;
    opacity: 0;
  }

  .sidenav .menu-content::-webkit-scrollbar {
    width: 5px;
  }

  .sidenav .menu-content::-webkit-scrollbar-track {
    background: rgba(237, 209, 129, 0.5);
  }

  .sidenav .menu-content::-webkit-scrollbar-thumb {
    background: rgba(237, 209, 129, 0.8);
  }

  .sidenav .menu-content::-webkit-scrollbar-thumb:hover {
    background: rgba(237, 209, 129, 1);
  }

  .sidenav .wt-menu {
    padding: 0 20px;
  }

  .sidenav .wt-menu li {
    display: block;
    clear: both;
    border-bottom: 1px rgba(237, 209, 129, 1) solid;
  }

  .sidenav .menu-content a,
  .sidenav .menu-content span.mtitle {
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--reflejo-feather-gold);
    display: block;
    user-select: none;
    box-shadow: 0 0 0 rgba(0, 0, 0 , 0);
  }

  .sidenav .menu-content a:hover,
   .sidenav .menu-content span.mtitle:hover {
    opacity: 0.7;
  }

  .sidenav.closed .menu-content, .sidenav.closed .additional-menu {
    opacity: 0;
  }

  .sidenav.opened .menu-content, .sidenav.opened .additional-menu {
    opacity: 1;
    transition: 2s;
  }

  .sidenav.opened {
    opacity: 1;
  }

  .sidenav.opened {
    height: 100%;
    opacity: 1;
  }

  .sidenav.closed {
    height: 0;
  }

  .sidenav .sub-menu {
    display: none;
    padding: 0;
  }

  .sidenav .sub-menu.opened-sub-menu {
    display: block;
  }

  .sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu > li > a {
    background: var(--reflejo-emerald);
  }

  .sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
    background: var(--reflejo-feather-gold);
  }

  .sidenav .unlock-sub .sub-menu.opened-sub-menu {
    display: block;
  }

  .sidenav ul li ul li a {
    padding-left: 20px;
  }

  .sidenav ul li ul li ul li a {
    padding-left: 40px;
  }

  .sidenav .sub-menu.opened-sub-menu li:last-child {
    border-bottom: none;
  }

  .sidenav > li.menu-item a.active, .sidenav > li.menu-item > .sub-menu .menu-item > a.active {
    color: var(--reflejo-emerald);
  }

  .sidenav li {
    padding: 0;
    position: relative;
  }

  .sidenav .has-children .sub-menu li a,
  .sidenav .has-children .sub-menu li span.mtitle {
    padding-left: 20px;
    color: var(--reflejo-feather-gold)
  }

  .sidenav .has-children .sub-menu > li > a {
    background: var(--reflejo-emerald)
  }

  .sidenav .has-children .sub-menu > li {
    border-bottom: 1px var(--reflejo-feather-gold) solid;
  }

  .sidenav .has-children .sub-menu .has-children .sub-menu li a {
    padding-left: 30px;
  }

  .sidenav .has-children .sub-menu .has-children .sub-menu .has-children .sub-menu li a {
    padding-left: 40px;
  }

  .sidenav .has-children > .arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
  }

  .sidenav .sub-menu.opened-sub-menu .has-children > .arrow {
    background: none;
  }

  .sidenav .has-children > .arrow::before {
    transition: .5s;
    content: "";
    border: solid var(--reflejo-feather-gold);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
  }

  .sidenav .has-children > .arrow.active::before {
    transition: .5s;
    content: "";
    transform: rotate(45deg);
  }
  .desktopnav .wt-menu > li.menu-mobile-only{
  	display:block;
  }
  /* --- /.Menu --- */
  .discover-radiance .discover-radiance-previmg{
    border-radius: 150px 0px;
    height: 700px;
  }
  .stickyanchors {
      position: fixed;
      top: 105.97px;
      z-index: 98;
      width: 100%;
  }
}
@media (max-width: 991px){
  h2,
  h1{
    font-size: 48px;
  }
  
  .content-footer .row-footer1 .logobox-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .content-footer .row-footer1 .social-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .content-footer .row-footer1 .social-footer span{
    margin-right: 20px;
  }
  .col-footer2 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .col-footer2 p:last-child{
    margin-bottom: 0;
  }
  .col-footer2 .fwh {
    width: 100%;
    max-width: 280px;
    text-align: left;
    margin: 0 auto 10px;
  }
  .col-footer2 .fql .fql-l, .col-footer2 .fql .fql-r {
    width: 100%;
  }
  .col-footer2 .ftitle{
    margin-bottom: 24px;
  }
  .content-footer .row-footer2 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 10px;
  }
  .home-hero .container{
    max-width: 100%;
    padding: 0 60px;
  }
  .home-hero h1,
  .hero_banner-page h1,
  .hero_banner-v2-page h1{
    font-size: 48px;
    font-style: normal;
    /*font-weight: 400;*/
    line-height: 115.7%;
    letter-spacing: 0.24px;
  }
  .hero_banner-page p,
  .hero_banner-v2-page p{
    font-size: 24px;
    line-height: 115.7%;
    letter-spacing: 0.24px;
  }
  .hero_banner-v2-page a{
    padding: 18px 20px;
    font-size: 20px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 {
    width: 250px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 129.5%;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=email], 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=tel],
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=text], 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form textarea {
      font-size: 12px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=text]::placeholder, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=email]::placeholder, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=tel]::placeholder, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select::placeholder, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form textarea::placeholder {
    font-size: 12px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form .submit-btn{
    height: auto;
    font-size: 13px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 {
    width: calc(98% - 250px);
  }
  .section-rrr{
    padding: 60px 0;
  }
  .section-rrr h2{
    font-size: 48px;
    text-align: center;
  }
  .section-featured{
    padding: 40px 0;
  }
  .section-featured h2{
    font-size: 48px;
    margin-bottom: 40px;
  }
  .featured-card .featured-card-img{
    min-height: 300px;
  }
  .beforeafter{
    padding: 60px 0;
  }
  .beforeafter h2 {
    font-size: 40px;
  }
  .beforeafter .beforeafter-descr{
    position: unset;
    padding-bottom: 0;
  }
  .beforeafter .row{
    position: relative;
    padding-bottom: 80px;
  }
  .seegall-link{
    display: flex;
    width: calc(100% - 30px);
    max-width: 491px;
    height: 50px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    background: var(--reflejo-feather-gold);
  }
  .discover-radiance h2{
    font-size: 40px;
  }
  .prettybuttons .prettybutton_ver-big{
    margin-bottom: 15px;
    order: -1;
  }
  .prettybuttons .prettybutton_ver-big,
  .prettybuttons .prettybutton_ver-book,
  .prettybuttons .prettybutton_ver-booktoday,
  .prettybuttons  .prettybutton_ver-bookanapp{
    width: 100%;
  }
  .prettybuttons .prettybutton_ver-book a {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
  .prettybuttons .prettybutton_ver-booktoday,
  .prettybuttons  .prettybutton_ver-bookanapp{
    border-radius: 30px 0px;
    border: 1px solid var(--reflejo-enchanted-blue);
  }
  .prettybuttons .prettybutton_ver-booktoday a,
  .prettybuttons  .prettybutton_ver-bookanapp a{
    font-size: 20px;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    font-weight: 500;
  }
  .yourbestself h2{
    font-size: 40px;
    margin-bottom: 35px;
  }
  .yourbestself-smartbg .yourbestself-smartbg-conteiner,
  .yourbestself-smartbg .yourbestself-smartbg-conteiner img{
    position: unset;
    width: 100%;
  }
  .yourbestself-smartbg{
    order: -1;
  }
  h2.titlewithlogo{
    font-size: 40px;
  }
  .testimonials h2{
    font-size: 40px;
  }
  .testimonials p{
    font-size: 20px;
  }
  .contactus{
    padding: 50px 0;
  }
  .contactus .contactus-formbox{
    box-shadow: none;
  }
  .contactus p{
    font-size: 20px;
  }
  .contactus .contactus-formbox-title h2{
    font-size: 24px;
  }
  .hero_banner-page,
  .hero_banner-v2-page,
  .hero_banner-v3-page{
    height: 700px;
  }
  .imspecialbox img{
    position: unset;
  }
  .benefitsof-title,
  .preptreat-title{
    height: auto !important;
  }
  .preptreat-title{
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .preptreat-title h3{
    font-size: 28px;
  }
  .preptreat-title::before{
    width: 30px;
    height: 35px;
    font-size: 40px;
    font-weight: 500;
  }
  .preptreat-title br{
    display: none;
  }
  .relatedpages a{
    font-size: 28px;
    max-width: 500px;
  }
  .contact-banner{
    border-radius: 70px 0px;
  }
  .jumptoTogle {
    display: block;
  }
  .jumptoDiv {
    display: none;
  }
  .toggleJumpto {
    display: block;
    margin: 0 auto;
    padding: 0px 15px 0px 0;
    font-size: 20px;
    color: var(--reflejo-gold);
    position: relative;
    width: 100px;
  }
  .toggleJumpto::after {
    content: "";
    background-image: url(/wp-content/themes/reflejomedspa/images/chevron-gold.svg);
    display: block;
    position: absolute;
    width: 18px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    margin-top: -5px;
    rotate: -90deg;
}
.toggleJumpto.toggleJumptoActive{}
.toggleJumptoActive::after {
    rotate: unset;
}
.jumptoDivShow {
    display: block;
}
.tableofcontent li {
    width: 32%;
    margin: 5px 0;
    display: flex;
}
.tableofcontent li.list-inline-item:not(:last-child){
  margin-right: 0;
}
.tableofcontent li a{
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  color: var(--reflejo-cold-front-green);
  background: var(--reflejo-rice-pudding);
}
.imspecialbox {
    width: 100%;
    position: relative;
    border-radius: 70px 0px;
    overflow: hidden;
}
.gallery-category-col {
    width: calc(100% - 12px);
}
.packages-box{
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}
.packages-box:nth-child(3n+3){
  margin-right: 1%;
}
  .price-banner-big{
    border-radius: 0 50px;
  }
  .price-banner-big-body a{
    padding: 30px;
  }
  .price-banner-big-body .title{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .price-banner-big-body .subtitle{
    margin-bottom: 20px;
    font-size: 18px;
  }
  .price-banner-big-body .lnk{
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px){
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		font-size: 18px;
		padding: 0;
	}
  .memberships-price {
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 0 0 30px 0;
  }
  .sidenav{
    width: 100%;
  }
  .home-hero{
    position: relative;
    padding: 0;
  }
  .home-hero .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .home-hero h1,
  .hero_banner-page h1,
  .hero_banner-v2-page h1 {
    font-size: 39px;
    margin-bottom: 30px;
  }
  .hero_banner-page p,
  .hero_banner-v2-page p{
    font-size: 22px;
    margin-bottom: 40px;
  }
  .hero_banner-page h1:last-child,
  .hero_banner-page p:last-child,
  .hero_banner-v2-page h1:last-child,
  .hero_banner-v2-page p:last-child {
    margin-bottom: 0;
  }
  .hero_banner-v2-page .container .row .banercol{
    align-items: flex-end;
  }
  .hero_banner-v2-page .container .row .banercol.baner-shape::before{
    display: none;
  }
  .hero_banner-v2-page .container .row .banercol.baner-shape .banercolbody{
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }
  .hero_banner-v2-page .container .row .banercol.baner-shape .banercolbody::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 225, 141, 0.10);
    backdrop-filter: blur(6px);
    z-index: 1;
  }
  .hero_banner-v2-page .container .row .banercol.baner-shape .banercolbody .banercolbodycontent{
    position: relative;
    z-index: 2;
  }
  .home-hero video.herodesctop{
    display: none;
  }
  .home-hero img.heromobile{
    display: block;
    position: unset;
    width: 100%;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp {
    border-radius: 0px 0px 30px 0;
    padding: 30px 35px;
    position: unset;
    /*position: absolute;
    top: calc(100% - 85.8px);
    left: 0;*/
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1{
    width: 100%;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2{
    position: relative;
    margin-bottom: 0;
    padding-right: 59px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2::after{
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -28px;
    background-image: url(/wp-content/themes/reflejomedspa/images/bapp-arrow-gold.svg);
    background-size: contain;
    background-repeat: no-repeat;  
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2.active{
    margin-bottom: 50px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2.active::after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 .bapp-descr{
    display: none;
    transition: 0.5s;
    margin-bottom: 20px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2{
    display: none;
    width: 100%;
    transition: 0.5s;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 .bapp-descr.visible,
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2.visible{
    display: block;
    transition: 0.5s;
	padding-top: 30px;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=email], 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=tel], 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form input[type=text], 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form select, 
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form textarea{
    width: 100%;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c2 form .submit-btn {
    width: 150px;
    height: auto;
    font-size: 13px;
    margin: 0 auto;
  }
  .hero_banner-v2-page .banercolbodycontent{
    margin-bottom: 30px;
  }
  .onlymobile{
    display: block;
  }
  .onlydesktop{
    display: none;
  }
  .section-rrr .onlymobile{
    margin: 0 auto; 
	width: 230px;
    height: 64px;
  }
  .discover-radiance .discover-radiance-previmg{
    border-radius: 100px 0px;
    height: 365px;
  }
  .prettybuttons .prettybutton_ver-big a {
    padding: 30px 50px;
  }
  .prettybuttons .prettybutton_ver-big .title {
    font-size: 20px;
  }
  .prettybuttons .prettybutton_ver-book a{
    font-size: 20px;
  }
  .contactus form input[type=email], 
  .contactus form input[type=tel], 
  .contactus form input[type=text], 
  .contactus form select, 
  .contactus form textarea,
  .contactus form .submit-form{
    width: 100%;
  }
  #gallery-slider .splide__arrow--prev, #gallery-slider .splide__arrow--next {
    top: 0;
    transform: inherit;
    width: 50px;
    height: 50px;
  }
  #gallery-slider .splide__arrow--prev {
    left: 0;
  }
  #gallery-slider .splide__arrow--next {
    right: 0;
  }
  .prev-next-patient a br {
    display: inherit;
  }
  #thumbnails {
    display: none;
  }
  .prev-next-patient a{
    line-height: normal;
    font-size: 18px;
    padding: 5px;
    max-width: 150px;
  }
  .packages-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .packages-box:nth-child(3n+3) {
    margin-right: 0;
  }
  .instructions-box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .instructions-box:nth-child(3n+3){
    margin-right: 0;
  }
  .instructions-box:nth-child(2n+2){
    margin-right: 0;
  }
  .faq .faqq{
  	font-size: 20px;
	padding-left: 30px;
  }
  .faq .faqq::before{
  	width: 15px;
    height: 15px;
  }
  /* -- hero Baner V3 -- */
  .hero_banner-v3-page .container{
    justify-content: center;
  }
  .hero_banner-v3-page .container .row .banercol{
    align-items: flex-end;
  }
  .hero_banner-v3-page .container .row .banercol .banercolbody{
    padding: 30px;
    margin-bottom: 25px;
  }
  .hero_banner-v3-page h1{
    font-size: 40px;
    line-height: 110%; /* 44px */
    letter-spacing: 0.2px;
    margin-bottom: 30px;
  }
  .hero_banner-v3-page p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
  }
  .hero_banner-v3-page a{
    padding: 18px 10px;
    font-size: 16px;
  }
  /* -- /*hero Baner V3 -- */
  /* -- hero Baner V4 -- */
  .hero_banner-page_v4{
    background: none !important;
    height: auto !important;
    padding: 0 !important;
  }
  .hero_banner-page_v4 img{
    display: block;
    width: 100%;
  }
  .hero_banner-page.hero_banner-page_v4 .container{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .hero_banner-page.hero_banner-page_v4 .container .row{
    margin-left: 0;
    margin-right: 0;
  }
  .hero_banner-page.hero_banner-page_v4 .container .col{
    padding: 30px;
    background: var(--reflejo-feather-gold);
  }
  .hero_banner-page.hero_banner-page_v4 h1{
    color: var(--reflejo-emerald) !important;
  }
  .hero_banner-page.hero_banner-page_v4 p{
    color: var(--reflejo-emerald) !important;
  }
  .hero_banner-page.hero_banner-page_v4 a{
    background: #fff;
    color: var(--reflejo-emerald);
  }
  /* -- /*hero Baner V4 -- */
}
@media (max-width: 575px){
  .ancorlink{
    top: -70px;
  }
  h2,
  h1{
    font-size: 40px;
  }
  .top-line{
    padding: 15px 0;
  }
  .top-line .col-social{
    display: none;
  }
  .home-hero img.heromobile{
  	width: 575px;
    height: 330px;
    object-fit: cover;
  }
  .section-rrr .doc-card img.prev {
    width: 296px;
    height: 294px;
    margin: 0 auto 30px;
	}
  .top-line .col-logo {
    width: 120px;
  }
  .top-line .col-logo img{
  	width: 120px;
	height:33px;
  }
  .top-line .col-buttons {
    width: 170px;
  }
  .home-hero {
    position: relative;
    padding: 0;
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp{
    padding: 25px;
    top: calc(100% - 70.63px);
  }
  .home-hero .home-hero-bapp-container .home-hero-bapp .home-hero-bapp-c1 h2 {
    font-size: 16px;
  }
  /*.home-hero{
    background-image: url(/wp-content/themes/reflejomedspa/images/homehero-v1-mobile.jpg);
  }*/
  .section-rrr{
    padding: 50px 0;
  }
  .section-rrr h2{
    font-size: 40px;
  }
  .section-featured h2{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .featured-card .featured-card-img{
    display: none;
  }
  .featured-card-descr{
    width: 100%;
  }
  .beforeafter{
    padding: 45px 0;
  }
  .contactus{
    padding-bottom: 0;
  }
  .contactus .contactus-formcol{
    background: var(--reflejo-mar);
  }
  .hero_banner-page{
    height: 635px;
  }
  .hero_banner-page a,
  .cta-button{
    padding: 15px 10px;
    font-size: 20px;
  }
  .stickyanchors {
    position: fixed;
    top: 70px;
    z-index: 98;
    width: 100%;
  }
  .tableofcontent li {
    width: 49%;
  }
  .pricepage p{
    font-size: 18px;
  }
  .pricepage .smalltext{
    font-size: 14px;
  }
  .instructions-top{
    margin-bottom: 20px;
  }
  .instructions-top .instructions-header {
    width: calc(95% - 50px);
  }
  .instructions-top .instructions-image {
    width: 50px;
  }
  .instructions-top .instructions-header h3{
    font-size: 24px;
  }
  .price-banner-big-body .title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .price-banner-big-body .subtitle{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .price-banner-big-body .lnk{
    margin-bottom: 0;
    font-size: 16px;
  }
  .beforeafter .beforeafter-gallery .splide__pagination__page{
  	width: 10px;
    height: 10px;
  }
	.btn_2box .cta-button {
    font-size: 16px;
	}
	.sec_our_product .how-dose-box {
    padding: 20px;
	}
	.sec_our_product .how-dose-box h2 {
		margin: 0;
	}
}
@media (max-width: 450px){
	.home-hero img.heromobile{
  	width: 575px;
    height: 250px;
    object-fit: cover;
  }
	#gallery-testimonials .splide__arrow--prev {
    left: -5px;
	}
	#gallery-testimonials .splide__arrow--next {
			right: -5px;
	}
}
@media (max-width: 360px){
	.home-hero img.heromobile{
  	width: 575px;
    height: 220px;
    object-fit: cover;
  }
  .hero_banner-v3-page .container .row .banercol .banercolbody {
    padding: 20px;
    margin-bottom: 25px;
  }
}
/* --- /.Media Query Max Width--- */